html,
body {
   //background: url(background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
font-size:11px;
   position: relative;
  z-index: -9999 !important;
  min-height: 90%;
	height: 100%;
           font-family: 'Raleway', sans-serif;
               font-size: 14px;
    //font-family: "Segoe UI Local","Segoe WP","Segoe UI Web",Tahoma,"Helvetica Neue",Helvetica,"Meiryo UI",Meiryo,Arial Unicode MS,sans-serif !important;
}

//override link css
a{}
//override bootstrap settings
.nav > li > a{
padding: 2px 2px !important;
}

.navbar-nav > li > a{padding: 0px 10px !important; font-size:12px; }
.wrap {
	
     	height: auto;
       	//margin: 0 auto -20px;
	padding-bottom:10px;}

.wrap > .container {
    padding: 70px 15px 20px;
}

.glowing-border {
    border: 1px solid #21cb56 !important; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px !important;
       -moz-border-radius: 4px !important;
            border-radius: 4px !important;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #21cb56  !important;
       -moz-box-shadow: 0px 0px 4px #21cb56  !important;
            box-shadow: 0px 0px 4px #21cb56  !important; /* some */
}

.footer {
	height:auto;
        margin-right:auto;
        margin-left:auto;
        background-color:#eee !important;
	opacity:0.8;
        width:70%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
        color:#444 !important;
        font-size:11px;
       height:20%;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}
.blueroundedborder{background-color:#34aae1;border-radius:30px;-moz-border-radius:0px;-webkit-border-radius:20px;padding-left:10px;padding-right:10px;}
.blueborder{border:1px solid cornflowerblue;}
.bluerectborder{background-color:#34aae1;padding:10px; border-right:2px solid #fff;color:#fff}
.blueback{background-color:#34aae1;}
.bluebackgreenbottom{
    padding:10px;
    background-color:transparent;
    border-bottom:6px solid #2fac67;
}
.greytext{color:#666666}
.greenrectborder{background-color:#2fac67;padding:2px; border-right:2px solid #fff;color:#fff}
.white{color:white !important;}
.padding{padding:5px 15px;}
.notextdecoration{text-decoration:none !important;}
.higherzindex{z-index:999 !important;}
.margintop{margin-top:-22%;}
.greenbackground{background-color:#4cb179 !important;border-color:#4cb179 !important; border-radius:5px; }
.greenback{background-color:#4cb179 !important;border-color:#4cb179 !important;}
.lightgreenback{background-color:#c7e0d0 !important;}
.orange{color:#f29814 !important;}
.textshadowgrey{text-shadow: 3px 2px 4px #ccc;}
.bold{font-weight:bold !important;}
.smallfont{font-size:11px !important;}
.inline{display:inline !important}
.font12{font-size:12px;}
.ui-datepicker{ z-index: 9999 !important;}

.headlinks{
    font-size: 12px;
font-family: "open_sans_condensedbold","Helvetica Neue",Arial,sans-serif;
text-align: center;
color:#fff !important;
background:#2fac67;
text-transform:none;
padding: 5px 5px 5px 5px;
border-radius:5px;
}

.headlinks a:hover{
background: #fff;
color:#2fac67;


}
.headlinks a{
        transition: border 0.2s ease 0s;
    color: #2fac67!important;
    line-height: 25px;
    background:#fff;
    display: block;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    border-bottom: 6px solid transparent;
}
.green{color:black !important}
.width100{width:100% !important;}
.width90{width:90% !important;}
.width70{width:70% !important;}
.width50{width:50% !important;}
.width40{width:40% !important;}
.width30{width:30% !important;}
.width20{width:20% !important;}
.width10{width:10% !important;}
.half-height{height:30px !important;}
.inner_content{height:80px;}




//accordion
.csAccordion {
  background: #f7f9f7;
  overflow: hidden;
  position: relative;
}
/* line 11, ../sass/accordion/_base.scss */
.csAccordion a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
/* line 17, ../sass/accordion/_base.scss */
.csAccordion ul, .csAccordion li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 24, ../sass/accordion/_base.scss */
.csAccordion .csAccordion__spinner {
  height: 100%;
  width: 100%;
  background: url(http://www.markrosssmith.co.uk/showcase/creamsoda/jquery_accordion/img/spinner.png) no-repeat center;
  position: absolute;
  z-index: 400;
}
/* line 32, ../sass/accordion/_base.scss */
.csAccordion .csAccordion__title {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  background: #5ac9b2;
  color: white;
  font-size: 1.5em;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 720px) {
  /* line 32, ../sass/accordion/_base.scss */
  .csAccordion .csAccordion__title {
    padding-top: 1em;
  }
}
@media (min-width: 1200px) {
  /* line 32, ../sass/accordion/_base.scss */
  .csAccordion .csAccordion__title {
    padding-top: 1em;
  }
}
@media (min-width: 720px) {
  /* line 32, ../sass/accordion/_base.scss */
  .csAccordion .csAccordion__title {
    padding-left: 1em;
  }
}
@media (min-width: 1200px) {
  /* line 32, ../sass/accordion/_base.scss */
  .csAccordion .csAccordion__title {
    padding-left: 1em;
  }
}
@media (min-width: 720px) {
  /* line 32, ../sass/accordion/_base.scss */
  .csAccordion .csAccordion__title {
    padding-right: 1em;
  }
}
@media (min-width: 1200px) {
  /* line 32, ../sass/accordion/_base.scss */
  .csAccordion .csAccordion__title {
    padding-right: 1em;
  }
}
@media (min-width: 720px) {
  /* line 32, ../sass/accordion/_base.scss */
  .csAccordion .csAccordion__title {
    padding-bottom: 0.5em;
  }
}
@media (min-width: 1200px) {
  /* line 32, ../sass/accordion/_base.scss */
  .csAccordion .csAccordion__title {
    padding-bottom: 0.5em;
  }
}
/* line 49, ../sass/accordion/_base.scss */
.csAccordion li {
  padding: 1em;
  *zoom: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 720px) {
  /* line 49, ../sass/accordion/_base.scss */
  .csAccordion li {
    padding: 1em;
  }
}
@media (min-width: 1200px) {
  /* line 49, ../sass/accordion/_base.scss */
  .csAccordion li {
    padding: 1em;
  }
}
/* line 18, ../bourbon/addons/_clearfix.scss */
.csAccordion li:before, .csAccordion li:after {
  content: " ";
  display: table;
}
/* line 23, ../bourbon/addons/_clearfix.scss */
.csAccordion li:after {
  clear: both;
}
/* line 68, ../sass/accordion/_base.scss */
.csAccordion li > .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 77, ../sass/accordion/_base.scss */
.csAccordion li > .col.heading {
  cursor: pointer;
}
/* line 80, ../sass/accordion/_base.scss */
.csAccordion li > .col.heading p.h3 {
  padding-right: 3.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 89, ../sass/accordion/_base.scss */
.csAccordion li.show > .col.heading p.h3 {
  white-space: normal;
}
/* line 94, ../sass/accordion/_base.scss */
.csAccordion li.show {
  background: #ececec;
}
/* line 97, ../sass/accordion/_base.scss */
.csAccordion li > .col.content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 106, ../sass/accordion/_base.scss */
.csAccordion li > .col.content.displayContent {
  opacity: 1;
}
/* line 110, ../sass/accordion/_base.scss */
.csAccordion img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
/* line 116, ../sass/accordion/_base.scss */
.csAccordion p {
  margin: 0;
  font-size: 1em;
  line-height: 1.4em;
}
/* line 122, ../sass/accordion/_base.scss */
.csAccordion p.h3 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 1.3em;
  color: #333333;
}
@media (min-width: 720px) {
  /* line 122, ../sass/accordion/_base.scss */
  .csAccordion p.h3 {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1200px) {
  /* line 122, ../sass/accordion/_base.scss */
  .csAccordion p.h3 {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 720px) {
  /* line 122, ../sass/accordion/_base.scss */
  .csAccordion p.h3 {
    margin-top: 0.5em;
  }
}
@media (min-width: 1200px) {
  /* line 122, ../sass/accordion/_base.scss */
  .csAccordion p.h3 {
    margin-top: 0.5em;
  }
}
/* line 131, ../sass/accordion/_base.scss */
.csAccordion p.small {
  font-size: 0.875em;
  margin-top: 0.5em;
  color: #5ac9b2;
}
@media (min-width: 720px) {
  /* line 131, ../sass/accordion/_base.scss */
  .csAccordion p.small {
    margin-top: 0.5em;
  }
}
@media (min-width: 1200px) {
  /* line 131, ../sass/accordion/_base.scss */
  .csAccordion p.small {
    margin-top: 0.5em;
  }
}
/* line 138, ../sass/accordion/_base.scss */
.csAccordion li.featured p.h3, .csAccordion li.featured p.small {
  color: #DC0066;
}
/* line 143, ../sass/accordion/_base.scss */
.csAccordion .expand {
  background: url(http://www.markrosssmith.co.uk/showcase/creamsoda/jquery_accordion/img/accordion_arrow.png) no-repeat center;
  opacity: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1.5em;
  opacity: 0.4;
  top: 1.5em;
  cursor: pointer;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 161, ../sass/accordion/_base.scss */
.csAccordion .collapse {
  opacity: 0.8;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 799px) {
  /* line 174, ../sass/accordion/_base.scss */
  .csAccordion .csAccordion__title {
    font-size: 1.2em;
    overflow: hidden;
    padding: 1.3em 6em 0.8em 1em;
    text-align: left !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* line 1, ../sass/accordion/_buttons.scss */
.csTicker__buttons {
  height: 4em;
  position: absolute;
  right: 0;
  top: 0;
  width: 7em;
  z-index: 200;
}
/* line 9, ../sass/accordion/_buttons.scss */
.csTicker__buttons > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
/* line 14, ../sass/accordion/_buttons.scss */
.csTicker__buttons > div:hover {
  opacity: 1;
}

/* line 20, ../sass/accordion/_buttons.scss */
.buttons__prev-button {
  background: url("http://www.markrosssmith.co.uk/showcase/creamsoda/jquery_accordion/img/arrow_up.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
  height: 4em;
  width: 3em;
}

/* line 28, ../sass/accordion/_buttons.scss */
.buttons__next-button {
  background: url("http://www.markrosssmith.co.uk/showcase/creamsoda/jquery_accordion/img/arrow_down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
  height: 4em;
  width: 3em;
}

/* line 37, ../sass/accordion/_buttons.scss */
.csTicker.csTicker--mini .csTicker__buttons {
  background: #e8e8e8;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  width: 6em;
  z-index: 200;
}
/* line 47, ../sass/accordion/_buttons.scss */
.csTicker.csTicker--mini .buttons__prev-button {
  height: 3em;
  background: url("http://www.markrosssmith.co.uk/showcase/creamsoda/jquery_accordion/img/arrow_left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
/* line 51, ../sass/accordion/_buttons.scss */
.csTicker.csTicker--mini .buttons__next-button {
  height: 3em;
  background: url("http://www.markrosssmith.co.uk/showcase/creamsoda/jquery_accordion/img/arrow_right.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

/* line 1, ../sass/accordion/_horizontal.scss */
.csTicker.csTicker--horizontal {
  height: auto;
  padding-bottom: 1em;
}
@media (min-width: 720px) {
  /* line 1, ../sass/accordion/_horizontal.scss */
  .csTicker.csTicker--horizontal {
    padding-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../sass/accordion/_horizontal.scss */
  .csTicker.csTicker--horizontal {
    padding-bottom: 1em;
  }
}
/* line 7, ../sass/accordion/_horizontal.scss */
.csTicker.csTicker--horizontal ul > li > .col:last-child {
  min-width: 75%;
}
/* line 12, ../sass/accordion/_horizontal.scss */
.csTicker.csTicker--horizontal .buttons__prev-button {
  background: url(http://www.markrosssmith.co.uk/showcase/creamsoda/jquery_accordion/img/arrow_left.png) no-repeat center;
}
/* line 15, ../sass/accordion/_horizontal.scss */
.csTicker.csTicker--horizontal .buttons__next-button {
  background: url(http://www.markrosssmith.co.uk/showcase/creamsoda/jquery_accordion/img/arrow_right.png) no-repeat center;
}
/* line 20, ../sass/accordion/_horizontal.scss */
.csTicker.csTicker--horizontal ul {
  width: 100000px;
  height: 100%;
}
/* line 25, ../sass/accordion/_horizontal.scss */
.csTicker.csTicker--horizontal ul > li {
  float: left;
  display: inline;
  border-bottom: 0;
  width: auto;
}

/* line 1, ../sass/accordion/_mini.scss */
.csTicker.csTicker--mini {
  height: 3em;
}
/* line 5, ../sass/accordion/_mini.scss */
.csTicker.csTicker--mini ul > li > .col:first-child {
  display: none;
}
/* line 8, ../sass/accordion/_mini.scss */
.csTicker.csTicker--mini ul > li > .col:last-child {
  width: 100%;
  padding: 0;
}
/* line 13, ../sass/accordion/_mini.scss */
.csTicker.csTicker--mini .csTicker__title {
  border-bottom: 0 none;
  display: block;
  float: left;
  font-size: 1em;
  height: auto;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-top: 1em;
}
/* line 24, ../sass/accordion/_mini.scss */
.csTicker.csTicker--mini ul {
  width: 100000px;
}
/* line 28, ../sass/accordion/_mini.scss */
.csTicker.csTicker--mini ul > li {
  float: left;
  display: inline;
  width: auto;
}
/* line 34, ../sass/accordion/_mini.scss */
.csTicker.csTicker--mini p {
  display: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 41, ../sass/accordion/_mini.scss */
.csTicker.csTicker--mini li > .col > p.h3, .csTicker.csTicker--mini li > p.h3 {
  display: block;
  font-size: 1em;
  color: #5c5c5c;
  font-weight: normal;
}

@media (max-width: 559px) {
  /* line 50, ../sass/accordion/_mini.scss */
  .csTicker.csTicker--mini .csTicker__title {
    display: none;
    width: 0;
    padding: 0;
    margin: 0;
  }
}

.hiddeninput{
    display:none;
}
.blue{color:#34aae1 !important;}
.lightgreenborder{border:1px solid #C7E0D0 !important;}
.blueborder{border:1px solid #3C8DBC !important}
.smallinput{
    height:24px !important;font-size:10px !important;
    padding: 3px 12px !important;
}
.smallestfont{font-size:10px !important;}
.uppercase{text-transform:uppercase !important;}
.photoback{z-index:900 !important;background-image:url('controls.png'); opacity:0.5;width:152px;height:100px;}

div.photowrapper{  
    float:left; /* important */  
    position:relative; /* important(so we can absolutely position the description div */  
}  
div.description{  
    position:absolute; /* absolute position (so we can position it where we want)*/  
   bottom:10px; /* position will be on bottom */  
    left:0px;  
    height:30px;
    width:100%;  
    /* styling bellow */  
    //background-color:lightgray;  
    font-size:11px;  
    color:black !important;  
    opacity:0.6; /* transparency */  
    filter:alpha(opacity=60); /* IE transparency */  
}  
p.description_content{  
    padding:10px;  
    margin:0px;  
}
#chartdiv {
	width	: 100%;
	height	: 400px;
}
#chartdivpie {
    margin-top:-10%;
	width	: 100%;
	height	: 300px;
}

.under-title {
    display: block;
    background: url('img/under-title.png') no-repeat center center;
    width: 100%;
    height: 28px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.title h1 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 35px;
    font-weight: 100;
}


.rowh1 {
    font-size: 24px;
    color: #797979;
    text-align: center;
    margin-bottom: 35px;
}