html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font: inherit;
	vertical-align: baseline;
}
.dropdown-menu-custom {
	border-radius: 0px;
	margin: 0px;
	width: 290px;
	padding-bottom: 20px;
}
.radio, .checkbox {
	display: inline-block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.kv-input-wrapper {
	display: inline-block
}
input[type="radio"], input[type="checkbox"] {
	margin: 3px 0 0;
	line-height: normal;
}

.capitalize {
text-transform: capitalize;	
}


.radio + .radio, .checkbox + .checkbox {
	margin-top: 10px;
	margin-left: 32px;
}

.clickable {
	cursor: pointer;	
}
.dropdown {
	position: relative;
	left: 0;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
}

.dropdown-logo {
	position: absolute;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 88px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.caret {
	display: inline-block;
	/* right: 0; */
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	float: right;
	margin-top: 9px;
}
.border-right {
	border-right: 1px solid #CCC;
}
.border-bottom {
	border-bottom: 1px solid #dddddd
}
.dropdown-menu-custom li {
	line-height: 30px !important;
	padding: 0 20px;
}
.right-drop-down {
	float: right;
}
.left-drop-down {
	float: left;
}
html, body {
	font-family: 'Open Sans', sans-serif;
}
h2 {
	color: #444;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bolder;/*color: #b00000;*/
}
.small-p {
	font-size: 14px;
}
.center-text {
	text-align: center;
}
.white-text {
	color: #fff !important;
}
.bold {
	font-weight: bold;
}
ol, ul {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
}
.red {
	color: #b00000 !important;
	font-weight: bold;
}
.icon-margin {
	margin-right: 10px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-left-30 {
	margin-left: 30px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-right-10 {
	margin-right: 10px;
}
.padding-30 {
	padding: 30px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padded-ul {
	float: left;
	padding-left: 20px;
	width: 100%;
}
.circle-bullets {
	list-style-type: disc;
}
.line-bullets {
	list-style-type: circle;
}
.padded-ul li {
	padding: 5px 0 5px 0px;
	float: left;
	width: 100%;
}
.padded-ul-nested {
	padding-top: 8px;
}
.padded-ul-nested li {
	position: relative;
}
.padded-ul-nested li p {
	padding-left: 20px;
}
.padded-ul-nested li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 5px 5px 0 -15px;
	color: #b00000;
	position: absolute
}
#site-wrapper, .content-wrapper {
	position: relative;
	overflow: hidden;
}
.tinted-backgroud {
	background-color: #EBE5DC
}
.tinted {
	background-color: #EBE5DC
}
.grey-backgroud {
	background-color: #ebebe8
}
.white-backgroud {
	background-color: #fff
}
.bullets li {
	list-style-type: circle !important;
	list-style: outside;
}
.lifted-top {
	margin-top: -30px;/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;*/
}
.lifted {
	margin-top: -30px;/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;*/
}
.bordered-block {
	margin-top: -30px;
	box-shadow: 0 0px 3px rgba(0,0,0,0.12), 0 0px 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;
}
.bordered-block:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.lifted:before {
	content: "";
	width: 100%;
	height: 80px;
	margin-top: 0px;
	margin-left: -482px;
	display: block;
	position: absolute;
	left: 50%;
	z-index: 0;
	-webkit-box-shadow: 0px 0px 8px 2px #dbdbdb;
	-moz-box-shadow: 0px 0px 8px 2px #dbdbdb;
	box-shadow: 0px 0px 12px 2px #dbdbdb;
	top: 31px;/*-moz-border-radius: 0 0 100% 100%;
border-radius: 0 0 100% 100%;*/
}
.lifted-top:before {
	content: "";
	width: 100%;
	height: 110px;
	margin-top: 0px;
	margin-left: -482px;
	display: block;
	position: absolute;
	left: 50%;
	z-index: 0;
	-webkit-box-shadow: 0px 0px 8px 2px #dbdbdb;
	-moz-box-shadow: 0px 0px 8px 2px #dbdbdb;
	box-shadow: 0px 0px 12px 2px #dbdbdb;
	top: 0px;
}
.container-item.lifted:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.button {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	font-size: 0.9em;
	background-color: #fff;
	color: #646464;
}
.button > paper-ripple {
	border-radius: 2px;
	overflow: hidden;
}
.button.raised {
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.button.raised:active {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition-delay: 0s;
}
.button.raised:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition-delay: 0s;
}
header {
	width: 100%;
	height: 80px;
	background-color: #FFF;
	position: fixed;
	z-index: 999;
	border-bottom: 2px solid #B00;
}
.header-content {
	width: 968px;
	margin: 0 0 0 -484px;
	/* padding: 0 30px; */
	float: left;
	position: relative;
	left: 50%;
}
.header-image {
	width: 100vw;
	height: 200px;
	position: relative;
	background-image: url(../../Assets/images/header-image2.png);
	background-size: cover;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-top: 80px;
	background-position: center;
}
.header-image-text {
	width: 968px;
	position: relative;
	left: 50%;
	margin-left: -490px;
	top: 50px;
}
.page-content {
	width: 1024px;
	margin: auto;
	margin-top: 150px;
}
.page-content-left-column {
	width: 480px;
	height: auto;
	float: left;
	padding-left: 50px;
	padding-bottom: 100px;
}
.page-content-left-column p {
	font-size: 13px;
	line-height: 24px;
}
nav {
	display: block;
}
.global-menu-bar {
	height: 40px;
	width: 860px;
	float: right;/*background-color: #b00000;*/
}
ul.global-menu-bar-links {
	width: 300px;
	float: right;
}
ul.global-menu-bar-links li {
	float: left;
	height: 25px;
	width: 100px;
	text-align: center;
	line-height: 25px;
}
ul.global-menu-bar-links li a {
	font-size: 12px;
	color: #fff;
	outline: 0;
}
.global-menu-bar-icons {
	margin-right: 5px;
}
.global-navigation {
	height: 70px;
	width: 840px;
	float: right;
	margin-top: 0;
}
ul.global-navigation-links {
	float: right;
}
ul.global-navigation-links li {
	line-height: 70px;
	float: left;
}
ul.global-navigation-links li a {
	font-size: 14px;
	outline: 0;
	color: #999;
	font-weight: bolder;
}
ul.global-navigation-links li a:hover {
	color: #b00000;
	text-decoration: underline;
}
.logo {
	width: 88px;
	height: auto;
	float: left;
	margin-left: 0;
	margin-top: 0px;
}
.top-bar {
	width: 100%;
	height: 30px;
	background-color: #666;
	float: left;
}
.content-span {
	width: 100%;
	min-height: 100vh;
	float: left;
}
.content-padding {
	padding: 30px
}
.content-span-vvi {
	width: 100%;
	float: left;
}
.content-span-home {
	width: 100%;
	min-height: auto;
	float: left;
	padding: 0 0 70px 0;
}
.content {
	float: left;
	width: 100%;
	position: relative;
}
.content-container-vvi {
	width: 964px;
	padding: 0;
	/*padding: 60px 0 100px 0;*/
	/* margin: auto; */
	height: auto;
	/* min-height: 700px; */
	float: left;
	left: 50%;
	position: relative;
	margin-left: -482px;
}
.content-container-vvi ol {
	list-style: decimal outside;
	float: left;
	margin-left: 15px;
}

.vvi-modal ol {
	list-style: decimal outside;
	float: left;
	margin-left: 30px;
}

.vvi-modal ol p {
	font-size: 12px;
}

.vvi-modal ol > li {
	margin: 7px 0;
	float: left;
	width: 100%;
}

.content-container-vvi ol p {
	font-size: 12px;
}
.content-container-vvi ol > li {
	margin: 15px 0;
	float: left;
	width: 100%;
}
.content-container {
	width: 964px;
	padding: 0 0 100px 0;
	/*padding: 60px 0 100px 0;*/
	/* margin: auto; */
	height: auto;
	/* min-height: 700px; */
	float: left;
	left: 50%;
	position: relative;
	margin-left: -482px;
}
.content-container-home {
	width: 964px;
	padding: 50px 30px;
	/* margin: auto; */
	height: auto;
	/* min-height: 700px; */
	float: left;
	left: 50%;
	position: relative;
	margin-left: -482px;
	box-sizing: border-box;
}
.content-container-home-steps {
	width: 964px;
	/* margin: auto; */
	height: auto;
	/* min-height: 700px; */
	float: left;
	left: 50%;
	position: relative;
	margin-left: -482px;
	box-sizing: border-box;
}
.content-container-home-advantages {
	width: 964px;
	/* margin: auto; */
	height: auto;
	/* min-height: 700px; */
	float: left;
	left: 50%;
	position: relative;
	margin-left: -482px;
	box-sizing: border-box;
}
.content-container-home-advantages-header {
	padding: 30px 30px 30px 30px;
	background-color: #ebebe8;
	height: 120px;
	width: 100%;
	z-index: 1;
	float: left;
	position: relative;/* margin-bottom: 100px; */
}
.content-container-home-advantages-content {
	padding: 0px 30px 50px 30px;
	height: auto;
	z-index: 1;
	float: left;
	position: relative;
	margin-bottom: 0;
}
.lady-bg {
	background: #ebebe8 url(../images/lady-bg.png) no-repeat bottom left;
	background-size: 38%;
}
/*.lady-box-img-wrapper {
	position:absolute;
	bottom: 0;
	left: 0;
	width: 38%;
	z-index: 99;
}
*/
.content-container-home-np {
	width: 804px;
	padding: 0;
	/* margin: auto; */
	height: auto;
	/* min-height: 700px; */
	float: left;
	left: 50%;
	position: relative;
	margin-left: -402px;
	box-sizing: border-box;/* border: 1px solid #ccc; */
}
.triple-column {
	width: 100%;
	float: left;
	margin-top: -30px;
}
.triple-column h3 {
	font-size: 16px;
	font-weight: bold;
	color: #b00000;
	margin: 15px 0;
}
.triple-column p {
	font-size: 13px;
}
.triple-column-item {
	width: 31.3%;
	margin-right: 3%;
	float: left;
	background-color: #fff;
	height: 265px;
	position: relative;
	z-index: 2;/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;*/
	
}
.triple-column-item:before {
	content: "";
	width: 251px;
	height: 220px;
	margin-top: 0px;
	margin-left: -125px;
	display: block;
	position: absolute;
	left: 50%;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 8px 2px #dbdbdb;
	-moz-box-shadow: 0px 0px 8px 2px #dbdbdb;
	box-shadow: 0px 0px 12px 2px #dbdbdb;
	top: 31px;
	-moz-border-radius: 0 0 100% 100%;
	border-radius: 0 0 100% 100%;
}
/*.triple-column-item:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}*/
.triple-column-item:last-child {
	margin-right: 0;
}
.triple-column-item-content {
	width: 100%;
	padding: 30px;
	height: 100%;
	background-color: #fff;
}
.triple-column-item-icon {
	width: 100%;
	height: 50%;/*background-color:#CCC;	*/
}
.triple-column-item-icon i {
	width: 100%;
	font-size: 120px;
	line-height: 100px;
	text-align: center;
}
.light-icon {
	color: #CCC
}
.dark-icon {
	color: #666666
}
.main-heading {
	font-size: 40px;
	color: #FFF;
	margin-bottom: 15px;
	width: 816px;
	text-align: center;
	left: 50%;
	position: relative;
	margin-left: -408px;
	text-shadow: 3px 3px 6px #222;
}
h1.section-headings {
	width: 100%;
	color: #666;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
h2.section-headings {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
h2.section-subheading {
	color: #b80000;
	font-size: 19px;
	text-align: center;
	font-weight: 500;
}
.center-seperator {
	height: 2px;
	width: 50px;
	background-color: #B00;
	margin-top: 15px;
	left: 50%;
	margin-left: -25px;
	position: relative;
}
.center-seperator-white {
	height: 2px;
	width: 50px;
	background-color: #fff;
	margin-top: 15px;
	left: 50%;
	margin-left: -25px;
	position: relative;
}
.center-seperator-grey {
	height: 2px;
	width: 50px;
	background-color: #666666;
	margin-top: 15px;
	left: 50%;
	margin-left: -25px;
	position: relative;
	margin-bottom: 15px;
}
#landing {
	width: 100%;
	height: 70vh;
	position: relative;
	background-image: url(../../Assets/images/main_img.png);
	background-size: cover;
	background-color: #FFF;
	background-repeat: no-repeat;
	color: #FFF;
	opacity: 1;
}
.ship-bg {
	width: 100%;
	height: 300px;
	position: relative;
	background-image: url(../../Assets/images/main_img_ext.png);
	background-size: cover;
	background-color: #FFF;
	background-repeat: no-repeat;
}
#containers {
	margin-top: 100px;
}
.content-left {
	width: 400px;
	height: 170px;
	margin-top: 30px;
	float: left;
	margin-bottom: 30px;
}
.content-right {
	width: 550px;
	height: 170px;
	margin-top: 30px;
	float: left;
	margin-bottom: 30px;
}
#groupage-info {
	width: 100%;
	height: 500px;
}
.checked-list li {
	padding: 7px 0px;
}
.checked-list i {
	float: left;
	color: #B00;
	margin-right: 10px;
	margin-top: 3px;
}
.checked-list p {
	color: #666;
	font-size: 14px;
}
.large-red-text {
	color: #B00;
	font-weight: 600;
	font-size: 20px;
}
.large-dark-text {
	color: #666;
	font-weight: 600;
	font-size: 20px;
}
.center-text {
	text-align: center;
}
.main-section-wrapper {
	width: 500px;
	height: 300px;
	float: left;
	margin-left: 100px;
	position: relative;
	margin-top: 50px;
}
.quick-quote-wrapper {
	width: 240px;
	height: 260px;
	float: right;
	background-color: #FFF;
	margin-top: 50px;
	margin-right: 100px;
}
.landing-content {
	width: 968px;
	margin: -30px 0 0 -484px;
	height: 110px;
	left: 50%;
	top: 40%;
	position: absolute;
}
.left-seperator {
	height: 4px;
	width: 50px;
	background-color: #b00000;
	margin-top: 10px;
}
.link-padding {
	padding: 0 0 0 40px;
}
.main-section-wrapper h1 {
	font-size: 30px;
	text-align: left;
	font-weight: 100;
	padding: 0;
	margin: -10px 0 0 0;
	color: #FFF;
	line-height: 50px
}
.quick-quote-title {
	height: 50px;
	width: 100%;
	background-color: #b00000
}
.quick-quote-title h2 {
	line-height: 50px;
	color: #FFF;
	font-size: 24px
}
.quick-quote-book-button {
	height: 50px;
	width: 100%;
	background-color: #b00000;
	float: left;
	margin-top: 30px;
	cursor: pointer;
	text-align: center
}
.quick-quote-book-button a {
	color: #FFF
}
.quick-quote-book-button h2 {
	line-height: 50px;
	color: #FFF;
	font-size: 24px
}
.quick-quote-label {
	width: 80px;
	float: left;
	padding-left: 10px;
	color: #999
}
.quick-quote-input {
	width: 150px;
	float: left
}
.large-label {
	font-size: 18px;
	line-height: 34px;
	font-weight: 600;
	text-align: left
}
.small-label {
	font-size: 14px;
	line-height: 34px;
	text-align: left
}
ul.quick-quote-items li {
	padding: 22px 0px;
	width: 100%;
	float: left;
	height: 40px;
}
.popular-deals-wrapper {
	margin-top: 20px;
}
.popular-deal {
	color: #FFF;
	text-align: left;
	font-weight: 100;
}
.popular-deals-destination {
	font-size: 48px;
	font-weight: 500;
	margin-top: 0px;
}
.popular-deals-cubic {
	font-size: 28px;
	margin-top: 0px;
}
.popular-deals-price {
	height: 35px;
	background-color: #b00000;
	line-height: 35px;
	font-size: 28px;
	width: 175px;
	padding-left: 5px;
	margin-top: 20px
}
#left {
	position: absolute;
	height: 60px;
	width: 25px;
	left: 30px;
	margin-left: -100px;
	cursor: pointer;
	z-index: 999;
	margin-top: 40px;
	opacity: 0.3;
}
#left:hover {
	opacity: 1;
}
#right {
	position: absolute;
	height: 60px;
	width: 25px;
	right: 0;
	margin-right: 20px;
	cursor: pointer;
	z-index: 999;
	margin-top: 40px;
	opacity: 0.3;
}
#right:hover {
	opacity: 1;
}
#event_rotator {
	width: 450px;
	height: 400px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: absolute;
	height: 300px;
	left: 0;
	width: 99999px;
}
.event {
	float: left;
	width: 450px;
	height: 300px;
}
.family-img {
	background-image: url(../img/AGS_img.png);
}
.mobile-only {
	display: none;
}
.mobile-hamburger {
	float: right;
	top: 40px;
	width: 50px;
	position: absolute;
	right: 10px;
}
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.1s;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 22px;
	left: 9px;
	right: 9px;
	height: 4px;
	background: #666;
}
.c-hamburger span::before, .c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #666;
	content: "";
}
.c-hamburger span::before {
	top: -10px;
}
.c-hamburger span::after {
	bottom: -10px;
}
.c-hamburger--htx {
	background-color: #fff;
}
.c-hamburger--htx span {
	transition: background 0s 0.1s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
	transition-duration: 0.1s, 0.1s;
	transition-delay: 0.1s, 0s;
}
.c-hamburger--htx span::before {
	transition-property: top, transform;
}
.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	background-color: #fff;
}
.c-hamburger--htx.is-active span {
	background: none;
}
.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.1s;
}
.menushow {
	right: 0px;
}
.top-bar-links-items li {
	float: left;
	padding: 0 30px;
}
.top-bar-links-items li a {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.top-bar-links-items li i {
	color: #fff;
	font-size: 24px;
}
.active-global {
	background-color: #FFF;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}
.active-global a {
	color: #333 !important;
	-webkit-transform: skew(20deg) !important;
	-moz-transform: skew(20deg) !important;
	-o-transform: skew(20deg) !important;
	transform: skew(20deg) !important;
}
.active-local {
	color: #b00000 !important;
}
.steps-index-items {
	margin-top: 50px;
}
.steps-index-items li {
	text-align: center;
	padding: 10px 0px;
}
.corp-relo-content-1 {
	width: 565px;
	height: 500px;
	background-image: url(../img/corp-relo.png);
	position: relative;
	margin-top: 50px;
	float: left;
}
.corp-relo-content-2 {
	width: 435px;
	height: 500px;
	position: relative;
	margin-top: 50px;
	padding-top: 20px;
	float: left;
}
.circle-info {
	display: none;
}
.circle-info h1 {
	font-size: 30px;
	margin-bottom: 15px;
}
.circle-info p {
	font-size: 13px;
	line-height: 24px;
}
.corp-relo-circle {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #b00000;
	position: absolute;
	transition: all 0.2s ease-in;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
.corp-relo-circle i {
	line-height: 75px;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	margin-left: 5px;
}
#circle-contnent-1 {
	display: block;
}
.active-circle {
	background-color: transparent;
	color: #b00000;
	box-shadow: inset 0 0 0 3px #b00000;
}
.active-circle i {
	color: #b00000;
}
#circle-1 {
	right: 125px;
	top: 30px;
}
#circle-2 {
	left: 120px;
	top: 10px;
}
#circle-3 {
	left: 25px;
	top: 250px;
}
#circle-4 {
	right: 240px;
	top: 320px;
}
#circle-5 {
	right: 500px;
	top: 300px;
}
#circle-6 {
	right: 300px;
	top: 300px;
}
#circle-7 {
	right: 300px;
	top: 300px;
}
#circle-8 {
	right: 300px;
	top: 300px;
}
#circle-9 {
	right: 300px;
	top: 500px;
}
.quote-steps-customer-details {
	width: 400px;
	height: auto;
	margin: auto;
}
.quote-steps-customer-details-items li:last-child {
	font-size: 12px;
	text-align: center;
	color: #333;
}
/* Tab Navigation */
.nav-tabs {
	margin: 0;
	padding: 0;
	border: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	background: #F5F5F5;
	box-shadow: inset 0 0 0 0 rgba(0,0,0,.4), -2px -3px 5px -2px rgba(0,0,0,.4);
}
.self-cubage-items p {
	font-size: 12px;
	text-align: center;
	width: 100%;
	/*height: 60px;*/
	float: left;
	padding: 0 5px;
}
.self-cubage-items-image {
	height: 100px;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.self-cubage-items-buttons {
	position: relative;
	bottom: 0;
}
.booking-choice-items-wrapper {
	margin-top: 60px;
}
.booking-choice-items {
	text-align: center;
	width: 258px;
	height: 328px;
	margin: 0 30px;
	float: left;
	/*	border: 1px solid #d7d7d5;*/
	padding: 30px 15px;
}
.booking-choice-items a {
	color: #b00000;
	font-weight: 500;/*    width: 100%;
    display: block;
    float: left;
    margin-top: 15px;*/
}
.booking-choice-items-icon {
	width: 100%;
	float: left;
	height: auto;
	padding: 15px 0;
}
.booking-choice-items:nth-child(2n) {
	margin: -30px 0 0 0;
	width: 325px;
	height: 359px;
	padding: 37px 15px 30px 15px;
}
.booking-choice-items p {
	text-align: center;
	width: 100%;
	height: 40px;
	font-size: 12px;
	float: left;
}
.booking-choice-items i {
	width: 271px;
	font-size: 120px;
	color: #ccc;
	margin-bottom: 30px;
}
.header-margin {
	margin-top: 0px;
}
.sub-heading {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
/*.booking-choice-wrapper {
	margin-top: 50px;
}*/
.groupage-steps {
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 100%;
}
.groupage-steps li {
	width: 25%;
	height: 170px;
	float: left;
	margin-right: 0%;
	position: relative;
}
.groupage-steps li h3 {
	width: 100%;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color: #999;
	padding: 0 15px;
}
.groupage-steps-icon {
	width: 90%;
	margin: 0 5%;
	padding: 30px 0;
}
.groupage-steps-icon img {
	position: relative;
	left: 50%;
	margin-left: -55px;
}
.left-cut-corner {
	width: 100%;
	height: 0px;
	border-bottom: 10px solid white;
	border-left: 10px solid transparent;
}
.right-cut-corner {
	width: 100%;
	height: 0px;
	border-bottom: 10px solid white;
	border-right: 10px solid transparent;
}
.groupage-steps-content {
	background-color: #fff;
	height: auto;
}
.groupage-steps li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 80px solid transparent;
	border-left: 80px solid transparent;
	width: 0;
}
/*.groupage-steps li:after {
  content: '';
  position: absolute;
  width: 1100%; height: 1100%;
  top: 20px; right: -500%;
  background: rgba(255,255,255,.8);
  transform-origin: 54% 0;
  transform: rotate(45deg);
  z-index: -1;
}*/
.groupage-steps li:last-child {
	margin-right: 0;
}
.groupage-steps li i {
	width: 226px;
	font-size: 100px;
	color: #b00000;
	margin-bottom: 30px;
	text-align: center;
}
.footer-contact-button {
	padding: 10px 20px;
	width: 100%;
	font-size: 14px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: left;
	/* position: relative; */
    /* left: 50%; */
    /* margin-left: -100px; */
	cursor: pointer;
	border: none;
}
.call-to-action-center {
	padding: 10px 20px;
	width: 200px;
	font-size: 14px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -100px;
	cursor: pointer;
}
.call-to-arrow:after {
	font-family: 'FontAwesome';
	content: '\f054';
	position: absolute;
	color: #fff;
	top: 13px;
	right: 13px;
s
}
.call-to-action-standard {
	padding: 10px 20px;
	width: 200px;
	font-size: 14px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: left;
	cursor: pointer;
}
.call-to-action-pop-up {
	padding: 10px 20px;
	width: 266px;
	font-size: 14px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	/* float: left; */
    /* position: relative; */
    /* left: 50%; */
    /* margin-left: -100px; */
	cursor: pointer;
	display: inline-block;
}
.call-to-action-containers {
	padding: 10px 20px;
	width: 280px;
	font-size: 15px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -140px;
	cursor: pointer;
	font-weight: bolder;
}
.call-to-action-center[disabled] {
	background-color: #999
}
.call-to-action-bordered-center {
	padding: 10px 20px;
	width: 200px;
	font-size: 16px;
	color: #FFF;
	border: 2px solid #b00000;
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -100px;
	cursor: pointer;
}
.call-to-action-home {
	padding: 0 20px 10px 20px;
	width: 330px;
	font-size: 20px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: left;
	/*left: 50%;*/
	cursor: pointer;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
}
.call-to-action {
	padding: 10px 20px;
	width: 200px;
	font-size: 16px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: left;
	left: 50%;
	cursor: pointer;
	margin-top: 30px;
}
.call-to-action-bordered-home {
	padding: 10px 20px;
	width: 330px;
	font-size: 20px;
	color: #FFF;
	border: 2px solid #b00000;
	text-align: center;
	float: left;
	left: 50%;
	cursor: pointer;
	margin-top: 20px;
}
.steps-subheading h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}
.clean-custom-select {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #f1f1ef;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	background-color: #f1f1ef;
	color: #4d4d4d;
	font-size: 14px;
}

.logo-dropdown-select {
	width: 100%;
	border: 1px solid #f1f1ef;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	background-color: #f1f1ef;
	color: #4d4d4d;
	font-size: 14px;
}

.logo-dropdown-select .caret {
	display:none;
}
/*.quote-steps-dropdown:first-child {
	border-right: 1px solid #CCC;
}*/
.quote-steps-dropdown {
	/*width: 452px;
	margin: auto;
	padding: 0 20px 20px 20px;
	float: left;*/
	width: 49.5%;
	margin: 0 auto 0 -1px;
	padding: 0 0 0 0;
	float: left;/* border: 1px solid #e2e2e2; */
}
.selected-items {
	margin-top: 30px;
}
.selected-items p {
	font-size: 12px;
}
.quote-steps-description h2 {
	margin-top: 30px;
	line-height: 24px;
	color: #999;
	text-align: center;
}
.quote-steps-description {
	float: left;
}
.quotes-steps-content {
	margin: 0 auto;
	width: 964px;
	height: auto;
	position: relative;
	float: left;
	background-color: #fff;
}
.custom-input {
	width: 49.5%;
	float: left;
}
.custom-input-full {
	width: 100%;
	float: left;
}
.inline-input-padding {
	margin-right: 1%;
}
.quotes-steps-content h2 {
	color: #b80000;
	font-size: 19px;
	text-align: center;
	font-weight: normal;
}
.section-headings-client-details {
	color: #b80000;
	font-size: 19px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 15px;
}
.quotes-steps-content-left {
	width: 674px;
	height: auto;
	position: relative;
	float: left;
	padding: 30px;
}
.quotes-steps-content-left p {
	font-size: 12px;
	margin-bottom: 30px;
}
.quote-next-button-right {
	padding: 10px 20px;
	width: 200px;
	font-size: 14px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: right;
	position: relative;
	/* left: 50%; */
    /* margin-left: -100px; */
	cursor: pointer;
	right: 0;
}
.quote-next-button-right:after {
	font-family: 'FontAwesome';
	content: '\f054';
	position: absolute;
	color: #fff;
	top: 13px;
	right: 13px;
s
}
.quote-next-button-left {
	padding: 10px 20px;
	width: 200px;
	font-size: 14px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: left;
	position: relative;
	/* left: 50%; */
    /* margin-left: -100px; */
	cursor: pointer;
	left: 0;
}
.quote-next-button-left:after {
	font-family: 'FontAwesome';
	content: '\f053';
	position: absolute;
	color: #fff;
	top: 13px;
	left: 13px;
}
.steps-subheading h3 {
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
}
.booking-summary-wrapper {
	width: 290px;
	height: auto;
	position: relative;
	float: left;
	padding: 15px 30px 43px 30px;
	background-color: #f1f1ef
}
.booking-summary-wrapper h3 {
	color: #b80000;
	font-size: 19px;
	margin-top: 15px;
	font-weight: normal;
}
.booking-summary-wrapper h4 {
	color: #333333;
	font-size: 12px;
	margin-top: 15px;
	font-weight: bold;
}
.booking-summary-wrapper p {
	color: #333333;
	font-size: 12px;
}
.sales-rep-item {
	/*border: 1px solid #dddddd;*/
	padding-top: 30px;
	width: 25%;
	float: left;
	/*margin: -1px 0 0 -1px;*/
	margin: 0
}
.booking-choice-wrapper {
	width: 100%;
	height: auto;
}
.booking-choice-content {
	width: 100%;
	height: auto;
}
.booking-choice-vv {
	width: 102%;
	height: 254px;
	background-image: url(../images/booking-choice-virtual-visit_en.png);
	margin-left: -2%;
}
.booking-choice-vv-content {
	width: 353px;
	height: 194px;
	float: right;
	padding: 12px;
}
.booking-choice-vv-ul li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 2px 5px 0 -30px;
	color: #b00000;
	position: absolute;
	left: 30px;
}
.booking-choice-vv-ul li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	position: relative;
	padding-left: 30px;
}
.booking-choice-vv-content p {
	margin-bottom: 15px !important;
}
.booking-choice-vv-content-wrapper {
	border: 1px solid #d7d7d5;
	padding-bottom: 30px;
}
.booking-choice-vv-ul {
	float: left;
}
.booking-choice-vv-ul li h4 {
	font-size: 15px;
	color: #666;
	font-weight: bold;
}
.booking-choice-vv-ul li h5 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.booking-choice-content h3 {
	font-size: 15px;
	color: #b80000;
	margin-bottom: 15px;
}
.booking-choice-vc-content-wrapper {
	width: 49%;
	height: auto;
	border: 1px solid #d7d7d5;
	margin-right: 2%;
	float: left;
	margin-top: 2%;
	padding: 30px 15px;
}
.booking-choice-kv-content-wrapper {
	width: 49%;
	height: auto;
	border: 1px solid #d7d7d5;
	float: left;
	margin-top: 2%;
	padding: 30px 15px;
}
.booking-choice-vc-icon {
	width: 100%;
	height: auto;
	float: left;
}
.booking-choice-kv-icon {
	width: 100%;
	height: auto;
	float: left;
}
.booking-choice-vc-icon img {
	position: relative;
	left: 50%;
	margin-left: -34px;
}
.booking-choice-kv-icon img {
	position: relative;
	left: 50%;
	margin-left: -73px;
}
.booking-choice-kv-options {
	width: 100%;
	float: left;
	margin: 15px 0 18px 0;
}
.booking-choice-kv-options h4 {
	width: 100%;
	text-align: center;
	font-size: 13px;
}
.booking-choice-kv-options p {
	width: 100%;
	text-align: center;
}
.kv-input {
	width: 64px;
	margin-left: 13px;
}
.call-to-action-booking-choice {
	padding: 10px 20px;
	width: 100.1%;
	font-size: 14px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -50%;
	cursor: pointer;
}
.call-to-action-booking-choice-contact {
	padding: 10px 20px;
	width: 100.1%;
	font-size: 14px;
	color: #FFF;
	background-color: #b00000;
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -50%;
	cursor: pointer;
	margin-top: 23px;
}
.container-item {
	width: 300px;
	height: 337px;
	float: left;
	min-height: 250px;
	padding: 10px;
	margin: 5px 32px 30px 0;
	position: relative;
	background-color: #fff;
}
.container-item:nth-child(3n+3) {
	margin: 5px 0px 30px 0;
}
.container-item p {
	font-size: 12px !important;
}
.container-item-title {
	width: 136px;
	float: left;
	color: #999
}
.container-item-title-from, .container-item-title-to {
	width: 80px;
	float: left;
	color: #999;
}
.container-item-info-from, .container-item-info-to {
	width: 179px;
	float: left;
	color: #999;
	text-align: right;
	margin-right: 5px;
}
.container-item-info {
	width: 144px;
	float: right;
	text-align: right;
}
.container-item-info img {
	margin-left: 5px;
}
.container-item-ul li {
	padding: 10px 0;
	float: left;
}
.container-item-ul li:nth-child(6n) {
	padding: 10px 0 0 0;
}
.container-item-ul li:nth-child(7n) {
	padding: 0 0 10px 0;
}
.container-item-ul li:last-child {
	border-bottom: none;
	width: 280px;
}
.container-item p {
	font-size: 12px;
}
.container-item h2 {
	width: 154px;
	text-align: left;
	font-weight: bold;
	float: left;
}
.container-meter {
	/*position: absolute;*/
	height: 5px;
	width: 280px;
	background-color: #b00000;
	right: 0;
	bottom: 0;
	margin-right: 20px;
}
.container-feedback {
	float: left;
	width: 100%;
}
.container-meter-inner {
	height: 5px;
	background-color: #e2e2e2;
	float: right;
}
.container-image {
	width: 280px;
	/*height: 250px;*/
	height: auto;
	position: relative;
}
.container-image img {
/*opacity: 0.5;*/
}
.container-filters-wrapper {
	width: 100%;
	float: left;
	height: auto;
}
.container-filters-item {
	width: 300px;
	margin-right: 32px;
	float: left;
}
.container-filters-item:last-child {
	width: 300px;
	margin-right: 0;
	float: left;
}
.static-france {
	margin-top: 2px;
	padding: 6px;
	border: 1px solid #ccc;
}
.flag-wrapper {
	position: relative;
	/* top: 50%; */
	left: 50%;
	margin-left: -85px;
	/* margin-top: -20px; */
	z-index: 99;
	float: left;
}
.departure-flag, .destination-flag, .flag-arrow {
	float: left;
}
.flag-arrow i {
	line-height: 50px;
	padding: 0 30px;
	color: #b00000;
}
.container-ul {
	float: left;
	height: auto;
}
.container-item h3 {
	width: 124px;
	text-align: right;
	font-size: 32px;
	color: #b00000;
	/* position: absolute; */
    /* bottom: 88px; */
    /* right: 20px; */
	float: left;
}
.home-subheading {
	color: #fff;
	font-weight: normal;
}
.option-virtual-visite-wrapper {
	width: 451px;
	height: 600px;
	float: left;
	padding: 0 30px;
}
.option-virtual-visite-wrapper i {
	font-size: 150px;
	width: 452px;
	float: left;
}
.volume-known-input {
	width: 390px;
}
.option i {
	width: 392px;
	color: #b00000;
	text-align: center;
}
.option h3 {
	width: 392px;
	text-align: center;
	color: #333;
}
.option p {
	font-size: 14px;
	line-height: 24px;
}
.option-wrapper {
	width: 452px;
	height: auto;
	float: left;
	padding-bottom: 45px;
	padding-left: 30px;
	padding-top: 45px;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #ddd;
}
.options-left:first-child {
	border-top: 1px solid #dddddd;
}
.options-border {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.option-bullet {
	float: left;
	width: 390px;
}
.option-bullet-content-1 {
	float: left;
	position: relative;
	left: 50%;
	margin-left: -117px;
}
.option-virtual-visit-tag {
	float: left;
	width: 100%;
}
.option-bullet-content-2 {
	float: left;
	position: relative;
	left: 50%;
	margin-left: -102px;
}
.option-bullet i {
	font-size: 12px;
	width: 30px;
	line-height: 24px;
}
.option-wrapper i {
	font-size: 60px;
	float: left;
	width: 100px;
	margin-bottom: 15px;
}
.option-wrapper h3 {
	float: left;
	width: 300px;
	text-align: left;
	line-height: 55px;
}
.option-wrapper p {
	float: left;
	width: 100%;
}
.home-points {
	width: 352px;
	float: left;
	margin-left: 150px;
}
.home-points li {
	float: left;
	width: 352px;
	margin-bottom: 10px;
}
.home-points h3 {
	width: 302px;
	text-align: left;
	float: left;
	font-size: 24px;
	line-height: 48px;
}
.home-points i {
	margin-right: 10px;
	font-size: 36px;
	text-align: left;
	float: left;
	line-height: 48px;
}
.home-landing-call-to-wrapper {
	width: 352px;
	float: left;
	/*	margin-top: 20px;*/
	margin-right: 0;
}
.groupage-advantages {
	width: 904px;
	float: left;
}
.groupage-advantages > li {
	width: 100%;
	padding: 0 0 0 0px;
	height: auto;
	position: relative;
	margin-bottom: 45px;
	float: left
}
.groupage-advantages-icon {
	float: left;
	width: 9%;
	/* position: relative; */
	height: 53px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
}
ul.groupage-advantages > li:before {
	content: '';
	border: 1px solid #c9c9c9;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: 27px;
}
.groupage-advantages-text {
	float: left;
	width: 91%;
	margin-left: 9%;
}
/*.groupage-advantages li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 2px 5px 0 -30px;
	color: #b00000;
	position: absolute;
	    left: 30px;
}*/
.groupage-advantages li i {
	width: 50px;
	font-size: 50px;
	text-align: center;
	color: #b00000;
	float: left
}
.left {
	float: left;
}
.right {
	float: right !important;
}
.right p {
	text-align: right;
}
.groupage-advantages li p {
	font-size: 14px;
	float: left
}
.groupage-advantages li h3 {
	text-align: justify;
	font-size: 20px;
	float: left;
	color: #666666;
}
.footer-content {
	width: 968px;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -484px;
}
footer {
	width: 100%;
	background-color: #262626;
	border-top: 3px solid #b00000;
	float: left;
	position: relative;
	bottom: 0;
}
.footer-content p {
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	/*margin-bottom: 15px;*/
	float: left;
	width: 100%;
	text-align: justify;
}
.footer-content i {
	color: #fff;
	float: left;
	margin-right: 10px;
}
.footer-column-wrapper h2 {
	color: #fff;
	/*	margin-bottom: 10px;*/
	float: left;
	/*line-height: 69px;*/
	width: 100%
}
.footer-column-wrapper a {
	color: #c63333;
	/*margin-bottom: 15px;*/
	font-size: 12px;
	float: left;
}
.footer-icon-text {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.footer-icon-text p {
	margin: 0;
	width: 80%;
	float: left;
	font-size: 14px;
}
.social-media-wrapper {
	width: 100%;
	float: left;
	height: auto
}
.social-media-icon {
	width: 17%;
	float: left;
	height: auto;
}
.footer-bottom-bar-wrapper {
	width: 100%;
	float: left;
	background-color: #1e1e1e
}
.footer-bottom-bar-content {
	width: 968px;
	position: relative;
	left: 50%;
	margin-left: -484px;
}
.footer-bottom-bar-content p {
	color: #808080;
	line-height: 36px;
	font-size: 13px;
}
.footer-column-wrapper {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 30px;
	margin-bottom: 25px;
}
.footer-logo {
	width: 129px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.footer-logo-text {
	width: 68%;
	float: left
}
.footer-column-item {
	width: 25%;
	float: left;
	height: auto;
}
.footer-column-item-half {
	width: 50%;
	float: left;
	height: auto;
	border-right: 1px solid #4d4d4d;
}
.footer-column-item-content {
	width: 100%;
	padding: 0 15px;
	float: left;
	height: auto;
}
.footer-column-item:first-child {
}
.footer-column-item:last-child {
	border-left: 1px solid #4d4d4d;
	height: 100px;
}
/*.dropdown {
	position: relative;
	left: 50%;
	margin-left: -66px;
	margin-top: 20px;
	margin-bottom: 20px;
}*/
.call-to-action-wrapper {
	float: left;
	width: 904px;
	margin-top: 30px;
}
.virtual-visit-selection {
	float: left;
	width: 100%;
	background-color: #666;
	text-align: center;
	margin: 30px 0px 0px 0px;
}
.virtual-visit-selection h1 {
	color: #fff;
	line-height: 50px;
}
.vv-date {
	font-size: 46px;
	color: #666666;
	font-weight: lighter;
	line-height: 46px;
}
.vv-day {
	color: #666666;
	font-weight: bold;
	font-size: 27px;
	line-height: 27px;
}
vv-year {
	color: #d7d7d5;
	font-size: 23px;
}
.vv-info-bg {
	background-image: url(../../Assets/images/vv-info-bg.png);
	height: 425px;
	background-repeat: no-repeat;
}
.vvi-icons-wrapper {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	height: 300px;
	margin-top: 60px;
}


.full-width {
	width: 100%	
}

.vv-modal.modal-body {
    height: 1060px;
    position: relative;
    padding: 20px;
}

.vvi-icons-wrapper-modal {
    width: 100%;
    /* position: relative; */
    /* left: 50%; */
    /* margin-left: -380px; */
    height: 425px;
    margin-top: 30px;
    background-color: #ebebe8;
    padding: 30px 0;
    margin-bottom: 30px;
}
.vvi-icons-wrapper-modal h2{
	color: #b00000;
}
.vvi-icons-wrapper p {
	float: left;
}
.vvi-icons-item {
	width: 30%;
	margin: 1.66%;
	float: left;
	height: auto;
}
.vvi-icons-item img {
	margin: 0 auto;
	display: block;
}
.vvi-image {
	width: 50%;
	float: left;
	height: 573px;
	margin-top: 60px;
}
.vvi-what-you-need {
	width: 100%;
	float: left;
	height: auto;
	padding: 30px
}
.vvi-what-you-need h2 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
}
.vvi-what-you-need ul li {
	width: 33%;
	float: left;
	height: auto;
	padding: 30px;
	text-align: center;
}
.vvi-what-you-need ul li:first-child {
	border-right: 1px solid #fff;
}
.vvi-what-you-need ul li:last-child {
	border-left: 1px solid #fff;
}
.vvi-what-you-need ul li i {
	width: 100%;
	font-size: 100px;
	color: #b00000;
	margin-bottom: 20px;
}
.vvi-virtual-tour {
	width: 50%;
	height: auto;
	padding: 60px 30px;
	float: left;
}
.confirmation-details-items {
	    float: left;
		    width: 100%;
}
.confirmation-details h2 {
font-size: 24px;
    color: #b00000;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
}
.confirmation-details-items p {
	font-size: 14px;
    padding: 10px;
    text-align: left;
}
.confirmation-details-items li {
    float: left;
    width: 100%;
	    margin-bottom: -1px;
}
.contact-form-wrapper {
	padding: 30px;
}
/* Tab Content */
.tab-pane {
	border: 2px solid #e2e2e2;
	border-radius: 0;
	text-align: center;
	padding: 30px 10px 10px 10px;
	float: left;
	width: 100%;
}
.self-cubage-items {
	width: 130px;
	display: inline-block;
	float: left;
	padding: 20px 0 60px 0;
	margin: -1px 0 0 -1px;
	position: relative;/*border: 1px solid #ddd;*/
}
.self-cubage-wrapper {
	float: left;
	margin-top: 30px;
}
.self-cubage-items-details {
	position: absolute;
	top: 0;
	width: 100%;
}
.selected-items-heading {
	padding: 5px 0px 7px;
	border-bottom: 2px solid rgb(226, 226, 226);
	text-align: center;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	background: none !important;
	box-shadow: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #b00000;
	cursor: default;
	background-color: #ffffff !important;
	border: 2px solid #e2e2e2;
	border-bottom-color: transparent;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 5px 5px 5px 6px;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -2px;
	background-color: #ffffff !important;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	/*  border: 1px solid #dddddd;*/
	border-radius: 0;
}
.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: none;
	/* background-repeat: repeat-x; */
	border-color: #fff;
	border-color: #ccc;
	background-color: #eee;
}
.btn-default:hover, .btn-default:focus {
	background-color: #e0e0e0;/* background-position: 0 -15px; */
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #b00000;
	/*background-color: #fff;*/
	border-color: #adadad;
	outline: 0;
}
.spinner-wrapper {
	position: absolute;
	top: 50%;
	right: 50%;
}


.process-feedback {
	float: left;
    width: 100%;	
	margin-top: 30px;
}

.process-feedback p{
	margin: 0;	
}

.process-feedback ul {
	padding: 10px;
border: 2px solid rgb(221, 171, 171);	
}
.process-feedback ul li {
padding: 5px;
text-align: center;
}

.process-feedback-vv {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.process-feedback-vv p{
	margin: 0;	
}

.process-feedback-vv ul {
	padding: 10px;
border: 2px solid rgb(221, 171, 171);	
}
.process-feedback-vv ul li {
padding: 5px;
text-align: center;
}

.confirmation-details {
	padding: 30px;
    background-color: #f1f1ef;
    float: left;
    width: 100%;
    margin: 30px 0;	
}


.app-modal-window .modal-dialog {
  width: 960px;
}

.no-arrow:after {
	content:' ';	
}

.vv-customvv-button-left {
    padding: 10px 20px;
    width: 200px;
    font-size: 14px;
    color: #b00000;
    background-color: #fff;
    text-align: center;
    float: left;
    position: relative;
    /* left: 50%; */
    /* margin-left: -100px; */
    cursor: pointer;
    left: 0;
	border: 2px solid rgb(221, 171, 171);
}

.confirmation-details-items-table-cell {
	
    float: left;
    border: 1px solid #ccc;
    height: 39px;
}

.confirmation-details-items-table-cell:nth-child(2n)  {
    float: left;
	border-left:0px;
    height: 39px;
}

.confirmation-details-items-table-cell.narrow {
	width: 30%;
}

.confirmation-details-items-table-cell.large {
	width: 70%;
}

.terms-link {
	float:right;
}

.copyright-link {
	float: left;
}

.terms-link a, .copyright-link a {
	color: #808080 !important	
}

.terms-ul {
	float:left;
	width: 100%;	
}

.terms-ul > li {
	float:left;
	width: 100%;	
}

.terms-wrapper {
	float:left;
	width: 100%;
}

.terms-wrapper h3 {
	float:left;
	width: 100%;
}

.customVV-ul {	
}

.customVV-ul p {	
    font-size: 12px;
    margin-bottom: 5px;	
}

.no-link-styling a {
	text-decoration:none;
	color: #fff !important;
}