/*TXT*/
.cfs .col-txt-white {color: #fff;}
.cfs .col-txt-blue-light {color: #46A3DC;}
.cfs .col-txt-blue-dark {color: #0b4496;}

/*BCK*/


/*GRAD*/
.cfs .col-grad-blue-dark {
	background: #0b4396;
}
.cfs .col-grad-blue-light {
    background-color: #46A3DC;
    background-image: -webkit-linear-gradient(bottom, #00aeef, #46A3DC);
    background-image: -moz-linear-gradient(bottom, #00aeef, #46A3DC);
    background-image: -o-linear-gradient(bottom, #00aeef, #46A3DC);
    background-image: -ms-linear-gradient(bottom, #00aeef, #46A3DC);
    background-image: linear-gradient(to top, #00aeef, #46A3DC); 
}
.cfs .col-grad-orange {
	background: #fa9120;
}
.cfs .col-grad-orange-light {
    background: #fa9120;
}




/*RADIUS*/
.cfs .rad-top-7 {
    -webkit-border-radius: 7px 7px 0 0/7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0/7px 7px 0 0;
    border-radius: 7px 7px 0 0/7px 7px 0 0;
}
.cfs .rad-all-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}  
.cfs .rad-all-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}



/* BORDER */
.cfs .border-grey {
	border: solid 1px #eaeaea;
}
.cfs .border-orange-dark {
	border: solid 1px #c15127;
}
.cfs .border-blue-dark {
    border: solid 1px #5d5d5d;
}


.cfs .btn.submit{
	border-radius: 0px;
	color: #fff;
}
.cfs .btn.print{
	border-radius: 0px;
	color: #fff;
}

.cfs .btn.submit:hover {
  background: #d56416;
}
.cfs .btn.print:hover {
  background: #d56416;
}
/* ICONS */
.cfs .i_view {
    background: rgba(0, 0, 0, 0) url("../../../util/img/responsive-icon-stripe.png") no-repeat scroll -119px 0;
    display: inline-block;
    height: 29px;
    margin-left: 5px;
    position: absolute;
    top: 11px;
    width: 27px;
}




/* Font Size*/
.cfs .font-130 {
    font-size: 130% !important;
}
.cfs .font-sub-title-1 {
	font-size:16px;
	padding:7px;
}



/* OBJ class */
.cfs .hr {
	display:block;
	clear:both;
	height:20px;
}






/* CODE */
.cfs #copyright {
    margin: 15px 0;
    font-size: 13px;
}

.cfs #copyright a {
	line-height: 19px;
	color: #333;
}

.cfs #copyright p {
    color: #949494;
    font-size: 80%;
    margin: 15px 0px;
}

.cfs #advertAwning input,#advertAwning select {
    padding:1.5%;	
}


.cfs .swipper-txt {
    padding-bottom: 10px;
    padding-top: 10px;
}
.cfs .i_photo {
    background: rgba(0, 0, 0, 0) url("../../../util/img/responsive-icon-stripe.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    left: 3px;
    margin-right: 6px;
    position: relative;
    top: 0;
    width: 23px;
}
.cf-stock-advert .circle {
    border-radius: 50%;
    padding: 2.5%;
}
.cf-stock-advert .colour_bk_blue {
    background: #46a3dc none repeat scroll 0 0;
}
.cf-stock-advert .caption {
    padding: 10px;
}
.cf-adt-row-2 .swiper-no-swiping {
    text-align: center;
}

  