* {

	box-sizing:border-box;

}

body {

	width: 100%;

	height: 100%;

	font-family: Verdana;

	padding-top: 1px;

	margin-top: -1px;

	background: #F4F4F8;

}

html {

	width:100%;

	height:100%;

}

.clear {

	clear: both;

}

.trans, a, input[type="submit"], span{

	-webkit-transition: all 300ms ease-out;

	-moz-transition: all 300ms ease-out;

	-o-transition: all 300ms ease-out;

	transition: all 300ms ease-out;

}

.fade {

	opacity: 1;

	transition: opacity 200ms ease-in-out 0s;

	-moz-transition: opacity 200ms ease-in-out 0s;

	-webkit-transition: opacity 200ms ease-in-out 0s;

	-ms-transition: opacity 200ms ease-in-out 0s;

	-o-transition: opacity 200ms ease-in-out 0s;

}



.fade:hover {

  opacity: 0.5;

}

  

.end {

	margin-right: 0px !important;

}



.drop-shadow {

	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);

	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);

	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.85);

}

.end {

	margin-right: 0px;

}

.content-wrap {

	width: 1170px;

	margin-right: auto;

	margin-left: auto;

	position: relative;

}

.cta-bar .content-wrap {

	padding-top: 10px;

	opacity: 0.1;

}



.top {

	overflow: hidden;

	background: #F4F4F8;

}

.social-search form #imageField {

	vertical-align: top;

}



.top p {

	float: left;

	color: #5e5e60;

	font: 400 12px/41px Verdana;

}

.social-search {

	float: right;

	width: 342px;

}

.social-search form {

	float: right;

}

.social-search div {

	float: right;

	margin-top: 6px;

}

.nav-bar {

	background: #525151;

	height: 147px;

	z-index: 99999998;

	position: relative;

	width: 100%;

}

.nav-bar img {

	float: left;

	margin-top: 33px;

}

.nav-top a, .footer div a{

	font-weight: bold;

	text-transform: uppercase;

	text-decoration: none;

	color: #F39200;

	font-size: 14px;

	letter-spacing: -1px;

}

/*.nav-top a:hover {

	background: #F39200;

}*/

.nav-top a {

	height: 60px;

	display: inline-block;

}

.nav-top a:hover, .footer div a:hover {

	color: #FFF;

}

.mrk {

	color: #FFF !important;

}



.nav-top  {

	float: right;

	margin-top: 85px;

	color: #FFF;

	height: 62px;

}

.banner {

	position: relative;

	height: 624px;

	/*background: url(../images/banner/home.jpg) no-repeat fixed;*/

	margin-top: 147px;

	background-position:center 188px;

	background-attachment: fixed !important;

	background-repeat:no-repeat

}

.banner .cycle-slideshow div {

	height: 624px;

	position: absolute;

	left: 0px;

	top: 0px;

	width: 100%;

}

.banner .content-wrap {

	position: relative;

	z-index: 9999998;

}





.banner.courses {

	background: url(../images/banner/courses.jpg) no-repeat fixed;

	background-position:center 188px;

}



.banner > img{

	height: auto;

	width: 100%;

	position: absolute;

	z-index: 1;

}

.banner-caption {

	width: 745px;

	float: left;

	position: relative;

	z-index: 2;

	color: #FFF;

	margin-top: 135px;
	
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	
	background-image:url(../images/images/banner-text-background.png); background-repeat:repeat-y;
	border-radius : 3px;
	moz-border-radius : 3px;

}

.banner-caption-background{
	background-color: #333;
	padding:10px;
  	filter: alpha(opacity=60);
  	/* IE */
  	-moz-opacity: 0.6;
  	/* Mozilla */
  	opacity: 0.6;
  	/* CSS3 */
  

}

.banner-caption a {

	color: #FFF;

	text-decoration:none;



}

.banner-caption a:hover {

	color: #F39200;



}

.banner-caption h1 {

	font-size: 72px;

	font-weight: 600;

}

.banner-caption p {

	font-size: 20px;

	font-weight: 600;

	line-height: 24px;

	margin-top: 10px;

}

.calulator {

	width: 373px;

	padding-top: 30px;

	padding-right: 30px;

	padding-left: 22px;

	float: right;

	position: relative;

	z-index: 2;

	background: url(../images/bg/calulator.png) repeat;

	height: 526px;

}

.calulator h2 {

	text-transform: uppercase;

	color: #F19100;

	font-size: 34px;

	line-height: 34px;

}

.calulator p {

	font-size: 14px;

	font-weight: 400;

	color: #515151;

	margin-top: 10px;

	margin-bottom: 25px;

}

#frm-calulator input[type="text"], #frm-calulator select, #frm-book input[type="text"], #frm-book select, #frm-book textarea {

	display: block;

	height: 38px;

	width: 100%;

	margin-bottom: 9px;

	border-style: none;

	padding-left: 13px;

	background:#FFF;

	font-family: Verdana;

	font-size:12px;

}

#frmEnquiry input[type="text"], #frmEnquiry select, #frmEnquiry textarea {

	display: block;

	height: 38px;

	width: 100%;

	margin-bottom: 9px;

	border-style: none;

	padding-left: 13px;

	background:#FFF;

	font-family: Verdana;

	font-size:12px;

}

#frm-book textarea {

	height: 80px !important;

	padding-top:10px;

}

#frmEnquiry textarea {

	height: 80px !important;

	padding-top:10px;

}

::-webkit-input-placeholder {

   color: #000;

}



:-moz-placeholder { /* Firefox 18- */

   color: #000; 

   opacity:  1; 

}



::-moz-placeholder {  /* Firefox 19+ */

   color: #000; 

   opacity:  1; 

}



:-ms-input-placeholder {  

   color: #000;  

}

.calulator-result {

	margin-top: 37px;

}

.cta-bar {

	background: #F19200;

	padding-top: 60px;

	/*height: 695px;*/

	padding-bottom:35px;

}

.cta-item {

	float: left;

	width: 376px;

	margin-right: 20px;

	color: #FFF;

	font-size: 14px;

}

.cta-item h3 a {

	font-size: 32px;

	margin-bottom: 18px;

	text-decoration:none;

	color:#FFF;

}

.cta-item h3 a:hover {

	background:none;

	color:#fbd499;

}

.btn-cta {

	text-transform: uppercase;

	font-size: 18px;

	line-height: 51px;

	text-decoration: none;

	background: #525151;

	padding-left: 11px;

	display: block;

	color: #FFF;

	width: 55%;

	margin-top: 18px;

	font-weight: 700;

}

.cta-item a:hover {

	color: #F19200;

	background: #FFF;

}

.cta-item img {

	margin-top: 36px;

}



.news-bar {

	background: #525151;

	height: 103px;

}

.news-bar .content-wrap {

	position: relative;

}



.news-bar span {

	font-size: 44px;

	color: #F19100;

	display: block;

	position: absolute;

	top: 30px;

}

.news-bar span:first-child   + span{

	right: 226px;

}

.content-left {

	color: #515151;

	font-size: 14px;

	padding-top: 48px;

}

.content-right {

	float: right;

	width: 372px;

	color: #515151;

	font-size: 14px;

	padding-top: 55px;

	margin-bottom: 35px;

}

.latest-news-item {

	margin-bottom: 28px;

}

.item-event h4 {

	font-size: 22px;

	font-weight: 700;

	margin-bottom: 25px;

}

.item-event {

	margin-bottom: 24px;

}

.item-event p {

	margin-bottom: 25px;

}

.footer {

	background: #525151;

	height: auto;

	padding-top: 40px;

	color: #FFF;

	margin-top: 35px;

}

.footer img {

	float: left;

}

.footer .content-wrap div{

	float: right;

	margin-top: 40px;

}

.footer div p a {

	font-weight: 400;

	text-transform: capitalize;

	color: #FFF;

	padding-left: 12px;

}

.footer div p {

	margin-top: 13px;

	text-align: right;

}





.nav-open {

	height:41px !important;

}

.banner.desktop .banner-open {

	background-position:center 188px !important;

	

}



.nav-close {

	height:0px;

}

.banner.desktop .banner-close {

	background-position:center 147px !important;

}



.content-left p {

	margin-bottom: 20px;

}

.tbl-course {

	width: 100%;

	 border-spacing: 8px;

    border-collapse: separate;

}

.tbl-course th {

	text-transform: uppercase;

	color: #FFF;

	background: #F19200;

	text-align: left;

	font-size: 22px;

	font-weight: 400;

	padding: 10px;

}

.tbl-course td {

	font-size: 18px;

	color: #515151;

	background: #CDCDD0;

	padding: 10px;

}

.tbl-course {

	margin-top: 35px;

	margin-bottom: 40px;

}

.btn {

	text-decoration: none;

	text-align: center;

	display: inline-block;

	height: 102px;

	width: 253px;

	padding-top: 10px;

	padding-bottom: 16px;

	font-size: 33px;

	font-weight: 400;

	text-transform: uppercase;

	color: #FFF !important;

	background: #F19200;

	line-height: 38px;

}

.btn:hover {

	color: #FFF !important;

	background: #525151 !important;

}

.btn-homestay {

	font:Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #FFFFFF !important;
	white-space: nowrap;
	text-transform: capitalize;
	border-style: none;
	text-decoration: none !important;
	cursor: pointer;
	min-width:100%;
	width:100%;
	background-color:#03A84E;
	text-align: center;
	margin: 0;
}

.btn-homestay:hover {

	opacity:.8;

	-webkit-transition: opacity 0.2s ease;

            -moz-transition: opacity 0.2s ease;

            -o-transition: opacity 0.2s ease;

            -ms-transition: opacity 0.2s ease;

            transition: opacity 0.2s ease;

}

.btnToggle {

	font:Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #FFFFFF !important;
	white-space: nowrap;
	text-transform: capitalize;
	border-style: none;
	text-decoration: none !important;
	cursor: pointer;
	min-width:100%;
	width:100%;
	background-color:#525151;
	text-align: center;
	margin: 0;
	height:50px;
	vertical-align:middle;
	display: flex;
	align-items: center;
  	justify-content: center;
	margin-bottom:10px;
}

#btn1{
	position:absolute;
	left:0px;
	width:30px;
	height:30px;
}
#btn2{
	position:absolute;
	left:0px;
	width:30px;
	height:30px;
}
#btn3{
	position:absolute;
	left:0px;
	width:30px;
	height:30px;
}
#btn4{
	position:absolute;
	left:0px;
	width:30px;
	height:30px;
}
#btn5{
	position:absolute;
	left:0px;
	width:30px;
	height:30px;
}

#tel{
	width:30px;
	height:30px;
}
#whatsapp{
	width:30px;
	height:30px;
}
.vertleft{
  display: flex;
  justify-content: left;
  text-align: center;
  height:30px;
}
.vertleft2{
	  display: flex;
  align-items: center;
}

.btnToggle:hover {

	opacity:.8;

	-webkit-transition: opacity 0.2s ease;

            -moz-transition: opacity 0.2s ease;

            -o-transition: opacity 0.2s ease;

            -ms-transition: opacity 0.2s ease;

            transition: opacity 0.2s ease;

}

#app-box{
	position:relative;
	display: flex;
	align-items: center;
  justify-content: center;
	width:100%;
	background-color:#03A84E;
	height:50px;
	text-align: center;	
}
#toggle-box{
	position:relative;
	display: flex;
	align-items: center;
  justify-content: center;
	width:100%;
	background-color:#525151;
	height:50px;
	text-align: center;	
}

#app-image img{
	width:100%;
	height:auto;
	margin: 0 auto;
	    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */

}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.btn.grey {

	color:#515151;

	background:#CDCDD0;

}



.home-row {

	margin-bottom: 30px;



}

.home-row.home-gallery {

}





.home-row h4 {

	font-size: 44px;

	font-weight: 400;

	margin-bottom: 6px;

	color: #F19100;

}

.home-row h5    {

	font-size: 22px;

	font-weight: 400;

}

#video-gallery {



}

.video-gallery-wrap {

	position: relative;

	height: 540px;

}



.gallery-wrap {

	height: 540px;

	position: absolute;

	display: none;

}

.gallery-wrap-display {

	height: 540px;

	position: absolute;

}

.video-wrap {

	position: absolute;

	left: 0px;

	top: 0px;

	height: 540px;

	width: 1170px;

}

.gallery-wrap img {

	position: absolute;

	left: 0px;

	top: 0px;

}

.tab span {

	font-weight: 700;

	color: #FFF;

	display: inline-block;

	height: 51px;

	width: 111px;

	font-size: 18px;

	line-height: 51px;

	text-align: center;

	text-transform: uppercase;

	margin-right: 4px;

	cursor: pointer;

	background:#D5D5D5;

}



.tab span:first-child {

	background: #525151;

}

.mrk-tab-on {

	background:#525151 !important;	

}

.mrk-tab-off {

	background:#D5D5D5 !important;	

}

.nav-video-gallery span:hover {

	background: #D5D5D5;

}

.nav-video-gallery {

	margin-top: 17px;

	margin-bottom: 7px;

}

.btn-left, .btn-right {

	margin-top: -25px !important;

	position: absolute !important;

	top: 50% !important;

	z-index:9999998;

	cursor:pointer;

}

.btn-left {

	left: 10px !important;

}

.btn-right {

	right:10px !important;

	left:auto !important;

}

.testimonial-inner .btn-left {

	left: 45px !important;

}

.testimonial-inner .btn-right {

	right:45px !important;

}

.testimonials-wrap {

	background: #D5D5D5;

	padding-top: 77px;

	padding-bottom: 77px;

	padding-left: 135px;

	position: relative;

	margin-top: 15px;

}

.testimonial-inner {

	height: 384px;

}

.testimonial-slide-wrap {

	position: relative;

}



.slide-testimonial {

	width: 830px;

	position: absolute;

	left: 0px;

	top: 0px;

}

.slide-testimonial img {

	float: left;

}

.slide-testimonial div {

	float: right;

	width: 405px;

	font-size: 29px;

	line-height: 40px;

	font-weight: 400;

	color: #515151;

}

.slide-testimonial div span {

	font-size: 22px;

	font-weight: bold;

	display: block;

	margin-top: 30px;

}

#map {

	height: 540px;

	margin-top: 30px;

}

.calulator-left p {

	font-size: 18px;

	text-transform: uppercase;

	color: #FFF;

	margin-bottom: 3px;

	font-weight: 400;

	margin-top: 3px;

}

.course-price {

	font-size: 32px !important;

	font-weight: bold;

	color: #FFF;

}

.total {

	display: none;

}



.calulator-right {

	background: #525051;

	color: #FFF;

	height: 99px;

	width: 105px;

	float: left;

	font-size: 25px;

	font-weight: bold;

	text-transform: uppercase;

	text-align: center;

	padding-top: 15px;

}

.calulator-left span {

	font-size: 13px;

}

.more-info {

	height: 0px;

	overflow: hidden;

}

.nav-sub {

	color: #FFF !important;

	font-size: 24px;

	background: #F39200;

}

.nav-sub-bar {

	background: #F39200;

	height: 78px;

	margin-top:0px;

}

.nav-sub a {

	color: #FFF;

	text-decoration: none;

	font-size: 24px;

	font-weight: 400;

	line-height: 78px;

}

.nav-sub a:hover, .dd-inner a:hover {

	color: #fbd499;

}

.sub-content {

	margin-top: 59px;

}



.sub-content-left {

	float: left;

	width: 560px;

	font-size: 17px;

	font-weight: 400;

}

.sub-content-left h1 {

	font-size: 68px;

	font-weight: 400;

	margin-bottom: 25px;

	color: #525151;

	line-height: 60px;

}

.sub-content-left h2 {

	margin-bottom: 20px;

}

.sub-content-right ul {

	list-style: disc;

}

.sub-content-right ul li {

	margin-bottom: 10px;

}



.sub-content-left p {

	margin-bottom: 24px;

}


.sub-content-right {

	background: #D4D3D7;

	float: right;

	width: 549px;

	color: #525151;

	padding-top: 30px;

	padding-right: 46px;

	padding-bottom: 46px;

	padding-left: 46px;

}

.sub-content-right h2 {

	font-size: 46px;

	font-weight: 700;

	margin-bottom: 20px;



}

.sub-content-right h3 {

	font-size: 24px;

	font-weight: 700;

	margin-bottom: 15px;

	margin-top: 20px;

}

.btn-more {

	background: #525151;

	height: 51px;

	width: 211px;

	display: block;

	font-size: 18px;

	font-weight: 700;

	color: #FFF;

	text-decoration: none;

	line-height: 51px;

	padding-left: 12px;

	text-transform: uppercase;

}

.btn-more:hover {

	background: #F39200;

}

.mrk-sub {

	color: #fbd499 !important;

}

.dd {

	background: #EBEBEB;

	position: absolute;

	top: 147px;

	right: 0px;

	display: none;

	z-index:1;

}

.dd-inner {

	float: left;

	padding-top: 30px;

	padding-right: 38px;

	padding-bottom: 30px;

	padding-left: 38px;

	width: 764px;

	-webkit-column-count: 2;

     -moz-column-count: 2;

          column-count: 2;
	
	vertical-align:top;

}

.dd-inner a {

	font-size: 18px;

	font-weight: 700;

	text-transform: uppercase;

	color: #f19200;

	margin-bottom: 14px;

	text-decoration: none;

	display: block;

}



.dd-inner h6 {

	font-size: 14px;

	font-weight: 700;

	color: #525151;

}

.dd-inner p {

	font-size: 12px;

	font-weight: 400;

	color: #525151;

	margin-bottom: 20px;

}

.full {

	width:100% !important;	

}

.tabs {

	border-bottom: 1px solid #CCC;

	margin-bottom: 15px;

	padding-bottom: 20px;

}

.tabs-info-top h2 {

	font-size: 22px;

	color: #F39200;

}



.tabs span {

	font-weight: 700;

	color: #FFF;

	display: inline-block;

	height: 51px;

	font-size: 18px;

	line-height: 51px;

	text-align: center;

	text-transform: uppercase;

	margin-right: 4px;

	cursor: pointer;

	background:#D5D5D5;

	white-space:nowrap;

	padding-left:11px;

	padding-right:11px;

}

.tabs span:hover {

	background: #525151;

}

.tabs span:first-child {

	background: #525151;

}



.tbl-tabs {

	width: 100%;

	border-top: 2px solid #F19200;

	font-size: 12px;

	border-collapse:collapse;

}

.tbl-tabs ol {

	margin-left: 0px;

	padding-left: 0px;

}

.tbl-tabs li {

	margin-bottom: 5px;

}

.sub-content a {

	color: #F39200;

	text-decoration: none;

}

.tbl-tabs td:first-child {

	width: 20%;

	font-weight: 700;

	border-right: 1px solid #CCC;

}

.tbl-tabs td {

	width: 80%;

	padding: 10px;

	border-bottom: 1px solid #CCC;

}

.tabs-slider-w {

	margin-bottom:25px;

	width:950px;

	margin-left:auto;

	margin-right:auto;

	height:207px;

}

.tabs-slider .item {

	margin: 3px;

}

.tabs-slider .item img {

	display: block;

	width: 100%;

	height: auto;

}

.sub-content-left [data-tab-elem] {

	display:none;

}

.sub-content-left [data-tab-elem="host-family"] {

	display:block;	

}

.box-w .item {

	float: left;

	height: 298px;

	width: 24%;

	margin-top: 10px;

	margin-left: 10px;

	overflow: hidden;

	position: relative;

}

.box-w {

	margin-bottom:25px;

}

.item div {

	padding: 10px;

	position: absolute;

	left: 0px;

	height: 298px;

	width: 100%;

	top: 300px;

	background: url(../images/bg/calulator.png) repeat;

}

.item div img {

	height: auto;

	width: 100%;

}

.item div a {

	display:block;

	color:#FFF;

	text-align:center;

	text-transform: uppercase;

	background: #525151;

	font-weight: 700;

	line-height:51px;

	margin-top:42%;

}

.item div a:hover {

	background: #D5D5D5;

}

#tbl-time-table {

	border-style: none;

	width: 100%;

	margin-top: 25px;

}

#tbl-time-table th {

	background: #313132;

	text-transform: uppercase;

	color: #FFF;

	font-weight: 300;

	height: 58px;

	width:14%;

}

#tbl-time-table td {

	background: #C3C3C6;

	color: #606061;

	height: 200px;

	padding-left: 1%;

	position: relative;

}

.day {

	font-size: 24px;

	color: #FFF;

	position: absolute;

	top: 5px;

	right: 5px;

}

.btn-book {

	display: block;

	position: absolute;

	text-decoration: none;

	text-transform: uppercase;

	color: #FFF;

	font-size: 18px;

	font-weight: 300;

	height: 50px;

	line-height: 50px;

	bottom: -50px;

	right: 0px;

	background: #525151;

	padding-left: 20px;

	padding-right: 20px;

	border-left:#FFF 1px solid;

	border-right:#FFF 1px solid;

	border-bottom:#FFF 1px solid;

}

.home .btn-book {

	background:#F59300;

}

.home .btn-book:hover {

	background: #525151 !important;

}

.btn-book:hover {

	background:#D4D3D7;

}

.btn-regfrm {

	display: block;

	position: absolute;

	text-decoration: none;

	text-transform: uppercase;

	color: #FFF;

	font-size: 18px;

	font-weight: 300;

	height: 50px;

	line-height: 50px;

	bottom: -50px;

	right: 0px;

	background: #525151;

	padding-left: 20px;

	padding-right: 20px;

	border-left:#FFF 1px solid;

	border-right:#FFF 1px solid;

	border-bottom:#FFF 1px solid;

}

.home .regfrm {

	background:#F59300;

}

.home .regfrm:hover {

	background: #525151 !important;

}

.regfrm:hover {

	background:#D4D3D7;

}


#frm-book input[type="submit"] {

	color: #FFF;

	background: #F59300;

	width: 100%;

	border-style: none;

	padding-top: 7px;

	padding-bottom: 7px;

	height:38px;

}

#frmEnquiry input[type="button"] {

	color: #FFF;

	background: #F59300;

	width: 100%;

	border-style: none;

	padding-top: 7px;

	padding-bottom: 7px;

	height:38px;

}

#frm-book label {

	position:relative;	

	display:block;

}

#frmEnquiry label {

	position:relative;	

	display:block;

}

#frm-book li {

	position:absolute;

	top:10px;

	right:20px;

	color:red;

	list-style:none;

	font-size:12px;	

}

#frmEnquiry li {

	position:absolute;

	top:10px;

	right:20px;

	color:red;

	list-style:none;

	font-size:12px;	

}

.tabs-accom {

	position:relative;	

}

.tbl-fees {

	width: 100%;

	margin-bottom: 15px;

}

.tbl-fees td {

	background: #CDCDD0;

	padding: 8px;

	text-align: left;

	font-size: 14px;

}

.tbl-fees tr:first-child td {

	background: #525151;

	color: #FFF;

	text-transform: uppercase;

	font-weight: 700;

}

.t-small {

	font-size: 12px;

}



.tbl-fees tr:first-child td:first-child {

	background:#F39200;

}

/*.tbl-fees tr:first-child + tr + tr td {

	font-weight:400;

	font-size:12px;	

	font-weight:700;

}*/

.tbl-fees.student {

	width:28% !important;

	margin-bottom:23px;

}

/*.tbl-fees.student tr:first-child + tr + tr td, .tbl-fees.course tr:first-child + tr + tr td {

	font-weight:400;

}*/

.full {

	width: 100%;

}

.sub-content-left ul {

	list-style: disc;

}

.box-team .item div a {

	line-height:35px !important;

}

.gallery-course {

	margin-top:25px;

}

.menu-mobile {

	display:none;

}

.banner.mobile {

	display:none;

}

.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
   width:160px;
}

.goog-te-combo
{
  background-color: #FFCD9B;
}

/* link .............................................................*/

.linktest a:active
{
font-family: Arial, Helvetica, sans-serif;
color:#000000;
font-weight: bold;
font-size: 14px;
}

.linktest a:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none; 
font-size: 14px;
color:#000000;
}

.linktest a:link 
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; 
text-decoration: none; 
font-size: 14px;
color:#000000;
}

.linktest a:hover
{
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
color: #F39300;
font-weight: bold;
font-size: 14px;
}
/* End Links ........................................................*/

.container-footer {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    overflow: hidden;
}

.right-footer {
    float: right;
    width: 30%;
}
.left-footer {
    float: left;
    width: 30%;
}
.middle-footer {
    margin: 0 100px;
	max-width:600px;
}

#mob-footer-menu {
	display:none;
	
}

#parent-child{
	position:relative;
	width:100%;
	font-size: 10px;
}

#pcadult{
	display:inline-block;
	width:35%;
	vertical-align:top;
	border: #F90 thin dotted;
	padding: 5px;
	}
	
#pcjunior{
	display:inline-block;
	width:35%;
	vertical-align:top;
	border: #F90 thin dotted;
	padding: 5px;
	margin-left:10px;
}

.clearboth {
	clear:both;
}

#mobheight {
	display:none;
}

.mobimg img{
	width:456px;
	height:277px;
	margin: 0 auto;
}

.junioractivities {
	padding: 10px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

#juniorhomestay {
	float:left;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

#juniorresidence {
	float:left;
	margin-left:15px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	
}

.juniortitle {
	color:#F5A932;
	font-weight:bold;
	margin-bottom: 5px;
	
}

.flags img{
	height:714px;
	width:1000px;
}