/*

* Override Pages default styles or create your own styles here

*/

@font-face { 
  font-family: 'Perpetua Titling MT'; 
  src: url('../fonts/perpetua_titling_mt_light.eot'); 
  src: url('../fonts/perpetua_titling_mt_light.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/perpetua_titling_mt_light.svg#Perpetua Titling MT Light') format('svg'), 
     url('../fonts/perpetua_titling_mt_light.woff') format('woff'), 
     url('../fonts/perpetua_titling_mt_light.ttf') format('truetype');
}

@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/gillsansmtpro-light-webfont.eot'); 
  src: url('../fonts/gillsansmtpro-light-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/gillsansmtpro-light-webfont.woff') format('woff'),
     url('../fonts/gillsansmtpro-light-webfont.ttf') format('truetype');
}


/* LETTER SPACING */
/*//////////////////////////*/

p {
	letter-spacing: 0.03em;
}
.freetext{
  white-space: pre-wrap;
}

.move-home{
  display: inline-block;
  margin-left: 120px;
  margin-top: -33px;
  float: left;
  font-size: 14px
}
.mysettings{
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
}

/* SIDEBAR */

.sidebarScroll {
  overflow-y: auto;
  height: 100%;
  overflow-x:hidden;
}

.loginProfile {
	text-align: center;
	padding: 40px;
}

.loginAvatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

.loginAvatar img {
	height: 100%;
}

.profileDropArea { 
  position: absolute;
  width: 80px;
  min-height: 80px !important;
  z-index: 1000;
  opacity: 0;
  top: 40px;
  left: 100px;
}

.avatarEdit {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.avatarEdit .fa {
	position: absolute;
  top: 50%;
  font-size: 22px;
  transform: translate3d(-50%, -50%, 0px) !important;
  color: #FFF;
  text-shadow: 0px 0px 10px #000;
}

.mainMenu {
	padding: 0px;
}

.mainMenu ul {
	padding: 0px;
}

.mainMenu > li {
	padding: 0px;
	cursor: pointer;
}

.mainMenu li .firstLevel {
	text-align: center;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	padding: 19px 0px;
	border-top: 1px solid #CBCBCB;
	list-style: none;
	position: relative;
}

.mainMenu li .secondLevel {
	text-align: center;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	padding: 10px 0px;
	border-top: 1px solid #CBCBCB;
	list-style: none;
	position: relative;
	background: #e1e1e1;
}

.mainMenu li li:hover .secondLevel {
	background: #ddd;
}

.menuDropdown .fa {
  margin-left: 15px;
  font-size: 20px;
  position: absolute;
  right: 20px;
  -webkit-transform:rotate(0deg);
  -webkit-transition:0.15s transform ease-in-out;
  margin-top: 1px;
}

.menuDropdown ul {
	display: none;
	overflow: hidden;
}

.menuDropdown.open .fa {
  -webkit-transform:rotate(90deg);
}

.mainMenu li .hoverMain {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0px;
  left: 0px;
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
  transition: all 200ms linear;
  display: block;
  content: '';
  -webkit-transform:translate3d(-280px,0px,0px);
  z-index: 1;
}

.mainMenu a > li:hover .firstLevel .hoverMain, .mainMenu > li:hover .firstLevel .hoverMain {
	-webkit-transform:translate3d(0px,0px,0px);
}

.mainMenu a > li li:hover .secondLevel .hoverMain, .mainMenu > li li:hover .secondLevel .hoverMain {
	-webkit-transform:translate3d(0px,0px,0px);
}

.mainMenu li.active {
	background: rgba(255, 255, 255, 0.75);
}

.loginChoices ul {
	padding: 0px;
margin-bottom: 0px;
}

.loginProfile ul li {
list-style: none;
display: inline-block;
color: #777;
margin: 0px 5px;
-webkit-transition: 0.25s color ease-in-out;
}

.loginProfile ul li:hover {
	color: #333;
}

.loginProfile > p {
	font-size: 16px;
color: #000;
margin-top: 10px;
margin-bottom: 0px;
}

.editable {

	position: absolute;
  top: 0px;
  width: 100%;
  background: #e1e1e1;
  height: 100%;
  transform: translate3d(-280px, 0px, 0px) !important;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -o-transition: -o-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.right-sidebar .editable {
	transform: translate3d(280px, 0px, 0px) !important;
	top: 60px;
}

.right-sidebar.push-quick-parallax .editable {
	transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
}

.push-quick-parallax .sidebar-itinerary {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
  -ms-transform: translate(-25%, 0);
}

.push-parrallax .editable {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
 }

 .mainMenu-wrap, .sidebar-itinerary {
 	  -webkit-transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
      transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);

 }

 .push-parrallax .mainMenu-wrap {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
  -ms-transform: translate(25%, 0);
}

.editableInput input {
	border: 1px solid #bfbfbf;
  	background: transparent;
}

.editableInput .select2-container .select2-choice {
	background: #E1E1E1;
    border: 1px solid #BFBFBF;
}

.editableInput .input-group-addon {
	padding:11px;
}

.editableInput .select2-container a:visited, .editableInput .select2-container button:visited, .editableInput .select2-container a:focus,.editableInput .select2-container a:hover, .editableInput .select2-container button:focus {
	color: #333 !important;
}

.editableInput {
  border-bottom: 1px solid #c6c7c6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  }

  .editable .loginProfile {
  	border-bottom: 1px solid #c6c7c6;
  margin-bottom: 15px;
  position: relative;
  }

  .editableInput .form-group {
    padding: 0px 20px;
}

.green-btn {
  background: #5ddd8d;
  color: #fff;
  text-align: center;
  padding: 12px 0px 9px 0px;
  text-transform: uppercase;
  margin: 0px 20px;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
}

.green-btn:hover {
	background: #4CD07E;
}

.red-btn {
  background: #ed2050;
  color: #fff;
  text-align: center;
  padding: 12px 0px 9px 0px;
  text-transform: uppercase;
  margin: 0px 20px;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
}

.red-btn:hover {
	background: #DA1D49;
}

.transparent-btn {
  border:1px solid #333;
  color: #fff;
  text-align: center;
  padding: 12px 0px 9px 0px;
  text-transform: uppercase;
  margin: 0px 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  cursor: pointer;
}

.transparent-btn:hover {
	background: #333;
	color: #fff;
}

.close-editable {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  opacity: 0.4;
}

.close-editable:hover {
	opacity: 1;
}

.close-editable img {
	height: 100%;
}

.editableInput .form-group label {
	  font-size: 12px;
  	font-weight: 600;
}

.quickview-header {
	display: block;
  height: 60px;
  line-height: 60px;
    background-color: rgba(255, 255, 255, 0);
  border-bottom: rgba(255, 255, 255, 0);
  color: #ffffff;
  width: 100%;
  padding: 0 20px;
  padding-left: 30px;
  clear: both;
  z-index: 10;
  position: relative;
}

.open .quickview-header {
	background-color: rgba(255, 255, 255, 1);
}

.itemsList {
	margin-bottom: 20px;
}

.itemsList li {
	cursor: pointer;
}

.itemsList ul {
	padding:0px;
}

.itemsList ul li {
	list-style: none;
	padding: 9px 0px;
  position: relative;
}

.itemsList .itemIcon {
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  color: #333;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding: 9px 0px;
  font-size: 14px;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition:0.3s border ease-in-out;
}

.open .itemsList .itemIcon {
	border:2px solid #333;
	background: transparent;
}

.itemsList .itemIcon.done {
	opacity: 0.75;
}

.itemsList a:last-child .itemIcon:before, .itemsList a:last-child .itemIcon:after {
	display: none;
}

.itemsList .itemIcon.done:before {
  width: 4px;
  height: 4px;
  background: #d5d5d5;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -2px;
}

.itemsList .itemIcon.done:after {
  width: 4px;
  height: 4px;
  background: #d5d5d5;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -2px;
}

.itemIcon .pg-close_line {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inherit;
  font-size: 17px;
}

.open .itemsList .itemIcon.done:before, .open .itemsList .itemIcon.done:after {
	background:#333;
}

.itemIcon {
	text-align: center;
}

.itemIcon > i {
  height: 15px;
  width: 100%;
  margin-top: 3px;
}

.itemIcon > i.pg-close_line {
  margin-top: 2px;
  margin-left: 1px;
}

.itemsList li p:first-of-type {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0px;
  color: #fff;
  width: calc(100% - 60px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: 2px;
  text-transform: uppercase;
}

.itemsList li.addCurrent p:first-of-type {
    vertical-align: -6px !important;
}

.open .itemsList li p {
	color: #333;
}

.sidebar-itinerary {
	  padding: 10px 20px 20px 20px;
}

.open .itemsList li:hover .itemIcon {
	background: #333;
	color: #fff;
}

.right-sidebar .button-group {
  -webkit-transform: translate3d(200px,0px,0px);
  transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
}

.open.right-sidebar .button-group {
	-webkit-transform: translate3d(0px,0px,0px) !important;
}

.button-group .button {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #333;
  padding: 7px 0px;
  display: block;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.button-group .type {
  width: 100%;
  border-top: none;
}

.button-group .button:first-child {
	border-bottom: none;
}

.button-group.m-t-20 .button:first-child {
	border-bottom: 1px solid #333;
}

.button-group .button:hover {
	background: #333;
	color: #fff;
}

.itemBanner {
	  border-bottom: 1px solid #C6C7C6;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

.itemBanner > div {
  display: inline-block;
}

.itemBanner a {
	vertical-align: 3px;
	display: inline-block;
}

.itemBanner .itemIcon {
	width: 40px;
  height: 40px;
  text-align: center;
  color: #333;
  border: 2px solid #333;
  border-radius: 50%;
  padding: 9px 0px;
}

.itemBanner .itemName {
	color: #333;
  text-transform: uppercase;
  margin-left: 10px;
  width: 158px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: -6px;
}

.itemBanner .close-item {
	  height: 30px;
	  opacity: 0.4;
	  -webkit-transition: 0.25s opacity ease-in-out;
}

.itemBanner .close-item:hover {
	opacity: 1;
}

.itemBanner .close-item img {
	height: 100%;
}

/* DATEPICKER ITEM */

.datepicker {
	z-index: 800 !important;
}

.datepicker thead tr th {
  text-align: center;
}

.th.datepicker-switch {
	cursor: pointer;
}

.datepicker-switch:hover {
   color: #777 !important;
   cursor: pointer;
}




/* GENERAL */

.sidebar-header-controls {
	display: none !important;
}

.perpetua {
    font-family: 'Perpetua Titling MT' !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.dropzone, .dz-default {
	-webkit-transition: 0.25s background-color ease-in-out !important;
	-moz-transition: 0.25s background-color ease-in-out !important;
	-o-transition: 0.25s background-color ease-in-out !important;
	transition: 0.25s background-color ease-in-out !important;	
}

.dropzone input#picture {
	visibility: hidden;
}

.dropzone:hover {
  background-color: #F0F0F0;
}

/* REGULAR HEADER */

.menuButton {
	padding-top: 7px;
	cursor: pointer;
}

.menuButton:hover .menuCircle {
	  background: #D6D6D6 !important;
}

.menuButton.active .burger .bar:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuButton.active .burger .bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-5px, -4px);
  transform: translate(-5px, -4px);
}

.menuButton.active .burger .bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -8px;
}

.menuCircle {
	background: #e9e9e9;
	border-radius: 50%;
	width: 39px;
	height: 39px;
	position: relative;
	display: inline-block;
	margin-left: 20px;
	-webkit-transition: 0.25s background ease-in-out;
	-moz-transition: 0.25s background ease-in-out;
	-o-transition: 0.25s background ease-in-out;
	transition: 0.25s background ease-in-out;
}

.burger {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.bar {
	height: 1px;
	width: 16px;
	margin-bottom: 3px;
	background: #000;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.burger .bar:last-child {
	margin-bottom: 0px;
}

.burgerText {
	display: inline-block;
	margin-left: 8px;
	vertical-align: 14px;
	font-size: 14px;
	-webkit-transition:0.25s color ease-in-out;
	-moz-transition:0.25s color ease-in-out;
	-o-transition:0.25s color ease-in-out;
	transition:0.25s color ease-in-out;
}

.menuButton:hover .burgerText {
	  color: #333;
}

.page-sidebar.active {
  -webkit-transform: translate3d(280px, 0px, 0px) !important;
	transform: translate3d(280px, 0px, 0px) !important;
}

p.rightbarDateInOrder {
  font-size: 11px;
  position: absolute;
  color: #B58D69 !important;
  top: 26px;
  left: 60px;
}

.clientCircle {
	background: #e9e9e9;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	margin-left: 6px;
	-webkit-transition: 0.25s background ease-in-out;
	-moz-transition: 0.25s background ease-in-out;
	-o-transition: 0.25s background ease-in-out;
	transition: 0.25s background ease-in-out;
}

.clientCircle img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.clientButton {
	cursor: pointer;
}
.clientButton > div {
	display: inline-block;
}

.clientButton:hover .clientCircle {
	background: #d6d6d6 !important;

}

.clientButton:hover .text-master {
	color: #333 !important;
}

.specialHeader .clientButton .text-master {
	color: #fff !important;
}

.clientButton .text-master {
	color: #777 !important;
	-webkit-transition: 0.25s color ease-in-out;
	-moz-transition: 0.25s color ease-in-out;
	-o-transition: 0.25s color ease-in-out;
	transition: 0.25s color ease-in-out;
	vertical-align: 14px;
	display: inline-block;
}



.clientButton .text-master {
	font-size: 14px;
}

.header {
   -webkit-transition: 0.4s all ease-in-out;
   -moz-transition: 0.4s all ease-in-out;
   -o-transition: 0.4s all ease-in-out;
   transition: 0.4s all ease-in-out;
}

/* SPECIAL HEADER */

.specialHeader {
	background: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
}

.specialHeader.header .search-link {
	top:-40px;
	-webkit-transiton:0.4s top ease-in-out;
	-moz-transiton:0.4s top ease-in-out;
	-o-transiton:0.4s top ease-in-out;
	transiton:0.4s top ease-in-out;
}

.specialHeader .menuButton .burgerText {
	color: #fff;
}

.specialHeader .menuButton:hover .burgerText {
	color: #fff;
}

.specialHeader .menuButton.active .burgerText {
	color: #000;
}

.specialHeader .searchWrap-inner {
	top: -100px !important;
}

/* STARTPAGE */

.startPage {
	padding: 0px;
}

.searchArea {
	height: 465px;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	padding: 60px 30px 30px 30px;
	position: relative;
	opacity: 1 !important;
}

.darkCover {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.4);
}

.searchArea > .container, .searchArea > .container > .row, .searchArea > .container > .row > .col-lg-12 {
	height: 100%
}

.searchWrap {
	text-align: center;
	position: absolute;
	left: 50%;
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
}

.searchLogo {
	  margin-bottom: 25px;
	  width: 300px;
	  display: inline-block;
}

.searchLogo img {
	  width: 100%;
}

.searchLogo-bottom {
	width: 350px;
}

.searchLogo-bottom img {
	width: 100%;
}

.searchInput {
  /* Darker search fields. We need to create a bigger contrast against the rest of the page
  background-color:#e9e9e9;*/
	position: relative;
}

.searchInput ::-webkit-input-placeholder {
   font-size: 18px;
   font-family: "Gill sans";
}

.searchInput :-moz-placeholder { /* Firefox 18- */
   font-size: 18px; 
   font-family: "Gill sans";
}

.searchInput ::-moz-placeholder {  /* Firefox 19+ */
   font-size: 18px; 
   font-family: "Gill sans";
}

.searchInput :-ms-input-placeholder {  
   font-size: 18px; 
   font-family: "Gill sans";
}

.searchInput input {
	  border: none;
  padding: 15px;
  width: 568px;
  font-family: "Gill sans";
  font-size: 18px;
  line-height: 22px;
}

.searchInput i {
	  position: absolute;
  font-size: 20px;
  top: 50%;
  margin-top: -26px;
  color: #ADADAD;
  right: 0px;
  cursor: pointer;
  padding: 16px 10px;
}

.searchWrap p {
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-size: 12px;
}

.picture-description {
	color: #fff;
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.picture-description p {
	margin-bottom: 0px;
}

.picture-description p:first-child {
	font-size: 19px;
}

.picture-description p:last-child {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.picture-description .tinyDivider {
	height: 1px;
	width: 12px;
	background: #fff;
	margin: 0px auto;
	margin-top: 1px;
}

/* NEWSPAGE */

.newsPage {
	padding: 60px 0px 0px 0px;
	background:#fff;
	position: relative;
}

.subPage-container.newsPage .row > .col-lg-6,  .subPage-container.newsPage .row > .col-lg-12, .newsPage .row > .col-lg-12, .newsPage .row > .col-lg-6 {
  margin-bottom: 50px;
}

.newsTitle {
	border-bottom: 1px solid #2c2c2c;
	margin-bottom: 15px;
}

.newsTitle:after {
	clear: both;
	content: '';
	display: block;
}

.newsPage h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}

.newsTitle p {
	float: right;
	color: #c9a584;
	cursor: pointer;
	margin-top: 6px;
	margin-bottom: 0px;
	transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.newsTitle p:hover {
	color: #A97748;
}

.newsPage ul {
	padding: 0px;
}

.newsPage li {
	list-style: none;
	border-bottom: 1px solid #d6d6d6;
	color: #777777;
	padding: 13px 10px 10px 10px;
}

.newsPage li a {
	color: #777;
}

.newsPage li a:hover {
	color: #333;
}

.newsPage li p.pull-right:hover {
	color: #333;
}

.newsPage li .fa {
	font-size: 26px;
    float: left;
    margin-right: 15px;
    margin-top: -7px;
    color: #2C2C2C
}

.newsPage li:after {
	clear: both;
	content: '';
	display: block;
}

.newsPage li:last-child {
	border-bottom: none !important;
}

.newsPage li div, .newsPage li p {
	float: left;
	line-height: initial;
	margin-bottom: 0px;
}

.relatedFiles li p.pull-right {
	-webkit-transition: 0.25s color ease-in-out;
	-moz: 0.25s color ease-in-out;
	-o-transition: 0.25s color ease-in-out;
	transition: 0.25s color ease-in-out;
}

.relatedFiles li > p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 120px);
}

.relatedFiles {
  position: relative;
}

.relatedFiles.hiddenView {
  max-height: 434px;
  overflow: hidden;
}

.relatedFiles .readMore-files {
  position: absolute;
  bottom: -2px;
  background-color: #ddd;
  width: calc(100% - 30px);
  padding: 5px;
  text-align: center;
  cursor: pointer;
}

ul.fileUl li > p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 120px);
}

.notifyBlock {
  padding: 0px !important;
}

.notifyBlock > div.clearfix {
  padding: 13px 10px 10px 10px !important;
  float: none;
  cursor: pointer;
}

.notifyBlock > div.notifyExpand {
  padding: 0px 10px !important;
}

.notifyExpand {
  display: none;
}

.notifyExpand ul {
  padding-bottom: 10px;
}

.notifyContent a {
  color: #2C2C2C !important;
}

.notification {
	width: 12px;
	height: 12px;
	background: #179ae5;
	margin-right: 8px;
	margin-top: 3px;
}

.internalNotice {
	background: #f5edc5;
  	border: 1px solid #e6d998 !important;
  	margin-bottom: 6px;
    margin-top: -1px;
}

.internalNotice:hover {
    background: #F9F0C0;
}

.notifyBlock:hover:not(.internalNotice) {
    background-color: #FAFAFA;
}

.notification.Warning {
	background: #e5173e;
}

.notification.Alert {
	background: #ffd86f;
}

.notification.Success { 
	background: #a8e38e;
}

.notifyTitle {
	color: #1f1f1f;
	text-transform: uppercase;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  margin-bottom: 3px !important;
}

.notifyExpand {
  width: 100%;
}

.notifyExpand > * {
  float: none !important;
}

.notifyExpand i.fa.fa-file {
  color: #fff;
  text-shadow:0px 0px 1px #000;
  margin: 1px 8px 0px 0px;
  font-size: 14px;
}

.notifyExpand i.fa.fa-file-o {
  color: #777;
  margin: 1px 8px 0px 0px;
  font-size: 14px;
}

.internalNotice .notifyExpand li {
  border-bottom: 1px solid #E6D998;
}

.attachmentLink {
  float: left;
}

.attachmentDownload p.small-text {
  margin-top: 0px !important;
}

td .notifyTitle {
  max-width: 321px;
}

.notifyBody {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 321px;
  color: #777;
}

.newsPage li .notifyDate {
	float: right;
	color: #333;
}

.btn-readMore {
	border: 1px solid #333;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	padding: 6px 12px;
	display: inline;
}

.selectNews a:last-child .btn-readMore {
	margin-left: -5px;
}

.selectNews a:nth-child(1) .btn-readMore {
	margin-left: 0px;
}

.btn-readMore:hover {
	background: #333;
	color: #fff;
}

.btn-readMore-white {
	border: 1px solid #fff;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding: 6px 8px;
	display: inline;
}

.sn-thumbnail {
	float: left;
	width: 150px;
	height: 146px;
	background: #ddd;
	margin-right: 30px;
	background: url('../img/nature2.png');
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-color:#f9f9f9;
}

.sn-description {
	float: left;
	width: calc(100% - 180px);
}

.sn-description h4 {
	margin-top: 0px;
	font-size: 14px;
	line-height: inherit;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 600;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sn-description p {
	margin-bottom: 28px;
	max-height: 66px;
    overflow: hidden;
}

.subDestination {
	margin-top: 30px;
}

/* Customer Feedback tabs */

.customerFeedback .panel-heading {
  background: #fff;
}

.customerFeedback .panel a {
  margin: 0px !Important;
  padding: 11px 10px !important;
}

.customerFeedback a:after {
  content: '';
  display: block;
  clear: both;
}

.customerFeedback .panel-heading p {
  text-transform: capitalize;
  float: left;
  margin: 0px;
}

.customerFeedback .panel-group .panel + .panel {
	margin: 0px;
}

.customerFeedback .panel-heading p:last-child {
  float: right;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 7px;
  line-height: initial;
}

.customerFeedback .panel-heading .collapsed p:last-child {
	display: block;
}

.customerFeedback .panel-body {
  padding: 0px 15px 15px 15px;
}

.customerFeedback-date {
  background: #e0e0e0;
  display: inline-block;
  padding: 5px 10px;
}

.customerFeedback .panel-group {
	margin-bottom: 0px;
}

.customerFeedback-date i {
  margin-right: 5px;
}

.selectNews {
	margin-top: 30px;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 30px;
}

.selectNews:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

/* CAMPAIGNS */

.imgList {
	margin-top: 30px;
}

.imgList li {
	border-bottom: none;
	padding: 0px;
	width: calc(25% - 30px);
	margin-right: 40px;
	float: left;
	list-style: none;
}

.twoCampaigns .imgList li {
  width: calc(50% - 20px);
}
.twoCampaigns .imgList li:nth-child(2) {
	margin-right: 0px;
}

.threeCampaigns .imgList li {
  width: calc(33.33333% - 20px);
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  min-height: 310px;
}

.blockList ul {
  padding-left: 0px;
  margin-top: 20px;
}

.blockList .img {
	  max-height: 160px;
      height: 160px;
      margin-bottom: 15px;
}

.imgList-info {
  margin-bottom: 15px;
}

.campaign-photoLarge {
    position: fixed;
    background: rgba(0, 0, 0, 0.79);
    top: 59px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999999;
    display: none;
}

.campaign-largeInner {
  position: relative;
  height: 100%;
}

.campaign-largeInner .pg-close_line {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.58);
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.campaign-largeInner .pg-close_line:hover {
    color: #fff;
}

.campaignImg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 0px;
    max-width: 900px;
    overflow: hidden;
}

.campaignImg img {
    width: 100%;
    height: auto;
}

.infoPart {
  display: inline-block;
  margin-right: 20px;
  color: #777;
}

.infoPart .fa {
  margin-right: 8px;
  color: #333;
}

.blockList ul {
  padding-left: 0px;
  margin-top: 30px;
}

.panel-dropdown {
	margin-top: 20px;
}

.panel-dropdown form {
	min-width: 200px;
	margin-left: 20px;
}

.panel-dropdown .form-group {
	margin-bottom: 0px;
}

.imgList li:nth-child(4n) {
	margin-right: 0px;
}

.imgList li h5 {
	margin: 0px;
	color: #c9a584;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 15px;
	font-weight: 600;
	line-height: initial;
}

.img {
	max-height: 125px;
	height:125px;
	background: url('../img/nature.png');
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	float: none !important;
	position: relative;
	background-color: #f0f0f0;
}

.img .dateExpire {
	position: absolute;
	bottom:10px;
	left: 0px;
	font-size: 11px;
	background: #dfdfdf;
	color: #000;
	padding: 6px 10px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: initial;
}

.img .dateExpire.ending {
	background:#000;
	color: #fff;
}

.imgList h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6em;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}

.imgList li p {
	margin-bottom: 10px;
	width: 100%;
    max-height: 52px;
    overflow: hidden;
    min-height: 52px;
    line-height: initial;
}

.small-text {
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 5px !important;
	cursor: pointer;
}

.footer {
	background:#f2f2f2;
}

.footer img.brand {
	height: 20px;
}

.footer .copyright a {
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.footer .copyright a:hover {
  color: #333;
}


/* 404 PAGE */

.fourOfour {
	background: url(../img/bg.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #fff;
}

.fourOfour h1, .fourOfour h2 {
	color: #fff;
}

.fourOfour h2 {
	margin-bottom: 0px;
}


/* TABLES */

table {
	width: 100%;
}

.table td p {
	margin-bottom: 0px;
}

table tr:nth-child(even) td {
  background: #e8e8e8;
}

table tr td {
  padding: 11px;
}

table td p {
	margin: 0px;
}

table td a {
	color: #333;
}

table td a:hover {
	color: #333;
}

table a span {
  font-size: 13.5px !important;
  line-height: initial !important;
}

table a div {
  display: inline-block;
}

table#client_quotes td.align-right {
  padding-right: 10px !important;
}

.table.linkTable tbody tr td > a:not(.btn) {
	padding: 20px !important;
	display: block;
}

.table.linkTable tbody tr td:not(.td-no-a) {
	padding: 0px !important;
}

.table.linkTable td.dataTables_empty {
	padding: 20px !important;
}

.settingsDesign .table tbody tr td {
	cursor: pointer;
}

.settingsDesign .table tbody tr:hover td {
	background: #fcfcfc !important;
}

.settingsDesign .table tbody tr.selected td {
  background: #fef6dd !important;
}

.table tbody tr.selected td p {
  color:#333;
}

.table tbody tr.selected td .btn-tag {
  background: #F4DF9F;
  color: #333;
}

.btn-tag {
  white-space: nowrap;
}

.btn-tag span {
  white-space: nowrap;
  font-size: 14px !important;
  line-height: 14px !important;
}

.btn-tag div {
  display: inline-block !important;
}

.table tbody tr.selected td .select-client {
	opacity: 0;
}

.panel-default .pageChoices {
	padding: 20px 0px;
}

table td i {
  color: #333;
  font-size: 19px !important;
  max-height: 19px;
  margin-right: 8px;
  margin-top: -4px;
}

.weatherWidget table.simpleTable {
  min-height: 400px;
}

.simpleTable tr td {
  background: #fff !important;
  padding: 5.5px 11px;
  border-bottom: 1px solid #e1e1e1 !important;
}

.simpleTable th {
  font-weight: 600;
  color: #2C2C2C;
  padding: 0px 11px;
}

.hiddenSorting {
	background: none !important;
	cursor: default !important;
  min-width: 28px !important;
}

.simpleTable th span {
  font-size: 10px;
  margin-left: 4px;
}

.table.linkTable tbody tr td a.selective {
  padding: 0px !important;
  display: inline-block !important;
}

.table.linkTable .align-right a.selective:last-child {
	margin-left: -5px;
	padding-right: 10px !important;
}

td.align-right {
  min-width: 28px !important;
}

.selective button, .selective {
  font-size: 11px;
  vertical-align: 0px;
}

td.shortfacts-title {
  color: #1e1e1e;
  text-transform: uppercase;
  vertical-align: top;
}

td.shortfacts-body {
  white-space: pre-wrap;
}

h1.pageTitle {
  text-align: center;
  font-size: 54px;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 1.2em;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

h1.pageTitle span {
  font-size: 54px !important;
  line-height: 1.2em !important;
}

h3.pageTitle {
  text-align: center;
  font-size: 38px;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 1.2em;
}

.pageChoices {
	text-align: center;
}

.pageChoices button {
	margin-left: -10px;
	font-size: 14px;
}
.pageHeading {
   border-bottom: 1px solid #000;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 10px;
  margin-top: 40px;
}

.table tbody tr td {
	border-bottom: 0px;
}

.header .search-link {
  margin-top: 20px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
}

.searchBar-wrap {
	position: relative;
	width: 220px;
	padding: 0px;
}

.searchBar-wrap .pg-search {
	position: absolute;
	right: 10px;
	top: 9px;
}

.dropdown-toggle .fa {
	font-size: 20px;
	  position: relative;
	  vertical-align: -2px;
	  margin-left: 8px;	
}

table .status {
	display: inline-block;
}

.status {
  width: 8px;
  height: 8px;
  background: #179ae5;
  margin-right: 10px;
  margin-left: 10px;
}

.status.Warning {
	background: #ee1c1c;
}

.status.Alert {
	background: #eea61c;
}

.status.Success { 
	background: #6cc850;
}

/* COUNTRY / FLYGBOLAG / DMC / HOTELL  */

.subPage-bg {
  height: 465px;
  width: 100%;
  background: url('../img/countrybg.png');
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  opacity: 1 !important;
}

.subPage-bg:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.subPage {
	padding: 0px;
}

.pageParagraph {
  white-space: pre-wrap;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 1.4em;
  text-align: center;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.subPage-divider {
	width: 225px;
	height: 1px;
	background:#333;
	margin:20px auto 20px auto;
}

.staticHeading-wrap .subPage-divider {
	margin-bottom: 0px;
}

.selectIcon {
	text-align: center;
	padding-top: 100px;
	position: relative;
	z-index: 2;
}

.selectIcon img {
	width: 80px;
}

.subPage-container.newsPage {
	padding-top: 0px;
}

.topofSub {
  margin-top: -250px;
  margin-bottom: 0px !important;
  padding: 60px 60px 0px 60px;
  background: #fff;
  text-align: center;
  position: relative;
}

.topofSub .editPage-button {
	position: absolute;
	top: 15px;
	right: 15px;
}

.topofSub > .col-lg-12 {
	margin-bottom: 0px !important;
}

.at-top {
	top: -60px !important;
}

.usefullink {
	margin-top: 4px !important;
}

/* imageCarousel */

.imageCarousel {
	position: relative;
	margin-bottom: 50px;
	padding-top: 20px;
	height: 222px;
}

.carouselOuter {
  height: 185px;
  overflow: hidden;
}

.notvisible {
	opacity: 0 !important;
	visibility: hidden;
}

.nextCarousel:hover, .prevCarousel:hover {
	opacity: 1;
}

.imageCarousel ul {
	width: 200%;
	height: 100%;
}

.imageCarousel li {
  width: calc(255px - 30px);
  float: left;
  margin: 0px 15px;
  border: none;
  overflow: hidden;
  height: 100%;
  padding: 0px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer;
}

.imageCarousel li img {
  width: 100%;
  cursor: pointer;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.width-drop {
	width: 160px;
}

.width-drop .form-group {
	margin-bottom: 0px !important;
}

/* TABS */

.nav-tabs li {
	padding: 0px;
	padding-right: 20px;
}

.tab-content .row {
	margin-bottom: 0px;
}

.tab-content #googleMap .row > div, .tab-content #countryMap .row > div  {
	min-height: 400px;
}

#google-map {
	min-height: 400px;
}

.countryMap {
  cursor: -webkit-zoom-in;
}

.countryMap img {
	width: 100%;
}

.imgModal img {
  width: 100%;
}

.googleMap {
	position: relative;
}

.zoom-settings {
	position: absolute;
	top: 15px;
	left: 15px;
	border:1px solid #333;
	z-index:1;
	-moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.zoom-settings > div {
	padding: 7px;
  background: #fff;
  color: #333;
  cursor: pointer;
  text-align: center;
  height: 30px;
  display: block;
  -webkit-transition:0.25s all ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.zoom-settings > div:hover {
	background: #333;
	color: #fff;
}

.zoom-settings > div:hover .minus-zoom {
	background: #fff;
}

.zoom-settings > div:first-child {
	border-bottom: 1px solid #333;
}

.zoom-settings .pg-close_line {
	-webkit-transform:rotate(-45deg);
	display: block;
    font-size: 15px;
}

.zoom-settings .minus-zoom {
  width: 12px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: 6px;
  -webkit-transition:0.25s background ease-in-out;
}

/* WEATHER */

.weather-now {
  width: 250px;
  margin: 87px auto 0px auto;
  text-align: center;
}

.kind_temp * {
	  display: inline-block;
}

.kind_temp p {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  vertical-align: 20px;
  line-height: initial;
  margin: 0px;
  color: #333;
  margin-left: 10px;
}

.weather--day {
	  font-size: 22px;
  margin-top: 10px;
  color: #333;
  margin-bottom: 2px;
}

.weather--date {
	  margin-bottom: 10px;
}

.weather--wind {
	font-weight: 600;
	color: #333;
}

.weather--wind span {
	font-weight: 600;
	margin-right: 10px;
	color: #777;
}


/* HOTEL */

.facilities {
	text-align: center;
	padding: 0px;
	margin-top: -5px;
	margin-bottom: 30px;
}

.facilities li {
  border-bottom: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  color: #575757;
}

.facilities li:after {
  content: '';
  display: block;
  width: 4px;
  height: 1px;
  background: #575757;
  position: absolute;
  top: 50%;
  left: -4px;
}

.facilities li:first-child:after {
	display: none;
}

.moreInformation {
	border: 1px solid #333;
	color:#333;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;

}

.moreInformation:hover {
	background: #333;
	color: #fff;
}

.expandInformation {
	display: none;
}

.expandInformation .row {
	margin-top: 50px;
}

.textBlock {
	margin-bottom: 40px;
}

.textBlock h5 {
	margin: 0px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: initial;
  margin-bottom: 5px;
}

.textBlock p {
	text-align: left;
	word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap; 
}

/* FLIGHT */

.flightInfo {
  margin-bottom: 20px;
}

.flightInfo p {
  margin: 0px;
}

.flightInfo p.flightHeading {
  text-transform: uppercase;
  color: #2C2C2C;
}

.panel-heading .pg-close_line.collapsed:before {
	  -webkit-transform:rotate(45deg);
	  -moz-transform:rotate(45deg);
	  -o-transform:rotate(45deg);
	  transform:rotate(45deg);
  }

  .panel-heading .pg-close_line:before {
	  -webkit-transform:rotate(0deg);
	  -moz-transform:rotate(0deg);
	  -o-transform:rotate(0deg);
	  transform:rotate(0deg);
	  content: "\e601";
	  position: absolute;
	  font-size: 16px;
	  color: #333;
	  top: 25px;
 	  right: 20px;
	  -webkit-transition:0.25s transform ease-in-out;
	  -moz-transition:0.25s transform ease-in-out;
	  -o-transition:0.25s transform ease-in-out;
	  transition:0.25s transform ease-in-out;
	    font-family: 'pages-icon';
  }

  .panel-heading .changeclient:before {
  	content: 'change client';
	  position: absolute;
	  font-size: 11px;
	  color: #333;
	  top: 30px;
	  right: 20px;
	  -webkit-transition: 0.25s transform ease-in-out;
	  -moz-transition: 0.25s transform ease-in-out;
	  -o-transition: 0.25s transform ease-in-out;
	  transition: 0.25s transform ease-in-out;
  }

  .panel-heading .changeclient.collapsed:before {
  	color: #777;
  }

  .panel-heading:hover .changeclient:before {
	color: #333;
}

.addPin {
	  color: #333;
      margin-left: 15px;
}

.pgn-bar {
	display: block;
}

/* STATIC PAGE */
/*//////////////////////////*/

.staticPage {
	background: #fafafa;
}

.staticHeading-wrap {
  padding-top: 120px;
  padding-bottom: 40px;
}

.staticHeading-wrap .btn {
	  background-color: rgba(51, 51, 51, 0);
}

.staticHeading-wrap .btn:hover {
	  background-color: rgba(51, 51, 51, 1);
}

.inqueryTable .table tr th:first-child {
	width: 73px !important;
}

.inqueryTable .notifyTitle {
	float: left;
}
.inqueryTable .notification {
	margin-left: auto;
	margin-right: auto;
	margin-top: -4px;
	text-indent: -9999px;
}

.staticPage .panel-heading.searchTop, .settingsDesign .panel-heading.searchTop {
  padding: 12px 20px;
  border-bottom: 1px solid #d6d6d6;
}

.modalNotification {
	top: 0px !important;
	z-index: 1051 !important;
}


/* TRAVEL REPORT */
/*//////////////////////////*/

.travelReport {
  padding: 160px 0px 100px;
  background: url(/assets/img/bg7.png);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  color: #fff;
  position: relative;
}

.travelDocument {
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
}

.travelDocument > div {
  display: inline-block;
  margin: 0px 20px;
  text-transform: uppercase;
}

.travelDocument > div {
  display: inline-block;
  margin: 0px 20px;
  text-transform: uppercase;
}

.travelReport .pageTitle {
	color: #fff;
}

.travelReport .btn {
  border: 1px solid #fff !important;
  color: #fff;
  background: rgba(255, 255, 255, 0);
}

.travelReport .pageParagraph {
	color: #fff;
}

.travelReport .btn:hover {
  color: #333;
  background: rgba(255, 255, 255, 1);
}

.travelReport-photos {
  margin-top: 70px;
}

.travelReport-photos ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.travelReport-photos li {
    background: url('../img/bg2.png');
  list-style: none;
  height: 200px;
  margin-right: 15px;
  width: calc(33.333333% - 13px);
  display: inline-block;
  padding: 0px;
  background-size: cover !important;
}

.travelReport-photos li:last-child {
	margin-right: 0px;
}

.travelReport .subPage-divider {
	background: #fff;
}

.inner {
	opacity: 1 !important;
}

.greyBg {
  background: #fafafa;
  position: relative;
}

.lightGreyBg {
	background: #fff;
}

.whiteBg {
	background: #fff;
}

/* ITENERARY STYLES */
/*//////////////////////////*/


.dayNote {
  border: 1px solid #333;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  color: #333;
  padding-top: 5px;
  vertical-align: top;
  font-size: 18px;
  font-weight: 600;
}

.col-lg-6 .itineraryDay:last-child {
  margin-bottom: 0px;
}

.itineraryDay {
  margin-bottom: 20px;
}

.dayDesc {
  display: inline-block;
  width: calc(100% - 70px);
  margin-left: 30px;
}

.dayTitle {
  font-weight: 600;
  color: #333;
}

/* GLOBALA */
/*//////////////////////////*/

.tooltip {
	font-size: 10px !important;
	z-index: 1045 !important;
}

.tooltip > div {
		border-radius: 0px;
}

.tooltip > div:last-child {
		padding: 4px 8px !important;
}

.checkbox label {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.tallTextarea {
	  height: 225px !important;
}

/* _USER */
/*//////////////////////////*/

.userPicture {
  height: 168px;
  width: 168px;
  background: #FFF;
  margin-bottom: 20px;
  border: 1px solid #D6D6D6;
  background-size: cover !important;
}

/* SEARCH */
/*//////////////////////////*/


div[data-pages=parallax] .input-searchResults.inner {
	z-index: 1;
	top: 289px;
}

.noResults {
	text-align: center;
	display: none;
	margin-top: 22px;
}

.noResults p:first-child {
  color: #333;
  font-size: 21px;
  margin: 0px 0px 3px 0px;
}

.input-searchResults li {
  background: #fff;
  list-style: none;
  width: 568px;
  padding: 10px 15px;
  text-align: left;
  color: #777;
  margin-top: -1px;
  border: 1px solid #cecece;
}

.input-searchResults li span {
	font-weight: 600;
	color: #333;
}

.input-searchResults li:hover {
	color: #333;
	background: #f0f0f0;
}

.input-searchResults a.active li {
	background:#f0f0f0;
	color: #333;
}


.input-searchResults ul {
	padding: 0px;
	margin: 0px;
}

.input-searchResults ul {
	padding: 0px;
	margin: 0px;
}

.header .input-searchResults ul {
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
}

.input-searchResults {
  position: absolute; 
  margin-left: -284px;
  left: 50%;
  display: none;
  overflow:auto;
  height: 80vh;
}

.searchTop-wrap {
  height: 300px;
  background: #f0f0f0;
  padding-top: 60px;
  position: relative;
}

.searchTop-wrap > .container {
	position: relative;
	height: 100%;
}

.searchTop-wrap input {
	  border: none;
  background: #F0F0F0;
  font-size: 45px;
  font-weight: 600;
  line-height: initial;
  margin-top: 39px;
  width: 100%;
}

.searchFilter-facilities {
  border-top: 1px solid #ddd;
  padding: 15px 0px 9px 0px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
}

.searchFilter-facilities .boxes .checkbox label {
	margin-bottom: 10px;
}

.boxes-label {
	  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  display: inline-block;
  margin-right: 30px;
}

.boxes {
	display: inline-block;
}

.boxes .checkbox label {
	text-transform: uppercase !important;
}



/* CAMPAIGN */
/*//////////////////////////*/

.campaign-photo {
  background: url(/assets/img/bg7.png);
  background-size: cover !important;
  background-position: center center !important;
  height: 250px;
  width: 500px;
  margin: 0px auto;
  margin-top: 30px;
}

/* CHARTS */
/*//////////////////////////*/

.chartWrap {
  background: #fff;
  padding: 50px 20px 0px 0px;
  margin-bottom: 30px;
  position: relative;
  border:1px solid #e1e1e1;
  overflow: visible !important;
}


svg text {
  font: 400 10px Gill sans !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nv-series {
  width: 150px !important;
}

.chart-heading {
  position: absolute;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  left: 20px;
  top: 20px;
}

.nvtooltip table tr.highlight td {
  padding: 1px 5px 1px 5px;
}

.nvtooltip table td {
  padding: 2px 5px 2px 5px;
}

.line-chart .nvtooltip table {
	margin: 14px;
}

.nvtooltip > table {
  width: calc(100% - 28px);
}

/* FEEDBACK */
/*//////////////////////////*/

.feedbackQuestion {
	margin-bottom: 20px;
}

.feedbackQuestion ul li {
	border-bottom: 1px solid #ddd;
  list-style: none;
    padding: 15px 0px 5px 0px;
  padding-left: 0px;
}

.feedbackQuestion ul li:first-child {
	padding-top:0px;
}

.feedbackQuestion ul {
	padding: 0px;
}

.feedbackQuestion label span {
	font-size: 14px;
    margin-right: 6px;
    color: #333;
}

.feedbackQuestion label {
	color:#777 !important;
}

.form-score {
	float: right;
}

.feedbackQuestion .checkbox label {
	margin-right: 20px;
}


/* EDIT PAGES FOR ITEMS */
/*//////////////////////////*/

.greyBg-inner {
  background: #f4f4f4;
  padding: 20px;
  border: 1px solid #e1e1e1;
  position: relative;
  margin-bottom: 20px;
}

.panel-body .greyBg-inner:last-child {
	margin-bottom: 0px;
}

.settingsDropdown {
	position: absolute;
	top: 13px;
  	right: 15px;
  	z-index: 5;
}

.circleWrap {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  line-height: 0px !important;
}

.circleWrap i {
	font-size: 6px !important;
	float: none !important;
	margin:0px !important;
	color: #777 !important;
	width: auto !important;
	-webkit-transition:0.25s color ease-in-out;
	-moz-transition:0.25s color ease-in-out;
	-o-transition:0.25s color ease-in-out;
	transition:0.25s color ease-in-out;
}

.simpleDropdown-button:hover i{
	color: #333 !important;
}

.simpledrop-inner {
	position: relative;
}

.simpleDropdown {
	position: absolute;
  top: 33px;
	border: 1px solid #c6c6c5;
	right: -6px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	z-index: 5;
	display: none;
	border-bottom: 0px;
}

.simpleDropdown ul {
  padding: 0px;
  margin: 0px;
  min-width: 190px;
}

.simpleDropdown a {
  color: #777;
}

.simpleDropdown li {
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px solid #c6c6c5 !important;
  background: #fff;
  text-transform: uppercase;
  color: #777;
  line-height: 16px;
  cursor: pointer;
  text-align: left !important;
}

.simpleDropdown li:hover {
    background: #F9F9F9;
    color: #333;
}

.dropdown-arrow.active {
  background: url('../img/arrowdropdown-hover.png');
}

.dropdown-arrow {
	width: 20px;
	  height: 20px;
	  position: absolute;
	  top: -15px;
	  right: 11px;
	  background: url('../img/arrowdropdown.png');
	  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: 0px !important;
}

.simpleDropdown.leftDropdown {
	left: -6px;
	right: initial;
}

.leftDropdown .dropdown-arrow {
	left: 11px;
	right: initial;
}

.note-help, .note-view, .note-insert, .note-table, .note-height, .note-para, .note-color, .note-fontname, .note-style {
	display: none !important;
}

button[data-event=superscript], button[data-event=subscript], button[data-event=strikethrough], button[data-event=removeFormat] {
	display: none !important;
}

button[data-event=underline] {
	border-right: 1px solid #d6d6d6 !important;
}

.note-editor .note-editable {
	min-height: 200px;
	-webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    color: #333;
}

.note-editable:focus {
	background-color: #f0f0f0;

}

.note-editor .note-statusbar {
	background: #fff !important;
}

.uploadGallery > ul {
	padding: 0px;
	margin: 0px;
}

.uploadGallery > ul > li {
	position: relative;
	list-style: none;
	width: calc(25% - 22.5px);
	margin-right: 30px;
	padding: 0px;
	float: left;
}

.uploadGallery > ul > li:nth-child(4n) {
	margin-right: 0px;
}

.galleryImg {
	  height: 150px;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      border:0px solid #333;
      cursor: pointer;
}

.galleryImg.active {
	border:3px solid #333;
}

.galleryDescription {
  position: relative;
  border-top: 1px solid #D6D6D6;
  margin-top: 15px;
  padding-top: 5px;
  min-height: 50px;
  margin-bottom: 20px;
}

.galleryDescription p {
  margin-bottom: 0px;
  color: #333;
}

.galleryDropdown {
  position: absolute;
  right: 0px;
  top: 0px;
}

p.bg-tag {
	font-size: 11px;
	color: #777;
}

.panel-collapse .newsPage {
	padding:0px;
}

.checkboxTitle {
  font-size: 11px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #d6d6d6;
  line-height: 20px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 2px;
}

.hotelFacilities .checkbox label {
  margin-right: 30px;
  min-width: 180px;
  margin-bottom: 10px;
}

.wholeAccordion .greyBg-inner .form-control:focus {
  background-color: #fff;
}

.weatherWidget tr td:first-child {
	text-transform: uppercase;
}

.weatherTable thead th {
	  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  font-weight: 600;
  text-align: center;
  color: #333;
  padding: 14px;
  text-transform: uppercase;
  width: 1px;
}

.weatherTable thead th span {
  font-size: 10px;
  margin-left: 3px;
}

.weatherTable tbody td {
    background: #fff !important;
	border: 1px solid #e1e1e1;
	  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.weatherTable tbody td:last-child {
	width:400px;
}

.weatherTable tbody td:first-child {
	background: #f0f0f0 !important;
	color: #333;
	font-weight: 600;
	padding: 0px 7px;
}

.weatherTable tbody input {
  border: none;
  height: 100%;
  width: 100%;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  min-height: 45px;
}

.weatherTable .minMax {
  width: 104px;
}

.weatherTable .minMax input {
  width: 61px !important;
  float: left;
}

.weatherTable .minMax span {
  float: left;
  height: 45px;
  line-height: 45px;
}

.mapPicture {
  height: 286px;
  width: 100%;
  background: #FFF;
  margin-bottom: 20px;
  border: 1px solid #D6D6D6;
  background-size: cover !important;
}

.airCraft-class {
  width: 95%;
  margin-left: 5%;
}

.aircraft-wrapper {
	margin-bottom: 20px;
}

.seatMap button {
	width: 100%;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}

.seatMap_filename {
  background: #fff;
  padding: 7px 7px 6px 7px;
  border: 1px solid #D6D6D6;
  display: none;
}

.seatMap_filename i {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition:0.25s color ease-in-out;
  -moz-transition:0.25s color ease-in-out;
  -o-transition:0.25s color ease-in-out;
  transition:0.25s color ease-in-out;
}

.seatMap_filename i:hover {
	color: #333;
}

.seatMap_filename p {
  display: inline-block;
  margin-bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100px;
  vertical-align: -3px;
  line-height: initial;
}


/* SURVEY CLIENT FORM */
/*//////////////////////////*/

.surveyForm {
	background: url('../img/bg1.png');
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 100%;
	padding: 0px; 
	position: relative;
	color: #fff;
	overflow-x: hidden;
}

.surveyForm .darkCover {
	position: fixed !important;
}

.surveyForm .pageTitle, .surveyForm .pageParagraph {
	color: #fff;
}

.surveyForm .btn-primary, .surveyForm .btn-primary:focus {
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  display: inline;
  border-radius: 0px;
    background: rgba(255, 255, 255, 0);
}

.surveyForm .btn-primary:hover {
   color:#333;
   background: rgba(255, 255, 255, 1);
}

.surveyForm .radio label:before, .surveyForm .checkbox label:before {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #FFF;
}

.surveyForm .radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #FFF;
}

.surveyForm .darkCover {
  background: rgba(0, 0, 0, 0.7);
}

.surveyIcon {
  text-align: center;
  margin-bottom: 50px;
}

.surveyBody {
	  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.surveyForm .surveyBody .container {
	height: 100%;
}

.surveyForm .surveyBody .container > div {
	opacity: 0;
	top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    -webkit-transition:0.5s all ease-in-out;
    margin-top: -100px;
}

.surveyForm .surveyBody .container > div.active {
	opacity: 1;
	z-index: 10;
}

.surveyForm .surveyBody .container > .current {
	display: block;
	margin: 0px;
}

.surveyForm .surveyBody .container > .done {
	margin-top: 100px;
}

.surveyHead {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  top: -100px;
  -webkit-transition: 0.5s top ease-in-out;
}

.surveyHead.active {
	top: 50px;
}

.surveyHead ul {
	padding:0px;
	margin: 0px;
}

.surveyHead li {
  list-style: none;
  display: inline-block;
  margin: 0px 40px;
  position: relative;
  padding:0px;
}

.surveyHead li .circle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: 0.4s all cubic-bezier(.33,.26,.63,1.65);
}
.surveyHead li.last {
	vertical-align: -5px;
}

.surveyHead li.last .circle {
	background-size: 0px !important;
	width: 31px;
    height: 31px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-transition: 0.4s all cubic-bezier(.33,.26,.63,1.65);
    background-image: url('../img/checkmark.png') !important;
}

.surveyHead li.last.active .circle {
  background-size: 19px !important;
}

.surveyHead li.done .circle {
  border: 10px solid rgba(255, 255, 255, 1) !important;
  background: #fff;
}

.surveyHead li.current .circle {
  border: 2px solid rgba(255, 255, 255, 1) !important;
}

.surveyHead li:before {
  content: '';
  display: block;
  height: 2px;
  width: 84px;
  background: rgba(255, 255, 255, 0.5);
  top: 10px;
  left: 21px;
  position: absolute;
}

.surveyHead li:last-child:before, .surveyHead li:last-child:after {
  display: none;
}

.surveyHead li .filledLine {
  height: 2px;
  width: 0px;
  background: rgba(255, 255, 255, 1);
  top: 10px;
  left: 21px;
  -webkit-transition:0.3s width ease-in-out;
  position: absolute;
}

.surveyHead li.done .filledLine {
	width: 84px;
}

.surveyBody .radio input[type=radio]:checked + label:before {
	border-width: 5px;
}

.surveyTitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.surveyQuestion {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 33px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.surveyBoxes {
	margin: 40px 0px 40px 40px;
	text-align: center;
}

.survey-1 .pageParagraph {
	width: 700px;
}

.surveyBoxes .radio label {
	margin-right: 40px;
}


textarea.ownThoughts {
  background: rgba(255, 255, 255, 0.2);
  width: 800px;
  border: none;
  min-height: 200px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  max-height: 600px;
  max-width: 800px;
  margin: 20px 0px 40px 0px;
}

textarea.ownThoughts::-webkit-input-placeholder {
   color: white;
}

textarea.ownThoughts:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

textarea.ownThoughts::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

textarea.ownThoughts:-ms-input-placeholder {  
   color: white;  
}


/* FLIGHT */
/*//////////////////////////*/

.airCrafts {
	width: 30%;
	float: left;
	border: 1px solid #d6d6d6;
    border-right: 0px;
}

.airCrafts li {
  padding: 0px;
  background: #f8f8f8;
  cursor: pointer;
}

.airCrafts li a {
    padding: 15px;
    display: block;
}

.airCrafts li.active {
  background: #fff;
  border-right: 2px solid #333;
  position: relative;
  left: 0px;
  width: calc(100% + 1px);
}

.flightClasses {
  display: none;
  width: 70%;
  float: left;
  border: 1px solid #D6D6D6;
}

.airCrafts ul {
  margin-bottom: 0px;
}

.flightClasses.active {
  display: block;
}

.flightClasses .tab-content {
	padding:30px;
}

.flightClasses > ul li a {
  padding: 16px;
}

.flightClasses .nav-tabs-linetriangle > li.active > a:before {
  border-top-color: rgba(214, 214, 214, 1);
  border-width: 11px;
  margin-left: -11px;
  margin-top: 1px;
}

.flightClasses .nav-tabs-linetriangle>li.active>a:after {
  border-top-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
  margin-top: 1px;
}

.flightClasses .nav-tabs li {
	padding-right: 0px;
}


/* TOP RIGHT CLIENT MENU */
/*//////////////////////////*/

.clientDropdown .clientWrap {
  padding: 10px 10px 9px 10px;
  text-transform: uppercase;
  cursor: pointer;
  background: #e9e9e9;
  border-radius: 30px;
  color: #777;
  margin-top: 10px;
  -webkit-transition:0.25s color ease-in-out;
}

.clientDropdown .clientWrap:hover {
	color: #333;
}

.clientDropdown .clientWrap > span {
  margin: 0px 0px 0px 7px;
  max-width: 181px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: -4px;
  font-size: 10px;
}

.clientDropdown .clientWrap > span:first-child {
  color: #333;
  max-width: 115px;
}

.clientDropdown .clientWrap span:nth-child(2) {
  text-transform: capitalize;
}

.clientDropdown .clientWrap span span {
  font-size: 10px !important;
  line-height: 11px !important;
}

.clientDropdown .clientWrap span div {
  display: inline-block;
}

.clientDropdown .clientWrap i {
  font-size: 20px;
  vertical-align: -3px;
  margin-left: 3.5px;
  margin-right: 3.5px;
}

.clientDropdown .simpleDropdown {
	top: 53px;
	right: -2px;
}

.header .hoverQuickview {
  height: 60px;
}


/* SEARCH HEADER */
/*//////////////////////////*/

.header .searchWrap-inner {
	position: absolute;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	ransform:translateX(-50%);
  	-webkit-transition: 0.25s all ease-in-out !important;
  	-moz-transition: 0.25s all ease-in-out !important;
  	-o-transition: 0.25s all ease-in-out !important;
  	transition: 0.25s all ease-in-out !important;
	top: 0px;
}

.header .searchInput input {
	border: none;
	padding: 19px 15px 18px 15px;
  	width: 406px;
  	-webkit-transition: 0.25s all ease-in-out !important;
  	-moz-transition: 0.25s all ease-in-out !important;
  	-o-transition: 0.25s all ease-in-out !important;
  	transition: 0.25s all ease-in-out !important;
  	background: transparent;
}

.header .searchInput input:focus, .header .searchInput input.input-focus {
	width: 568px;
}

.header .input-searchResults li {
	width: 568px;
}


/* ITENERARY DROPDOWNS */
/*//////////////////////////*/

.dropdownInt {
  position: relative;
}

/* SLIDESHOW SLIDES */
/*//////////////////////////*/

.slideshow {
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
 
.slideshow.slideshow-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.slideshow li img {
    width: 100%;
    height: auto;
}

.slideshow ul {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,150px);
    transform: translate3d(0,0,150px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
 
.slideshow ul.animatable li {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
 
.slideshow-open .slideshow ul {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
 
.slideshow li {
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0s 0s;
    transition: opacity 0.3s, visibility 0s 0s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
  	padding: 0px;
}
 
.slideshow li.show {
    visibility: visible;
}
 
.slideshow li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slideshow li.current:after {
    visibility: hidden;
    opacity: 0;
}
.slideshow li.current {
    visibility: visible;
    opacity: 1;
}
.slideshow figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
 
.slideshow figcaption {
    padding-bottom: 20px;
}
 
.slideshow figcaption h3 {
    font-weight: 600;
    font-size: 200%;
}
 
/* Navigation */
.slideshow nav i {
    position: fixed;
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 3%;
    cursor: pointer;
    font-size: 60px;
    opacity: 0.6;
    -webkit-transition:0.25s opacity ease-in-out;
}

.slideshow nav i:hover {
	opacity: 1;
}
 
.slideshow nav i.fa-angle-left,
.slideshow nav i.fa-angle-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
 
.slideshow nav i.fa-angle-right {
    right: 0;
}
 
.slideshow nav .pg-close_line {
    top: 0;
    right: 0;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 40px;
}
 
/* Info on arrow key navigation */
.info-keys {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 60px;
    font-size: 8px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}
 
.info-keys:before,
.info-keys:after {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}
 
.info-keys:before {
    left: 10px;
    content: "\f104";
}
 
.info-keys:after {
    right: 10px;
    content: "\f105";
}

.info-keys p {
    font-size: 8px;
}

.hotelResults.onDestination > div {
  width: calc(50% - 30px);
  float: left;
  margin-right: 60px;
  border-bottom: 0px;
  padding-bottom: 25px;
  margin-top: 15px;
}

.hotelResults.onDestination > div:nth-child(2n) {
	margin-right: 0px;
}

/* LANDING PAGE QUOTE */

.onLanding {
  position: relative;
  -webkit-transform: none !Important;
  left: 0px;
  top: 0px;
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
}

.onLanding .searchWrap-inner {
  width: 568px;
  margin: 0px auto;
}

.onLanding h3 {
	font-weight: 600;
	font-size: 24px;
}

.onLanding .searchInput input {
	border:1px solid #d6d6d6;
}

.onLanding .input-searchResults {
	z-index: 12;
}

.quote-landingPage {
	padding: 50px 0px;
}

.quote-landingPage ul {
	padding: 0px;
} 

.quote-landingPage li {
  list-style: none;
  text-align: center;
  position: relative;
}

.itemIcon-big {
  background: #FFFFFF;
  color: #333;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  margin: 100px auto;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition:0.25s all ease-in-out;
}

.quote-landingPage .input-group-addon {
   padding: 8px 11px 7px 11px;
}

.quote-landingPage li:nth-child(odd) .itemIcon-big .horizontal-line {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 150px;
  background: #d6d6d6;
  left: 100%;
  top: 50%;
  -webkit-transition: 0.25s all ease-in-out;
  }

  .quote-landingPage li:nth-child(even) .itemIcon-big .horizontal-line {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 150px;
  background: #d6d6d6;
  right: 100%;
  top: 50%;
  -webkit-transition: 0.25s all ease-in-out;
}

.quote-landingPage li:last-child .itemIcon-big .vertical-line {
	display: none;
}

  .itemIcon-big i {
  padding: 21px 0px;
  font-size: 21px;
  margin-left: 1px;
}

.item-expand.right.clearfix {
  left: 750px;
  top: 0px;
}

.item-expand.left.clearfix {
  right: 750px;
  top: 0px;
}

.item-expand {
  position: absolute;
  background: #FFFFFF;
  width: 400px;
  height: 150px;
  margin-top: -44px;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.25s all ease-in-out;
 }

 .item-expand-info {
  padding: 15px 15px 0px 15px;
  text-align: left;
  width: 250px;
  float: left;
  position: relative;
  height: 150px;
}

.item-expand-info span.closing {
  display: block;
  position: absolute;
  top: 10px;
  width: 12px;
  right: 10px;
  height: 12px;
}

.item-expand-info .pg-close_line {
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition:0.25s all ease-in-out;
  opacity:0;
}

.item-expand .pg-close_line:hover {
	color: #000;
}

.item-expand:hover .pg-close_line {
	opacity: 1;
}

.small-save {
  border: 1px solid #333;
  float: right;
  padding: 0px 13px;
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  -webkit-transition:0.25s all ease-in-out;
}

.small-save:hover {
	background: #333;
	color: #fff;
}

.hotelNights {
  margin: 0px;
  font-size: 12px;
  color: #A97748;
  margin-bottom: 10px;
  margin-top: -2px;
}

.itemIcon-big .vertical-line {
  content: '';
  display: block;
  position: absolute;
  height: 100px;
  width: 1px;
  background: #d6d6d6;
  left: 50%;
  margin-top: -2px;
  top: 63px;
  -webkit-transition:0.25s all ease-in-out;
}

.item-expand-img {
  height: 150px;
  width: 150px;
  background: url(/assets/img/q-3.png);
  background-size: cover !Important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.right .item-expand-img {
  float: right;
}

.left .item-expand-img {
  float: left;
}

.item-expand-info h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: initial;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.flight .item-expand-info h3 {
	margin-bottom: 10px;
}

.quote-landingPage .pageChoices {
	margin-top: 150px;
}

/* OWN SLIDER */

#owl-demo .item{
  padding: 30px 0px;
  margin: 15px;
  -moz-border-radius: 3px;
  text-align: center;
  height: 171px;
  background-size: cover !Important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 220px;
  }

 .owl-carousel {
 	height: 200px;
 }

 .owl-item {
 	float: left;
 }

 .owl-wrapper:after {
 	clear: both;
 	content: '';
 	display: block;
 }

 .owl-wrapper {
 	position: relative;
 }

 .owl-controls {
 	display: none !important;
 }

 .customNavigation .next {
  width: 23px;
  height: 43px;
  position: absolute;
  right: -42px;
  top: 50%;
  margin-top: -20px;
  background: url('/assets/img/nextcarousel.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.25s opacity ease-in-out;
}

 .customNavigation .prev {
  width: 23px;
  height: 43px;
  position: absolute;
  left: -42px;
  top: 50%;
  margin-top: -20px;
  background: url('/assets/img/prevcarousel.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.25s opacity ease-in-out;
}

 .customNavigation .next:hover,  .customNavigation .prev:hover {
 	opacity: 0.3;
 }

 .fixedSave {
 	position: fixed;
 	bottom: 15px;
 }

 .fixedDelete {
  position: fixed;
  bottom: 200px;
 }

 .familyMember {
  margin-bottom: 20px;
 }

.familyMember .greyBg-inner {
  padding-bottom: 10px;
}

 .familyMember .bootstrap-tagsinput {
  background: #fff !important;
 }

.addFlyer {
    padding: 10px;
    background-color: #EAEAEA;
    border: 1px dashed #A7A7A7;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition:0.3s all ease-in-out;
    -moz-transition:0.3s all ease-in-out;
    -o-transition:0.3s all ease-in-out;
    transition:0.3s all ease-in-out;
}

.addFlyer:hover {
  background-color: #DEDEDE;
}

.fq-flyer .col-lg-3 {
    max-height: 72px;
    min-height: 72px;
}

.fq-flyer .col-lg-3 i.pg-close_line {
    position: absolute;
    cursor: pointer;
    right:15px;
    top: 3px;
    color: red;
    -webkit-transition:0.3s all ease-in-out;
    -moz-transition:0.3s all ease-in-out;
    -o-transition:0.3s all ease-in-out;
    transition:0.3s all ease-in-out;
    opacity: 0;
}

.fq-flyer .col-lg-3:hover i.pg-close_line {
    opacity: 1;
}

/* TYPE DROPDOWN */

.type {
  position: relative;
}

.status.pending {
    background: #179ae5;
}

.status.confirmed {
 background: #a8e38e;
}

.status.aborted {
 background: #e5173e;
}

.status.finished {
 background: #a8e38e;
}

div.type[data-toggle="tooltip"] .simpleDropdown.leftDropdown {
    left: -18px;
    top: 26px;
}

.type.btn-primary .fa {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: -2px;
}

.type.btn-primary:hover .fa {
  color: #fff !important;
}

button.type .simpleDropdown {
  top: 34px;
  right: -3px;
}

button.type.pending:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #179ae5;
  margin-right: 6px;
  vertical-align: -1px;
}

button.type.confirmed:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #a8e38e;
  margin-right: 6px;
  vertical-align: -1px;
}

button.type.aborted:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #e5173e;
  margin-right: 6px;
  vertical-align: -1px;
}

button.type.finished:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #a8e38e;
  margin-right: 6px;
  vertical-align: -1px;
}

.titleType {
  display: inline-block;
}
.form-control:focus::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.form-control:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.ellipsis-span {
  text-overflow: ellipsis;
  width: 200px; 
  display: block; 
  white-space: nowrap; 
  overflow: hidden;  
}













