/***** Navbar Styles ******/
.tif.container {
  max-width: 1020px;
}
.tif.navbar .tif.container {
	width: 1020px;
}
.tif.white-bar .tif.container.phl-nav {
	width: 100%;
}
.tif.container.drop-frame {
	max-width: none;
}
.tif h1,
.tif h2,
.tif h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.tif br{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px !important;
}


/**  This bit keeps the top menu aligned to the right ALWAYS! **/
/*
.tif.navbar-default .tif.navbar-collapse {
  float: right;
  margin-right: 15px;
}
*/


.tif.navbar-default .tif.navbar-collapse,
.tif.navbar-default .tif.navbar-form {
  background-color: #1c2833;
  color: #ffffff;
}
.tif.navbar-default .tif.navbar-brand {
  color: #ffffff;
  letter-spacing: 0em;
  padding-right: 140px;
  margin-top: 2px;
  text-transform: capitalize;
}
.tif.nav-logo {
  position: relative;
  height: 93px;
  width: 91px;
  background-image: url('../img/PHL_GrayLogo_forweb-sm.jpg');
  background-image: none, url('../img/PHL_Logo_Gray_web.svg'), url('../img/PHL_GrayLogo_forweb-sm.jpg');
  background-size: 100% 100%;
  display: block; /* was inline-block */
}
.tif.nav-logo#navIE {
  background-image: url('../img/phl-nav-h-sm.jpg');
}
.tif.navbar-default {
  border: none;
  background-color: #1c2833;
  color: #ffffff;
  font-size: 11px !important;
  text-transform: uppercase;
}
.tif.navbar-default a:hover {
  color: #a7a7a7;
}
.tif.navbar-default .tif.navbar-nav > .tif.active > a,
.tif.navbar-default .tif.navbar-nav > .tif.active > a:hover,
.tif.navbar-default .tif.navbar-nav > a {
  background-color: #1c2833;
  color: #ffffff;
}
.tif.navbar-default .tif.navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 11px !important;
}
.tif.navbar-brand {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 12px;
}
.tif.navbar-brand a {
  color: #ffffff;
}
.tif.navbar-brand a:hover {
  color: #35acb9 !important;
}
.tif.navbar-default .tif.navbar-nav > .tif.open > a,
.tif.navbar-default .tif.navbar-nav > .tif.open > a:hover,
.tif.navbar-default .tif.navbar-nav > .tif.open > a:focus {
  color: #fff !important;
  background-color: #1c2833;
}
.tif.tnav .tif.navbar .tif.container {
  height: 35px !important;
}
.dropdown-menu{
  position: absolute;
  margin-top: 2px;
  top: 100%;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  display: none;
  float: left;
  min-width: 160px;
  padding: 6px 0;
  margin: 11px 0 0;
  list-style: none;
  font-size: 11px !important;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: white;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu li {
  border-bottom: 1px solid #b0b0b0;
   font-size: 11px !important;
}
.dropdown-menu li a {
  color: #1c2833;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.tif.btn.tif.m-glass img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.tif.nav-offset {
  background: #fff;
  height: 133px;
  position: relative;
}
.tif.scroll-shadow {

}
.tif.navbar-brand:hover {
  color: #35acb9;
}
.tif.form-control {
  border: none;
  border-radius: 0px;
  background-color: #105d69;
  color: #ffffff;
  height: 25px;
  width: 121px;
  margin-left: 0px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-left: -5px;
  margin-top: 5px;
  margin-right: 0;
  padding-right: 0;
  cursor: pointer;
}
input,
textarea,
select,
a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.tif.fixed-bar {
  position: relative;
}
.tif.navbar-fixed-top {
  height: 20px;
  /* Whatever you want. */
}
.tif.navbar-collapse.collapse {
  height: 35px !important;
}
.tif.navbar-nav > li > a {
  padding-top: 8px !important;
  padding-bottom: 5px !important;
}
.tif.navbar {
  min-height: 35px !important;
}
.tif.navbar-brand {
  padding-top: 6px;
  padding-bottom: 0;
}
.tif.navbar-brand:hover {
  color: #35acb9 !important;
}
.tif.navbar-form.tif.navbar-right {
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.tif.navbar-form.navbar-right div input[type=text] {
  outline: none;
}
.tif.navbar-form.navbar-right div input[type=text]:focus {
  outline: none;
}
.tif.dropdown-toggle {
  height: 35px;
  font-size: 11px;
}
.tif.navbar-right .tif.btn {
  background-color: #105d69;
  border: none;
  border-radius: 0px;
  height: 25px;
  margin-right: 0px;
  margin-top: 5px;
}
.tif.white-bar {
  background: #fff;
  z-index: 530;
  position: fixed;
  width: 100%;
  overflow: visible;
  margin-top: 35px;
  -webkit-box-shadow: 0 5px 20px -10px #9f9f9f;
   -moz-box-shadow: 0 5px 20px -10px #9f9f9f;
   box-shadow: 0 5px 20px -10px #9f9f9f;
}
.tif.white-bar .tif.nav-blocks {
  position: relative;
  height: 90px;
  width: 90px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
}
.tif.white-bar .tif.nav-blocks:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 90px 50px rgba(0, 0, 0, 0.2);
}
.tif.white-bar .tif.container.tif.phl-nav {
  z-index: 1040;
  background: #fff;
  border-top: 4px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.row {
  width:100% !important;
  min-width:1020px;
  padding-right: 15px;
}
.tif.white-bar .tif.container.tif.phl-nav ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.tif.white-bar .tif.container.tif.phl-nav ul.sub-nav-center {

}
.tif.white-bar .tif.container.tif.phl-nav ul li {
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 29px;
  display: inline-block; /* changed from inline to inline-block */
}
.tif.white-bar .tif.container.tif.phl-nav ul li:hover {
  text-decoration: none;
}
.tif.white-bar .tif.container.tif.phl-nav ul .tif.visit {
  display: inline-block;
}
.tif.white-bar .tif.container.tif.phl-nav ul .tif.visit a {
  margin-top: 10px;
}
.tif.white-bar .tif.container.tif.phl-nav ul .tif.visit:hover {
  text-decoration: none;
}
.tif.white-bar .tif.container.tif.phl-nav ul .tif.visit > span {
  position: relative;
  height: 90px;
  width: 90px;
  display: block;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  background-color: #c8d746;
  line-height: 90px;
  vertical-align: top;
}
.tif.white-bar .tif.container.tif.phl-nav ul .tif.visit > span:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 90px 50px rgba(0, 0, 0, 0.2);
}
.tif.white-bar .tif.container.tif.phl-nav ul .tif.meet {
  /*padding: 40px 19px 37px;
					margin-top: 34px;*/
  display: inline-block;
}
.tif.white-bar .tif.container.tif.phl-nav ul .tif.meet > span {
  position: relative;
  height: 90px;
  display: block;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  background-color: #35acb9;
  line-height: 90px;
  width: 90px;
  vertical-align: top;
}
.tif.white-bar .tif.container.tif.phl-nav ul .tif.meet span:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 90px 50px rgba(0, 0, 0, 0.2);
}
.tif.white-bar .tif.container.tif.phl-nav ul .tif.meet:hover {
  text-decoration: none;
}
ul li a img.menu-icon {
  margin: 0;
  padding: 0;
}
.tif.white-bar ul li a img.menu-icon {
    padding: 3px 15px 5px 1px;
    vertical-align: middle;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.visit > span:hover:after,
.tif.white-bar .tif.container.tif.phl-nav .tif.meet > span:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.visit span .tif.arrow,
.tif.white-bar .tif.container.tif.phl-nav .tif.meet span .tif.arrow {
  -webkit-transition: all 0.04s ease-in-out;
  -moz-transition: all 0.04s ease-in-out;
  -o-transition: all 0.04s ease-in-out;
  -ms-transition: all 0.04s ease-in-out;
  transition: all 0.04s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../img/arrow-white.png') no-repeat;
  background-position: -20px 30px;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.visit > span.tif.hovering .tif.arrow,
.tif.white-bar .tif.container.tif.phl-nav .tif.meet > span.tif.hovering .tif.arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tif.white-bar .tif.container.tif.phl-nav .tif.sub-nav-left {
  padding-right: 0;
  margin-right: -15px;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.sub-nav-left ul {
  max-height: 90px;
  margin: 0;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.sub-nav-left ul li {
	top: 0;
	float: left;
	padding-right: 5px;
  z-index: 99999;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.travel-pros {

}
.tif.white-bar .tif.container.tif.phl-nav .tif.travel-pros ul {
  border-right: 1px solid #9f9f9f;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.meeting-pros {

}
.tif.white-bar .tif.container.tif.phl-nav .tif.meeting-pros ul {
  border-right: 1px solid #9f9f9f;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.inter-travel ul {
  margin-left: 4px;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.nav-prof ul {
  position: absolute;
  line-height: 20px;
  width: 100%;
  border-right: 1px solid #b2;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.nav-prof ul li {
  display: block;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.nav-prof a {
  color: #9f9f9f;
  line-height: 10px;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.nav-prof ul li a span {
  width: 100%;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
  font-style: italic;
  display: block;
  font-size: 10px;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.nav-prof a:hover {
  color: #1c2833;
  text-decoration: none;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.prof-left {
  background-color: green;
  width: 1%;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.prof-right {
  background-color: #f55261;
  width: 1%;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.col-sm-2.tif.sub-nav-right {
    float: right;
    margin: 5px 0 0;
    padding: 0 10px 0 0;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.sub-nav-right li {
    width: 100%;
    margin: auto;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.sub-nav-right a {
  color: #1c2833;
  border-bottom: 1px solid #9F9F9F;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #1c2833;
  padding: 0px 0px 2px 0px;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tif.white-bar .tif.container.tif.phl-nav .tif.sub-nav-right a:hover {
  text-decoration: none;
  color: #35acb9;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.sub-nav-right li:last-child a {
  border-bottom: none;
}
.tif.white-bar .container.phl-nav .visit > div:hover:after,
.tif.white-bar .container.phl-nav .meet > div:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tif.white-bar .container.phl-nav .visit div .arrow,
.tif.white-bar .container.phl-nav .meet div .arrow {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../img/arrow-white.png') no-repeat;
  background-position: -20px 30px;
}
.tif.white-bar .container.phl-nav .visit > span.hovering .arrow,
.tif.white-bar .container.phl-nav .meet > span.hovering .arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tif.breadcrumbs {
  background-color: #1c2833;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 11px;
  padding: 10px 0;
  color: #35acb9;
}
.tif.breadcrumbs a {
  color: #35acb9;
}
.tif.breadcrumbs a:hover {
  text-decoration: underline;
}
.tif.breadcrumbs span.tif.last-bread {
  color: #ffffff;
  font-weight: 700;
}
.tif.white-line {
  width: 100%;
  height: 20px;
  border-top: 1px solid #ffffff;
  float: left;
  margin: 0 15px;
}
.tif.drop-frame {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: -250px;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0;
  height: 220px;
  width: 100%;
  margin: 0;
  z-index: -99;
}
.tif.drop-frame.tif.hovering {
  left: 0;
  top: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
}
.tif.drop-nav {
  position: relative;
  height: 100%;
  width: 990px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tif.drop-frame {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tif.drop-frame .tif.drop-nav {
  background-color: #ffffff;
  margin: auto;
}
.tif.drop-frame .tif.drop-nav .tif.col-sm-2,
.tif.drop-frame .tif.drop-nav .tif.col-sm-1 {
  padding-left: 0;
  padding-right: 0;
}
.tif.drop-frame .tif.drop-nav h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 12px;
  text-transform: uppercase;
  color: #1c2833;
}
.tif.visit-drop-menu .drop-nav h3:before {
  content: url('../img/sm-green-arrow.png');
  margin-right: 5px;
}
.tif.drop-frame .tif.drop-nav .tif.no-show:before {
  content: none;
}
.tif.meet-drop-menu .drop-nav h3:before {
  content: url('../img/sm-blue-arrow.png');
  margin-right: 5px;
}
h3.tif.no-show{
 content: none !important;
}
.tif.meet-drop-menu ul li.box-menuitem:hover a {
  background-color: #35acb9 !important;
}
.tif.drop-frame .tif.drop-nav ul {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  padding-left: 12px;
}
.tif.drop-frame .tif.drop-nav ul li {
  margin: 0;
  font-size: 12px;
}
.tif.drop-frame .tif.drop-nav a {
  color: #9f9f9f;

}
.tif.drop-frame .tif.drop-nav a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
}
.tif.drop-frame .tif.drop-nav ul li.box-menuitem a {
  text-decoration: none;
}
.tif.drop-frame .tif.drop-nav ul li.box-menuitem a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #1c2833;
  color: #ffffff;
  height: 35px;
  padding-top: 10px;
  margin: 4px 2px;
}
.tif.drop-frame .tif.drop-nav ul li.box-menuitem:hover a {
  background-color: #c8d746;
}

.tif.white-bar .tif.container.tif.phl-nav .tif.nav-prof {
  height: 90px;
  position: relative;
  float: left;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.tif.white-bar .tif.container.tif.phl-nav .tif.nav-prof.inter-travel {
  background-repeat: no-repeat;
  background-position-y: 20px;
}

.tif.white-bar .tif.container.tif.phl-nav .tif.nav-prof a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 12px;
}


.sub-nav-left {
  width: 310px;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.sub-nav-right a {
  line-height: 1.9em;
  margin: 0;
  border-bottom: 1px solid #9F9F9F;
}
.tif.white-bar .tif.container.tif.phl-nav .tif.sub-nav-right {
  width: 162px;
}

/***** End Navbar Styles ******/
/* --- flags ----   */
.flag {
  width: 16px;
  height: 11px;
  float:none;
  background-image: url('../img/flags.png');
  margin-top: -3px;
  margin-right: 10px;
}
.flag.flag-br {
  background-position: -16px 0;
}
.flag.flag-cn {
  background-position: -32px 0;
}
.flag.flag-de {
  background-position: -48px 0;
}
.flag.flag-es {
  background-position: 0 -11px;
}
.flag.flag-fr {
  background-position: -16px -11px;
}
.flag.flag-gb {
  background-position: -32px -11px;
}
.flag.flag-it {
  background-position: -48px -11px;
}
.flag.flag-jp {
  background-position: 0 -22px;
}
.flag.flag-kr {
  background-position: -16px -22px;
}
.flag.flag-nl {
  background-position: -32px -22px;
}
.flag.flag-ru {
  background-position: -48px -22px;
}
.tif-search .btn{
padding:6px 12px;
}
.form-control{
padding:0px;
}
