@charset "ISO-8859-1";
/* 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: VAGRoundedStd-Black by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/vag-rounded/black/
 * 
 * Webfont: VAGRoundedStd-Thin by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/vag-rounded/thin/
 * 
 * Webfont: VAGRoundedStd-Light by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/vag-rounded/light/
 * 
 * Webfont: VAGRoundedStd-Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/vag-rounded/bold/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3551754
 * Licensed pageviews: 2,500,000
 * Webfonts copyright: Copyright &#x00A9; 2015 Monotype GmbH. All rights reserved.
 * 
 * � 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/*Oct2nd2020*/

@font-face {
  font-family: 'VAGRoundedStd-Black';
  src: url('webfonts/36320A_0_0.eot');
  src: url('webfonts/36320A_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36320A_0_0.woff2') format('woff2'), url('webfonts/36320A_0_0.woff') format('woff'), url('webfonts/36320A_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'VAGRoundedStd-Thin';
  src: url('webfonts/36320A_1_0.eot');
  src: url('webfonts/36320A_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36320A_1_0.woff2') format('woff2'), url('webfonts/36320A_1_0.woff') format('woff'), url('webfonts/36320A_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'VAGRoundedStd-Light';
  src: url('webfonts/36320A_2_0.eot');
  src: url('webfonts/36320A_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36320A_2_0.woff2') format('woff2'), url('webfonts/36320A_2_0.woff') format('woff'), url('webfonts/36320A_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'VAGRoundedStd-Bold';
  src: url('webfonts/36320A_3_0.eot');
  src: url('webfonts/36320A_3_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36320A_3_0.woff2') format('woff2'), url('webfonts/36320A_3_0.woff') format('woff'), url('webfonts/36320A_3_0.ttf') format('truetype');
}
/*Common  */
body {
  margin: 0;
  padding: 0;
  font-family: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Light', sans-serif;	
	font-size:18px;
	margin:0 0 8px;
	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;
}	
.darkBg
{
	background-color:#262626;
}	
.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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Light', sans-serif !important;
  width: 100%;
  border: solid 1px #d6d6d6;
}
textarea {
  line-height: 26px;
  padding: 15px!important;
  font-size: 18px !important;
  font-family: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Light', sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px;
}
p.lg {
  font-size: 18px;
}
p.sm {
  font-size: 14px;
  font-family: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Bold', sans-serif;
}
.subfooter a
{
	font-size:13px;
	font-family: 'VAGRoundedStd-Bold', 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: 'VAGRoundedStd-Bold', 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*/

h1.blk_tle, h4.blk_tle
{
  width:100%;
  font-size: 28px;
  padding:50px 50px 30px 50px;
  background-color: #fe5000;
  color: #fff;
  letter-spacing:1px;
  max-width:100%;
      display: flex;
    align-items: flex-end;
    max-height: 155px;
}
.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.bnr-vid {
    width: 100%;
    max-height: 850px;
    overflow: hidden;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
}
.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;*/
      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: 'VAGRoundedStd-bold', 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, .master_banner .tab-content .darkBg
{
	padding-top:100px;
	padding:25px 40px 20px;
}
.master_banner .tab-content .orangeBg h4,  .master_banner .tab-content .darkBg h4
{
	color:#fff;
	margin-bottom:5px;
	font-size:26px;
}
.master_banner .tab-content .orangeBg p,  .master_banner .tab-content .darkBg p
{
	color:#fff;
	margin-bottom:25px;
}

.master_banner .tab-content .orangeBg:after , .master_banner .tab-content .darkBg::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,  .master_banner .tab-content .darkBg p.lnk {
    position: absolute;
    right: 15px;
    top:33px;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    text-decoration: underline;
    font-family: 'VAGRoundedStd-Light';
}
.master_banner.city .tab-content .orangeBg:after, .master_banner.city .tab-content .darkBg:after
{
	left:50%;
	margin-left:-25px;
}
.sydney .master_banner.city .tab-content .orangeBg:after, .sydney .master_banner.city .tab-content .darkBg: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:  center;
}
.master_banner.city .tab-content .cts li
{
	margin-left: 10px;
  margin-right: 10px;
}
.sydney .master_banner.city .tab-content .cts
{
	justify-content: space-between;
}
body.student-accommodation-sydney .master_banner.city .tab-content .cts
{
  justify-content: space-between;
}

.sydney .master_banner.city .tab-content .cts::after, body.student-accommodation-sydney .master_banner.city .tab-content .cts::after
{
  content: '';
  padding: 0;
  width: calc(33% - 10px);
  margin-bottom: 20px;
}
.master_banner .tab-content #brisbane .cts, 
.master_banner .tab-content #melbourne .cts
{
	    justify-content: center;
}
html[lang="ms-MY"] .master_banner .tab-content #melbourne .cts,
html[lang="es-ES"] .master_banner .tab-content #melbourne .cts
{
    justify-content: space-between;
}
.master_banner .tab-content #brisbane .cts li, 
.master_banner .tab-content #melbourne .cts li
{
	    margin-left: 10px;
      margin-right: 10px;
}
.sydney .master_banner.city .tab-content .cts li, 
body.student-accommodation-sydney .master_banner.city .tab-content .cts li,
html[lang="ms-MY"] .master_banner .tab-content #melbourne .cts li,
html[lang="es-ES"] .master_banner .tab-content #melbourne .cts li
{
	margin-left: 0;
  margin-right: 0;
}
.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 li::after
{	
	 padding:0;
	 width: calc(33% - 10px);
   margin-bottom: 20px;
}
.master_banner .tab-content .cts li::after
{
  content: '';
}
.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:200px;
	 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;
}
/*
.master_banner .tab-content .univ  .syduniv
{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.master_banner .tab-content .univ  .syduniv li 
{
  flex:0 0 20%;
  max-width: calc(20% - 10px);
  margin-bottom: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 200px;
  padding: 0;
  position: relative;
}
.master_banner .tab-content .univ  .syduniv li::before 
{
  display: none;
}
.master_banner .tab-content .univ  .syduniv li::after 
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  content: '';
  z-index: 2;
  opacity: 0;
}
.master_banner .tab-content .univ  .syduniv li  p
{
  position: absolute;
  width: 90%;
  text-align: center;
  color: #fff;
  margin: 0;
  z-index: 9;
  opacity: 0;
}
.master_banner .tab-content .univ  .syduniv li:hover p, .master_banner .tab-content .univ  .syduniv li:hover::after
{
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
*/

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: 'VAGRoundedStd-Light', 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:400px;
	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:450px;
	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 80px 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 ul li, 
section.tiles .container .tile_container .row-3 .data-cont p,
section.tiles .container .tile_container .row-2 .data-cont ul li,
section.tiles .container .tile_container .row-2 .data-cont p,
section.tiles .container .tile_container .row-1 .data-cont ul li,
section.tiles .container .tile_container .row-1 .data-cont p
{
  font-size: 16px;
}
section.tiles .container .tile_container .row-3 .data-cont h4
{
	width:450px;
	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: 'VAGRoundedStd-Light', 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: 'VAGRoundedStd-Bold', 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;
	font-family: 'VAGRoundedStd-light', sans-serif;
}*/
section.blog_det h1
{

	font-size: 22px;
	margin-bottom:15px;
	font-weight:bold;
    color: #fe5000;
    line-height: 1.4;
    text-transform: uppercase;
	font-family: 'VAGRoundedStd-light', 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;
}
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;
	}
  /*.master_banner .tab-content .univ .syduniv li 
  {
    flex: 0 0 25%;
    max-width: calc(25% - 10px);
  }*/
}
@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;
	}
  .master_banner .tab-content .univ .syduniv li 
  {
    height: 150px;
  }
}
@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, .master_banner h1.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: 220px 30px 15px 45px;
  }
  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, .master_banner h1.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, .master_banner h1.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;
    padding-bottom: 20px;
	}
	.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(3n)
	{
		margin-right:0;
	}

.master_banner .tab-content .cts li
{
	margin-right:10px;
}
.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)
{
 /* .master_banner .tab-content .univ .syduniv li 
  {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
  }*/
	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, .master_banner h1.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 .tab-content #sydney .cts li
	{
		width:calc(50% - 10px);
		margin-right:0;
	}
	.master_banner.city .tab-content #sydney .cts,
  .master_banner .tab-content #brisbane .cts, .master_banner .tab-content #melbourne .cts
	{
		 justify-content: space-between;
	}
	.master_banner.city .tab-content #sydney .cts li,
   .master_banner .tab-content #brisbane .cts li, .master_banner .tab-content #melbourne .cts li
	{
		width:48%;
		margin:0;
	}
	.sydney .master_banner .tab-content #sydney .cts li
	{
		width:31%;
		margin-right:10px;
		margin-bottom:10px;
	}
	.sydney .master_banner .tab-content #sydney .cts li:nth-child(3)
	{
		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;
	}
	.master_banner .tab-content .univ .owl-carousel li p
	{
	font-size:12px;
	}
}
@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;
}
body.single .blog_det a:not(.btn), .blog_det a:not(.btn):focus, .blog_det a:not(.btn):visited {
	color: #fe5000 !important;
}
body.post-template-default.single ol
{
	    padding-left: 18px;
}
body.post-template-default.single ol li
{
	    font-family: 'VAGRoundedStd-Light', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
}
body.post-template-default.single h2,
body.post-template-default.single h3,
body.post-template-default.single h4
{
	    margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
	.master_banner .img_wrap.bnr-vid {
		height: 210px;
		overflow: hidden;
		margin-top: -45px;
	}
}
@media screen and (max-width: 992px) {
	.master_banner .img_wrap.bnr-vid {
		overflow: hidden;
	}
}
@media screen and (max-width: 767px) {
	.master_banner .img_wrap.bnr-vid {
		height: 210px;
		margin-top: -45px;
	} 
  body main section.contactfooter .btn-cont .btn.dark
  {
    text-wrap: auto;
    height: auto;
    line-height: 24px;
    padding: 10px;
  }
  body .master_banner .img_wrap
  {
    height: 180px;
  }
  body .master_banner .img_wrap > img
  {
    height: 100%;
    width: auto;
  }
  .master_banner .nav li h4
  {
    line-height: 40px;
  }
  section.tiles .container .tile_container .rows .data-cont h4
	{
		width:75%;
	}
}


/* 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;
}