#banner p.normalcase {
	text-transform: none;
	font-size: 110%;
	text-shadow: -1px 1px 0 rgba(34, 72, 106, 1);
}

#banner ul.features {
	padding-top: 20px;
	color: #fff;
	text-shadow: -1px 1px 0 rgba(34, 72, 106, .9);
	text-transform: none;
	font-size: 120%;
}

#sidebar h3 {
	background-color: #6D9DC9;
	color: #fff;
	padding: 3px 10px 2px;
	font-size: .9em;
	letter-spacing: 2px;
}

.ckavail {
    background-color: #CAF2DF;
    padding: 6px 8px;
    margin-left: 8px;
    border-radius: 3px 0 0 3px;
}

.ckunavail {
    background-color: #FF88AA;
    padding: 6px 8px;
    margin:12px 0;
    border-radius: 0 3px 3px 0;
}
    
.insetbox {
	padding: 15px 20px;
	border: 1px solid #9ecbf1;
	border-radius: 10px;
	margin-bottom: 40px;
}

.insetbox p {
	text-align: center;
	margin-bottom: 0;
	line-height: 1.7em;
}

.insetbox .maininfo {
	text-align: center;
	font-size: 160%;
	margin-bottom: 0;
	font-weight: bold;
	color: #6D9DC9;
}

.insetbox .dateline {
	font-size: 90%;
	font-style: italic;
}

.rating {
	color: #f5bf0f;
	font-size: 160%;
	letter-spacing: 3px;
	padding-right: 10px;
}

.display-icons img {
	height: 25px;
	margin-right: 3px;
}

ul.navlist {
	list-style-type: disc;
	padding: .5em 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 95%;
}

ul.navlist li {
	display: inline;
	padding-left: 0;
	padding-right: 10px;
}

ul.navlist li.propid {
	float: right;
	padding-right: 0;
	font-weight: bold;
}


ul.itemslist {
	list-style-type: disc;
	padding: .5em 0;
	font-size: 85%;
}

ul.itemslist li {
	display: inline;
	padding: 5px 8px;
	background-color: #e0f3f7;
}

ul.itemslist li:nth-child(odd) {
	background-color: #eef8fa;
}

ul.itemslist li.propid {
	float: right;
	padding-right: 0;
	font-weight: bold;
}

ul.itemslist li.firstrow {
    background-color: #54ABDB;
    color: #eef8fa;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: -4px;
}

ul.itemslist li.small-badge {
	margin-left: 3px;
	padding: 0px 2px;
	font-size: 0.7em;
	background-color: #B4B4B4;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
}


.pricestable {
	max-height: 500px;
}

.pull-right {
	float: right;
}

#map { height: 200px; }

#offers-wrap {
    border: 1px solid #e0e0e0;
    padding: 20px 20px;
    margin-bottom: 40px;
}

#offers-wrap p {
    margin-bottom: 0;
}

.mention {
	margin-top: -15px;
	line-height: 1.5em;
	font-style: italic;
	font-size: .9em;
}

.heavylink a {
	color: #6D9DC9;
	font-weight: bold;
}

p.lesspad {
	margin-bottom: 12px;
}

.button.strong {
	background-color: #f8910d;
}

.button.strong:hover {
	background-color: #ff6e00;
}


@media screen and (max-width: 736px) {
	
	ul.navlist li {
		text-align: center;
		display: block;
	}
	ul.navlist li.propid {
		float: none;
		padding-right: 0;
	}
	
	
}

.rcol-item {
	margin-bottom: 30px;
}

/* Lil pics */

.smpics-gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    z-index: 0;
   }

.smpics-gallery .col {
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    -webkit-box-flex: 1;
            flex: 1 0 25%;
    background-color: #e0f3f7;
    text-align: center;
    height: 70px;
    background-size: cover;
    background-position: 50% center;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.smpics-gallery .col.col-taller {
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    -webkit-box-flex: 1;
            flex: 1 0 25%;
    background-color: #e0f3f7;
    text-align: center;
    height: 80px;
    background-size: cover;
    background-position: 50% center;
    opacity: 0.85;
    filter: alpha(opacity=85);
    margin-right: 2px;
    margin-bottom: 2px;
}


.smpics-gallery .wrap {
	display: block;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
	text-indent:100%;
}

.smpics-gallery .col:hover {
    opacity: 1;
}

#sidebar .foundnum {
    margin-left: 2px;
    padding: 0 3px;
    background-color: #b4b4b4;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: .85em;
}

#sidebar ul.rcol-textlist, #sidebar ul.rcol-mlist, ul.rcol-textlist {
	list-style: none;
	padding: 0;
}

#sidebar ul.rcol-textlist li, ul.rcol-textlist li {
	padding: 0;
	width: 49%;
	display: inline-block;
}

#sidebar ul.rcol-mlist li {
	padding: 0;
	width: 25%;
	display: inline-block;
}

#sidebar ul.rcol-rowlist {
	list-style: none;
	padding: 0;
}

#sidebar ul.rcol-rowlist li {
	padding: 0;
}

.rcol-textover {
	position: relative;
	min-height: 225px;
	background-position: 50% center;
	}
	
.rcol-textover:hover {
	opacity: 0.8;
	}
	
.rcol-textover.sm {
	position: relative;
	min-height: 140px;
	background-position: 50% center;
	overflow: hidden;
	}
	
.rcol-textover.image {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
	}
	
.rcol-textover .overcontent {
	position: absolute;
	left: 15px;
	bottom: 15px;
	max-width: 70%;
	border-radius: 4px;
	padding: 2% 5%;
	display: block;
	background: transparent url("../../img/wh-bg.png") no-repeat scroll center center / cover;
	}
	
.rcol-textover.sm .overcontent {
		min-width: 65%;
		max-width: 85%;
		padding: 4px 8px;
		left: 10px;
		bottom: 10px;
	}
	
.rcol-textover.sm h4 {
		margin-bottom: 0;
	}
	
.rcol-textover.sm p {
		margin: 0;
	color: #4d4d4d;
}

.rcol-textover .overcontent a {
	text-decoration: none;
}
	
.rcol-textover .rating {
	font-size: 1em;
}

.rcol-textover h4, .rcol-textover ul {
	margin-bottom: .5em;
}

.rcol-textover ul {
	color: #5D5E5F;
	line-height: 1.4em;
}

.pghead {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 1em;
}

.pghead h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-transform: none;
	margin-bottom: .5em;
}

.pghead p {
	margin-bottom: .5em;
}

.sm-formholder {
	padding: 8px;
	background-color: #fff;
	margin-bottom: 1em;
	border: 1px solid #6D9DC9;
}


.nextprev-buttons {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.nextprev-buttons a {
  text-decoration: none;
	font-weight: bold;
}

.nextprev-buttons .movepage-button {
  background-color: #daecf6;
  padding: 7px 10px;
  border-radius: 3px;
}

.nextprev-buttons .movepage-button:hover {
  background-color: #abd4ea;
}

.mpage-pager {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-radius: 3px;
    margin-bottom: 20px;
   }

.mpage-pager .col {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    background-color: #e0f3f7;
    padding: 5px 6px;
    text-align: center;
    width: auto;
}

.mpage-pager .col a {
	text-decoration: none;
}

.mpage-pager .numeral {
	color: #fff;
	padding: 0 2px;
	background-color: #939191;
	font-weight: bold;
	font-size: .9em;
}

.mpage-pager .col:nth-child(odd) {
	background-color: #eef8fa;
}

.mpage-pager .col:hover {
	background-color: #f7c66b;
}

.mpage-pager .col.selected {
	background-color: #fad591;
}

.mpage-pager .col.firstrow {
	background-color: #54ABDB;
	color: #eef8fa;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.accoutput {
	display: block;
	width: 100%;
	border: 1px solid #e8e8e8;
	padding: .7em;
}

.accoutput .lhead {
	line-height: 1.4em;
	margin-bottom: .5em;
}

.accoutput:hover {
	background-color: #edf5fb;
	-moz-box-shadow: 0 0 3px #c6c6c6;
	box-shadow: 0 0 3px #c6c6c6;
	cursor: pointer;
	opacity: 0.9;
}

.accoutput .imgcol {
	position: relative;
	min-height: 200px;
	background-position: 50% center;
	background-size: cover;
	margin-bottom: .5em;
}

.accoutput .imgcol .images-count {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    padding: 0 8px;
}

.accoutput .imgcol .images-count .upd-date {
    font-size: .5em;
}

.accoutput .imgcol .rating {
    position: absolute;
    top: 10px;
    left: 14px;
    z-index: 10;
    font-size: 1.2em;
    text-shadow: -1px 1px 2px  rgba(0,0,0,0.7);
}

.accoutput .imgcol .accurate-prices {
    position: absolute;
    background: url(../../../ctf/images/accurate_prices.png);
    bottom:  10px;
    left: 10px;
    height: 46px;
    width: 46px;
}

.accoutput .imgcol .book-online {
    position: absolute;
    background: url(../../../ctf/images/book-online-btn.png);
    bottom:  10px;
    left: 10px;
    height: 46px;
    width: 46px;
}

.accoutput ul.icons.rcol {
    text-align: center;
    margin-top: 1.5em;
}

.accoutput ul.icons img {
    height: 18px;
}

.accoutput ul, .accoutput p {
    color: #888;
    margin-bottom: .6em;
}

.accoutput p {
	font-size: .95em;
	line-height: 1.8em;
}

.accoutput h3 {
	margin-bottom: .4em;
}

.accoutput .upd-date {
	font-size: .9em;
}

.accoutput ul.bps {
	list-style-type: square;
	font-size: .95em;
}

.accoutput ul.bps li {
	line-height: 1.7em;
}

#banner .mapsearch {
	position: absolute;
	top: 5em;
	right: 3em;
}

#banner .ttl {
	position: absolute;
	top: 4em;
	right: 4em;
	color: #fff;
	padding-top: 5.5em;
	font-size: 80%;
	line-height: 1.2;
	text-align: left;
}

#banner .mainsearch {
	margin: 2em 1em 3em;
	padding: 1.3em .7em;
	max-width: 500px;
	/*background-color: #fff;*/
	border-radius: 10px;
	/*opacity: .85;*/
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	background: url("../../img/wh-bg.png") no-repeat scroll center center / cover;
}

#banner .mainsearch.ie {
	margin-top: 4em;
	}

#banner .mainsearch form {
	margin-bottom: 0;
}

#banner .mainsearch label {
	text-align: left;
	margin-bottom: 0;
}


ul.townslist {
    padding: 0;
    list-style: none;
}

ul.townslist li {
    display: inline-block;
    width: 33%;
}

@media screen and (max-width: 736px) {
	ul.townslist li {
	    width: 50%;
	}
}

@media screen and (max-width: 480px) {
	ul.townslist li {
	    width: 100%;
	}
}

.navimage {
    max-width: 200px;
    max-height: 300px;
}

.navimage.fr {
	display: block;
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    }

.navimage.ie {
    max-width: 300px;
    max-height: 450px;
}

.navimage.nr {
    max-width: 300px;
    max-height: 250px;
}

.navimage a {
	text-decoration: none;
}

.navimage.f135 {
	font-size: 135%;
}

/*#main .navimage.ie {
    font-size: 150%;
}*/

#main .navimage.ie {
    max-width: 500px;
    max-height: 650px;
}

#main .navimage.md {
    max-width: 400px;
    max-height: 650px;
}

#main .navimage.sm {
    max-width: 300px;
    max-height: 450px;
}

#main .navimage.fillsp {
    display: block;
    width: 100%;
    max-height: 2000px;
    max-width: 2000px;
    }
    
#main .navimage.f400 {
    font-size: 450%;
}

#main .navimage.f225 {
    font-size: 225%;
}

#main .navimage.f100 {
    font-size: 100%;
}

#main .navimage.f75 {
    font-size: 75%;
}

#main .navimage.f50 {
    font-size: 50%;
}

.trblock {
	margin-top: 4px;
	margin-bottom: 4px;
	height: 20px;
}

.trblock img {
	margin-right: 4px;
}

.ckinfo-panel {
    padding: 6px 0;
    background-color: #fdf8ef;
	font: .95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #e8e8e8;
}

.adhead {
		margin-bottom: 1.2em;
	}
	
	.adhead h1 {
		font-size: 1.5em;
		margin-bottom: .5em;
	}
	
	.adhead .lilarrows .fa {
		padding-left: .6em;
		margin-right: .2em;
		color: #6D9DC9;
	}
	
.book-online-ccl {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
  padding: 17px 0;
	background-color: #fff;
	opacity: .85;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #fff;
	background: url('../../img/badge-bg.png') center / cover no-repeat;
}

.book-online-ccl .save {
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: .6;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.book-online-ccl p {
	color: #fff;
	}

.availsearch-box {
	margin-bottom: 1em;
	padding: 1em 1em .01em;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}

.availsearch-box h1 {
	font-size: 1.2em;
	padding: .4em 0;
}

.nobr {
  white-space: nowrap;
}

.rbox {
	border: 1px solid #d7d7d7;
	padding: 1em 0;
	text-align: center;
	margin-bottom: 2em;
}

.box.alert {
	padding: .5em 1em;
	margin-top: 10em;
	margin: 0 0 1em 0;
	background-color: #f7d2d2;
}

.box.alert i {
	color: #d81515;
	font-size: 110%;
	margin-right: .3em;
}

.box.alert a {
	text-decoration: none;
	color: #616161;
}

ul.body-3col {
	list-style: none;
	padding: 0;
}

ul.body-3col li {
	padding: 0;
	width: 33%;
	display: inline-block;
}

ul.mway {
	list-style: none;
	padding: 0;
}

ul.mway li {
	line-height: 1.5em;
	margin-bottom: .5em;
	padding: 0;
}

ul.mway.twocol li {
	width: 50%;
	display: inline-block;
}

ul.letterslist {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.letterslist li {
    display: inline-block;
    width: 16.6%;
    font-weight: bold;
}

.bcontent p {
	margin-bottom: .75em;
}

.bcontent p:last-of-type {
	margin-bottom: 2em;
}

.bcontent h2, .bcontent h3, .bcontent h4 {
	margin-top: 1.5em;
}

.display-sm {
	display: block;
    position: relative;
    min-height: 200px;
    background-position: 20% center;
    background-size: 100%;
    border-radius: 5px;
    transition: background-size .5s ease-in-out;
    -moz-transition: background-size .5s ease-in-out;
    -ms-transition: background-size .5s ease-in-out;
    -o-transition: background-size .5s ease-in-out;
    -webkit-transition: background-size .5s ease-in-out;
    margin-bottom: 2em;
}

.display-sm:hover {
	background-size: 120%;
	}
	
.display-sm .tl {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
}

.display-sm .br {
	position: absolute;
	bottom: 7px;
	right: 15px;
	z-index: 10;
}

.display-sm .bl {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #000000;
	position: absolute;
	width: 47%;
	bottom: 15px;
	left: 15px;
}

@media screen and (max-width: 980px) and (min-width:481px) {
	.display-sm .bl {
		font-size: 1.8em;
		line-height: 1.2em;
		width: 70%;
	}
}

.display-sm .bl .bd {
	font-weight: bold;
}

.display-sm .bl .sm {
	font-size: 85%;
}

.display-sm .br .button {
	line-height: 3.05em;
	height: 3em;
	padding: 0 1.5em;
}

.hdlinks-wrapper {
  padding: 0;
  margin-bottom: 2em;
}

.hdlinks-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.hdlinks-nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: .3em .3em .1em .3em;
  text-align: center;
  font-size: .9em;
  letter-spacing: 1px;
  border-right: 1px solid #e3e7ee;
  border-bottom: 1px solid #e1e6ef;
  -webkit-transition: background-color 1.3s;
  transition: background-color 1.3s;
  text-transform: uppercase;
}

.hdlinks-nav li:last-of-type {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  text-align: right;
  border-right: 0;
}

.hdlinks-nav li:hover {
  background-color: #eceff5;
}

.hdlinks-nav li:last-of-type:hover {
  background-color: #fff;
}

.hdlinks-nav li a {
  color: #888;
  font-size: 1em;
  text-decoration: none;
}

.red {
	color: #f51717;
}

@media only screen and (max-width: 736px) {
  .hdlinks-wrapper {
    margin-bottom: 0;
  }
  .hdlinks-nav ul {
    background-color: #f3f5f9;
  }
  .hdlinks-nav li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .hdlinks-nav li:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-right: 1px solid #fff;
  }
}

.searchbox {
  position:fixed;
  top: 4%;
  left: 50%;
  margin-left: -140px;
  width: auto;
  border: 1px solid #b6b6b6;
  border-radius: 6px;
  background-color: #fff;
  padding: 6px;
  z-index: 100000;
  display: none;
}

.searchbox form {
	margin-bottom: 0;
}



.dscl {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}
.dscl a {
	text-decoration: none !important;
}
.dscl ul, .dscl li {
	margin: 0;
	padding: 0;
}

.dscl li.desc {
  padding: .2em .5em .5em .5em;
  line-height: 1.47;
  background-color: #f7fcfd;
}

.dscitpics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  height: 120px;
}

.dscitpics .item {
  display: block;
  flex-grow: 1;
  border: 0;
  background-size: cover;
  background-position: center;
  border-right: 1px solid #fff;
}

.dscitpics .item .df {
  position: relative;
  top: 5%;
  left: 5%;
  width: 60px;
  height: 60px;
  padding: 4px 4px;
  line-height: 1.5em;
  font-weight: bold;
  background-color: #f4a02a;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
}

.dscitpics .item:last-of-type {
  border-right: none;
}

.dscitpics .item .df .save {
	display: block;
	margin-top: 8px;
    font-size: .7em;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    line-height: .5em;
}

.dscitpics .item .df .save a {
	text-decoration: none;
}

.dscitpics .item .df .amt {
	display: block;
	font: 1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0, 1);
    }
    
.dscitpics .item .df .pc {
	font-size: .6em;
	}

.dscitl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  background-color: #e9f7fb;
}

.dscitl li {
  flex-grow: 1;
  padding: 5px 10px 2px;
}

.dscitl li.first {
  flex-grow: 3;
  margin-top: 4px;
  line-height: 1.5;
}

.dscitl li i {
  font-size: 90%;
}

.dscitl li b {
	color: #086dc6;
}

.dscitl li img {
    display: inline-block;
    padding: .4em .2em 0 0;
    height: 1.7em;
}

.dscitl li img:last-of-type {
    margin-right: 10px;
}

.dscitl li.c {
  text-align: center;
}

.dscitl li.r {
  flex-grow: 0;
  text-align: right;
  padding-right: 0;
}









/*.dscli {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

.dscli .bp {
   width: 100%;
   height: 100px;
 }*/





.dsc {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}

.dsc a {
	text-decoration: none !important;
}


.dsc ul, .dsc li {
	margin: 0;
	padding: 0;
}

.dsci {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

.dsci .bm {
  display: block;
	width: 25%;
  background-color: silver;
  background-size: cover;
}

.dsci .b0 {
  width: 30%;
  background-color: silver;
  background-size: cover;
}

.dsci .bp {
   width: 100%;
   height: 100px;
 }

.dsctpics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

.dsctpics .item {
  display: block;
  width: 25%;
  flex-grow: 1;
  border: 0;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-right: 1px solid #fff;
}

.dsctpics .item:last-of-type {
  border-right: none;
}

.dsci .b1 {
  display: block;
  flex-grow: 1;
  padding: 0;
  background-color: #fbe980;
}

.dsci .b1 .hd {
  padding: 1em .5em 0 .5em;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
	color: #4B6C8A;
}

.dsci .b1 .pn {
  display: block;
  padding: 0 .5em 0 .5em;
  font-style: italic;
  line-height: 1;
  text-decoration: underline;
}

.dsci .b1_2 {
  display: block;
  flex-grow: 3;
  max-width: 60%;
  padding: 0;
  background-color: #fbe980;
  line-height: 1.4;
  padding-top: 5px;
}

.dsci .b2 {
  display: block;
  padding: 1px;
  background-color: #f99a2c;
}

.dsci .b2 .df {
	top: 5%;
    right: 5px;
    width: 60px;
    height: 60px;
    padding: 4px 4px;
    line-height: 1.5em;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #d0d0d0;
}

.dsci .b2 .df .save {
	display: block;
	margin-top: 8px;
    font-size: .7em;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: red;
    text-transform: uppercase;
    line-height: .5em;
}

.dsci .b2 .df .save a {
	text-decoration: none;
}

.dsci .b2 .df .amt {
	display: block;
	font: 1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
    color: #146ba4;
    }
    
.dsci .b2 .df .pc {
	font-size: .6em;
	}

.dsci .b3 {
  width: 100%;
  margin-top: 1px;
  background-color: #fff;
  margin-bottom: 3px;
  }
  
  .dscin {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
  }
  
  .dscin .item {
    flex-grow: 1;
    border: 1px solid #333;
    padding: 3px 1px;
    margin-right: 2px;
    font-size: 90%;
    line-height: 1.1;
  	text-align: center;
  }
  .dscin .item:last-of-type {
    margin-right: 0;
  	font-weight: bold;
  	background-color: #fbe397;
  }
  .dscin .item.lk {
    font-weight: bold;
    color: #fff;
  	background-color: #f99a2c !important;
  	border: 1px solid #8f4f03;
  }
  .dscin .item.lk a {
    color: #fff;
  }

@media only screen and (max-width: 1280px) {
	.dsci .b0 {
	   width: 100%;
	   height: 100px;
	 }
}

@media only screen and (max-width: 980px) {
	.dscin .item {
	  width: 49%;
	  margin-right: 0;
	 }
}


