.topbox-container {
    width: 100%;
    margin: 0;
	padding: 0;
	background: linear-gradient(to top, #d3f7a3, #bef583);
}

.topbox1 {
	width: 100%;
	height: 175px;
	margin: 0;
	padding: 0;
	position: relative;
}
.topbox1 .box-title {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 145px;
	text-align: center;
	margin: 0;
	padding: 30px 0 0;
	color: #ffffff;
}
.d00 .topbox1 .box-title {
	background-color: rgba(0,0,0,0.0);
}
.d01 .topbox1 .box-title {
	background-color: rgba(0,0,0,0.1);
}
.d02 .topbox1 .box-title {
	background-color: rgba(0,0,0,0.2);
}
.d03 .topbox1 .box-title {
	background-color: rgba(0,0,0,0.3);
}
.topbox1 .box-title .line1 {
	display: inline-block;
	max-width: 95%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	border-bottom: 1px solid #ffffff;
	font-size: 22px;
	font-weight: bold;
}
.topbox1 .box-title .line2 {
	display: block;
	margin-bottom: 10px;
	font-style: italic;
}
.topbox1 .box-title .line3 {
	display: inline-block;
	font-size: 24px;
}
.topbox1 .box-title .line3 a {
	color: #ffffff;
}
.topbox1 .photoinfo {
	position: absolute;
	line-height: 15px;
	font-size: 15px;
	right: 5px;
	bottom: 4px;
}
.topbox1 .photoinfo a {
	color: #c6c0aa;
}

.topbox2 {
	width: 100%;
	margin: 0;
	padding: 0;
}
.topbox2 .box-text {
	margin: 25px 5%;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
.topbox2 .box-text a {
	color: #222;
	text-decoration: none;
}
.topbox2 .box-button {
	margin: 0 5% 35px 5%;
	text-align: center;
}
.topbox2 .box-button a {
	display: inline-block;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	background: #2c4162;
	text-decoration: none;
	box-shadow: 0 1px 1px #ccc;
}

.topbox3 {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(/styles/img/RGarrtop.png) center 0 no-repeat, linear-gradient(to top, #2c4162, #3c5885);
}
.topbox3 .box-title {
	display: none;
}
.topbox3 .box-menu {
	margin: 50px 5px 25px 5px;
	line-height: 20px;
	text-align: center;
}
.topbox3 .box-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.topbox3 .box-menu ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.topbox3 .box-menu a {
    display: block;
	margin: 0 5px 10px 0;
	padding: 10px;
	border-radius: 7px;
	color: #ffffff;
	font-weight: bold;
	background: #93cc29;
	text-decoration: none;
}
.topbox3 .box-menu .fa {
	color: #2c4162;
	padding-right: 6px;
}
.topbox3 .box-list {
	margin: 0 5% 25px;
	width: 90%;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	border-top: 1px solid #ffffff;
	padding-top: 25px;
}
.topbox3 .box-list ul {
    display: inline-block;
	padding: 0 5%;
	text-align: left;
}
.topbox3 .box-list a {
	color: #ffffff;
	text-decoration: none;
}
.topbox3 .box-list span {
	font-weight: bold;
	display: block;
}
.topbox3 .hotel-search {
	margin: 0 10% 50px;
}
.topbox3 .avia-search {
	margin: 25px 5% 40px;
}

.topbox4 {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
.topbox4 .box-title {
	margin: 20px 6%;
	width: 88%;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #2c4162;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #2c4162;
}
.topbox4 .box-text {
	margin: 0 5% 30px 5%;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
.topbox4 .box-title .RG-fix {
	margin-bottom: -2px;
}
.topbox4 .box-title .AS-fix {
	margin-bottom: 3px;
}
.topbox4 .dopbox {
	display: none;
}

.topbox3:before,
.topbox3:after,
.topbox4:before,
.topbox4:after {
    content: " ";
    display: table;
}

.topbox3:after, .topbox4:after {
    clear: both;
}

/* min 560px */

@media only screen and (min-width: 560px) {

	.topbox-container {
    width: 82%;
    margin: 8px 9% 0;
	padding: 0;
	border-radius: 0 20px 0 20px;
	}
	
	.topbox1 {
	width: 100%;
	height: 200px;
	margin: 0 0 15px;
	padding: 0;
	border-radius: 0 20px 0 0;
	}
	
	.topbox1 .box-title {
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 40px 0 0;
	border-radius: 0 20px 0 0;
	}
	
	.topbox3 {
	border-radius: 0 0 0 20px;
	}
}

/* min 768px */

@media only screen and (min-width: 768px) {
    
	.topbox-container {
    width: 640px;
    margin: 8px auto 0;
	}
}

/* min 1024px */

@media only screen and (min-width: 1024px) {

    .topbox-container {
    width: 1000px;
    margin: 12px auto 0;
	padding: 0;
	border-radius: 0 20px 0 20px;
	background: #ffffff;
	box-shadow: 0 2px 10px #aaa;
	}
	
	.topbox1 {
	width: 1000px;
	height: 270px;
	margin: 0;
	border-radius: 0 20px 0 0;
	box-shadow: none;
	}
	.topbox1 .box-title {
	padding: 70px 20px 0 0;
	width: 650px;
	height: 200px;
	border-radius: 0;
	}
	
	.no34 .topbox1 {
	border-radius: 0 20px 0 20px;
	}
	.no34 .topbox1 .box-title {
	border-radius: 0 0 0 20px;
	}
	
	.topbox1 .photoinfo {
	
	z-index: 1;
	}
	
	.topbox2 {
	position: absolute;
	margin: -270px 0 0 670px;
	width: 300px;
	height: 240px;
	padding: 15px;
	border-radius: 0 20px 0 0;
	}
	.d00 .topbox2 {
	background-color: rgba(0,0,0,0.1);
	}
	.d01 .topbox2 {
	background-color: rgba(0,0,0,0.2);
	}
	.d02 .topbox2 {
	background-color: rgba(0,0,0,0.3);
	}
	.d03 .topbox2 {
	background-color: rgba(0,0,0,0.4);
	}
	.topbox2 .box-text {
	margin: 10px 10px 25px;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	color: #ffffff;
	}
	.topbox2 .box-text a {
	color: #ffffff;
	}
	.topbox2 .box-button a:hover {
	background: #3d5885;
	transition: 0.2s ease;
	}
	
	.topbox3 {
	padding: 0 20px 0 0;
	width: 650px;
	float: left;
	text-align: center;
	background: url(/styles/img/RGarr.png) right 60px no-repeat, linear-gradient(to top right, #2c4162, #3c5885);
	}
	.topbox3 .box-title {
	display: inline-block;
	margin: 25px 0 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	}
	.topbox3 .box-menu {
	margin: 25px 0 25px;
	padding: 0 10px;
	}
	.topbox3 .box-list {
	padding: 0 20px 0 0;
	width: 570px;
	border-top: none;
	}
	.topbox3 .box-menu ul li a:hover {
	background: #a9db4d;
	transition: 0.2s ease;
	}
	.topbox3 .box-list a:hover {
	color: #e60000;
	}
	.topbox3 .hotel-search {
	margin: -40px 20px 35px 30px;
	}
	.topbox3 .avia-search {
	margin: 0 20px 25px 30px;
	}
	
	.topbox4 {
	width: 330px;
	float: right;
	}
	.topbox4 .box-title {
	margin: 20px 20px;
	width: 290px;
	text-align: left;
	}
	.topbox4 .box-text {
	margin: 0 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	}
	.topbox4 .dopbox {
	display: block;
	margin-top: 10px;
	}
	.topbox4 .dopbox ul {
	margin: 5px 0 0;
	}
	.topbox4 .dopbox .fa-ul {
	margin-left: 22px;
	}
}

/* ==========================================================================
   Top Destinations
   ========================================================================== */
.topbox-container .topbox-dest {
	text-align: center;
	background: #ffffff;
}
.topbox-container .dest-title {
	display: inline-block;
	padding: 0 0 10px;
	margin: 25px 5% 16px;
	color: #2c4162;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #2c4162;
}
.topbox-container .dest-item {
	display: block;
	width: 50%;
	height: 100px;
	float: left;
}
.topbox-container .dest-item-a {
	display: block;
	width: 100%;
	height: 66px;
	padding-top: 34px;
	color: rgba(255,255,255,0.9);
	font-weight: bolder;
	font-size: 28px;
	text-decoration: none;
	background: rgba(0,0,0,0.2);
}
.topbox-container .dest-text {
	margin: 0;
	padding: 15px 5% 0;
	width: 90%;
	float: left;
	font-size: 15px;
}
.topbox-container .dest-text ul {
	text-align: left;
	margin-bottom: 0;
}
.topbox-container .dest-text span {
	color: #2c4162;
}
.topbox-container .border-md {
	border-top: 1px solid #2c4162;
	padding-top: 30px;
}
.topbox-container .dest-app {
	margin: 0 0 35px;
	padding-top: 12px;
}
.topbox-container .dest-app a {
	display: inline-block;
	margin: 3px;
}
.topbox-container .dest-app img {
	width: 150px;
}
.topbox-container .dest-adtext {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 10px 5%;
	width: 90%;
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	background: linear-gradient(to top right, #2c4162, #3c5885);
}
.topbox-container .dest-adtext span {
	font-size: 18px;
	color: #b3d4fc;
}
.md-hidden {
    display: none !important;
}

@media only screen and (min-width: 560px) {

	.topbox-container .topbox-dest {
	border-radius: 0 20px 0 20px;
	}
	.topbox-container .dest-title {
	border-radius: 0 20px 0 0;
	}
	.topbox-container .dest-adtext {
	border-radius: 0 0 0 20px;
	}
}

@media only screen and (min-width: 768px) {
.topbox-container .dest-item {
	height: 130px;
}
.topbox-container .dest-item-a {
	height: 80px;
	padding-top: 50px;
}
}
   
@media only screen and (min-width: 1024px) {
.md-hidden {
    display: inline !important;
}
.topbox-container .topbox-dest {
	padding: 20px;
	text-align: center;
}
.topbox-container .dest-title {
	margin: 5px 0 16px;
}
.topbox-container .dest-item {
	width: 310px;
	height: 140px;
	margin: 5px;
	box-shadow: 0 5px 10px #aaa;
}
.topbox-container .dest-item-a {
	height: 86px;
	padding-top: 54px;
}
.topbox-container .dest-item-a:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.1);
	transition: 0.2s ease;
}
.topbox-container .dest-text {
	margin: 0;
	padding: 15px 2%;
	width: 46%;
	text-align: left;
}
.topbox-container .border-md {
	border-top: none;
	padding-top: 0;
}
.topbox-container .dest-app {
	text-align: center;
	padding-top: 17px;
}
.topbox-container .dest-app a {
	margin: 3px;
}
.topbox-container .dest-app img {
	width: 175px;
}
.topbox-container .dest-adtext {
	border-radius: 7px;
}
}

/* ==========================================================================
   Top Tips
   ========================================================================== */
.topbox-container .topbox-tips {
	text-align: center;
}
.topbox-container .tips-title {
	display: inline-block;
	padding: 0 0 10px;
	margin: 25px 0 0;
	color: #2c4162;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #2c4162;
}
.topbox-container .tips-text {
	padding: 0 3% 10px;
	margin: 0;
	font-size: 15px;
}
.topbox-container .tips-text span {
	color: #2c4162;
	font-size: 16px;
}
.topbox-container .tips-cont {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #2c4162;
	margin: 0 0 16px;
	padding: 0;
}
.topbox-container .tips-cont span {
	padding: 5px 85px;
	border-radius: 5px;
	background: #d3f7a3;
	border: 1px solid #2c4162;
}
.topbox-container .tips-list {
	margin: 0 0 16px;
}
.topbox-container .tips-list-item {
	display: inline-block;
	width: 170px;
	text-align: left;
	text-decoration: none;
	vertical-align:top;
}
.topbox-container .tips-list-item img {
	width: 24px;
	margin: 0 6px 6px 0;
}
.topbox-container .tips-list-item ul {
	margin-top: 0;
}
.topbox-container .tips-list-item a {
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
.topbox-container .tips-list  {
	margin: 0 0 16px 40px;
}
}
   
@media only screen and (min-width: 1024px) {
.topbox-container .tips-cont span {
	background: transparent;
}
.topbox-container .tips-list  {
	margin: 0 60px 16px 100px;
}
}