html, body {
  background: url(../images/ts-bg-body.png) repeat-x center top;
  color: #1B1B1B;
  display: table;
  font-family: Arial, sans-serif;
  font-weight: 400;
  height: 100%;
  table-layout: fixed;  width:100%;
}

.lte-ie8, .ie10 body, .ie11 {
  background: url(../images/ts-bg-body.png) repeat-x center top;
}

a {
  color: #31609E;
  font-weight: bold;
}
a:hover {
  color: #fe812b;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: 'Open Sans', Arial, sans-serif;
}

.page-wrapper {
  display: table-row;
  height: 1px;
}

.page-wrapper-expanded {
  height: 100%;
}

.blue-box {
  position: relative;
  float: left;
  background-color: #e3f1fc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: inset 0 0 2px 2px #fff;
  -webkit-box-shadow: inset 0 0 2px 2px #fff;
  box-shadow: inset 0 0 2px 2px #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZjFmYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e3f1fc));
  background-image: -moz-linear-gradient(#ffffff, #e3f1fc);
  background-image: -webkit-linear-gradient(#ffffff, #e3f1fc);
  background-image: linear-gradient(#ffffff, #e3f1fc);
  -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  *width: 97%;
}
.blue-box h5 {
  font-weight: bold;
  margin: 0;
}

.button {
  background-color: #fe812b;
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 10px 15px 10px 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjNjcwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODkzOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #fc6701), color-stop(100%, #ff8939));
  background-image: -moz-linear-gradient(bottom, #fc6701, #ff8939);
  background-image: -webkit-linear-gradient(bottom, #fc6701, #ff8939);
  background-image: linear-gradient(to top, #fc6701, #ff8939);
}
.button:hover, .button:focus {
  color: #fff;
  background: #6bba70;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiYmE3MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #008c00), color-stop(100%, #6bba70));
  background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
  background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
  background-image: linear-gradient(to top, #008c00, #6bba70);
}
.button.full-button {
  clear: both;
  display: block;
  font-size: 1.6em;
  margin-bottom: 20px;
}

.green-button {
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 10px 15px 10px 10px;
  background: #6bba70;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiYmE3MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #008c00), color-stop(100%, #6bba70));
  background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
  background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
  background-image: linear-gradient(to top, #008c00, #6bba70);
}
.green-button:hover, .green-button:focus {
  background-color: #fe812b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjNjcwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODkzOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #fc6701), color-stop(100%, #ff8939));
  background-image: -moz-linear-gradient(bottom, #fc6701, #ff8939);
  background-image: -webkit-linear-gradient(bottom, #fc6701, #ff8939);
  background-image: linear-gradient(to top, #fc6701, #ff8939);
  color: #fff;
}
.green-button.full-button {
  clear: both;
  display: block;
  font-size: 1.6em;
  margin-bottom: 20px;
}

.highlight {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.highlight.orange {
  color: #fe812b;
  font-weight: bold;
}
.highlight.red {
  color: #CA5757;
  font-weight: bold;
}
.highlight.green {
  color: #000;
  font-weight: bold;
  padding: 5px 8px;
}

.red-text {
  color: #CD5151;
}

.orange-text {
  color: #fe812b !important;
  font-weight: bold;
}

p {
  font-size: .9em;
}

img {
  max-width: 100%;
  height: auto;
}

.lte-ie8 img {
  max-width: none;
  height: auto;
}

.inline-label {
  margin-top: 5px;
}

.block-label {
  display: block;
}

.sprite-bg {
  background-image: url('/images/ts-sitemap-sprite.png');
  background-repeat: no-repeat;
}

.container {
  float: left;
}
@media (min-width: 768px) {
  .container {
    margin-left: 10px;
  }
}

.header-top {
  display: none;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .header-top {
    background: #000099;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.1em;
    padding-bottom: 10px;
    position: absolute;
    width: 250px;
    right: 15px;
    top: 50px;
    z-index: 999;
  }
}
@media (min-width: 768px) {
  .header-top {
    display: block;
  }
}

.header-left {
  margin-bottom: -8px;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .header-left {
    height: 75px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.mobile-menu-button {
  background: #CDD7E5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #31609E;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 1.9em;
  margin-top: 10px;
  padding: 2px 8px 0 8px;
}
@media (max-width: 350px) {
  .mobile-menu-button {
    font-size: 1.6em;
  }
}

.header-resume-search a {
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 768px) {
  .header-resume-search a {
    background: #5785CA;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    font-size: 1.1em;
    background-color: #5785ca;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 7px 15px 7px 10px;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMjM4YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3ODVjYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0f238c), color-stop(100%, #5785ca));
    background-image: -moz-linear-gradient(bottom, #0f238c, #5785ca);
    background-image: -webkit-linear-gradient(bottom, #0f238c, #5785ca);
    background-image: linear-gradient(to top, #0f238c, #5785ca);
  }
  .header-resume-search a:hover {
    color: #fff;
    background: #6bba70;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiYmE3MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #008c00), color-stop(100%, #6bba70));
    background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
    background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
    background-image: linear-gradient(to top, #008c00, #6bba70);
  }
  .header-resume-search a span {
    font-size: .5em;
    float: right;
  }
}
@media (min-width: 992px) {
  .header-resume-search a {
    font-size: 1.3em;
  }
}
.header-menu {
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 999;
}
@media (min-width: 768px) {
  .header-menu {
    text-align: right;
  }
}
.header-menu ul {
  padding: 0;
  position: relative;
  margin: 7px auto 0 auto;
}
@media (min-width: 768px) {
  .header-menu ul {
    float: right;
    margin: 7px 0 0 0;
  }
}
.header-menu ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .header-menu ul li {
    display: block;
    margin: 7px 0;
  }
}
.header-menu ul li a {
  border-right: 1px solid #6e9294;
  font-size: .9em;
  font-weight: bold;
  padding: 0 5px 0 0;
}
@media (max-width: 767px) {
  .header-menu ul li a {
    border-right: 0;
    color: #fff;
  }
}
.header-menu ul li span {
  color: #fff;
  font-size: .9em;
  font-weight: bold;
}
.header-menu ul li.last a {
  border-right: 0;
}

.mobile-menu li {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 3px !important;
}
.mobile-menu li:hover, .mobile-menu li:focus {
  background: #fff;
  color: #31609E;
}
.mobile-menu li:hover a, .mobile-menu li:focus a {
  color: #31609E;
}
.mobile-menu li:hover span, .mobile-menu li:focus span {
  color: #31609E;
}
.mobile-menu li a {
  display: block;
}
.mobile-menu li a:hover {
  color: #31609E;
}
.mobile-menu li a:focus {
  color: #31609E;
}

.locale-options-container {
  text-align: center;
}
@media (min-width: 768px) {
  .locale-options-container {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .locale-options-container {
    width: 25%;
  }
}

.breadcrumb {
  float: right;
  font-size: .8em;
  list-style: none;
}
.breadcrumb li {
  float: left;
  margin-left: 5px;
}
.breadcrumb li:before {
  content: "> ";
}
.breadcrumb li:first-child:before {
  display: none;
}

.mobile-resume-search {
  font-size: .8em;
  margin-top: -20px;
  text-align: right;
}

.locale-box {
  background-image: url(../images/ts-sitemap-sprite.png);
  background-repeat: no-repeat;
  border-right: 3px solid #82d9d9;
  border-left: 3px solid #82d9d9;
  border-bottom: 3px solid #82d9d9;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  float: right;
  height: 32px;
  padding: 5px 3px;
  margin: 0 10px 0 10px;
  text-align: center;
}
.locale-box a {
  font-size: .8em;
}
.locale-box.last {
  margin: 0;
}
.locale-box.language-select-container a.gb {
  background-position: 0 -238px;
}
.locale-box.language-select-container a.de {
  background-position: 0 -138px;
}
.locale-box.language-select-container a.fr {
  background-position: 0 -218px;
}
.locale-box.language-select-container a.es {
  background-position: 0 -178px;
}
.locale-box.language-select-container a.it {
  background-position: 0 -318px;
}
.locale-box.language-select-container a.pl {
  background-position: 0 -397px;
}

.dropdowns-container {
  float: right;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .dropdowns-container {
    float: none;
  }
}
@media (min-width: 768px) {
  .dropdowns-container {
    width: 210px;
    *width: 210px;
  }
}

.menu-header {
  border-bottom: 1px dotted #DBEAF8;
  color: #DBEAF8;
  font-weight: bold;
  margin: 3px 0;
  padding: 5px 0 !important;
}
.menu-header:hover {
  background: none !important;
  color: #DBEAF8 !important;
}

.mobile-select-item {
  color: #fff;
  font-size: .9em;
  font-weight: bold;
}

.currency-select-list, .language-select {
  color: #000;
  width: 100%;
  z-index: 999;
}

.currency-drop {
  float: left;
  margin-left: 7px;
  margin-top: 2px;
  text-align: left;
  width: 100%;
}

.mobile-select, #currency_select select {
  border-radius: 0;
  color: #000;
  -webkit-appearance: button;
  height: 100%;
  left: 0;
  margin: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.flag {
  position: relative;
  float: right;
  height: 13px;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  width: 16px;
}

#view-full {
  cursor: pointer;
  display: block;
}

#view-responsive {
  display: none;
}
@media screen and (max-device-width: 767px) {
  #view-responsive {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 10px;
    font-weight: bold;
    padding: 7px;
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #view-responsive {
    display: none;
  }
}

.currency-select-container, #currencycreator {
  background-position: 999px -999px;
  cursor: pointer;
  margin: 0 auto;
  float: none;
  width: 90px;
  z-index: 1;
}
@media (min-width: 768px) {
  .currency-select-container, #currencycreator {
    background-position: 60px -470px;
    float: right;
    margin: 0 10px 0 0;
  }
}
.currency-select-container a, #currencycreator a {
  border-right: 0 !important;
  padding: 0 !important;
}
.currency-select-container ul, #currencycreator ul {
  background-color: #9bffff;
  border: solid #82d8d8;
  border-radius: 0 0 5px 5px;
  border-width: 0 3px 3px 3px;
  display: none;
  margin: 0;
  padding: 5px 5px 0 9px;
  list-style: none;
  left: -3px;
  height: 210px;
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: left;
  top: 27px;
  z-index: 999;
  width: 90px;
}
@media (max-width: 767px) {
  .currency-select-container ul, #currencycreator ul {
    background: #5785CA;
  }
}
.currency-select-container ul li, #currencycreator ul li {
  display: block;
  list-style-type: none;
  width: 86px;
}

.language-select-container {
  background-position: 999px -999px;
  margin: 0 auto !important;
  float: none;
  width: 106px;
  z-index: 3;
}
@media (min-width: 768px) {
  .language-select-container {
    background-position: 80px -470px;
    float: right;
    margin: 0;
  }
}
.language-select-container a {
  background-image: url(../images/ts-sitemap-sprite.png);
  background-repeat: no-repeat;
  border-right: 0 !important;
  padding: 0 20px !important;
}
@media (max-width: 767px) {
  .language-select-container a {
    color: #fff;
  }
}
.language-select-container ul {
  background-color: #9bffff;
  border: solid #82d8d8;
  border-radius: 0 0 5px 5px;
  border-width: 0 3px 3px 3px;
  display: none;
  margin: 0;
  padding: 5px 5px 0 9px;
  list-style: none;
  left: -3px;
  position: absolute;
  text-align: left;
  top: 22px;
  z-index: 999;
  width: 106px;
}
@media (max-width: 767px) {
  .language-select-container ul {
    background: #5785CA;
  }
}
.language-select-container ul li {
  list-style-type: none;
  width: 86px;
}

.lte-ie8 .header-logo img {
  max-width: auto !important;
}

.header-logo {
  background-position: 0 -541px;
  display: block;
  float: left;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .header-logo {
    margin: 0;
  }
}

.header-contact-block {
  text-align: center;
}
@media (min-width: 768px) {
  .header-contact-block {
    height: 74px;
    text-align: right;
  }
}
.header-contact-block .telephone-number {
  background: url(../images/ts-sitemap-sprite.png) -80px -485px no-repeat;
  height: 45px;
  margin-top: 10px;
  width: 240px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header-contact-block .telephone-number {
    float: right;
  }
}
.header-contact-block .telephone-number a {
  font-size: 2em;
  font-weight: bold;
  padding-left: 40px;
}
.header-contact-block .opening-hours {
  display: block;
  font-size: .8em;
  line-height: 0;
  *line-height: 1em;
}

.main-body-wrapper {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.main-columns-container {
  margin-top: 20px;
}

.inactive {
  color: #fe812b;
}

.left-column-section-container {
  border: 4px solid #5785CA;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  *width: 98%;
}
.left-column-section-container ul {
  color: #31609E;
  font-size: .9em;
  margin-bottom: 0;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .left-column-section-container ul {
    padding-left: 40px;
  }
}
.left-column-section-container ul li.inactive {
  color: #fe812b;
}
.left-column-section-container ul ul {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.left-column-section-container li.has-sub {
  padding: 10px 0;
}
.left-column-section-container h1 {
  background: #5785CA;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0;
  padding: 7px 7px;
}
.left-column-section-container .left-column-section-container-inner {
  background: #fff;
  border-spacing: 5px;
  display: table;
  padding: 10px;
  position: relative;
  float: left;
  width: 100%;
}
.left-column-section-container h2 {
  clear: both;
  border-bottom: 1px solid #D1DCDF;
  color: #31609E;
  font-size: 1.2em;
  padding: 5px 0;
}
.left-column-section-container h3 {
  color: #31609E;
  font-size: 1.2em;
  font-weight: normal;
}
.left-column-section-container h4 {
  color: #31609E;
  font-size: 1em;
  font-weight: normal;
}

.has-subnav {
  padding: 10px 0;
}

.right-sidebar-box {
  clear: both;
  margin-bottom: 20px;
  width: 100%;
}
.right-sidebar-box .right-sidebar-box-inner {
  clear: both;
  background-color: #e3f1fc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: inset 0 0 2px 2px #fff;
  -webkit-box-shadow: inset 0 0 2px 2px #fff;
  box-shadow: inset 0 0 2px 2px #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZjFmYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e3f1fc));
  background-image: -moz-linear-gradient(#ffffff, #e3f1fc);
  background-image: -webkit-linear-gradient(#ffffff, #e3f1fc);
  background-image: linear-gradient(#ffffff, #e3f1fc);
  -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  padding: 10px;
  width: 100%;
  *width: 97%;
}
.right-sidebar-box .right-sidebar-title {
  color: #31609E;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.right-sidebar-box .right-sidebar-title.orange {
  color: #fe812b;
}
.right-sidebar-box .right-subhead {
  color: #31609E;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-align: center;
}
.right-sidebar-box .right-subhead.orange {
  color: #fe812b;
}
.right-sidebar-box .price-promise-title {
  color: #31609E;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.right-sidebar-box .right-sidebar-text {
  margin: 5px 0 0;
  text-align: center;
  width: 100%;
}
.right-sidebar-box .right-sidebar-text p {
  margin: 0 0 5px 0;
  text-align: center;
}
.right-sidebar-box .right-sidebar-image {
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0;
  text-align: center;
}
.right-sidebar-box .right-sidebar-image img {
  max-width: 100%;
  height: auto;
}

#feefologo {
  margin: 10px auto 0 auto !important;
  float: none !important;
}

.sprite-bg {
  background-image: url(../images/ts-sitemap-sprite.png);
  background-repeat: no-repeat;
}

.price-promise-icon {
  background-position: -77px 0px;
  display: block;
  margin: 0 auto 10px auto;
  width: 60px;
  height: 60px;
}

.check-list {
  font-size: .9em;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.check-list li {
  background-image: url(../images/ts-sitemap-sprite.png);
  background-position: -115px -92px;
  background-repeat: no-repeat;
  margin: 3px 0;
  padding: 0 0 0 25px;
}

.sitemap-alphabetical-nav {
  font-size: 1.1em;
  padding: 10px 0;
}

.sitemap-footer-info {
  float: left;
}
.sitemap-footer-info a {
  word-wrap: break-word;
}

.divmonthNormalAnchor {
  text-decoration: none;
}

.divmonthUnderlineAnchor {
  text-decoration: underline;
}

.page-top-link {
  font-size: .9em;
  position: absolute;
  right: 10px;
  top: 7px;
}

.left-column-subsection-container {
  border: 4px solid #DBEAF8;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  *width: 98%;
}
.left-column-subsection-container ul {
  font-size: .9em;
  margin-bottom: 0;
}
.left-column-subsection-container h2 {
  background: #DBEAF8;
  color: #31609E;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0;
  padding: 7px 7px;
}
.left-column-subsection-container .left-column-subsection-container-inner {
  border-spacing: 5px;
  display: table;
  padding: 10px;
  position: relative;
  float: left;
  width: 100%;
}

.go-to-top {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
  display: block;
  font-size: 1.4em;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.go-to-top span {
  margin-right: 5px;
}

.london-hotel-offers .right-sidebar-title {
  font-size: 1.6em;
  text-align: center;
}
.london-hotel-offers .button {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: block;
  font-size: 1em;
  padding: 5px;
  text-align: center;
  width: 100%;
}

.footer-container {
  background: #DBEAF8;
  width: 100%;
}

.footer-bottom-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-bottom-container .footer-logo {
  float: left;
  margin-right: 2%;
  width: 28%;
}
@media (min-width: 530px) and (max-width: 991px) {
  .footer-bottom-container .footer-logo {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .footer-bottom-container .footer-logo {
    width: 10%;
  }
}
.footer-bottom-container .footer-logo-icon {
  display: block;
  width: 65px;
  height: 40px;
  background: url(../images/ts-sitemap-sprite.png) no-repeat 0 -495px;
}
.footer-bottom-container .footer-text {
  float: left;
  margin-right: 2%;
  width: 68%;
}
@media (min-width: 530px) {
  .footer-bottom-container .footer-text {
    width: 50%;
  }
}
.footer-bottom-container .card-logos {
  position: relative;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
  height: auto;
}
@media (min-width: 530px) {
  .footer-bottom-container .card-logos {
    width: 36%;
  }
}
.footer-bottom-container .card-logos img {
  max-width: 100%;
}
.footer-bottom-container .footer-menu {
  margin: 0;
  padding: 0;
}
.footer-bottom-container .footer-menu li {
  display: inline;
  list-style-type: none;
}
.footer-bottom-container .footer-menu li a {
  border-right: 1px solid #31609E;
  font-size: .8em;
  padding: 0 5px 0 0;
}
.footer-bottom-container .footer-menu li.last a {
  border-right: 0;
}
.footer-bottom-container p {
  font-size: .8em;
}
.footer-bottom-container .footer-review-plugin {
  text-align: center;
}
@media (min-width: 530px) {
  .footer-bottom-container .footer-review-plugin {
    text-align: right;
  }
}

.card-security-logos {
  position: relative;
  margin-top: 20px;
  width: auto;
}
@media (min-width: 530px) {
  .card-security-logos {
    float: left;
  }
}
@media (min-width: 768px) {
  .card-security-logos {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .card-security-logos {
    width: auto;
  }
}

#feefologo {
  float: none;
  position: relative;
  width: auto;
  right: auto;
}
@media (min-width: 768px) {
  #feefologo {
    float: right;
    width: 42%;
  }
}
@media (min-width: 992px) {
  #feefologo {
    width: auto;
  }
}
#feefologo img {
  max-width: 100%;
  height: auto;
}

.feefo-img {
  background-position: -118px -166px;
  display: block;
  width: 175px;
  height: 44px;
  margin: 0 auto;
}

.recent-search-container {
  background: #fff;
}
.recent-search-container .recent-search-container-inner {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 4px solid #5785CA;
  margin-bottom: 20px;
  -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.7);
  -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.7);
  box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.7);
}
.recent-search-container .recent-search-top {
  background: #5785CA;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 6px 0 10px 0;
}
.recent-search-container .recent-search-header {
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 5px;
}
@media (min-width: 768px) {
  .recent-search-container .recent-search-header {
    font-size: 1.8em;
    padding: 12px 0 10px 10px;
  }
}
.recent-search-container .recent-search-content {
  padding: 5px 5px;
}
.recent-search-container .upper-recent-search-content {
  margin: 0 0 10px 0;
  padding: 0 0 5px;
  position: relative;
  width: 100%;
}
.recent-search-container .upper-recent-search-content img {
  position: relative;
  float: left;
  height: auto;
}
@media (min-width: 420px) {
  .recent-search-container .upper-recent-search-content img {
    margin-right: 10px;
  }
}
.recent-search-container .upper-recent-search-content .search-location-info {
  position: relative;
}
.recent-search-container .upper-recent-search-content .search-location-info .search-location-header {
  color: #029DE0;
  font-size: 1.8em;
  margin: 0;
}
.recent-search-container .upper-recent-search-content .search-location-info .recent-search-location {
  color: gray;
  display: block;
}
.recent-search-container .upper-recent-search-content .search-location-info .stay-duration {
  color: #029DE0;
  display: block;
  font-size: .9em;
  font-weight: bold;
}
.recent-search-container .lower-recent-search-content .lower-search-head {
  color: #31609E;
  font-size: 1.1em;
  font-weight: bold;
  margin: 5px 0;
}
.recent-search-container .lower-recent-search-content p {
  margin: 0;
}
.recent-search-container .recent-search-lower-container {
  background: #5785CA;
  clear: both;
  padding: 0;
  text-align: right;
}
.recent-search-container .recent-search-button {
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #fff;
  display: none;
  float: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.4em;
  padding: 10px 15px 10px 10px;
  background-color: #5785ca;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMjM4YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3ODVjYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0f238c), color-stop(100%, #5785ca));
  background-image: -moz-linear-gradient(bottom, #0f238c, #5785ca);
  background-image: -webkit-linear-gradient(bottom, #0f238c, #5785ca);
  background-image: linear-gradient(to top, #0f238c, #5785ca);
}
@media (min-width: 768px) {
  .recent-search-container .recent-search-button {
    display: inline-block;
    float: right;
  }
}
.recent-search-container .recent-search-button:hover {
  color: #fff;
  background: #6bba70;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiYmE3MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #008c00), color-stop(100%, #6bba70));
  background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
  background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
  background-image: linear-gradient(to top, #008c00, #6bba70);
}

.mobile-menu-icon {
  float: right;
  font-size: 1.3em !important;
  line-height: 1em;
}

#view-options {
  padding: 0 5px 0 0;
}

.price-promise-sticker {
  float: left;
  margin-top: 27px;
}

.price-promise-sticker-footer {
  float: left;
}

@media (min-width: 992px) {
  .price-promise-sticker-footer {
    float: left;
    margin-top: 5px;
    width: 35px;
    /*width: 80%;*/
  }
}
@media (min-width: 1200px) {
  .price-promise-sticker-footer {
    float: left;
    margin-top: 0;
    width: 55px;
    /*width: 80%;*/
  }
}
@media (min-width: 992px) {
  .card-security-logos {
    width: 43%;
  }
}
.footer-bottom-container .footer-review-plugin {
  text-align: center;
}

@media (min-width: 530px) {
  .footer-bottom-container .footer-review-plugin a {
    float: right;
  }
}
@media (min-width: 530px) {
  .footer-bottom-container .footer-review-plugin {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .footer-bottom-container .footer-review-plugin {
    float: right;
    margin-top: 10px;
  }
}
.img_con_GB {
  background: url(../images/flag-sprite.png) no-repeat 0 1px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AE {
  background: url(../images/flag-sprite.png) no-repeat 0 -17px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AU {
  background: url(../images/flag-sprite.png) no-repeat 0 -71px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BR {
  background: url(../images/flag-sprite.png) no-repeat 0 -251px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CA {
  background: url(../images/flag-sprite.png) no-repeat 0 -323px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CH {
  background: url(../images/flag-sprite.png) no-repeat 0 -341px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CL {
  background: url(../images/flag-sprite.png) no-repeat 0 -359px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -485px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_DK {
  background: url(../images/flag-sprite.png) no-repeat 0 -503px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_EU {
  background: url(../images/flag-sprite.png) no-repeat 0 -593px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_HU {
  background: url(../images/flag-sprite.png) no-repeat 0 -756px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_IL {
  background: url(../images/flag-sprite.png) no-repeat 0 -792px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_IN {
  background: url(../images/flag-sprite.png) no-repeat 0 -810px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_JP {
  background: url(../images/flag-sprite.png) no-repeat 0 -899px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_MX {
  background: url(../images/flag-sprite.png) no-repeat 0 -1150px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_NO {
  background: url(../images/flag-sprite.png) no-repeat 0 -1260px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_PL {
  background: url(../images/flag-sprite.png) no-repeat 0 -1386px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_SE {
  background: url(../images/flag-sprite.png) no-repeat 0 -1528px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_SG {
  background: url(../images/flag-sprite.png) no-repeat 0 -1547px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_US {
  background: url(../images/flag-sprite.png) no-repeat 0 -1727px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AM {
  background: url(../images/flag-sprite.png) no-repeat 0 -35px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AR {
  background: url(../images/flag-sprite.png) no-repeat 0 -54px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -107px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BH {
  background: url(../images/flag-sprite.png) no-repeat 0 -179px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CN {
  background: url(../images/flag-sprite.png) no-repeat 0 -377px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CO {
  background: url(../images/flag-sprite.png) no-repeat 0 -395px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_DZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -53px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_FJ {
  background: url(../images/flag-sprite.png) no-repeat 0 -611px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_HK {
  background: url(../images/flag-sprite.png) no-repeat 0 -683px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_JO {
  background: url(../images/flag-sprite.png) no-repeat 0 -882px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_KR {
  background: url(../images/flag-sprite.png) no-repeat 0 -936px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_MY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1188px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_NZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -1295px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_PH {
  background: url(../images/flag-sprite.png) no-repeat 0 -1350px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_QA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1438px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_RU {
  background: url(../images/flag-sprite.png) no-repeat 0 -1492px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_TH {
  background: url(../images/flag-sprite.png) no-repeat 0 -1600px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_ZA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1835px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_TL {
  background: url(../images/flag-sprite.png) no-repeat -201px -120px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BS {
  background: url(../images/flag-sprite.png) no-repeat 0 -269px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_XC {
  background: url(../images/flag-sprite.png) no-repeat 0 -1780px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BB {
  background: url(../images/flag-sprite.png) no-repeat 0 -125px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -305px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_GT {
  background: url(../images/flag-sprite.png) no-repeat 0 -666px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_HN {
  background: url(../images/flag-sprite.png) no-repeat 0 -702px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CR {
  background: url(../images/flag-sprite.png) no-repeat 0 -413px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_NI {
  background: url(../images/flag-sprite.png) no-repeat 0 -1242px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_MU {
  background: url(../images/flag-sprite.png) no-repeat 0 -1134px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_UY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1744px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_PY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1422px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AW {
  background: url(../images/flag-sprite.png) no-repeat 0 -89px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BD {
  background: url(../images/flag-sprite.png) no-repeat 0 -143px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BG {
  background: url(../images/flag-sprite.png) no-repeat 0 -161px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BM {
  background: url(../images/flag-sprite.png) no-repeat 0 -197px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BN {
  background: url(../images/flag-sprite.png) no-repeat 0 -215px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BO {
  background: url(../images/flag-sprite.png) no-repeat 0 -233px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BW {
  background: url(../images/flag-sprite.png) no-repeat 0 -287px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_CU {
  background: url(../images/flag-sprite.png) no-repeat 0 -431px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_CV {
  background: url(../images/flag-sprite.png) no-repeat 0 -449px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_CY {
  background: url(../images/flag-sprite.png) no-repeat 0 -467px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_DO {
  background: url(../images/flag-sprite.png) no-repeat 0 -521px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_EE {
  background: url(../images/flag-sprite.png) no-repeat 0 -557px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_EG {
  background: url(../images/flag-sprite.png) no-repeat 0 -575px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_GE {
  background: url(../images/flag-sprite.png) no-repeat 0 -629px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_GH {
  background: url(../images/flag-sprite.png) no-repeat 0 -646px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_HR {
  background: url(../images/flag-sprite.png) no-repeat 0 -720px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_HT {
  background: url(../images/flag-sprite.png) no-repeat 0 -738px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_ID {
  background: url(../images/flag-sprite.png) no-repeat 0 -774px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_IR {
  background: url(../images/flag-sprite.png) no-repeat 0 -828px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_IS {
  background: url(../images/flag-sprite.png) no-repeat 0 -846px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_JM {
  background: url(../images/flag-sprite.png) no-repeat 0 -864px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_KE {
  background: url(../images/flag-sprite.png) no-repeat 0 -918px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_KW {
  background: url(../images/flag-sprite.png) no-repeat 0 -954px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_KY {
  background: url(../images/flag-sprite.png) no-repeat 0 -972px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_KZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -990px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_LK {
  background: url(../images/flag-sprite.png) no-repeat 0 -1008px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_LT {
  background: url(../images/flag-sprite.png) no-repeat 0 -1026px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_LY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1044px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_MA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1062px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_MD {
  background: url(../images/flag-sprite.png) no-repeat 0 -1080px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_MG {
  background: url(../images/flag-sprite.png) no-repeat 0 -1098px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_MT {
  background: url(../images/flag-sprite.png) no-repeat 0 -1116px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_NA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1206px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_NG {
  background: url(../images/flag-sprite.png) no-repeat 0 -1224px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_NI {
  background: url(../images/flag-sprite.png) no-repeat 0 -1242px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_NP {
  background: url(../images/flag-sprite.png) no-repeat 0 -1278px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_OM {
  background: url(../images/flag-sprite.png) no-repeat 0 -1314px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_PE {
  background: url(../images/flag-sprite.png) no-repeat 0 -1332px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_PK {
  background: url(../images/flag-sprite.png) no-repeat 0 -1368px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_PL {
  background: url(../images/flag-sprite.png) no-repeat 0 -1386px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_RO {
  background: url(../images/flag-sprite.png) no-repeat 0 -1458px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_RS {
  background: url(../images/flag-sprite.png) no-repeat 0 -1474px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_SA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1510px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_SE {
  background: url(../images/flag-sprite.png) no-repeat 0 -1528px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_SK {
  background: url(../images/flag-sprite.png) no-repeat 0 -1564px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_SY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1582px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_TN {
  background: url(../images/flag-sprite.png) no-repeat 0 -1618px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_TW {
  background: url(../images/flag-sprite.png) no-repeat 0 -1654px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_TZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -1672px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_UA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1690px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_UG {
  background: url(../images/flag-sprite.png) no-repeat 0 -1708px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_XA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1762px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_XO {
  background: url(../images/flag-sprite.png) no-repeat 0 -1798px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_XP {
  background: url(../images/flag-sprite.png) no-repeat 0 -1816px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_TR {
  background: url(../images/flag-sprite.png) no-repeat 0 -1636px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

#lang-filter {
  display: none;
  font-size: .8em;
  width: 77px;
}

.content-box {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.content-box .content-box-inner {
  position: relative;
  float: left;
  background-color: #e3f1fc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: inset 0 0 2px 2px #fff;
  -webkit-box-shadow: inset 0 0 2px 2px #fff;
  box-shadow: inset 0 0 2px 2px #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZjFmYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e3f1fc));
  background-image: -moz-linear-gradient(#ffffff, #e3f1fc);
  background-image: -webkit-linear-gradient(#ffffff, #e3f1fc);
  background-image: linear-gradient(#ffffff, #e3f1fc);
  -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  padding: 10px;
  width: 100%;
  *width: 97%;
}
.content-box .content-box-title {
  color: #31609E;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: left;
}
.content-box .content-box-title.orange {
  color: #fe812b;
}
.content-box .content-box-title.center {
  text-align: center;
}
.content-box .price-promise-title {
  color: #31609E;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.content-box .content-box-text {
  position: relative;
  float: left;
  margin: 5px 0 0;
  text-align: center;
  width: 100%;
}
.content-box .content-box-text p {
  margin: 0;
  text-align: center;
}
.content-box .content-box-image {
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0;
  text-align: center;
}
.content-box .content-box-image img {
  max-width: 100%;
  height: auto;
}

.header-telephone-number {
  color: #31609E;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
}
.header-telephone-number small {
  display: block;
  font-size: .5em;
  font-weight: normal;
}
.header-telephone-number i {
  color: #fe812b;
  font-size: 1.3em;
  left: 0;
  top: 5px;
  margin-right: 5px;
  position: absolute;
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 0;
}

.hidden-text {
  display: none;
}

.search-box-container.bottom {
  margin-top: 0;
  margin-bottom: 20px;
}
.search-box-container .search-box-container-inner {
  background: url(../images/search-bg.jpg);
  background-position: top left;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 35px 50px 25px 50px;
  width: 100%;
}
.search-box-container h1 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
  text-shadow: 0px 0px 7px black;
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=80,strength=5,color=000000);
}

.search-box {
  position: relative;
  float: left;
  background-color: #5380c7;
  border: 3px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0 0 2px 2px #fff;
  -webkit-box-shadow: inset 0 0 2px 2px #fff;
  box-shadow: inset 0 0 2px 2px #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MzA5NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUzODBjNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #193095), color-stop(100%, #5380c7));
  background-image: -moz-linear-gradient(#193095, #5380c7);
  background-image: -webkit-linear-gradient(#193095, #5380c7);
  background-image: linear-gradient(#193095, #5380c7);
  -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  color: #fff;
  padding: 10px;
}
.search-box .search-rows .row {
  margin-bottom: 7px;
}
.search-box .row {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .search-box .row.last-row {
    margin-bottom: 0;
  }
}
.search-box .row.room-type-row {
  margin-bottom: 0;
  margin-top: 7px;
}
.search-box label, .search-box .label {
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px;
  text-align: left;
  width: 100%;
}
.search-box .inline-label {
  display: inline-block;
  text-align: left;
  margin-top: 4px;
}
.search-box .inline-label input {
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: bottom;
}
.search-box .form-control {
  padding: 3px !important;
}
.search-box .month-field {
  width: 45%;
  float: left;
}
.search-box .datepicker-holder {
  width: 25%;
  float: left;
}
.search-box .city {
  display: inline-block;
  margin-top: 5px;
}

.other-cities {
  display: inline-block;
  float: right;
  margin-top: 5px;
}
.other-cities a {
  color: #fff;
  font-weight: normal;
  font-size: .9em;
  font-style: italic;
  text-decoration: underline;
}

.checkbox-label {
  display: inline;
  text-align: left;
}
.checkbox-label input {
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: bottom;
}

.date-field {
  float: left;
  margin-right: 5%;
  width: 80%;
}

.advanced-search-link {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: .9em;
  font-style: italic;
  font-weight: normal;
  margin-top: 7px;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .advanced-fields {
    margin-bottom: 7px;
  }
}

.advanced-fields, .mobile-advanced-fields {
  display: none;
}

.mobile-advanced-search-link {
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  margin-top: 27px;
  text-decoration: underline;
}

.search-tabs-container {
  margin-top: -3px;
  z-index: 801;
}
.search-tabs-container .search-tabs {
  float: right;
  padding-left: 0;
  z-index: 799;
}
.search-tabs-container .search-tabs li {
  display: inline-block;
  color: #fff;
  font-size: .9em;
  font-weight: bold;
}
@media (min-width: 992px) {
  .search-tabs-container .search-tabs li {
    font-size: 1em;
  }
}
.search-tabs-container .search-tabs li.first {
  text-shadow: 0px 0px 7px black;
}
.search-tabs-container .search-tabs li a {
  background-color: #ececec;
  border: 3px solid #fff;
  border-top: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M0YzRjNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #c4c4c4));
  background-image: -moz-linear-gradient(#ececec, #c4c4c4);
  background-image: -webkit-linear-gradient(#ececec, #c4c4c4);
  background-image: linear-gradient(#ececec, #c4c4c4);
  color: #193095;
  display: block;
  padding: 8px 12px;
}
.search-tabs-container .search-tabs li.active a, .search-tabs-container .search-tabs li:hover a {
  background-color: #5380c7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzODBjNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5MzA5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5380c7), color-stop(100%, #193095));
  background-image: -moz-linear-gradient(#5380c7, #193095);
  background-image: -webkit-linear-gradient(#5380c7, #193095);
  background-image: linear-gradient(#5380c7, #193095);
  color: #fff;
}

.large-search-button {
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: block;
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 15px 5px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .large-search-button {
    font-size: 2.1em;
  }
}
@media (min-width: 992px) {
  .large-search-button {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .large-search-button {
    font-size: 2.1em;
  }
}
.large-search-button span {
  display: block;
  font-size: .5em;
  font-weight: normal;
}
.large-search-button:focus {
  color: #fff;
  text-decoration: none;
}
.large-search-button .searching-icon {
  margin: 10px 10px 10px 0;
}

.mobile-search-button {
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  margin-top: 10px;
  padding: 15px 15px 15px 10px;
  text-align: center;
}
.mobile-search-button.pressed {
  color: #fff;
  background: #6bba70;
  display: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiYmE3MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #008c00), color-stop(100%, #6bba70));
  background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
  background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
  background-image: linear-gradient(to top, #008c00, #6bba70);
}
.mobile-search-button.pressed:focus, .mobile-search-button.pressed:hover {
  color: #fff;
  background: #6bba70;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiYmE3MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #008c00), color-stop(100%, #6bba70));
  background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
  background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
  background-image: linear-gradient(to top, #008c00, #6bba70);
  text-decoration: none;
}
.mobile-search-button.pressed {
  color: #fff;
  background: #6bba70;
  display: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiYmE3MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #008c00), color-stop(100%, #6bba70));
  background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
  background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
  background-image: linear-gradient(to top, #008c00, #6bba70);
}
.mobile-search-button .searching-icon {
  margin: 0 10px 0 0;
}

.mobile-date {
  cursor: pointer !important;
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 20px auto;
}
@media (min-width: 340px) {
  .mobile-date {
    background-image: url(/includes/images/ico-calendar.png);
  }
}

.mobile-search-container {
  margin-top: 30px;
}
.mobile-search-container .mobile-search-inner {
  position: relative;
  float: left;
  background-color: #e3f1fc;
  border: 3px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0 0 2px 2px #fff;
  -webkit-box-shadow: inset 0 0 2px 2px #fff;
  box-shadow: inset 0 0 2px 2px #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MzA5NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUzODBjNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #193095), color-stop(100%, #5380c7));
  background-image: -moz-linear-gradient(#193095, #5380c7);
  background-image: -webkit-linear-gradient(#193095, #5380c7);
  background-image: linear-gradient(#193095, #5380c7);
  -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  color: #fff;
  margin: 0 0 20px 0;
  padding: 10px;
  z-index: 800;
}
.mobile-search-container h1 {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
  text-shadow: 0px 0px 7px black;
}
.mobile-search-container .row {
  margin-bottom: 10px;
}
.mobile-search-container .city {
  font-weight: bold;
}

.mobile-search-list {
  display: none;
  margin-top: 10px;
}

.mobile-advanced-search .mobile-advanced-search-inner {
  background: #9acdff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  float: left;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
.mobile-advanced-search ul {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .mobile-advanced-search ul {
    width: auto;
  }
}
.mobile-advanced-search ul li {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mobile-advanced-search ul li {
    display: inline;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.mobile-advanced-search ul li a {
  background: #dbeaf8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.1em;
  padding: 4px 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .mobile-advanced-search ul li a {
    width: auto;
  }
}
.mobile-advanced-search ul li a:focus {
  color: #fe812b;
  text-decoration: none;
}
.mobile-advanced-search .mobile-search-title {
  color: #31609E;
  cursor: pointer;
  display: block;
  font-weight: bold;
}
.mobile-advanced-search .mobile-search-title .fa {
  margin-right: 5px;
}

.student-discount-mobile {
  margin-top: 10px;
}

.ts-day {
  float: left;
  margin-right: 5%;
  width: 33%;
}

.ts-month {
  float: left;
  width: 47%;
}

.ui-datepicker-current-day {
  background-color: #ffcb00;
}

.ui-datepicker-inline {
  margin: 0 auto;
}

.datepicker-container {
  display: none;
  margin-left: 8px;
}

.ts-calendar-icon {
  text-indent: -999em;
  position: relative;
  cursor: pointer;
  display: inline-block;
  float: right;
  width: 27px;
  height: 29px;
  background: url(/includes/images/ico-calendar.png) no-repeat top left;
}

.why-book-container .why-book-inner {
  position: relative;
  float: left;
  background-color: #e3f1fc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: inset 0 0 2px 2px #fff;
  -webkit-box-shadow: inset 0 0 2px 2px #fff;
  box-shadow: inset 0 0 2px 2px #fff;
  background-image: -moz-linear-gradient(#ffffff, #e3f1fc);
  background-image: -webkit-linear-gradient(#ffffff, #e3f1fc);
  background-image: linear-gradient(#ffffff, #e3f1fc);
  -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  *width: 95%;
}

.why-book-container .why-book-inner h3 {
  color: #0f238c;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 10px 20px;
  text-align: left;
}

.why-book-container ol {
  color: #fe812b;
  font-size: .9em;
  font-weight: 700;
  padding-left: 20px;
  text-align: left;
}

.why-book-container .why-book-list {
  text-align: center;
}

.why-book-container .why-book-list span {
  color: #001686;
  font-size: 1.05em;
  font-weight: 400;
}

.why-book-container .why-book-list .why-book-list-left {
  position: relative;
  float: left;
  width: 50%;
  *width: 48%;
}

.why-book-container .why-book-list .why-book-list-right {
  position: relative;
  float: left;
  width: 50%;
  *width: 48%;
}

.why-book-container .why-book-images {
  text-align: center;
}

.thawte-logo {
  float: left;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .thawte-logo {
    display: inline;
    float: none;
  }
}

#feefologo {
  margin-top: 0 !important;
}
@media (max-width: 992px) {
  #feefologo {
    display: inline;
  }
}

.bottom-content-container {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.bottom-content-container .mobile-search-container {
  margin-top: 0;
}

.bottom-content-container .bottom-blue-box {
  position: relative;
  float: left;
  background-color: #e3f1fc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: inset 0 0 2px 2px #fff;
  -webkit-box-shadow: inset 0 0 2px 2px #fff;
  box-shadow: inset 0 0 2px 2px #fff;
  background-image: -moz-linear-gradient(#ffffff, #e3f1fc);
  background-image: -webkit-linear-gradient(#ffffff, #e3f1fc);
  background-image: linear-gradient(#ffffff, #e3f1fc);
  -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
  padding: 10px;
  width: 100%;
}

.bottom-content-container .bottom-blue-box h3 {
  font-size: 1.4em;
  margin-top: 0;
}

.bottom-content-container .bottom-blue-box p {
  font-size: 1.3em;
}

.bottom-content-container .bottom-blue-box img {
  max-width: 100%;
  height: auto;
}

#lang-filter {
  display: none;
  font-size: .8em;
  width: 77px;
}

.input-sm, .form-group-sm .form-control {
  color: #000;
  font-size: .9em;
  font-weight: 400;
}
@media (max-width: 350px) {
  .input-sm, .form-group-sm .form-control {
    font-size: .8em;
    padding: 5px;
  }
}

.form-control:focus {
  border-color: #fe812b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 129, 43, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 129, 43, 0.6);
}

.img_con_GB {
  background: url(../images/flag-sprite.png) no-repeat 0 1px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AE {
  background: url(../images/flag-sprite.png) no-repeat 0 -17px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AU {
  background: url(../images/flag-sprite.png) no-repeat 0 -71px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BR {
  background: url(../images/flag-sprite.png) no-repeat 0 -251px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CA {
  background: url(../images/flag-sprite.png) no-repeat 0 -323px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CH {
  background: url(../images/flag-sprite.png) no-repeat 0 -341px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CL {
  background: url(../images/flag-sprite.png) no-repeat 0 -359px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -485px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_DK {
  background: url(../images/flag-sprite.png) no-repeat 0 -503px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_EU {
  background: url(../images/flag-sprite.png) no-repeat 0 -593px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_HU {
  background: url(../images/flag-sprite.png) no-repeat 0 -756px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_IL {
  background: url(../images/flag-sprite.png) no-repeat 0 -792px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_IN {
  background: url(../images/flag-sprite.png) no-repeat 0 -810px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_JP {
  background: url(../images/flag-sprite.png) no-repeat 0 -899px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_MX {
  background: url(../images/flag-sprite.png) no-repeat 0 -1150px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_NO {
  background: url(../images/flag-sprite.png) no-repeat 0 -1260px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_PL {
  background: url(../images/flag-sprite.png) no-repeat 0 -1386px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_SE {
  background: url(../images/flag-sprite.png) no-repeat 0 -1528px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_SG {
  background: url(../images/flag-sprite.png) no-repeat 0 -1547px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_US {
  background: url(../images/flag-sprite.png) no-repeat 0 -1727px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AM {
  background: url(../images/flag-sprite.png) no-repeat 0 -35px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AR {
  background: url(../images/flag-sprite.png) no-repeat 0 -54px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -107px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BH {
  background: url(../images/flag-sprite.png) no-repeat 0 -179px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CN {
  background: url(../images/flag-sprite.png) no-repeat 0 -377px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CO {
  background: url(../images/flag-sprite.png) no-repeat 0 -395px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_DZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -53px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_FJ {
  background: url(../images/flag-sprite.png) no-repeat 0 -611px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_HK {
  background: url(../images/flag-sprite.png) no-repeat 0 -683px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_JO {
  background: url(../images/flag-sprite.png) no-repeat 0 -882px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_KR {
  background: url(../images/flag-sprite.png) no-repeat 0 -936px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_MY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1188px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_NZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -1295px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_PH {
  background: url(../images/flag-sprite.png) no-repeat 0 -1350px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_QA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1438px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_RU {
  background: url(../images/flag-sprite.png) no-repeat 0 -1492px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_TH {
  background: url(../images/flag-sprite.png) no-repeat 0 -1600px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_ZA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1835px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_TL {
  background: url(../images/flag-sprite.png) no-repeat -201px -120px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BS {
  background: url(../images/flag-sprite.png) no-repeat 0 -269px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_XC {
  background: url(../images/flag-sprite.png) no-repeat 0 -1780px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BB {
  background: url(../images/flag-sprite.png) no-repeat 0 -125px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_BZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -305px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_GT {
  background: url(../images/flag-sprite.png) no-repeat 0 -666px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_HN {
  background: url(../images/flag-sprite.png) no-repeat 0 -702px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_CR {
  background: url(../images/flag-sprite.png) no-repeat 0 -413px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_NI {
  background: url(../images/flag-sprite.png) no-repeat 0 -1242px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_MU {
  background: url(../images/flag-sprite.png) no-repeat 0 -1134px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_UY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1744px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_PY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1422px;
  width: 16px !important;
  height: 14px !important;
  /*float: left;*/
  margin: 0px 5px 2px 0;
}

.img_con_AW {
  background: url(../images/flag-sprite.png) no-repeat 0 -89px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BD {
  background: url(../images/flag-sprite.png) no-repeat 0 -143px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BG {
  background: url(../images/flag-sprite.png) no-repeat 0 -161px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BM {
  background: url(../images/flag-sprite.png) no-repeat 0 -197px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BN {
  background: url(../images/flag-sprite.png) no-repeat 0 -215px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BO {
  background: url(../images/flag-sprite.png) no-repeat 0 -233px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_BW {
  background: url(../images/flag-sprite.png) no-repeat 0 -287px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_CU {
  background: url(../images/flag-sprite.png) no-repeat 0 -431px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_CV {
  background: url(../images/flag-sprite.png) no-repeat 0 -449px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_CY {
  background: url(../images/flag-sprite.png) no-repeat 0 -467px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_DO {
  background: url(../images/flag-sprite.png) no-repeat 0 -521px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_EE {
  background: url(../images/flag-sprite.png) no-repeat 0 -557px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_EG {
  background: url(../images/flag-sprite.png) no-repeat 0 -575px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_GE {
  background: url(../images/flag-sprite.png) no-repeat 0 -629px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_GH {
  background: url(../images/flag-sprite.png) no-repeat 0 -646px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_HR {
  background: url(../images/flag-sprite.png) no-repeat 0 -720px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_HT {
  background: url(../images/flag-sprite.png) no-repeat 0 -738px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_ID {
  background: url(../images/flag-sprite.png) no-repeat 0 -774px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_IR {
  background: url(../images/flag-sprite.png) no-repeat 0 -828px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_IS {
  background: url(../images/flag-sprite.png) no-repeat 0 -846px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_JM {
  background: url(../images/flag-sprite.png) no-repeat 0 -864px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_KE {
  background: url(../images/flag-sprite.png) no-repeat 0 -918px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_KW {
  background: url(../images/flag-sprite.png) no-repeat 0 -954px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_KY {
  background: url(../images/flag-sprite.png) no-repeat 0 -972px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_KZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -990px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_LK {
  background: url(../images/flag-sprite.png) no-repeat 0 -1008px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_LT {
  background: url(../images/flag-sprite.png) no-repeat 0 -1026px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_LY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1044px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_MA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1062px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_MD {
  background: url(../images/flag-sprite.png) no-repeat 0 -1080px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_MG {
  background: url(../images/flag-sprite.png) no-repeat 0 -1098px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_MT {
  background: url(../images/flag-sprite.png) no-repeat 0 -1116px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_NA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1206px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_NG {
  background: url(../images/flag-sprite.png) no-repeat 0 -1224px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_NI {
  background: url(../images/flag-sprite.png) no-repeat 0 -1242px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_NP {
  background: url(../images/flag-sprite.png) no-repeat 0 -1278px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_OM {
  background: url(../images/flag-sprite.png) no-repeat 0 -1314px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_PE {
  background: url(../images/flag-sprite.png) no-repeat 0 -1332px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_PK {
  background: url(../images/flag-sprite.png) no-repeat 0 -1368px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_PL {
  background: url(../images/flag-sprite.png) no-repeat 0 -1386px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_RO {
  background: url(../images/flag-sprite.png) no-repeat 0 -1458px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_RS {
  background: url(../images/flag-sprite.png) no-repeat 0 -1474px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_SA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1510px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_SE {
  background: url(../images/flag-sprite.png) no-repeat 0 -1528px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_SK {
  background: url(../images/flag-sprite.png) no-repeat 0 -1564px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_SY {
  background: url(../images/flag-sprite.png) no-repeat 0 -1582px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_TN {
  background: url(../images/flag-sprite.png) no-repeat 0 -1618px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_TW {
  background: url(../images/flag-sprite.png) no-repeat 0 -1654px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_TZ {
  background: url(../images/flag-sprite.png) no-repeat 0 -1672px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_UA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1690px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_UG {
  background: url(../images/flag-sprite.png) no-repeat 0 -1708px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_XA {
  background: url(../images/flag-sprite.png) no-repeat 0 -1762px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_XO {
  background: url(../images/flag-sprite.png) no-repeat 0 -1798px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_XP {
  background: url(../images/flag-sprite.png) no-repeat 0 -1816px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.img_con_TR {
  background: url(../images/flag-sprite.png) no-repeat 0 -1636px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

#popups, #popups-mobile {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: .9em;
  display: none;
  overflow: auto;
  position: absolute;
}
#popups .suggestions, #popups-mobile .suggestions {
  border-bottom: 1px solid #DBEAF8;
  cursor: pointer;
  padding: 5px;
}
#popups .suggestions:hover, #popups .suggestions:focus, #popups-mobile .suggestions:hover, #popups-mobile .suggestions:focus {
  background: #DBEAF8;
}
#popups .suggtypes, #popups-mobile .suggtypes {
  border-bottom: 1px solid #DBEAF8;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
}
#popups .suggtypes:hover, #popups .suggtypes:focus, #popups-mobile .suggtypes:hover, #popups-mobile .suggtypes:focus {
  background: #DBEAF8;
}

#dc_box2 {
  display: none;
}

.mobile-advanced-search-expand:focus {
  color: #31609E;
  text-decoration: none;
}

.quick-links-container .quick-links-container-inner {
  background: #9acdff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.quick-links-container .quick-links-title {
  color: #31609E;
  float: left;
  font-size: 1.4em;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .quick-links-container .quick-links-title {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    width: auto;
  }
}
.quick-links-container .quick-links-list {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .quick-links-container .quick-links-list {
    width: auto;
  }
}
.quick-links-container .quick-links-list li {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .quick-links-container .quick-links-list li {
    display: inline;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.quick-links-container .quick-links-list li a {
  background: #dbeaf8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.1em;
  padding: 4px 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .quick-links-container .quick-links-list li a {
    width: auto;
  }
}
.quick-links-container .quick-links-list li.active {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fe812b;
  font-weight: bold;
  display: inline-block;
  font-size: 1.1em;
  padding: 4px 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .quick-links-container .quick-links-list li.active {
    width: auto;
  }
}
.quick-links-container .quick-links-character {
  background-position: 0 -3070px;
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 91px;
  height: 80px;
}

.left-column-subsection-container {
  border: 4px solid #DBEAF8;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  *width: 98%;
}
.left-column-subsection-container ul {
  font-size: .9em;
  margin-bottom: 0;
}
.left-column-subsection-container h1, .left-column-subsection-container h2, .left-column-subsection-container .subsection-header {
  background: #DBEAF8;
  color: #31609E;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0;
  padding: 7px 7px;
}
.left-column-subsection-container h3 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  .left-column-subsection-container h3 {
    text-align: left;
  }
}
.left-column-subsection-container .subsection-header {
  display: block;
}
.left-column-subsection-container .left-column-subsection-container-inner {
  border-spacing: 5px;
  padding: 5px 0;
  position: relative;
  float: left;
  width: 100%;
}
.left-column-subsection-container .left-column-subsection-container-inner.alternate {
  border-bottom: 1px solid #cfeaf1;
  border-top: 1px solid #cfeaf1;
}
.left-column-subsection-container .subhead {
  background: none;
  font-size: .9em;
  font-weight: bold;
  margin: 20px 0;
  padding: 0;
}

.left-column-section-container {
  border: 4px solid #5785CA;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  *width: 98%;
}
.left-column-section-container h1, .left-column-section-container h2, .left-column-section-container .subsection-header {
  background: #5785CA;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0;
  padding: 7px 7px;
}
.left-column-section-container .left-column-section-container-inner {
  border-spacing: 5px;
  display: table;
  position: relative;
  float: left;
  width: 100%;
}

.newsletter-form-container .newsletter-bg, .newsletter-success-container .newsletter-bg {
  background: #5785ca;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.newsletter-bg h3 {
  color: #fff;
  margin-top: 0;
}

#newsletter-success {
  background: #fe812b;
  border-radius: 5px;
  font-size: 1em;
  padding: 6px;
  font-weight: bold;
  display: none;
  color: #fff;
}
#newsletter-success a {
  color: #fff;
}
#newsletter-success a:hover {
  text-decoration: underline;
}

ol {
  color: #fe812b;
  font-size: .9em;
}

.why-book-list {
  position: relative;
  float: left;
  text-align: left;
  width: 100%;
}
.why-book-list span {
  color: #0f238c;
}
.why-book-list .why-book-list-left {
  position: relative;
  float: left;
  width: 50%;
  *width: 48%;
}
.why-book-list .why-book-list-right {
  position: relative;
  float: left;
  width: 50%;
  *width: 48%;
}

.sidebar-hotel {
  border: 1px solid #cbd9ef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  float: left;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  text-align: left;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
.sidebar-hotel h4 {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0 0 9px;
}
.sidebar-hotel img {
  border: 1px solid #fff;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  position: relative;
  float: left;
  margin-right: 3%;
  width: 40%;
}
@media (min-width: 768px) {
  .sidebar-hotel img {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .sidebar-hotel img {
    margin-right: 3%;
    width: 40%;
  }
}
.sidebar-hotel:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fe812b;
}
.sidebar-hotel:hover p {
  color: #000;
}
.sidebar-hotel .sidebar-hotel-info {
  position: relative;
  float: left;
  width: 57%;
}
@media (min-width: 768px) {
  .sidebar-hotel .sidebar-hotel-info {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .sidebar-hotel .sidebar-hotel-info {
    width: 57%;
  }
}
.sidebar-hotel .sidebar-hotel-info h5 {
  font-size: .9em;
  font-weight: bold;
  margin: 0 0 5px;
}
.sidebar-hotel .sidebar-hotel-info p {
  color: #000;
  font-size: .8em;
  font-weight: normal;
  text-align: left;
}

.hotel-offers-box .button {
  display: inline-block;
  font-size: .9em;
  margin: 10px 0;
}

.sidebar-links-list {
  font-size: .9em;
  margin: 0;
  padding: 0;
}
.sidebar-links-list li {
  list-style-type: none;
  margin: 0 0 3px;
  padding: 0;
}

.secret-member-image {
  background-image: url(../images/ts-sitemap-sprite.png);
  background-position: 0px -1167px;
  display: block;
  margin: 10px auto 10px auto;
  width: 187px;
  height: 140px;
}

#secret-deals-error {
  background: #d23317;
  border-radius: 5px;
  font-size: 1em;
  padding: 6px;
  font-weight: bold;
  display: none;
  color: #fff;
  margin-bottom: 5px;
}

#secret-deals-success {
  background: #fe812b;
  border-radius: 5px;
  font-size: 1em;
  padding: 6px;
  font-weight: bold;
  display: none;
  color: #fff;
  text-align: center;
}
#secret-deals-success a {
  color: #fff;
}
#secret-deals-success a:hover {
  text-decoration: underline;
}

#newsletter-success {
  background: #fe812b;
  border-radius: 5px;
  font-size: 1em;
  padding: 6px;
  font-weight: bold;
  display: none;
  color: #fff;
}
#newsletter-success a {
  color: #fff;
}
#newsletter-success a:hover {
  text-decoration: underline;
}

.submit-send-me-deals {
  display: inline-block;
  font-weight: bold;
  margin: 8px 0 0;
  padding: 7px 15px 7px 10px;
}

#LatestOffers {
  border-top: 0;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.location-hotels {
  display: none;
}

.type-hotels {
  display: block;
}

.sort-icon {
  float: right;
  margin-top: 2px;
}

.map-container {
  display: none;
}
.map-container .map-image-container {
  display: block;
  position: relative;
}
.map-container img {
  height: auto;
  width: 100%;
}
.map-container .map-title {
  display: block;
  font-size: .8em;
  margin: 10px 0;
}
.map-container .map-list {
  float: left;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  position: relative;
  width: 100%;
}
.map-container .map-list li {
  float: left;
  list-style-type: square;
  margin-right: 30px;
}
@media (max-width: 500px) {
  .map-container .map-list li {
    width: 100%;
  }
}
.map-container .launch-map {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.page-top-link {
  background: #DBEAF8;
  font-size: .9em;
  padding: 5px 10px 5px 0;
  position: relative;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
}
@media (min-width: 550px) {
  .page-top-link {
    background: none;
    font-size: .9em;
    padding: 0 5px 0 0;
    position: absolute;
    right: 10px;
    top: 7px;
  }
}

.top-tabs {
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .top-tabs {
    padding: 0 0 0 10px;
  }
}
.top-tabs.bottom {
  position: relative;
  float: left;
  width: 100%;
}
.top-tabs.top {
  margin-top: 0;
}
.top-tabs li {
  display: inline;
}
@media (max-width: 768px) {
  .top-tabs li {
    display: block;
    text-align: center;
  }
}
.top-tabs li.active a {
  background: #DBEAF8;
}
.top-tabs li a {
  border: 2px solid #DBEAF8;
  border-bottom: 0;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  padding: 7px 10px;
}
@media (max-width: 768px) {
  .top-tabs li a {
    display: block;
  }
}

.left-content-section {
  border: 2px solid #DBEAF8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.left-content-section .content-image {
  position: relative;
}
@media (max-width: 768px) {
  .left-content-section .content-image {
    margin: 20px 0;
    text-align: center;
  }
}
.left-content-section .content-image img {
  background: #fff;
  border: 1px solid #fff;
  clear: both;
  float: left;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 2px;
  height: auto;
}
.left-content-section .content-image .image-caption {
  display: block;
  clear: both;
  margin: 5px 0 20px 0;
  float: left;
}
.left-content-section .content-image h2 {
  background: #fff;
  font-size: 1.3em;
  position: absolute;
  top: 60%;
  left: 18px;
  padding: 9px;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .left-content-section .content-image h2 {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  .left-content-section .content-image h2 {
    left: 0;
    top: 0;
    position: relative;
  }
}
.left-content-section .content-section-header h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .left-content-section .content-section-header h2 {
    text-align: center;
  }
}
.left-content-section .content-section-bottom {
  margin-top: 15px;
}
.left-content-section .content-section-bottom p {
  margin-bottom: 0;
}
.left-content-section .sharing-icons {
  text-align: right;
}
@media (max-width: 768px) {
  .left-content-section .sharing-icons {
    text-align: center;
  }
}
.left-content-section .content-text ul {
  padding: 0 0 0 20px;
}
.left-content-section .content-text ul li {
  margin-bottom: 15px;
}
.left-content-section .content-text ul li:last-of-type {
  margin-bottom: 0;
}
.left-content-section .review-icon {
  background-image: url(../images/ts-sitemap-sprite.png);
  background-position: 0 -982px;
  display: block;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 40px;
  height: 45px;
}
.left-content-section .intro-text p {
  padding: 25px 15px 25px 50px;
}
.left-content-section time.time-icon {
  border: 1px solid #ECECEC;
  font-size: 1em;
  /* change icon size */
  display: block;
  position: relative;
  width: 6em;
  height: 6em;
  background-color: #fff;
  margin: 0;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  -ms-transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
}
@media (max-width: 768px) {
  .left-content-section time.time-icon {
    margin: 15px auto;
  }
}
.left-content-section time.time-icon * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-style: normal;
  text-align: center;
}
.left-content-section time.time-icon strong {
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  font-weight: normal;
  background-color: #fe812b;
  border-bottom: 1px dashed #E0CFC0;
  box-shadow: 0 2px 0 #fd9f1b;
}
.left-content-section time.time-icon em {
  position: absolute;
  bottom: 0.3em;
  color: #fe812b;
}
.left-content-section time.time-icon span {
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

.stButton {
  margin-right: 0 !important;
}
.stButton .chicklets {
  padding-right: 0 !important;
}

.guides-box li {
  font-size: 1em;
  margin-bottom: 2px;
}
.guides-box li:last-of-type {
  margin-bottom: 0;
}

.seen-on-tv-box .seen-on-tv-icon {
  background-image: url(../images/ts-sitemap-sprite.png);
  background-position: -211px -1027px;
  display: block;
  margin: 10px auto 10px auto;
  width: 115px;
  height: 123px;
}

@media (max-width: 992px) {
  .secret-deals-center {
    text-align: center;
  }
}
.secret-deals-center h3 {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .secret-deals-center h3 {
    text-align: center;
  }
}
.secret-deals-center .secret-member-image {
  margin: 0;
}
@media (max-width: 992px) {
  .secret-deals-center .secret-member-image {
    margin: 0 auto 10px auto;
  }
}
.secret-deals-center p {
  font-size: .9em !important;
  line-height: 1.6em;
}
.secret-deals-center .submit-send-me-deals {
  margin-top: 0;
  padding: 5px 15px 5px 10px;
}
.secret-deals-center .london-comp-image {
  background-image: url(../images/ts-sitemap-sprite.png);
  background-position: 0px -1027px;
  display: block;
  width: 187px;
  height: 140px;
}
@media (max-width: 992px) {
  .secret-deals-center .london-comp-image {
    margin: 0 auto 10px auto;
  }
}
.secret-deals-center .competition-info {
  font-size: 1.3em !important;
}
.secret-deals-center .facebook-container {
  /*text-align: center;*/
        background-image: url("../images/ts-sitemap-sprite.png");
    background-position: -164px -1309px;
    margin: 0 auto;
    position: relative;
    width: 159px;
    height: 125px;
}
.secret-deals-center #competition-thanks {
  text-align: center;
}

.ultimate-guide-box {
  text-align: center;
}
.ultimate-guide-box h2 {
  font-size: 1.4em;
  font-weight: bold;
}
.ultimate-guide-box h3 {
  font-size: 1.2em !important;
  font-weight: bold;
  margin-top: 5px !important;
  margin-bottom: 0;
}

.free-stay-box .london-comp-image {
  background-image: url('/images/ts-sitemap-sprite.png');
  background-position: 0px -1027px;
  display: block;
  margin: 0 auto;
  width: 187px;
  height: 140px;
}

.right-sidebar-box .student-long-stay-image {
  background-image: url("/images/ts-sitemap-sprite.png");
  background-position: -189px -1168px;
  display: block;
  margin: 10px auto 10px auto;
  width: 159px;
  height: 129px;
}
.right-sidebar-box .save-60-image {
  background-image: url("/images/ts-sitemap-sprite.png");
  background-position: 0 -1309px;
  display: block;
  margin: 10px auto 10px auto;
  width: 163px;
  height: 122px;
}
.right-sidebar-box .facebook-container {
  background-image: url("/images/ts-sitemap-sprite.png");
  background-position: -164px -1309px;
  margin: 0 auto;
  position: relative;
  width: 159px;
  height: 125px;
}

.bottom-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  float: left;
}

.mobile-recent-search-button {
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #fff;
  display: block;
  float: none;
  margin-bottom: 15px;
  padding: 10px 15px 10px 10px;
  background-color: #5785ca;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMjM4YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3ODVjYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0f238c), color-stop(100%, #5785ca));
  background-image: -moz-linear-gradient(bottom, #0f238c, #5785ca);
  background-image: -webkit-linear-gradient(bottom, #0f238c, #5785ca);
  background-image: linear-gradient(to top, #0f238c, #5785ca);
}
.mobile-recent-search-button:hover {
  color: #fff;
  background: #6bba70;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiYmE3MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #008c00), color-stop(100%, #6bba70));
  background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
  background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
  background-image: linear-gradient(to top, #008c00, #6bba70);
}

.article-container p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article-container p a {
  word-break: break-all;
  word-break: break-word;
}

.article-container p.article-intro {
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  font-weight: normal;
}

.article-container h3 {
  color: #00009a;
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 20px 0;
}

.article-heading {
  color: #00009a;
  font-weight: bold !important;
}

.full-width-image {
  width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
}

.right-align-image {
  float: right;
  margin: 0 0 10px 10px;
}

.left-align-image {
  float: left;
  margin: 0 10px 10px 0;
}

.seperator {
  background: #D5EAED;
  clear: both;
  display: block;
  height: 2px;
  margin: 30px 0;
  width: 100%;
}

@media (max-width: 400px) {
  .article-container img {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
}
.bottom-search .mobile-search-inner {
  margin-bottom: 0;
}
.bottom-search h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 15px;
}
.bottom-search h3 {
  font-weight: bold;
}
.bottom-search p {
  font-size: 1.1em !important;
}

.sharing-buttons-container {
  margin-bottom: 10px;
  text-align: right;
}

.full-width-advert {
  background: #FDF6EB;
  border: 3px solid #FFCFB0;
  border-radius: 7px;
  margin: 30px 0;
  width: 100%;
  padding: 20px;
  position: relative;
}
.full-width-advert img {
  border-radius: 5px;
  margin-top: 0;
}
.full-width-advert h5 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0;
}
.full-width-advert p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 25px;
}
.full-width-advert .button {
  display: inline-block;
  font-size: 1.7em;
}
@media (max-width: 767px) {
  .full-width-advert {
    padding: 10px;
  }
  .full-width-advert h5 {
    font-size: 1.7em;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
  }
  .full-width-advert p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
  .full-width-advert .button {
    font-size: 1.3em;
    text-align: center;
  }
}
.facebook .fb_iframe_widget{
margin-top:48px !important;
}#main-page-wrapper {	margin:auto;	float:none;	width:1180px;	}.footer-inner {width:1180px;	margin:auto;	float:none;	}
