/***************tables*****************/
table:not(.mce-grid){
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
table:not(.mce-grid) th{
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-align: center;
	padding: 14px !important;
	background: #003366;
	color: #ffffff;
	font-size: 17px;
	border: 1px solid #7ca624 !important;
}
table:not(.mce-grid) td{
	padding: 10px !important;
	font-size: 15px;
	color: #919191;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin: 0;
	background: #ffffff;
	border: 1px solid #dedede !important;
}
table tr:nth-child(2n+1) td {
background: #f5f5f5;
}
/*-------------------------------------------------*/
/* =  single-post
/*-------------------------------------------------*/
.single-post-container {
  background: #ffffff;
  margin-bottom: 20px;
}
.single-post-container a.blog-image img {
  width: 100%;
}
.single-post-container .single-post-content {
  padding: 14px 20px;
}
.single-post-container .single-post-content a.buttonStyle {
  text-decoration: none;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #003366;
  padding: 9px 16px;
}
.single-post-container .single-post-content a.buttonStyle:hover {
  opacity: 0.7;
  color: #ffffff;
}
.single-post-container h1 {
  color: #003366;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: inherit;
  color: #000000;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 300;
}
.single-post-container .post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.single-post-container .post-tags li {
  display: inline-block;
  margin-right: 15px;
}
.single-post-container .post-tags li a,
.single-post-container .post-tags li span {
  display: inline-block;
  font-size: 15px;
  color: #919191;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 0;
  font-size: 12px;
  color: #a1a1a1;
  margin-top: -4px;
}
.single-post-container .post-tags li i {
  font-size: 20px;
  color: #b6b6b6;
  margin-right: 10px;
}
.single-post-container p {
  font-size: 15px;
  color: #919191;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
}
.comment-section {
  margin-bottom: 20px;
  overflow: hidden;
}
.comment-section ul {
  margin: 0;
  padding: 0;
}
.comment-section ul li {
  list-style: none;
}
.comment-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.comment-box>img {
  float: left;
  max-width: 80px;
}
ul.depth {
  margin-left: 100px;
}
ul.depth li {
  position: relative;
}
ul.depth li:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  top: 0;
  left: -60px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.comment-content {
  padding-left: 100px;
}
.comment-content h6 {
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  margin: -4px 0 7px;
  padding-bottom: 4px;
}
.comment-content h6 span {
  color: #d1d1d1;
  font-style: normal;
}
.comment-content p {
  color: #a3a3a3;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 26px;
}
.comment-form {
  overflow: hidden;
}
.comment-form .text-fields,
.comment-form .submit-area {
  width: 50%;
}
.comment-form textarea {
  height: 126px;
}
.comment-form input[type="submit"] {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  padding: 18px 5px 19px;
  background: #003366;
  border: none;
  outline: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
.img-responsive {
    margin: 0 auto;
}

/*div#slider {
	width: 1000px;
	height: 480px;
	float: left;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px 0px #b3b3b3;
	box-shadow: 0px 0px 3px 0px #b3b3b3;
}

div#slider:hover {
	-webkit-box-shadow: 0px 0px 6px 0px #999999;
	box-shadow: 0px 0px 6px 0px #999999;
}

div#slider div.bx-viewport {
	z-index: 1;
}

div#slider ul {
	width: 100%;
	float: left;
	clear: both;
}

div#slider ul li {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	display: block;
}

div#slider ul li a {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	display: block;
}

div#slider div.bx-controls {
	height: 0px;
	overflow: visible;
	z-index: 99;
	position: absolute;
	margin-top: -285px;
	display: none;
}

div#slider:hover div.bx-controls {
	display: block;
	position: relative;
}

div#slider div.bx-controls a {
	margin-top: -16px;
	display: block;
	width: 60px;
	height: 46px;
	float: left;
	clear: left;
	color: #000000;
	font-size: 38px;
	padding-top: 4px;
	opacity: 0.4;
	background-color: #ffffff;
}

div#slider div.bx-controls a:hover {
	opacity: 0.8;
}

div#slider div.bx-controls-direction {
	position: absolute;
	top: 50%;
	height: 0px;
	overflow: visible;
}

div#slider div.bx-controls a.bx-next {
	float: right;
	clear: right;
	margin-left: 880px;
}

div#slider div.bx-caption {
	width: 100%;
	height: 60px;
	float: left;
	clear: both;
	color: #333333;
	font-size: 22px;
	text-align: center;
}

div#slider div.bx-caption span {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	text-align: center;
	padding: 20px 0px;
}*/
