
h1, h2, h3, h4, .well{
font-family:"Trebuchet MS", Helvetica, sans-serif;	
}

h1 {
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
/* TKG 20130910
font-size:36px;	
*/
font-size:22px;	
color:#222222;
}

h2 {
/* TKG 20130910
font-size:22px;	
*/
font-size:18px;	
font-weight:bold;
color:#707070;	
}

h3 {
/* TKG 20130910
font-size:21px;	
*/
font-size:18px;	
color:#707070;	
}


.useful h3 {
font-size:18px;
margin:0px 0px 2px 0px;	
}

h2 a {
color:#707070;	
}

h4 {
font-size:18px;	
font-weight:bold;
}

.navbar-brand {
margin-top:28px;
border:0px solid red;	
}

/* TKG 20130919 */
h1.media-heading {
margin-top: 15px;
}
/* TKG 20130919 */

.media-heading h4 {
margin-top:0px;
padding-top:0px;
}

img.media-object {
border:1px solid #222222;	
}

.media {
border-bottom:1px solid #eeeeee;
margin:10px 0px 6px 0px;	
}

.media a {
color:#222222;	
}

.media p, .useful p {
font-size:13px;	
}

.third-form {
width:31%;
margin:0px 10px 0px 0px;
display: inline-block;
}

.half-form {
width:48%;
margin:0px 1px 0px 0px;
}

footer{
min-height:120px;
background:#222222;	
margin:0px 0px 0px 0px;
padding:20px 0px 20px 0px;
}

footer .container{
margin-top:0px;
padding-top:0px;
}

footer p{
color:#fff;
font-size:12px;
}

footer img{
margin-bottom:16px;
}

footer ul{
margin-bottom:4px;
}

footer ul li, footer ul li a{
color:#fff;
font-size:12px;
}

footer ul li a:hover{
color:#fff;
text-decoration:underline;
}

ul.list-inline li {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.boxee {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #707070;	
padding:0px 10px 0px 10px;
margin-bottom:20px;
}

.boxee h2 {
margin-top:10px;	
}

.boxee-right {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #707070;	
padding:0px 10px 0px 10px;
margin-bottom:20px;
}



.top-strip {
background:#222222;
padding:5px 70px 5px 15px;	
text-align:right;
}

.top-strip ul {
margin:0px 0px 0px 3px;
padding:0px 0px 0px 0px;
color:#fff;	
}

.top-strip ul li{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#fff;	
}

.top-strip ul li a {
margin:0px 8px 0px 0px;
padding:0px 0px 0px 0px;
color:#fff;	
}

form.reg-form p {
font-size:14px;	
line-height:15px;
margin-left:16px;
margin-bottom:0px;
}

form.reg-form {
margin:0px 0px 0px 0px;
padding:3px 0px 10px 0px;
}

form.reg-form .col-lg-12 {
margin:6px 0px 0px -20px;
padding:0px 0px 2px 0px;
}

input.reg {
margin:6px 0px 0px 0px;
}

.navbar{
background:#ffffff;	
padding-left:0px;
padding-right:0px;
}

ul.navbar-nav, ul.nav {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border:0px solid red;
	
}

ul.navbar-nav li{
display:inline-block;
border-right:1px solid #222;
min-height:100px;
width:19%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
padding-right:1px;
text-align:right;
position:relative;
}

ul.navbar-nav li a{
position: absolute; 
bottom: -16px; 
left: 10px; 
width:100%;
}

.dropdown{
position: relative;
}

ul.dropdown-menu li{
min-height:30px;
display:block;
border-right:0px;	
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
width:100%;
font-family:"Trebuchet MS", Helvetica, sans-serif;	
}


ul.dropdown-menu li a{
 position: relative; 
 bottom: 0px; 
 left: 0px;
}



.dropdown-menu .divider {
  height: 0px;
  margin: 0px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  min-height:4px;
}



.dropdown-submenu {
  position: relative;
  font-family:"Trebuchet MS", Helvetica, sans-serif;	

}

.dropdown-submenu > .dropdown-menu{
  top: 0;
  left: 150px;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after{
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-nav > li > a {
color: #222222;
font-size:14px;
line-height:17px;
font-family:"Trebuchet MS", Helvetica, sans-serif;	
}

.navbar-inverse .navbar-nav > li > a:hover {
color: #999999;
}

.navbar-toggle {
margin-right:10px;	
}

select.input-sm {
height:22px;
line-height: 22px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-size:12px;	
}

input.input-sm {
height:22px;
line-height: 22px;
padding-top:0px;
padding-bottom:0px;
margin:0px 0px 0px 0px;
font-size:12px;	
}

button.btn-sm {
height:22px;
line-height: 22px;
padding-top:0px;
padding-bottom:0px;
margin:0px 0px 0px 0px;
font-size:12px;	
}

.search-box {
background:#707070;	
}

.search-box h2 {
color:#FFF;	
}

ul.search-thumb li {
margin-left:0px;
margin-top:24px;
margin-right:15px;	
margin-bottom:4px;
display:inline-block;

}

ul.search-thumb li:last-child {
margin-right:0px;
}



ul.search-thumb li a img {
width:108px;
border-width:1px;
border-style:solid;
border-color:#fff;

}


.hotel-thumb img {
border-color: #000;
}

.pub-thumb img  {
border-color: #000;
}

.restaurant-thumb img {
border-color: #000;
}

.leisure-thumb img {
border-color: #000;
}

.care-thumb img  {
border-color: #000;
}

.retail-thumb img  {
border-color: #000;
}

.dental-thumb img {
border-color: #000;
}

.development-thumb img {
border-color: #000;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#myCarousel {
margin-bottom:20px;	
}

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color:#bbb;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel-caption {
text-align:left;	
border:0px solid red;
right: 10%;
left: 10%;
padding-bottom:0px;
text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}


.carousel-caption h1 {
font-size:32px;	
font-weight:bold;
margin:10px 0px 10px 0px;
}

ol.carousel-indicators {
right:20%;
left: 80%;
border:0px solid red;	
}

.well {
border-radius: 8px;
min-height: 20px;
padding: 16px;
margin-bottom: 10px;
background-color: #707070;
background-color:rgba(0,0,0,0.2);
color:#fff;
text-decoration:none;
border:0px;
padding-top:2px;
}

.carousel .well {
/*background-color:rgba(0,0,0,0.6);*/
    background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	zoom: 1;
}

.well h1, .well h2, .well h3 {
color:#fff;	
}

.well a:hover{
text-decoration:none;
color:#fff;
}

.well p {
color:#fff;
font-size:16px;	
}

.carousel .well p {
line-height: 18px;
}

.side-well {
margin-top:50px;	
}

p.indent {
padding-left:90px;	
padding-right:20px;
}

.technicolor .container{
margin-top:0px;
border:0px solid red;
height:11px;
}

.technicolor {
background:#333333;	
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:11px;
}

.color-bit{
width:14%;
display:inline-block;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:0.001px;
height:10px;
line-height:0px;
border:0px solid red;
float:left;	
}

.color-bit a{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.technicolor .hotel_sector {
background-color: #7dbe47;
}

.technicolor .pub_sector {
background-color: #863277;
}

.technicolor .restaurant_sector {
background-color: #0699d3;
}

.technicolor .leisure_sector {
background-color: #dc78ab;
}

.technicolor .care_sector {
background-color: #e0b230;
}

.technicolor .retail_sector {
background-color: #ed9030;
}

.technicolor .dental_sector {
/* TKG 20130911
background-color: #00b1c1;
*/
background-color: #00bac6;
}

/* ---- Image hover -----*/

.feature {
	position:relative;
	overflow:hidden;	
}
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	color:#fff !important;
	padding-left:10px;
	padding-right:10px;
}


.featured-property {
padding-left:0px;
padding-right:0px;
background:#707070;	
}

.featured-property h2 {
margin-left:10px;
color:#FFF;	
}

.navbar-toggle {
background:#222;	
}

.bottombox{
position:relative;
margin-bottom:10px;
}

.bottombox p a.btn {
 position: absolute; 
 bottom: 0px; 
 left: 0px; 
}

img.twitter-bird {
margin:-10px 0px 0px 0px;
padding:0px 0px 0px 0px;	
}

.bootstrap-select .btn:focus {
 outline-color: transparent !important;
}

a.dropdown-toggle { 
	outline: none;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:visited,
.navbar-inverse .navbar-nav > li > a:active {
	color:#222222;    
	background-color: transparent;
}

.twitter-timeline {
margin-bottom:30px;
} 



body.not-home {
padding-top: 180px;
padding-bottom:0px;
}

body.results {
padding-top: 154px;
padding-bottom:0px;
}

img.left-body-img {
margin:4px 10px 4px 0px;	
}

.right-nudge-down {
padding-top:50px;	
}

.left-nudge-up {
margin-top:-20px;
	
}

.result-numbering {
border-top-left-radius: 0px;
border-top-right-radius: 0px;	
border:0px;
background-color: #e3e3e3;
padding-top:16px;
min-height:100px;
}

.search-refine {	
border:0px;
background-color: #e3e3e3;
padding-top:6px;
padding-bottom:0px;
}

.search-refine h2{	
/* TKG 20130913
font-size:24px;
*/
font-size:18px;
}

.search-refine p{	
margin-bottom:4px;
}

.search-boxee {
background:url(../pics/search-image.jpg) top right no-repeat;	
padding-bottom:0px;
}

.search-boxee h2 {
color:#fff;	
}

.search-well {
padding-top:16px;
margin:-20px 0px 20px 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
/* TKG 20130913
font-size:20px;
*/
font-size:18px;
color:#707070;
}

.result {
border:1px solid #707070;
margin-bottom:16px;	
padding:0px 0px 0px 0px;
}

.big-result a img {
	max-width:100%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

.result h2 {
	font-size:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.breadcrumb {
  border-radius: 0px;
}

.result .result-cont {
	border-top:1px solid #666;
	padding:8px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	width:96%
}


.result .result-cont p {

	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.result h2{
margin:0px 0px 0px 0px;	
padding:10px 0px 0px 0px;	
}





.result h3 {
margin:0px 0px 0px 0px;	
padding:0px 0px 0px 0px;	
}

.result .result-text {
margin-left:0px;
padding-left:0px;	
}


.result-selector {
float:right;
}

.result-select {
margin-bottom:6px;	
}


.refine {
padding:0px 0px 10px 0px;	
}


ul.top-left-pagination {
margin:0px 0px 0px 0px;	
}

ul.top-left-pagination > li > a {
font-size:15px;
padding:3px 5px 3px 4px;
border:0px;
background-color:#e3e3e3;
font-weight:bold;
color:#000;	
}

ul.top-left-pagination > li.ara > a {
line-height:17px;	
font-size:20px;
}

.big-result {
		padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	 	
}

.big-result h2 {
	padding:0px 0px 0px 0px;
margin:0px 0px 16px 0px;	
}



ul {
	padding:0px 0px 0px 16px;
}

ul li{
	margin:0px 0px 4px 0px;
}


dl.dl-horizontal {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;	
}

dl.dl-horizontal dt {
font-weight:normal;
text-align:left;	
}

.pagination-centered {
text-align:center;	
}

.bottom-pagination {
margin:0px 0px 4px 0px;	
}

.bottom-buttonz {
margin-bottom:8px;
}


.bottom-buttonz a{
color: #428bca;
background-color: #fff;
border: 1px solid #ddd;
}

.bottom-buttonz a:hover{
color: #2a6496;
background-color: #f5f5f5;
border: 1px solid #ddd;
}

.big-result-pic {
width:100%	
}



/*-- Stuff to sort the results thumbnails --*/

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
   border-radius: 6px;
    background: #e3e3e3;
	margin-top:10px;
    border: 0px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
   
    padding: 10px 30px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 240px;
    padding: 10px 10px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
   
    height: 70px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  70px;
    height: 240px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 20px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 80px;
    cursor: pointer;
    background: transparent url(../pics/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background-image: url(../pics/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -20px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -40px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 20px;
    height: 80px;
    cursor: pointer;
    background: transparent url(../pics/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background-image: url(../pics/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -20px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -40px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}


.big-result ul.jcarousel-skin-tango li {
	/* TKG 20130912
	border:1px solid red;
	 * */
}



/*-- END Stuff to sort the results thumbnails END --*/


.hotel-result .big-result h2, .hotel-result .big-result h2 a {
	color:#7dbe47;
}

.pub-result .big-result h2, .pub-result .big-result h2 a {
	color:#863277;
}

.restaurant-result .big-result h2, .restaurant-result .big-result h2 a {
	color:#0699d3;
}

.leisure-result .big-result h2, .leisure-result .big-result h2 a {
	color:#dc78ab;
}

.care-result .big-result h2, .care-result .big-result h2 a {
	color:#e0b230;
}

.retail-result .big-result h2, .retail-result .big-result h2 a {
	color:#ed9030;
}

.dental-result .big-result h2, .dental-result .big-result h2 a {
	/* TKG 20130911
	color:#00b1c1;
	*/
	color:#00bac6;
}

.development-result .big-result h2, .development-result .big-result h2 a {
	color:#333333;
}

.results .result img {
width:100%;
}

.results .hotel-search-result h2, .results .hotel-search-result h2 a,
.results .hotel-search-result h3, .results .hotel-search-result h3 a {
color:#7dbe47;
}

.results .pub-search-result h2, .results .pub-search-result h2 a,
.results .pub-search-result h3, .results .pub-search-result h3 a {
color:#863277;
}

.results .restaurant-search-result h2, .results .restaurant-search-result h2 a,
.results .restaurant-search-result h3, .results .restaurant-search-result h3 a {
	color:#0699d3;
}

.results .leisure-search-result h2, .results .leisure-search-result h2 a,
.results .leisure-search-result h3, .results .leisure-search-result h3 a {
color:#dc78ab;
}

.results .care-search-result h2, .results .care-search-result h2 a,
.results .care-search-result h3, .results .care-search-result h3 a {
color:#e0b230;
}

.results .retail-search-result h2, .results .retail-search-result h2 a,
.results .retail-search-result h3, .results .retail-search-result h3 a {
color:#ed9030;
}

.results .dental-search-result h2, .results .dental-search-result h2 a,
.results .dental-search-result h3, .results .dental-search-result h3 a {
/* TKG 20130911
color:#00b1c1;
*/
color:#00bac6;
}

/* TKG 20110911 */
.results .development-search-result h2, .results .development-search-result h2 a,
.results .development-search-result h3, .results .development-search-result h3 a {
color:#333333;
}
/* TKG 20110911 END */



.triptic{
    -moz-column-gap: 20;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -webkit-column-gap: 20;
    column-count: 3;
    column-gap: 20;
}

.form-group {

margin-bottom:14px;
margin-top:14px;	
}

.big-search {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #707070;	
padding:10px 10px 10px 10px;
margin:0px 0px 10px 0px;
background:#E0E0E0;	
}

.big-search hr {

margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.progress {
margin-top:26px;
margin-bottom:30px;	
}

.progress-ball-holder {
border:0px solid red;	
margin-top:-58px;
height:40px;
margin-bottom:20px;
font-size:11px;
}

.progress-ball {
text-align:center;
height:40px;	
}




@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.carousel-control .glyphicon, .carousel-control .icon-prev, .carousel-control .icon-next{
	font-family:'Glyphicons Halflings';
}


.result-text-block {

margin-left:0px;
margin-right:0px;

}


.testimonial-head {
	font-weight: bold;
}

.testimonial-body {
	background-color: wheat;
	color: inherit;
	padding: 5px;
}

.testimonial-author {
	font-style: italic;
}
