﻿body {
	margin: 0;
}

/*---------------------scrollToTop end---------------------*/
#datepicker .ui-datepicker-inline {
	background: #f7f7f7;
	border: 1px solid #ECECEC;
	border-radius: 0px;
	width: 100%;
}

#datepicker .ui-datepicker-header {
	background: #f7f7f7;
	border: none;
	width: 100%;
	float: left;
}

#datepicker .ui-datepicker-header a {
	border: none;
	background: none;
	cursor: pointer;
}

#datepicker .ui-datepicker-header a:hover {
	border: none;
	background: none;
}

#datepicker .ui-icon-circle-triangle-w {
	background: url("../../graphics/calendar_prev.png") no-repeat;
}

#datepicker .ui-icon-circle-triangle-w:hover {
	background: url("../../graphics/calendar_prev_hover.png") no-repeat;
}

#datepicker .ui-icon-circle-triangle-e {
	background: url("../../graphics/calendar_next.png") no-repeat;
}

#datepicker .ui-icon-circle-triangle-e:hover {
	background: url("../../graphics/calendar_next_hover.png") no-repeat;
}

#datepicker .ui-state-default {
	border: none;
	background: none;
	color: #3498DB;
	text-align: center;
}

#datepicker .ui-state-default:hover {
	color: #fff;
	background: #3498DB;
}

#datepicker .ui-state-active {
	color: #fff;
	background: #3498DB;
}

#datepicker .ui-datepicker tr th {
	color: #3498DB;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

#datepicker .ui-datepicker tbody {
}

#datepicker .ui-datepicker-year {
	display: none;
}

#datepicker .ui-datepicker-month {
	font-size: 20px;
	font-family: ''Open Sans'', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #3498DB;
}

.calendar {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
	color: #fff;
	padding: 30px 0px;
	text-align: center;
	background: #3498DB;
}
.calendar p {
	color: #fff;
}

.calendar:before {
	position: absolute;
	top: -11px;
	left: 20%;
	content: '';
	width: 11px;
	height: 23px;
	border: 2px solid #fff;
	border-radius: 3px;
	background: #3498DB;
}

.calendar:after {
	position: absolute;
	top: -11px;
	right: 20%;
	content: '';
	width: 11px;
	height: 23px;
	border: 2px solid #fff;
	border-radius: 3px;
	background: #3498DB;
}

.calendar #date {
	font-size: 90px;
	line-height: 90px;
	font-family: ''Open Sans'', sans-serif;
}

.calendar #day {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

/*---------------------  other Start ---------------------*/
.heading3 {
	position: relative;
	padding: 5px 15px;
	border-left: 2px solid #3498DB;
	display: inline-block;
	margin: 50px 0px;
}

.heading3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 2px;
	width: 2px;
	height: 100%;
	background: #3498DB;
}

/*---------------------  List Start ******************/
ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
}

li {
	list-style-image: none;
	list-style-type: none;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

/************************  List end ******************/
/************************  box6 Category Start ******************/
.margin-top-35 {
	margin-top: 35px;
}

.push_down10 {
	margin-top: 10px;
}

.box6-search_form {
	width: 100%;
	float: left;
	padding-left: 40px;
	position: absolute;
	right: -5px;
	bottom: 8px;
	display: none;
	z-index: 999;
}

.box6-search_form input {
	border: 2px solid #007dfa;
	border-right: none;
}

/************************  box6 Category End ******************/
/************************  box6 Start ******************/
.box6-wrapper {
	margin-bottom: 40px;
	float: left;
}

.box6-info {
	border-right: solid 1px #373f4a;
}

.box6-date-num {
	line-height: 40px;
	font-family: ''Open Sans'', sans-serif;
	display: inline-block;
	font-size: 50px;
	font-weight: 100;
}

.box6-date-comments {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	font-family: ''Open Sans'', sans-serif;
	text-transform: uppercase;
}

.box6-date {
	border-bottom: solid 1px #373f4a;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.box6-date i {
	display: inline-block;
	width: 20px;
	font-size: 18px;
	margin-right: 5px;
	margin-top: 5px;
	height: 20px;
	float: left;
}

.box6-date span p {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.box6-date:last-child {
	border-bottom: none;
}

.box6-img-lg img {
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.box6-img-lg img:hover {
	-moz-transition-timing-function: ease-in;
	-moz-transition-duration: 400ms;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.box6-bottom-border {
	border-bottom: solid 1px #ccc;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.box6-bottom {
	text-align: center;
}

ul.list6 {
	margin-top: 25px;
	display: inline-block;
}

ul.list6 li {
	float: left;
	border-right: solid 1px #ccc;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 22px;
	font-family: ''Open Sans'', sans-serif;
}

ul.list6 li:last-child {
	border-right: none;
}

.box6-desc {
	padding-top: 25px;
	padding-bottom: 25px;
}

.box6-cat-comment {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	background: #f0f0f0;
}

.box6-cat-comment:hover {
	background: linear-gradient(#66ccff, #3498DB);
	background: -webkit-linear-gradient(#66ccff, #3498DB);
	background: -o-linear-gradient(#66ccff, #3498DB);
	background: -moz-linear-gradient(#66ccff, #3498DB);
	color: #fff !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.box6-cat-comment-img {
	float: left;
	padding: 20px 15px 10px 20px;
}

.box6-comment-title {
	width: 71%;
	font-size: 20px;
	font-family: ''Open Sans'', sans-serif;
	float: left;
	margin-top: 20px;
}

.box6-comment-title1 {
	width: 87%;
	font-size: 20px;
	font-family: ''Open Sans'', sans-serif;
	float: left;
	margin-top: 20px;
}

.box6-comment-date {
	width: 100%;
	margin-bottom: 30px;
}

.box6-comment-date a {
	color: inherit;
	float: left;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.box6-comment-date_desc {
	font-size: 15px;
	padding-left: 29px;
	padding-right: 29px;
}

a.box6-btn {
	float: left;
	color: inherit;
	margin-left: 29px;
	margin-top: 20px;
	border: solid 1px #ccc;
}

a.box6-btn:hover {
	float: left;
	margin-left: 29px;
	margin-top: 20px;
	border: solid 1px #fff;
}

textarea {
	resize: none;
}

.box6-bottom-thm img {
	width: 100%;
}

.list6 {
	margin-top: -30px;
}

ul.list6-item li {
	padding: 5px 0px 5px 0px;
}

ul.list6-item li a {
	color: #636363;
	font-size: 16px;
}

ul.list6-item li a:hover {
	color: #3498DB;
}

.recent {
	margin-bottom: 25px;
}

.contributors {
	width: 100%;
}

.contributors ul {
	list-style: none;
	padding-left: 0px;
}

.contributors ul li {
	display: inline;
}

.contributors ul li a img {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 70px;
	height: 70px;
}

.tags {
	width: 100%;
}

.tags ul {
	list-style: none;
	padding-left: 0px;
}

.tags ul li {
	display: inline;
}

.tags ul li a {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #3498DB;
	padding: 10px 15px;
	vertical-align: middle;
	color: #fff;
}

.tags ul li a:hover {
	background: #222222;
}

/************************  box6 End ******************/
/************************  media css start ******************/
/* Large desktop */
@media (min-width: 992px) and (max-width: 1200px) {
.box6-comment-title1 {
	width: 100%;
	padding-left: 30px;
}

.box6-comment-date a {
	padding-left: 30px;
}

}
@media (min-width: 979px) and (max-width: 991px) {
.box6-info {
	float: left !important;
	width: 100%;
	border-right: none;
}

.box6-date {
	width: auto;
	float: left;
	border-bottom: none;
}

.box6-date-num {
	line-height: 28px;
	font-size: 30px;
	float: left;
	display: inline-block;
}

.box6-date span p {
	font-size: 20px;
	line-height: 0px;
	float: none;
	display: inline-block;
}

.box6-comment-title1 {
	width: 100%;
	padding-left: 30px;
}

.box6-comment-date a {
	padding-left: 30px;
}

.box6-comment-title {
	padding-left: 30px;
}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 978px) {
.box6-info {
	float: left !important;
	width: 100%;
	border-right: none;
}

.box6-date {
	width: auto;
	float: left;
	border-bottom: none;
}

.box6-date-num {
	line-height: 28px;
	font-size: 30px;
	float: left;
	display: inline-block;
}

.box6-date span p {
	font-size: 20px;
	line-height: 0px;
	float: none;
	display: inline-block;
}

.box6-comment-title1 {
	width: 100%;
	padding-left: 30px;
}

.box6-comment-date a {
	padding-left: 30px;
}

.box6-comment-title {
	padding-left: 30px;
}

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.box6-search_icon {
	padding: 20px 15px !important;
}

.box6-search_form {
	right: 10px;
	padding-left: 20px;
}

.box6-info {
	float: left !important;
	width: 100%;
	border-right: none;
}

.box6-date {
	width: auto;
	float: left;
	border-bottom: none;
}

.box6-date-num {
	line-height: 28px;
	font-size: 30px;
	float: left;
	display: inline-block;
}

.box6-date span p {
	font-size: 20px;
	line-height: 0px;
	float: none;
	display: inline-block;
}

.box6-comment-title1 {
	width: 100%;
	padding-left: 30px;
}

.box6-comment-date a {
	padding-left: 30px;
}

}
/* Landscape phones and down */
@media (max-width: 480px) {
.box6-comment-title1 {
	width: 100%;
	padding-left: 30px;
}

.box6-comment-date a {
	padding-left: 30px;
}

.box6-comment-title {
	padding-left: 30px;
}

}
/************************ media css start ******************/
