/*	MAIN CONTAINER
	Set the width to whatever you want the width of your site to be. */
.container {
	max-width: 880px;
	background-color:#fff;
   width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
}

.autosize{
    width: 100%;
    height: auto;
}


a,article,blockquote,body,div,dl,dt,em,form,footer,header,h1,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,legend,li,mark,menu,nav,span,table,tbody,tfoot,thead,time,u,ul,var 
 {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}


article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.flexbox:after,
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
	content: "";
	display: table;
	clear: both;
}

/* 	DEFAULT ROW STYLES
	Set bottom padding according to preference */
.row { padding-bottom: 0em;
}


/* DEFAULT COLUMN STYLES */
.col {
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {

	.gutters .col {
		margin-left: 2%;
	}

	.gutters .col:first-child {
		margin-left: 0;
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	.span_1 { width: 8.33333333333%; }
	.span_2 { width: 16.6666666667%; }
	.span_3 { width: 25%; }
	.span_4 { width: 33.3333333333%; }
	.span_5 { width: 41.6666666667%; }
	.span_6 { width: 50%; }
	.span_7 { width: 58.3333333333%; }
	.span_8 { width: 66.6666666667%; }
	.span_9 { width: 75%; }
	.span_10 { width: 83.3333333333%; }
	.span_11 { width: 91.6666666667%; }
	.span_12 { width: 100%; }

	.gutters .span_1 { width: 6.5%; }
	.gutters .span_2 { width: 15.0%; }
	.gutters .span_3 { width: 23.5%; }
	.gutters .span_4 { width: 32.0%; }
	.gutters .span_5 { width: 40.5%; }
	.gutters .span_6 { width: 49.0%; }
	.gutters .span_7 { width: 57.5%; }
	.gutters .span_8 { width: 66.0%; }
	.gutters .span_9 { width: 74.5%; }
	.gutters .span_10 { width: 83.0%; }
	.gutters .span_11 { width: 91.5%; }
	.gutters .span_12 { width: 100%; }
}


p {margin: 0 0 15px 0;}
img {max-width: 100%;}
a {color:#4472B9; text-decoration:none; font-weight:700;}
a:hover {text-decoration: underline;}
.clear { clear:both;}
.aligncenter {text-align: center; margin:2em 0;}
.alignright {text-align: right;}
.img-alignleft {float: left;}
.img-alignright {float:right; margin:15px 0 15px 15px;}
.img-100 {width:100%; height:auto;}
.call-action {padding: 15px; text-align:center; font-weight:700; color:#fff; background-color:#698FC0; margin:45px auto; }
.required {color:#900;}
.perperson {
  margin: 0;
  text-align: right;
  color: #CC0000;
}
ul.content-list li { list-style:circle; list-style-position:inside; margin-left:25px; margin-bottom:10px;}
hr.faded {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

/*Table*/
.responstable {
  margin: 2em 0 2em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  box-sizing:border-box; 
  white-space: nowrap;
}
.responstable tr {text-align: left;}
.responstable tr:nth-child(odd) { background-color: #EAF3F3;}
.responstable th { border: 1px solid #626060; background-color: #444444; color: #FFF; padding: 1em; vertical-align: middle; text-align: left; font-weight:700;}
.responstable .textleft th { border: 1px solid #626060; background-color: #444444; color: #FFF; padding: 1em; vertical-align: middle; text-align: center;  font-weight:700;}
.responstable th:first-child { display: table-cell; }
.responstable th:nth-child(2) {display: table-cell;}
.responstable th:nth-child(2) span {  display: none;}
.responstable th:nth-child(2):after { content: attr(data-th);}

.table-subheader { padding: 10px; text-align: center;
  background: rgba(111,111,111,1);
  background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,111,111,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#333333', GradientType=0 );
  color: #FFF;  font-size: 16px;   font-weight: 700;
  }
.table-subheader h2 {text-align: center;}


.responstable .table-header-red th {
	 border: none !important; background-color: transparent !important; color: #900; padding: 1em; vertical-align: middle; text-align: center !important;  font-weight:700;
	}


/*Typography*/

h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif; font-weight:700;
  margin-top: 25px;
  margin-bottom: 15px;
}
h1 {font-size: 21px;  color: #00103C; font-weight:700; font-family: 'Montserrat', sans-serif; margin-bottom:25px; }
h1.homepage-title {color: #698FC0; margin: 20px 0 35px; text-align: center;}
h1.inside-title {color:#fff; text-align:center; padding:25px 0;}
.subhead {font-size: 20px; font-weight:700; color:#666; text-transform:capitalize; margin-top:25px; display:inline-block;}

.boxed {  padding: 10px;  text-align: center;
  background: rgba(111,111,111,1);
  background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,111,111,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#333333', GradientType=0 );
  color: #FFF; font-size: 14px;  font-weight: 700;  border-radius: 10px 10px 0px 0px;  -moz-border-radius: 10px 10px 0px 0px;  -webkit-border-radius: 10px 10px 0px 0px;  min-height: 58px; 	}
.grey-text-bg {  padding: 10px  13px; background-color:#f7f7f7;}	
.grey-text-bg p {text-align: justify;  }
.flexbox .col {margin-bottom: 20px;}
	
	
	
/*	LAYOUT */
body { font-family: sans-serif; color: #666;   font-size:15px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
background: rgba(212,228,239,1);
background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );
}
main {padding: 20px 50px 50px !important;} 
header { text-align: center; background-image: url(../images/header-bg.jpg); background-repeat: no-repeat; background-repeat: no-repeat; background-position: 260px 10px; padding:0 min-height:150px; position: relative;}

.logo {position:absolute; bottom:15px; left:0; z-index:10; color:#000; padding:10px 25px;  width:100%;}
.logo h1 {margin: 0; text-align:left;}
.logo h1 a{color:#fff; font-weight:700; text-transform:uppercase; font-size:30px; margin-bottom:0;}
.logo h1 a:hover {color:#fff; text-decoration:none;}

.live-chat {width: 200px; height:76px; position:absolute;    top: 20px;  right: -28px;}

.menu-container { }
ul.feature-list li { list-style:inside; color:#fff; font-size: 14px; line-height:25px; text-transform:uppercase; font-family: 'Montserrat', sans-serif;}

.full-width {margin: 15px -50px; padding:15px 50px; background-color:#eee;}
.full-width-header {font-size: 20px; font-weight:700; text-transform:uppercase; margin:25px 0;}
.full-width-subheader {font-size: 17px; font-weight:700; text-transform:uppercase; margin:25px 0; color:#069;}
.full-width ul li { list-style:circle; list-style-position:inside; margin-left:25px; margin-bottom:10px;}


/*Menu*/
#navigation { height: 40px; font-family: 'Montserrat', sans-serif; font-weight: 700; position:relative;max-width: 880px;background: #444444;}
#navigation ul { list-style: none; list-style-position: outside; }
#navigation ul li {	float: left;	line-height: 40px;	font-size: 13px;}
#navigation ul li a { display: block; padding: 0 11px; color: #fff; text-decoration:none; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;}
#navigation ul li a:hover,
#navigation ul li.active a  { text-decoration: none; color: #fff; background:#000;}
#navigation ul li.first a { padding-left: 15px; padding-right:15px; }
#navigation a.nav-btn { display: none; }
#navigation span.slider-shadow { background: url(images/slider-shadow.png) no-repeat 0 0;  width: 100%; height: 13px; position: absolute; bottom: -13px; left: 0px; z-index: 100; display: block; }

.focus navigation-home {  padding: 1em 1.8em;}

ul.content-menu {  margin: 25px 0; padding-top: 20px; border-top: solid #ccc 1px;} 
ul.content-menu:after{  
	content: ""; 
	display: table; 
	clear: both; 
}
ul.content-menu li a{  float: left; padding: 5px 10px; background-color: #698FC0; color:#fff; margin: 0 5px 5px 0;  font-size: 12px; text-decoration: none;  }
ul.content-menu li a:hover {background-color:#263357;}

article {text-align: center; }

aside {	text-align: center; margin-top: 27px;}
aside img {width: 100%; height:auto;}
footer { 
	text-align: center;
	background-color: #444444;
	min-height:110px;
	font-size: 13px;
	padding:15px 50px;
	color:black;
}
footer a {color:#FFC;}
.footer-menu { text-align:right; display:table; width:100%; box-sizing:border-box;}
.footer-menu li{ padding:0 4px 4px; text-transform:capitalize; display:table-cell; text-align:center;}
.footer-menu li.last {border:none;}
/*Elements*/


.button-submit {
  background: #444444;
}
.button-submit:hover {
      background: #000; }
 /*Mobile*/
 
 @media only screen and ( max-width: 767px) { 
 	header {background-image: none;}
	#navigation { padding: 0 0 0 0; height: 45px; }
	#navigation a.nav-btn { display: block; line-height: 45px;  padding-top: 0px; height: 28px; padding-left: 22px; text-transform: uppercase; color: #fff; font-size: 14px; font-weight: 700; text-decoration:none; }
	#navigation a.nav-btn:hover { text-decoration: none; }
	#navigation a.nav-btn span.arr { background: url(/style/nav-arr.png) no-repeat 0 0; width: 13px; height: 9px; position: absolute; right: 14px; top: 19px; }
	#navigation a.nav-btn span.arr.active { background: url(/style/nav-arr.png) no-repeat 0 bottom; }

	#navigation { position: relative; z-index: 1000; }
	#navigation ul { display: none; position: absolute; top: 45px; left: 0;  width: 100%;}
	#navigation ul li { display: block; line-height: 36px !important; float: none; background:#eee;  }
	#navigation ul li a { padding: 0 22px; color:#333;}
	#navigation ul li.first a { padding-left: 26px; display: none; }
	main {padding: 20px !important;}
	.full-width {
  margin: 15px -20px;
  padding: 15px 20px;
	}
 }
 
 @media (min-width: 480px) {
  
  .responstable {width:100%; box-sizing:border-box;}
  .responstable td {
    border: 1px solid #D9E4E6;
  }

.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
  
  .responstable th, .responstable td {
    display: table-cell;
    padding: 0.5em;
	box-sizing:border-box;
  }
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
  
  
}





.red {
	color: #CC0000;
	}


.green {
   background: yellow;
	color: red;
}

.yellow {
   background:yellow;
	color:black;
}

.blue {
	width:100%;
	text-align:center;
	color:black;
	font-size: 15px;
}

.vmenu { display: none; }
.hmenu { display: block; }

.vfooter { display: none; }
.hfooter { display: block; }


@media only screen and ( max-width: 767px) {
   .hmenu { display: none; }
   .vmenu { display: block; }
   .hfooter { display: none; }
   .vfooter { display: block; }

   body {font: 78% Verdana, Arial, Helvetica, sans-serif;}


}









.bar {
	text-align:center;
	background:#CCC;
   color:black;
	padding:4px;
}

   .col-15 {
       float: left;
       width: 15%;
       margin-top: 6px;
       text-align:right;
       background:inherit;
   }

   .col-35 {
       float: left;
       width: 35%;
       margin-top: 6px;
       text-align:right;
       background:inherit;
   }



   .col-100 {
       float: left;
       width: 100%;
       margin-top: 6px;
       text-align:center;
       background:inherit;
       vertical-align: text-bottom;
   }


   .col-25 {
       float: left;
       width: 30%;
       margin-top: 6px;
       text-align:right;
       background:inherit;
       vertical-align:text-bottom;
		 color:black;
   }


   .col-75 {
       float: left;
       width: 70%;
       margin-top: 6px;
       text-align:left;
       background:inherit;
       vertical-align: text-bottom;
   }

   .col-20 {
       float: left;
       width: 20%;
       margin-top: 6px;
       text-align:right;
       background:inherit;
   }


   .col-60 {
       float: left;
       width: 60%;
       margin-top: 6px;
       background:inherit;
   }



   .col-50 {
       float: left;
       width: 50%;
       margin-top: 6px;
       background:inherit;
       vertical-align: text-bottom;
   }


   /* Clear floats after the columns */

   .clr:after {
       content: "";
       display: table;
       clear: both;
   }

   .smallscreen {display:none}
   .widescreen {display:block}


   .textarea    {border:1px solid;border-color:gray;width:95%;max-width:270px;}
   .input   {width:95%;max-width:270px;}
   .input-2 {width:95%;max-width:210px;}
   .dropdown {width:95%;max-width:270px;}
   .even    {background: #EDEDED}
   .odd  {background: #EDEDED}
   .mid     {background: #EDEDED}
   .basis   {background: #EDEDED}
   .hide    {display:none}
   .fulltext { display:block}
   .shorttext { display:none}

   @media screen and (max-width: 520px) {
         .fulltext { display:none}
         .shorttext { display:block}
         .input {width:95%;max-width:270px;}
         .input-2 {width:95%;max-width:270px;}
         .dropdown {width:95%;max-width:270px;}
         .textarea  {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; width:95%;margin:0; padding:4px;border:1px solid #333;overflow-y:auto;overflow-x:hidden;border-color:gray;max-width:270px;}
         .col25,.col50, .col75 { width: 100%; margin-top: 0;text-align:left; }
         .smallscreen {display:block;}
         .widescreen {display:none;}
         #photopage	{margin:0 5px 0 5px;}
   }


   /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
   @media screen and (max-width: 359px) {
       .col-25,.col-50, .col-75, #linesendbutton, input[type=submit] { width: 100%; margin-top: 0;text-align:left; }
         //.col-25 { display:none}
         .hide {display:block;}
         .even {background-color: #FFF;}
         .odd {background-color: #EAF3F3;}
         .mid    {background-color: #dee2e2;}
         .basis {background: white}
         .input {width:95%;max-width:270px;}
         .input-2 {width:95%;max-width:270px;}
         .dropdown {width:95%;max-width:270px;}
         .textarea  {     -moz-box-sizing:border-box;
                      -webkit-box-sizing:border-box;
                      box-sizing:border-box;
                      display:block;/*reset from inline*/
                      width:95%;
                      margin:0;/*remove defaults*/
                      padding:4px;
                      //background:#EEF;
                      border:1px solid #333;
                      overflow-y:auto;/*resets IE*/
                      overflow-x:hidden;/*resets IE*/
                      border-color:gray;
                      max-width:270px;
                     }
         .fulltext { display:block}
         .shorttext { display:none}
         .smallscreen {display:block;}
         .widescreen {display:none;}
         #photopage	{margin:0 5px 0 5px;}


   }



.greenheader { background-color:#444444;}

/*------------ Menu small screen ----------------------*/


.dropbtn
{
    background-color: #eee;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width:100%;
}

.drpdwn
{
    position: relative;
    display: inline-block;
    width:100%;
}

.drpdwn-content
{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.drpdwn-content a
{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; line-height:25px;

}

.drpdwn-content a:hover {background-color: silver;color:black;}

.drpdwn:hover .drpdwn-content
{
    display: block;
}

.drpdwn:hover .dropbtn
{
    background-color:#eee;
}

.loader {
  border: 16px solid rgb(237,237,237);    /* #f3f3f3 */
  border-radius: 50%;
  border-top: 16px solid blue;                 /* #3498db; */
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.more_info {
    //border-bottom: 1px  #000;
  position: relative;
    cursor: pointer;
}

.more_info .popup {
    position: absolute;
    top: 25px; /*must overlap parent element otherwise pop-up doesn't stay open when rolloing over '*/
    background: #fff;
    border: 1px solid #ccc;
    //padding: 8px;
    left: 0;
    max-width: 380px;
    min-width: 300px;
    z-index: 100;
    display: none;
}


.menu_option:hover { cursor:pointer;} 
.book_button {	border-style: groove; writing-mode: vertical-rl;text-orientation: mixed; vertical-align;middle; width:35px; height:120px;border-radius:5px; color:black; text-shadow:-1px -1px 0 #A84155; background: #D25068; border:1px groove #D25068;  text-align:center;  text-decoration:none; line-height:32px; font-family:'Montserrat', Helvetica; display: block;  font-size:18px; }
.book_button:hover {cursor:pointer; text-decoration:none; background: blue; color:white;} 
.book_button:active { -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset; top:5px; }
.book_button:active:before{ top: -11px; bottom: -5px; content: ""; }


#pushbutton {text-align:center;}
.push_button {	 width:220px; height:40px; text-align:center;  color:black;  border-radius:5px; text-decoration:none; line-height:43px; font-family:'Montserrat', Helvetica; display: block; margin: 30px auto; font-size:18px; }
.push_button:before { 	-webkit-border-radius:5px;	-moz-border-radius:5px;	border-radius:5px;}
.push_button:hover {text-decoration:none; background-color: blue; color:white;}
.push_button:active { -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset; top:5px;  }
.push_button:active:before{ top: -11px; bottom: -5px; content: ""; }



.redbutton { text-shadow:-1px -1px 0 #A84155; background: #D25068; border:1px solid #D25068; 	
	background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
	background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
	background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
	background-image:-o-linear-gradient(top, #F66C7B, #D25068);
	background-image:linear-gradient(to bottom, #F66C7B, #D25068);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

.redbutton:hover {
	/* background: #F66C7B; */
	text-decoration:none; background-color: blue; color:white;
	background-image:-webkit-linear-gradient(top, #D25068, #F66C7B);
	background-image:-moz-linear-gradient(top, #D25068, #F66C7B);
	background-image:-ms-linear-gradient(top, #D25068, #F66C7B);
	background-image:-o-linear-gradient(top, #D25068, #F66C7B);
	background-image:linear-gradient(top, #D25068, #F66C7B);
}


.bluebutton { text-shadow:-1px -1px 0 #33caff; background: #33ffdd; border:1px solid #33ffdd; 	
	background-image:-webkit-linear-gradient(top, #33caff, #33ffdd);
	background-image:-moz-linear-gradient(top, #33caff, #33ffdd);
	background-image:-ms-linear-gradient(top, #33caff, #33ffdd);
	background-image:-o-linear-gradient(top, #33caff, #33ffdd);
	background-image:linear-gradient(to bottom, #33caff, #33ffdd);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #339cff, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #339cff, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #339cff, 0 4px 2px rgba(0, 0, 0, .5);
}

.bluebutton:hover {
	/* background: #33caff; */
	text-decoration:none; background-color: blue; color:white;
	background-image:-webkit-linear-gradient(top, #33ffdd, #33caff);
	background-image:-moz-linear-gradient(top, #33ffdd, #33caff);
	background-image:-ms-linear-gradient(top, #33ffdd, #33caff);
	background-image:-o-linear-gradient(top, #33ffdd, #33caff);
	background-image:linear-gradient(top, #33ffdd, #33caff);
}



.textleft {
	text-align: left;
}

/*============================================================*/

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}	


/*============================================================*/


