@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/*@import url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');

.date-form { margin: 10px; }
label.control-label i { cursor: pointer; }
*/
/*******************/

body {
  font-family: 'Open Sans', sans-serif; /*font-family: 'Roboto', sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  line-height: 1.42857143;
  color:	#000000; 
  /*background-image:url(../../graphics/bkgs/ricepaper_v3.png);*/
  background-color: #FFF;
}

a {
  color: #0b5cba;
} 

p {
  font-size: 16px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fjalla One', sans-serif;
  color: #0b5cba;
  line-height:1.7;
  padding-top:5px;
  text-transform: none !important;
}


h1,
h2 {
  font-family: 'Fjalla One', sans-serif;
  font-weight:900;
  line-height:50px;
}



legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #CCC;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}


.navbar {
  position: relative;
  min-height: 150px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}


.jumbotron {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: inherit;
  background-color:	#5E5E5E;
  /*background-image:url(../../../images/back_boat.png);*/
  min-height: 330px;
}

.dark {
	/*color:#1B1B1B;*/
	text-shadow:#222222;
	text-outline:#1E1E1E;
}

.darkgrey {
	color:#303030;
}

.light {
	color:#ededed;
}




.navbar-default {
  font-family: 'Fjalla One', sans-serif;
  background-color: #030341;  /*#0b5cba;*/ /*#030341;*/
  border-color: #030341;
}
.navbar-default .navbar-brand {
  color: #9daf63;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #af190b;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
/*navbar link color*/
.navbar-default .navbar-nav > li > a {
  font-family: 'Fjalla One', sans-serif; /*font-family: 'Open Sans', sans-serif;*/
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f1eddd;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  font-family: 'Fjalla One', sans-serif; 
  color: #fff;
  background-color: #0b5cba;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #e1e1e1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e1e1e1;
    background-color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e1e1e1;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}



.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  list-style: none;
  background-color:	transparent;
  border-radius: 4px;
}

.nav-tabs {
  border-bottom: 1px solid #373737;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #6B6B6B;
  border-radius: 4px 4px 0 0;
  }
.nav-tabs > li > a:hover {
  border-color: #373737;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #373737;
  border-bottom-color: transparent;
}

.tab
 {
	background-color:#FFFCFC;
}.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.nav-tabs {
  border-bottom: 1px solid #373737;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #6B6B6B;
  border-radius: 4px 4px 0 0;
  }
.nav-tabs > li > a:hover {
  border-color: #373737;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #373737;
  border-bottom-color: transparent;
}

.tab
 {
	background-color:#FFFCFC;
}





/*BOOTSTRAP CALLOUTS*/
/* Base styles (regardless of theme) */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout h4 {
margin-top: 0;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
background-color: #fcf2f2;
border-color: #d9534f;
}
.bs-callout-warning {
background-color: #fefbed;
border-color: #f0ad4e;
}
.bs-callout-info {
background-color: #f0f7fd;
border-color: #5bc0de;
}

/*END BOOTSTRAP CALLOUTS*/


/*Pagination*/
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}


/*POSTPRESS STYLES*/
div.pp-spacer10
{
	height:10px;
}

div.pp-spacer20
{
	height:20px;
}
div.pp-spacer30
{
	height:30px;
}
.pp-likebox {
	display: inline-block;
    width: 16px;
    height: 18px;
	float:right;
	background-image: url(../../graphics/postpress_sprites.gif);
	background-position: 0px -1368px;
	margin-top: 3px;
}
.pp-likebox:hover {
	display: inline-block;
    width: 16px;
    height: 18px;
	float:right;
	background-image: url(../../graphics/postpress_sprites.gif);
	background-position: 0px -1350px;
	margin-top: 3px;
}

.pp-editbox {
	float:right;
	background-image: url(../../graphics/postpress_sprites.gif);
	background-position: 0px -1531px;
	height:18px;
	width:16px;
	margin-top: 3px;
	margin-right:18px;
}

.pp-editbox:hover {
	float:right;
	background-image: url(../../graphics/postpress_sprites.gif);
	background-position: 0px -1552px;
	height:18px;
	width:16px;
	margin-top: 3px;
	margin-right:18px;
}

.pp-deletebox {
	float:right;
	background-image: url(../../graphics/postpress_sprites.gif);
	background-position: 0px -269px;
	height:18px;
	width:16px;
	margin-top: 3px;
	margin-right:18px;
}

.pp-deletebox:hover {
	float:right;
	background-image: url(../../graphics/postpress_sprites.gif);
	background-position: 0px -251px;
	height:18px;
	width:16px;
	margin-top: 3px;
	margin-right:18px;
}

.pp-owner-content-header {
	border-bottom-color:#373737;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	padding-bottom: 8px;
	margin-top: 8px;
	margin-bottom:8px;
}

.pp-usericon-small {
	background-image: url(../../graphics/icons/user/defaultsmall.gif);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pp-usericon-medium {
	background-image: url(../../graphics/icons/user/defaultmed.gif);
	background-repeat:no-repeat;
	float:left;
	height:92px;
	width:92px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pp-usericon-large {
	background-image: url(../../graphics/icons/user/defaultlarge.gif);
	background-repeat:no-repeat;
	float:left;
	height:192px;
	width:192px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.pp-albumicon-medium {
	background-image: url(../../graphics/icons/default/medium.png);
	background-repeat:no-repeat;
	float:left;
	height:92px;
	width:92px;
	padding-left: 5px;
	margin-right: 8px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}


.pp-recipeicon-medium {
	background-image: url(../../graphics/icons/default/medium.png);
	background-repeat:no-repeat;
	float:left;
	height:92px;
	width:92px;
	padding-left: 5px;
	margin-right: 8px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}



.pp-reportsicon-medium {
	background-image: url(../../graphics/icons/default/medium.png);
	background-repeat:no-repeat;
	float:left;
	height:92px;
	width:92px;
	padding-left: 5px;
	margin-right: 8px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}


.pp-videoicon-medium {
	background-image: url(../../graphics/icons/default/medium.png);
	background-repeat:no-repeat;
	float:left;
	height:92px;
	width:92px;
	padding-left: 5px;
	margin-right: 8px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.pp-forumicon-medium {
	background-image: url(../../graphics/icons/default/medium.png);
	background-repeat:no-repeat;
	float:left;
	height:92px;
	width:92px;
	padding-left: 5px;
	margin-right: 12px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}


.pp-icon-medium {
	background-image: url(../../graphics/icons/default/medium.png);
	background-repeat:no-repeat;
	float:left;
	height:92px;
	width:92px;
	padding-left: 5px;
	margin-right: 8px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}


.pp-unknownicon-small {
	background-image: url(../../graphics/icons/default/small.png);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pp-unknownicon-medium {
	background-image: url(../../graphics/icons/default/medium.png);
	background-repeat:no-repeat;
	float:left;
	height:100px;
	width:100px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pp-unknownicon-large {
	background-image: url(../../graphics/icons/default/large.png);
	background-repeat:no-repeat;
	float:left;
	height:200px;
	width:200px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pp-calendaricon {
	background-image: url(../../graphics/icons/calendar/calendar-small.png);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pp-discussionicon {
	background-image: url(../../graphics/icons/discussion/discussion-small.png);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.pp-linkicon {
	background-image: url(../../graphics/icons/link/link-small.png);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}


.pp-mailicon {
	background-image: url(../../graphics/icons/mail/mail-small.png);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.pp-newsicon {
	background-image: url(../../graphics/icons/news/news-small.png);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.pp-newsicon-medium {
	background-image: url(../../graphics/icons/news/news-med.png);
	background-repeat:no-repeat;
	float:left;
	height:100px;
	width:100px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.pp-photoicon {
	background-image: url(../../graphics/icons/photo/photo-small.png);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.pp-videoicon {
	background-image: url(../../graphics/icons/video/video-small.png);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}




.pp-photoalbumicon {
	background-image: url(../../graphics/icons/album/album-small.png);
	background-repeat:no-repeat;
	float:left;
	height:40px;
	width:40px;
	padding-left: 5px;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pp-controls{          
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;          
}
.pp-next {
    float:right;
    text-align:right;
}

.pp-previous {
    float:left;
    text-align:left;
}

.img-center {margin:0 auto;}
.img-pad-left {
	padding-left:10px;
}
.img-pad-right {
	padding-right:10px;
}
.img-pad-top {
	padding-top:8px;
}
.img-pad-bottom {
	padding-bottom:8px;
}

.sjfs-label {
	font-family: 'Fjalla One', sans-serif;
	color: #0b5cba;
	padding-top:18px;
}
.pp-pad-top10 {
	padding-top:10px;
}
.pp-pad-top20 {
	padding-top:20px;
}

.pp-vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}




/*POSTPRESS ICON DIVS*/
.pp-footer-reverse {
	color:#fff;
	min-height:150px;
}
.pp-footer-dark {
	color:#000;
}
.pp-footer-dark a {
	color:	#682D2D;
}

/*.pp-row-content {
	background-color: #EFEFEF;
	margin-right:3px;
	margin-left:3px;
	border-radius: 4px;
}*/
.pp-row-content-blank30 {
	min-height:30px;
}
.pp-row-content-blank50 {
	min-height:50px;
}
.pp-row-content-blank70 {
	min-height:70px;
}
.pp-row-content-blank100 {
	min-height:100px;
}
.pp-row-content-blank150 {
	min-height:150px;
}
.pp-row-content-inner {
	background-color: #FFF;
	border-radius: 4px;
}
.pp-owner-content-header {
	border-bottom-color:#373737;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	padding-bottom: 8px;
	margin-top: 8px;
	margin-bottom:8px;
}

.pp-subtitle {
	padding-bottom: -60px;
	line-height: 1.5;
	text-transform: none !important;
}



.alert {
	color:#FD0004;
}




.modal {
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
	height: 90%;
    width: 90%;
    /* To center horizontally */
    margin: 0 auto;
}



/*index Page*/
.row.is-flex {
  display: flex;
  flex-wrap: wrap;
  
}
.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
  /*background-color:#9CA7B3;*/
}


.is-flex .box {
  background: none;
  position: static;
}
.is-flex [class*="col-"] {
  background: #CCC;
  
}
.big-buttons {
     margin-bottom: 25px;
}
.box {
    padding: 15px 7% 0;
    /*text-align: center;*/
    position: relative;
    background: #CCC;
}
.box .btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	/*margin-left:5px;*/
    border-radius: 5;
    padding: 8px 0;
	
}
.box p {
    padding-bottom: 15px;
    /*font-size: 16px;
    font-weight: 300;*/
    /*opacity: 0.8;*/
}


.box1 {
	background-color:#b2d1e7;  /*A0C5E0*/
	border-color:#FFFFFF;
	border-style:solid;
	border-width:10px;
	border-left-width:0px;
}

.box2 {
	background-color:#A0C5E0;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:10px;
}

.box3 {
	background-color:#A0C5E0;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:10px;
	border-right-width:0px;
}
/*end Index Page*/

