﻿@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic');
@import url('font-awesome.min.css');


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body, input, textarea, select
	{
		font-family: 'Open Sans', sans-serif;
		/*font-weight: 300;*/
font-size: 12pt;
	}

	body
	{
		background: #fff;
		color: #474747;
		font-size: 12pt;
		line-height: 1.75em;
        margin-bottom:0px;
	}

	a
	{
		color: #1587C5;
        /*color: #0b648c;*/
        cursor: pointer;
		text-decoration: underline;
	}

		a:hover
		{
			text-decoration: none;
		}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 300;
		color: #373737;
	}

	h3
	{
		font-weight: 400;
		margin: 0 0 0.5em 0;
	}
    
    hr {
        /*background-color:#9a9a9a;
        color:#9a9a9a;*/
        border: 1px double lightgray;
    }
	p, ul
	{
		margin-bottom: 1em;
        font-size: 14px;
	}

	form
	{
	}
	
		form input, form select
		{
			/*-webkit-appearance: none;*/
			border-radius: 0;
		}

		form input
		{
			border: solid 1px #d9d9d9;
			padding: 0.5em 1em 0.5em 1em;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		form input.button
		{
			cursor: pointer;
		}
	
	.grid-spaced
	{
	}

		.grid-spaced > .row
		{
			margin-bottom: 2em;
		}

		.grid-spaced > .row:last-child
		{
			margin-bottom: 0;
		}
	
	.date
	{
		font-style: italic;
		color: #a0a0a0;
	}
	
	.image
	{
		display: inline-block;
		border: solid 1px #d9d9d9;
		padding: 3px;
	}

		.image img
		{
			display: block;
		}

	.image-fit
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-fit img
		{
			width: 100%;
            
		}
		
	.align-left
	{
		float: left;
		margin-right: 2em;
	}
		
	.blocks
	{
	}

		.blocks a
		{
			position: relative;
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 3em 7em 3em 2em;
			margin: 0 0 0.5em 0;
			outline: 0;
			transition: background-color .25s ease-in-out;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
		}

		.blocks a:after
		{
			content: "\f0a9";
			font-family: 'Open Sans', sans-serif;
			text-decoration: none;
			font-size: 55px;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;

			display: block;
			width: 48px;
			height: 48px;
			position: absolute;
		}

		.blocks p
		{
			font-size: 1.25em;
			margin: 0;
			color: rgba(255,255,255,0.8);
		}
		
		.blocks h2
		{
			color: #fff;
			font-size: 2.25em;
			letter-spacing: -1px;
			margin: 0 0 0.5em 0;
			line-height: 1em;
		}

		.blocks .one
		{
			background: #00a6eb;
		}
		
			.blocks .one:hover
			{
				background: #10b6fb;
			}
			
		.blocks .two
		{
			background: #8cba00;
		}

			.blocks .two:hover
			{
				background: #9cca10;
			}
		
		.blocks .three
		{
			background: #2f2f2f url('overlay.png');
		}

			.blocks .three:hover
			{
				background: #3f3f3f;
			}
		
	ul.style1
	{
	}

		ul.style1 li
		{
			border-top: solid 1px #d9d9d9;
			padding: 1.5em 0 0 0;
			margin: 1.5em 0 0 0;
		}
		
		ul.style1 li:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
		ul.style1 li:first-child
		{
			padding-top: 0;
			border-top: 0;
		}
		
		ul.style1 p
		{
			margin: 0 0 0.5em 0;
		}

	ul.style2
	{
	}

		ul.style2 li
		{
			border-top: solid 1px #d9d9d9;
			padding: 1em 0 0 0;
			margin: 1em 0 0 0;
		}
		
		ul.style2 li:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
		ul.style2 li:first-child
		{
			padding-top: 0;
			border-top: 0;
		}
		
	ul.posts
	{
	}

		ul.posts h3
		{
			margin: 0.25em 0 0.25em 0;
		}

		ul.posts p
		{
			margin-bottom: 0.1em;
		}
		
	ul.contact
	{
	}
	
		ul.contact li
		{
			position: relative;
			margin: 0 0 2.1em 0;
			padding: 0 0 0 60px;
		}
		
		ul.contact li:before
		{
			font-family: 'Open Sans', sans-serif;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;

			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 32px;
			height: 32px;
			background: #676767;
			color: #fff;
			line-height: 32px;
			text-align: center;
		}

		ul.contact li:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
	.button
	{
		position: relative;
		display: inline-block;
		background: #006699;
		color: #fff;
        height: 50px;
		padding: .8em 3.25em 1.2em 3.25em;
		text-decoration: none;
		font-size: 1.1em;
		outline: 0;
        cursor: pointer;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}
    .button1
	{
		position: relative;
		display: inline-block;
		background: #0085C5;
		color: #fff;
        height: 50px;
        cursor: pointer;
		padding: .8em 3.25em 1.2em 3.25em;
		text-decoration: none;
		font-size: 1.1em;
		outline: 0;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}
    .button2
	{
		position: relative;
		display: inline-block;
		background: white;
		color: #666666;
        height: 50px;
        cursor: pointer;
		padding: .8em 3.25em 1.2em 3.25em;
		text-decoration: none;
		font-size: 1.1em;
		outline: 0;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}
   .button1:hover
		{
			background: #10b6fb;
		}
		.button:hover
		{
			background: #10b6fb;
		}
	
		.button:before
		{
			content: '';
			display: block;
			position: absolute;
			right: 1.75em;
			bottom: 1.6em;
			border-left: solid 5px #fff;
			border-top: solid 5px transparent;
			border-bottom: solid 5px transparent;			
		}
		
	.button-alt
	{
		background: #2f2f2f url('../images/overlay.png');
	}
	
		.button-alt:hover
		{
			background: #3f3f3f;
		}
		
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			display: inline-block;
			font-family: 'Open Sans', sans-serif;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

/*********************************************************************************/
/* Custom BP                                                                         */
/*********************************************************************************/

.bp-picture-num {
    background-color:black;
    color:white;
    position:relative;
    top:-29px;
    left:4px;
    width:25px;

}
.bp-picture-text {
    background-color:lightgray;
    color:black;
    position:relative;
    top:-52px;
    left:29px;
    width:155px;

}

.circle {
    border-radius:50%;
    width:40px;height:40px;font-size:10px;color:#fff;line-height:40px;text-align:center;background:gray;
}


#topbar {
    background-color:#1C1C1C;margin-top:-10px;text-align:right;height:50px; line-height:60px; 
}

.search-button, .search-text {
   vertical-align:middle;
   height:38px;
   top:22px;
   padding:0px;
}

.bptopdiv {
    display:block;
    width:205px;
    height:175px;
    border: solid;
    border-color: white;
}
.arrow_box {
	position: relative;
	background: #ffffff;
    text-align:center;
    font-weight:900;
    width:200px;
	border: 4px solid #e5e3e4;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0px;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(229, 227, 228, 0);
	border-top-color: #e5e3e4;
	border-width: 26px;
	margin-left: -26px;
}
.noarrow_box {
	position: relative;
	background: #e5e3e4;
    text-align:center;
    font-weight:500;
    width:200px;
	border: 4px solid #e5e3e4;
}
.noarrow_box a {
    text-decoration: none;
    color:black;
}

.noarrow_box:hover {
    	position: relative;
		display: inline-block;
		background: #0085C5;
		color: white;
        text-decoration: none;
		cursor: pointer;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
}
.noarrow_box a:hover {
    	position: relative;
		display: inline-block;
		background: #0085C5;
		color: white;
        text-decoration: none;
		cursor: pointer;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
}

#navigation {  /*width:180px;*/}
#navigation ul { margin:0px; padding:0px; }
ul { margin:0px; padding:0px; }
 
ul.top-level { background:white; }
ul.top-level li {
    border-bottom: #fff solid;
    border-top: #fff solid;
    border-width: 1px;
}
 
#navigation a {/*color:#666666;*/
    cursor: pointer;
    display:block;
    font-size:1em;
    height:35px;
    line-height: 35px;
    text-indent: 10px;
    /*text-decoration:none;*/
    /*width:100%;*/
   
}
.topitem {
    font-weight:900!important;
        text-indent: 10px!important;
        color:GrayText;
        text-decoration:none;
}
.activenav {
    color: white!important;
    background: #006699;
    display:block;
    height:25px;
    line-height: 25px;
    text-indent: 10px;
    text-decoration:none;
    /*width:100%;*/
}
 
#navigation a:link {
    color: #006699;
}
#navigation a:visited {
    color: #999999;
}
#navigation a:hover{
    color:white;
}
#navigation a:active {
    color: black;
}
#navigation a:hover{
                                 
    color:white;
}
 
#navigation li:hover {
    background: #006699;
    position: relative;
}
.verticalLine {
    border-left: thin solid #006699;
    border-right: thin solid #006699;
     border-bottom: thin solid #006699;
}
.bignum {
    color: black;
    font-size:18pt;
    font-weight:600;
    position: relative;
    top:10px;
}
.smalltext {
    font-size:10pt;
    color: #333333;
}
.bigblock a{
    text-decoration:none;
    font-size:10pt;
    color: #333333;
}
.bigblock li {
     height:75px;
     border-top: thin double lightgray;
}
.titleblock li {
     height:67px;
     margin-left: 15px;
     border-top: thin double lightgray;
     vertical-align: middle;
}
.smallblock li {
     margin-left: 5px;
     height:100%;
     margin-bottom: 5px;
     border-top: thin double lightgray;
}
.smallblock1 li {
     margin-left: 5px;
     height:100%;
     margin-bottom: 5px;
     border-top: thin double lightgray;
}

.bigblock li:hover {
    background: #006699;
    position: relative;
    text-decoration:none;
    color: white;	
}
.bigblock li:hover .bignum{
    color: white;
    font-size:18pt;
    font-weight:600;	
}
.a_box {
    width: 100%;
    padding: 10px;
    border: 1px solid gray;
    margin: 0;
}
.map_box {
    width: 38%;
    padding: 0px;
    border: 1px solid lightgray;
    margin-bottom: -10px;
}
.smallblock li:hover {
    background: lightgray;
    position: relative;

}

 .textmiddle {vertical-align:middle;} 

 .ImageBorder
{
    border-width: 1px;
    border-color: Black;
}

.page_disabled {
    
    font-weight: bold;
    
    width: 30px;
  
    padding: 4px;
    text-decoration: none;
    background-color: #006699;
    color:white;
}
.page_enabled {
    
    font-weight: bold;
    
    width: 30px;
    
    padding: 2px;

}

 .centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

h6 {
  position: relative;
  text-align: center;
}

h6 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

h6:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}

h6:before {
  left: 0;
}
.boxed
{
   width: 95px;
  
}
.boxedfavorite
{
   width: 95px;
  
}
.boxed a{
     padding: 4px 4px 4px;
    font-size: 12px;
    white-space: nowrap;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    color: #EFA329;
    border:2px solid #EFA329;
}
.boxedfavorite a{
  padding: 4px 4px 4px;
    font-size: 12px;
    white-space: nowrap;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    color: #999999;
    border:2px solid #999999;
}
.boxed a:hover {
    color: white;
    background-color:#EFA329;
}
.boxedfavorite a:hover {
    color: white;
    background-color:#999999;
}
.boxedfavorite a span{
  position: relative;
  content: 'Favorite Added'
}
.boxedfavorite:hover a span{
  display: none;
}
.boxedfavorite:hover a:after{
  content: 'Edit Favorites';
}

.button3
	{
		position: relative;
		display: inline-block;
		background: #EFA329;
		color: #fff;
        height: 50px;
        cursor: pointer;
		padding: .8em 3.25em 1.2em 3.25em;
		text-decoration: none;
		font-size: 1.1em;
		outline: 0;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}
input[type=checkbox]
{
  -webkit-appearance:checkbox;
}
.notIE {
  position: relative;
  display: inline-block;
}
select {
  display: inline-block;
  height: 30px;
  width: 250px;
  outline: none;
  color: #74646e;
  border: 1px solid #C8BFC4;
  border-radius: 4px;
  box-shadow: inset 1px 1px 2px #ddd8dc;
  background: #fff;
}
/* Select arrow styling */

.notIE .fancyArrow {
  width: 23px;
  height: 28px;
  position: absolute;
  display: inline-block;
  top: 1px;
  right: 3px;
  background: url(http://www.bestplaces.net/images/select-arrow-open.png) right / 90% no-repeat #fff;
  pointer-events: none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
  .notIE .fancyArrow {
    display: none;
  }
}

