/*body {
}
button:focus, input:focus, a:focus {
    outline: medium none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}*/

#ui-datepicker-div {
  z-index: 10 !important;
}

.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

.input-checkbox {
  display: none;
}

.checkbox label {
  vertical-align: top;
}

.checkbox span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}

.input-checkbox+label {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  padding: 8px;
  position: relative;
  vertical-align: middle;
}

.input-checkbox+label:active,
.input-checkbox:checked+label:active {
  border: 1px solid #ff9600;
  cursor: pointer;
}

.input-checkbox:checked+label {
  background-color: #fff;
  border: 1px solid #fff;
  color: #99a1a7;
}

.input-checkbox:checked+label::after {
  color: #000;
  content: "âœ”";
  font-size: 18px;
  left: 0;
  position: absolute;
  top: -5px;
}

.CFcolor-white {
  color: #fff !important;
}

.CFcolor-black {
  color: #000 !important;
}

.CFcolor-yellow {
  color: #fcf208 !important;
}

.CFcolor-gold {
  color: #b28a0b !important;
}

.CFcolor-red {
  color: #ff0000 !important;
}

.CFcolor-blue {
  color: #2e8ff7 !important;
}

.CFcolor-lightblue {
  color: #8197a0 !important;
}

.CFcolor-bluesky {
  color: #0a55bb !important;
}

.CFcolor-carmine {
  color: #b70909 !important;
}

.CFcolor-green {
  color: #31a608 !important;
}

.CFcolor-gray {
  color: #868686 !important;
}

.CFcolor-lightgray {
  color: #c0c0c0 !important;
}

.CFcolor-orange {
  color: #ff9600 !important;
}

.glyph-icon {
  background: rgba(0, 0, 0, 0) url("/Sites/49/images/home/mock/icon.png") no-repeat scroll 0 0;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
}

.icon-pin-blue {
  background-position: 0 0;
  height: 24px;
  pointer-events: none;
  width: 23px;
}

.icon-pin-red {
  background-position: -48px 0;
  height: 24px;
  pointer-events: none;
  width: 23px;
}

.icon-pin-white {
  background-position: -69px 0;
  height: 24px;
  pointer-events: none;
  width: 23px;
}

.icon-calendar-gray {
  background-position: -23px 0;
  height: 24px;
  pointer-events: none;
  width: 23px;
}

.spanPL-5 {
  padding-left: 5px !important;
}

.spanPR-5 {
  padding-right: 5px !important;
}

.spanPT-5 {
  padding-top: 5px !important;
}

.cfn-header {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.15);
  height: 95px;
}

.cfn-header .logo img {
  padding: 10px 0;
}

.cfn-header .navbar {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}

.cfn-header .navbar .nav {
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

.cfn-header .navbar .nav a {
  color: #92a7bb;
  padding: 15px 10px;
}

.cfn-header .navbar .nav.navbar-left {
  margin-top: 2.8em;
  padding: 0;
}

.cfn-header .navbar .nav .active a {
  background: transparent none repeat scroll 0 0;
  color: #333;
}

.cfn-header .navbar .nav .media {
  font-size: 1.5em;
  margin: 0.5em 0;
  text-align: right;
}

.cfn-header .navbar .nav .user li a {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px;
}

.cfn-header .navbar .nav .user li:first-child {
  border-right: 1px solid #000;
}

.fixed-header-on .cfn-header.fixed {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  height: 65px;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1006;
}

.fixed-header-on .cfn-header.fixed.animated {
  animation-duration: 0.5s;
}

@media (min-width: 768px) {
  .cfn-header .container-fluid,
  .cfn-header .navbar-default .navbar-collapse,
  .cfn-header .header-left,
  .cfn-header .header-right {
    padding: 0;
  }
  .fixed-header-on .cfn-header .container-fluid,
  .fixed-header-on .cfn-header .navbar-collapse,
  .fixed-header-on .cfn-header .header-left,
  .fixed-header-on .cfn-header .header-right {
    padding: 0 0 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cfn-header .logo {
    width: 200px;
  }
  .cfn-header .navbar .nav.navbar-left {
    float: right !important;
    margin: 0;
  }
  .cfn-header .navbar .nav.navbar-right {
    float: right;
    width: 100%;
  }
  .cfn-header .navbar .nav.navbar-right ul {
    padding-top: 0 !important;
  }
  .cfn-header .navbar .nav {
    width: auto;
  }
  .cfn-header .navbar .user {
    padding: 5px 0 0;
    width: 180px;
  }
  .cfn-header .header-right .navbar {
    margin: 0;
  }
  .cfn-header .navbar .media {
    margin: 0 !important;
    padding: 0 5px 0;
    width: 250px;
  }
  .cfn-header .navbar-nav>li:last-child>a {
    padding: 15px 0;
  }
  .cfn-header .navbar .nav a {
    padding: 15px 8px;
  }
}

@media (min-width: 768px) {
  .fixed-header-on .cfn-header .logo img {
    width: 160px;
  }
  .fixed-header-on.boxed .cfn-header.fixed {
    width: 750px;
  }
  .fixed-header-on .cfn-header .navbar .nav a {
    padding: 0 10px;
  }
  .fixed-header-on .cfn-header .nav.navbar-left {
    margin: 1em 0 0;
  }
  .fixed-header-on .cfn-header .navbar .media a {
    margin: 0;
    padding: 0;
  }
  .fixed-header-on .cfn-header .navbar .nav.navbar-right .media {
    display: none;
  }
  .fixed-header-on .cfn-header .navbar .nav.navbar-left {
    float: left !important;
  }
  .fixed-header-on .cfn-header .navbar .nav .user {
    float: right;
    margin: 1.5em 0 0;
    padding: 0;
    width: 100%;
  }
  .fixed-header-on .cfn-header .navbar-right {
    display: inline-block;
    width: 40%;
  }
  .fixed-header-on .cfn-header .navbar-left {
    display: inline-block;
    width: 60%;
  }
  .fixed-header-on .cfn-header .navbar-right>div {
    margin: 0;
    padding: 0;
  }
  .fixed-header-on .cfn-header .header-left {
    padding: 0;
    width: 20%;
  }
  .fixed-header-on .cfn-header .header-right {
    padding: 0;
    width: 80%;
  }
  :not(.fixed-header-on) .cfn-header.transparent {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 30;
  }
  :not(.fixed-header-on) .dark.cfn-header.transparent {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 991px) {
  .cfn-header .navbar .nav .media {
    display: none;
  }
}

@media (min-width: 992px) {
  .fixed-header-on .cfn-header .logo {
    display: block;
  }
  .fixed-header-on.boxed .cfn-header.fixed {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .fixed-header-on.boxed .cfn-header.fixed {
    width: 1170px;
  }
  .fixed-header-on .cfn-header .nav.navbar-left {
    margin: 1.5em 0 0;
  }
  /*.btn {
    display: none;
  }*/
}

@media (max-width: 767px) {
  .cfn-header.fixed {
    position: relative !important;
    top: auto !important;
  }
  .cfn-header {
    background: #fff none repeat scroll 0 0;
    height: auto;
  }
  .cfn-header .logo img {
    padding: 5px 0;
  }
  .cfn-header .header-left {
    padding: 0;
    width: 150px;
  }
  .cfn-header .header-right {
    padding: 0;
  }
  .cfn-header .navbar-header {
    display: block;
    position: absolute;
    right: 10px;
    top: -3.5em;
  }
  .cfn-header .navbar-default .navbar-collapse,
  .cfn-header .navbar-header .icon-bar {
    background-color: #fff;
  }
  .cfn-header .navbar-default .navbar-collapse.in {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .cfn-header .navbar-default .navbar-collapsing {
    display: inline-block;
    overflow: hidden;
  }
  .cfn-header .navbar-header .navbar-toggle:hover,
  .cfn-header .navbar-header .navbar-toggle:focus {
    background-color: #555;
    border-color: #555;
    opacity: 1;
  }
  .cfn-header .navbar-header .navbar-toggle {
    background: #ff6100 none repeat scroll 0 0;
    border-color: #ff6100;
    color: #fff;
  }
  .cfn-header .navbar-header .navbar-call {
    background: #FE8B16;
    border: 0 none;
    color: transparent;
    content: "";
    display: inline-block;
    float: left;
    height: 34px;
    margin: 8px 5px;
    width: 80px;
  }
  .cfn-header .navbar-header .navbar-call:hover,
  .cfn-header .navbar-header .navbar-call:hover {
    background-position: -80px 0;
  }
  .cfn-header .navbar-toggle {
    float: right !important;
  }
  .cfn-header .navbar-header .navbar-call i {
    font-size: 1.7em;
  }
  .cfn-header .navbar-header .navbar-call>i::before {
    vertical-align: middle;
  }
  .cfn-header .navbar-header .navbar-call>span {
    display: inline-block;
    font-size: 1em;
    line-height: 0.9em;
    vertical-align: top;
  }
  .cfn-header .navbar {
    margin: 0;
    min-height: 0;
  }
  .cfn-header .navbar .nav {
    text-align: center;
  }
  .cfn-header .navbar .navbar-left a {
    line-height: 14px;
    padding: 7px 5px;
  }
  .cfn-header .navbar .navbar-left>li:nth-last-child(2) {
    border: 0 none;
  }
  .cfn-header .navbar .navbar-left>li:last-child,
  .cfn-header .navbar .navbar-right {
    display: none;
  }
  .cfn-header .navbar .nav li {
    border-bottom: 1px solid #ddd;
  }
  .cfn-header .navbar .nav .media {
    margin: 0;
  }
  .cfn-header .navbar .nav.navbar-left {
    margin: 0;
  }
  .cfn-header .navbar .nav.navbar-right {
    padding: 5px 0;
  }
  .cfn-header .navbar .nav .media a {
    padding: 10px 5px;
  }
  .cfn-header .navbar .container-fluid {
    padding: 0;
  }
  .cfn-header .navbar .media li,
  .cfn-header .navbar .user li {
    border: 0 none;
    padding: 0;
  }
  .cfn-header .navbar .media,
  .cfn-header .navbar .user {
    line-height: 0;
    text-align: right;
  }
  .cfn-header .navbar .nav .media {
    padding: 0;
    text-align: center;
  }
}

.cfn-cover {
  background: rgba(0, 0, 0, 0.3) none no-repeat scroll center center / cover;
  height: auto !important;
  padding: 1em 0 0;
  position: relative;
}

.cfn-cover .container>.row>div {
  padding: 0 5px;
}

.cfn-bn {
  background: transparent url("/Sites/49/images/home/bg-TollFree.png") no-repeat scroll 0 0 / cover;
  height: 180px;
  margin-top: -1.2em;
  padding: 0 0 0 15.8em;
  width: 100%;
}

.cfn-bn a {
  color: #00f;
  display: block;
  font-weight: bold;
  line-height: 0.7em;
  text-decoration: underline;
}

.cfn-bn a.h1 {
  padding-top: 1.4em;
}

.cfn-bn h4 {
  font-weight: bold;
  line-height: 1.8em;
}

.cfn-form {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  box-shadow: 0 2px 5px #000;
  height: 550px;
  overflow-x: hidden;
  padding: 10px;
  z-index: 3;
}

.cfn-form .nav {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}

.cfn-form .nav li a {
  background: #000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.2;
  padding: 1em;
}

.cfn-form .nav li:hover a {
  opacity: 0.5;
}

.cfn-form .nav.nav-tabs>li.active>a,
.cfn-form .nav.nav-tabs>li.active>a:hover,
.cfn-form .nav.nav-tabs>li.active>a:focus {
  background: #000 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  opacity: 1;
}

.cfn-form .row {
  color: #fff;
  margin: 0;
}

.cfn-form .row div[class*="col-"]:first-child {
  padding-left: 0;
}

.cfn-form .row div[class*="col-"]:last-child {
  padding: 0;
}

.cfn-form .row div div[class*="col-"] {
  margin-bottom: 0;
  padding: 0;
}

.cfn-form .tab-content label {
  line-height: 2.2em;
  margin: 0;
}

.cfn-form .form-control {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
}

.cfn-form .form-control:focus {
  box-shadow: none;
}

.cfn-form .input-group,
.cfn-form select.form-control {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  line-height: 40px;
  width: 100%;
}

.cfn-form .input-group:hover,
.cfn-form select.form-control:hover {
  background: #faffbd none repeat scroll 0 0;
}

.cfn-form .group-textbox div:nth-child(1) .input-group select {
  border-radius: 3px 0 0 3px;
}

.cfn-form .group-textbox div:nth-child(2) .input-group select {
  border-radius: 0;
}

.cfn-form .group-textbox div:nth-child(3) .input-group select {
  border-radius: 0 3px 3px 0;
}

.cfn-form .checkbox {
  font-size: 12px;
  padding: 0 0 5px;
}

.cfn-form .input-group label {
  color: #000;
}

.cfn-form .input-group-addon {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  pointer-events: none;
}

.cfn-form button {
  margin-bottom: 15px;
}

.btn-orange {
  background: #ff9600 linear-gradient(to bottom, #ff9600, #ff6600) repeat scroll 0 0;
  border: 1px solid #d65803;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-orange:hover {
  background: #d65803 linear-gradient(to bottom, #d65803, #ff6600) repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}

.btn-blue {
  background: #2e8ff7 linear-gradient(to bottom, #2e8ff7, #025fc4) repeat scroll 0 0;
  border: 1px solid #044b97;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-blue:hover {
  background: #025fc4 linear-gradient(to bottom, #025fc4, #2e8ff7) repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .cfn-cover {
    height: 630px;
  }
  .cfn-form {
    min-height: 600px;
  }
  .cfn-form .row:nth-child(3) div {
    padding-right: 0;
  }
  .cfn-bn {
    background: transparent url("/Sites/49/images/home/bg-TollFree-medium.png") no-repeat scroll 0 0;
    height: 160px;
    margin: 0;
    padding: 0 0 0 6em;
  }
  .cfn-bn a.h1 {
    font-size: 2.2em;
    padding-top: 0.8em;
  }
  .cfn-bn a.h3 {
    font-size: 1.5em;
  }
  .cfn-bn h4 {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .cfn-cover {
    box-shadow: none;
    padding: 10px;
  }
  .cfn-form {
    background: transparent none repeat scroll 0 0;
  }
  .cfn-cover,
  .cfn-form {
    height: auto;
    max-height: none;
  }
  .cfn-cover .container>.row>div {
    padding: 0;
  }
  .cfn-form {
    box-shadow: none;
    padding: 5px;
  }
  .cfn-form .nav li {
    width: 33.3%;
  }
  .cfn-form .nav li a {
    box-shadow: 1px 1px 6px -10px #000 inset;
    padding: 9px 0;
    text-align: center;
  }
  .cfn-form .row div[class*="col-"]:first-child {
    padding-right: 0;
  }
  .cfn-form .row div div[class*="col-"]:nth-child(3) {
    padding-left: 5px;
  }
  .cfn-form .input-group,
  .cfn-form select.form-control {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    margin: 8px 0 0;
    width: 100%;
  }
  .cfn-form .input-group .form-control {
    background: transparent none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #005aba;
    transition: all 0.1s linear 0s;
    width: 100%;
  }
  .cfn-form .input-group .form-control:hover {
    background: #faffbd none repeat scroll 0 0;
  }
  .cfn-form .input-group-addon {
    background: transparent none repeat scroll 0 0;
    border-radius: 3px 0 0 3px;
    height: 40px;
    padding: 6px;
    pointer-events: none;
    z-index: 10;
  }
  .cfn-form .input-group-addon label {
    line-height: 1.5em;
    margin-left: 25px;
    text-align: left;
  }
  .cfn-form select.form-control {
    background: transparent none repeat scroll 0 0;
    margin: 0;
  }
  .cfn-form .group-textbox .input-group-addon {
    background: transparent none repeat scroll 0 0;
    display: block;
    width: 100%;
  }
  .cfn-form .group-textbox .input-group-addon label {
    line-height: 14px;
    margin: 0;
    overflow: hidden;
    text-align: center;
  }
  .cfn-form .row div.date:first-child:last-child {
    padding: 0;
  }
  .cfn-form .group-textbox label {
    line-height: 0;
  }
  .cfn-form .group-textbox .form-group {
    padding-right: 5px;
  }
  .cfn-form .input-group label small {
    display: block;
  }
  .cfn-form .group-textbox .input-group span {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
  }
  .cfn-form .checkbox span {
    color: #000;
    font-weight: bold;
  }
  .cfn-bn {
    background: transparent url("/Sites/49/images/home/bg-TollFree-small.png") no-repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    height: 88px;
    padding: 0 10px 0 6em;
    text-align: center;
    width: 100%;
  }
  .cfn-bn a.h1 {
    font-size: 24px;
    line-height: 4px;
    margin: 0;
    padding-top: 15px;
  }
  .cfn-bn a.h3 {
    font-size: 18px;
    line-height: 16px;
  }
  .cfn-bn h4 {
    font-size: 14px;
    line-height: 12px;
  }
}

.cfn-banner.navbar,
.cfn-banner .container-fluid {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border: 0 none;
  min-height: 0;
}

.cfn-banner .container-fluid {
  font-size: 12px;
  margin: 0;
  padding: 8px 10px;
  width: 100% !important;
}

.cfn-banner .container-fluid .ControlDiv {
  width: 100% !important;
}

.cfn-banner a {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  width: 100%;
  line-height: 11px;
}

.cfn-banner a>i {
  font-size: 2.5em;
}

.cfn-banner strong i {
  /*border: 2px solid #ff9600;*/
  background: #ff9600;
  color: #fff;
  font-weight: bold;
  height: 47px;
  padding-top: 13px;
}

.cfn-banner h4 {
  color: #ff9600;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

#slide-coupon {
  height: 378px;
}

#slide-coupon .carousel-control.left,
#slide-coupon .carousel-control.right {
  background: transparent none repeat scroll 0 0;
}

#slide-coupon .carousel-control .glyphicon-chevron-left,
#slide-coupon .carousel-control .glyphicon-chevron-right,
#slide-coupon .carousel-control .icon-prev,
#slide-coupon .carousel-control .icon-next {
  font-size: 20px;
  margin-top: -30px;
}

#slide-coupon .carousel-control {
  bottom: 0;
  position: relative;
  top: 5px;
}

#slide-coupon ul {
  text-align: center;
}

#slide-coupon .carousel-indicators {
  bottom: 0;
  left: auto;
  margin: 0;
  min-width: 180px;
  padding: 0;
  position: relative;
}

#slide-coupon .carousel-indicators li {
  background: rgba(50, 50, 50, 0.5) none repeat scroll 0 0;
  border: 2px solid transparent;
  box-shadow: 0 0 0 5px rgba(50, 50, 50, 0.5);
  height: 14px;
  margin: 0 6px;
  width: 14px;
}

#slide-coupon .carousel-indicators .active {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border: 2px solid #d0d0d0;
  height: 14px;
  width: 14px;
}

#slide-coupon .details h1,
.landing-coupon .details h1 {
  font-family: "Oswald", sans-serif;
  font-size: 4em;
  text-shadow: none;
}

#slide-coupon .details,
.landing-coupon .details {
  text-transform: uppercase;
}

.carousel-caption {
  left: 0;
  position: relative;
}

.details .sale {
  border: 3px solid #fff;
  font-family: "Oswald", sans-serif;
  margin: 2.5em 0 0 3em;
  padding: 1em 1em 0.5em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  width: 43%;
}

.details .sale li:nth-child(1) {
  font-size: 2.5em;
  font-weight: bold;
  text-align: left;
}

.details .sale li:nth-child(2) {
  color: #f00;
  display: inline-block;
  float: left;
  font-size: 5em;
  line-height: 1em;
  margin-right: 10px;
}

.details .sale li:nth-child(3) {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
  padding: 1em 0;
  text-align: left;
}

.details .code {
  font-family: "Open Sans", sans-serif;
  margin: 2.5em 0 0;
  padding: 1em;
  text-align: right;
  width: auto;
}

.details .code li:nth-child(1) {
  color: #ffe400;
  font-size: 1.8em;
  font-weight: bold;
}

.details .code li:nth-child(2) {
  color: #ffe400;
  font-size: 1.8em;
  font-weight: bold;
}

.details .code li:nth-child(3) {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 4em;
}

#slide-viewport {
  display: block;
  padding: 0;
  position: relative;
}

#slide-viewport a.carousel-control {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 4px;
  height: 35px;
  opacity: 0.5;
  top: 35%;
  width: 35px;
  z-index: 99;
}

#slide-viewport .carousel-control .glyphicon-chevron-left,
#slide-viewport .carousel-control .glyphicon-chevron-right,
#slide-viewport .carousel-control .icon-prev,
#slide-viewport .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
}

#slide-viewport .carousel-control.left {
  left: -40px;
}

#slide-viewport .carousel-control.right {
  right: -40px;
}

#slide-viewport h5 {
  font-size: 14px;
  font-weight: bold;
}

#slide-viewport .carousel-control i {
  font-size: 1.6em;
}

#slide-viewport>a:hover {
  opacity: 1;
}

.group-viewport>div {
  padding: 0;
}

.group-viewport .box-list {
  margin: 0 3px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #slide-coupon {
    height: 445px;
  }
  #slide-coupon .carousel-inner {
    max-height: 400px;
  }
  #slide-coupon .details h1 {
    font-size: 3em;
  }
  #slide-coupon .carousel-caption {
    padding: 10px 0;
  }
  .details .sale {
    margin: 1em 2em;
    padding: 5px 1em;
    width: auto;
  }
  .details .code {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .details .code li:nth-child(2) {
    font-size: 1.8em;
  }
  .details .code li:nth-child(3) {
    font-size: 4em;
  }
  .group-viewport>div .box-list {
    background-size: cover;
  }
  #slide-viewport a.carousel-control {
    top: 47%;
  }
}

@media (max-width: 840px) {
  #slide-viewport .carousel-control.left {
    left: 0;
  }
  #slide-viewport .carousel-control.right {
    right: 0;
  }
}

.cfn-contents {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.cfn-contents .CFN-alert-head {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin: -10px -15px 5px;
  padding-top: 10px;
}

.CFN-alert-head {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  color: #a1a1a1;
  padding-bottom: 10px;
}

.cfn-group-head {
  border-top: 1px dotted #ccc;
  display: block;
  height: 30px;
  margin-top: 30px;
  width: 100%;
}

.cfn-group-head b {
  background: #fff none repeat scroll 0 0;
  color: #000;
  content: "";
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -12px;
  width: auto;
}

.cfn-group-head b i {
  color: #ff6600;
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

.cfnLD>div div[class*="col"] {
  padding: 0;
}

.cfnLD {
  margin: 0 0 1em;
  padding: 0;
}

.box-list.x1 {
  min-height: 160px;
}

.box-list.x2 {
  min-height: 400px;
}

.box-list.x3 {
  min-height: 100px;
}

.box-list {
  background-image: url("/Sites/49/images/home/mock/default.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #ddd;
  display: block;
  margin: 0 5px 5px 0;
  position: relative;
}

.box-list ul,
.box-list div {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  right: 0;
}

.box-list ul {
  background: transparent linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, transparent) repeat scroll 0 0;
  color: #fff;
  opacity: 1;
}

.box-list li {
  font-size: 12px;
  vertical-align: top;
}

.box-list li:first-child {
  display: block;
  padding: 5px;
}

.box-list li:nth-child(2),
.box-list li:nth-child(4) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
}

.box-list li:first-child img {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.box-list li:nth-child(2),
.box-list li:nth-child(4) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-list li:nth-child(3) {
  vertical-align: bottom;
  width: 30px;
}

.box-list li span {
  text-transform: capitalize;
}

.box-list strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.box-list h4 {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  margin: -30px 0 0;
  position: absolute;
  right: 5px;
}

.box-list h4 sup {
  top: -0.2em;
}

.box-list a i {
  background: transparent none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.box-list a:hover i {
  background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent) repeat scroll 0 0;
  color: #fff;
  font-size: 2em;
  opacity: 1;
  padding: 50px 0 0;
}

.box-list.airline {
  display: block;
  margin: 0 0 5px 5px;
  position: relative;
}

.box-list.airline a {}

.box-list.airline li {
  display: inline-block;
}

.box-list.airline li:first-child img {
  box-shadow: none;
  padding-right: 5px;
}

.box-list.airline li:first-child {
  background: rgba(0, 0, 0, 0) radial-gradient(at left top, white, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)) repeat scroll 0 0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  height: 100px;
  margin-top: -113px;
  padding: 10px 5px;
  top: 0;
  width: 100%;
}

.box-list.airline li:nth-child(2) {
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 50%;
}

.box-list.airline li:nth-child(3) {
  bottom: 10px;
  left: 50%;
  position: absolute;
  width: 20px;
}

.box-list.airline li:nth-child(4) h4 {
  bottom: 10px;
  font-size: 2.5em;
  font-weight: normal;
  position: absolute;
  right: 5px;
}

.topdesc .box-list li:nth-child(2) {
  width: 55%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .cfn-banner .container-fluid .ControlDiv {
    display: none;
  }
  /*.footer>.container>.row>div:nth-child(3) {
    padding: 0;
  }*/
  .cfn-airlines .row:first-child>div:nth-child(1) {
    margin-bottom: 2em;
    padding: 0 5px;
  }
  .cfn-airlines .row:first-child>div:nth-child(2) {
    padding: 0;
  }
  .group-viewport>div {
    margin-bottom: 10px;
  }
  .box-list.airline {
    margin: 0 5px 5px 0;
  }
  .cfnLD>div {
    padding: 0;
  }
  .cfnLD {
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  .cfn-airlines {
    width: 100%;
  }
  .cfn-contents {
    height: 100%;
  }
}

@media (max-width: 980px) {
  .cfn-airlines>.row>div {
    padding: 4px;
  }
}

@media (min-width: 1200px) {
  .cfn-banner .container-fluid .ControlDiv {
    display: none;
  }
  .navbar-fixed-bottom {
    display: none;
  }
  .cfnLD>div:first-child {
    padding: 0 8px 0 0;
  }
  .cfnLD>div:last-child {
    padding: 0;
  }
}

.CFN-landing .row>div {
  padding: 0 5px;
}

.landing-coupon {
  height: 378px;
  padding-left: 1.5em;
}

.landing-coupon .details h4 {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding-top: 1em;
}

.landing-coupon .details h1 {
  font-size: 5em;
  margin-top: 0;
  text-transform: none;
}

.landing-coupon ul.sale {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
}

.landing-coupon ul.sale li:nth-child(2) {
  color: #ffe400;
}

.landing-coupon .details>ul {
  margin: 7em 5% 0 0;
}

.landing-coupon ul.code li:nth-child(1),
.landing-coupon .code li:nth-child(2) {
  color: #fff;
  font-size: 1.5em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.landing-coupon ul.code li:nth-child(3) {
  color: #2b323e;
  font-size: 3.5em;
}

@media (min-width: 768px) and (max-width: 992px) {
  .landing-coupon .details h1 {
    font-size: 4em;
  }
  .landing-coupon ul.sale {
    margin: 3em 2em 1em;
  }
  .landing-coupon ul.code {
    margin: 0;
  }
  .landing-coupon {
    height: 445px;
  }
}

@media (max-width: 992px) {
  .CFN-landing .cfn-group {
    margin: 10px 0;
  }
}

.cfn-group {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 10px;
}

.cfn-group:first-child:not(:last-child) {
  margin-bottom: 10px;
}

.cfn-group h2 {
  color: #ff4300;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
}

.cfn-group-deals h2 {
  float: left;
  margin: 0;
  padding: 0.5em 5px;
  width: 50%;
}

.cfn-group-deals h5 {
  border-left: 1px solid #ccc;
  color: #767676;
  display: inline-block;
  margin: 5px 0 0;
  padding: 0.5em 10px;
  width: 50%;
}

.cfn-group-deals h5 strong {
  color: #000;
}

.cfn-group-deals hr {
  margin: 1em 0 0;
}

.tri-down {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding: 1em 0;
  position: relative;
}

.tri-down::before,
.tri-down::after {
  border-bottom: 0 none;
  border-color: transparent transparent -moz-use-text-color;
  border-style: solid solid none;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.tri-down::before {
  border-top-color: #aaa;
  border-width: 16px;
  bottom: -16px;
  left: 89px;
}

.tri-down::after {
  border-top-color: #fff;
  border-width: 15px;
  bottom: -15px;
  left: 90px;
}

.cfn-group-deals ul {
  clear: both;
  padding: 0 1em;
  text-transform: capitalize;
}

.cfn-group-deals li {
  border-bottom: 1px solid #eee;
  padding: 7px 10px;
}

.cfn-group-deals li .destination {
  display: inline-block;
  font-weight: bold;
  width: 30%;
}

.cfn-group-deals li>i {
  color: #767676;
  display: inline-block;
  font-size: 1.5em;
  width: 10%;
}

.cfn-group-deals li .price {
  color: #14a313;
  display: inline-block;
  font-size: 1.8em;
  font-weight: bold;
  text-align: right;
  width: 20%;
}

.cfn-group-deals li .price sup {
  margin-right: -5px;
}

.cfn-group-deals h6 {
  color: #868583;
  font-size: 12px;
  padding: 1em;
}

.cfn-group-normal {
  padding: 0 15px;
}

.cfn-group-normal p {
  line-height: 1.8em;
}

.cfn-group-normal ul li::before {
  color: #767676;
  content: "+";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 5px 10px 10px 0;
  position: relative;
  top: 1px;
}

.cfn-group-normal a {
  color: #a1a1a1;
  display: block;
  line-height: 2em;
  text-align: right;
  text-decoration: underline;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .tri-down {
    padding: 0 0 1em;
  }
  .cfn-group h2 {
    font-size: 1.5em;
    margin: 5px 0 10px;
  }
  .cfn-group-deals h2,
  .cfn-group-deals h5 {
    float: none;
    padding: 0 5px;
    width: auto;
  }
  .cfn-group-deals h5 {
    border: 0 none;
  }
  .cfn-group-deals ul,
  .cfn-group-deals li {
    padding: 10px 0 5px;
  }
  .cfn-group-deals li .destination {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 35%;
  }
  .cfn-group-deals li>i {
    font-size: 1em;
    vertical-align: super;
  }
  .cfn-group-deals li .price {
    font-size: 1.5em;
    width: auto;
  }
  .cfn-group-normal {
    padding: 0 5px;
  }
}

.cfn-result-index {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 2px 5px #000;
  color: #fff;
  margin: 1em auto;
  overflow-x: hidden;
  padding: 10px;
}

.cfn-result-index .destination {
  font-size: 16px;
}

.cfn-result-index .destination i {
  margin-bottom: 1em;
}

.cfn-result-index .destination strong {
  font-size: 22px;
  text-transform: uppercase;
}

.cfn-result-index .cfn-form {}

.cfn-result-index h6 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.cfn-result-index li:nth-child(2) i {
  font-size: 1.5em;
  height: 40px;
  vertical-align: bottom;
}

.cfn-result-index .row:nth-child(1) button {
  background: #e8e8e8 linear-gradient(to bottom, #e8e8e8, #bbb) repeat scroll 0 0;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  box-shadow: 0 1px 3px #666666;
  color: #625151;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
}

.cfn-result-index .row:nth-child(1) button:hover {
  background: #e8e8e8 linear-gradient(to bottom, #e8e8e8, #e8e8e8) repeat scroll 0 0;
  color: #000;
  text-decoration: none;
}

.cfn-result-index .cfn-form {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
}

.cfn-result-index .cfn-form {
  z-index: 1051;
}

.cfn-result-index .cfn-form .modal-content {
  padding: 10px;
}

.cfn-result-index .cfn-form .modal-content .row:nth-child(1)>div:nth-child(3) .input-group-addon label {
  margin-left: 0;
}

.cfn-result-index .input-group {
  border: 1px solid #ddd;
  box-shadow: none;
}

.cfn-result-head {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  margin: -10px -15px 5px;
}

.cfn-result-head .container {
  padding-top: 5px;
}

.cfn-result-head .row>div {
  padding: 0;
}

.cfn-head-group button {
  border-radius: 8px 8px 0 0 !important;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 1em;
  padding: 0 1em;
}

.cfn-head-group button.btn-blue {
  margin: 0;
  width: auto;
}

.cfn-head-group button.btn-default {
  background: #e1e1e1 none repeat scroll 0 0;
  color: #858585;
}

.panel-heading a>.fa-angle-down {
  color: #b9b9b9;
  float: right;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
}

.panel-heading a.collapsed>.fa-angle-down::before {
  content: "ï„…";
}

.panel-heading a>.fa-angle-down::before {
  content: "ï„‡";
}

@media (min-width: 768px) {
  .cfn-form.modal.fade.in .row {
    color: #000;
  }
  .cfn-form.modal.fade.in .row>div {
    padding: 0 5px;
  }
  .cfn-form.modal.fade.in .row:last-child {
    padding: 1em 0 0;
    text-align: center;
  }
  .cfn-form.modal.fade.in .modal-content button {
    margin-bottom: 10px;
  }
  .cfn-form .modal-content .row:nth-child(1)>div:nth-child(3) .input-group-addon {
    display: none;
  }
  .cfn-form .modal-content input {
    padding-left: 0;
  }
  .cfn-form .modal-content .input-group {
    border-radius: 2px;
  }
  .cfn-form .modal-content label {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .cfn-cover-result {
    padding: 0;
  }
  .cfn-result-index {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    margin: 0;
    padding-bottom: 0;
  }
  .cfn-result-index h6 {
    color: #767676;
  }
  .cfn-result-index .destination strong,
  .cfn-result-index .destination {
    font-size: 14px;
  }
  .cfn-result-index .destination i {
    background-position: -48px 0;
  }
  .cfn-result-index li {
    display: block;
  }
  .cfn-result-index li:nth-child(2) i {
    display: none;
  }
  .cfn-result-index li:nth-child(2) {
    border-left: 3px dotted #f85f0f;
    margin: -8px 0 4px 13px;
    min-height: 20px;
  }
  .cfn-result-index li:nth-child(4),
  .cfn-result-index li:nth-child(5) {
    display: inline-block;
    padding: 0 1em 1em 0;
  }
  .cfn-result-index .cfn-form .row>div[class*="col"] {
    padding: 0;
  }
  .cfn-result-index label {
    color: #000;
  }
  .cfn-result-index .cfn-form button {
    margin: 10px 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cfn-result-index .destination strong {
    font-size: 14px;
  }
  .cfn-result-index .destination {
    font-size: 14px;
  }
  .cfn-result-index ul {
    min-height: 30px;
  }
  .cfn-result-index li:nth-child(1),
  .cfn-result-index li:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 35%;
  }
  .cfn-result-index li:nth-child(4),
  .cfn-result-index li:nth-child(5) {
    vertical-align: top;
  }
  .cfn-result-index h5 {
    margin-top: 0;
  }
}

.cfn-group-filter .cfn-group {
  border: 0 none;
  box-shadow: none;
  padding: 0;
}

.noUi-background {
  background-color: #a9acb1;
}

.noUi-horizontal {
  height: 4px;
  margin-bottom: 1em;
}

.noUi-target {
  border: 0 none;
  border-radius: 15px;
}

.noUi-connect {
  background: #ff9600 none repeat scroll 0 0;
}

.noUi-handle {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  cursor: move;
  left: 0;
  position: absolute;
  top: -13px;
}

.noUi-active {
  box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
}

.noUi-handle-upper::before,
.noUi-handle-lower::before {
  content: " ";
}

.filter-slider {
  padding: 20px 30px;
}

.filter-slider div {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.filter-slider .cfn-group h4 {
  color: #ff9600;
  font-size: 16px;
  margin: 0 0 18px;
  text-align: center;
}

.filter-checkbox .checkbox:first-child:not(:last-child) {
  padding-left: 0;
}

.filter-checkbox .checkbox:last-child:not(:first-child) {
  padding-right: 0;
}

.filter-checkbox .checkbox {
  display: inline-block;
  margin: 2px 0;
  padding: 0 2px;
}

.filter-checkbox .checkbox label {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  box-shadow: none;
  color: #767676;
  display: inline-block;
  margin: 0;
  padding: 10px 10px 10px 30px;
  width: 100%;
}

.filter-checkbox .checkbox:first-child:not(:last-child)>.input-checkbox:checked+label::after {
  left: 13px;
}

.filter-checkbox.full .checkbox {
  padding: 0;
  width: 100%;
}

.filter-checkbox .input-checkbox:checked+label {
  color: #000;
}

.filter-checkbox .input-checkbox:checked+label:active {
  border: 1px solid #92a7bb;
}

.filter-checkbox .input-checkbox:checked+label::after {
  font-weight: bold;
  left: 11px;
  top: 5px;
  z-index: 12;
}

.filter-checkbox .input-checkbox {
  opacity: 0.5;
}

.filter-checkbox .input-checkbox+label+i {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: block;
  height: 15px;
  left: 13px;
  pointer-events: none;
  position: absolute;
  top: 13px;
  width: 15px;
  z-index: 11;
}

.filter-checkbox .input-checkbox:checked+label+i {
  opacity: 1;
}

.filter-button {
  padding: 5px;
}

.filter-button button {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  box-shadow: none;
  color: #5b5b5b;
  font-weight: bold;
  margin: 1px 0;
  padding: 10px 0;
  width: 100%;
}

.filter-button button span {
  color: #b2b2b2;
}

.cfn-group-filter {
  padding-left: 0;
  padding-right: 0;
}

.cfn-group-filter>.cfn-group {
  border: 1px solid #dbdbdb;
}

.cfn-group-filter .panel-group .panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}

.cfn-group-filter .panel-group .panel-heading {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
}

.cfn-group-filter .panel-group .panel-heading .h4 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.cfn-group-filter .panel-group .panel-heading .h4 span {
  float: right;
}

.cfn-group-filter .panel-group {
  margin: 0;
}

.filterHeading {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.filterHeading h5 {
  color: #767676;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.filterHeading .pull-right button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  font-size: 1.3em;
  padding: 5px;
  vertical-align: middle;
}

.filterHeading.affix {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e8e8e8;
  top: 0;
  width: 100%;
  z-index: 99;
}

@media (min-width: 981px) {
  .cfn-group-filter .panel-group .panel-heading {
    padding: 10px;
  }
  .cfn-group-filter .filter-checkbox .checkbox label {
    font-size: 12px;
    font-weight: bold;
    padding: 8px 8px 8px 20px;
  }
  .filter-checkbox .input-checkbox+label+i {
    height: 13px;
    left: 6px;
    top: 10px;
    width: 13px;
  }
  .filter-checkbox .input-checkbox:checked+label::after {
    font-size: 14px;
    font-weight: bold;
    left: 5px;
    top: 5px;
    z-index: 12;
  }
  .filter-checkbox .checkbox:first-child:not(:last-child)>.input-checkbox:checked+label::after {
    left: 5px;
  }
}

@media (min-width: 768px) {
  .cfn-group-filter .cfn-modal {
    border: 0 none;
    box-shadow: none;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .cfn-group-filter .cfn-modal .modal-content {
    border: 0 none;
    box-shadow: none;
  }
  .cfn-group-filter .cfn-modal .modal-dialog {
    margin: 0;
    transform: none;
    transition: none 0s ease 0s;
    width: auto;
  }
  .cfn-group-filter .cfn-modal .filter-checkbox {
    padding: 5px 5px 0;
  }
}

@media (max-width: 767px) {
  .cfn-contents>.row>div {
    padding: 0;
  }
  .cfn-modal .modal-content {
    margin: 0;
  }
  .cfn-group-filter {
    padding: 0;
  }
  .cfn-group-filter>.cfn-group {
    border: 0 none;
  }
  .cfn-group-filter .filter-button button {
    width: 49%;
  }
  .cfn-group-filter .filter-button {
    padding: 15px;
  }
  .filterHeading .cfn-head-group {
    padding: 5px;
  }
  .filterHeading .cfn-head-group>button {
    border-radius: 3px !important;
    box-shadow: none;
    font-size: 12px;
    height: 35px;
    margin: 0 5px 5px;
  }
}

.cfn-modal>button.close {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  opacity: 1;
  outline: medium none;
  padding: 5px 30px 5px 5px;
  position: fixed;
  right: -9%;
  text-shadow: none;
  top: 10%;
  width: 60px;
  z-index: 999;
}

.cfn-modal>button.close:hover {
  right: -5%;
}

.cfn-result-index .cfn-form .modal-header {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f2f2f2 none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #ddd;
  border-image: none;
  border-radius: 4px 4px 0 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #000;
  padding: 10px;
}

.cfn-result-index .cfn-form .modal-header h4 {
  margin: 0;
  padding: 5px;
}

.cfn-result-index .cfn-form .modal-content {
  padding: 0;
}

.cfn-page-list h5 {
  color: #212121;
  float: left;
  font-size: 14px;
  padding-bottom: 3px;
}

.cfn-page div {
  float: right;
}

.cfn-page button.btn-default {
  background: #f3f2f2 none repeat scroll 0 0;
  border-color: #d9d9d9;
  color: #a1a1a1;
  font-weight: bold;
}

.cfn-page button:focus {
  background: #fff none repeat scroll 0 0;
  border-color: #c2c2c2;
  color: #2e2e2e;
}

.cfn-result-list {
  padding: 10px;
}

.cfn-result-list .list {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  margin: 4px 0 0;
  width: 100%;
}

.cfn-result-list .list:nth-child(2) {
  margin-top: 0;
}

.cfn-result-list .list>div {
  padding: 0;
}

.list-details:last-child {
  border: 0 none;
}

.list-details ul {
  padding: 10px 0 0;
}

.list-details ul.result-1 li:nth-child(1) {
  float: left;
  padding: 0 10px 10px;
}

.list-details ul.result-1 li:nth-child(3) {
  display: inline-block;
  width: 65%;
}

.list-details ul.result-1 li:nth-child(3) div {
  float: left;
}

.list-details ul.result-1 img {
  vertical-align: middle;
}

.list-details ul.result-1 div {
  float: left;
}

.flight {
  border-radius: 2px;
  float: left;
  font-size: 11px;
  margin: 2px;
  padding: 1px;
}

.list-details ul h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.list-details ul.result-2 h4,
.list-details ul:nth-child(3) h4 {
  background: rgba(242, 242, 242, 0.5) none repeat scroll 0 0;
  font-size: 14px;
  line-height: 1.1;
  margin: 0 -20px 10px;
  padding: 10px 20px;
}

.list-details ul.result-2 {
  color: #676666;
  padding-right: 0;
}

.list-details ul.result-2 li {
  padding: 0 0 0 10px;
}

.list-details ul.result-2 span {
  padding: 0 5px;
}

.list-details ul.result-3 {
  color: #a1a1a1;
  padding-left: 0;
}

.list-details ul.result-3 h4 {
  color: #9baec0;
}

.list-details ul.result-3 li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-details ul.result-3 li:last-child {
  color: #74bbf7;
  padding: 10px 0;
  text-align: left;
  text-decoration: underline;
}

.list-details ul.result-3 li:last-child a {
  color: #0a55bb;
  font-weight: bold;
}

button.close {
  font-size: 30px;
  font-weight: normal;
}

.cfn-result-pop .modal-content {
  border-radius: 4px;
  padding-bottom: 1em;
}

.cfn-result-pop .modal-header {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}

.cfn-result-pop .modal-body {
  padding: 0;
}

.cfn-result-pop .modal-body .h4 {
  background: #f2f2f2 none repeat scroll 0 0;
  border-top: 1px solid #ddd;
  font-size: 14px;
  margin-top: 0;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.cfn-result-pop .modal-body .h4 p {
  color: #9baec0;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 0;
}

.cfn-result-pop .modal-body .list-details {
  border: 0 none;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}

.cfn-result-pop .modal-body .list-details ul {
  padding: 0;
}

.cfn-result-pop .modal-body h6 {
  color: #9baec0;
  display: inline-block;
  margin: 1em 0;
  text-align: center;
  width: 100%;
}

.list-details ul.result-4 li {
  color: #a1a1a1;
  overflow: hidden;
  padding: 2px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-details ul.result-4 li strong {
  color: #676666;
}

.list-details ul.result-4 li span {
  padding: 0;
}

.list-details ul.result-4 li button {
  margin: 1em 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .cfn-result-pop .modal-body .list-details ul h4 {
    line-height: 1.5em;
  }
  .cfn-result-pop .modal-body .h4 {
    margin: 0;
    padding: 1em;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(1) {
    padding: 0 10px 10px;
  }
  .cfn-result-pop .modal-body .list-details ul.result-4:last-child {
    border-left: 1px dotted #ddd;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(1) {
    padding: 0 10px 0 0;
  }
  .cfn-result-pop .modal-body .h4 p {
    display: inline-block;
    padding: 0 1em;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(3) {
    display: inline-block;
    padding-left: 83px;
    width: auto;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(2) {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cfn-result-list {
    padding: 0 10px;
  }
}

.list-price {
  border: 1px solid #ddd;
  margin: 0 10px 10px;
  padding: 10px;
  text-align: center;
}

.list-price .btn {
  margin: 10px 0;
  width: 100%;
}

.list-price ul li a {
  color: #a1a1a1;
  text-decoration: underline;
}

.list-price ul li a span {
  color: #a1a1a1;
  transform: rotate(-45deg);
}

.list-price ul h2 {
  color: #f00;
  margin: 0;
}

@media (max-width: 767px) {
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(1) {
    padding-left: 0;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(3) {
    padding: 0 0 10px;
  }
  .cfn-contents {
    padding: 0;
  }
  .cfn-result-list>div {
    padding: 0;
  }
  .list-details ul.result-1 li:nth-child(3) {
    display: table;
    float: none;
    padding-left: 10px;
    top: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cfn-result-list>div {
    padding: 0;
  }
  .cfn-result-list {
    font-size: 14px;
  }
  .list-details ul h4 {}
  .list-details ul.result-1 li:nth-child(3) {
    clear: none;
  }
  .list-details ul.result-3 li:last-child {
    float: right;
  }
  .list-details ul.result-2 h4,
  .list-details ul.result-3 h4 {
    font-size: 14px;
  }
  .list-details ul.result-3 li:last-child a {
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-decoration: underline;
    top: 18px;
  }
  .list-price {
    border-width: 1px 0 0;
    display: inline-block;
    height: 80px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .list-price ul li a {
    font-size: 12px;
  }
  .list-price ul li {
    float: left;
    text-align: center;
    width: 50%;
  }
  .list-price ul li:nth-child(1) {
    margin: 10px 0;
  }
  .list-price ul li:nth-child(1) {
    height: 85px;
    margin: 0 2% 0 0;
    width: 48%;
  }
  .list-price ul h2 {
    padding: 15px 0 0;
  }
  .list-price .btn {
    font-size: 18px;
    margin: 10px 0;
    width: 90%;
  }
  .list-price ul li:nth-child(2) a {
    display: inline-block;
  }
  .list-details ul.result-1 li:nth-child(2) {
    display: inline-block;
  }
  .list-details ul.result-1 li:nth-child(3) {
    float: right;
    top: 0;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .list-price {
    border: 0 none;
    margin-top: 2em;
    min-height: 100px;
  }
  .cfn-result-list {
    padding: 0 0 0 10px;
  }
  .cfn-result-list .list>div:nth-child(1) {
    border-right: 1px solid #ddd;
  }
  .cfn-result-list .list-details:nth-child(1) ul:nth-child(1) {
    padding-top: 15px;
  }
  .cfn-result-pop .modal-body .list-details ul.result-1 li:nth-child(3) {
    float: none;
  }
  .list-price ul li,
  .list-price ul li:nth-child(1) {
    text-align: center;
    width: 100%;
  }
  .list-price ul li:nth-child(2) {
    text-align: center;
  }
  .list-price ul li:nth-child(2) a span {
    display: inline-block;
    font-size: 1.5em;
    padding: 0 10px 0 0;
    vertical-align: top;
    width: 30px;
  }
  .list-price ul li:nth-child(2) a strong {
    display: inline-block;
    text-align: left;
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .list-details ul {
    padding: 0 0 0 10px;
  }
  .list-details ul.result-3 li:last-child a {
    top: 10px;
  }
  .list-price ul li:nth-child(1) {
    height: auto;
  }
  .list-price {
    margin-top: 10px;
  }
  .list-price .btn {
    width: 60%;
  }
}

.cart-detail .cfn-group {
  display: inline-block;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.cart-detail .cart-body {
  position: relative;
}

.cart-detail .cart-body .result-4 {
  padding: 5px 0;
}

.cart-detail .cart-head {
  background: #f2f2f2 none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  margin: -10px -10px 0;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-detail .cart-head p {
  color: #9baec0;
  margin-bottom: 0;
}

.cart-detail .cart-body>div {
  display: inline-block;
  padding: 10px 0 0;
  width: 100%;
}

.cart-detail .cart-body li {
  vertical-align: top;
}

.cart-detail .cart-body h4 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-detail .cart-body h6 {
  margin-bottom: 2.5em;
  margin-top: 1em;
  text-align: center;
}

.cart-price .summary {
  border: 1px solid #d8d7d7;
  padding: 0 5px;
}

.cart-price .summary li {
  border-bottom: 1px solid #d8d7d7;
  color: #676666;
  font-weight: bold;
  line-height: 2.5em;
  margin: 5px 0;
  padding: 0 5px;
}

.cart-price .summary li:last-child:not(:first-child) {
  border: 0 none;
}

.cart-price .summary li strong {
  color: #000;
  float: right;
}

.cart-price .summary li.sum {
  background: #e8f6fc none repeat scroll 0 0;
  color: #000;
}

.cart-price .summary li.sum strong {
  color: #518e38;
}

.cart-detail .cart-body ul {
  padding: 0;
}

.cart-detail .cart-body ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-detail .cart-body .result-4 span,
.cart-detail .cart-body .result-4:last-child {
  color: #a1a1a1;
}

.cart-detail .cfn-group a {
  font-weight: bold;
}

.cart-detail .cfn-group a>span {
  transform: rotate(-45deg);
}

.cart-detail .cfn-group .coupon {
  padding: 0.5em 0 1.5em;
}

.cart-detail .cfn-group .coupon .form-group {
  margin-bottom: 5px;
  padding-left: 0;
}

.CFN-cart .row>div {
  padding: 5px;
}

.CFN-cart .CFcolor-red h1 {
  font-size: 1.5em;
  margin-top: 10px;
}

.CFN-cart .CFcolor-red h4 {
  font-size: 1em;
}

.CFN-cart .row div:nth-child(2) .cfn-group:nth-child(1) a {
  color: #a1a1a1;
  display: block;
  line-height: 2em;
  text-align: center;
  text-decoration: underline;
}

.CFN-cart .cart-form h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 1em 0;
}

.CFN-cart .cart-form {
  display: inline-block;
  position: relative;
}

.CFN-cart .cart-form .cart-body>h4 {
  background: #f2f2f2 none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  margin: 10px -10px;
  padding-left: 10px;
}

.cart-form {
  color: #333;
  font-size: 12px;
  padding-bottom: 1.2em;
  width: 100%;
}

.cart-form .CFN-cart-form select.form-control {
  box-shadow: none;
}

.cart-form .CFN-cart-form .input-addon select.form-control {
  padding-left: 5px;
  padding-right: 0;
  width: 60px;
}

.cart-form h3 {
  border-bottom: 1px solid #ff9600;
  display: table;
  font-size: 14px;
  font-weight: bold;
  margin: 0.5em 0;
  padding-bottom: 0.5em;
  position: relative;
  width: 100%;
}

.cart-form b {
  color: #f00;
}

.CFN-cart .cart-form .cart-body>.form-group,
.cart-form .form-group,
.cart-form .form-group span,
.cart-form .form-group div {
  margin: 0;
  padding: 0;
  text-align: left;
}

.cart-form-success>div {
  padding: 10px 0;
}

.cart-form-success>div:last-child {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
}

.cart-form-success button {
  height: 40px;
  width: 200px;
}

.CFN-cart .form-group>span:first-child:not(:last-child),
.CFN-cart .form-group>span:not(:first-child):not(:last-child) {
  padding-right: 5px;
}

.CFN-cart .form-group.holder>span:nth-child(2) {
  padding-right: 0;
}

.CFN-cart .input-checkbox+label,
.CFN-cart .input-checkbox:checked+label {
  border-collapse: separate;
  border-color: #b9b9b9 #d4d4d4 #c2c2c2;
  border-radius: 2px;
  box-shadow: none;
}

.CFN-cart .input-checkbox+label {
  background: #eee none repeat scroll 0 0;
}

.CFN-cart .input-checkbox:checked+label {
  background: #eee none repeat scroll 0 0;
  border-color: #ff9600;
}

.CFN-cart-form .form-control {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
}

.CFN-cart-form .form-control:focus {
  box-shadow: none;
}

.cfn-input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-collapse: separate;
  border-color: #b9b9b9 #d4d4d4 #c2c2c2;
  border-image: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: table;
  font-weight: bold;
  position: relative;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

.cfn-input:hover {
  border: 1px solid #ff9600 !important;
}

.cfn-input:hover i,
.cfn-input:focus i {
  color: #ff9600;
}

.cfn-input:hover .form-control {
  color: #ff9600;
}

.cfn-input i {
  color: #ccc;
}

.cfn-input select.form-control:hover {
  background: transparent none repeat scroll 0 0;
}

.cfn-input .form-control {
  background: transparent none repeat scroll 0 0;
  font-size: 14px;
}

.input-addon {
  border-radius: 0.4em;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}

.input-addon i,
.input-select i {
  display: inline-block;
  font-size: 18px;
  padding: 0 3px 3px 8px;
  vertical-align: middle;
  white-space: nowrap;
}

.input-select {
  background-color: #fff;
}

.control-label {
  color: #676666;
  font-weight: bold;
  line-height: 2em;
}

@media (max-width: 767px) {
  .CFN-cart .form-group>span.col-xs-12 {
    padding-right: 0 !important;
  }
  .CFN-cart .row>div {
    padding: 10px;
  }
  .CFN-cart .row>div:last-child {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .CFN-cart .cart-form .cart-body>h4 {
    margin-top: 10px;
  }
  .CFN-cart-form .form-control {
    height: 35px;
  }
}

@media (min-width: 992px) {
  .cart-form-success>div:last-child {
    border: 0 none;
  }
  .cart-form-success>div button {
    float: right;
  }
  .CFN-cart .cfn-group h6 a {
    float: right;
  }
  .CFN-cart .cart-form .cart-body {
    padding-left: 10px;
  }
  .CFN-cart .cart-form .cart-body>h4 {
    margin: 10px -10px 10px -20px;
    padding: 15px 30px;
  }
  .CFN-cart .cart-head-hilight {
    padding: 5px;
  }
  .CFN-cart .cart-head-hilight .alert-info {
    margin: 0;
  }
  .cart-form h3 {
    padding: 1em 0;
  }
  .CFN-cart .row div:last-child .cfn-group:first-child:not(:last-child) {
    padding: 10px 20px;
  }
  .CFN-cart .CFcolor-red h1 {
    font-size: 24px;
  }
  .CFN-cart .CFcolor-red h4 {
    font-size: 14px;
  }
}

.CFN-confirm-head {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  color: #a1a1a1;
  padding-bottom: 10px;
}

.CFN-confirm-head h2 {
  font-size: 1.5em;
  padding-bottom: 0;
}

.CFN-confirm-head h5 {
  font-size: 12px;
  font-weight: bold;
}

.CFN-confirm-head h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}

.CFN-confirm-head .row>div:nth-child(2)>.row>div:nth-child(1) {
  border-right: 1px solid #ddd;
  padding-right: 0;
}

.CFN-confirm .row>div {
  padding: 5px;
}

.ads-hw h6 {
  color: #9baec0;
  font-size: 14px;
}

.ads-hw #slide-coupon {
  height: auto;
}

.ads-hw #slide-coupon .carousel-inner>.item {
  padding: 0 10px;
}

.ads-hw #slide-coupon .carousel-caption {
  display: inline-block;
  height: 200px;
  padding: 1em;
  top: 0;
  width: 100%;
}

.ads-hw #slide-coupon .details h1 {
  display: inline-block;
  float: left;
  font-size: 28px;
  padding: 0 10px 0 0;
  text-align: left;
  text-transform: none;
  width: 45%;
}

.ads-hw #slide-coupon .details .sale {
  display: inline-block;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  width: 55%;
}

.ads-hw #slide-coupon .details .sale li {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 1em;
  margin: 0;
  text-transform: capitalize;
}

.ads-hw #slide-coupon .details .sale li:nth-child(1) {
  float: left;
  padding-right: 5px;
}

.ads-hw #slide-coupon .details .sale li:nth-child(3) {
  display: inline-block;
  font-size: 16px;
  line-height: 0;
  margin-top: 10px;
}

.ads-hw #slide-coupon .details .sale li:nth-child(4) {
  font-size: 38px;
}

.ads-hw #slide-coupon .carousel-control.left,
.ads-hw #slide-coupon .carousel-control.right {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  color: #333;
  display: inline-block;
  font-size: 12px;
  opacity: 1;
  padding: 3px 10px;
  text-shadow: none;
  top: 0;
  width: auto;
}

.ads-hw #slide-coupon>ul {
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.ads-hw #slide-coupon>ul li {
  position: absolute;
  top: 70px;
}

.ads-hw #slide-coupon>ul li:nth-child(1) {
  left: -10px;
}

.ads-hw #slide-coupon>ul li:nth-child(2) {
  right: -10px;
}

.ads-list {
  padding: 10px;
  position: relative;
}

.ads-list .row {
  padding: 0 10px;
}

.ads-list .row>div:nth-child(1) {
  padding: 0 5px;
}

.ads-list>div>div {
  float: right;
  padding: 0;
}

.ads-list>div>div:nth-child(1) a {
  background-image: url("/Sites/49/images/home/mock/default.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  width: 100%;
}

.ads-list>div .h5,
.ads-list div .h6 {
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ads-list>div .reviews a {
  color: #689c56;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.ads-list>div>div:nth-child(3) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.ads-list>div>div:nth-child(3) div {
  display: inline-block;
  margin: 0;
}

.ads-list>div>div:nth-child(3) div del {
  font-size: 20px;
  padding: 0 5px;
  text-align: right;
}

.ads-list>div>div:nth-child(3) .h4 {
  font-size: 26px;
  font-weight: bold;
}

.ads-list>div:last-child>div:nth-child(3) {
  border: 0 none;
}

@media (max-width: 767px) {
  .CFN-confirm .cfn-group {
    margin: 5px;
  }
  .ads-hw #slide-coupon .details .sale li:nth-child(3) {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .CFN-confirm-head {
    background: #fafafa none repeat scroll 0 0;
    border-top: 1px solid #eee;
    margin: -10px -15px 5px;
    padding-top: 10px;
  }
  .CFN-confirm-head .row>div:first-child {
    border: 0 none;
  }
  .CFN-confirm-head h2 {
    margin-top: 5px;
  }
  .CFN-confirm-head h5 {
    font-size: 14px;
  }
  .CFN-confirm-head h3 {
    font-size: 22px;
  }
  .ads-list>div>div {
    float: left;
  }
  .ads-hw #slide-coupon .carousel-inner>.item {
    padding: 0;
  }
  .ads-list {
    padding: 10px 0 0;
  }
}

@media (max-width: 991px) {
  .ads-hw #slide-coupon .carousel-inner>.item>div {
    height: 170px;
  }
  .ads-hw #slide-coupon .details h1 {
    padding-left: 15px;
  }
  .ads-hw #slide-coupon .details .sale {
    padding: 1em 5px;
  }
  .ads-hw #slide-coupon .details h1,
  .ads-hw #slide-coupon .details .sale li {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .ads-hw #slide-coupon .carousel-inner>.item>div {
    height: 160px;
  }
  .ads-list .row {
    border-bottom: 1px solid #d8d7d7;
    margin: 0 -5px 8px;
    padding: 0;
  }
  .ads-list .row:last-child {
    border: 0 none;
    margin-bottom: 0;
  }
  .ads-hw #slide-coupon .carousel-caption {
    padding: 1em 1.5em;
  }
  .ads-list>div>div:nth-child(3) {
    border: 0 none;
    text-align: right;
  }
  .ads-list>div>div:nth-child(3) .h4 {
    font-size: 20px;
  }
  .ads-list>div>div:nth-child(3) div del {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
  }
  .CFN-confirm-head h2 {
    font-weight: bold;
  }
  .CFN-confirm-head h3 {
    font-size: 26px;
  }
  .CFN-confirm .cart-detail .cart-body {
    padding: 10px 20px;
  }
}

/*.footer .container .row>div:first-child {
  padding-left: 0;
}

.footer {
  background: #ebebeb none repeat scroll 0 0;
}

.footer h3 {
  color: #505050;
  font-size: 14px;
  font-weight: bold;
  padding: 1em 0;
}

.footer .container {
  padding-bottom: 1.5em;
}

.footer .newsletter p {
  color: #505050;
  font-size: 12px;
}

.footer .newsletter .input-group {
  margin: 1em 0 1.5em;
}

.footer .newsletter .form-control {
  border: 0 none;
  box-shadow: none;
  color: #bbbbbb;
  height: 40px;
}

.footer .newsletter .btn {
  background: #ff9600 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  height: 40px;
}

.footer .menu li {
  line-height: 1.5em;
}

.footer .menu li::before {
  bottom: 2px;
  content: "î‚€";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 8px;
  font-style: normal;
  padding-right: 5px;
  position: relative;
}

.footer .menu li a {
  color: #555;
  cursor: pointer;
  font-size: 12px;
}

.footer .menu li a:hover {
  color: #ff9600;
  text-decoration: none;
}

.footer .social li {
  margin: 1em 0;
  padding: 0;
}

.footer .suppliers li {
  margin: 0 0 0.5em;
  padding: 0;
}

.footer .suppliers li img {
  height: 30px;
}

.footer .social a {
  color: #a2a2a2;
  padding: 0;
}

.footer .social a:hover {
  color: #ff9600;
}

.footer .NewsletterFormDiv {
  bottom: 5em;
  display: inline-block;
  left: 26%;
  position: absolute;
}

.footer .app img {
  border-radius: 5px;
  height: 30px;
  margin: 10px 0;
}

.footer .call {
  margin-top: 1em;
  padding: 20px 0 10px;
}

.footer .call>i {
  color: #a2a2a2;
  font-size: 3em;
  margin-right: 20px;
  text-shadow: 4px 3px 0 #ebebeb, 9px 8px 0 rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}

.footer .call div {
  margin: 0;
}

.footer .call a h2 {
  color: #00f !important;
  font-family: "Oswald", sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  margin: 5px 0 10px;
  text-decoration: underline;
}

.footer .call span {
  color: #505050;
  display: block;
  font-size: 12px;
  line-height: 1.6em;
}

.footer .call span strong {
  color: #505050;
  display: block;
  font-size: 14px;
}

.footer .container {
  position: relative;
}

.sub-footer {
  background: #ff9600 none repeat scroll 0 0;
  color: #fff;
  padding: 1em 0;
}

.sub-footer .container {
  padding-bottom: 0;
}

.sub-footer li a {
  color: #fff;
}

.sub-footer li {
  border-right: 1px solid #fff;
}

.sub-footer li:last-child {
  border: 0 none;
}

@media (max-width: 767px) {
  .footer,
  .sub-footer {
    background: #fff none repeat scroll 0 0;
    width: 100%;
  }
  .footer .NewsletterFormDiv {
    display: none;
  }
  .sub-footer {
    color: #767676;
    font-size: 12px;
    padding: 0;
  }
  .sub-footer .container-fluid {
    padding: 0;
  }
  .sub-footer li a {
    color: #767676;
    font-weight: bold;
  }
  .sub-footer li {
    border-color: #767676;
  }
  .sub-footer {
    height: 150px;
    padding-top: 2em;
    text-align: center;
  }
  .sub-footer .list-inline {
    padding: 0;
  }
  .social {
    display: none;
    text-align: center;
  }
  .footer .social li {
    margin: 1em 0 0;
  }
  .footer .container {
    padding-bottom: 0;
  }
  .sub-footer .container .row .Markup>div:first-child {
    display: none;
  }
  .sub-footer .container .row div:last-child {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .footer {
    margin-top: 1em;
  }
  .footer .call a h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer .newsletter .input-group {
    margin-bottom: 0;
  }
  .footer .NewsletterFormDiv {
    margin-top: -20px;
  }
  .footer .NewsletterFormDiv {
    left: 35%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer .call>i {
    font-size: 2.3em;
  }
  .footer .call {
    padding: 10px 0;
  }
}*/

.CFN-sitemap {
  padding: 0 10px 10px;
}

.CFN-sitemap .row {
  margin: 0;
}

.CFN-sitemap .row:first-child {
  margin-top: 0;
}

.CFN-sitemap .cfn-group {
  padding: 1.5em;
}

.CFN-sitemap .panel-heading h4,
.CFN-faq .panel-heading h4 {
  border-top: 0 none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.CFN-sitemap .panel-heading i {
  float: right;
  margin-top: -1em;
}

.descriptions,
.descriptions-facilities {
  font-size: 12px;
  padding: 0;
}

.descriptions>.nav-tabs>li {
  border: 0 none;
  float: left;
  margin-top: 10px;
}

.descriptions>.nav-tabs>li:first-child {
  border-width: 1px 0 0 1px;
  margin-left: 10px;
}

.descriptions>.nav-tabs>li:not(:first-child):not(:last-child),
.descriptions>.nav-tabs>li:last-child {
  border-width: 0;
}

.descriptions>.nav>li>a {
  color: #999;
  display: block;
  margin-right: 0;
  padding: 10px 15px;
  position: relative;
}

.descriptions>.nav>li>a:hover,
.descriptions>.nav>li>a:focus {
  background-color: #fff;
  text-decoration: none;
}

.descriptions>.nav-tabs>li>a {
  border-radius: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.42857;
  margin-right: 0;
  text-decoration: underline;
}

.descriptions>.nav-tabs>li>a:hover {
  color: #555;
}

.descriptions>.nav-tabs>li.active>a,
.descriptions>.nav-tabs>li.active>a:hover,
.descriptions>.nav-tabs>li.active>a:focus {
  background-color: #fff;
  border-color: #ddd #ddd #fff;
  border-style: solid;
  border-width: 1px;
  color: #428bca;
  cursor: default;
}

.descriptions>.tab-content>.active>div {
  margin: 0;
  padding: 10px;
}

.continent-list a {
  background: #fff none repeat scroll 0 0;
  color: #8c8d8d;
  cursor: inherit;
  line-height: 1.5em;
  margin: 0;
}

.siteList a:hover {
  color: #ff9600;
  cursor: pointer;
}

.continent-list a:focus {
  font-weight: bold;
}

.continent-list a::before {
  color: #de0909;
  content: "î¢";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding-right: 5px;
  position: relative;
  top: 1px;
}

.CFN-sitemap .row .CFN-terms b {
  display: inline-block;
  line-height: 2em;
  padding-top: 5px;
}

.CFN-sitemap .panel-group:first-child b {
  border: 0 none;
}

.CFN-sitemap .Box {
  margin-bottom: 1em;
  padding: 10px 40px;
}

.siteTab>.nav-tabs>li.active>a,
.siteTab>.nav-tabs>li.active>a:hover,
.siteTab>.nav-tabs>li.active>a:focus {
  color: #ff9600;
}

.siteTab>.nav-tabs {
  margin-bottom: 1em;
}

.siteTab>.nav-tabs>li>a {
  color: #9caec4;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.siteList a {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 2em;
}

.siteList.continent-list {
  border: 0 none;
  margin: 0;
}

.siteList.line {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}

.siteList>span {
  padding: 0;
}

.siteList.line li:first-child {
  padding-left: 0;
}

.siteList.line li:last-child {
  border: 0 none;
}

@media (max-width: 767px) {
  .CFN-sitemap>.panel-group {
    margin: -1px 0 0;
  }
  .CFN-sitemap>.panel-group>.panel-default,
  .CFN-sitemap .panel-group .panel-default {
    border-bottom: 0 none;
  }
  .CFN-sitemap .panel-heading,
  .CFN-sitemap .panel-body {
    padding: 10px;
  }
  .CFN-sitemap .tab-content h4 {
    display: block;
  }
  .CFN-sitemap .Box {
    padding: 0 1em;
  }
  .siteList.list-inline span {
    margin: 0;
    padding: 0;
  }
  .siteList.line li {
    border: 0 none;
    padding: 0;
    width: 100%;
  }
  .siteList>.nav-tabs>li {
    margin: 0 !important;
    width: 100%;
  }
  .siteList .tab-pane {
    display: block !important;
  }
  .CFN-sitemap {
    padding: 0;
  }
  .siteTab .tab-content>.tab-pane {
    display: block;
  }
  .siteTab .tab-content>.tab-pane>.panel-group {
    margin: 0;
    padding: 0;
  }
  .descriptions.siteTab>h4 {
    color: #f00;
    margin: 1em 0;
    text-align: center;
  }
  .descriptions.siteTab>h4 b {
    font-weight: normal;
  }
  .cfn-group .panel .panel-collapse>.panel-body>div {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .CFN-sitemap {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  .descriptions.siteTab .panel-body h4>b {
    display: none;
  }
  .CFN-sitemap .panel {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
  }
  .CFN-sitemap .panel-group:nth-child(2) b {
    border: 0 none;
  }
  .CFN-sitemap .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0 none;
    padding: 0 10px;
  }
  .CFN-sitemap .row b {
    padding: 0;
  }
}

@media (min-width: 980px) {
  .CFN-sitemap {
    padding: 1em 2em;
  }
  .CFN-sitemap .panel-group b {
    border-top: 1px solid #eee;
    font-weight: bold;
    line-height: 2em;
    padding: 10px 0;
  }
  .siteList.line {
    margin: 0;
  }
  .siteList a {
    font-weight: bold;
  }
}

.CFN-sitemap .CFN-terms {
  background: #fff none repeat scroll 0 0;
}

.CFN-sitemap .CFN-heading {
  font-size: 28px;
  margin: 20px 0;
}

.CFN-terms {
  font-size: 14px;
}

.CFN-terms,
.CFN-policy,
.CFN-contact {
  color: #555;
}

.CFN-terms h5 {
  color: #333;
  padding: 5px 0;
}

.CFN-terms h5::before {
  color: #ccc;
  content: "îµ";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px;
  position: relative;
}

.CFN-terms .line {
  border-bottom: 1px dotted #ddd;
}

.CFN-policy h4 {
  border-bottom: 1px dotted #ddd;
  font-weight: bold;
  margin-top: 20px;
}

.CFN-policy blockquote footer::before,
.CFN-faq blockquote footer::before {
  color: #ccc;
  content: "îµ";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px;
  position: relative;
}

.CFN-policy blockquote footer,
.CFN-faq blockquote footer {
  color: #555;
  padding-bottom: 1em;
}

.CFN-policy blockquote,
.CFN-faq blockquote {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.CFN-policy blockquote header,
.CFN-faq blockquote header {
  font-size: 14px;
  padding-bottom: 10px;
}

.CFN-contact .row {
  margin: 0 -15px;
}

.CFN-contact .cfn-group-normal {
  background: #f2f2f2 none repeat scroll 0 0;
  margin-bottom: 10px;
  padding: 1em;
}

.CFN-contact .cfn-group-normal ul li::before {
  display: none;
}

.CFN-contact .cfn-group-normal ul li {
  line-height: 1.5em;
  margin: 1em 0;
}

.CFN-contact .cfn-group-normal a {
  color: #428bca;
  display: inline-block;
}

.CFN-contact ol {
  font-weight: bold;
  margin: 0;
  padding: 10px;
}

.CFN-contact ol li::before {
  color: #ccc;
  content: "îµ";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 5px 10px 10px 0;
  position: relative;
  top: 1px;
}

.CFN-contact a.live:hover img::before {
  background: transparent url("../images/mock/live2.png") no-repeat scroll 0 0;
  height: 82px;
}

.CFN-contact .cfn-group-normal h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.CFN-contact .cfn-group {
  border: 0 none;
  box-shadow: none;
}

.CFN-faq a::before {
  content: "";
}

.CFN-faq a {
  color: #428bca;
  cursor: pointer;
  text-decoration: underline;
}

.CFN-faq .page-header {
  margin: 10px 0;
}

.CFN-faq .nav-tabs>li>a {
  font-size: 12px;
}

.CFN-faq .table {
  font-size: 14px;
}

.CFN-faq .table i {
  color: #ccc;
  display: block;
  font-size: 1.8em;
}

.CFN-faq .table thead tr th {
  color: #92a7bb;
}

.CFN-faq .table thead tr th:not(:nth-child(1)),
.CFN-faq .table tbody tr td:not(:nth-child(1)) {
  text-align: center;
}

.CFN-faq .table thead tr th,
.CFN-faq .table thead tr td {
  text-align: center;
  vertical-align: middle;
}

.CFN-faq .panel h3 {
  margin: 0 0 10px;
  padding: 0 10px;
}

.CFN-faq .nav-tabs>li>a {
  height: 60px;
  vertical-align: middle;
  width: 180px;
}

.CFN-contact .cfn-form .row {
  margin: 0;
  padding: 0;
}

.CFN-reservate .CFN-policy {
  padding: 2em 10px;
}

.CFN-reservate button {
  padding: 8px 0;
  width: 50%;
}

.ReservationStatusSearch {
  background: #f2f2f2 none repeat scroll 0 0;
  margin-bottom: 10px;
  padding: 1em;
}

.ReservationStatusSearch .SearchRow {
  margin-bottom: 15px;
}

.ReservationStatusSearch .SearchLabel {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ReservationStatusSearch .SearchInput input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.ReservationStatusSearch .Button {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0 auto;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 50%;
}

.ReservationStatusSearch .Button {
  background: #ff9600 linear-gradient(to bottom, #ff9600, #ff6600) repeat scroll 0 0;
  border: 1px solid #d65803;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.ReservationStatusSearch .Button:hover {
  background: #d65803 linear-gradient(to bottom, #d65803, #ff6600) repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .CFN-policy {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
  }
  .CFN-terms,
  .CFN-policy,
  .CFN-contact {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
  }
  .CFN-contact .row {
    margin: 0 -15px 0 -20px;
  }
  .CFN-contact .cfn-group-normal {
    margin-left: 5px;
    padding: 10px;
  }
  .CFN-terms,
  .CFN-policy,
  .CFN-contact {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin: 10px;
  }
  .CFN-sitemap .CFN-heading {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.5em;
    margin: 0;
    padding: 10px 0;
  }
  .CFN-contact a.live {
    width: auto;
  }
  .CFN-contact .cfn-group {
    padding: 0 10px;
  }
  .CFN-contact ol {
    padding: 0 0 20px;
  }
  .CFN-contact .cfn-group-normal h4 {
    text-align: center;
  }
  .CFN-faq a {
    text-decoration: none;
  }
  .CFN-faq .tab-content h4 {
    margin: 0;
  }
  .CFN-faq .tab-content .row h4 {
    color: #000;
  }
  .CFN-faq .panel-default {
    border-top: 0 none;
  }
  .panel-default>.panel-heading {
    border: 0 none;
    margin-top: 1px;
  }
  .panel-default>.panel-heading a {
    text-decoration: none;
  }
  .CFN-faq blockquote footer {
    color: #8d8d8d;
  }
  .CFN-faq .table thead tr th:not(:nth-child(1)),
  .CFN-faq .table tbody tr td:not(:nth-child(1)) {
    text-align: center;
  }
  .CFN-contact.CFN-reservate {
    margin: 0;
    padding: 10px 15px;
  }
  .CFN-reservate .CFN-policy {
    box-shadow: none;
    margin: 10px 0 0;
    padding: 0 5px;
  }
  .CFN-reservate button {
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .CFN-faq .nav-tabs>li>a {
    height: 60px;
    padding: 5px 10px;
    width: 110px;
  }
  .CFN-faq {
    margin: 0 -0.7em;
  }
}

.CFN-sitemap a {
  text-decoration: underline;
}

.CFN-airCode h6 {
  color: #737373;
}

.CFN-airCode .siteTab>.nav-tabs>li.active>a,
.CFN-airCode .siteTab>.nav-tabs>li.active>a:hover,
.CFN-airCode .siteTab>.nav-tabs>li.active>a:focus {
  color: #0e6ebb;
}

.CFN-airCode .pagination {
  margin: 10px 0;
}

.CFN-airCode .pagination>li {}

.CFN-airCode .pagination>li:not(:last-child) {}

.CFN-airCode .pagination>li>a,
.CFN-airCode .pagination>li>span {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

.CFN-airCode .pagination>li:first-child>a,
.CFN-airCode .pagination>li:first-child>span {}

.CFN-airCode .pagination>li>a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #aaa;
  height: 30px;
  line-height: 28px;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.CFN-airCode .pagination>li>a:hover {
  background: #f1f1f1 none repeat scroll 0 0;
}

.CFN-airCode .pagination>.active>a,
.CFN-airCode .pagination>.active>span,
.CFN-airCode .pagination>.active>a:hover,
.CFN-airCode .pagination>.active>span:hover,
.CFN-airCode .pagination>.active>a:focus,
.CFN-airCode .pagination>.active>span:focus {
  background: #e9e9e9 none repeat scroll 0 0;
  border-color: #c6c6c6;
  box-shadow: 0 1px 0 #ddd inset;
  color: #000;
}

.CFN-airCode .descriptions>.tab-content>.active>div {
  padding: 0;
}

.CFN-airCode .panel-default>.panel-heading+.panel-collapse>.panel-body {
  padding: 0;
}

.CFN-airCode .descriptions h4 {
  margin: 1em 0 0.5em;
}

.CFN-airCode .descriptions h4::before {
  color: #ccc;
  content: "îµ";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 10px 5px 0;
  position: relative;
  top: -3px;
}

.CFN-airCode .descriptions pre {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  font-family: arial;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  padding: 0 10px;
}

.CFN-airCode .panel-body>b {
  display: none;
}

.CFN-airCode .row>div[class*="col"] {
  color: #737373;
  font-size: 14px;
  margin: 0 0 15px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .CFN-sitemap {
    padding: 0 5px;
  }
  .CFN-airCode {
    margin: 0 -15px;
  }
  .CFN-airCode .siteTab .tab-content>.tab-pane {
    display: none;
  }
  .CFN-airCode .siteTab .tab-content>.tab-pane.active {
    display: block;
  }
  .CFN-airCode .siteTab>.nav-tabs>li a,
  .CFN-airCode .siteTab>.nav-tabs>li.active a {
    background: transparent none repeat scroll 0 0;
    font-size: 13px;
  }
  .CFN-airCode .siteTab {
    width: 100%;
  }
  .CFN-airCode .siteTab li {
    background: transparent none repeat scroll 0 0;
    margin: 0 !important;
    width: 100%;
  }
  .CFN-airCode .siteTab li a {
    border: 0 none !important;
  }
  .CFN-airCode .siteTab li a::before {
    color: #ccc;
    content: "îµ";
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 5px 5px 0 0;
    position: relative;
    top: 0;
  }
  .CFN-airCode .siteTab li:not(:first-child):not(:last-child) {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 !important;
  }
  .CFN-airCode .CFN-heading {
    text-align: center;
  }
  .CFN-airCode .descriptions h4 {
    margin: inherit;
  }
  .CFN-airCode .descriptions h4::before {
    display: none;
  }
  .CFN-airCode .descriptions.siteTab>div .descriptions>.tab-content .tab-pane {
    display: block;
  }
  .CFN-airCode .descriptions>h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 1em 0;
    text-align: center;
  }
  .CFN-airCode .descriptions pre {
    font-size: 13px;
    line-height: 1.5em;
    padding: 1em;
  }
  .CFN-airCode .row>div[class*="col"] {
    font-size: 13px;
    line-height: 1.5em;
  }
}

.airContact .descriptions {
  color: #333;
  font-size: 14px;
}

.airContact tr td:first-child {
  text-align: left;
}

.airContact tr td:last-child {
  text-align: right;
}

.airContact tr td:first-child::before {
  color: #ff9600;
  content: "ï²";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0 10px 0 5px;
  position: relative;
  text-rendering: auto;
  text-shadow: 0 1px 0 #fff;
  transform: translate(0px, 0px);
}

.airContact tr:nth-child(2n+1) {
  background: #f8f8f8 none repeat scroll 0 0;
}

.airContact tr td {
  border: 0 none;
}

@media (max-width: 767px) {
  .airContact .CFN-heading {
    margin-bottom: 10px;
  }
  .airContact .descriptions {
    font-size: 13px;
  }
  .airContact .descriptions>.tab-content .tab-pane {
    display: block;
  }
  .airContact .descriptions>.tab-content .tab-pane .panel {
    border-bottom: 0 none;
    margin: 0;
  }
  .airContact tr:nth-child(2n) {
    background: #f8f8f8 none repeat scroll 0 0;
  }
  .airContact tr:nth-child(2n+1) {
    background: #fff none repeat scroll 0 0;
  }
}

.airDirectory .descriptions .panel-collapse a {
  color: #8d8d8d;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
}

.airDirectory .descriptions .panel-collapse a:hover {
  color: #ff9600;
}

.airDirectory .descriptions .panel-collapse a::before {
  color: #ff9600;
  content: "ï²";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0 10px 0 5px;
  position: relative;
  text-rendering: auto;
  text-shadow: 0 1px 0 #fff;
  transform: translate(0px, 0px);
}

@media (max-width: 767px) {
  .airDirectory .CFN-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .airDirectory .descriptions {
    font-size: 13px;
  }
  .airDirectory .descriptions>.tab-content .tab-pane {
    display: block;
  }
  .airDirectory .descriptions>.tab-content .tab-pane .panel {
    border-bottom: 0 none;
    margin: 0;
  }
  .airDirectory .descriptions .panel-collapse>div {
    padding: 0;
  }
  .airDirectory .descriptions .panel-collapse a {
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
  }
}

.CFN-loading {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  box-sizing: border-box;
  margin: 4em auto;
  padding: 0;
}

.CFN-loading .row {
  margin: 0;
}

.loading-list {
  font-size: 14px;
  margin: 1.5em 6em;
}

.loading-list h5 {
  color: #767676;
  display: inline-block;
  margin: 0;
}

.loading-list>ul>li>h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 65%;
}

.loading-list h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.loading-list li.h5 {
  color: #7a7979;
  font-size: 2em;
}

.loading-list .destination i {
  min-height: 50px;
  vertical-align: middle;
}

.loading-list .destination strong {
  font-size: 1.6em;
}

.CFN-loading .loading-bg {
  display: block;
  padding: 1em 6em;
  position: relative;
}

.CFN-loading .progress {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.CFN-loading .progress-bar {
  background: #ff9600 none repeat scroll 0 0;
}

.CFN-loading .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.CFN-loading .loading-call {
  color: #020202;
  font-size: 18px;
  padding: 1.5em;
}

.CFN-loading .loading-call img {
  padding-right: 1em;
}

.CFN-loading .loading-list {
  color: #000;
  vertical-align: top;
}

.CFN-loading .loading-list h4 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5em;
}

.CFN-loading .loading-list h4::before {
  background: rgba(0, 0, 0, 0) url("/Sites/49/images/icon.png") no-repeat scroll -48px 0;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 24px;
  pointer-events: none;
  width: 23px;
}

.CFN-loading .loading-list img {
  float: right;
  margin-top: -20px;
  position: relative;
  width: 300px;
}

.CFN-loading .loading-call a {
  color: #ff7300;
  cursor: pointer;
}

@media (max-width: 767px) {
  .CFN-loading {
    margin: 2em 1em;
  }
  .loading-list {
    font-size: 14px;
    margin: 10px;
  }
  .loading-list .destination strong {
    font-size: 1em;
  }
  .loading-list .destination i {
    min-height: 30px;
  }
  .loading-list li.h5 {
    font-size: 1.5em;
  }
  .loading-list .destination strong {
    font-size: 16px;
  }
  .loading-list h6 {
    font-size: 14px;
    margin: 0;
  }
  .loading-list ul ul {
    display: none;
    margin-left: 15px;
  }
  .loading-list ul ul h5,
  .loading-list ul ul h6 {
    display: inline-block;
  }
  .CFN-loading .loading-bg {
    padding: 0 2em;
  }
  .CFN-loading .loading-call {
    font-size: 14px;
    padding: 20px 10px;
  }
  .CFN-loading .loading-call a {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
  }
  .CFN-loading .loading-call img {
    padding: 0 10px;
    width: 55px;
  }
  .CFN-loading .loading-list {
    margin: 1em auto;
    text-align: center;
  }
  .CFN-loading .loading-list h4 {
    font-size: 14px;
  }
  .CFN-loading .loading-list h4::before {
    display: none;
  }
  .CFN-loading .loading-list img {
    float: none;
    margin: -20px auto 0;
    width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  /*.btn {
    display: none;
  }*/
  .CFN-loading {
    margin: 1em auto;
  }
  .loading-list h6 {
    font-size: 14px;
  }
  .CFN-loading .loading-bg {
    padding: 1em 3em;
  }
  .CFN-loading .loading-call {
    font-size: 16px;
    padding: 1.2em;
  }
  .CFN-loading .loading-call img {
    width: 60px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .CFN-loading .loading-list {
    margin: 1.5em 4em;
  }
  .CFN-loading .loading-list h4 {
    font-size: 18px;
  }
  .CFN-loading .loading-list img {
    width: 280px;
  }
  .Ticketclasdn {
    display: none;
  }
}

@media (min-width: 1200px) {
  .CFN-loading {
    width: 1000px;
  }
  .Ticketclasdn {
    display: none;
  }
}

.CFN-loading .loading-list h4::before {
  margin-left: -25px;
}

#loadingProgressCFN {
  animation: 0.6s linear 0s normal none infinite running progress-bar-stripes;
  background-repeat: repeat-x;
  height: 20px;
  margin: auto;
  overflow: hidden;
  width: 500%;
}

.loadingProgressCFN {
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-name: bounce_loadingProgressCFN;
  animation-timing-function: linear;
  background-color: #ff9600;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 40px 40px;
  box-shadow: 0 0 1px #000;
  height: 100%;
  margin-top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .loadingProgressCFN {
    animation-duration: 25s;
  }
}

@keyframes bounce_loadingProgressCFN {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes bounce_loadingProgressCFN {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 100%;
  }
}