body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  position: relative; }

a, .text-default {
  color: #0A2E56; }
  a:hover, .text-default:hover {
    color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000; }

h5 {
  font-size: 19px;
  font-weight: 500;
  text-transform: none; }

h1 {
  font-size: 35px;
  font-weight: 300; }

h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase; }

.main-container {
  /* background: rgba(245, 242, 223, 0.87) none repeat scroll 0 0; */
  background: #fff;
  font-family: 'Poppins', sans-serif; }
  .main-container .tittle h1 {
    padding: 0 0 35px 0;
    margin-bottom: 45px; }

.fixed-header-on .dark.header.fixed {
  background-color: #2d211d;
  border-bottom: 1px solid #36373c; }

.header-top {
  border-bottom: 0;
  box-shadow: none; }
  .header-top.dark {
    background-color: #2d211d !important;
    border-bottom: 0; }
  .header-top .top-contacts {
    list-style: outside none none;
    margin: 10px 0 10px;
    padding: 0; }
    .header-top .top-contacts li {
      margin: 0;
      padding: 3px 25px 2px 0;
      display: inline-block; }
      .header-top .top-contacts li i {
        padding-right: 5px; }
    .header-top .top-contacts.social-links {
      font-size: 12px; }
      .header-top .top-contacts.social-links li {
        border-right: 0; }
        .header-top .top-contacts.social-links li:hover {
          background: transparent; }
  .header-top .social-links .dropdown-menu li {
    display: block;
    font-size: 13px !important;
    border-right: 0; }

#header-top-second {
  text-align: right; }
  #header-top-second .top-externallinks {
    list-style: outside none none;
    margin: 10px 0 10px;
    padding: 0; }
    #header-top-second .top-externallinks li {
      margin: 0;
      padding: 3px 25px 2px 0;
      display: inline-block; }
      #header-top-second .top-externallinks li a {
        font-size: 13px;
        color: #000 !important; }
        #header-top-second .top-externallinks li a:hover {
          color: #0A2E56 !important;
          text-decoration: none; }

.fixed-header-on .header .navbar-nav {
  margin-top: 10px; }
.fixed-header-on .header .shop-cart {
  padding-top: 10px; }

@media (max-width: 768px) {
  .navbar.navbar-default {
    margin-top: 0; } }
.navbar-collapse.in {
  margin-top: 10px;
  margin-top: 10px; }

.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  font-weight: 100;
  color: #555 !important;
  padding: 12px 25px 12px 15px;
  line-height: 22px; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #000 !important; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
      padding-left: 10px;
      font-size: 16px; } }

.main-navigation .navbar-nav > li {
  margin: 0; }
  .main-navigation .navbar-nav > li.register a {
    background: #fff;
    color: #103a71 !important;
    border: 1px solid #103a71;
    padding-right: 15px; }
    .main-navigation .navbar-nav > li.register a:hover {
      background: #103a71;
      color: #fff !important; }

.dark.header {
  background-color: #2d211d;
  border-top: 1px solid #515151; }
  .dark.header .navbar.navbar-default {
    background-color: transparent;
    border: none; }
    .dark.header .navbar.navbar-default .navbar-nav > li > a {
      font-weight: 400; }
  .dark.header .dropdown-menu {
    background-color: #271a16; }

.header .main-navigation li > a {
  color: #0A2E56; }
  .header .main-navigation li > a:hover {
    color: #0A2E56; }

@media (max-width: 768px) {
  .header-left .logo {
    display: inline-block; } }
.header-left .logo img {
  max-height: 67px; }
  @media (max-width: 768px) {
    .header-left .logo img {
      margin: 0 !important; } }
  @media (min-width: 768px) and (max-width: 990px) {
    .header-left .logo img {
      margin: 0 auto !important; } }
.header-left .navbar-header {
  float: right;
  margin-top: 10px; }
  .header-left .navbar-header .navbar-toggle {
    background-color: #fafafa;
    border-color: #888; }
    .header-left .navbar-header .navbar-toggle .icon-bar {
      background-color: #888; }
    .header-left .navbar-header .navbar-toggle:hover, .header-left .navbar-header .navbar-toggle:focus {
      border-color: #000; }
      .header-left .navbar-header .navbar-toggle:hover .icon-bar, .header-left .navbar-header .navbar-toggle:focus .icon-bar {
        background-color: #000; }

.navbar {
  min-height: auto; }
  @media (max-width: 768px) {
    .navbar.navbar-default {
      border: 0;
      background-color: transparent; }
      .navbar.navbar-default .navbar-collapse.collapse.in {
        background: #fafafa; } }

#logo-footer {
  max-width: 200px; }

.fixed-header-on .header .logo {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin: -4px 0 -8px 0; }

#header-top-second .btn {
  min-width: auto;
  padding: 0;
  margin: 10px 0 0 0;
  background: transparent; }
#header-top-second .dropdown-menu {
  left: auto;
  right: 0; }

.dark-translucent-bg::after {
  background-color: rgba(0, 0, 0, 0.7); }

@media (max-width: 768px) {
  .dark-translucent-bg .space-top {
    padding-top: 0; }
  .dark-translucent-bg h1 {
    font-size: 25px; } }

.footer {
  background-color: #2d211d;
  border-bottom: 0;
  border-top: 0;
  padding: 30px 0; }
  .footer h3 {
    color: #fff;
    text-transform: none; }
  .footer a {
    color: #fefefe; }
    .footer a:hover {
      text-decoration: none !important;
      color: #fff; }

.subfooter {
  background-color: #052957; }
  .subfooter a {
    color: #d1d1d1 !important;
    transition: all 0.2s ease-in-out !important; }
    .subfooter a:hover {
      color: #fff !important;
      text-decoration: none; }
  .subfooter .navbar-default .nav > li {
    float: none;
    display: inline-block;
    margin-top: 0; }
    .subfooter .navbar-default .nav > li > a {
      color: #d1d1d1 !important;
      transition: all 0.2s ease-in-out !important; }
      .subfooter .navbar-default .nav > li > a:hover {
        color: #fff !important;
        text-decoration: none; }
  @media screen and (min-width: 999px) and (max-width: 1200px) {
    .subfooter .navbar-nav {
      text-align: center;
      float: none; } }
  .subfooter .footer-copyright {
    padding-top: 20px; }
  .subfooter .footer-menu {
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .subfooter .footer-menu {
        text-align: right;
        float: right; } }
  .subfooter .social-links {
    margin: 0 !important; }

.header-top .social-links li a {
  display: inline-block;
  font-size: 12px;
  width: auto;
  height: auto;
  color: #666;
  background-color: transparent;
  border-color: transparent; }

.homeaboutbox {
  background: rgba(2, 92, 116, 0.7);
  padding: 60px 50px 40px 50px;
  text-align: center; }
  .homeaboutbox h1 {
    color: #fff; }
  .homeaboutbox p {
    font-size: 19px;
    color: #fff;
    line-height: 30px;
    font-weight: 200; }
  .homeaboutbox img {
    max-width: 300px;
    margin: 0 auto; }
  .homeaboutbox a.link {
    color: #fff; }

/* top search */
.sorting-filters label {
  font-weight: 400; }

.shop-banner .sorting-filters {
  bottom: 5px; }

.tp-bannertimer {
  background-color: rgba(150, 150, 150, 0.7); }

.tparrows {
  display: none !important; }

.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 60px;
  opacity: .2; }

.curly-quotes:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px; }

.curly-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px; }

.lead {
  font-weight: 200; }

.banner .fixed-image {
  height: 400px; }

.sectiontitle {
  background: #f4efe7; }

.no-margin {
  margin: 0; }
  .no-margin .row {
    margin: 0; }

.no-padding {
  padding: 0; }

.margin-top-large {
  margin-top: 75px; }

.dropdown > a::before {
  right: 6px; }

.tp-caption.very_large_text {
  font-family: 'Montserrat';
  font-weight: 400;
  text-transform: uppercase; }

.tp-caption.large_text {
  font-family: 'Montserrat';
  font-weight: 400; }

.tp-caption.RotatingWords-TitleWhite, .RotatingWords-TitleWhite {
  color: white;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  text-align: center; }

.btn-gold {
  background-color: #c4953b;
  color: #fff; }

.btn-default {
  background-color: #103a71;
  color: #ffffff !important;
  border-color: #103a71; }

.default-bg {
  background: rgba(2, 92, 116, 0.7);
  color: #ffffff; }

.box-style-3:hover .default-bg {
  background-color: #ffffff;
  border: 1px solid rgba(2, 92, 116, 0.7); }
  .box-style-3:hover .default-bg * {
    color: rgba(2, 92, 116, 0.7); }

.btn.btn-lg {
  padding: 17px 40px;
  font-size: 18px;
  min-width: 210px; }
  @media screen and (max-width: 990px) {
    .btn.btn-lg {
      min-width: 210px !important;
      font-size: 17px !important;
      border-width: 1px !important;
      padding: 15px 25px !important; } }

.btn-default {
  color: #ffffff !important;
  background-color: #2A4563;
  border-color: #2A4563; }
  .btn-default.btn-inverse {
    background: transparent;
    border-color: #ffffff;
    color: #fff !important; }
    .btn-default.btn-inverse:hover {
      background-color: #fff;
      color: #2A4563 !important; }
  .btn-default.btn-onwhite {
    background: transparent;
    border-color: #2A4563;
    color: #2A4563 !important; }
    .btn-default.btn-onwhite:hover {
      background-color: #2A4563;
      color: #fff !important; }

.banner {
  border-bottom: 0; }

.banner + .page-intro {
  margin-top: -55px !important; }

.banner.map + .page-intro {
  margin-top: 0 !important;
  background-color: #e2e9eb; }

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background-color: #920002;
  border-color: #920002;
  color: #ffffff; }

.btn-dark {
  color: #333;
  background-color: #103a71;
  border-color: #103a71; }

.btn-dark:hover,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #333;
  background-color: #0e4388;
  border-color: #0e4388; }

.btn-dark2 {
  color: #333;
  background-color: rgba(2, 92, 116, 0.8);
  border-color: rgba(2, 92, 116, 0.8); }

.btn-dark2:hover,
.btn-dark2:focus,
.btn-dark2:active,
.btn-dark2.active,
.open .dropdown-toggle.btn-dark2 {
  color: #333;
  background-color: #025c74;
  border-color: #025c74; }

.tp-caption .btn-dark2 {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
.tp-caption .btn-dark2:hover,
.tp-caption .btn-dark2:focus,
.tp-caption .btn-dark2:active,
.tp-caption .btn-dark2.active,
.tp-caption .open .dropdown-toggle.btn-dark2 {
  color: #025c74 !important;
  background-color: #fff;
  border-color: #fff; }

.listing-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/menu-bkg.pngxxx");
  text-align: center;
  padding-top: 50px;
  border: 0;
  position: relative; }
  .listing-item .listing-item-medail {
    position: absolute;
    max-width: 75px;
    max-height: 75px;
    top: 50px;
    right: 0;
    z-index: 999; }

.listing-item:hover .listing-item-body {
  background-color: transparent !important; }

.owl-carousel.clients-special .owl-item > div {
  margin: 0 20px; }

.owl-carousel .owl-stage {
  display: flex;
  align-items: center; }

.section.small-hr > .container {
  padding-bottom: 35px; }

small {
  line-height: 10px !important; }

.page-intro {
  background-color: #fff;
  border-bottom: 0;
  box-shadow: none; }

.page-topinfo {
  background: #c70000; }
  .page-topinfo div.infotext {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px; }
    .page-topinfo div.infotext p:last-child {
      margin-bottom: 0; }
    .page-topinfo div.infotext a.topinfoclosebtn {
      position: absolute;
      top: 5px;
      right: 15px;
      color: #fff; }

.box-style-1.gray-bg {
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }
  .box-style-1.gray-bg::before {
    box-shadow: none !important;
    -webkit-box-shadow: none !important; }

.box-style-1.allanlloyds-translucent-bg {
  background: rgba(2, 92, 116, 0.7); }
  .box-style-1.allanlloyds-translucent-bg::after {
    background: none; }
.box-style-1 i {
  font-size: 15px;
  margin-top: 0; }

/*
.fixed-header-on {
    .logo {
        img {
            width: 80px;
        }
    }
}
*/
.homegallery {
  padding-bottom: 0 !important;
  margin-bottom: 0; }
  .homegallery a.overlay {
    background-color: rgba(194, 148, 67, 0.35); }
    .homegallery a.overlay span {
      bottom: 30px;
      color: #fff; }
  .homegallery .galleryborder {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }

.searchcontainer {
  margin-top: 20px;
  background: #f4efe7;
  padding: 20px 20px 20px 50px; }
  @media screen and (min-width: 768px) {
    .searchcontainer .selectfields {
      width: 23%;
      padding: 0 8px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .searchcontainer .selectfields {
      width: 20%; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    .searchcontainer .selectfields {
      width: 15%; } }
  @media screen and (min-width: 768px) {
    .searchcontainer .selectfields select {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .searchcontainer .selectfields.goodssearchfield {
      width: 37%;
      padding: 0 8px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .searchcontainer .selectfields.goodssearchfield {
      width: 34%; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    .searchcontainer .selectfields.goodssearchfield {
      width: 29%; } }
  @media screen and (min-width: 768px) {
    .searchcontainer .selectfields.fulltext {
      width: 75%;
      padding: 0 8px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .searchcontainer .selectfields.fulltext {
      width: 70%; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    .searchcontainer .selectfields.fulltext {
      width: 60%; } }
  .searchcontainer .selectfields.fulltext input {
    width: 100%; }
  .searchcontainer .searchtitle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    padding-right: 8px; }
  .searchcontainer .searchbutton {
    padding-left: 8px;
    padding-top: 9px; }
    .searchcontainer .searchbutton .btn {
      margin-top: 0;
      background: #103a71;
      border: 1px solid #103a71;
      color: #333;
      /* letter-spacing: normal; */
      /* text-transform: none; */
      font-size: 16px;
      font-weight: 700;
      padding: 7px 30px; }
    @media screen and (max-width: 768px) {
      .searchcontainer .searchbutton {
        padding-left: 0; } }

.eventsidebtn {
  display: block;
  width: 100%;
  margin: 0 0 1px 0; }
  .eventsidebtn.btn-danger {
    background: #FF0000; }
  .eventsidebtn.btn-white {
    background: #fff;
    border: 1px solid #103a71; }
    .eventsidebtn.btn-white:hover {
      background: #103a71;
      color: #fff; }

.eventitem .eventlogo {
  padding-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .eventitem .eventlogo {
      margin: 0 auto;
      width: 35%; } }
  @media screen and (max-width: 450px) {
    .eventitem .eventlogo {
      margin: 0 auto;
      width: 50%; } }

.pasteventitem {
  margin: 0 0 5px 0;
  padding: 10px 0; }
  .pasteventitem:hover {
    background: #f3f3f3; }

.portfolio-item.side {
  margin-top: 0; }
  .portfolio-item.side .block {
    padding-bottom: 30px; }
  .portfolio-item.side .list-icons li, .portfolio-item.side .list li {
    padding: 3px 0; }

.detailpricebox {
  background: #f4efe7;
  padding: 10px 20px 20px 20px; }

.item-detail-page h1 {
  margin-top: 0; }
  @media (max-width: 768px) {
    .item-detail-page h1 {
      margin-top: 25px; } }
.item-detail-page div.itemannotation {
  padding: 5px 0 10px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  color: #333; }
.item-detail-page div.itemid {
  padding: 0 0 8px 0;
  font-size: 14px;
  font-weight: 300;
  color: #a0a0a0;
  text-transform: uppercase; }
.item-detail-page div.itemcontent {
  padding-bottom: 15px; }
  .item-detail-page div.itemcontent p {
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    color: #444; }
  .item-detail-page div.itemcontent .item-medails {
    margin: 15px 0; }
    .item-detail-page div.itemcontent .item-medails .medail {
      max-height: 100px;
      max-height: 100px;
      margin: 0 15px 15px 0; }
.item-detail-page .itemprice {
  font-weight: 700;
  font-size: 30px;
  color: #272727;
  padding-bottom: 8px; }
  .item-detail-page .itemprice .small {
    font-size: 18px; }
  .item-detail-page .itemprice .itempriceold {
    padding-left: 30px;
    font-size: 25px;
    color: #ababab;
    text-decoration: line-through; }
    .item-detail-page .itemprice .itempriceold .small {
      font-size: 16px; }
.item-detail-page .itemclubtext {
  font-size: 16px;
  padding: 0 0 8px 0; }
  .item-detail-page .itemclubtext .small {
    font-size: 11px; }
.item-detail-page .itemclubprice {
  font-size: 16px;
  font-weight: 700; }
.item-detail-page .itempricenote {
  font-size: 14px; }
  .item-detail-page .itempricenote span {
    color: #dd1010; }
    .item-detail-page .itempricenote span a {
      color: #dd1010; }
.item-detail-page .item-image {
  position: relative;
  background-image: url("/images/menu-bkg.pngxxx");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  text-align: center; }
  .item-detail-page .item-image .item-medail-main {
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    right: 20px;
    top: 20px;
    z-index: 999; }
    @media (min-width: 768px) and (max-width: 1000px) {
      .item-detail-page .item-image .item-medail-main {
        max-width: 70px;
        max-height: 70px; } }
    @media (max-width: 768px) {
      .item-detail-page .item-image .item-medail-main {
        max-width: 20%;
        max-height: 20%; } }
.item-detail-page .btn-dark {
  height: 44px;
  font-size: 17px;
  font-weight: 700; }

.allanlloyds-translucent-bg::after {
  background-color: rgba(2, 92, 116, 0.8); }

section.ourconferences .list-item {
  border-bottom: 1px solid #efefef; }
  section.ourconferences .list-item:last-child {
    border-bottom: 0; }
section.ourconferences h3 {
  margin-top: 0; }

li.li-icon {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; }
  li.li-icon.icon-transport {
    background-image: url("/images/icon-transport.png"); }
  li.li-icon.icon-car {
    background-image: url("/images/icon-car.png"); }
  li.li-icon.icon-taxi-sign {
    background-image: url("/images/icon-taxi-sign.png"); }
  li.li-icon.icon-school-bus-front {
    background-image: url("/images/icon-school-bus-front.png"); }

.presslistbox img {
  margin-top: 5px; }
@media (min-width: 768px) {
  .presslistbox h3 {
    margin-top: 0; } }
.presslistbox .presslistiteminfo {
  margin-top: 5px; }

.blogslistbox {
  background: #f4efe7;
  margin-bottom: 40px; }
  .blogslistbox .blogslistcontent {
    padding: 20px 45px 20px 15px;
    color: #140806;
    font-size: 16px;
    line-height: 25px; }
    .blogslistbox .blogslistcontent h3 {
      font-size: 27px;
      margin-bottom: 15px; }
    .blogslistbox .blogslistcontent .blogslistinfo {
      padding-top: 15px; }
    .blogslistbox .blogslistcontent a {
      color: #714200; }
  .blogslistbox .blogslistimage img {
    z-index: 10; }

.owl-nav {
  position: absolute;
  top: 0; }

.sorting-filters .form-inline .has-feedback .form-control-feedback {
  top: 20px; }
.sorting-filters .form-inline .form-control::placeholder {
  opacity: 0; }

.roomcontrolsbox {
  margin: 55px 0 25px 0; }
  .roomcontrolsbox .roompriceitem {
    padding-top: 20px; }
  .roomcontrolsbox .roompricevalue {
    font-size: 25px;
    font-weight: 400;
    color: #333; }

.congressaccordion .congressheader {
  background: #0a2e56;
  color: #fff; }
  .congressaccordion .congressheader .congressheadercol {
    padding: 15px 15px;
    text-align: center; }
    .congressaccordion .congressheader .congressheadercol:first-child {
      padding-top: 30px;
      text-align: left; }
    .congressaccordion .congressheader .congressheadercol:last-child {
      text-align: right; }
    .congressaccordion .congressheader .congressheadercol img {
      max-height: 35px;
      margin: 0 auto; }
.congressaccordion .congressheadingrow {
  border-top: 1px solid #ccc;
  background: #fff; }
  .congressaccordion .congressheadingrow.collapsed {
    background: #f5f5f5; }
    .congressaccordion .congressheadingrow.collapsed:hover {
      background: #fff; }
    .congressaccordion .congressheadingrow.collapsed span {
      display: none; }
  .congressaccordion .congressheadingrow span {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #999; }
.congressaccordion .congressheadingcol {
  padding: 15px;
  text-align: center; }
  .congressaccordion .congressheadingcol:first-child {
    text-align: left; }
  .congressaccordion .congressheadingcol:last-child {
    text-align: right; }
.congressaccordion .panel-group .panel + .panel {
  margin-top: 0px; }
.congressaccordion .panel-group .panel + .panel .congressheadeingrow {
  margin-top: 0px;
  border-top: 1px solid #cdcdcd; }
.congressaccordion .congressiconbox {
  text-align: center;
  color: #0c2f55; }
  .congressaccordion .congressiconbox .congressiconxs {
    max-height: 35px;
    margin: 0 auto; }
  .congressaccordion .congressiconbox span {
    display: block;
    font-size: 22px;
    padding: 5px 0 15px 0; }
.congressaccordion .panel-body {
  background-color: #fff !important;
  border-right: 0 !important;
  border-left: 0 !important; }

.prihovorsefkucharabox {
  padding: 20px;
  background: #0c2f55; }
  .prihovorsefkucharabox h1 {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 35px; }
  .prihovorsefkucharabox .about-white-box {
    background: transparent;
    color: #d2bd97;
    font-size: 17px;
    line-height: 27px; }
    .prihovorsefkucharabox .about-white-box .sign {
      margin-top: 15px;
      color: #fff;
      font-style: italic; }

.mobileapp .caption {
  background: rgba(100, 100, 100, 0.05);
  position: relative;
  bottom: auto;
  left: auto;
  width: 33%;
  margin-top: 125px; }

.separator::after {
  width: auto; }

.choosedelegatetype {
  box-sizing: border-box;
  display: block;
  padding: 30px 45px;
  margin-bottom: 20px;
  background: #103a71;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 23px;
  text-align: center; }
  .choosedelegatetype:hover {
    background: #265491;
    text-decoration: none; }

h3.inversed {
  box-sizing: border-box;
  color: #fff;
  background: #103a71;
  padding: 15px 15px 12px 15px;
  margin-bottom: 0; }
  h3.inversed small {
    color: #fff;
    font-size: 15px;
    text-transform: none; }

.formborderbox {
  box-sizing: border-box;
  border: 2px solid #103a71;
  padding: 25px 30px; }

#pricebox .box-style-1 {
  margin: 0;
  text-align: left !important; }
  #pricebox .box-style-1.gray-bg .form-control {
    border-color: #999; }
#pricebox .vertical-divider-left {
  border-left: 1px solid #cdcdcd;
  padding-left: 15px; }
  @media (max-width: 992px) {
    #pricebox .vertical-divider-left {
      border-left: 0;
      border-top: 1px solid #cdcdcd;
      padding-left: 0;
      padding-top: 15px; } }
#pricebox label {
  width: 100%; }
  #pricebox label .choosepricetable {
    margin-left: 10px;
    width: 100%; }
    #pricebox label .choosepricetable tbody {
      background: transparent; }
    #pricebox label .choosepricetable td {
      text-align: left;
      font-weight: 400 !important; }
      #pricebox label .choosepricetable td:first-child {
        padding-right: 15px;
        width: 100%; }
      #pricebox label .choosepricetable td:nth-child(2) {
        text-align: right;
        white-space: nowrap; }
      #pricebox label .choosepricetable td:nth-child(3) {
        padding-left: 3px;
        white-space: nowrap; }
      #pricebox label .choosepricetable td.total {
        border-top: 1px solid #cdcdcd;
        padding-top: 2px; }
  #pricebox label:hover td {
    color: #000; }

.pricebox .priceboxcheckbox {
  width: 20px;
  margin-left: -20px; }
.pricebox .priceboxcontent {
  padding-left: 20px;
  width: 100%; }

#adddelegate i {
  color: green; }
#adddelegate:hover i {
  color: #fff; }

#removedelegate i {
  color: red; }
#removedelegate:hover i {
  color: #fff; }

.select2-results__option img.img-flag {
  max-height: 40px;
  max-width: 40px;
  float: left;
  margin-right: 7px; }
.select2-results__option .select2optionbody {
  float: left; }
.select2-results__option .select2optiontitle {
  font-size: 17px;
  color: #000;
  white-space: nowrap;
  display: block; }
.select2-results__option small {
  display: block;
  font-size: 13px; }
.select2-results__option:hover .select2optiontitle {
  color: #fff; }

.regtext {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px; }

#st-2 .st-btn.st-last:hover img {
  display: inline-block !important; }

/*# sourceMappingURL=allanlloyds.css.map */
