body {
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F9;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
ul {
}

.clear {
	clear: both;
}

.header {
	height: 110px;
	background-color: #424242   ;
    width: 100%;

    margin-right: auto;
	margin-left: auto;


	padding-right: 5px;

	padding-left: 5px;
	max-width: 990px;
	width: 100%;
}
.header .head {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	max-width: 990px;
}
.header .head a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.header .head a img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.figureimg{
	max-width: 100%;
	height:auto;
	box-sizing:border-box;
	display:block;
}
.mobileheader {
	width: 100%;
	height: 55px;
	line-height:55px;
	background-color: #393;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F9F9F9;
	font-weight: bold;
	text-align: center;
	display: none;
}


.navbar {
	height: 45px;
	background-color: #59C859;
	width: 100%;
}
.navbar .nav {
	height: 45px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
.navbar .nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navbar .nav ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #393;
}
.navbar .nav ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	line-height: 45px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	z-index:9999;
    position: relative;
	letter-spacing:.7px;

}

.navbar .nav ul li .active {
	background-color: #393;
}
.navbar .nav ul li .active:hover {
	background-color: #46C146;
}
.navbar .nav ul li a:after{

}
.navbar .nav ul li a:hover:after{
    height: 100%;
}

.content {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	max-width: 990px;
	width: 100%;
}
.content .left-side {
	width: 68%;
	float: left;
	margin-right: 10px;
	border: 1px solid #D6D6D6;
	padding: 5px;
	border-radius: 5px;
	max-width: 675px;
}
footer{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	max-width: 990px;
	text-align: center;

}
#leftmobile article ul li strong a {
	color: #393;
}
#leftmobile article ul li strong a:hover {
	color: #59C859;
}

.content .right-side {
	width: 30%;
	float: right;
	margin-bottom: 10px;
}
.right-side .rightbar {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	margin-bottom: 15px;


}
.right-side .rightbar .rightbartitle {

}
.right-side .rightbar h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-color: #59C859;
	color: #FFF;
}
.right-side .rightbar .rightbarcontent {

}
.right-side .rightbar .rightbarcontent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.right-side .rightbar .rightbarcontent ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #969696;
}
.right-side .rightbar .rightbarcontent ul li a {
	display: block;
	text-decoration: none;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 28px;
	color: #333;
	font-weight: lighter;
}
.right-side .rightbar .rightbarcontent ul li a:hover {

}
.rightbar .rightbarcontent .w3-ul .w3-bar {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.rightbar .rightbarcontent .w3-ul .w3-bar a {
	background-image: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.rightbar .rightbarcontent .w3-ul .w3-bar a:hover {
	background-image: none;
	margin: 0px;
	padding: 0px;
}


.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  display:none;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  font-size: 19px;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .active {
  background-color: #4CAF50;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}
.ctable{
	width: 135px;
	height: 30px;
}
/* Style the list */
ul.breadcrumb {
  padding: 5px 11px;
  list-style: none;
  background-color: #eee;
  margin-top:-10px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #363;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

#leftmobile .ratings-view {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#leftmobile .ratings-view h3 {
	padding: 0px;
	height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.postlistmy {
	clip: rect(auto,auto,20px,auto);
	padding-top:14px;
}
.postlistmy .images {
	float: left;
	clear: left;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 100%;
  	max-width: 300px;
  	height: auto;
}
.postlistmy .images .buttonlinks {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 55px;
	background-color: #FC0;
	font-size: 19px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: block;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 1px 8px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:8px;
	border:1px solid #ffaa22;
	color:#333333;
	text-decoration:none;

}
.postlistmy .title {
}
.postlistmy .title h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 28px;
}

.postlistmy .images .buttonlinks:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
	color:#333333;
	text-decoration: none;
}
.buttonlink:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
	color:#333333;
	text-decoration: none;
}

.buttonlink {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 55px;
	background-color: #FC0;
	font-size: 19px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: block;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 1px 8px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:8px;
	border:1px solid #ffaa22;
	color:#333333;
	text-decoration:none;

}
#postimagess {
  width: 100%;
  height: auto;
}
.figureimages{
	display: none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
  .right-side#mobilenone {display: none;}
  .header{display: none;}
  .mobileheader{display:block; }
  .navbar{display:none; }
  .topnav{display:block; }
  #btitle{display:none; }
  #figure{display:block; }
  .left-side#leftmobile{
	 	width: 98%;
		border: 1px solid #D6D6D6;
		padding: 5px;
		border-radius: 5px;
	  }
}
@media screen and (max-width:750px) and (min-width:500px) {
  .right-side#mobilenone {display: none;}
  .header{display: none;}
  .mobileheader{display:block; }
  .navbar{display:none; }
  .topnav{display:block; }
  #btitle{display:none; }
  #figure{display:block; }
  .left-side#leftmobile{
	 	width: 98%;
		border: 1px solid #D6D6D6;
		padding: 5px;
		border-radius: 5px;
	  }
}
