.travel-serv-wrap {
	background:#008943;
	text-align:center;
	padding:40px 0 10px 0;
}
.travel-serv-wrap span.disclaimer {
	text-align:center;
	color:#3CC57F;
	display: inline-block;
	padding:10px 0;
}
.travel-portal {
	width:50%;
	float:left;
	border-top:1px solid #E3E2E2;
	border-left:1px solid #E3E2E2;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#E7E7E7;
}
.travel-portal li {
	width:33.33333%;
	height:150px;
	float:left;
	padding:10px 5px;
	position:relative;
	background:#fff;
	border-right:1px solid #e3e2e2;
	border-bottom:1px solid #e3e2e2;
	transition:all linear 0.2s;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.travel-portal li p {
	font-family: 'helveticaneuecyrmedium';
	color:#8a8a8a;
	font-size:18px;
	line-height:22px;
	display:block;
	font-weight:100;
	transition:all delay 1s;
}
.travel-portal li img {
	margin:0 auto 0 auto;
	max-width:100%;
}
.travel-portal li:hover {
	background:#fff;
}
.travel-portal li .overlay {
	position:absolute;
	background:#fff;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	filter:alpha(opacity=0);
 transition:all .5s;
}
.travel-portal li .overlay img {
	margin-top:17px;
}
.travel-portal li:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}
.travel-portal li .portal-content {
	width:198px;
	height:180px;
	position:absolute;
	background:#fff;
	margin:0 0 0 0;
	border-top:1px solid #e3e2e2;
}
.travel-portal li .portal-content .grid-box {
	width:198px;
	height:180px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background:#fff;
}
.travel-portal li .portal-overlay {
	background:#000;
	color: #fff;
	width:198px;
	height:180px;
	background:#f5f4f4;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.portal-tech {
	background:#e7e7e7;
	padding:45px 30px;
	text-align:left;
	height:450px;
}
.portal-tech h1, .portal-tech h2 {
	
	font-size:50px;
	color:#333333;
	line-height:56px;
}
.portal-tech h1 span, .portal-tech h2 span {
	color:#008943;
}
.portal-tech p {
	
	font-size:26px;
	color:#555555;
	line-height:24px;
	padding:15px 0 0 0;
}
.travel-row-wrap {
	background:#fdffff;
	padding:30px 0;
}
.travel-row-wrap h4 {
	color:#282828;
	font-size:20px;
	font-weight:normal;
}
.travel-row-wrap h5 {
	color:#282828;
	font-size:36px;
	font-weight:normal;
	
}
.travel-row-wrap h5 span {
	color:#D94234;
	
}
.travel-row-wrap p {
	font-size:16px;
	color:#555555;
	margin:25px 0 0 0;
}
.travel-row-wrap .btn-theme {
	margin:35px auto 0 auto;
}
.bullet-row-listing {
	background:#f1eeeb;
	display: inline-block;
	width: 100%;
}
.bullet-row-listing ul {
}
.bullet-row-listing .left-listing {
	width: 49%;
	float:left;
}
.bullet-row-listing .right-listing {
	width: 49%;
	float:right;
}
.bullet-row-listing li {
	background:url(../../img2/blue-bullet-check.png) no-repeat left 14px;
	font-size:16px;
	color:#555555;
	padding: 10px 28px;
	line-height:22px;
}
.white-bg-wrap {
	background:#fff;
}
.white-bg-wrap span.differ-text-color {
	color:#45628b;
}
.white-bg-wrap .link-btn-block {
	text-align:center;
}
.white-bg-wrap .link-btn-block a span {
	display:block;
	font-size:17px;
}
.white-bg-wrap .link-btn-block a {
	background:#c10e27;
	display:inline-block;
	font-size:26px;
	color:#e6e3e0;
	
	border-radius:4px;
	padding:15px 40px;
	margin: 40px 0;
	transition: all 0.2s linear 0s;
}
.white-bg-wrap .link-btn-block a:hover {
	background:  #000;
}
.black-bg-wrap {
	background:#333333;
	display: inline-block;
	padding:35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 40px 0;
}
.black-bg-wrap h5 {
	color:#fff;
}
.black-bg-wrap h5 span {
	color:#fff;
}
.black-bg-wrap p {
	color:#fff;
}
.black-bg-wrap .left-listing, .black-bg-wrap .right-listing {
	width:49%;
	float:left;
}
.black-bg-wrap .left-listing.right {
	float:right;
}
.black-bg-wrap ul {
	display:inline-block;
	margin:30px 0 0 0;
	width:100%;
}
.black-bg-wrap ul li {
	color:#fff;
	float: left;
	margin:0 0 20px 0;
}
.black-bg-wrap ul li .image-wrap {
	float: left;
	width: 110px;
	display:inline-block;
	margin: 0 10px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.black-bg-wrap ul li p {
	display:inline;
}
.black-bg-wrap ul li .image-wrap img {
	float:left;
}
.black-bg-wrap ul .left-listing {
	width:430px;
	float:left;
}
.black-bg-wrap ul .right-listing {
	width:430px;
	float:right;
}
.black-bg-wrap .link-btn {
	text-align:center;
	margin:45px 0 0;
}
.black-bg-wrap .link-btn a {
	background:#fff;
	padding:20px 45px;
	display: inline-block;
	
	font-size:26px;
	color:#333333;
	border-radius: 4px;
	transition: all 0.2s linear 0s;
}
.black-bg-wrap .link-btn a:hover {
	background:#C10D26;
	color:#fff;
}
.travel-row-wrap .differ-white-bg {
	background:#fff;
}
.online-heap {
	display: inline-block;
	width: 100%;
	margin: 0 0 0 0;
}
.online-heap img {
	float:right;
	margin:65px 0 0 0;
}
span.sub-link {
	display:block;
	font-size:14px;
	text-align: right;
}
ul.bullet-listing {
	width: 60%;
}
ul.bullet-listing li {
	background:url(../../img2/blue-bullet-check.png) no-repeat left 12px;
}
span.differ-hover a:hover {
	background:#000!important;
	color:#fff!important;
}
/**/
.travel-row-wrap .no-bg-border {
	background:none;
	border:none;
} /*upadate*/
.travel-row-wrap span.differ-text-color {
	color:#D94234;
}
.link-btn-block {
	text-align:center;
	display:block;
}
.link-btn-block p {
	margin:0;
}
.link-btn-block .btn-theme {
	margin:40px auto;
}
.black-bg-wrap .btn-theme {
	margin:40px auto 20px;
}
.portal-tech {
	background:#e7e7e7;
	padding:45px 30px;
	text-align:left;
	height:451px;
	width:50%;
	float:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.portal-tech .portal-cont {/*max-width:430px; width:auto; float:right; display:inline-block;*/
}
.portal-tech h2 {
	
	font-size:50px;
	color:#333333;
	line-height:50px;
}
.portal-tech h2 span {
	color:#008943;
}
.portal-tech p {
	
	font-size:26px;
	color:#555555;
	line-height:24px;
	padding:15px 0 0 0;
}
.t-services {
	display:none;
	margin:15px 0 0 0;
}
.t-services li {
	
	font-size:15px;
	padding:5px 0 5px 30px;
	background:url(../../img2/green-bullet-check.png) no-repeat 0 4px;
	text-align:left;
}
.deal-portal {
	display:block;
	clear:both;
	position:relative;
	text-align:left;
}
.deal-portal img {
	max-width:100%;
}
.deal-portal .deal-portal-feature {
	width:418px;
	height:408px;
	padding:15px 52px 40px 51px;
	position:absolute;
	right:0;
	bottom:30px;
	display:block;
	background:url(../../img2/deal-feature-bg.png) no-repeat 0 0;
}
.deal-portal .deal-portal-feature ul {
	margin:30px 0 0 20px;
}
.deal-portal .deal-portal-feature ul li {
	display:block;
	background:url(../../img2/blue-bullet-check.png) no-repeat 0 4px;
	padding:3px 20px 3px 40px;
	font-family:'Open Sans', sans-serif;
	line-height:20px;
	font-size:14px;
}
 @media screen and (max-width: 800px) {
.travel-serv-wrap {
 padding:10px 0;
}
.portal-tech {
 margin:0;
 height:inherit;
 text-align:center;
}
.travel-portal {
 width:auto;
 margin:0 auto;
 padding:0 0 0 4px;
 float:none;
 text-align:center;
 display:table;
 border:none;
}
.travel-portal {
 width:100%;
 float:left;
}
.travel-portal li {
}
.portal-tech h2 {
 font-size:40px;
 line-height:40px;
}
.black-bg-wrap .left-listing, .black-bg-wrap .right-listing, .bullet-row-listing .left-listing, ul.bullet-listing, .black-bg-wrap, .portal-tech {
 width:100%;
}
.bullet-row-listing li {
 line-height:20px;
 background-position:left 12px;
 padding-right:15px;
}
.online-heap {
}
.online-heap img {
 float:none;
 margin:30px auto;
 max-width:100%;
}
span.sub-link {
 text-align:center;
}
.black-bg-wrap {
 padding:20px 10px 20px;
 text-align:center;
 margin-bottom:20px;
 margin-top:20px;
}
.black-bg-wrap ul li {
 margin-bottom:45px;
 float:none;
}
.black-bg-wrap ul li .image-wrap {
 display:table;
 margin:0 auto 5px auto;
 float:none;
}
.black-bg-wrap h5, .travel-row-wrap h5 {
 font-size:30px;
}
.deal-portal img {
 float:none;
 margin:20px auto 0;
 max-width:100%;
}
.deal-portal .deal-portal-feature {
 background: none;
 height: inherit;
 padding: 20px 0;
 position: static;
 width: 100%;
}
.deal-portal .deal-portal-feature ul {
 margin:0;
}
.deal-portal .deal-portal-feature ul li {
 padding-left:30px;
}
.travel-row-wrap {
 padding:20px 0;
}
.link-btn-block .btn-theme, .black-bg-wrap .btn-theme {
 margin:20px 0;
}
.travel-row-wrap .btn-theme {
 margin:15px auto 0 auto;
}
.travel-row-wrap p {
 margin-top:15px;
}
}
@media screen and (max-width: 479px) {
.travel-portal {
 display:none;
}
.t-services {
 display:inline-block;
}
.black-bg-wrap ul {
margin-top:0;
}
.black-bg-wrap ul li {
background:url(../../img2/grey.png) no-repeat 0 3px;
padding:0 0 0 25px;
text-align:left;
margin:7px 0;
}
.black-bg-wrap ul li .image-wrap {
display:none;
}
.black-bg-wrap ul li p {
margin-top:0;
line-height:20px;
}
}
 @media only screen and (min-width : 801px) and (max-width : 1024px) {
}
