/*@import url('jquery.pageslide.css');*/
@import url('../fonts/stylesheet.css');
@import url('effect.css');

body {
	/*font: 16px 'andesregular', sans-serif;*/
	font: 14px 'andesregular', sans-serif;
	color: #231e0a;
	position: relative;
	/*background-color: #ccc;*/
}

a {text-decoration: none; color: #231e0a;}
a:hover {text-decoration: none; color: #fbbc1e;}

h2 {
	/*margin-bottom: 0px;*/
	/*font: 52px 'andesbold', sans-serif;*/
	
}

h1, h2, h3, h4, h5, strong {font-family: 'andesbold', sans-serif;}

h1,h2 {font-size: 40px; text-align: center;}
h3 {font-size: 30px; text-align: center;}


/***** HEADER STYLE *****/
/************************/

/*#header {
	text-align: center;
	position: relative;
 	background: url(../img/banner2.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	

}
#header .nav>li>a:hover, #header .nav>li>a:focus {
	background-color: #fff;
}
*/	
.navbar {
	height: 75px !important;
	margin-bottom: 0;
	border: none;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 8px rgba(35,30,10, .26);
	-moz-box-shadow:    0px 3px 8px rgba(35,30,10, .26);
	box-shadow:         0px 3px 8px rgba(35,30,10, .26);
}

.navbar-brand {
	padding-top: 26px;
}

.navbar ul.nav {
	float: right;
	margin: 23px 5px 0 0;
}

.navbar ul.nav a {
	/*font: 14px 'andes', sans-serif;*/
	/*font-size: 14px;*/
	/*color: #231e0a;*/
	text-transform: uppercase;
}


.menu-icon {
	display: block;
	width: 42px;
	height: 42px;
	background-image: url(../img/menu-icon.png);
}

.menu-icon:hover {background-image: url(../img/menu-icon-h.png);}

.navbar .menu-icon {
	float: right;
	margin-top: 18px;
}

.header-body {
	display: table;
	width: 100%;
	height: auto;
}

.header-mdl {
	display: table-cell;
	vertical-align: middle;

}

.header-mdl h2 {
	max-width: 940px;
	margin: -40px auto 50px;
	padding: 0 20px;
	/*font: 52px/64px 'andesbold', sans-serif;*/
	/*font: 42px/64px 'andesbold', sans-serif;*/
	line-height: 1.2;
	color: #fff;
	text-shadow: -3px 3px 0px rgba(35,30,10, 0.26);
}

button, a.button {
	width: 260px;
	height: 68px;
	padding: 24px 0 20px;
	font-family: 'andesbold', sans-serif;
	font-size: 18px !important;
	color: #231e0a;
	text-transform: uppercase;
	border: none;
	outline: none !important;
	background-color: #e3e3e3;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

button:active, button:hover,
a.button:active, a.button:hover {
	color: #fff !important;
	background-color: #fbbc1e !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-lg {
	width: 220px;
	padding: 16px 16px 15px;
	font-family: 'andesbold', sans-serif;
	color: #231e0a;
	text-transform: uppercase;
	border: none;
	outline: none !important;
	background-color: #e3e3e3;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.header-mdl a.button,
.header-mdl .btn-lg {
	margin: 0 9px 10px;
	color: #606060;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 0px rgba(96,96,96, 0.5);
	-moz-box-shadow:    0px 4px 0px rgba(96,96,96, 0.5);
	box-shadow:         0px 4px 0px rgba(96,96,96, 0.5);
}

.header-mdl a.button:active,
.header-mdl a.button:hover,
.header-mdl .btn-lg:active,
.header-mdl .btn-lg:hover {
	color: #fff;
	background-color: #fbbc1e;
	-webkit-box-shadow: 0px 4px 0px rgba(96,96,96, 0.5) !important;
	-moz-box-shadow:    0px 4px 0px rgba(96,96,96, 0.5) !important;
	box-shadow:         0px 4px 0px rgba(96,96,96, 0.5) !important;
}

.header-btm {
	width: 100%;
	/*max-height: 267px;*/
	padding: 102px 85px;
	background-color: #231e0a;
	position: absolute;
	bottom: 0;
}

.header-btm h3 {
	max-width: 768px;
	margin: 0 auto;
	font: 35px/50px 'andesregular', sans-serif;
	line-height: 1.4;
	color: #fff;
}

.header-scroll {
	width: 150px;
	/*max-height: 200px;*/
	height: 142px;
	margin-left: -75px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: -110px;
}

.header-scroll:before {
	content: ' ';
	width: 1px;
	height: 100%;
	background: #231e0a;
	position: absolute;
	left: 50%;
	top: 24px;
}

.header-scroll p {
	font: 14px 'andesmedium', sans-serif;
	color: #231e0a;
}

.down-icon {
	display: block;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	background: url(../img/down-icon.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	bottom: 0;
}


.sectiondivider {
	margin-top: 20px;
}

.header-menu {
	position: absolute;
	right: 60px;
	top: 10px;
	
	z-index: 99999;
}

/***** SLIDE PANEL STYLE*****/
/****************************/

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 292px;
    background-color: #fbbc1e;
}

#slide-panel {
	display: none;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

#slide-panel h4 ,h1 {
	margin: 0;
	padding: 32px 20px 22px;
	font: 16px 'andesbold', sans-serif;
	border-bottom: 2px solid #edac0a;
}

#slide-panel p {
	font-size: 12px;
	margin: 0 20px 0;
}

.close-panel {
	width: 26px;
	height: 26px;
	background: url(../img/menu-close.png) center center no-repeat;
	position: absolute;
	top: 12px;
	right: 12px;
}

#slide-panel ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 45px;
}

#slide-panel ul li a {
	display: block;
	padding-left: 20px;
	color: #fff;
}

#slide-panel ul li a:hover,
#slide-panel ul li.active a { background-color: #edac0a; }

/********************************/

#slide-panel .icon-wrap { margin: 15px 15px 30px; }



#slideB-panel {float:left;width:100%;}
#slideB-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-align: center;
}

#slideB-panel li a {
	float:left;
	display:inline;
	padding: 5px;
	color: #fff;
	border-right:1px solid white;
}

#slideB-panel ul li a:hover,
#slideB-panel ul li.active a { text-decoration:underline;}

/********************************/

.icon-wrap .hi-icon {
	margin: 0 5px;
	width: 32px;
	height: 32px;
	color: #fff;
}

.icon-wrap .hi-icon:before {
	font-size: 20px;
	line-height: 30px;
}

.icon-wrap.hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.1);
}

.icon-wrap.hi-icon-effect-1 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	box-shadow: 0 0 0 2px #fff;
}

/* Effect 1a White */
.icon-wrap.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #fbbc1e;
}

/***********************************/



/***** SYSTEM FEATURES STYLE*****/
/********************************/

#content {
	position: relative;
	background-color: #fff;
	z-index: 1;
}

#content h2 {margin-bottom: 30px;}

#system .menu-icon {
	position: absolute;
	top: -285px;
	right: 0;
}

.num-page {
	width: 100px;
	margin: 0 auto;
	padding-top: 152px;
	font: 52px 'andeslight', sans-serif;
	text-align: center;
	background: url(../img/num-page-bg.png) center top no-repeat;
}

.num-page.one {color: #fbbc1e;}
.num-page.two {color: #eb5777;}
.num-page.three {color: #61c6e9;}
.num-page.four {color: #ece661;}
.num-page.five {color: #ffe070;}

/***** RIGHT MENU STYLE *****/

ul.menu-right {
	list-style: none;
	padding: 0;
	font: 14px 'andeslight', sans-serif;
	position: absolute;
	top: 200px;
	right: 20px;
	z-index: 100;
}

ul.menu-right::before {
	content: ' ';
	width: 1px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 15px;
	z-index: -1;
}

ul.menu-right li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 31px;
	text-align: center;
	margin-top: 18px;
	background-color: #fff;
}

ul.menu-right li:first-child a {margin-top: 0;}

ul.menu-right li a:hover,
ul.menu-right li.active a {color: #fff;}

ul.menu-right li:nth-child(1) a:hover,
ul.menu-right li:nth-child(1).active a {background-color: #fbbc1e;}

ul.menu-right li:nth-child(2) a:hover,
ul.menu-right li:nth-child(2).active a {background-color: #eb5777;}

ul.menu-right li:nth-child(3) a:hover,
ul.menu-right li:nth-child(3).active a {background-color: #61c6e9;}

ul.menu-right li:nth-child(4) a:hover,
ul.menu-right li:nth-child(4).active a {background-color: #ece661;}

ul.menu-right li:nth-child(5) a:hover,
ul.menu-right li:nth-child(5).active a {background-color: #ffe070;}

ul.menu-right li:nth-child(6) a:hover,
ul.menu-right li:nth-child(6).active a {background-color: #231e0a;}

/****************************/

.box-wrap {
	width: 966px;
	margin: 0 auto 10px;
	position: relative;
}

.box-intro,
.box-text {
	max-width: 670px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}

.box-intro {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 26px;
}

.box-text {font: 14px/22px 'andeslight', sans-serif;}
.box-text p {margin-bottom: 20px;}

.box-wrap .box-item {
	display: table;
	float: left;
	width: 322px;
	height: 322px;
	padding: 20px;
	text-align: center;
	position: relative;
}

#system .box-item {padding: 35px 0 20px;}

.box-wrap h4 {
	line-height: 26px;
	margin-bottom: 4px;
}

.box-wrap .more-info {
	font: 14px 'andeslight', sans-serif;
	color: #606060;
}

#extranet .body-item h4:hover, #extranet .body-item a:hover, #extranet .body-item.hover * {
	color: #eb5789;
}

.box-wrap .item-popup {
	display: none;
	width: 322px;
	height: 322px;
	border: 1px solid #3e4343;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.box-wrap .body-popup-wrap {
	display: table;
	width: 322px;
	height: 322px;
	padding: 25px;
}

.box-wrap .body-item,
.box-wrap .body-popup {
	display: table-cell;
	vertical-align: middle;
}

.box-wrap .item-popup h4 {margin-bottom: 30px;}
.box-wrap .item-popup p {font-size: 14px; line-height: 22px;}

.box-item .hi-icon-effect-3 {margin-bottom: 20px;}
.box-item .hi-icon {width: 134px; height: 134px;}
.box-item .hi-icon-effect-3 .hi-icon {box-shadow: 0 0 0 8px #fbbc1e;}
.box-item .hi-icon-effect-3 .hi-icon:after {background-color: #fbbc1e;}
.box-item .hi-icon-effect-3a .hi-icon {color: #fff;}
.box-item .hi-icon-effect-3a .hi-icon:hover {color: #fbbc1e;}

/*[class^="icon-system-"]:before,*/
.icon-system-1:before,
.icon-system-2:before,
.icon-system-3:before,
.icon-system-4:before,
.icon-system-5:before,
.icon-system-6:before {
	content: " ";
	position: absolute;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.icon-system-1:before {
	width: 87px;
	height: 88px;
	background: url(../img/icons/system-1-.png) 0 top no-repeat;
	/*background: url(../img/icons/system-1.png) no-repeat;*/
	top: 22px;
	left: 24px;
}
.icon-system-2:before {
	width: 111px;
	height: 94px;
	background: url(../img/icons/system-2.png) no-repeat;
	top: 22px;
	left: 12px;
}

.icon-system-3:before {
	width: 53px;
	height: 107px;
	background: url(../img/icons/system-3.png) no-repeat;
	top: 12px;
	left: 40px;
}

.icon-system-4:before {
	width: 85px;
	height: 65px;
	background: url(../img/icons/system-4.png) no-repeat;
	top: 36px;
	left: 24px;
}

.icon-system-5:before {
	width: 105px;
	height: 58px;
	background: url(../img/icons/system-5.png) no-repeat;
	top: 38px;
	left: 15px;
}

.icon-system-6:before {
	width: 92px;
	height: 92px;
	background: url(../img/icons/system-6.png) no-repeat;
	top: 21px;
	left: 21px;
}

.icon-system-1:hover:before { background-position: 0 bottom; }
/*.icon-system-1:hover:before { background-image: url(../img/icons/system-1h.png); }*/
.icon-system-2:hover:before { background-image: url(../img/icons/system-2h.png); }
.icon-system-3:hover:before { background-image: url(../img/icons/system-3h.png); }
.icon-system-4:hover:before { background-image: url(../img/icons/system-4h.png); }
.icon-system-5:hover:before { background-image: url(../img/icons/system-5h.png); }
.icon-system-6:hover:before { background-image: url(../img/icons/system-6h.png); }




/***** EXTRANET STYLE *****/
/**************************/

#extranet .box-wrap {padding-bottom: 30px;}

#extranet .box-item, 
#extranet .item-popup {height: 202px;}
/*#extranet .body-popup-wrap {height: 202px;}*/

#extranet .item-popup {
	border: none;
	color: #fff;
	background-color: #eb5777;
	width: 392px;
	height: 392px;
	top: -95px;
	left: -35px;
}

#extranet .item-popup h4 {margin-bottom: 15px;}

#extranet h4.more-info {
	font: 18px/26px 'andesbold', sans-serif;
	color: #231e0a;
	margin-top: 10px;
	margin-bottom: 4px;
	cursor: pointer;
}

#extranet .body-popup-wrap {
	width: 392px;
	height: 392px;
	padding: 50px;
	text-align: left;
}



/***** DYNAMIC PACKAGING STYLE *****/
/***********************************/

#packaging .box-item {
	border: none;
	padding: 0;
}
#packaging .flip-box-inner {
	padding: 80px 20px 83px 20px;
	border: 1px solid #d9d8d7;
	
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fliped .flip-box-inner {
	-webkit-transform: rotateX(180deg) !important;
	-ms-transform: rotate(180deg) !important; /* IE 9 */
	-moz-transform: rotateX(180deg) !important;
	transform: rotateX(180deg) !important;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;

	z-index: 999;
}

#packaging .transition {
	-webkit-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;	
}

#packaging .item-popup {
	display: inline-block;
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotate(-180deg); /* IE 9 */
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fliped .item-popup {
	-webkit-transform: rotateX(0deg) !important;
	-ms-transform: rotate(0deg) !important; /* IE 9 */
	-moz-transform: rotateX(0deg) !important;
	transform: rotateX(0deg) !important;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

	z-index: 1000;
}

#packaging .flipbox {
	
}


#packaging .box-wrap {
	width: 960px;
	margin-top: 50px;
	margin-bottom: 80px;
	z-index: 500;
}

#packaging .box-item, 
#packaging .item-popup,
#packaging .body-popup-wrap {
	width: 480px;
	height: 480px;
	z-index: 9000;
}

#packaging .flip-box-item {
	border: 1px solid #d9d8d7;
	text-align: center;
}

#packaging .box-item-container {
	width: 480px;
	height: 480px;
	display: inline-block;
}

#packaging .box-item {
	width: 480px;
	height: 480px;
	-padding-top: 80px;
	color: #1d1d1b;
	-border: 1px solid #d9d8d7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 8000;
}

#packaging .item-close {top: 20px; right: 20px;}
#packaging .body-popup {text-align: left;}
#packaging .body-popup h4 {margin-bottom: 15px;}
#packaging .body-popup p {margin-bottom: 20px;}
#packaging .body-popup-wrap {padding: 35px;}

/*#packaging .box-item:first-of-type,*/
#packaging .box-item.first, #packaging .first .flip-box-inner {
	border-right: none;
}
#packaging .box-item-container:first-of-type .flip-box-item {border-right: none;}

#packaging .box-item > h4, #packaging .flip-box-item h4 {
	font-size: 30px;
}
#packaging .box-item > a {
	color: #1d1d1b;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.icon-flights,
.icon-transfers {
	display: block;
	margin: 0 auto;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.icon-flights {
	width: 222px;
	height: 178px;
	background: url(../img/icons/flights.png) center center no-repeat;
}

.icon-transfers {
	width: 169px;
	height: 194px;
	background: url(../img/icons/transfers.png) center center no-repeat;
}

.div-flights,
.div-transfers {
	width: 54px;
	height: 5px;
	margin: 55px auto 30px;
	background-color: #61c6e9;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.div-transfers {margin-top: 39px;}

.box-item.over, .flip-box-item.over {
	background-color: #61c6e9; color: #fff !important; transition: all 0s !important;
}
.box-item.over .icon-flights, .flip-box-item.over .icon-flights {background-image: url(../img/icons/flights-h.png);}
.box-item.over .icon-transfers, .flip-box-item.over .icon-transfers {background-image: url(../img/icons/transfers-h.png);}
.box-item.over .div-flights, .flip-box-item.over .div-flights,
.box-item.over .div-transfers, .flip-box-item.over .div-transfers {background-color: #fff;}
.box-item.over a, .flip-box-item.over a {color: #fff !important;}




/***** PRICING STYLE *****/
/*************************/

#pricing {margin-bottom: 80px;}



/***** LIVE DEMO STYLE *****/
/***************************/

#live-demo a.button {
	display: block;
	margin: 45px auto 100px;
	background-color: #ffe070;
}



/***** ENQUIRIES STYLE*****/
/**************************/

#enquiries-form {
	max-width: 482px;
	margin: 0px auto 78px;
}

textarea.form-control {
	resize: none;
	height: 162px;
	padding: 12px 18px;
	font-size: 18px;
	line-height: 1.33;
}



/***** MODAL WINDOWS STYLE*****/
/******************************/

.modal-content {
	border: 1px solid #3e4343;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-header {padding: 55px 100px 12px; border: none;}

.modal-close,
.item-close {
	width: 16px;
	height: 16px;
	background-image: url(../img/modal-close.png);
	position: absolute;
	top: 16px;
	right: 16px;
}

.item-close.white {
	background-image: url(../img/modal-close-w.png);
	top: 30px;
	right: 30px;
}

.modal-title {
	font-size: 24px;
	color: #231e0a;
	text-align: center;
	text-transform: uppercase;
}

.modal-title a {
	color: #fbbc1e;
	border-bottom: 1px solid #fbbc1e;
}

.modal-title a:hover {
	border-bottom: none;
}

.modal-body {padding: 20px 100px 48px;}

::-webkit-input-placeholder {color: #9b9a99;}
:-moz-placeholder {color: #9b9a99;}
::-moz-placeholder {color: #9b9a99;}
:-ms-input-placeholder {color: #9b9a99;}

.form-control {
	margin-bottom: 22px;
	color: #9b9a99;
	border: 1px solid #bfbfbf;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-desc p {
	margin: 3px 0;
	padding: 0px 100px 0px;
	font: 14px/22px 'andeslight', sans-serif;
	text-align: center;
}

#modal-request button,
#modal-forgot button,
#modal-registration button {margin-top: 18px;}

.checkbox-wrap {
	margin-top: 30px;
	margin-bottom: 37px;
	font-size: 14px;
	line-height: 20px;
	color: #9b9a99;
}
.checkbox-style input[type=checkbox] {
	visibility: hidden;
}
.checkbox-style {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	position: relative;
}
.checkbox-style label {
	width: 20px;
	height: 20px;
	margin-bottom: 0;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 0;
	background: #fff;
	border: 1px solid #bfbfbf;
}
.checkbox-style label:hover {
	border-color: #231e0a;
}
.checkbox-style label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 5px;
	border: 2px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.checkbox-style label:hover::after {
	/*opacity: 0.5;*/
}
.checkbox-style input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.checkbox-label {
	padding: 3px 60px 3px 0;
	border-right: 1px solid #9b9a99;
}
.forgot-label {float: right; padding-top: 3px;}
.forgot-label a {color: #9b9a99;}
.forgot-label a:hover {color: #fbbc1e;}




/***** FOOTER PAGE STYLE*****/
/****************************/

#footer .vert-line {
	width: 1px;
	height: 140px;
	margin: 0 auto;
	background-color: #231e0a;
}

.footer-head {
	padding: 75px 15px 70px;
	margin-bottom: 75px;
	color: #fff;
	text-align: center;
	background-color: #fbbc1e;
}

.footer-head h3 {
	max-width: 768px;
	margin: 0 auto;
	/*font: 35px/50px 'andesregular', sans-serif;*/
	font-family: 'andesregular', sans-serif;
	line-height: 1.4;
}

.footer-head p {
	font: 18px/50px 'andeslight', sans-serif;
	margin-bottom: 0;
}

.footer-head p.quote {
	font-size: 170px;
	line-height: 1;
	margin-bottom: -100px;
}

#offices .box-wrap {
	padding: 20px 0 30px;
}

#offices .box-item {
	display: table;
	height: 230px;
	padding: 20px;
	font-size: 14px;
	position: relative;
/*border: 1px solid #000;*/
}

#extranet .box-item:before,
#offices .box-item:before {
	content: ' ';
	width: 298px;
	height: 1px;
	background-color: #e3e3e3;
	position: absolute;
	left: 12px;
	bottom: 0;
}

#extranet .box-item:after,
#offices .box-item:after {
	content: ' ';
	width: 1px;
	height: 206px;
	background-color: #e3e3e3;
	position: absolute;
	top: 12px;
	right: 0;
}

#extranet .box-item:after {height: 180px;}

#offices .body-item h5,
#offices .body-item p {
	margin-bottom: 0;
	line-height: 20px;
}

.copyright {
	height: 135px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 64px 15px 0;
	background-color: #231e0a;
}


/* Bootstrap override */
.modal {
	overflow: auto;
}
body.modal-open {
	margin-right: 0px;
}

/***** MEDIA QUERY STYLE*****/
/****************************/

/* Large desktop */
@media (min-width: 1200px) {
	h2 {font-size: 52px !important;}
	h3 {font-size: 36px !important;}
	.btn-lg {width: 260px; padding: 24px 0 21px;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.box-wrap {width: 644px;}

	#extranet .box-item:nth-child(2n)::after,
	#offices .box-item:nth-child(2n)::after {width: 0;}
	#extranet .box-item:nth-child(n+9)::before,
	#offices .box-item:nth-child(n+5)::before {height: 0;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	h2 {font-size: 30px;}
	h3 {font-size: 22px;}
	.btn-lg {width: 180px; font-size: 16px; padding: 13px 0 12px;}

	.box-wrap { width: 322px; }

	#extranet .box-item::after,
	#offices .box-item::after {width: 0;}
	#extranet .box-item:last-child::before,
	#offices .box-item:last-child::before {height: 0;}
}

/* Landscape phones and down */
@media (max-width: 480px) {
/*	#header .nav li:last-child {display: none;}
	.header-mdl h2 {font-size: 22px;}
	.header-btm h3 {font-size: 18px;}
	.btn-lg {width: 140px; font-size: 14px; padding: 11px 0 10px;}
*/
.modal-header, .modal-body {padding-left: 20px; padding-right: 20px;}
.checkbox-label {padding-right: 20px;}
.header-mdl a.button {width: 180px; height: 46px; padding-top: 12px;}
}


@media screen and (max-width: 979px) {
	#packaging .box-wrap {width: 480px;}
	
	#packaging .first .flip-box-inner {
		border-right: 1px solid #d9d8d7;
		border-bottom: none;
	}
	#packaging .box-item,
	#packaging .flip-box-item {
		-border: 1px solid #d9d8d7;
	}
}

@media screen and (min-width: 980px) {
	#extranet .box-item:nth-child(3n)::after,
	#offices .box-item:nth-child(3n)::after {width: 0;}
	#extranet .box-item:nth-child(n+7)::before,
	#offices .box-item:nth-child(n+4)::before {height: 0;}
}

@media screen and (min-width: 768px) {
	/*h2 {font-size: 40px;}*/
	.modal-dialog {width: 700px;}
}

@media (max-width: 560px) {
	#header .nav {display: none;}
	.header-mdl h2 {
		font-size: 22px; 
		margin-bottom: 50px;
		text-shadow: none;
	}
	.header-btm h3 {font-size: 18px;}
	.btn-lg {width: 140px; font-size: 14px; padding: 11px 0 10px;}
	
	ul.menu-right {
		display: none !important;
	}

	.box-item > h4 {
		font-size: 24px !important;
	}
		
	#extranet .box-item:before, #offices .box-item:before {
		width: 100%;
		left: 0px;
	}
	#extranet .item-popup {
		top: 0;
		left: 0;
		height: auto;
	}
	#extranet .body-popup-wrap {
		padding: 50px 25px;
		height: auto;
	}
	#packaging .box-item-container {
		width: 100% !important;
		height: auto !important;
	}
	
	.box-wrap,
	.box-wrap .box-item, 
	.box-wrap .item-popup,
	.box-wrap .body-popup-wrap {
		width: 100% !important;
		height: auto !important;
	}
	
	#packaging .box-item:first-of-type,
	#packaging .flip-box-item:first-of-type {
		border-bottom: none;
		border-right: 1px solid #d9d8d7;
	}	
	.icon-flights, .icon-transfers {
		width: 100%;
		background-size: contain;
	}
	
	button, a.button {
		width: 90%;
	}

	.header-scroll {
		height: 122px;
		top: -90px;
	}

	#system .menu-icon {
		right: 10px;
	}
}

/*--Sonali---*/
   
 form#frmhtlsignup label.error, form#frmtravelsignup label.error{
      color:Red;
      font-style:italic;
  }
/*---End--*/

.selectbox {
	vertical-align: middle;
	cursor: pointer;
	height: 46px;
	margin-bottom: 22px !important;
	display: block !important;
}
.selectbox .select {
	width: 100%;
	height: 46px;
	padding: 0 56px 0 16px;
	font: 18px/46px 'andesregular', sans-serif;
	color: #9b9a99;
	border: 1px solid #bfbfbf;
}
.selectbox .select:hover {
	border-color: #231e0a;
	/*background-position: 0 -10px;*/
}
.selectbox .select:active {
}
.selectbox.focused .select {
	/*border: 1px solid #231e0a;*/
	border-color: #231e0a;
}
.selectbox .select .text {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.selectbox .trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px; /*44*/
	height: 100%;
}
.selectbox .trigger .arrow {
	position: absolute;
	top: 18px;
	right: 16px;
	width: 22px;
	height: 12px;
	background-image: url(../img/select-arrow.png);
}
.selectbox:hover .arrow {
}
.selectbox .dropdown {
	top: 46px;
	width: 100%;
	margin: 0;
/*	background-color: #231e0a;*/
	background-color: #e3e3e3;
	font-size: 18px;
}
.selectbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.selectbox li {
	height: 46px;
	padding: 12px 16px 14px !important;
	color: #000;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.selectbox li:first-child {display: none;}
.selectbox li.selected,
.selectbox li:hover {
	background-color: #fbbc1e;
	color: #000;
}
.selectbox li.disabled {
	color: #AAA;
}
.selectbox li.disabled:hover {
	background: none;
}