s@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/*Common  */
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
}
body .container {
  max-width:1230px;
  width: -webkit-calc(100% - 362px);
width: -moz-calc(100% - 362px);
width: calc(100% - 362px);
}
body .statictxt .container
{
	max-width: 880px;
}
body p b,
body p strong {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight:300;
}
.belowD {
  display: none;
}
.belowM {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #fe5000;
}
h1 span.normal,
h2 span.normal,
h3 span.normal,
h4 span.normal,
h5 span.normal,
h6 span.normal {
  color: inherit;
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
main ul
{
	margin:0;
	padding:0;
	list-style:none;
}
main ul li
{
	position:relative;
	font-family: 'Noto Sans KR', sans-serif;	
	font-size:18px;
	margin:0 0 10px;
	padding:0 0 0 15px;
}
main ul li:before
{
	content:'.';
	line-height:13px;
	font-size:30px;
	font-weight:bold;
	position:absolute;
	lefT:0;
	color:#fe5000;
	top:-3px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.orangeBg
{
	background-color:#fe5000;
}	
.grayBg
{
	background-color:#e9e9ea;
}	
.social {
  margin: 26px 0;
  padding: 0;
}
.social li {
  margin: 0;
  padding: 0 15px 0 0;
  list-style: none;
  display: inline-block;
}
.social li:last-child
{
	padding-right:0;
}
.social li a {
  background: url(../images/ico_social.png?v-1.0) no-repeat 0 bottom;
  width: 30px;
  height: 30px;
  display: block;
}
.social li a:hover {
  background-position-y: 3px;
}
/*.social li a.fb {
  background-position-x: -42px;
}
.social li a.yt {
  background-position-x: -92px;
}
.social li a.in {
  background-position-x: -144px;
}
.social li a.lin {
  background-position-x: -188px;
}
.social li a.wb {
  background-position-x: -224px;
}*/
.social li a.tw {
  background-position-x: 0px;
}
.social li a.fb {
  background-position-x: -42px;
}
.social li a.ytb {
  background-position-x: -92px;
}
.social li a.in {
  background-position-x: -144px;
}
.social li a.lin {
  background-position-x: -188px;
}
.social li a.yt {
  background-position-x: -224px;
}
.social li a.yk {
  background-position-x: -266px;
}
.social li a.wc {
  background-position-x: -300px;
}


a.col {
  color: #fe5000 !important;
}
.hdr_social {
  margin-top: 20px;
  position: relative;
}
.hdr_social:after {
  position: absolute;
  right: 0px;
  top: -8px;
  content: '';
  border-left: solid 1px #ccc;
  height: 40px;
}
.hdr_social li {
  display: inline-block;
  margin: 0 9px 0 0 !important;
  padding: 0 !important;
}
.hdr_social li:before {
  display: none;
}
.hdr_social li a {
  background: url(../images/ico_social.png) no-repeat 0 -3px;
  width: 30px;
  height: 22px;
  display: block;
}
.hdr_social li a:hover {
  background-position-y: -40px;
}
.hdr_social li a.fb {
  background-position-x: -42px;
}
.hdr_social li a.yt {
  background-position-x: -92px;
}
.hdr_social li a.in {
  background-position-x: -144px;
}
.hdr_social li a.lin {
  background-position-x: -188px;
}
.hdr_social li a.wb {
  background-position-x: -224px;
}
.select-wrapper {
  background: url(../images/ico_down_arrow_dark.png) #ffffff no-repeat right 17px;
  min-width: 100px;
  max-width: 100%;
  overflow: hidden;
}
.select-wrapper select {
  width: 100%;
  border: solid 1px #d6d6d6;
  border-radius: 0;
  max-width: 100%;
  padding: 0 48px 0 15px !important;
  line-height: 45px;
  height: 50px;
  background: transparent;
  outline: none !important;
  font-size: 18px !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #262626 !important;
  box-shadow: inset 0 0 0 ;
  margin: 0 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.select-wrapper.up {
  background: url(../images/ico_up_arrow_dark.png) #ffffff no-repeat right 17px;
}
a,
a:focus,
a:visited {
  text-decoration: none;
  color: #ffffff;
}
a.linkbtn,
a:focus.linkbtn,
a:visited.linkbtn {
  color: #fe5000;
  text-transform: uppercase;
  font-weight: normal;
}
a:hover,
a:focus:hover,
a:visited:hover {
  text-decoration: underline;
}
input[type="text"] {
  height: 60px;
  line-height: 60px;
  padding: 0 15px!important;
  font-size: 18px !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  width: 100%;
  border: solid 1px #d6d6d6;
}
textarea {
  line-height: 26px;
  padding: 15px!important;
  font-size: 18px !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  width: 100%;
  border: solid 1px #d6d6d6;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="checkbox"] + span {
  font-size: 16px;
  position: relative;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  padding-left: 35px;
  margin: 0 0 25px;
  cursor: pointer;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + span:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  width: 22px;
  height: 22px;
  background: #fff;
  border: solid 0px #fe5000;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + span:before {
  content: '';
  text-align: center;
  font-family: arial;
  background: url(../images/checkbox_check.png) #fe5000 center center no-repeat;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
input[type="radio"] + span {
  font-size: 16px;
  position: relative;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  padding-left: 35px;
  margin: 0 0 25px;
  cursor: pointer;
}
input[type="radio"] + label:before,
input[type="radio"] + span:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  width: 24px;
  height: 28px;
  background: url(../images/radio_btn_icon.png) center top no-repeat;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:checked + span:before {
  content: '';
  text-align: center;
  font-family: arial;
  background: url(../images/radio_btn_icon.png) center -33px no-repeat;
}
.btn,
.btn:focus,
.btn:visited,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #ffffff !important;
  border: solid 0px #fe5000;
  background: rgba(255, 255, 255, 0.2);
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 15px;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  box-shadow: inset 0 0 0 1px #fe5000;
}
.btn:hover,
.btn:focus:hover,
.btn:visited:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #262626;
  outline: none ;
  color: #fe5000;
  text-decoration: none !important ;
  box-shadow: inset 0 0 0 1px #fe5000;
}
.btn.color,
.btn:focus.color,
.btn:visited.color,
.gform_wrapper .gform_footer input.button.color,
.gform_wrapper .gform_footer input[type=submit].color {
  background: #fe5000;
}
.btn.color:hover,
.btn:focus.color:hover,
.btn:visited.color:hover,
.gform_wrapper .gform_footer input.button.color:hover,
.gform_wrapper .gform_footer input[type=submit].color:hover {
  box-shadow: inset 0 0 0 1px #262626;
  background: #262626;
  color: #ffffff;
}
.btn.dark,
.btn:focus.dark,
.btn:visited.dark,
.gform_wrapper .gform_footer input.button.dark,
.gform_wrapper .gform_footer input[type=submit].dark {
  background: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.btn.dark:hover,
.btn:focus.dark:hover,
.btn:visited.dark:hover,
.gform_wrapper .gform_footer input.button.dark:hover,
.gform_wrapper .gform_footer input[type=submit].dark:hover {
  box-shadow: inset 0 0 0 1px #262626 !important;
  background: #fe5000 !important;
  color: #ffffff;
}
.btn.white,
.btn:focus.white,
.btn:visited.white,
.gform_wrapper .gform_footer input.button.white,
.gform_wrapper .gform_footer input[type=submit].white {
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.btn.white:hover,
.btn:focus.white:hover,
.btn:visited.white:hover,
.gform_wrapper .gform_footer input.button.white:hover,
.gform_wrapper .gform_footer input[type=submit].white:hover {
  box-shadow: inset 0 0 0 1px #fe5000;
  color: #fe5000;
  background: #262626;
}
.btn.white.fill,
.btn:focus.white.fill,
.btn:visited.white.fill,
.gform_wrapper .gform_footer input.button.white.fill,
.gform_wrapper .gform_footer input[type=submit].white.fill {
  background: #ffffff;
  color: #fe5000 !important;
}
.btn.white.fill:hover,
.btn:focus.white.fill:hover,
.btn:visited.white.fill:hover,
.gform_wrapper .gform_footer input.button.white.fill:hover,
.gform_wrapper .gform_footer input[type=submit].white.fill:hover {
  box-shadow: inset 0 0 0 1px #fe5000;
  color: #fe5000;
  background: #262626;
}
.btn.lg,
.btn:focus.lg,
.btn:visited.lg,
.gform_wrapper .gform_footer input.button.lg,
.gform_wrapper .gform_footer input[type=submit].lg {
  padding: 0 60px;
  font-size: 21px;
  line-height: 65px;
  height: 60px;
}
.btn.icobtn,
.btn:focus.icobtn,
.btn:visited.icobtn,
.gform_wrapper .gform_footer input.button.icobtn,
.gform_wrapper .gform_footer input[type=submit].icobtn {
  padding-right: 60px;
  display: inline-block;
}
.btn.icobtn i.ico,
.btn:focus.icobtn i.ico,
.btn:visited.icobtn i.ico,
.gform_wrapper .gform_footer input.button.icobtn i.ico,
.gform_wrapper .gform_footer input[type=submit].icobtn i.ico {
  position: absolute;
  right: 10px;
  top: 6px;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  background: #fe5000;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  box-shadow: inset 0 0 0 1px #262626;
}
p {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px;
}
p.lg {
  font-size: 18px;
}
p.sm {
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
}
.primary {
  color: #fe5000 !important;
}
.right {
  float: none;
  text-align: right;
}
.left {
  float: none;
  text-align: left;
}
.floatLeft {
  float: left;
}
img.floatLeft {
  margin: 0 25px 25px 0;
}
.floatRight {
  float: right;
}
img.floatRight {
  margin: 0 25px 25px ;
}
img {
  max-width: 100%;
}
.bullet {
  margin: 15px 0;
  padding: 0;
}
.bullet li {
  margin: 0;
  padding: 0 0 10px 15px;
  position: relative;
  list-style: none;
  width: 100%;
  color: #fff;
  line-height: 120%;
  color: #262626;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
}
.bullet li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fe5000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.bullet li ul {
  margin: 0 0 10px 15px;
  padding: 0;
}
.bullet li ul li {
  margin: 0;
  padding: 0 0 0 12px;
  list-style: none;
}
.bullet li ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  border: solid 1px #fe5000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}
.alert-msg {
  background: url(../images/alert_ico.png) no-repeat 0 0;
  padding: 0 0 0 55px;
  margin: 40px auto;
  max-width: 270px;
  background-size: contain;
}
.alert-msg h5 {
  font-size: 17px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .belowD {
    display: inline-block;
  }
  .aboveD {
    display: none;
  }
  .alert-msg {
    background: url(../images/alert_ico.png) no-repeat 0 0;
    padding: 0 0 0 50px;
    margin: 40px 10px;
    min-height: 40px;
    background-size: 40px;
  }
  .alert-msg h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .belowM {
    display: inline-block;
  }
  .aboveM {
    display: none;
  }
}
main .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
main .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
main .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
main .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0;
}
/*Carousel and accordion  */
.carousel {
  position: relative;
}
.carousel#myCarousel .carousel-control {
  background-color: transparent !important;
}
.carousel#myCarousel.testi .carousel-control.left {
  left: 0 !important;
}
.carousel#myCarousel.testi .carousel-control.right {
  right: 0!important;
}
.carousel .carousel-control {
  opacity: 0.7;
  width: 10%;
}
.carousel .carousel-control:hover {
  opacity: 1;
}
.carousel .carousel-control.left {
  background: url(../images/che_left_arrow.png) rgba(0, 0, 0, 0.6) no-repeat center;
}
.carousel .carousel-control.right {
  background: url(../images/che_right_arrow.png) rgba(0, 0, 0, 0.6) no-repeat center;
}
.carousel .numslide {
  position: absolute;
  right: 0;
  width: 10%;
  height: 150px;
  line-height: 150px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  bottom: 0;
  color: #ffffff;
  z-index: 99;
  font-size: 22px;
  font-family: 'Noto Sans KR', sans-serif;
}
.carousel.portalcarousel .carousel-control {
  width: 50px;
  background-size: auto 35px;
}
#accordion .panel {
  border: 0;
}
#accordion .panel.agents_only > .panel {
  margin-top: 5px;
}
#accordion .panel .panel-heading {
  padding: 40px 0 30px;
  background: #ebebeb;
  border: 0;
}
#accordion .panel .panel-heading p {
  font-size: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  color: #fe5000;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#accordion .panel .panel-heading .panel-title {
  font-size: 36px;
  text-align: center;
  color: #262626;
  margin: 0 0 15px;
}
#accordion .panel .panel-heading .panel-title a,
#accordion .panel .panel-heading .panel-title a:focus {
  text-decoration: none;
  color: #666666;
}
#accordion .panel .panel-heading .panel-title a:hover,
#accordion .panel .panel-heading .panel-title a:focus:hover {
  color: #fe5000;
}
#accordion .panel .panel-heading.on p {
  max-height: 500px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#accordion .panel .panel-heading.on .panel-title {
  color: #262626;
}
#accordion .panel .panel-heading.on .panel-title a,
#accordion .panel .panel-heading.on .panel-title a:focus {
  color: #262626;
}
#accordion .panel .panel-collapse.pmt .panel-body {
  padding: 0;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .left {
  width: 35%;
  float: left;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .left .orange-container {
  padding: 15px 20px 0 ;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .left .orange-container img {
  width: 100%;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .left .orange-container.price {
  padding: 15px 20px 20px;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .det-content {
  width: 65%;
  padding: 0 40px;
  min-height: 379px;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .det-content p {
  margin: 0;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .det-content h6 {
  margin-top: 14px;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .bot {
  width: 65%;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .bot h6 {
  float: left;
  margin: 0 20px 0 0;
  text-transform: uppercase!important;
  line-height: 45px;
}
#accordion .panel .panel-collapse.pmt .panel-body .appl_details .bot p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  line-height: 45px;
}
#accordion .panel .panel-collapse .panel-body {
  border: 0;
  padding: 40px 0 0;
  text-align: center;
}
#accordion .panel .panel-collapse .panel-body h6 {
  text-transform: uppercase;
}
#accordion .panel .panel-collapse .panel-body h6 p {
  margin-bottom: 0 !important;
}
#accordion .panel .panel-collapse .panel-body .move-dt {
  border-top: solid 1px #ccc;
  width: 600px;
  margin: 0 auto;
  display: block;
  padding-top: 35px;
}
#accordion .panel .panel-collapse .panel-body #contract_start_date {
  margin: 20px auto 0;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details {
  margin: 40px 0;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .icon-set {
  margin: 0 0 10px;
  padding: 0;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .icon-set li {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .icon-set li i {
  top: 3px;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .price {
  padding: 20px 0px 0px 15px;
  width: 50%;
  float: left;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .price h1 {
  font-size: 39px;
  text-align: center;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .price h1 div {
  padding-right: 5px;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .price span {
  color: #262626;
  font-size: 28px;
  font-family: 'Noto Sans KR', sans-serif;
  position: relative;
  left: -7px;
  top: -4px;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird {
  padding: 20px 15px 0px 0px;
  width: 50%;
  float: left;
  text-align: right;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird h6 {
  font-size: 17px;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird h6 i {
  top: 4px;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird p.info {
  font-size: 13px;
  margin-bottom: 0px;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird p.info i {
  top: 5px;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird p.info .ico.info:before {
  top: 5px;
  position: relative;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .det-info {
  display: inline-block;
  border-top: 1px solid #ccc;
  margin: 10px 15px 10px;
  padding: 15px 0px;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .det-info p {
  border-top: solid 1px #bfbfbf;
  width: 100%;
  float: left;
  padding-top: 15px;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Noto Sans KR', sans-serif;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .dates_block {
  z-index: 3;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto 25px;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .dates_block ul {
  padding: 0;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .radio-items {
  margin: 30px 0;
  padding: 0;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .radio-items li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  text-align: left;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .radio-items li label {
  font-family: 'VNoto Sans KR', sans-serif;
  color: #fe5000;
  font-size: 20px;
  margin: 0;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .radio-items li label span {
  color: #606060;
}
#accordion .panel .panel-collapse .panel-body .cpr-selection .radio-items li.disabled,
#accordion .panel .panel-collapse .panel-body .cpr-selection .radio-items li input:disabled + label {
  opacity: 0.5;
  cursor: default;
}
#accordion .panel .panel-collapse .panel-body .lease-term li label:only-child {
  padding-right: 0px !important;
}
#accordion .panel .panel-collapse .panel-body .dates_block,
#accordion .panel .panel-collapse .panel-body .lease-term {
  margin: 0 auto;
  padding: 20px 0 ;
  text-align: center;
  display: block;
}
#accordion .panel .panel-collapse .panel-body .dates_block li,
#accordion .panel .panel-collapse .panel-body .lease-term li {
  margin: 0 7px;
  padding: 15px 0;
  display: inline-block;
}
#accordion .panel .panel-collapse .panel-body .dates_block li label,
#accordion .panel .panel-collapse .panel-body .lease-term li label {
  margin: 0;
  font-size: 20px;
  color: #fe5000;
  text-transform: uppercase;
  font-family: 'Noto Sans KR', sans-serif;
  padding-right: 30px;
}
#accordion .panel .panel-collapse .panel-body .dates_block li label strong,
#accordion .panel .panel-collapse .panel-body .lease-term li label strong {
  font-weight: 300;
  color: #262626;
}
#accordion .panel .panel-collapse .panel-body .dates_block li a,
#accordion .panel .panel-collapse .panel-body .lease-term li a {
  min-width: 165px;
}
#accordion .panel .panel-collapse .panel-body .dates_block li a.selected,
#accordion .panel .panel-collapse .panel-body .lease-term li a.selected {
  background: #5d5d5d;
  box-shadow: inset 0 0 0 1px  #5d5d5d;
}
#accordion .panel .panel-collapse .panel-body .lease-term {
  border-top: solid 1px #ccc;
  width: 600px;
  max-width: 100%;
}
#accordion .panel .panel-collapse .panel-body .lease-term.ul-terms {
	width: 100% !important;
}
#accordion .panel .panel-collapse .panel-body .lease-term.ul-terms li label { 
	line-height: 40px !important;
}
#accordion .panel .panel-collapse .panel-body .lease-term.ul-terms li input[type="radio"] + label:before, #accordion .panel .panel-collapse .panel-body .lease-term.ul-terms li input[type="radio"] + span:before {
	margin-top: 7px;
}
#accordion .panel .panel-collapse .panel-body .lease-term li {
  border-bottom: solid 0px #ccc;
  width: 100%;
  float: left;
  margin: 0;
}
#accordion .panel .panel-collapse .panel-body .lease-term li:last-child {
  border-bottom: 0;
}
#accordion .panel .panel-collapse .panel-body .lease-term h6 {
  margin: 0 0 30px;
}
#accordion .panel .panel-collapse .panel-body .lease-term .lg a {
  color: #626262;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Noto Sans KR', sans-serif;
}
#accordion .panel .panel-collapse .panel-body .lease-term .btn {
  margin-top: 30px;
  width: 100%;
}
#accordion .panel .panel-collapse .panel-body .lease-term p.sm {
  margin: 0;
  color: #626262;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .price h1 {
    font-size: 26px;
    text-align: center;
  }
  #accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .price span {
    font-size: 20px;
    top: -2px;
  }
  #accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird p.info {
    font-size: 10px;
  }
  main section.booking-flow .appl_details .orange-container.price .price-cont p {
    font-size: 21px;
  }
  #accordion .panel .panel-collapse.pmt .panel-body .appl_details .bot p {
    line-height: 18px;
    padding-top: 9px;
  }
}
@media screen and (max-width: 1024px) {
  #accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .price {

    width: 100% !important;
    padding-lefT: 0;
  }
  #accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird {
    width: 100%!important;
    padding: 0;
    text-align: center;
  }
  #accordion .panel .panel-collapse.pmt .panel-body .appl_details .bot p {
    line-height: 18px;
    padding-top: 9px;
  }
  .carousel#myCarousel.testi .carousel-control.left {
    left: 0px !important;
  }
  .carousel#myCarousel.testi .carousel-control.right {
    right: 0px!important;
  }
  .carousel.property .numslide {
    display: none;
  }
  .carousel.property .item .button-container {
    bottom: 15px;
  }
  .carousel.property .carousel-control {
    background-position: center 50% !important;
    background-size: 20px;
  }
  #accordion .panel .panel-collapse .panel-body .appl_details .bot {
    width: 100% !important;
    padding-left: 35%!important;
  }
}
@media screen and (max-width: 980px) {
  #accordion .panel .panel-collapse .panel-body .appl_details .bot {
    padding-left: 15px !important;
    text-align: center;
  }
  #accordion .panel .panel-collapse .panel-body .appl_details .bot h6 {
    line-height: 1.1;
  }
  #accordion .panel .panel-collapse .panel-body #room-data .cpr-selection .appl_details .earlybird {
    width: 100%;
    padding-top: 0;
  }
  #accordion .panel .panel-collapse .panel-body #room-data .cpr-selection .appl_details .earlybird p.info {
    font-size: 11px;
  }
  #accordion .panel .panel-collapse .panel-body #room-data .cpr-selection .appl_details .icon-set li {
    font-size: 16px;
    padding-right: 0;
  }
  #accordion .panel .panel-collapse .panel-body #room-data .cpr-selection .appl_details .price {
    width: 100%;
  }
  #accordion .panel .panel-collapse .panel-body #room-data .cpr-selection .appl_details .price h1 {
    font-size: 42px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .carousel#myCarousel .carousel-control {
    background-position: center 50% !important;
  }
  .carousel#myCarousel .button-container {
    margin-top: -75px;
  }
  main #accordion .panel .panel-collapse .panel-body .move-dt {
    width: auto !important;
  }
  main #accordion .panel .panel-collapse .panel-body .appl_details .bot {
    padding-left: 5%!important;
    line-height: 120%;
    margin-top: 30px;
  }
  main #accordion .panel .panel-collapse .panel-body .appl_details .bot p {
    line-height: 25px !important;
  }
  main #accordion .panel .panel-collapse .panel-body .appl_details .left,
  main #accordion .panel .panel-collapse .panel-body .appl_details .det-content {
    width: 100%!important;
  }
  main #accordion .panel .panel-collapse .panel-body .appl_details .det-content {
    padding: 0;
  }
  main #accordion .panel .panel-collapse .panel-body .appl_details h4 {
    font-size: 22px;
  }
  main #accordion .panel .panel-collapse .panel-body .dates_block {
    /*floaT:left;*/
    width: 100%;
  }
  main #accordion .panel .panel-collapse .panel-body .dates_block#move-in-dates {
    text-align: center;
  }
  main #accordion .panel .panel-collapse .panel-body .dates_block#move-in-dates li {
    float: none;
  }
  main #accordion .panel .panel-collapse .panel-body .dates_block > ul {
    margin-bottom: 20px;
    floaT: left;
    width: 100%;
  }
  main #accordion .panel .panel-collapse .panel-body .dates_block li {
    width: 50%;
    float: left;
    padding: 20px 0 0;
    margin: 0;
  }
  main #accordion .panel .panel-collapse .panel-body .dates_block li a {
    width: 96%;
    float: left;
  }
  main #accordion .panel .panel-collapse .panel-body .dates_block li:nth-child(even) a {
    float: right;
  }
  .booking-flow #accordion .panel .panel-collapse .panel-body .col-sm-12,
  .booking-flow #accordion .panel .panel-collapse .panel-body h6,
  .booking-flow #accordion .panel .panel-collapse .panel-body .cpr-selection .dates_block {
    float: left;
    width: 100% !important;
  }
  .booking-flow #accordion .panel .panel-collapse .panel-body .col-sm-8 {
    display: inline-block;
  }
  .booking-flow #accordion .panel .panel-collapse .panel-body .appl_details .orange-container img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  main #accordion .panel .panel-collapse .panel-body .lease-term li label {
    font-size: 16px;
    padding-right: 15px;
  }
}
.booking-flow #accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .price {
  width: 60%;
}
.booking-flow #accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird {
  width: 40%;
}
.booking-flow #accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird h6 {
  position: relative;
  font-size: 12px;
  top: -10px;
}
.booking-flow #accordion .panel .panel-collapse .panel-body .cpr-selection .appl_details .earlybird h6 + .info {
  top: -10px;
}
@media screen and (max-width: 420px) {
  #accordion .panel .panel-collapse .panel-body .move-dt {
    font-size: 16px;
  }
}
/*Modal window  */
.modal button.close {
  background: url(../images/close_x_or.png) no-repeat 0 0;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  outline: none;
}
.modal-backdrop {
  background-color: transparent;
}
.modal.stories .modal-dialog {
  width: 1220px;
  max-width: 96%;
}
.modal.stories .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: 0 0 0 ;
  border: 0;
  background-color: #ebebec;
}
.modal.stories .modal-dialog .modal-content .modal-body {
  height: 800px;
  padding: 40px 40px 15px;
  overflow-y: auto;
}
.modal.stories .modal-dialog .modal-content .modal-body .image {
  width: 62%;
  float: left;
}
.modal.stories .modal-dialog .modal-content .modal-body .info {
  width: 38%;
  padding-left: 20px;
  float: right;
}
.modal.stories .modal-dialog .modal-content .modal-body .info h2 {
  font-size: 39px;
  padding-right: 25%;
  margin-bottom: 20px;
}
.modal.stories .modal-dialog .modal-content .modal-body .info ul {
  margin: 0;
  padding: 0;
}
.modal.stories .modal-dialog .modal-content .modal-body .info ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 12px 0;
  border-bottom: solid 1px #bcbcbd;
}
.modal.stories .modal-dialog .modal-content .modal-body .info ul li span {
  display: inline-block;
  color: #434343;
  font-family: 'Noto Sans KR', sans-serif;
  min-width: 70px;
  font-size: 20px;
}
.modal.stories .modal-dialog .modal-content .modal-body .info ul li strong {
  font-size: 20px;
  font-weight: 300;
}
.modal.stories .modal-dialog .modal-content .modal-body .info ul li a {
  color: #fe5000;
}
.modal.stories .modal-dialog .modal-content .modal-body .info .label {
  font-size: 18px;
  color: #262626;
  line-height: 40px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  margin-top: 25px;
  display: block;
  text-align: left;
  padding-left: 0;
}
.modal.stories .modal-dialog .modal-content .modal-body .qa {
  width: 100%;
  margin: 40px 0 0;
  float: left;
  clear: both;
}
.modal.stories .modal-dialog .modal-content .modal-body .qa ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin: 0;
  padding: 0;
}
.modal.stories .modal-dialog .modal-content .modal-body .qa ul li {
  margin: 0;
  padding: 0 40px 10px 0;
  list-style: none;
  display: inline-block;
}
.modal.stories .modal-dialog .modal-content .modal-body .qa ul li h6 {
  margin-bottom: 5px;
}
.modal.stories.in .modal-dialog {
  top: 233px;
}
.modal.dark {
  background: rgba(0, 0, 0, 0.5);
}
.modal.dark h4 {
  font-family: 'Noto Sans KR', sans-serif;
}
.modal.dark .modal-content {
  background: transparent;
  border: 0;
  box-shadow: 0 0 0 ;
}
.modal.dark .modal-content .modal-header,
.modal.dark .modal-content .modal-footer {
  border: 0;
  color: #fff;
}
@media screen and (max-width: 1250px) {
  body .modal.stories {
    max-width: 100%;
    z-index: 9999;
  }
  body .modal.stories.in .modal-dialog {
    top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  body .modal.stories.in .modal-dialog {
    top: 0;
    margin: 0;
    max-width: 100%;
  }
}
.elm-m {
  display: none !important;
}
.elm-h {
  display: none;
}
@media screen and (max-width: 768px) {
  body .modal.stories {
    z-index: 9999;
  }
  body .modal.stories.in .modal-dialog {
    top: 0px;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  body .modal.stories.in .modal-dialog .modal-content .modal-body {
    padding: 40px 20px 20px;
    height: auto;
  }
  body .modal.stories.in .modal-dialog .modal-content .modal-body button.close {
    right: 20px;
    top: 5px;
  }
  body .modal.stories.in .modal-dialog .modal-content .modal-body .image,
  body .modal.stories.in .modal-dialog .modal-content .modal-body .info {
    width: 100%;
  }
  body .modal.stories.in .modal-dialog .modal-content .modal-body .image img,
  body .modal.stories.in .modal-dialog .modal-content .modal-body .info img {
    height: auto;
  }
  body .modal.stories.in .modal-dialog .modal-content .modal-body .info {
    padding: 20px 0 0;
  }
  body .modal.stories.in .modal-dialog .modal-content .modal-body .info h2 {
    padding: 0;
  }
  body .modal.stories.in .modal-dialog .modal-content .modal-body .qa {
    margin: 20px 0 0;
  }
  body .modal.stories.in .modal-dialog .modal-content .modal-body .qa ul {
    webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  body .modal.stories.in .modal-dialog .modal-content .modal-body .qa ul li {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .elm-m {
    display: block !important;
  }
  .elm-m-h {
    display: none !important;
  }
}
/*Icons  */
.ico {
  display: inline-block;
  position: relative;
}
.ico:before {
  width: 28px;
  height: 27px;
  content: '';
  display: inline-block;
  background-image: url(../images/icon_set.png?v=2.4);
  background-position: -1px 0;
  background-repeat: no-repeat;
}
.ico.bed:before {
  height: 25px;
  background-position-y: -13px;
}
.ico.window:before {
  background-position-y: -38px;
  height: 23px;
}
.ico.walk:before {
  background-position-y: -70px;
  height: 23px;
}
.ico.car:before {
  background-position-y: -101px;
  height: 20px;
}
.ico.train:before {
  background-position-y: -129px;
  height: 24px;
}
.ico.tram:before {
  background-position-y: -1604px;
  height: 24px;
}
.ico.bus:before {
  background-position-y: -162px;
  height: 22px;
}
.ico.cycle:before {
  background-position-y: -191px;
  height: 16px;
}
.ico.bag:before {
  background-position-y: -216px;
  height: 22px;
}
.ico.fork:before {
  background-position-y: -244px;
  height: 22px;
}
.ico.tea:before {
  background-position-y: -274px;
  height: 17px;
}
.ico.bar:before {
  background-position-y: -303px;
  height: 18px;
}
.ico.twoway:before {
  background-position-y: -329px;
  height: 16px;
}
.ico.books:before {
  background-position-y: -354px;
  height: 20px;
}
.ico.appt:before {
  /*background-position-y:-385px;	
		height:24px;*/
  background-position-y: -1217px;
  height: 28px;
}
.ico.ac:before {
  background-position-y: -414px;
  width: 30px;
  height: 28px;
}
.ico.window.white:before {
  background-position-y: -450px;
  height: 27px;
}
.ico.appt.white:before {
  /*background-position-y:-489px;	
		height:24px;*/
  background-position-y: -1253px;
  height: 28px;
}
.ico.bbq:before {
  background-position-y: -524px;
  height: 28px;
}
.ico.bed.white:before {
  background-position-y: -562px;
  background-position-x: -3px;
  height: 20px;
}
.ico.bird:before {
  background-position-y: -583px;
}
.ico.calendar:before {
  background-position-y: -613px;
}
.ico.cycle.dark:before {
  background-position-y: -648px;
  width: 34px;
  height: 27px;
}
.ico.home:before {
  background-position-y: -678px;
}
.ico.info:before {
  background-position-y: -712px;
  height: 22px;
}
.ico.key:before {
  background-position-y: -746px;
}
.ico.washing:before {
  background-position-y: -783px;
}
.ico.list:before {
  background-position-y: -819px;
}
.ico.loc:before {
  background-position-y: -855px;
  width: 30px;
  height: 37px;
}
.ico.lock:before {
  background-position-y: -903px;
}
.ico.map:before {
  background-position-y: -938px;
}
.ico.lamp:before {
  background-position-y: -973px;
}
.ico.time:before {
  background-position-y: -1001px;
}
.ico.tv:before {
  background-position-y: -1033px;
}
.ico.wifi:before {
  background-position-y: -1062px;
  width: 33px;
}
.ico.ytplay:before {
  background-position-y: -1095px;
  width: 30px;
}
.ico.fan:before {
  background-position-y: -1155px;
  width: 30px;
  height: 28px;
}
.ico.cinema:before {
  background-position-y: -1186px;
  height: 22px;
}
.ico.bath.dark:before {
  background-position-y: -1217px;
  height: 28px;
}
.ico.bath.white:before {
  background-position-y: -1253px;
  height: 28px;
}
.ico.entertainment:before {
  background-position-y: -1289px;
  height: 23px;
}
.ico.creativearts:before {
  background-position-y: -1325px;
  height: 25px;
}
.ico.single:before {
  eight: 25px;
  background-position-y: -1360px;
}
.ico.shared:before {
  width: 33px;
  height: 25px;
  background-position-y: -1385px;
}
.ico.events:before {
  height: 25px;
  background-position-y: -1424px;
}
.ico.vmachine:before {
  width: 28px;
  height: 32px;
  background-position-y: -1458px;
}
.ico.unavail:before {
  width: 28px;
  height: 32px;
  background-position-y: -1495px;
}
.ico.cafes:before {
  width: 30px;
  height: 28px;
  background-position-y: -1530px;
}
.ico.libraries:before {
  width: 30px;
  height: 28px;
  background-position-y: -1566px;
}
/*Header */
body,
html {
  height: 100%;
}
body .footer-push,
html .footer-push {
  min-height: 100%;
  margin-bottom: -214px;
}
.header {
  width: 100%;
  float: left;
  padding: 13px 0 0;
  background: #ffffff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9999;
}
.header .navbar-collapse .hdr_social {
  display: none;
}
.header .navbar-collapse .btn,
.header .navbar-collapse .hdr_misc,
.header .navbar-collapse .hdr_social {
  float: right;
  margin: 12px 0 0;
}
.header .navbar-collapse .btn {
  margin-left: 20px;
}
.header .navbar-collapse .hdr_social {
  margin: 20px 0 0 20px !important;
}
.header .navbar-collapse .hdr_misc,
.header .navbar-collapse .hdr_social {
  margin-left: 20px;
  padding: 0;
}
.header .navbar-collapse .hdr_misc li,
.header .navbar-collapse .hdr_social li {
  margin: 0;
  padding: 0 20px 0  ;
  display: inline-block;
  line-height: 40px;
  list-style: none;
}
.header .navbar-collapse .hdr_misc li a,
.header .navbar-collapse .hdr_social li a {
  color: #262626;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 15px;
}
.header .navbar-collapse .hdr_misc li a:hover,
.header .navbar-collapse .hdr_social li a:hover {
  text-decoration: underline;
}
.header .navbar-collapse .hdr_misc {
  margin-left: 0;
}
.header .navbar-collapse .hdr_misc li {
  position: relative;
  margin: 0 15px 0 0;
}
.header .navbar-collapse .hdr_misc li:first-child:before {
  position: absolute;
  left: 0px;
  top: 0;
  content: '';
  /*border-left:solid 1px #ccc;*/
  height: 35px;
}
.header .navbar-collapse .hdr_misc li:first-child:after {
  position: absolute;
  right: 0px;
  top: 0;
  content: '';
  border-right: solid 1px #ccc;
  height: 35px;
}
.header .navbar-collapse .hdr_misc li:last-child {
  margin: 0;
  padding: 0;
}
.header .navbar-collapse .hdr_misc li:last-child:before {
  display: none;
}
.header .innernav {
  width: 100%;
  float: left;
  padding: 0;
  background: #262626;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #181818 0, #181818 31%, #262626 31%, #262626 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #181818 0, #181818 31%, #262626 31%, #262626 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #181818 0, #181818 31%, #262626 31%, #262626 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #181818 0, #181818 31%, #262626 31%, #262626 100%);
  /* Standard syntax */
}
.header .innernav .btn {
  margin: 28px 0 0;
  float: right;
}
.header .innernav .navbar-brand {
  float: left;
  height: auto;
  padding: 15px 0;
}
.header .innernav .navbar-brand img {
  margin-right: 20px;
}
.header .innernav .cur-city {
  line-height: 94px;
  padding: 0 20px 0 5px;
  float: left;
  text-decoration: none;
  color: #fe5000;
  font-size: 19px;
  text-transform: uppercase;
}
.header .innernav .city-subnav {
  margin: 0;
  padding: 0 0 0 20px;
  background: #262626;
  float: left;
  position: relative;
}
.header .innernav .city-subnav:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #181818;
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
}
.header .innernav .city-subnav li {
  line-height: 94px;
  list-style: none;
  margin: 0;
  padding: 0 14px;
  position: relative;
  display: inline-block;
}
.header .innernav .city-subnav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 37px;
  border-left: solid 1px #555;
  height: 20px;
}
.header .innernav .city-subnav li:first-child:before {
  display: none;
}
.header .innernav .city-subnav li a {
  font-size: 17px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Noto Sans KR', sans-serif;
}
.header .innernav .city-subnav li a.active {
  color: #fe5000;
}
.header .innernav .city-subnav li a:hover,
.header .innernav .city-subnav li a:focus,
.header .innernav .city-subnav li a:active {
  text-decoration: underline;
  color: #ffffff;
}
.header .sub-menu {
  width: 100%;
  float: left;
  background: #e5e5e5;
  padding: 20px 0;
}
.header .sub-menu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header .sub-menu ul.tabnav li a {
  font-size: 16px;
}
.header .sub-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 40px 0 0;
}
.header .sub-menu ul li a {
  color: #262626;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
}
.header .sub-menu ul li a:hover {
  color: #fe5000;
}
.header .sub-menu ul li a.active {
  color: #fe5000;
  position: relative;
}
.header .sub-menu ul li a.active:after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -6px;
  border-bottom: solid 3px #fe5000;
  content: '';
}
.header .hdr_social {
  margin-left: 60px !important;
}
.header .hdr_social:after {
  display: none;
}
.header.narrow {
  padding: 0;
}
.header.narrow nav {
  margin: 0px 0 5px;
}
.header.narrow nav .navbar-collapse .navbar-nav li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header.narrow nav .navbar-header .navbar-brand.ico.home:before {
  margin-top: 5px;
}
.header.narrow .navbar-collapse .hdr_misc {
  margin-top: 5px;
}
.header .navbar-collapse .hdr_misc li {
  line-height: 35px;
}
.header .navbar-collapse .hdr_misc li:before {
  height: 25px;
  top: 5px;
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .header .innernav .city-subnav li {
    padding: 0 9px;
  }
  .header .innernav .city-subnav li:before {
    left: -2px;
  }
  .header .innernav .city-subnav li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header .innernav,
  .header .sub-menu {
    display: none;
  }
  .header.narrow nav {
    margin: 0;
  }
}
@media screen and (max-width: 980px) {
  .header.fixed-header {
    padding: 0 !important;
    height: 75px;
  }
  .header.fixed-header nav .navbar-header .navbar-brand img {
    max-width: 70px;
    margin-top: 12px;
  }
  .header.fixed-header .navbar-inverse .navbar-header .navbar-toggle span {
    width: 45px;
    height: 5px;
    margin-top: 3px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 480px) {
  .header .navbar-inverse .navbar-header .navbar-brand {
    margin-left: 0 !important;
  }
  .header .navbar-inverse .navbar-header .navbar-toggle {
    right: 30px !important;
  }
}
/*Navigation  */
.room-overlay {
  background: url(../images/preloader.gif) center no-repeat rgba(255, 255, 255, 0.4) !important;
}
.cover_layer,
.room-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: none;
  z-index: 98;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cover_layer.show,
.room-overlay.show {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.header nav {
  background: #fff;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: 0;
  border-bottom:solid 1px transparent;
  padding-bottom:0px;
}
body.single .header > .container
{
	position:relative;
}
body.single .header > .container:after {
	border-bottom:solid 1px #ccc;
	left:15px;
	width:100%;
	content:'';
}
.header nav .sub-menu {
  display: none;
}
.header nav .navbar-header .navbar-brand {
  padding: 0;
  margin-right: 0px;
  height: auto;
  margin-bottom: 10px;
  margin-top:-5px;
}
.header.fixed-header nav .navbar-header .navbar-brand {
  margin-top: unset;
}
.header nav .navbar-header .navbar-brand img {
  margin-right: 35px;
  height:64px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
header.header.fixed-header a.navbar-brand img {
    height: 40px;
}
.header nav .navbar-header .navbar-brand.ico.home:before {
  margin-top: 20px;
}
.header nav .navbar-collapse {
  border: 0;
  padding: 0;
}
.header nav .navbar-collapse a.close {
  display: none;
  position: fixed;
  left: -35px;
  top: 35px;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: url(../images/ico_close.png) no-repeat 0 0;
}
.header nav .navbar-collapse .navbar-nav li a.menu-arrow {
  display: none;
}
.header nav .navbar-collapse .citlists {
  display: none;
}
.header nav .navbar-collapse .navbar-nav {
  margin-top: 10px;
}
.header nav .navbar-collapse .navbar-nav.nav.mobile-menu {
  display: none;
}
.header nav .navbar-collapse .navbar-nav li a {
  text-transform: uppercase;
  color: #fe5000;
  font-size: 17px;
  padding-bottom: 0;
  text-decoration: none;
  -webkit-transition: padding .35s ease;
  transition: padding .35s ease;
}
.header.fixed-header nav .navbar-collapse .navbar-nav li a {
    padding-top: 10px;
}
.header nav .navbar-collapse .navbar-nav li a:hover {
  text-decoration: underline;
}
header.header {
	-moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
header.header.fixed-header {
    position: fixed;
    z-index: 99;
    background-color: #ffffff;
}
header.header.fixed-header .d-view ul {
    margin-top: 0px;
}
header.header.fixed-header .apply {
    margin-top: 0px;
    line-height: 36px;
    height: 36px;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 94px;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 94px;
  }
  .header .nav.navbar-nav.desktop {
    display: none;
  }
  .header .nav.navbar-nav.mobile-menu {
    display: block !important;
  }
  .header.narrow {
    padding: 13px 0 0;
  }
  .header .navbar-inverse .navbar-header .navbar-brand {
    margin-top: 0px;
    margin-left: 0px;
  }
  .header .navbar-inverse .navbar-header .navbar-brand.ico:before {
    display: none;
  }
  .header .navbar-inverse .navbar-header .navbar-brand img {
    display: block !important;
  }
  .header .navbar-inverse .navbar-header .navbar-toggle {
    position: fixed;
   display:block !important;
    right: 35px;
    top: 28px;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .header .navbar-inverse .navbar-header .navbar-toggle:hover {
    background: transparent;
  }
  .header .navbar-inverse .navbar-header .navbar-toggle span {
    background: #fe5000;
    width: 50px;
    height: 7px;
    margin-top: 5px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .header .navbar-inverse .navbar-collapse {
    position: fixed;
    right: -100%;
    display: block !important;
    height: 100% !important;
    top: 0;
    padding: 20px 40px;
    background: #ffffff;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: calc(100% - 90px);
  }
  .header .navbar-inverse .navbar-collapse .citlists {
    display: block;
  }
  .header .navbar-inverse .navbar-collapse .citlists .group {
    position: fixed;
    width: calc(100% - 90px);
    background: #f9f9f9;
    right: -100%;
    padding: 65px 40px 40px;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .navbar-inverse .navbar-collapse .citlists .group.property ul li:after {
    display: none;
  }
  .header .navbar-inverse .navbar-collapse .citlists .group a.back-lnk {
    color: #fe5000;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
    text-align: left;
    top: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    line-height: 60px;
    padding: 5px 0 0 50px;
    border-bottom: solid 1px #cccccc;
  }
  .header .navbar-inverse .navbar-collapse .citlists .group a.back-lnk:before {
    background: url(../images/nav_arrow.jpg) no-repeat 0 0;
    background-size: cover;
    width: 8px;
    height: 14px;
    left: -10px;
    top: 1px;
    position: relative;
    content: '';
    display: inline-block;
    transform: rotate(-180deg);
  }
  .header .navbar-inverse .navbar-collapse .citlists ul {
    margin: 0;
    padding: 0;
  }
  .header .navbar-inverse .navbar-collapse .citlists ul li {
    width: 100%;
    padding: 15px 0 12px;
    border-bottom: solid 1px #cccccc;
    float: left;
    position: relative;
    list-style: none;
  }
  .header .navbar-inverse .navbar-collapse .citlists ul li .menu-arrow {
    background: url(../images/nav_arrow.jpg) no-repeat 0 0;
    background-size: cover;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 16px;
    content: '';
    display: block;
  }
  .header .navbar-inverse .navbar-collapse .citlists ul li.menu-item-has-children:after {
    display: none;
  }
  .header .navbar-inverse .navbar-collapse .citlists ul li a {
    padding: 0;
    display: inline;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
  }
  .header .navbar-inverse .navbar-collapse.expandNav {
    right: 0%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: block !important;
  }
  .header .navbar-inverse .navbar-collapse.expandNav a.close {
    display: block !important;
    opacity: 1 !important;
    left: 28px;
    z-index: 99;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .header .navbar-inverse .navbar-collapse .nav {
    margin: 0 0 15px;
    width: 100%;
    float: left;
  }
  .header .navbar-inverse .navbar-collapse .nav > li:first-child > .menu-arrow {
    display: none;
  }
  .header .navbar-inverse .navbar-collapse .nav li {
    width: 100%;
    padding: 15px 0 12px;
    border-bottom: solid 1px #cccccc;
    float: left;
    position: relative;
  }
  .header .navbar-inverse .navbar-collapse .nav li .menu-arrow {
    background: url(../images/nav_arrow.jpg) no-repeat 0 0;
    background-size: cover;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 16px;
    content: '';
    display: block;
  }
  .header .navbar-inverse .navbar-collapse .nav li.menu-item-has-children:after {
    display: none;
  }
  .header .navbar-inverse .navbar-collapse .nav li a {
    padding: 0;
    display: inline;
  }
  .header .navbar-inverse .navbar-collapse .nav li .sub-menu {
    display: block;
    background: #fff;
    padding: 0 0 0 15px;
    margin: 10px 0 0;
    border-bottom: solid 0px #cccccc;
	position:relative !important;
	width:100% !important;
  }
  .menu-layer
  {
	  opacity:0 !important;
  }
  .header .navbar-inverse .navbar-collapse .nav li .sub-menu li {
    list-style: none;
    border-bottom: solid 1px #cccccc;
    padding: 10px 0 !important;
	margin:0 !important;
  }
  .header .navbar-inverse .navbar-collapse .nav li .sub-menu li a {
    color: #262626;
    display: inline;
    padding: 0;
  }
  .header .navbar-inverse .navbar-collapse .nav li .sub-menu li:first-child {
    border-top: solid 1px #cccccc;
  }
  .header .navbar-inverse .navbar-collapse .nav li .sub-menu li:last-child {
    border-bottom: solid 0px #cccccc;
    padding-bottom: 0;
  }
  .header .navbar-inverse .navbar-collapse .apply {
    float: left;
    margin: 0;
  }
  .header .navbar-inverse .navbar-collapse .hdr_misc {
    margin-top: 0;
    float: left;
  }
  .header .navbar-inverse .navbar-collapse .hdr_misc li a {
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .header .navbar-inverse .navbar-collapse .hdr_social {
    width: 100%;
    float: left;
    margin: 0 0 !important;
    border-top: solid 0px #ccc;
    padding: 15px 0 12px;
    display: block;
  }
  .header .navbar-inverse .navbar-collapse .hdr_social li:last-child {
    width: 100%;
    border-top: solid 1px #ccc;
    margin-top: 10px !important;
    padding-top: 0px !important;
  }
  .header .navbar-inverse .navbar-collapse .hdr_social li:last-child a {
    background: none;
    width: 100%;
  }
  body.home .header nav #menu-desktop-menu li > ul.sub-menu li
  {
	  padding:10px 0 !important;
	  margin:0;
  }
  .header .navbar-inverse .navbar-collapse .nav li.menu-item-has-children
  {
	  padding-bottom:0;
  }
  
}
@media screen and (max-width: 480px) {
  .header .navbar-inverse .navbar-collapse .apply {
    padding: 0 15px;
  }
  .header .navbar-inverse .navbar-collapse .hdr_misc {
    margin-left: 0;
    float: right;
  }
  .header .navbar-inverse .navbar-collapse .hdr_social li:nth-child(5) {
    margin-right: 0 !important;
  }
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .navbar-inverse .navbar-collapse.expandNav {
    /*overflow-y: auto !important;*/
    overflow-y: visible !important;
  }
  .header .navbar-inverse .navbar-collapse #menu-language-menu {
    margin-left: 0;
    float: left;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top: 15px;
    padding-bottom: 0;
    width: 100%;
  }
  .header .navbar-inverse .navbar-collapse #menu-language-menu li a {
    padding-left: 0;
  }
}

/*main*/
section
{
  width:100%;
   float: left;
}
.section.master_banner
{
  background-size: 100% 764px;
}

/*Forms */
.gform_wrapper form#gform_1 {
  max-width: 600px;
  margin: 60px auto 0;
}
.gform_wrapper form#gform_1 .gform_footer:not(.top_label) {
  text-align: right;
  padding-right: 8px !important;
}
.gform_wrapper form#gform_1 .gform_footer:not(.top_label) input {
  margin: 0;
}
.gform_wrapper form .gform_body .gform_fields li:before {
  display: none !important;
}
.gform_wrapper form .gform_body .gform_fields.left_label li {
  padding-right: 0;
}
.gform_wrapper form .gform_body .gform_fields.left_label li .gfield_label {
  margin: 0;
  line-height: 50px;
  width: 28%;
  font-weight: normal;
}
.gform_wrapper form .gform_body .gform_fields.left_label li .ginput_container input {
  height: 50px;
  line-height: 50px;
  width: 72%;
}
.gform_wrapper form .gform_body .gform_fields li {
  padding-right: 0;
}
.gform_wrapper form .gform_footer {
  padding-left: 16px!important;
}
.gform_wrapper form .gform_footer:not(.top_label) {
  width: 72%;
}
.form_container {
  width: 100%;
  max-width: 620px;
  float: right;
}
.form_container.payment {
  float: none;
  margin: 50px auto;
  display: inline-block;
}
.form_container.payment .elements_group .select-wrapper {
  width: 438px;
  clear: none;
}
.form_container.payment .elements_group.button {
  padding-left: 180px;
}
.form_container.payment .elements_group p {
  margin-top: 40px;
}
.form_container.payment .elements_group h5 {
  padding: 0 23% 20px;
  text-align: right;
  position: relative;
}
.form_container.payment .elements_group h5 hr {
  width: 100%;
  border: solid 0px #ccc;
}
.form_container.payment .elements_group h5 ~ h6 {
  padding: 0 23% 8px 0;
  display: inline-block;
  text-align: right;
}
.form_container.payment .elements_group h6 {
  padding: 0 0 10px 182px;
}
.form_container.payment .elements_group label {
  width: 180px;
}
.form_container.payment .elements_group label + input[type="text"] {
  width: 435px;
}
.form_container.payment .elements_group label + input[type="checkbox"] + label {
  width: 440px;
}
.form_container.payment .elements_group .exp > .select-wrapper {
  width: 212px;
  clear: none;
  margin: 0 15px 0 0;
  float: left;
}
.form_container.payment .elements_group .exp > .select-wrapper:last-child {
  margin: 0;
}
.form_container.payment .elements_group.cvv > input[type="text"] {
  width: 212px;
  float: left;
}
.form_container.payment .elements_group.cvv label {
  /*text-align:left;*/
  font-family: 'Noto Sans KR', sans-serif;
}
.form_container.payment .elements_group.cvv label a {
  color: inherit;
  text-decoration: underline;
}
.form_container.payment .elements_group.cvv label[for="terms"] {
  line-height: 60px;
  padding-top: 0;
}
.form_container hr {
  height: 1px;
  width: 478px;
  max-width: 100%;
  float: right;
  clear: both;
  margin: 0 0 25px;
  bordeR: 0;
  background: #cccccc;
}
.form_container .elements_group {
  width: 100%;
  float: left;
  margin: 0 0 25px;
}
.form_container .elements_group.longtext label {
  line-height: 150% !important;
}
.form_container .elements_group label[for="friend-refferal"] {
  padding-top: 0 !Important;
}
.form_container .elements_group label[for="friend-refferal"]:input {
  height: 50px !Important;
  line-height: 50px !Important;
}
.form_container .elements_group .two-col {
  float: left;
  width: 168px;
}
.form_container .elements_group .two-col.st + label {
  padding-left: 40px;
}
.form_container .elements_group.button {
  padding-left: 140px;
}
.form_container .elements_group.button p {
  font-size: 13px;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  margin-top: 10px;
  color: #606060;
}
.form_container .elements_group.button .btn {
  width: 100%;
}
.form_container .elements_group .dob {
  float: right;
}
.form_container .elements_group .dob > .select-wrapper {
  width: 209px;
  margin: 0 6px;
  float: left;
  clear: none;
}
.form_container .elements_group .dob > .select-wrapper:first-child {
  margin-left: 125px;
  width: 115px;
}
.form_container .elements_group .dob > .select-wrapper:last-child {
  width: 130px;
  margin-right: 0;
}
.form_container .elements_group h6 {
  width: 100%;
  padding: 0 0 10px 142px;
  text-align: left;
}
.form_container .elements_group h5 {
  width: 100%;
  padding: 0 0 20px 0;
  text-align: center;
  color: #fe5000;
  text-transform: uppercase;
  white-space: nowrap;
}
.form_container .elements_group label {
  width: 140px;
  padding: 0 20px 0 0;
  line-height: 50px;
  font-family: 'Noto Sans KR', sans-serif;
  text-align: right;
  font-weight: 300;
  font-size: 17px;
  color: #3d3d3d;
  float: left;
  box-sizing: border-box;
}
.form_container .elements_group label.pm-lbl {
  text-align: left;
  padding-left: 35px;
  margin-bottom: 0;
}
.form_container .elements_group label.pm-lbl:before {
  top: 12px;
}
.form_container .elements_group label + input[type="text"] {
  width: 475px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
}
.form_container .elements_group label + input[type="checkbox"] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
}
.form_container .elements_group label + input[type="checkbox"] + label {
  width: 480px;
  padding-left: 75px;
  padding-right: 0;
  line-height: 20px;
  max-width: 100%;
  padding-top: 10px;
  font-size: 18px;
  margin: 0;
  text-align: left;
  font-family: 'Noto Sans KR', sans-serif;
}
.form_container .elements_group label + input[type="checkbox"] + label:before {
  width: 60px;
  height: 60px;
  border: solid 1px #ccc;
}
.form_container .elements_group .select-wrapper {
  width: 478px;
  max-width: 100%;
  height: 52px;
  line-height: 50px;
  float: right;
  clear: none;
}
.form_container .elements_group .select-wrapper select {
  border-color: #ccc;
}
@media screen and (max-width: 1023px) {
  .form_container hr {
    width: 100%;
  }
  .form_container .elements_group label + input[type="text"],
  .form_container .elements_group > .select-wrapper,
  .form_container .elements_group .dob {
    width: 100% !important;
  }
  .form_container .elements_group > .select-wrapper .select-wrapper {
    width: 100% !important;
  }
  .form_container .elements_group .dob > .select-wrapper:first-child,
  .form_container .elements_group .dob > .select-wrapper:last-child {
    width: 25%;
  }
  .form_container .elements_group .dob > .select-wrapper:first-child .select-wrapper,
  .form_container .elements_group .dob > .select-wrapper:last-child .select-wrapper {
    width: 100%;
  }
  .form_container .elements_group .dob > .select-wrapper:nth-child(2) {
    width: 45%;
  }
  .form_container .elements_group .dob > .select-wrapper:nth-child(2) .select-wrapper {
    width: 100%;
  }
  .form_container .elements_group h6 {
    padding-left: 0 !important;
  }
  .form_container .elements_group h5 {
    font-size: 22px;
  }
  .form_container .elements_group label {
    text-align: left;
  }
  .form_container .elements_group .dob .select-wrapper:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .form_container {
    max-width: 100%;
  }
  .form_container.payment {
    margin: 30px auto 0px;
  }
  .form_container.payment .elements_group .exp > .select-wrapper {
    width: 47.5% !important;
  }
  .form_container.payment .elements_group h5 {
    font-size: 18px;
    padding: 0 0 20px 0;
    margin-bottom: 0;
  }
  .form_container.payment .elements_group h5 ~ h6 {
    padding-right: 0;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .form_container hr {
    width: 100% !important;
  }
  .form_container .elements_group label {
    line-height: 110%;
  }
  .form_container .elements_group label.pm-lbl {
    line-height: 50px;
    width: 165px;
  }
  .form_container .elements_group label + h5 {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0;
  }
  .form_container .elements_group label + input {
    width: 100% !important;
  }
  .form_container .elements_group label + input + label[for="credit-card"] {
    clear: left;
  }
  .form_container .elements_group.button {
    padding-left: 0!important;
    margin-top: 20px;
  }
  .form_container .elements_group .select-wrapper {
    width: 100% !important;
  }
  .form_container .elements_group .dob {
    width: 100% !important;
  }
  .form_container .elements_group .dob > .select-wrapper {
    width: 32% !important;
  }
  .form_container .elements_group h5 {
    white-space: normal;
    padding-left: 0;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
  }
}
/*wiatlsit css*/
@media screen and (max-width: 480px) {
  .form_container .elements_group label {
    margin: 15px 0 5px;
  }
  .form_container .elements_group label + input[type="checkbox"] + label {
    width: 340px;
    padding-top: 0;
  }
  .form_container .elements_group .dob > .select-wrapper {
    width: 31% !important;
  }
  .form_container .elements_group .dob > .select-wrapper .select-wrapper {
    background-size: 30px auto;
    background-position: right:21px;
  }
  .form_container .elements_group .dob > .select-wrapper .select-wrapper select {
    padding-right: 35px !important;
  }
  .form_container .elements_group .two-col {
    width: 100%;
  }
  .form_container .elements_group .two-col + label {
    padding-left: 0 !important;
    margin-top: 20px;
  }
  body .gform_wrapper form .gform_body .gform_fields li {
    padding-left: 0 !important;
  }
  body .gform_wrapper form .gform_footer {
    padding-left: 0 !important;
  }
}
/*Footer */
footer.footer {
  width: 100%;
  float: left;
  min-height: 150px;
 position:relative;
  background: #262626;
  text-align:center;
}
footer.footer h6
{
	font-size:36px;
	font-family: 'Noto Sans KR', sans-serif;
	color:#fff;
	position:relative;
	z-index:2;
}
footer.footer .foot-item
{
	padding:75px 0;
}
footer.footer img
{
	float:left;
	position:absolute;
	left:0;
	top:20px;
}

.subfooter
{
	text-align:right;
	padding:15px 0 70px;
	width:100%;
	float:left;
}
.subfooter p
{
	font-size:13px;
	font-family: 'Noto Sans KR', sans-serif;
}
.subfooter a
{
	font-size:13px;
	font-family: 'Noto Sans KR', sans-serif;
	padding:0  12px 0 0;
	color:#262626;
}
	
@media screen and (max-width: 1250px) {
  footer.footer .foot-menu .navbar-collapse ul li {
    padding: 0 25px 0 0;
  }
}
@media screen and (max-width: 980px) {
  footer.footer .foot-menu .copyright {
    float: left;
  }
  footer.footer .foot-menu .social li {
    padding-right: 8px;
  }
  footer.footer .foot-menu .social + .btn {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .row + .color {
    display: none;
  }
  footer.footer .foot-menu {
    width: 50%;
    float: left;
  }
  footer.footer .foot-menu .copyright {
    float: left;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    width: 100%;
    font-weight: 400;
  }
  footer.footer .foot-menu .social {
    width: 100%;
  }
  footer.footer .foot-menu .social li {
    width: 20%;
    padding: 0;
    float: left;
  }
  footer.footer .foot-menu .social li:last-child {
    width: 30px;
  }
  footer.footer .foot-menu .social + .btn {
    float: left;
    margin: 0 0 20px 0;
    clear: both;
  }
  footer.footer .foot-menu .navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
    border: 0;
  }
  footer.footer .foot-menu .navbar-collapse .nav li {
    margin: 0 0 5px;
  }
  footer.footer .foot-menu .navbar-collapse.subfooter {
    width: 100%;
  }
  footer.footer .foot-menu .navbar-collapse.subfooter .nav {
    border-top: solid 1px #ccc;
    border-bottom: solid 0px #ccc;
    padding: 10px 0 0;
    margin: 10px 0 0;
  }
  footer.footer .foot-menu .navbar-collapse.subfooter .nav li {
    margin: 0 0 5px;
  }
  footer.footer .disc-list {
    width: 50%;
    float: right;
  }
  footer.footer .disc-list h6 {
    display: none;
  }
  footer.footer .disc-list h6 + ul {
    margin-top: 0;
  }
  footer.footer .disc-list ul {
    margin-left: 0;
  }
  footer.footer .disc-list ul li {
    margin: 0 0 5px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
 
  footer.footer .container .foot-menu .social {
    margin-bottom: 0;
    text-align: center;
  }
  footer.footer .container .foot-menu .social li {
    width: 30%;
    margin-bottom: 15px;
    float: none;
  }
}
/*Misc */
.ico.universitiesotherinstitutionspublic:before,
.ico.universitiescolleges:before {
  background-position-y: -354px;
  height: 20px;
}
.ico.transport:before {
  background-position-y: -101px;
  height: 20px;
}
.ico.cafesrestaurantsbars:before,
.ico.eatingdrinking:before {
  background-position-y: -244px;
  height: 22px;
}
.ico.shopping:before {
  background-position-y: -216px;
  height: 22px;
}
.ico.gyms:before {
  background-position-y: -329px;
  height: 16px;
}
.ico.gyms.dark:before {
  background-position-y: -1133px;
  height: 16px;
}
.ico.banking:before {
  background-position-y: -354px;
  height: 20px;
}
body main .booking-flow #iglu-datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  padding-left: 6px !important;
}
body.bknd_login .navbar-inverse {
  min-height: 36px;
}
body.bknd_login .innernav {
  background: #181818 !important;
}
body.bknd_login section.html-container {
  padding: 0 0 60px;
}
body.bknd_login section.html-container .login-form {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
body.bknd_login section.html-container .view-form {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
body.bknd_login section.html-container .view-form .view-label {
  padding: 8px 0 0 0;
}
body.bknd_login section.html-container .list-table td a {
  color: #262626;
  margin: 0 10px 0 0;
}
body.bknd_login section.html-container .list-table td a:hover {
  color: #fe5000;
}
body.bknd_login section.html-container .list-table td table {
  margin: 0;
}
.referral-info {
  text-transform: none;
}
/*Columns */
@media screen and (min-width: 768px) {
  .content-column {
    padding-right: 10px;
  }
  .content-column.last_column {
    padding-right: 0;
	padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .content-column {
    margin-bottom: 25px !important;
  }
  p:last-child {
    margin-bottom: 0;
  }
}

.alm-filters-container .alm-filter li {
	display: inline-block !important;
    position: relative !important;
    margin-right: 5px !important;
}
.alm-filters-container .alm-filter li a {
	line-height: 40px !important;
    height: 40px;
    padding: 0 20px !important;
    text-transform: uppercase;
    color: #ffffff !important;
    border: solid 0px #fe5000;
    background: #fe5000;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    position: relative;
    border-radius: 2px;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    box-shadow: inset 0 0 0 1px #fe5000;
}
.alm-filters-container .alm-filter li a:before, .alm-filters-container .alm-filter li a:after, .alm-filter--title { display:none !important; }
.alm-filters-container .alm-filter li a:hover, .alm-filters-container .alm-filter li a.active {
	box-shadow: inset 0 0 0 1px #262626 !important;
    background: #262626 !important;
    color: #ffffff !important;
}
.alm-filters-container .alm-filter li:last-of-type {
    margin: 0;
    display: none !important;
}

/* new home page changes 2020*/

h4.blk_tle, h1.blk_tle
{
  width:400px;
  padding:70px 65px 30px 70px;
  background-color: #fe5000;
  color: #fff;
  letter-spacing:1px;
  max-width:100%;
      display: flex;
    align-items: flex-end;
    font-size: 22px;
}
.master_banner  h4.blk_tle, .master_banner  h1.blk_tle
{
	float:right;
}
.master_banner
{
	position:relative;
	background-size: 100% 764px;
}
.master_banner .container,
section.tiles .container
{
  width: 100%;
  max-width:1600px;
}
.master_banner .fWidth
{
  background-color: #262626;
  height:451px;
  margin-bottom:-291px;
}

.master_banner h2.blk_tle
{
	float:right;
}
.master_banner .fWidth .tle
{
	padding-right:7px;
}
.master_banner .fWidth .data-cont
{
  max-width: 55%;
  padding: 40px 0 30px 40px;
}
.master_banner .fWidth .data-cont p{
  color: #fff;
  font-size: 18px;
}
.master_banner .data_container
{
	position:absolute;
	left:100%;
	width:100%;
	top:200px;	
	left:0;
}
.master_banner .data_container .btn.white
{
	width:200px;
	    display: block;
    margin: 25px auto;
	font-size:22px;
	line-height:50px;
	height:50px;
	border:solid 2px #fe5000 !important;
}
.master_banner .img_wrap {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.master_banner .img_wrap > img {
  width: 100%;
  max-width: 1920px;
  margin:0 auto;
  display:block;
}
.master_banner .data_container h1
{
	color:#fff;
	padding:0 10%;
	text-align:center;
	text-shadow:1px 3px 8px rgba(0,0,0,0.6);
  font-size:58px;
  font-weight: 900;
}

.master_banner .nav li
{
	width: 33.333% ;
	padding-right:7px;
	cursor:pointer;
	padding-left:0;
	display: inline-flex;
	
}
.master_banner .nav li:last-child
{
	padding-right:0;
	position:relative;
	right:-1px;
}
.master_banner .nav li .d-view >  img
{
	max-width:100% !important;
	width:100%;
	height:291px;
}

.master_banner .nav li *
{
	color:#fff;
	
}
.master_banner .nav li:before
{
	display:none;
}
.master_banner .nav li  a  h4
{
	margin-bottom:15px;
}
.master_banner .nav li  a:hover *
{
	text-decoration:none;
}
.master_banner .nav li > a  h3
{
	color:#fe5000;
}
.master_banner .nav li > a:hover h3
{
	color:#fff;
}


.master_banner .nav li.active > a h3
{
	color:#fff;
}

.master_banner  li .txt_container
{
	opacity:1;
	padding:0 70px 20px 50px;
	    background-color: #262626;
		width:100%;
    float:left;
    padding-top: 10px;
	min-height:100%;
		height:100%;
	border-bottom:solid 7px #fff;
}
.master_banner  li h4
{
	 font-family: 'Noto Sans KR', sans-serif;
	 text-transform:capitalize;
   margin-bottom:15px;
   position: absolute;
    left: 50px;
    margin-top: 68px;
	 
}
.master_banner  li.active .txt_container
{
	
	    background-color: #fe5000;
		border-bottom:solid 7px #fe5000;
}
.master_banner   .tab-content .active  img
{
	width:100%;
}
.master_banner  li:hover .txt_container
{
	
	    background-color: #fe5000;
	
}
.master_banner  li:hover .txt_container i
{
	 background-color: #fe5000;
}
.master_banner  li .txt_container .lnk,
.master_banner .tab-content .txt_container .lnk 
{
	margin:0;
	display:none;
}
.master_banner  li.active .txt_container .lnk,
.master_banner .tab-content .active .txt_container .lnk 
{
		display:block;
}
.master_banner  li.active .txt_container .lnk a,
.master_banner .tab-content .active .txt_container .lnk a
{
	text-decoration:underline;
}
.master_banner  li .txt_container i,
.master_banner .tab-content .active .txt_container i
{
	display:inline-block;
	padding:0px 15px;
	width:104px;
	height:104px;
	line-height:104px;
	z-index:3;
	position:relative;
	text-align:center;
	top:-65px;
	background:#fe5000;
}
.master_banner li.active .txt_container i,
.master_banner .tab-content .active .txt_container i
{	
	background:#262626;
}
.master_banner .tab-content .active .txt_container i
{
	position:absolute;
	width:80px;
	height:80px;
	padding:0 10px;
	line-height:70px;
	top: -40px;
	left:14px;
}
.master_banner .tab-content .active .txt_container
{
	margin-top:25px;
}
.master_banner  .txt_container p
{
	line-height:28px;
	font-size:18px;
}
.master_banner .tab-content
{
	
	
	text-align:left;
}
.master_banner .nav li .linkbtn
{
	margin-bottom:20px;
	margin-top:15px;
	display:block;
	text-transform:none;
	text-decoration:underline;
}
.master_banner .tab-content .container-fluid
{
	padding:0 50px 20px;
	background-color:#fe5000;
}
.master_banner .tab-content .container
{
	
	position:relative;
}
.master_banner .tab-content .orangeBg
{
	padding-top:100px;
	padding:25px 40px 20px;
}
.master_banner .tab-content .orangeBg h4
{
	color:#fff;
	margin-bottom:5px;
	font-size:26px;
}
.master_banner .tab-content .orangeBg p
{
	color:#fff;
	margin-bottom:25px;
}

.master_banner .tab-content .orangeBg:after
{
	position:absolute;
	left:15px;
	bottom:-25px;

	content:'';
  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;  
  border-top: 25px solid #fe5000;
  z-index:2;

}
.master_banner.city .tab-content .orangeBg p.lnk {
    position: absolute;
    right: 15px;
    top:33px;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    text-decoration: underline;
    font-family: 'Noto Sans KR';
}
.master_banner.city .tab-content .orangeBg:after
{
	left:50%;
	margin-left:-25px;
}
.sydney .master_banner.city .tab-content .orangeBg:after
{
	left:15px;
	margin-left:0;
}
.master_banner .tab-content .cts
{
	list-style:none;
	margin:0 0 30px;
	padding:0;
	display:flex;
	align-items: center;
	justify-content: space-between;
  flex-wrap: wrap;
}
.master_banner.city .tab-content .cts
{
	justify-content: space-between;
}

.master_banner .tab-content #brisbane .cts, 
.master_banner .tab-content #melbourne .cts,
.student-accommodation-brisbane .master_banner.city .tab-content .cts,
.student-accommodation-melbourne .master_banner.city .tab-content .cts
{
	    justify-content: center;
}
.sydney .master_banner.city .tab-content .cts
{
	justify-content: space-between;
}
.student-accommodation-brisbane .master_banner.city .tab-content .cts::after
{
  display: none;
}
.master_banner .tab-content #brisbane,
.master_banner .tab-content #melbourne
{
	text-align:center;
}
.master_banner .tab-content #brisbane .orangeBg:after,
.master_banner .tab-content #melbourne .orangeBg:after
{
	left:50%;
	margin-left:-20px;
}
.master_banner .tab-content .cts li	,.master_banner .tab-content .cts::after
{		
   padding: 0;	
    width: calc(33% - 10px);	
    margin-bottom: 20px;	
}	
.master_banner .tab-content .cts::after
{
  content: '';
}
.student-accommodation-brisbane .master_banner.city .tab-content .cts::after,
.student-accommodation-melbourne .master_banner.city .tab-content .cts::after,
.master_banner .tab-content #brisbane .cts::after
{
  display: none;
}
.master_banner .tab-content #brisbane .cts li, 
.student-accommodation-brisbane .master_banner.city .tab-content .cts li, 
.student-accommodation-melbourne .master_banner.city .tab-content .cts li {	
  margin-left: 10px;	
  margin-right: 10px;	
}	

.master_banner .tab-content #melbourne .cts{	
  justify-content: space-between;	
}
.master_banner .tab-content .cts li:last-child
{
	margin-right:0;
}
.master_banner .tab-content .cts li:before
{
	display:none;
}
.master_banner .tab-content .cts li a
{
	position: relative;	
  display: inline-block;	
  width: 100%;
}

.master_banner .tab-content .cts li a h5
{
	position:absolute;
	bottom:0;
	height:60px;
	width:100%;
	left:0;
	background-color:rgba(0,0,0,0.8);
	text-align:center;
	font-size:21px;
	color:#fe5000;
	vertical-align:middle;
	display:flex;
	justify-content: center;
	align-items: center;
	 -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.master_banner .tab-content .cts li a:hover h5
{
	height:100%;
	line-height:100%;
}
.master_banner .tab-content .univ  .owl-carousel 
{
	padding:0px;
	 margin: 30px auto 0;
	 width: -webkit-calc(100% - 80px);
width: -moz-calc(100% - 80px);
width: calc(100% - 80px);
}
.master_banner.city .owl-carousel .owl-stage-outer .owl-stage
{
	margin:0 auto;
}
.sydney .master_banner.city .owl-carousel .owl-stage-outer .owl-stage
{
	margin:0 ;
}
.master_banner .tab-content .univ .owl-carousel  .owl-item
{
	width:132px;
	display:flex;
	height:200px;
	overflow:hidden;	
   
	
}
.master_banner .tab-content .univ .owl-carousel  .owl-item img
{
	max-width:80%;
}
.master_banner .tab-content .univ .owl-carousel li
{
	width:100%;
	height:200px;
	display:flex;
	align-items:center;
	background:#fff;
	text-align:center;
	line-height:132px;
	 justify-content: center;
	 position:absolute;
	 padding:0;
}
.master_banner .tab-content .univ .owl-carousel li:before
{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	content:'';
	opacity:0;
}
.master_banner .tab-content .univ .owl-carousel li p
{
	position:absolute;
	font-size:14px;
	font-weight:300;
	color:#fff;
	line-height:140%;
	padding:0 ;
	opacity:0;
	    width: 90%;
}
.master_banner .tab-content .univ .owl-carousel li p a
{
	color:#fe5000;
	text-decoration:underline;
	display:block;
	padding-top:8px;
	background:url(../images/loc.png) no-repeat 0 0;
	width: 28px;
    height: 40px;
    margin: 10px auto 0;
	
}
.master_banner .tab-content .univ .owl-carousel li p a:hover
{
	color:#fff;
}
.master_banner .tab-content .univ .owl-carousel li:hover p,
.master_banner .tab-content .univ .owl-carousel li:hover:before
{
	opacity:1;
	 -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.master_banner .tab-content .univ
{
	background-color:#e9e9ea;
	position:relative
}
.master_banner .tab-content .univ h4
{
	font-size:26px;
	text-transform:uppercase;
	color: #fe5000;
	margin:50px auto 0;
	width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
}
.master_banner .tab-content .univ p
{
	width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
	margin:0 auto 20px;
}
.master_banner.city .tab-content .univ h4,
.master_banner.city .tab-content .univ p
{
	text-align:center;
}
.sydney .master_banner.city .tab-content .univ h4,
.sydney .master_banner.city .tab-content .univ p
{
	text-align:left;
}
.master_banner  .tab-content #brisbane .univ h4:before,
.master_banner  .tab-content #melbourne .univ h4:before
{
	left:50%;	
	margin-left:-40px;
}



.master_banner  .tab-content #brisbane .univ h4,
.master_banner  .tab-content #melbourne .univ h4
{
	text-align:center;
}
.master_banner  .tab-content #brisbane .univ  .owl-carousel,
.master_banner  .tab-content #melbourne .univ  .owl-carousel
{
	    display: flex;
    justify-content: center;
	
}
.master_banner .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.master_banner .owl-carousel .owl-nav .owl-prev {
  left: -50px;
  position: absolute;
  top: 0;
  outline: none;
   transform: rotate(90deg);
}
.master_banner .owl-carousel .owl-nav .owl-prev img {
  margin: 0;
     
}
.master_banner .owl-carousel .owl-nav .owl-next {
  right: -50px;
  position: absolute;
  top: 0;
  top: -13px;
  transform: rotate(270deg);
  outline: none;
}
.master_banner .owl-carousel .owl-nav .owl-next img {
  margin: 0;
}
main section.statictxt {
    padding: 40px 0 50px;
   text-align: center;

}

main section.statictxt h3 {
  color: #fe5000;
  font-size: 28px;
  margin: 0 0 30px;
}
main section.statictxt h5 {
  margin: 0 0 25px;
  font-size: 20px;
  line-height:28px;
}
main section.statictxt p {
  font-size: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height:24px;
 
}
section.tiles
{
	margin-top:60px;
}
section.tiles .container .tile_container .rows
{
	margin-bottom:25px; /*Oct2nd2020*/
	display:flex;
}
section.tiles .container .tile_container .rows .data-cont
{
	position:relative;
}
section.tiles .container .tile_container .row-1 .data-cont h4
{
	position:absolute;
	top:-50px;
	width:358px;
	height:214px;
	margin-left:-38px;
	padding-left:67px;
	padding-left:40px;
}

section.tiles .container .tile_container .row-1 .data-cont
{
	width:50%;
	padding:200px 80px 15px 180px;
	background-color:#262626;
}
section.tiles .container .tile_container .row-1 .data-cont *
{
	color:#fff;
}


section.tiles .container .tile_container .row-2 
{
  justify-content: flex-end;
}
section.tiles .container .tile_container .row-2 .data-cont
{
  width:44%;
  float: right;
	padding:220px 235px 15px 45px;
}
section.tiles .container .tile_container .row-2 .img-cont
{
	width:56%;
}
section.tiles .container .tile_container .row-2 .data-cont *
{
	color:#262626;
}
section.tiles .container .tile_container .row-2 .data-cont h4
{
	width:420px;
	height:147px;
	text-align:right;
	color:#fff;
	margin-left:-215px;
	top:40px;
	position:absolute;
	padding-top:60px;
	align-items: flex-start;
	justify-content: flex-end;
}


section.tiles .container .tile_container .row-3 .data-cont
{
	width:42%;
	padding:220px 108px 15px 180px;
	 background-color:#262626;
}

section.tiles .container .tile_container .row-3 .data-cont *
{
	color:#fff;
	
}
section.tiles .container .tile_container .row-3 .data-cont h4
{
	width:400px;
	height:147px;
	/*text-align:right;*/
	color:#fff;
	left:0;
	top:40px;
	position:absolute;
	padding-bottom:40px;
	align-items: flex-end;
	background:#fe5000;
	justify-content: flex-end;
}
section.tiles .container .tile_container .row-3 .data-cont h4.nxt
{
	background-color:#fe5000;
	top:auto;
	bottom:-170px;/*Oct2nd2020*/
	height:145px;
	right:0;
	left:auto;
	
	width: -webkit-calc(100% - 50px);
width: -moz-calc(100% - 50px);
width: calc(100% - 50px);
	z-index:1;
	
}
section.tiles .container .tile_container .row-3 .data-cont ul li:before
{
	color:#fff;
}
section.blog_tiles
{
	padding:80px 0 0;	
}
 .blog_item
{
	position:relative;
	margin-bottom:30px;
}
 .blog_item img
 {
	 width:100%;
 }
 .blog_item .layer
{
	position:absolute;
	bottom:0;
	width:100%;
	height:80px;	
	background-color:rgba(0,0,0,0.8);
}
 .blog_item p
{
	padding:10px 20px 0px 30px;
	color:#fff;	
	margin:0;
}
.blog_item h5
{
	padding:25px 20px 10px 30px;	
	color:#ffffff;
	    font-family: 'Noto Sans KR', sans-serif;
		text-decoration:underline;
		font-size:20px;
}
 .blog_item p + h5
{
	padding-top:5px;
	padding-bottom:0;
}
.blog_item a:hover *
{
	color:#fe5000;
}
.blog_item  a
{
	display:block;
}
section.blog_tiles h4
{
	position:absolute;
	color:#fff;
	top:-10px;
	z-index:2;
	font-size: 28px;
}
main section.contactfooter {
    width: 100%;
    float: left;
   
    background: #e6e6e6;
    background: -webkit-linear-gradient(right, #e6e6e6 0, #e6e6e6 60%, #dddddd 60%, #dddddd 100%);
    background: -o-linear-gradient(left, #e6e6e6 0, #e6e6e6 60%, #dddddd 60%, #dddddd 100%);
    background: -moz-linear-gradient(left, #e6e6e6 0, #e6e6e6 60%, #dddddd 60%, #dddddd 100%);
    background: linear-gradient(to left, #e6e6e6 0, #e6e6e6 60%, #dddddd 60%, #dddddd 100%);
}

main section.contactfooter  .btn-cont > div
{
	padding-top:30px;
	padding-bottom:15px;	
	padding-right: 30px ;
	background:#dddddd;
	text-align:left;
	
}
main section.contactfooter  .btn-cont > div a {
	margin-bottom: 15px;
}
main section.contactfooter  .btn-cont + div
{
	padding-top:30px;
	padding-bottom:30px;
	
}
main section.contactfooter  .btn-cont .dark
{
	margin-right:15px;
	letter-spacing:1px;
	color:#fff !important;
}
main section.contactfooter .social {
  margin: 0;
  padding: 0 0 0 25px;
  float: right;
  position: relative;
}
main section.contactfooter .social:before {
  position: absolute;
  left: 0;
  top: -15px;
  height: 70px;
  content: '';
}
main section.contactfooter .social li:before
{
	display:none;
}
main section.contactfooter .social li a {
  background: url(../images/ico_social.png?v-1.0) no-repeat 0 3px;
}
main section.contactfooter .social li a:hover {
  background-position-y: -34px;
}
main section.contactfooter .social li. a.lin:hover {
  background-position-y: -33px;
}
/*main section.contactfooter .social li a.fb {
  background-position-x: -43px;
}
main section.contactfooter .social li a.yt {
  background-position-x: -92px;
}
main section.contactfooter .social li a.in {
  background-position-x: -144px;
}*/

main section.contactfooter .social li a.tw {
  background-position-x: 0px;
}
main section.contactfooter .social li a.fb {
  background-position-x: -42px;
}
main section.contactfooter .social li a.ytb {
  background-position-x: -92px;
}
main section.contactfooter .social li a.in {
  background-position-x: -144px;
}
main section.contactfooter .social li a.lin {
  background-position-x: -188px;
}
main section.contactfooter .social li a.yt {
  background-position-x: -224px;
}
main section.contactfooter .social li a.yk {
  background-position-x: -266px;
}
main section.contactfooter .social li a.wc {
  background-position-x: -300px;
}


main section.contactfooter .social li a.st_portal {
  background: url(../images/st_portal_icon.png) #fe5000 no-repeat 6px 6px;
  height: 35px;
  line-height: 38px;
  padding: 0 10px 0 40px;
  float: left;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px #fe5000;
  width: auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
main section.contactfooter .social li a.st_portal:hover {
  outline: none ;
  color: #fff;
  text-decoration: none ;
  background: url(../images/st_portal_icon.png) #262626 no-repeat 6px 6px;
  box-shadow: inset 0 0 0 1px #fe5000;
}
section.blog_det
{
	padding-top:35px;
}
section.blog_det .container
{
	max-width:960px
}

/*Oct2nd2020*/
section.blog_det h1
{
	/*font-size:32px;
	margin-bottom:35px;
	text-align:left;
	color:#fe5000;*/
	/*Oct2nd2020*/	
}

section.blog_det h1
{

	font-size: 22px;
	margin-bottom:15px;
	font-weight:bold;
    color: #fe5000;
    line-height: 1.4;
    text-transform: uppercase;
	font-family: 'Noto Sans KR', sans-serif;
}

section.blog_det p
{
	font-size: 16px;
    line-height: 23px;
}
section.blog_det h4
{
	font-size: 20px;
    color: #fe5000;
    line-height: 1.4;
	font-weight:bold;
	margin-bottom: 15px;
}
section.blog_det h2
{
	font-size: 24px;
    color: #fe5000;
    line-height: 1.4;
	font-weight:bold;
	margin-bottom: 15px;
}
/*Oct2nd2020 end*/
section.blog_det  .master_img
{
	margin-bottom:35px;
}
section.blog_det .btn-wrap
{
	padding-top:40px;
}
section.blog_det .btn-wrap hr
{
	border-bottom:solid 1px #ccc;
	margin:40px 0;
}
body .blog-items
{
	margin-top:20px;
}
body .blog-items  .blog_item .layer
{
	height:50px;
	display:flex;
	align-items:center;
}
body .blog-items  .blog_item .layer h5
{
	    padding: 0px 20px 0px 30px;
		font-size: 16px;
}
.aply_btn
{	
	top:15px;
	float:right;
}
@media screen and (max-width:1024px)
{
	.header nav
	{
		float:left;
	}
	.aply_btn
	{
		display:inline-block!important;
	}
}
@media screen and (min-width:993px)
{
	.m-view
	{
		display:none;
	}
	.d-view
	{
		display:inline-block;
	}
	
}
@media screen and (max-width:992px)
{
	.m-view
	{
		display:inline-block;
	}
	.d-view
	{
		display:none;
	}
	
}
@media screen and (max-width:1500px) and (min-width:1230px)
{
body .container {
	  width: -webkit-calc(100% - 212px);
	width: -moz-calc(100% - 212px);
	width: calc(100% - 212px);
	}
	.master_banner .tab-content .container-fluid
	{
			    padding: 0 15px 20px;
	}
	.master_banner h4.blk_tle
	{
		width:300px;
		padding: 60px 15px 30px 50px;
	}
  section.tiles .container .tile_container .row-1 .data-cont h4,
  section.tiles .container .tile_container .row-3 .data-cont h4
	{
		height:125px;
  }
  .master_banner .nav li .txt_container
  {
    padding-right: 40px;
	min-height: 385px;
  }
  section.tiles .container .tile_container .row-3
  {
    background-position: 491px 0;
  }
 
  section.tiles .container .tile_container .row-1 .data-cont
  {
    padding: 100px 80px 15px 105px;
   
  }
  section.tiles .container .tile_container .row-2 .data-cont
  {
    padding: 200px 30px 0px 45px;/*Oct2nd2020*/
  }
  section.tiles .container .tile_container .row-2,
  section.tiles .container .tile_container .row-1
  {
    min-height: auto;
  }
  section.tiles .container .tile_container .row-3 .data-cont
  {
    padding: 190px 30px 15px 105px;
  }
  section.tiles .container .tile_container .row-3 .data-cont h4
  {
    padding-left: 105px;
    justify-content: flex-start;
  }
	main section.contactfooter .btn-cont .dark
	{
		letter-spacing:0;
	}
	
}
@media screen and (max-width:1229px) 
{
	body .container {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
}
	.master_banner .tab-content .orangeBg
	{
		    padding: 25px 30px 20px;
	}
  
  .master_banner .fWidth .data-cont
  {
    max-width: 100%;
  }
	.master_banner h4.blk_tle
	{
		width:300px;
		padding: 60px 15px 30px 55px;
  }
  section.tiles .container .tile_container .row-1 .data-cont
  {
    padding: 100px 30px 15px 80px;
    width:50%;
  }
  section.tiles .container .tile_container .row-1 .data-cont h4
	{
    height:120px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-left: -30px;
  }
  section.tiles .container .tile_container .row-1 .img-cont
  {
    width:50%;
  }
  section.tiles .container .tile_container .row-3 .img-cont
  {
    width: 60%;
  }
  section.tiles .container .tile_container .row-3 .data-cont
  {
    padding: 150px 20px 15px 80px;
    width: 500px;
  }
  section.tiles .container .tile_container .row-3 .data-cont h4
  {
    top:15px;
    height:120px;
    padding-bottom: 30px;
    padding-left: 80px;
    justify-content: flex-start;
  }
  section.tiles .container .tile_container .row-2
  {
    min-height: auto;
  }
  section.tiles .container .tile_container .row-2 .data-cont 
  {
    padding: 154px 30px 15px 45px;
  }
  section.tiles .container .tile_container .row-2 .data-cont h4
  {
    top:15px;
    height:120px;
    padding-top: 45px;
	    padding-left: 0;
    padding-right: 41px;
  }
  section.tiles .container .tile_container .row-3
  {
    background-position: 500px 0;
  }
  section.tiles .container .tile_container .row-3 .data-cont h4.nxt
  {
   
    left: auto;
    right: 0;
  }
  .master_banner .nav li .txt_container
  {
    padding-right: 30px;
    padding-left: 30px;
  }
  .master_banner .nav li h4
  {
    left: 30px;
  }
  .master_banner  li .txt_container
	{
		/*min-height:440px;*/
		min-height:100%;
		height:100%;
	}
	.header nav .navbar-collapse .navbar-nav li a
	{
		padding-left:9px;
		padding-right:9px;
	}
	.contactfooter .btn
	{
		font-size: 11px;
		padding:0 10px;	
	}
	.contactfooter .btn.dark
	{
		margin-right:10px;
		letter-spacing:0;
	}
	.master_banner .tab-content .container-fluid
	{
		padding-left:0;
		padding-right:0;
	}
	main section.contactfooter .btn-cont > div
	{
		padding-right:15px;
	}
	main section.contactfooter .btn-cont .dark
	{
		letter-spacing:0;
	}
}
@media screen and (max-width:992px)
{
	body  .container
	{
		width:100%;
		padding:0 30px;
	}
	
	section.tiles .container,
	.master_banner .fWidth .container
	{
		padding:0 15px;
	}
	.master_banner .fWidth
	{
		margin-bottom:0;
		height:auto;
	}
	.master_banner .tab-content .univ .owl-carousel
	{
    width: 100% ;
	margin-top:10px;
	}
	.master_banner .owl-carousel .owl-nav .owl-next
	{
		right:-35px;
	}
	.master_banner .owl-carousel .owl-nav .owl-prev
	{
		left:-35px;
	}
	section.master_banner  .container-fluid.fWidth + .container
	{
		padding:0;
	}
	.master_banner .tab-content .container,
	.master_banner .tab-itms
	{
		padding:0;
	}
	.master_banner .data_container
	{
		top:4%;
	}
	.master_banner.city .data_container
	{
		top:11%;
	}
	.master_banner .fWidth .data-cont
	{
		padding-left:0;
	}
	.master_banner h4.blk_tle
	{
		background:transparent;
		padding:0 0 0 ;
		margin:30px 0 10px;
		width:100%;
		text-align:left;
		display: block;
	}
	.master_banner .nav li
	{
		height: 60px;
    	line-height: 60px;
	}
	.master_banner .nav li h4
	{
		left:0;
		min-height:50px;
		margin:0;
		position:relative;
		padding:10px 30px;	
		text-transform:uppercase;
		width:100%;
	}
	.master_banner .nav li.active 
	{
		background-color:#fe5000;
	}
	.master_banner .tab-content .orangeBg
	{
		padding-top:40px;
		padding-bottom:0;
	}
	.master_banner.city .tab-content .orangeBg
	{
		padding-top:0;
	}
	.master_banner .nav 
	{
		border:0;
		background-color:#262626;
	}
	.master_banner .tab-content .txt_container i img
	{
		width:auto;
	}
	.master_banner .nav li:last-child
	{
		right:0px;
	}
	
	.master_banner .nav li:nth-child(2) h4,
	.master_banner .nav li:last-child h4
	{
		text-align:center;
		    padding: 10px 14px;
			position:relative;
	}

	.master_banner .nav li:after
	{
		position:absolute;
		right:0;
		width:1px;
		top:0%;
		height: 100%;
		border-right:solid 1px #686868;
		content:'';
	}
	.master_banner .nav li.active:after,
	.master_banner .nav li:last-child:after
	{
		display:none;
	}
	.master_banner .tab-content #brisbane,
	.master_banner .tab-content #melbourne
	{
		text-align:left;
	}
	.master_banner .tab-content .orangeBg h4
	{
		margin-top:35px;
	}
	.master_banner.city .tab-content .orangeBg h4
	{
		margin-top:8px;
	}
	.master_banner .tab-content .cts li a h5
	{
		font-size:16px;
		    height: 35px;
	}
	.master_banner .tab-content #sydney .cts
	{
		    flex-wrap: wrap;
			margin-bottom:20px;
	}
	.master_banner .tab-content #sydney .cts li
	{
		flex-grow: 0;
		width: 31%;
	}
	.master_banner .tab-content #sydney .cts li:nth-child(3)
	{
		margin-right:0;
	}
	.master_banner .tab-content #sydney .cts li:nth-child(3n) {
		margin-right:0;
	}
	.master_banner .tab-content .cts {

    justify-content:space-between !important;
}
.master_banner .tab-content .cts li
{
  margin-right:0 !important;	
  margin-left: 0 !important;	
  width: calc(50% - 10px) !important;
}
.master_banner  .tab-content #brisbane .univ h4,
.master_banner  .tab-content #melbourne .univ h4
{
	text-align:left;
}
	 section.tiles .container .tile_container
	 {
		 margin:0 -15px;
	 }
	  section.tiles .container .tile_container .rows
	 {
		 flex-wrap:wrap;
		
	 }
	 section.tiles .container .tile_container .rows .data-cont h4
	 {
		 width:50%;
		 height:80px;
		 padding:0 0 0 30px;
		 line-height:80px;
		 margin:0;
		 left:0;
		 display:block;
		 text-align:left;
		 top:-40px;
	 }
	 section.tiles .container .tile_container .rows .data-cont
	 {
		 padding:70px 30px 0;
		 width:100%;
	 }
	 section.tiles .container .tile_container .rows .img-cont
	 {
		 width:100%;
		  padding:30px;
		  background-color: #262626;
	 }
	 section.tiles .container .tile_container .rows .img-cont img
	 {
		 width:100%;
	 }
	  section.tiles .container .tile_container .row-2 .data-cont
	 {
		order:1;
		background:#e9e9e9;
		margin-top:40px;
		padding-bottom:0px;
		
	 }
	  section.tiles .container .tile_container .row-2 .img-cont
	 {
		order:2;
		 background-color: #e9e9e9;
	 }
	section.tiles .container .tile_container .row-3 .data-cont
	{
		margin-top:40px;
	}
	section.tiles .container .tile_container .row-3 .img-cont
	{
		background:#fe5000;
	}
	section.tiles .container .tile_container .row-3 .data-cont h4.nxt
	{
		display:none;
	}
	section.blog_tiles h4
	{
		top:-50px;
		color:#fe5000;
	}
	.blog_item h5
	{
		font-size:17px;
	}
	main section.contactfooter
	{
		background: -webkit-linear-gradient(bottom, #e6e6e6 0, #e6e6e6 50%, #dddddd 50%, #dddddd 100%);
    background: -o-linear-gradient(top, #e6e6e6 0, #e6e6e6 50%, #dddddd 50%, #dddddd 100%);
    background: -moz-linear-gradient(top, #e6e6e6 0, #e6e6e6 50%, #dddddd 50%, #dddddd 100%);
    background: linear-gradient(to top, #e6e6e6 0, #e6e6e6 50%, #dddddd 50%, #dddddd 100%);
	text-align:center !important;
	padding:0;
	}
	main section.contactfooter .btn-cont
	{
		text-align:center;
		padding-bottom:0px;
	}
	main section.contactfooter .btn-cont > div,
	main section.contactfooter .btn-cont + div
	{
		padding-top:15px;
		padding-bottom:15px;
		text-align: center;
	}
	main section.contactfooter .btn-cont .btn
	{
		font-size:15px;
		letter-spacing:1px;
		padding-left:20px;
		padding-right:20px;
		vertical-align:top;
	}
	main section.contactfooter .social
	 {
    margin: 0 auto;
    padding: 0;
    width: 200px;
    display: block;
    float: none;
	}
	footer.footer img
	{
		display:none;
	}
	footer.footer .foot-item {
    padding: 25px 0;
	}
	footer.footer .foot-item
	{
		padding:25px 0;
	}
	footer.footer
	{
		min-height:0;
	}
	.subfooter
	{
		text-align:center;
	}
	.master_banner .tab-content .orangeBg:after
	{
		display:none;
	}
	/*.master_banner .data_container .btn.white
	{
		width:200px;
			display: block;
		margin: 25px auto;
		font-size:18px;
		line-height:40px;
		height:40px;
		border:solid 2px #fe5000 !important;
	}*/
	body.single .blog_item 
	{
		margin-top:10px;
	}
	body.single .blog_item .layer
	{
	height:50px;	
	display: flex;
		align-items: center;
	}
	body.single .blog_item .layer h5
	{
		padding-top:0px;
		padding-bottom:0;
	}
	.master_banner .data_container h1
	{
			font-size: 45px;
	}
	.master_banner .tab-content .container-fluid
	
	{
		padding-left:30px;
		padding-right:30px;
	}
	.master_banner .tab-content .univ h4
	{
		margin-top:30px;
	}
	.master_banner .tab-content .univ p
	{
		margin-bottom:10px;
	}
	.master_banner .tab-content .univ h4,
	.master_banner .tab-content .univ p
	{		
		width: 100%;
	}
	.master_banner li h4
	{
		    color: #fe5000 !important;
	}
	.master_banner li.active h4
	{
		    color: #fff !important;
	}
}
@media screen and (max-width:767px)
{
	h4,
	.master_banner .tab-content .orangeBg h4
	{
		font-size:22px;
	
	}
	.master_banner.city .tab-content .orangeBg p.lnk 
	{
		position:relative;		
		top:0;
		right:0;	
		text-align:right;
	}
	.master_banner .tab-content .orangeBg p
	{
		margin-bottom:15px;
	}
	.master_banner .fWidth .data-cont p
	{
		line-height:22px;
		
	}
	
	.master_banner .data_container h1
	{
		font-size:28px;
		padding:0;
	}
	
	.master_banner .data_container
	{
    	top: 90px;
	}
	.master_banner.city .data_container
	{
    	top: 12%;
	}
	.master_banner .data_container .intro
	{
		padding:0;
	}
	.master_banner .data_container .btn.white
	{
		width:180px;
		line-height:43px;
	}
	.master_banner h4.blk_tle
	{
		margin-top:20px;
	}
	.master_banner .tab-content .univ .owl-carousel li
	{
		height:100px;
		line-height:100px;
	}
	.master_banner .tab-content .univ .owl-carousel .owl-item
	{
		height:100px;
	}
	.master_banner .owl-carousel .owl-nav .owl-next,
	.master_banner .owl-carousel .owl-nav .owl-prev
	{
		width:30px;
	}
	.master_banner .owl-carousel .owl-nav .owl-prev
	{
		left:-30px;
	}
	.master_banner .owl-carousel .owl-nav .owl-next
	{
		right:-30px;
	}
	main section.contactfooter .btn-cont .btn
	{
		padding:0 10px;
		font-size:13px;
		
	}
	main section.contactfooter .btn-cont .btn.dark
	{
		margin-bottom:10px;
	}
	footer.footer h6
	{
		font-size:24px;
	}
	footer.footer .foot-item
	{
		padding-bottom:25px;
	}
	section.blog_tiles
	{
		padding-bottom:20px;
	}
	section.blog_tiles .col-sm-6
	{
		width:50%;
		max-width:50%;
		float:left;
	}
	

	.master_banner.city .tab-content #sydney .cts
	{
		 justify-content: space-between;
	}
	.master_banner.city .tab-content #sydney .cts li
	{
		width:48%;
		margin:0;
	}
	.sydney .master_banner .tab-content #sydney .cts li
	{
		width:48%;	
		margin-right:0;	
		margin-bottom:0;
	}
	.sydney .master_banner .tab-content #sydney .cts li:nth-child(3)
	{
		margin-right:0;
	}
	.master_banner .tab-content #sydney .cts li:nth-child(3n) {
		margin-right:0;
	}
	.sydney  .master_banner.city .tab-content #sydney .cts
	{
		 justify-content:flex-start;
	}
	.master_banner .tab-content .cts li a h5 {
    font-size: 13px;
    height: 35px;
	}
	/*.master_banner .img_wrap > img
	{
		width:150%;
	}*/
	.master_banner .tab-content .container-fluid
	{
			padding: 0 30px 20px;
	}
	.master_banner .tab-content .univ h4
	{
		font-size:20px;
		margin-top:25px;
		margin-bottom:8px;
	}
	section.blog_det h1
	{
		font-size:22px;
		margin-bottom:20px;
	}
	section.blog_det .master_img
	{
		margin-bottom:20px;
	}
	.blog_item .layer,
	body .blog-items .blog_item .layer
	{
		display:flex;
		align-items:center;
		height:auto;
	}
	.blog_item h5,
	body .blog-items .blog_item .layer h5
	{
		padding:15px;
		font-size:18px;		
	}
	main section.statictxt
	{
		padding:30px 0 10px;
	}
	.subfooter p,
	.subfooter a
	{
		font-size:11px;
	}
}
@media screen and (max-width:480px)
{
	body p,
	main section.statictxt p,
	main ul li
	{
		font-size:15px;
		line-height:22px;
	}
	
	main section.statictxt h3,
	main section.statictxt h5
	{
		margin-bottom:20px;
	}
	main section.contactfooter {
    background: -webkit-linear-gradient(bottom, #e6e6e6 0, #e6e6e6 35%, #dddddd 35%, #dddddd 100%);
    background: -o-linear-gradient(top, #e6e6e6 0, #e6e6e6 35%, #dddddd 35%, #dddddd 100%);
    background: -moz-linear-gradient(top, #e6e6e6 0, #e6e6e6 35%, #dddddd 35%, #dddddd 100%);
    background: linear-gradient(to top, #e6e6e6 0, #e6e6e6 35%, #dddddd 35%, #dddddd 100%);
    
	}
	/*section.blog_tiles .col-sm-6
	{
		width:100%;
		max-width:100%;
		float:left;
	}*/
	body.home .blog_item h5
	
	{
		padding:8px;
		font-size:11px;		
	}
	
	body.home .blog_item
	{
		margin-bottom:10px;
	}
	body.home section.blog_tiles .col-sm-6:first-child,
	body.home section.blog_tiles .col-sm-6:nth-child(3)
	{
		padding-right:5px;		
	}
	body.home section.blog_tiles .col-sm-6:last-child,
	body.home section.blog_tiles .col-sm-6:nth-child(2)
	{
		padding-left:5px;		
	}	
	section.blog_tiles
	{
		padding-top:60px;
	}
	.blog_item .layer{
		min-height:40px;
	}
	section.blog_tiles h4
	{
		font-size:22px;
		    top: -35px;
			width:100%;
	}
	body .subfooter a
	{
		padding:0 6px;
		font-size:11px;
	}
	main section.contactfooter .btn-cont > div
	{
		background:transparent;
		padding-right:0;
	}
	main section.contactfooter .btn-cont > div .dark
	{
		width:100%;
		margin-right:0;
		font-size: 13px;
	}
	section.tiles .container .tile_container .rows .data-cont h4
	{
		font-size: 20px;
		width:55%;
	}
	h4,	.master_banner .tab-content .orangeBg h4
	{
		font-size:20px;
	
	}
	.master_banner .fWidth .data-cont p
	{
		line-height:20px;
		font-size:15px;
	}
	.master_banner .txt_container p
	 {
		line-height: 22px;
		font-size: 15px;
	}
	.master_banner .txt_container p.lnk,
	.master_banner .tab-content .orangeBg h4 + p,
	.master_banner .tab-content .univ p
	 {
		line-height: 18px;
		font-size: 14px;
	}
	.master_banner .tab-content .univ h4, 
	.master_banner .tab-content .univ p,
	.master_banner .tab-content .univ .owl-carousel
	{
		width:100% !important;
	}
	main section.statictxt h5
	{
		font-size:16px;
		line-height:22px;
	}
	.master_banner .tab-content .univ p
	{
		font-size:14px;
	}
	.master_banner .nav li
	{
		width:30%;
	}
	.master_banner .nav li:last-child
	{
		width:40%;
		    padding-right: 10px;
	}
	.master_banner .data_container .btn.white
	{
		margin-top:10px;
		line-height:35px;
		    height: 38px;
    font-size: 15px;
	    width: 130px;
	}
	.master_banner .data_container h1 
	{
    font-size: 26px;
	}
	.master_banner .data_container 
	{
    top: 40px;
	}
	body .master_banner.city .data_container 
	{
    top: 80px;
	}
	section.blog_det .btn-wrap
	{
		padding-top:30px;		
	}
	section.blog_det .btn-wrap .btn
	{
		width:100%;		
		padding: 0 60px;
		font-size: 16px;
		line-height: 45px;
		height: 40px;

	}
	section.blog_det .btn-wrap hr
	{
		display:none;
	}
	.master_banner .tab-content .active .txt_container i
	{		   
		width: 70px;
		height: 70px;
		line-height: 63px;
		
	}
	body.single .blog_item {
    margin-top: 0;
	margin-bottom:20px;
	}
	body main section.contactfooter .social
	{
		width:100%;
	}
	body main section.contactfooter .social li
	{
		    padding: 0 10px 0 0;
	}
	body main section.contactfooter .social li:last-child
	{
		padding-right:0;
	}
	.blog_item h5,
	body .blog-items .blog_item .layer h5
	{
		font-size:12px;
		padding:10px;
	}
	.blog_item .layer,
	body .blog-items .blog_item .layer 
	{
		min-height:0;
	}
	.master_banner .img_wrap
	{
		max-height:180px;
	}
}
@media screen and (max-width:410px)
{
	h4
	{
		font-size:18px;
		width:60%;
	}
	.master_banner .tab-content .orangeBg h4
	{
		width:100%;
	}
	.master_banner.city .tab-content .orangeBg h4
	{
		width:100%;
		margin-top:0;
	}
	.master_banner .tab-content .orangeBg p
	{
		font-size:16px;
		line-height:21px;
	}
	.subfooter a
	{
		padding:0 10px;
		font-size:13px;
	}
	main section.contactfooter .btn-cont > div .dark
	{
		font-size: 11px;
	}
}
header.header {
	-moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
header.header.fixed-header {
    position: fixed;
    z-index: 99;
    background-color: #ffffff;
}
header.header.fixed-header a.navbar-brand img {
    height: 40px;
}
main section.sub-pages .page-nav {
  background: #f2f2f2;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, #f2f2f2 0, #f2f2f2 50%, #f2f2f2 50%, #f2f2f2 100%) !important;
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #f2f2f2 0, #f2f2f2 50%, #f2f2f2 50%, #f2f2f2 100%) !important;
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #f2f2f2 0, #f2f2f2 50%, #f2f2f2 50%, #f2f2f2 100%) !important;
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #f2f2f2 0, #f2f2f2 50%, #f2f2f2 50%, #f2f2f2 100%) !important;
  /* Standard syntax */
}
main section.sub-pages .page-nav {
  display:none;
}
main section.sub-pages .page-nav.stick {
  display:block !important;
}
main section.sub-pages .pages {
  background: #f2f2f2 !important;
}
p.throw_error {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
p.validation-error {
    color: #790000;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
}
p.validation-success {
    color: #009688;
    border-top: 2px solid #009688;
    border-bottom: 2px solid #009688;
}

/* Booking Summary for portal page 26/06/2019 */
.booking-summary .col-sm-12 { padding: 30px 50px 20px; }
.booking-summary .col-sm-12 * { display: inline-block; }
.booking-summary .col-sm-12 h4 { color: #fe5000;padding-right: 15px; }
.booking-summary .col-sm-12 p { font-size: 20px; }
.booking-summary .col-sm-12 a { 
	color: #fe5000 !important;
    box-shadow: inset 0 0 0 1px #a2a2a2 !important;
    float: right;
	width: 100px;
    height: 44px;
    line-height: 44px;
}


@media screen and (max-width: 1024px) {
	.header .hdr_social.hide {
		display:block !important;
	}
	.header .btn.color.apply.hide {
		display:block !important;
	}
	main section.sub-pages .page-nav.stick {
  display:none!important;
	}
}
.header .innernav .city-subnav li.current-menu-item a {
	color: #fe5000 !important;
}
ul.lease-term li:before { 
	display:none;
}
ul.lease-term {
	border-top: solid 0px #ccc !important;
}
main.blog aside.widget_categories h6 {
	background-color: #ff5001;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 20px;
}
main.blog aside.widget_categories ul {
	list-style: none;
    padding: 0px;
}
main.blog aside.widget_categories li.cat-item {
	background-color: #e8e8e8;
    padding: 0px 20px;
}
main.blog aside.widget_categories li.cat-item a {
	font-size: 1.1em;
    letter-spacing: 1px;
	display:block;
	padding:12px 0px;
	border-bottom: 1px solid #d1d1d1;
}
main.blog aside.widget_categories li.cat-item:last-child a {
	border-bottom: 0px solid #d1d1d1;
}
main.blog aside.widget_categories li.cat-item.current-cat {
	background-color: #fff;
}
main.blog aside.widget_categories li.cat-item.current-cat a {
	color: #333;
	border-bottom: 0px solid #d1d1d1;
}
/* Added 03/11/2017 */
main section.sub-pages .tabs-content .tabs-pane .room-details:hover .data-container .eco {
    max-height: 280px !important;
}
.page-template-portal-home #menu-item-163::after, .page-template-page-portal #menu-item-163::after, #menu-item-163::after { display:none; }
.lease-term-info .col-sm-6 { padding:0px;}
.lease-term-info .lease-price p { padding: 0px !important;text-align: center !important; }
.lease-term-info .lease-price p.lbl { color: #fe5000; font-size: 15px;line-height: 25px !important; }
.lease-term-info .lease-price p.prc strong { font-size: 23px; }
.payment-disc ul { list-style: none; }
.payment-disc ul li { padding: 5px 0px; }
.det-list li a, .det-list a { color: #fe5000; }
.lease-term-info div:first-child .lease-price:after {
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 46px;
    background-image: radial-gradient(#b5b5b5, #ddd), radial-gradient(#b5b5b5, #ddd);
    background-position: 100%, 0, 100%, 0;
}


/* Added 06/11/2017 */
main section.property {
  padding: 60px 0;
}
main section.property .items.badge5 .badge-banner h4 {
  width: auto;
}
main section.property h4,
main section.property p {
  color: #ffffff;
  margin-bottom: 15px;
}
main section.property p {
  font-size: 18px;
  margin-bottom: 25px;
  font-family: 'Noto Sans KR', sans-serif;
}
main section.property .items {
  background-size: cover !important;
  background-position: center top;
  float: left;
}
main section.property .items > img {
  display: none;
}
main section.property .items.badge1 {
  width: 40%;
  margin: 0 6px 6px 0;
  background-color: #262626;
  padding: 100px 70px 100px 50px;
  height: 515px;
}
main section.property .items .badge-banner {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(254, 80, 0, 0.9);
}
main section.property .items.badge2 {
  width: 59.50%;
  margin: 0 0px 6px 0;
  background-color: #262626;
  position: relative;
  height: 515px;
}
main section.property .items.badge2 .badge-banner {
  width: 113%;
  height: 185px;
}
main section.property .items.badge2 .badge-banner .logo-container {
  width: 25%;
  max-width: 195px;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
  line-height: 100%;
  vertical-align: top;
  display: inline-block;
}
main section.property .items.badge2 .badge-banner .logo-container img {
  position: relative;
  top: 50%;
  margin-top: -32px;
}
main section.property .items.badge2 .badge-banner .text-container {
  padding: 40px 30px 0 30px;
  width: 74%;
  display: inline-block;
  vertical-align: top;
}
main section.property .items.badge2 .badge-banner .text-container p {
  width: 70%;
  float: left;
}
main section.property .items.badge2 .badge-banner .text-container .btn {
  float: right;
}
main section.property .items.badge3,
main section.property .items.badge5 {
  width: 33%;
  height: 315px;
  margin: 0 6px 0px 0;
  background-color: #262626;
  position: relative;
}
main section.property .items.badge3 .badge-banner,
main section.property .items.badge5 .badge-banner {
  width: 100%;
  height: 160px;
  padding: 30px 0 0 50px;
}
main section.property .items.badge3 .badge-banner p,
main section.property .items.badge5 .badge-banner p {
  float: right;
  width: 50%;
}
main section.property .items.badge3 .badge-banner .btn,
main section.property .items.badge5 .badge-banner .btn {
  clear: left;
  float: left;
  box-shadow: inset 0 0 0 1px #ffffff;
}
main section.property .items.badge3 .badge-banner h4,
main section.property .items.badge5 .badge-banner h4 {
  float: left;
  width: 45%;
}
main section.property .items.badge4 {
  width: 33%;
  margin: 0 6px 0px 0;
  background-color: #262626;
  padding: 50px 30px 0 50px;
  height: 315px;
}
main section.property .items.badge5 {
  margin: 0;
}
main section.property .items.badge5 .badge-banner {
 /* height: 125px;*/
}
main section.property .items.badge5 .badge-banner h4 {
  float: left;
  width: 45%;
}

.room-mc p a { color: #fe5000; }
a:focus, a:hover { color: inherit; }
#myCarousel .button-container {
	position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: -100px;
}
.ajax-msg {
	color: #fe5000;
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    padding: 5px 25px;
}
.single-post .entry-thumbnail {
	float: right;
    padding-left: 25px;
    padding-bottom: 25px;
	width: 55%;
}
.single-post .entry-thumbnail img.wp-post-image {
	height: auto !important;
}
@media screen and (max-width: 767px) {
	.single-post .entry-thumbnail {
		float: none;
		padding-left: 0px;
		padding-top:25px;
		padding-bottom: 25px;
		width: 100%;
	}
}
#menu-item-wpml-ls-9-zh-hans { display: none;}
.carousel.property .carousel-inner {
	max-width: 1400px;
    margin: 0 auto;
}
#myCarousel {
	/*max-width: 1750px;*/
    margin: 0 auto;
}
p.wl-msg {
	line-height: 20px !important;
    font-size: 15px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    margin-bottom: 20px !important;
    padding: 0 20px;
}
a.dark { color:#fe5000 !important; }
a.dark:hover { }
.statictxt .text-overflow {
  width:100%;
  /*height:110px;*/
  display:block; 
  overflow:hidden;
  word-break: break-word;
  word-wrap: break-word;
}
.statictxt .btn-overflow {
    display: none;
    text-decoration: none;
	color: #fe5000;
    text-transform: uppercase;
    margin-top: 20px;
}
.statictxt .btn-overflow.more {
	background: #272727;
	box-shadow: inset 0 0 0 1px #272727;
}
.room-details.section-share-apartment.item-even, .room-details.section-studio-apartment.item-even {
	margin-right: 4px !important;
}
.room-details.section-share-apartment.item-odd, .room-details.section-studio-apartment.item-odd {
	margin-right: 0px !important;
}
.page-template-payment-process-php .generic {
	min-height: 500px;
}
.process-cont-msg {
	color: #fe5000;
	font-size: 18px;
	text-align:center;
	margin: 80px 25px;
}
.process-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/preloader.gif) center no-repeat rgba(255, 255, 255, 0.6) !important;
  opacity: 0;
  display: none;
  z-index: 98;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.process-overlay.show {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.error, .form_container .elements_group label + input[type="checkbox"].error + label:before {
	border: solid 1px #ff0500 !important;
}
input[type="radio"].error + label:before, input[type="radio"].error + span:before {
	border: 1px solid #ff0500 !important;
    border-radius: 24px;
}
.form_container .elements_group#div_nras_confirm label {
	line-height: 20px !important;
}
.single-locations main .city-banners .banners .info-layer .detail-info {
	background: rgba(0, 0, 0, 0) !important;
}
main section.sub-pages .page-nav.stick .pages { 
	width: auto !important;
}
main section.sub-pages .page-nav.stick .col-three {
    float: right !important;
}
.header nav #menu-desktop-menu li > ul.sub-menu li, .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu li {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.header nav #menu-desktop-menu li:hover > ul.sub-menu, .header nav #menu-desktop-menu-chinese-simplified li:hover > ul.sub-menu {
  position: absolute;
  display: block !important;
  width: 300px;
  z-index: 99;
  background: transparent !important;
	-webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
body .header nav #menu-desktop-menu li > ul.sub-menu li:first-child {
  padding-top: 5px;
}
.header nav #menu-desktop-menu li > ul.sub-menu li.last-item, .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu li.last-item {
  padding-top:10px;
  border-top: 1px solid rgba(0,0,0,0.15);
}
.header nav #menu-desktop-menu li > ul.sub-menu li.last-item a, .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu li.last-item a {
  text-decoration: underline;
  white-space:nowrap;
}
.header nav #menu-desktop-menu li > ul.sub-menu li, .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu li {
  list-style: none;
  padding-left: 15px;
  margin: 10px 0px;
} 
 /*body:not(.home) .header nav #menu-desktop-menu li > ul.sub-menu, body:not(.home) .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu {
 padding-top: 10px !important;
}*/
body:not(.home) .header nav #menu-desktop-menu li > ul.sub-menu li, body:not(.home) .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu li  {
 /* margin: 15px 0px !important;*/
}
body:not(.home) .header nav #menu-desktop-menu li > ul.sub-menu li:last-child, body:not(.home) .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu li:last-child {
 /* padding-bottom: 15px;*/
}
.header nav #menu-desktop-menu li > ul.sub-menu li a, .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu li a {
	color: #262626 !important;
	text-transform: none !important;
}
.header nav #menu-desktop-menu li > ul.sub-menu li a:hover, .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu li a:hover {
	color: #fe5000 !important;
	text-decoration: none !important;
}
.header nav #menu-desktop-menu .sub-menu::before, .header nav #menu-desktop-menu .sub-menu::after, .header nav #menu-desktop-menu-chinese-simplified .sub-menu::before, .header nav #menu-desktop-menu-chinese-simplified .sub-menu::after {
  
}
.menu-layer {
	position: absolute;
    left: 0;
    /* top: 95px; */
    width: 100%;
	height:0px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    display: none;
    z-index: 98;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.menu-layer.active {
	opacity: 1;
    display: block;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
section.item.testimonial {
	background-color: #262626;
}
a.back-to-top {
	position: absolute;
    margin-left: -50px;
    margin-top: 3px;
    width: 29px;
    height: 31px;
    display: none;
    background-image: url(../images/back-to-top.png);
    text-indent: -999px;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.header.fixed-header a.back-to-top {
	display: block;
}
main section.testimonial.video .container .vid_container:after {
	display:block;
}
main section.testimonial.video .container .vid_container.active:after {
	display:none !important;
}
.room_price_span {
	font-size: 22px !important;
    margin-right: 5px !important;
    left: 0 !important;
    top: auto !important;
}

/*   BOOKING SUMMARY (31/05/2019)  */
body.page-template-tpl-booking-summary main section.generic table {
	border: solid 0px #eee !important;
}
body main section.generic table thead th {
	background: #fe5000;
	color: #fff;
	font-size: 24px;

	text-transform: uppercase;
	letter-spacing: .06em;
}
body main section.generic table thead th:last-child {
	text-align:right;
}
body main section.generic table thead th a.btn {
	color: #ffffff !important;
    letter-spacing: normal !important;
    width: 120px;
	right: 10px;
    text-transform: none;
    box-shadow: inset 0 0 0 1px #fff !important;
}
body.page-template-tpl-booking-summary main section.generic table tbody th {
  background: #ffffff !important;
}
body main section.generic table tbody tr:nth-child(even) {
  background: #f6f6f6;
}
body.page-template-tpl-booking-summary main section.generic table tr th:first-child, body.page-template-tpl-booking-summary main section.generic table tr td:first-child {
  padding-left: 20px !important;
}
/*   BOOKING SUMMARY (31/05/2019)  */




@media screen and (max-width: 767px) {
	#floor-plan-modal {
		z-index: 9999;
		background: rgba(0, 0, 0, 0.9);
	}
	#floor-plan-modal .modal-dialog {
		width:95% !important;
		height: 100%;
	}
	#floor-plan-modal .modal-content {
		height: 100%;
    	display: table;
	}
	#floor-plan-modal .modal-header {
		width: 1px;
		margin: 0px;
		padding: 0px;
	}
	#floor-plan-modal .modal-body {
		vertical-align: middle;
    	display: table-cell;
		padding: 0px;
	}
	#floor-plan-modal.modal button.close {
		z-index: 9999;
	}
}

.gform_wrapper li.gfield_error select {
    border: 1px solid #790000;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255,255,255,1) !important;
    border-top: 0px solid #C89797 !important;
    border-bottom: 0px solid #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: unset !important;
}
.gform_wrapper div.validation_error {
    border-top: 0px solid #790000 !important;
    border-bottom: 0px solid #790000 !important;
	margin-bottom: 0px !important;
	padding: 16px 0 0 0 !important;
	text-align: left !important;
}

.properties-template-default #myModal .modal-body {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.properties-template-default #myModal .modal-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.properties-template-default #myModal .modal-dialog {
	width: 1000px;
}
@media screen and (max-width: 1400px) { 
	.properties-template-default #myModal .modal-dialog {
		width: 80% !important;
	}
}
#input_3_17_3 option:disabled, #live-chat {
	display:none !important;
}
#input_3_17 { margin-top: 0px !important; }
.rfeatures a, .features p a { color: #fe5000 !important; }
a.disabled { color: grey !important;pointer-events: none !important; }

.agents_only {
	display: none;
}

.students_only {
	display: none;
}

.show_for_agents {
	display: none;
}

.hide_for_agents {
	display: none;
}

@media screen and (max-width: 641px) {
  #livechat-compact-container, #content-container.new-mobile, #mobile_invitation_container {
	display:none!important;
  }
}

#accordion .panel .panel-collapse .panel-body .dates_block li, #accordion .panel .panel-collapse .panel-body .lease-term li {
	vertical-align: top;
}
.contract-date-msg {
    display: block;
    background-color: #dfdfdf;
    border-top: 3px solid #c4c4c4;
    height: 30px;
    line-height: 24px;
}
.contract-date-msg a.ico {
    min-width: auto !important;
    height: 25px !important;
    margin-left: 5px !important;
    vertical-align: middle !important;
}
.contract-date-msg a.ico.selected {
	background: #dfdfdf !important;
    box-shadow: inset 0 0 0 1px #dfdfdf !important;
}
@media screen and (max-width: 767px) {
	.contract-date-msg { 
		display: inline-block;
		width: 100%;
	}
	.contract-date-msg a.ico {
		width: 28px !important;
    	float: initial !important;
	}
	main #accordion .panel .panel-collapse .panel-body .dates_block li a.btn {
		width: 100% !important;
	}
}
@media screen and (max-width: 370px) {
	main #accordion .panel .panel-collapse .panel-body .dates_block li {
		width: 70% !important;
	}
}

.modal-content.multi-videos {
	background-color: #fff;
    padding: 0 20px 20px 10px;
}
.modal-content.multi-videos .modal-body ul.muv-ul {
	list-style: none;
    padding: 0px;
    font-size: 18px;
}
.modal-content.multi-videos .modal-body ul.muv-ul li {
	
}
.modal-content.multi-videos .modal-body ul.muv-ul li a {
	line-height: 56px;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    color: #3d3d3d;
	display:block
}
.modal.stories.in .modal-dialog {
	height: 93%;
    display: flex;
    align-items: center;
    top: unset;
}
.operator_avatar { display: none;}
.single-rooms .carousel .owl-item .alert_wrapper { display:none; }
@media screen and (max-width: 768px) {
	body .modal.stories.in .modal-dialog {
		height: initial;
	}
	#mobile_invitation_container, .mobile_invitation_container { display:none !important; }
	.operator_avatar { display: block;}
	.footer .operator_avatar { display: none !important; }
	nav .btn.color.apply.operator_avatar, nav .btn.color.operator_avatar{
		box-shadow: inset 0 0 0 1px #262626 !important;
    	background: #262626 !important;
		color: #fe5000 !important;
	}
	footer .btn.color.apply.operator_avatar:hover {
		box-shadow: inset 0 0 0 1px #fe5000 !important;
    	background: #fe5000 !important;
		color: #FFFFFF !important;
	}
	
	.booking-summary .col-sm-12 p { width:80%; }
	main section.life_master.stories .block-wrapper .alm-filters li { max-width: 24.3%; }
	main section.life_master.stories .master-text { top: 330px; }
	main section.room-mc .alert_sec h3 { line-height: 28px !important; }
}
.alm-btn-wrap .alm-load-more-btn.loading { display: none !important; }
@media screen and (max-width: 480px){
	.header .navbar-inverse .navbar-collapse .apply {
		padding: 0 10px;
		margin: 0 !important;
	}
	.header .navbar-inverse .navbar-collapse .apply.operator_avatar{
		/*float:right;*/
		margin-left: 9px !important;
	}
}
@media screen and (max-width: 370px) {
	.header .navbar-inverse .navbar-collapse .apply {
	   font-size:13px;
	}
}
@media screen and (max-width: 340px) {
	.header .navbar-inverse .navbar-collapse .apply {
	   font-size:12px;
		 padding: 0 5px;
	}
}
section#gallery-link {
    background-color: #ebebeb;
    min-height: 47px;
}
section#gallery-link .col-sm-12 {
    text-align: center;
	background-color: #d4d4d5;
}
section#gallery-link a {
    display: inline-block;
    text-align: center;
    line-height: 47px;
    font-size: 18px;
    font-weight: normal;
    color: #fe5000;
}
section#gallery-link a:after {
    content: ' ';
    background: url(../images/ico_up_arrow.png) no-repeat 0 0;
    width: 29px;
    height: 16px;
    display: inline-block;
	margin-left: 25px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

/* New CSS changes 2019 April VINU */

.alert_wrapper
{
	position:absolute;
	right:0;
	bottom:0;
	background: url(../images/banner_alert_bg.png) no-repeat right bottom;
	width:410px;
	height:250px;
}
.owl-item .alert_wrapper {
	display:none;
}
.owl-item.active .alert_wrapper {
	display:block;
}
.alert_wrapper.flat
{
	background: none rgba(0,0,0,0.84);
	width:100%;
	height:108px;
	text-align:center;
}
.alert_icon
{
	width:76px;
	height:76px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.2);
	background-repeat:no-repeat;
	background-position:center 18px;
	text-align:center;
	position:absolute;
	right:140px;
	bottom:25px;
	line-height:76px;	
}
.alert_wrapper.flat .alert_icon
{
	right:auto;	
	bottom:-17px;
	margin-right:10px;
	display:inline-block;
	position:relative;
	float:none;
}
.alert_wrapper.flat h3
{
	position:relative;
	display:inline-block;
	float:none!important;
	right:auto;
	width:auto !important;
	bottom:8px!important;
	color:#fe5000;
	
}

.alert_icon.so
{
	background-image: url(../images/ico_soldout.png);	
}
.alert_icon.hu
{
	background-image: url(../images/ico_hurry.png);	
}
.alert_icon.eb
{
	background-image: url(../images/ico_earlybird.png);	
}
.alert_wrapper h3
{
	position:absolute;
	font-size:42px;
	color:#fff;
	text-transform:uppercase!important;
	right:20px;
	bottom:20px;	
	width:110px !important;
	margin:0 !important;
}
main section.room-mc .alert_sec
{
	WIDTH:100%;
	    background: #fe5000;
		padding: 10px 25px 15px;
		text-align:center;
}
main section.room-mc .alert_sec.hurry {
	background: #180902;
	padding: 0px 10px 15px;
}
main section.room-mc .alert_sec .alert_icon
{
	position: initial;
    right: auto;
    bottom: auto;
    display: inline-block;
	margin-right:15px;
}
main section.room-mc .alert_sec h3 
{
	display: inline-block;
	font-size: 22px;
    line-height: 76px;
	color:#fff;
	text-transform:uppercase;
    vertical-align: top;
}

main section.room-mc .alert_sec p
{
	text-align:left;
	line-height:110%;
	color:#fff;
	margin:10px 0 0;
	font-family: 'Noto Sans KR', sans-serif;
}

.room-mc .spl_offer
{
	background: #e5e5e5;
	border-top:solid 1px #ccc;
	margin:30px 0 0;
	padding:25px 25px 0 !important;	
	float:left;
	width:100%;
}
.room-mc .spl_offer h3, .features .special_offer h3
{
	font-size:26px;
	color:#fe5000;
	margin-top:10px;
	text-transform:uppercase;
}
.room-mc .spl_offer h5, .features .special_offer h5
{
	font-size:20px;	
	line-height:26px;
	margin:15px 0;
}
.room-mc .spl_offer p, .features .special_offer p
{
	font-size:19px;	
	line-height:26px;
	padding:0;
}
.room-mc .spl_offer img
{
	width:100%;
}
body.single-discover .special_offer h3, body.single-university .special_offer h3
{
	font-size:26px;
	color:#fe5000;
	margin-top:10px;
	text-transform:uppercase;
}
 body.single-discover .special_offer h5, body.single-university .special_offer h5
{
	font-size:20px;	
	line-height:26px;
	margin:15px 0;
}
body.single-discover .spl_offer p,  body.single-discover .special_offer p, body.single-university .spl_offer p,  body.single-university .special_offer p
{
	font-size:19px;	
	line-height:26px;
	padding:0;
}
body.single-discover .special_offer, body.single-university .special_offer
{
	width:100%;
	padding:20px 20px 20px 30px;
	/*background:#fff;*/	
	float:left;
	/*margin-bottom:30px;*/
	text-align:left;
}
.features .special_offer
{
	width:100%;
	padding:20px;
	background:#fff;	
	float:left;
	margin-bottom:30px;
	text-align:left;
}
main section.sub-pages .tabs-content  .date.soldout p
{
	text-transform:uppercase;
	line-height:32px !important;
}
.ico.soldout:before
{
	background-image: url(../images/soldOut_ico.png);
	background-position:7px 4px ;	
}
.room-details .alert_wrapper h3
{
	font-size:36px;
	bottom: 24px;
}
.testml
{
	margin:50px 0;
	
}
.testml .wrapper
{
		background-color:#fe5000;
		float:left;
		width:100%;
}
.testml .bnr
{
	padding:20px;
	background-color:#000;
}
.testml .detail
{
	padding:5px 40px;	
}
.testml .detail > p
{
	font-size:18px;
	position:relative;
	line-height:25px;
	color:#fff;
	padding:40px 0 0;
}
.testml .detail > p:before
{
	background-image: url(../images/quote_st.png);
	background-repeat:no-repeat;
	content:'';
	width:34px;
	position:absolute;
	height:24px;
	top:10px;
}
.testml .detail > p:after
{
	background-image: url(../images/quote_en.png);
	background-repeat:no-repeat;
	content:'';
	width:34px;
	position:absolute;
	height:24px;
	bottom:0;
	right:0;
}
.testml .detail .info
{
	width:100%;
	float:left;
	padding:15px;
	margin:20px 0 0;	
	background:#ea4a00;
}
.testml .detail .info p
{
	margin:0;
	font-size:20px;
	color:#fff;
	float:left;
	width:50%;
}
.testml .detail .info .btn
{
	float:right;
	margin-top:3px;
	width:45%;
}
.spl_offer .col-sm-6 p:first-child, .special_offer .col-sm-6 p:first-child {
    margin: 0px;
    padding: 0px;
}
body.page-template-tpl-apply-now #properties li:last-child { /*display:none !important;*/ }


/* University landing page */
body main section.heading.ul_page
{
	margin-bottom:0;
}
.orangetxt
{
	color:#fe5000;
}
.ul_banner
{
	
}
.ul_banner .landing_txt h2
{
	font-size:30px;
	color:#fff;
}
.ul_banner .landing_txt 
{
	width:360px;
	float:left;
	margin-bottom:40px;
}
.ul_banner .landing_txt .master
{
	background-color:#fe5000;
	padding:55px 30px;
	
}
.ul_banner .landing_txt .desc
{
	padding:40px 30px;
	
}
.ul_banner .landing_txt .desc p
{
	
}
.ul_banner .landing_bnr
{
	/*width:840px;*/
	width:calc(100% - 360px);
	float:left;
	background-repeat:no-repeat;
	background-size:cover;
	height:515px;
	position:relative;
	max-width:100%;
}
.ul_banner .landing_bnr .hat_icon
{
	background:url(../images/univ_hat.png) #fe5000 no-repeat center center;
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	display:block;
}
.ul_banner .special_offer
{
	background:#e5e5e5;
	margin-bottom:40px;
}
.ul_map img
{
	width:100%;
}
.univ_info
{
	background:#262626;
	padding:25px 0;
}
.univ_info .ulAcc .panel
{
	border:0;
	background:transparent;
	margin:0 0 2px;
}
.univ_info .ulAcc .panel button
{
	width:100%;
	background-color:#fe5000;
	border:0;
	border-bottom:solid 1px  #262626;
	height:50px;
	line-height:50px;
	text-transform:none;
	text-align:left;
	padding-left:20px;
	font-size:22px;
	border-radius:0;
	bordeR:0;
}
.univ_info .ulAcc .panel-body
{
	color:#fff;
	padding:0 !important;
}
.univ_info .ulAcc .panel-body > div
{
	padding:22px;
}
.ulAcc.panel-group.panels div[data-toggle="collapse"][aria-expanded="true"] {
	display:none;
}
.univ_info .ulAcc .panel-body  h3
{
	margin-bottom:20px;
	color:#fe5000;
}
.univ_info .ulAcc .panel-body  p
{
	font-family: 'Noto Sans KR';
	font-size:17px;
	line-height:22px;
}
.univ_info .ulAcc .panel-body ul
{
	 columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  padding-left:16px;
  list-style:none;
}
.univ_info .ulAcc .panel-body ul li
{
	position:relative;
}
.univ_info .ulAcc .panel-body ul li:before
{
	position:absolute;
	left:-14px;
	top:8px;
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#fe5000;
	content:'';
}
.ul_acc_det .options ul li:before
{
	display:none;
}
.ul_acc_det
{
	display:flex;
}
.ul_acc_det .dist
{
	flex-basis:25%;
	border-right:solid 1px #ccc;
	
	text-align:center;
}
.ul_acc_det .dist p
{
	width:100%;
	text-align:center;
	color:#fe5000;
	font-size:22px;
	margin:10px 0 0;
}
.ul_acc_det .dist p strong
{
	font-size:30px;
}
.ul_acc_det .options
{
	flex-basis:25%;	
	min-width:200px;	
}
.ul_acc_det .options ul
{
	list-style:none;
	margin:0 !important;
	padding-left:42px;
}
.ul_acc_det .options li
{
	color:#fff;
	margin-bottom:4.5px;
	font-size:15px;
}
.ul_acc_img
{
	margin:35px 0 0;
}
.ul_acc_det .options li i
{
	width:40px;
	position:relative;
	top:3px;
}

.ul_acc_det  .button_sec
{
	flex-basis:50%;	
	 align-items: center;	
	 justify-content: center;
	 display:flex;
	 width:calc(100% - 200px);
}
.ul_acc_det  .button_sec .btn
{
	width: 80%;
    margin-left: 10%;
}
.ul_apply 
{
	
	margin:40px 0 40px 0;
}
.form_details
{
	width:100%;
	float:left;
	padding:20px 0 0;
}

/* lang video */
 .univ_lang
 {
	 padding:40px 0;
 }
 .ul-iframe {
    position: relative;
    padding-bottom: 44.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
 .ul-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
}
.univ_lang .multi-videos {
    background-color: #fff !important;
    padding: 0 20px 20px 10px !important;
}
.univ_lang .multi-videos div.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding: 0px !important;
}
.univ_lang .multi-videos  {
    padding-top:0px !important;
	 padding-bottom:0px !important;
}
.univ_lang .multi-videos  ul.muv-ul {
    list-style: none;
    padding: 0px;
    font-size: 18px;
}
.univ_lang .multi-videos  ul.muv-ul li:first-child {
    border-top: 1px solid #cccccc;
}
.univ_lang .multi-videos  ul.muv-ul li a {
    line-height: 56px;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    color: #fe5000;
    display:block
}
.univ_lang .multi-videos ul.muv-ul li a:hover {
    text-decoration: none;
    color: #fe5000;
}
.univ_lang .multi-videos  ul.muv-ul li a.active {
    background-color: #fe5000;
    color: #fff;
}
.univ_lang .multi-videos ul.muv-ul li a.active:after {
    border: .5em solid transparent;
    border-color: transparent transparent transparent #fe5000;
    display: block;
    position: absolute;
    content: "";
    right: 0px;
    margin-top: -35px;
}
.btn.white.fill.bdr { box-shadow: inset 0 0 0 1px #fe5000 !important;padding: 0px 30px; }
@media screen and (max-width: 767px) {
  
   .univ_lang .multi-videos .modal-body {
        margin-bottom: 180px !important;
    }
    .properties-template-default #myModal .modal-dialog {
        width: 95% !important;
    }
   .univ_lang .multi-videos div.container div.row {
       display:table;
        width:100%;
        margin: 0px;
        padding-top: 65%;
    }
   .univ_lang .multi-videos  .container .row .col-sm-2 {
        display:table-footer-group !important;
    }
    .univ_lang .multi-videos  .container .row .col-sm-10, .modal-content.multi-videos .container .row .col-sm-10 {
        display:table-header-group !important;
    }
    .univ_lang .multi-videos ul.muv-ul {
        margin: 0;
        padding: 0;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .univ_lang .multi-videos ul.muv-ul li a.active:after {
        display:none;
    }
	main section.room-mc .alert_sec h3 { line-height: 76px !important; }
	.room-mc .spl_offer img { padding-bottom: 15px;}
}

/* lang video ends */

/* discovery landing page */

body main section.heading.nobg
{
	background:#fff;
}
.disc_banner .bnr_wrap, .disc_banner .bnr_wrap .tle_wrap
{
	width:100%;
	float:left;
}
.disc_banner .bnr_wrap .img_wrap,.disc_banner .bnr_wrap .txt_wrap
{
	width:50%;
	float:left;
}
.disc_banner .bnr_wrap .img_wrap img

{
	width:100%;
}

.disc_banner .bnr_wrap 
{
	background:#fe5000;
	border:solid 10px #fff;
	border-top:0;
}
.disc_banner .bnr_wrap .tle_wrap
{
	background:#262626;
	padding:50px;
}
.disc_banner .bnr_wrap .tle_wrap h4
{
	color:#fff;
}
.disc_banner .bnr_wrap .desc_wrap
{
	width:100%;
	float:left;
	position:relative;
	padding:30px 35px 0 50px;
}
.disc_banner .bnr_wrap .desc_wrap:before
{
	position:absolute;
	left:42px;
	top:0;
	width:28px;
	height:15px;
	content:'';
	background:url(../images/diamond.png) no-repeat center -17px;
}
.disc_banner .bnr_wrap .desc_wrap ul
{
	list-style:none;
	padding-left:10px;
	margin:0;
}
.disc_banner .bnr_wrap .desc_wrap ul li
{
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	line-height:55px;
}
.disc_banner .bnr_wrap .desc_wrap ul li .ico
{
	top:6px;
	left:-20px;
	
}
.disc_banner	.disc_banner_wrap
	{
		position:absolute;
		width:100%;
		z-index:2;
	}
.disc_banner .study_badge
{
	width:100%;
		background: #d5d5d5; /* Old browsers */
background: -moz-linear-gradient(left, #d5d5d5 0%, #d5d5d5 50%, #e5e5e5 50%, #e5e5e5 50%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #d5d5d5 0%,#d5d5d5 50%,#e5e5e5 50%,#e5e5e5 50%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #d5d5d5 0%,#d5d5d5 50%,#e5e5e5 50%,#e5e5e5 50%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	float:left;
	margin-top:420px;
	margin-bottom:40px;
}
.disc_banner .study_badge .study_badge_wrap
{
	background:url(../images/au_map_brdr.png) transparent no-repeat -50px 10px;
	height:280px;
}

.disc_banner .study_badge .form_wrap
{
	padding-top:120px;	
	width:50%;
	float:left;
	padding-right:50px;
}
.disc_banner .study_badge .form_wrap h5
{
	margin-bottom:30px;
}
.disc_banner .study_badge .dir_wrap
{
	padding-top:135px;	
	width:50%;
	float:left;
	background:#e5e5e5;
	padding-left:50px;
}
.disc_banner .study_badge .dir_wrap .distance
{
	width:112px;
	float:left;
	padding-right:30px;
}
.disc_banner .study_badge .dir_wrap .distance p
{
	font-size:19px;
	text-align:left;
	padding-left:10px;
	margin-top:20px;
	color:#fe5000;
}
.disc_banner .study_badge .dir_wrap .distance p strong
{
	font-size:26px;
}
.disc_banner .study_badge .dir_wrap .getting
{
	width: 435px;
	float:left;
	padding-left:30px;
	border-left:solid 1px #fff;
}
.disc_banner .study_badge .dir_wrap .getting ul
{
	padding:0;
	list-style:none;
	display:flex;
	width:100%;
	margin-top:30px;
	margin-bottom:0;
}
.disc_banner .study_badge .dir_wrap .getting ul li
{
	
	flex-basis:25%;
	color:#fe5000;
	font-size:16px;
	padding-left:30px;
	position:relative;
	text-align:left;
}
.disc_banner .study_badge .dir_wrap .getting ul li span
{
	display:inline-block;
	color:#000;
	width:100%;
	font-weight:300;
	font-family: 'Noto Sans KR', sans-serif;
	position:relative;
	top:-3px;
}
.disc_banner .study_badge .dir_wrap .getting ul li .ico
{
	margin-top:8px;
	left:0;
	position:absolute;
	text-align:left;
}
.spl_offer .special_offer
{
	background: #e5e5e5 !important;
	margin:0;
}

.promo_badge
{
	background: #fe5000; /* Old browsers */
background: -moz-linear-gradient(left, #fe5000 0%, #fe5000 50%, #262626 50%,  #262626 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #fe5000 0%,#fe5000 50%,#262626 50%, #262626 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #fe5000 0%,#fe5000 50%,#262626 50%, #262626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5000', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
margin:0 0 40px;
}
.promo_badge .container_wrap
{
	width:1400px;
	max-width:100%;
	margin:0 auto;
	background:url(../images/disc_promo.png) transparent no-repeat right center;
}
.promo_badge .meetTeam
{
	width:50%;
	float:left;
	border-right:solid 3px #fff;
}
.promo_badge .meetTeam > div
{
	float:left;
	width:40%;
	padding-top:40px;
	/*padding-bottom:*/
}
.promo_badge .meetTeam > div * ,
.promo_badge .resource > div *
{
	color:#fff;
}
.promo_badge .meetTeam > div h4,
.promo_badge .resource > div h4
{
	margin-bottom:30px;
}
.promo_badge .meetTeam > div p,
.promo_badge .resource > div p
{
	font-size:20px;
	margin-bottom:30px;
	font-weight:300;
}
.promo_badge .meetTeam img
{
	float:right;
	max-width:50%;
}
.btn.trans
{
	background:transparent;
	border:solid 1px #fff;	
}
.btn.trans:hover
{
	background:#000;
	border:solid 1px #fff;	
}
.promo_badge .resource
{
	width:50%;
	float:left;
	
}
.promo_badge .resource > div
{
	padding:40px 0 0 40px;
	width:60%;
}
.promo_badge .resource > div p
{
	line-height:30px;
}
.promo_badge .resource > div p span
{
	color:#fe5000;
	padding:0 10px;
}
.btn_container
{
	margin:0 0 40px;
}
.btn_container .btn
{
	width:100%;
	font-size:20px;
	padding:7px 0 16px;
	height:auto;
	max-height:none;
}
.btn_container .btn i
{
	background:url(../images/loc_wt.png) transparent no-repeat center;
	width:22px;
	height:36px;
	display:inline-block;
	    position: relative;
    top: 13px;
    margin-right: 25px;
}

@media screen and (max-width: 1250px) 
{
	.disc_banner .study_badge .study_badge_wrap
	{
		height:auto;
	}
	body .disc_banner .bnr_wrap .tle_wrap
	{
		padding:20px;
	}
	.disc_banner .bnr_wrap .desc_wrap
	{
		padding: 15px 35px 0 35px;
	}
	.disc_banner .bnr_wrap .desc_wrap ul li
	{
		line-height:50px;
	}
	.disc_banner .study_badge
	{
		margin-top:320px;
	}
	.disc_banner .study_badge .dir_wrap
	{
		padding-left:20px;
	}
	.disc_banner .study_badge .dir_wrap .distance
	{
		padding-right:10px;
	}
	.disc_banner .study_badge .dir_wrap .getting
	{
		padding-left:10px;
	}
	.disc_banner .study_badge .dir_wrap .getting
	{
		width:355px;
	}
	.disc_banner .study_badge .dir_wrap .getting ul li
	{
		font-size:14px;
	}
	.promo_badge .meetTeam
	{
		padding-left:15px;
	}
	.promo_badge .container_wrap
	{
		background-position: 98% center;
		background-size:auto 50%;
	}
	#myModal
	{
		top: 85px;
	}
	#myModal button.close
	{
		top:30px;
	}
}
@media screen and (max-width: 1023px) 
{
	
	main.disc_landing
	{
		display:flex;
		flex-wrap:wrap;
	}
	main.disc_landing .heading
	{
		order:1;	
	}
	main.disc_landing .disc_banner
	{
		order:2;	
	}
	main.disc_landing .univ_lang 
	{
		order:3;	
	}
	main.disc_landing .spl_offer
	{
		order:4;
		margin-bottom:30px;	
	}
	main.disc_landing .promo_badge 
	{
		order:5;	
		    background: #fe5000;
	}
	main.disc_landing .btn_container 
	{
		order:6;	
	}
	.disc_banner .disc_banner_wrap > .container, .disc_banner .disc_banner_wrap > .container .row, .disc_banner .disc_banner_wrap > .container .row .col-sm-12
	{
		padding:0;
		overflow:hidden;
	}
	body .disc_banner .bnr_wrap
	{
		border:0;
		background:transparent;
	}
	.disc_banner .bnr_wrap .img_wrap
	{
		width:100%;
	}
	 .disc_banner .bnr_wrap .txt_wrap
	 {
		
		margin-top:20px;
		width: 92%;
		 margin-left:4%;
		     background: #fe5000;
	 }
	 .disc_banner .study_badge {
    margin-top: 130%;
	background:#d5d5d5 !important;
	margin-bottom:0;
	}
	.disc_banner .study_badge .form_wrap,
	.disc_banner .study_badge .dir_wrap
	{
		width:100%;
		padding-left: 50px;
		padding-right:50px;
	}
	.disc_banner .study_badge .form_wrap
	{
		padding-top:100px;
		padding-bottom:30px;
	}
	.disc_banner .study_badge .study_badge_wrap .col-sm-12
	{
		padding:0;
	}
	.disc_banner .study_badge .dir_wrap .distance
	{
		width:23%;
		
	}
	.disc_banner .study_badge .dir_wrap .getting
	{
		width:77%;
		padding-left:30px;
	}
	.disc_banner .study_badge .dir_wrap
	{
		padding-top:30px;
		padding-bottom:10px;
	}
	body main .univ_lang .multi-videos
	{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	body.single-discover .special_offer
	{
		margin-bottom:3px;
	}
	
	body.single-discover .special_offer img
	{
		width:100%;
		height:auto !important;
	}
	.promo_badge .meetTeam,
	.promo_badge .resource
	{
		width:100%;
		border:0;
	}
	.promo_badge .resource
	{
		background: url(../images/disc_promo.png) #262626 no-repeat 95% center;
		background-size: auto 75%;
	}
	.promo_badge .resource > div
	{
		padding:30px 0 0 15px;
	}
	body.single-discover .special_offer p
	{
		margin:0;
	}
	body.single-discover .special_offer p img
	{
		margin-top:15px;
	}
	.univ_lang .multi-videos div.container .row 
	{
		display:flex;
		flex-wrap:wrap;
	}
	.univ_lang .multi-videos div.container .row > div
	{		
		width:100%;
	}
	.univ_lang .multi-videos div.container .row > div:first-child
	{
		order:2;
	}
	.univ_lang .multi-videos div.container .row > div:last-child
	{
		order:1;
	}
	.univ_lang .multi-videos ul.muv-ul
	{
		width:100%;
		-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
	}
	
	.univ_lang .multi-videos ul.muv-ul li a.active:after
	{
		display:none;
	}
	.promo_badge .container_wrap
	{
		background:none !important;
	}
	.disc_banner .study_badge .form_wrap h5
	{
		margin-bottom:20px;
	}
	.ul_banner .col-sm-12
	{
		padding:0;
		display:flex;
		flex-wrap:wrap;
	}
	.ul_banner .col-sm-12 .landing_txt
	{
		
		order:2;
		width:100%;
	}
	
	.ul_banner .col-sm-12 .landing_bnr
	{
		
		order:1;
		width:100%;
	}
	body .multi-videos iframe, .modal-iframe iframe
	{
		position:relative;
		    max-width: 100%;
	}
	body.discover-template-default .multi-videos iframe { position:absolute; } 
	/*body.discover-template-default .col-sm-10.modal-iframe { margin-left:15px;margin-right:15px; }*/ 
	.ul_banner .landing_bnr .hat_icon
	{
		display:none;
	}
	.ul_banner .col-sm-12 .landing_txt .master, .ul_banner .col-sm-12 .landing_txt .desc
	{
		width:100%;
	}
	.ul_banner .col-sm-12 .landing_txt .desc
	{
		padding-bottom:0;
	}
	.ul_banner .landing_txt
	{
		padding-bottom:20px;
	}
}
@media screen and (max-width: 767px) 
{
	main.disc_landing .univ_lang .multi-videos div.container div.row
	{
		padding-top:0 !important;
	}
	main.disc_landing .univ_lang .multi-videos .container .row .col-sm-10
	{
		    display: flex !important;
	}
	/*body .multi-videos iframe, .modal-iframe iframe { position: absolute; }*/

	.disc_banner .study_badge .dir_wrap .getting ul
	{
		margin-top:20px;
	}
	.ul_banner .landing_txt .master
	{
		padding:30px 30px 30px 20px;
	}
	body.single-university .special_offer
	{
		margin:0;
	}
	body.single-university .special_offer img
	{
		margin-top:20px;
	}
	.ul_banner > .container
	{
		padding:0;
	}
	.ul_banner > .container > .row
	{
		margin:0;
	}
	section.ul_map .google-map
	{
		height:425px !important;
	}
	
	/*  RR (University) */
	.ul_banner .landing_bnr { height: 450px; }
	.ul_banner .landing_txt { padding-bottom: 0px; }
	.univ_info .ulAcc .panel-body .ul_acc_img { padding: 0px !important;padding-bottom: 10px !important;margin-top: 0px !important; }
	.univ_info .ulAcc .panel-body .ul_acc_det { display: block; padding:0px;margin-top: 80px;padding-bottom: 20px; }
	.ul_acc_det .dist { border-right: solid 0px #ccc; margin-bottom:20px; }
	.univ_info .ulAcc .panel-body ul { columns: 1;-webkit-columns: 1; -moz-columns: 1; }
	.univ_info .ulAcc .panel-body .sub-panel { width: 60%;float: left; }
	.ul_acc_det .dist:after {
		content: "";
		position:absolute;
		height: 230px;
		width: 1px;
		border-right: solid 1px rgba(255,255,255,0.5);
		margin-left: -85px;
		margin-top: -80px;
	}
	body .ul_acc_det .options ul
	{
		margin-bottom:30px !important;
	}
	.ul_acc_det .button_sec { flex-basis: unset;align-items: unset;justify-content: unset;display: unset; }
	.ul_acc_det .options li i { width:30px; }
	.univ_info .ulAcc .panel-body p, .univ_info .ulAcc .panel-body li { font-size: 13px; line-height: 16px; margin-bottom: 8px; }
	.univ_info .ulAcc .panel-body h3 { font-size: 24px;  }
	.univ_info .ulAcc .panel-body li::marker {color: #fe5000; }
	.univ_lang .multi-videos div.container div.row { padding-top: unset; }
	.univ_lang { padding: 15px 0; }
	.ul_banner .landing_txt { margin-bottom: 25px; }
	.ul_banner .landing_txt .desc { padding:30px 30px 30px 20px; }
	body.single-discover .special_offer, body.single-university .special_offer
	{
		padding:20px;
	}
	.ul_acc_det .options ul
	{
		max-width:100%;
		float:right;
		width:200px;
	}
	.room-mc .spl_offer
	{
		float:none;
	}
	.room-mc .spl_offer .col-sm-6
	{
		margin-bottom: 15px;
	}
	.special_offer p img { height: auto; }
	.booking-summary .col-sm-12 h4 { font-size: 24px; }
	.booking-summary .col-sm-12 p { font-size: 16px; }
	
}
@media screen and (max-width: 640px) { 
	.ul_banner .landing_bnr { height: 350px; } 
	.ul_banner .landing_txt h2 { font-size: 26px;}
	.ul_acc_det .options ul
	{
		max-width:175px;
		width:175px;
	}
	.booking-summary .col-sm-12 { padding: 20px 30px 15px; }
	.booking-summary .col-sm-12 h4 { font-size: 24px; }
	.booking-summary .col-sm-12 p { width:100%;font-size: 16px;margin-bottom: 10px; }
	.booking-summary .col-sm-12 a { float:none; }
}
@media screen and (max-width: 470px) { 
	.ul_acc_det .options ul
	{
		max-width:100%;
		width:150px;
	}
	#myCarousel .button-container .btn.icobtn
	{
		padding-left:10px;
		padding-right: 49px;
	}
}
@media screen and (max-width: 414px) { 
	.ul_banner .landing_bnr { height: 280px; } 
	.ul_banner .landing_txt h2 { font-size: 22px;}
	.ul_banner .landing_txt .master { padding: 20px 20px; }
	.ul_banner .landing_txt .desc { padding: 15px 20px; }
	.ul_banner .landing_txt { margin-bottom: 15px;}
	.ul_banner .landing_txt .desc p { font-size: 14px; line-height: 18px; margin: 0 0 10px; }
}
@media screen and (max-width: 410px) { 
	.ul_acc_det .options ul
	{
		max-width:100%;
		width:auto;
	}
	#myCarousel .button-container .btn.icobtn {
    padding-left: 10px;
    padding-right: 40px;
}
#myCarousel .button-container .btn.icobtn .ico
{
	right: 5px;
}
}
@media screen and (max-width: 375px) { 
	.ul_banner .landing_bnr { height: 250px; } 
	.ul_banner .landing_txt h2 { font-size: 22px;}
	.ul_acc_det .dist:after { margin-left: -75px;height: 275px; }
}
@media screen and (max-width: 320px) { 
	.ul_banner .landing_bnr { height: 225px; } 
	.ul_banner .landing_txt h2 { font-size: 20px;}
	.ul_banner .landing_txt .master { padding: 20px 30px; }
	.ul_acc_det .dist:after { margin-left: -65px;height: 367px; }
}
@media screen and (max-width: 640px) 
{
	.disc_banner .bnr_wrap .tle_wrap h4
	{
		font-size:20px;
	}
	.disc_banner .bnr_wrap .desc_wrap ul
	{
		margin-bottom:20px;
	}
	.disc_banner .bnr_wrap .txt_wrap
	{
		width:86%;
		margin-left:7%;
	}
	.disc_banner .bnr_wrap .desc_wrap ul li
	{
		font-size:16px;
		line-height:40px;
	}
	.disc_banner .study_badge .form_wrap, .disc_banner .study_badge .dir_wrap
	{
		padding-left:30px;
		padding-right:30px;
	}
	.disc_banner .study_badge .form_wrap h5
	{
		margin-bottom:20px;
	}
	.disc_banner .study_badge .dir_wrap .getting
	{
		padding-left:0px;
		border:0;
		width:100%;
	}
	.disc_banner .study_badge .dir_wrap .distance
	{
		display:none;
	}
	.disc_banner .study_badge .dir_wrap .distance p
	{
		padding-left:0;
	}
	main.disc_landing .univ_lang
	{
		padding:20px 0;
	}
	main .promo_badge .meetTeam > div,
	.promo_badge .resource > div
	{
		padding-top:20px;
	}
	.promo_badge .resource > div
	{
		width:67%;
	}
	.promo_badge .meetTeam > div h4,
	.promo_badge .resource > div h4
	{
		font-size:20px;
		margin-bottom:15px;
	}
	.promo_badge .meetTeam > div p,
	.promo_badge .resource > div p
	{
		font-size:16px;
		line-height:20px;
		margin-bottom:15px;
	}
	.promo_badge .meetTeam > div p:last-child
	{
		margin:0;
	}
	.promo_badge .resource
	{
		background-size:auto 60%;
	}
	main .btn_container .btn
	{
		font-size: 16px;
    padding: 0px 0 10px;
	}
	.disc_banner .bnr_wrap .desc_wrap
	{
		padding:15px;	
	}
	.disc_banner .bnr_wrap .desc_wrap ul li .ico
	{
		left:-10px;
	}
	.disc_banner .bnr_wrap .desc_wrap:before
	{
		left:21px;
	}
	.promo_badge .resource > div p span
	{
		padding:0 4px;
	}
	body.single-discover .special_offer h3, body.single-university .special_offer h3, .room-mc .spl_offer h3, .features .special_offer h3
	{ 
		font-size: 22px; 
	}
	body.single-discover .special_offer h5, body.single-university .special_offer h5, .room-mc .spl_offer h5, .features .special_offer h5
	{
		font-size:18px;
    	line-height: 24px;
	}
	body.single-discover .spl_offer p, body.single-discover .special_offer p, body.single-university .spl_offer p, body.single-university .special_offer p, .room-mc .spl_offer p, .features .special_offer p
	{
		font-size:16px;
    	line-height: 24px;
	}
	section.ul_map .google-map
	{
		height:350px !important;
	}
	.univ_info .ulAcc .panel-body > div
	{
		padding:20px 20px 20px 10px;
	}
	.univ_info .ulAcc .panel-body ul
	{
		padding-left:10px;
	}
	body main section.heading.ul_page
	{
		/*display:none;*/
	}
}
@media screen and (max-width: 414px) { 
	body.single-discover .special_offer h5, body.single-university .special_offer h5, .room-mc .spl_offer h5, .features .special_offer h5
	{
		font-size:16px;
    	line-height: 20px;
	}
	body.single-discover .spl_offer p, body.single-discover .special_offer p, body.single-university .spl_offer p, body.single-university .special_offer p, .room-mc .spl_offer p, .features .special_offer p
	{
		font-size:14px;
    	line-height: 18px;
	}
}
@media screen and (max-width: 410px) 
{
	body .promo_badge .meetTeam > div
	{
		width:50%;
		padding-top:10px;
	}
	body .promo_badge .meetTeam > div h4,body .promo_badge .meetTeam > div p
	{
		margin-bottom:10px;
	}
	body .disc_banner .bnr_wrap .desc_wrap ul li
	{
		font-size:15px;
	}
}


/* Crisis Alert CSS */
#crs_alert
{
	position:fixed;
	width:100%;
	left:0;	
	overflow:hidden;
	bottom:0;
	background:rgba(0,0,0,0.9);
	 -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index:99;
}
#crs_alert .tlgBtn
{
	background-color: #ff3900;
	line-height:80px;
	font-size:30px;
	font-family: 'Noto Sans KR';
	color:#fff;
	text-decoration:none;
	width:100%;
	display:block;
	padding-left:0px;
	text-transform:uppercase;
	position:relative;
	 -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	
}
div#crs_alert .container:before {
    content: "";
    position: absolute;
    background-color: #ff3900;
    height: 80px;
    width: 100%;
    left: 0;
}
#crs_alert .tlgBtn:after
{
	background: url(../images/big_arw.png) 0 0 no-repeat;
	width:50px;
	height:30px;
	position:absolute;
	right:0px;
	top:25px;	
  content:'';
   -webkit-transition: .5s 1s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
      background-size: contain;
}
#crs_alert.shut .tlgBtn:after
{
	-ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
   -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  top:15px;
  width:40px;
	height:20px;
}
#crs_alert.shut .tlgBtn
{
	line-height:50px;
	font-size:20px;
	 -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#crs_alert.shut
{
	max-height:50px !important;
	 -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#crs_alert.alrt_open {
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#crs_alert .content_alrt
{
	padding:30px 0;
}

#crs_alert .content_alrt p
{
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin:0 0 25px;
}

#crs_alert .content_alrt .btn
{
	font-size:21px;
	line-height:60px;
	padding:0 25px;
	height:60px;
	font-weight:normal;
}
#crs_alert .content_alrt .btn + .btn
{
	margin-left:25px;
}

#crs_alert .content_alrt .btn.white
{
	box-shadow: inset 0 0 0 1px #828283;
	background:transparent;
	text-transform:none;
}
#crs_alert .content_alrt .btn.white:hover
{
	    background: #262626;
		box-shadow: inset 0 0 0 1px #262626;
}
#crs_alert .content_alrt .ft_txt p
{
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin:0;
}
#crs_alert .content_alrt .ft_txt p a
{
	color:#ff3900;
	text-decoration:underline;
}


@media screen and (max-width: 767px) 
{ 

	#crs_alert .content_alrt  p
	{
		font-size:15px;
		line-height:19px;
		margin:0 0 15px;
	}
	#crs_alert .content_alrt .ft_txt p
	{
		font-size:13px;
		line-height:17px;
	}
	#crs_alert .tlgBtn
	{
		font-size:24px;
		line-height:50px;
		padding-left: 10px;
		padding-right:10px;
	}
	div#crs_alert .container:before
	{
		height:50px;
	}
	#crs_alert .content_alrt
	{
		padding:20px 10px;
	}
	#crs_alert .content_alrt .btn
	{
		font-size:14px;
		line-height:35px;
		padding:0 15px;
		height:35px;
		font-weight:normal;
		width:100%;
	}
	#crs_alert .tlgBtn:after
	{
		width: 25px;
    height: 15px;
	right:10px;
	    top: 18px;
	}
	#crs_alert .content_alrt .btn + .btn
	{
		margin-left:0;
		margin-top:15px;
	}
	.master_banner .tab-content .univ .owl-carousel li p
	{
	font-size:12px;
	}
}
#bk-sum h2
{
	background: #fe5000;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .06em;
	width:100%;
	padding: 8px 5px 15px 20px;
	margin-bottom:0;
}
#bk-sum h2 a
{
	float:right;
	margin-right:20px;
	color: #ffffff !important;
    letter-spacing: normal !important;
    width: 120px;    
    text-transform: none;
    box-shadow: inset 0 0 0 1px #fff !important;
}

body main section.generic #bk-sum table thead th {
	background: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
	letter-spacing:normal;
	 text-transform:none;
	color: #000;
    padding: 20px 5px 10px 10px;
	font-weight:300;
	border:0;
}
body main section.generic #bk-sum table tbody tr td
{
	 font-size: 15px;
	 border:0;
}
#bk-sum  .table-bordered>thead>tr>td,#bk-sum  .table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}
body main section.generic #bk-sum table thead th:last-child
{
	text-align:left;
}
body.page-template-tpl-booking-summary main section.generic #bk-sum table tr th:first-child,
 body.page-template-tpl-booking-summary main section.generic #bk-sum table tr td:first-child
 {
	 padding-left:10px !important;
 }
 body main section.generic #bk-sum table tbody tr:nth-child(odd)
 {
	 background:#ebebed;
 }

 body main section.generic #bk-sum table tbody tr:nth-child(even)
 {
	 background:#ffffff;
 }
@media screen and  (max-width: 1024px) {
	body main section.generic #bk-sum table thead th:last-child
{
	text-align:right;
}
body main section.generic #bk-sum table thead th 
{
	padding-top:8px;
}
	#bk-sum h2
	{
		font-size:16px;
		padding-left:10px;
	}
	#bk-sum h2 a
	{
		    line-height: 30px;
    height: 30px;
		padding:0 10px;
		margin-right:0px;
		max-width:100px;
	}
	
	
	
	#bk-sum .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	#bk-sum * html .cf { zoom: 1; }
	#bk-sum *:first-child+html .cf { zoom: 1; }
	
	#bk-sum table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	#bk-sum th,
	#bk-sum td { margin: 0; vertical-align: top; }
	#bk-sum th { text-align: left; }
	
	#bk-sum table { display: block; position: relative; width: 100%; }
	#bk-sum thead { display: block; float: left; }
	#bk-sum tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	#bk-sum thead tr { display: block; }
	#bk-sum th { display: block; text-align: right; min-height:61px}
	#bk-sum tbody tr { display: inline-block; vertical-align: top; }
	#bk-sum td { display: block; min-height: 1.25em; text-align: left; min-height:61px }
 
 
	/* sort out borders */
 
	#bk-sum th { border-bottom: 0; border-left: 0; }
	#bk-sum td { border-left: 0; border-right: 0; border-bottom: 0; }
	#bk-sum tbody tr { border-left: 0px solid #babcbf; }
	#bk-sum th:last-child,
	#bk-sum td:last-child { border-bottom: 1px solid #babcbf; }
	
	
	body:not(.home) .header nav #menu-desktop-menu li > ul.sub-menu li, body:not(.home) .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu li  {
  margin: 0 0px !important;
}
	body:not(.home) .header nav #menu-desktop-menu li > ul.sub-menu, body:not(.home) .header nav #menu-desktop-menu-chinese-simplified li > ul.sub-menu
	{
		padding-top:0 !important;
	}
	.header.fixed-header a.back-to-top {
		display:none;
	}
}



/* pre booking date css */

.pb_date
{
	width:100%;
	max-width:600px;
	margin:0 auto;
	display:block;
	background:#eeeeee;
	text-align:left;
}
.pb_date .title
{
	font-size:15px;
	background:#dbd9d9;
	line-height:57px;
	font-family: 'Noto Sans KR';
	text-align:left;
	padding-left:25px;
	margin:0;
}
.pb_date .content-sec
{
	padding:20px 25px;
}
.pb_date .content-sec p
{
	font-size:13px;
	color:#393939;
	line-height:17px;
}
.pb_date .content-sec label
{
	font-size:13px;
	font-family: 'Noto Sans KR';
	color:#000;
}
.pb_date .content-sec label:before
{
	border:solid 1px #6c6c6c;
}
body.single .blog_det a:not(.btn), .blog_det a:not(.btn):focus, .blog_det a:not(.btn):visited {
	color: #fe5000 !important;
}

/* new color change only in int site */

.master_banner li .txt_container
{
  background-color: #fe5000;
  border-bottom: solid 7px #fe5000;
}
.master_banner li.active .txt_container
{
  background-color: #262626;
  border-bottom: solid 7px #262626;
}
.master_banner li .txt_container i, .master_banner .tab-content .active .txt_container i {
  background-color: #262626;
}
.master_banner li.active .txt_container i, .master_banner .tab-content .active .txt_container i {
  background: #fe5000;
}
.master_banner .tab-content .orangeBg
{
  background-color: #262626;
}
.master_banner .tab-content .orangeBg:after, .master_banner .tab-content .darkBg::after
{
  border-top: 25px solid #262626;
}
.master_banner .tab-content .orangeBg h4, .master_banner .tab-content .orangeBg p{
  text-align: center;
}