@charset "utf-8";

/************ TABLE OF CONTENTS ***************

1. Header								Line =  107 To 900
2. Featured Slider						Line =  903 To 1005
3. General News Post					Line =  xxxx To xxxx
4. News Simple Grid 1					Line =  xxxx To xxxx
5. News Simple Grid 2					Line =  xxxx To xxxx
6. News Simple Grid 3					Line =  xxxx To xxxx
7. News Simple Grid 4					Line =  xxxx To xxxx
8. News Simple Grid 5					Line =  xxxx To xxxx
9. Pagination							Line =  xxxx To xxxx
10. Sidebar Widgets						Line =  xxxx To xxxx
11. Footer Start						Line =  xxxx To xxxx
12. Home Layout 2 Featured News			Line =  xxxx To xxxx
13. News List Style 2					Line =  xxxx To xxxx
14. Inner Pages Banner With BreadCrump	Line =  xxxx To xxxx
15. Category Main Post Styles			Line =  xxxx To xxxx
16. WooCommerce Products Grid			Line =  xxxx To xxxx
17. Single Post Start					Line =  xxxx To xxxx
18. Blog Authors						Line =  xxxx To xxxx
19. Image Gallery Start					Line =  xxxx To xxxx
20. Events Page							Line =  xxxx To xxxx
21. Masonry Posts						Line =  xxxx To xxxx
22. 404									Line =  xxxx To xxxx
23. Contact Us							Line =  xxxx To xxxx
24. Login Page							Line =  xxxx To xxxx
25. Meet People Filter					Line =  xxxx To xxxx
26. Singles Profile						Line =  xxxx To xxxx
27. Singles Page						Line =  xxxx To xxxx
28. Singles List						Line =  xxxx To xxxx
29. Movieshows Table 					Line =  xxxx To xxxx
30. Movies Page							Line =  xxxx To xxxx

**********************************************/


/* Css Imports */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,400italic,500italic,500,700,900);
@import url(animate.css);
@import url(weather-icons.css);
@import url(iconmoon.css);
@import url(flags/flag-icon.css);

/**************** Universal  Css *******************/

body {
	font-family: 'Roboto', sans-serif;
	color: #444444;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	color: #444444;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.wrapper {
	width: 100%;
}

.clear-both {
	clear: both;
}

.cp-header, .cp-topbar, .cp-logo-row, .cp-megamenu, .cp-featured-news-slider {
	width: 100%;
	float: left;
	margin-top: 0;
}
.m10 {
	margin-top: 10px;
}
.m20 {
	margin-top: 20px;
}
.m50 {
	margin-top: 50px;
}
.m30 {
	margin-top: 30px;
}

.m40 {
	margin-top: 40px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

h3 span{
	color: #259EBE;
	text-transform: uppercase;
}

.content-container{
	margin: 50px 0 0;
}
.cp-post-details .content-container {
	float: left;
	width: 100%;
}

.sectionSpacer {
	height: 1px;
	clear: both;
	display: block;
	margin: 0 0 24px 0;
}

/**************** Universal  Css End *******************/



/**************** Header Start *******************/

.cp-topbar {
	position: fixed;
	height: 40px;
	z-index: 1000;
}

.cp-topbar .social-bar-profile-bar {
	padding-left: 0;
}

.cp-topbar ul {
	margin: 0;
	padding: 0;
}
.cp-topbar ul li {
	display: inline-block;
	color: #fff;
}
.toplinks {
	font-size: 12px;
}
.toplinks li {
	line-height: 38px;
	list-style:none;
	padding:0 9px;
}

.toplinks li img {
	width: 90px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -90px;
	top: 5px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.toplinks li span {
	position: absolute;
	top: 2px;
	left: 30px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.toplinks li.visible img {
	opacity: 1;
	visibility: visible;
	left: 30px;
}

.toplinks li.visible span {
	left: 130px;
}

.toplinks li:first-child { padding-left:0;}

.cp-topbar a {
	color: #fff;
}
.cp-topsocial {
	line-height: 38px;
	margin-right: 20px;
}
.cp-topsocial li {
	display: inline-block;
	margin-right: 10px;
	margin-top:7px;
	overflow:hidden;
	border-radius:100%;
}
.cp-topsocial a {
	border: 1px solid #fff;
	height: 26px;
	width: 26px;
	text-align: center;
	line-height: 23px;
	border-radius: 100%;
	display: block;
	font-size: 14px;
}

.cp-topsocial a i {
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cp-topsocial a:hover i,
.cp-toptools li a:hover i, .cp-toptools li form:hover i {
	opacity: 0.6;
}

.cp-toptools li a, .cp-toptools li form {
	line-height: 40px;
/*	background: rgba(255,255,255,.2); */
	padding: 0 14px;
/*	font-size: 16px; */
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
}

.cp-toptools li form#logout {
	padding: 0;
/*	line-height: 35px; */
}

.cp-toptools li form#logout button {
	padding: 0 5px;
	line-height: 35px;
}

.cp-toptools li.label a {
	background: none;
	padding: 2px 5px 0;
	font-size: 11px;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cp-toptools li.label a:hover {
	opacity: 0.6;
}

.cp-toptools li.label {
	position: relative;
}

.cp-toptools li.label.top-menu-border::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 15px;
	top: 14px;
	right: -3px;
	background-color: #fff;
}

.cp-toptools li a i, .cp-toptools li form i {
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cp-toptools li form button {
	background: #259EBE;
	border: none;
	padding: 0;
}

.cp-toptools li.label {
	background: none;
	padding: 0;
	font-size: 11px;
}
.cp-logo-row {
	padding: 40px 0 24px;
}
.cp-logo-row .logo {
	margin-top: 23px;
	margin-left: 10px;
}

.cp-logo-row .cp-advertisement p {
	font-size: 12px;
}

.cp-logo-row .cp-advertisement .partner-logos {
	list-style-type: none;
	float: left;
	margin-bottom: 0;
}

.cp-logo-row .cp-advertisement .partner-logos li {
	padding: 3px;
	margin-right: 5px;
	float: left;
	width: 60px;
	height: 56px;
	display: table;
}

.cp-logo-row .cp-advertisement .partner-logos li:last-of-type {
	margin-right: 0;
}

.cp-logo-row .cp-advertisement .partner-logos li a {
	display: table-cell;
	vertical-align: middle;
}

.cp-logo-row .cp-advertisement .partner-logos li a img {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	width: 100%;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.cp-logo-row .cp-advertisement .partner-logos li a img:hover {
	opacity: 0.6;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	/*filter: gray; /!* IE6-9 *!/*/
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

#registrationAlertModal button.close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
}

#registrationAlertModal h5 {
	font-size: 20px;
}

/**************** Mobile menu *******************/

.mobile-menu {
	display: none;
	width: 100%;
	float: left;
	position: relative;
}

.mobile-menu .mobile-menu-header,
.mobile-menu .mobile-menu-fresh-articles-header,
.mobile-menu .mobile-menu-block-header {
	position: relative;
	height: 60px;
	padding: 10px 15px;
	background-color: #ccc;
	width: 100%;
	float: left;
}

.mobile-menu .mobile-menu-fresh-articles-header span:first-of-type {
	font-size: 20px;
	float: left;
	margin-top: 5px;
}

.mobile-menu .mobile-menu-fresh-articles-header span:last-of-type {
	cursor: pointer;
	float: right;
}

.mobile-menu .mobile-menu-header span i,
.mobile-menu .mobile-menu-fresh-articles-header span i,
.mobile-menu .mobile-menu-block-header span i {
	font-size: 30px;
	margin-top: 5px;
}

.mobile-menu .mobile-menu-block-header span:last-of-type {
	float: right;
	cursor: pointer;
}

.mobile-menu .mobile-menu-block-header span:first-of-type {
	font-size: 20px;
	margin-top: 5px;
	float: left;
}

.mobile-menu .mobile-menu-header span {
	font-size: 25px;
	cursor: pointer;
}

.mobile-menu .mobile-menu-header span:last-of-type {
	float: right;
	margin-top: 5px;
}

.mobile-menu .mobile-menu-fresh-articles,
.mobile-menu .mobile-menu-block {
	/*display: none;*/
	visibility: hidden;
	position: absolute;
	float: left;
	width: 100%;
	top: 0;
	z-index: 100;
	-webkit-transition: left ease-in-out 0.4s;
	-moz-transition: left ease-in-out 0.4s;
	-ms-transition: left ease-in-out 0.4s;
	-o-transition: left ease-in-out 0.4s;
	transition: left ease-in-out 0.4s;
}

.mobile-menu .mobile-menu-search {
	display: none;
	float: left;
	width: 100%;
	height: 51px;
	z-index: 100;
	position: relative;
	border-bottom: 1px solid #959595;
}

.mobile-menu .mobile-menu-search input {
	border: none;
	box-shadow: none;
	outline: none;
	height: 50px;
	padding: 0;
}

.mobile-menu .mobile-menu-search input[type="text"] {
	background-color: #f9f9f9;
	padding-left: 15px;
	display: inline-block;
	float: left;
	width: 80%;
}

.mobile-menu .mobile-menu-search input[type="submit"] {
	width: 20%;
	background-color: #259EBE;
}

.mobile-menu .mobile-menu-search span {
	position: absolute;
	right: 15px;
	transform: translateY(50%);
	font-size: 23px;
	color: #fff;
}

.mobile-menu .mobile-menu-fresh-articles-body,
.mobile-menu .mobile-menu-block-body {
	background-color: #f9f9f9;
	float: left;
	width: 100%;
	max-height: calc(100vh - 120px);
	overflow: auto;
}

.mobile-menu .mobile-menu-fresh-articles-body ul,
.mobile-menu .mobile-menu-block-body ul {
	list-style-type: none;
	padding: 20px 30px;
}

.mobile-menu .mobile-menu-fresh-articles-body ul li,
.mobile-menu .mobile-menu-block-body ul.features-menu li {
	padding: 10px 0;
}
.mobile-menu .mobile-menu-block-body ul.features-menu li {
	display: inline-block;
}

.mobile-menu .mobile-menu-fresh-articles-body ul li a {
	font-size: 18px;
	color: #494949;
	display: block;
	border-width: 0 0 0 5px;
	border-style: solid;
	padding-left: 10px;
}

.mobile-menu .mobile-menu-fresh-articles-body ul div.loadmore-holder {
	margin-top: 10px;
	margin-bottom: 40px;
}

.mobile-menu .mobile-menu-fresh-articles-body ul li:not(:last-of-type) {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.mobile-menu .mobile-menu-fresh-articles-body ul li a:hover,
.mobile-menu .mobile-menu-block-body ul.features-menu li a:hover,
.mobile-menu .mobile-menu-block-body p a:hover {
	color: #259EBE;
}

.mobile-menu .mobile-menu-block-body {
	border-top: 1px solid #959595;
}

.mobile-menu .mobile-menu-block-body p {
	padding: 20px 30px 0;
	margin-bottom: 0;
	font-size: 18px;
	color: #959595;
}

.mobile-menu .mobile-menu-block-body p.newsletter {
	padding: 20px 30px;
	margin: 0;
	border-bottom: 1px solid #959595;
}

.mobile-menu .mobile-menu-block-body p a {
	display: block;
	color: #494949;
	text-transform: uppercase;
}

.mobile-menu .mobile-menu-block-body ul {
	border-bottom: 1px solid #959595;
	margin: 0;
}

/*
.mobile-menu .mobile-menu-block-body ul.features-menu li:first-of-type {
	padding-top: 0;
}
*/

.mobile-menu .mobile-menu-block-body ul.features-menu li:last-of-type {
	padding-bottom: 0;
}

.mobile-menu .mobile-menu-block-body ul.features-menu li a {
	font-size: 18px;
	color: #494949;
	text-transform: uppercase;
	padding: 10px;
}

.mobile-menu .mobile-menu-block-body ul.channels-menu li {
	display: inline;
}

.mobile-menu .mobile-menu-block-body ul.channels-menu li a {
	display: inline-block;
	font: 500 14px/40px 'Roboto', sans-serif;
	padding: 0 13px;
	margin: 0 8px 12px 0;
	height: 39px;
	color: #fff;
	text-transform: uppercase;
}

.mobile-menu .mobile-menu-block-body .cp-topsocial {
	margin: 0;
	background-color: #e9e9e9;
}

.mobile-menu .mobile-menu-block-body .cp-topsocial ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.mobile-menu .mobile-menu-block-body .cp-topsocial ul li {
	margin: 0;
}

.mobile-menu .mobile-menu-block-body .cp-topsocial ul li a {
	border: 1px solid #959595;
	height: 45px;
	width: 45px;
}

.mobile-menu .mobile-menu-block-body .cp-topsocial ul li a i {
	color: #000;
	font-size: 22px;
	transform: translateY(50%);
}

.mobile-menu .mobile-menu-block-body .sponsors-container img {
	width: 100%;
}

.mobile-menu .mobile-menu-block-body .sponsors-container .sponsors {
	padding: 20px 30px;
	border-bottom: none;
}

.mobile-menu .mobile-menu-block-body .sponsors-container .sponsors .item {
	height: 150px;
	display: table;
}

@media screen and (max-width: 560px) {
	.mobile-menu .mobile-menu-block-body .sponsors-container .sponsors .item {
		height: 110px;
	}
}

@media screen and (max-width: 400px) {
	.mobile-menu .mobile-menu-block-body .sponsors-container .sponsors .item {
		height: 80px;
	}
}

.mobile-menu .mobile-menu-block-body .sponsors-container .sponsors .item a {
	display: table-cell;
	vertical-align: middle;
}

.mobile-menu .mobile-menu-header span:nth-of-type(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

	/**************** Mobile menu End *******************/


	/**************** Pretty photo *******************/

.pp_social .facebook {
	position: relative;
	background-color: #3B5998;
	border-radius: 3px;
	font-size: 13px;
	width: 60px;
	height: 20px;
}

.pp_social .facebook a {
	color: #fff;
	text-decoration: none;
	padding: 1px 0 1px 19px;
	display: block;
	font-size: 12px;
}

.pp_social .facebook i {
	color: #fff;
	position: absolute;
	left: 5px;
	top: 4px;
}

/**************** Pretty photo End *******************/


.cp-megamenu {
	/*border-top: 1px solid #cccccc;*/
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.21);
	position: relative;
	z-index: 999;
}
.cp-advertisement {
	text-align: right;
	width: auto;
	float: right;
	margin-top: 54px;
}

.sticky {
	position: fixed !important;
	width: 100%;
	left: 0;
	top: 40px;
	z-index: 9000;
	border-top: 0;
	background:#fff;
}

.cp-mega-menu .slogo {display:none;}

.sticky .cp-mega-menu .slogo {display:block;}

.cp-mega-menu .slogo img {margin:3px 0 0;}

.cp-mega-menu ul li {
	border-right: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cp-mega-menu ul li a {
	font-size: 17px;
}

.cp-mega-menu ul li:nth-last-child(2) a {
	border-right: none;
}

.cp-mega-menu ul.collapse.main-menu li:first-child a:first-child {
	pointer-events: none;
}

.cp-mega-menu ul.collapse.main-menu li:first-child ul.channels-menu a {
	pointer-events: auto;
}

.cp-mega-menu ul li a i {
	margin-right: 8px;
}

.cp-mega-menu ul li ul.channels-menu {
	visibility: collapse;
	opacity: 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
	top: 40px;
	border-top: 1px solid #ccc;
	position: absolute;
	background-color: white;
	left: 0;
	width: 100%;
	z-index: 2;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	/*-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;*/
}

.cp-mega-menu ul li ul.channels-menu .cp-thumb img {
	margin-bottom: 0;
	max-height: 165px;
	width: auto;
}

.cp-mega-menu ul li ul.channels-menu .cp-thumb img:hover {
	opacity: 1;
}

.cp-mega-menu ul li:first-child:hover ul.channels-menu {
	visibility: visible;
	opacity: 1;
	/*-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;*/
}

.cp-mega-menu ul li.active:hover ul.channels-menu {

}

	.cp-mega-menu ul li ul.channels-menu .categories-block{
		width: 43%;
		float: left;
		padding: 15px 35px 15px 18px;
	}

	.cp-mega-menu ul li ul.channels-menu .featured-posts-block {
		width: 50%;
		float: left;
		padding: 15px 0;
	}

		.cp-mega-menu ul li ul.channels-menu li ul.sub-menu a {
			display: inline-block;
			border: 1px solid #cccccc;
			font: 500 14px/40px 'Roboto', sans-serif;
			border-radius: 2px;
			padding: 0 13px;
			margin: 0 1px 5px 0;
			height: 39px;
			box-shadow: 0 0 0 0 rgba(0,0,0,.13);
			transition: box-shadow 0.2s ease-in-out;
			text-transform: uppercase;
			-webkit-transition: all ease-in-out 0.2s;
			-moz-transition: all ease-in-out 0.2s;
			-ms-transition: all ease-in-out 0.2s;
			-o-transition: all ease-in-out 0.2s;
			transition: all ease-in-out 0.2s;
		}

		.cp-mega-menu ul li ul.channels-menu li .featured-posts li {
			width: 50%;
			padding: 0;
		}
			.cp-mega-menu ul li ul.channels-menu li .featured-posts li .cp-post-content {

			}

				.cp-mega-menu ul li ul.channels-menu li .featured-posts li .cp-post-content h4 {
					margin: 0 0 0 20px;
					font-size: 12px;
					font-weight: 400;
				}

				.cp-mega-menu ul li ul.channels-menu li .featured-posts li .cp-post-content a {
					margin: 10px 0 0 20px;
					font-size: 17px;
					text-transform: uppercase;
					font-weight: 500;
					display: block;
					line-height: 25px;
				}

.cp-mega-menu ul li.search-bar {
	display: table-cell;
	transition: all ease-in-out 0.2s;
	padding: 6px 11px;
}

.cp-mega-menu ul li.search-bar  span {
	margin-right: 10px;
}

.cp-mega-menu ul li.search-bar.search-active {
	background-color: white;
	color: #259EBE;
}

.cp-mega-menu ul li.search-bar>i {
	vertical-align: middle;
	font-size: 28px;
}

.cp-mega-menu ul li.search-bar i.icon-search.mglass.cross::before{
	content: "\ea0f";
	transition: color ease-in-out 0.3s;
}

.cp-mega-menu ul li.search-bar ul {
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	width: 100%;
	top: 40px;
	background-color: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.cp-mega-menu ul li.search-bar ul li input[type="submit"] {
	background-color: #259EBE;
}

.cp-mega-menu ul li.search-bar ul li form i {
	color: white;
}

.cp-mega-menu ul li.search-bar ul input[type="text"] {
	box-shadow: none;
	height: 100%;
	padding: 22px 0;
	font: 400 26px/40px 'Roboto', sans-serif;
}
.cp-mega-menu ul li.search-bar ul .td-submit {
	width: 50px;
}

.cp-mega-menu ul li.search-bar ul input[type="submit"] {
	box-shadow: none;
	border: none;
	opacity: 1;
	background-color: transparent;
	text-align: center;
	width: 50px;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	float: right;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.cp-mega-menu ul li.search-bar ul i.submit {
	font-size: 30px;
	position: absolute;
	pointer-events: none;
	right: 9px;
	top: 22px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.cp-mega-menu ul li.search-bar ul input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
}
.cp-mega-menu ul li.search-bar ul input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #333;
}
.cp-mega-menu ul li.search-bar ul input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #333;
}
.cp-mega-menu ul li.search-bar ul input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #333;
}

/**************** Header End *******************/


/**************** Feedback popup Start *******************/

.alert.feedback {
	text-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
}

.alert.feedback.visible {
	opacity: 1;
	visibility: visible;
}

.feedback-popup-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	background-color: rgba(0,0,0,0.5);
}

.feedback-popup {
	position: fixed;
	top: -50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10001;
	background-color: white;
	padding: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.feedback-popup.visible {
	top: 50%;
}

.feedback-popup .feedback-title {
	margin-top: 0;
	margin-bottom: 20px;
	color: #259EBE;
}

.feedback-popup .feedback-text {
	font-size: 18px;
	margin-bottom: 0;
}

.feedback-popup .feedback-text a {
	color: #259EBE;
	font-weight: bold;
}

.feedback-popup #feedback-sending-form textarea {
	width: 100%;
	resize: none;
	padding: 5px;
	border-radius: 2px;
}

.feedback-popup #feedback-sending-form button[type='submit'] {
	height: 41px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font: 400 15px/40px 'Roboto', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0 55px;
	background-color: #259EBE;
	border: none;
}

/**************** Feedback popup End *******************/

.alert.cookie-info {
	position: fixed;
	bottom: -43px;
	left: 0;
	right: 0;
	margin: 0;
	background-color: #259EBE;
	z-index: 100000;
	padding: 10px 70px;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.alert.cookie-info.visible {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.alert.cookie-info p {
	color: white;
	margin: 0;
	font-size: 15px;
	text-align: center;
}

.alert.cookie-info p a {
	color: white;
	text-decoration: underline;
}

.alert.cookie-info button.close {
	opacity: 0.75;
	font-size: 17px;
	position: absolute;
	top: 7px;
	right: 15px;
	background-color: white;
	padding: 5px 15px;
	border-radius: 2px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}


@media screen and (max-width: 600px) {
	.alert.cookie-info {
		padding: 10px 70px 10px 10px;
	}

	.alert.cookie-info p {
		font-size: 13px;
		text-align: left;
	}
}


/**************** Featured Slider Start *******************/
.cp-featured-news-slider .featured-slider {
	display: none;
}

.cp-featured-news-slider .item, .cp-featured-news-slider .cp-post-thumb {
	position: relative;
}

.cp-category-list .cp-fullwidth-news-post-excerpt .channel-first-item-image {
	position: relative;
	margin-bottom: 10px;
}

.cp-featured-news-slider .cp-post-content,
.cp-category-list .cp-fullwidth-news-post-excerpt .cp-post-content.channel-first-item-header {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.80);
	width: 100%;
	padding: 40px 30px 26px;
	z-index: 99;
}

@media screen and (max-width: 768px) {
	.cp-featured-news-slider .cp-post-content {
		padding: 20px 30px 0;
	}
}

.cp-category-list .cp-fullwidth-news-post-excerpt .cp-post-content.channel-first-item-header {
	padding: 20px;
	color: #fff;
}

.cp-category-list .cp-fullwidth-news-post-excerpt .cp-post-content.channel-first-item-header h1 {
	font-size: 26px;
	margin: 0;
}

.cp-category-list .cp-fullwidth-news-post-excerpt .cp-post-content.channel-first-item-header a {
	color: #fff;
}

.cp-category-list .cp-fullwidth-news-post-excerpt .cp-post-content.channel-first-item-header i {
	color: #fff;
	margin-right: 3px;
}

.channel-first-item-image img {
	width: 100%;
}

.cp-category-list .cp-fullwidth-news-post-excerpt .channel-first-item-desc {
	font-size: 16px;
}

.cp-category-list .cp-fullwidth-news-post-excerpt .channel-first-item-desc a {
	color: #259EBE;
}

.cp-featured-news-slider .cp-post-content h1 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	margin: 0;
	/*line-height: 15px;*/
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
	.cp-featured-news-slider .cp-post-content h1 {
		font-size: 16px;
	}
}

.cp-featured-news-slider .cp-post-content h1 a {
	color:#fff;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cp-featured-news-slider .cp-post-content .cp-post-tools {
	margin: 0;
	padding: 0;
}
.cp-featured-news-slider .cp-post-content .cp-post-tools li {
	float: left;
	margin-right: 20px;
	color: #fff;
}
.cp-featured-news-slider .catname {
	position: absolute;
	top: -15px;
}
.cp-featured-news-slider .btn {
	padding: 5px 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 17px;
	border-radius: 2px;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	text-transform: uppercase;
	color: #fff;
}
.featured-slider img {
	width: 100%;
	height: auto;
}

/**************** Featured Slider End *******************/



/**************** Main content *******************/
.main-content {
	/*width: 100%;*/
	/*float: left;*/
	/*padding: 50px 0;*/
}
/**************** Main content *******************/


/**************** Typo Graphy *******************/
.section-title {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 25px
}
.section-title h2 {
	font: 700 30px/40px 'Roboto', sans-serif;
	margin: 0 10px 0 0;
	float: left;
	border-left: 5px solid #F58538;
	border-right: 1px solid #F58538;
	padding: 0 10px;
	text-transform: uppercase;
}



.section-title small {
	font: 400 14px/40px 'Roboto', sans-serif;
	color: #888888;
}
/**************** Typo Graphy End *******************/


/**************** General News Post  *******************/

.cp-fullwidth-news-post-excerpt, .cp-post, .cp-thumb, .cp-post-content, .news-post, .cp-news-post-excerpt {
	width: 100%;
	float: left;
	position: relative;
	clear: both;
	margin: auto;
}

/*.cp-post-content */ h3.information-title {
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
}

h3.information-page-title {
  font-size: 38px;
  line-height: 33px;
}


.cp-post-content .cp-thumb {
	margin-top: -8px;
	float: none;
}

.cp-post-content h1 {
	margin-top: 8px;
	margin-bottom: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 42px;
}

.cp-post-content h1.gallery-header {
	margin-top: 0;
}

.cp-post-content h1 a {
	text-decoration: none;
	color: #222;
}
.cp-post-content p {
	max-height: 115px;
	font-size: 16px;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.interviewlist .cp-post-content p {
	-webkit-line-clamp: 3;
}

.featured-articles .cp-post-content p {
	-webkit-line-clamp: 3;
}

.interviewlist .cp-post-content p + a,
.featured-articles .cp-post-content p + a {
	color: #259EBE;
}

.item.information .cp-post-content p {
	max-height: unset;
	display: block;
}

.item.information .cp-post-content p.text {
	margin-bottom: 20px;
}

.cp-post-content p.introduction {
	overflow: visible;
	display: block;
	-webkit-line-clamp: 1;
	max-height: 100%;
}

.cp-post-content p.gallery-paragraph {
	-webkit-box-orient: unset;
	-webkit-line-clamp: 1;
	max-height: unset;
	margin-top: 25px;
	line-height: 23px;
}

.cp-thumb iframe {
	width: 100%;
	border: 0;
	min-height: 350px;
}
.cp-fullwidth-news-post-excerpt .owl-theme .owl-controls {
	position: absolute;
	top: 35%;
	z-index: 999;
	left: 0;
	width: 100%;
}

/***************** General News Post End  ******************/





/********************* Info Directory **********************/

h2.infoHeading {
	margin-bottom: 30px;
}

/******************* Info Directory End ********************/




/**************** News Simple Grid 1 *******************/

.cp-thumb img {
	width: 100%;
	height: auto;
}

.banner {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px;
}

.banner img {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 2px;
}

.cp-news-grid-style-1 .grid {
	margin: 0;
	padding: 0;
}

.cp-news-grid-style-1.classifieds h1 {
	margin-top: 48px;
	margin-bottom: 48px;
	font-size: 34px;
}

.cp-news-grid-style-1.events {}

	.cp-news-grid-style-1.events .cp-news-post-excerpt {
		height: 360px;
	}

	.cp-news-grid-style-1.events .cp-news-post-excerpt .cp-post-content p.map-location {
		font-size: 14px;
	}
		.cp-news-grid-style-1.events .cp-news-post-excerpt .cp-post-content p.map-location i {
			color: red;
			font-size: 25px;
			padding: 0 5px 0 0;
		}
		.cp-news-grid-style-1.events .cp-news-post-excerpt .cp-post-content p.map-location span {
			vertical-align: text-bottom;
		}

.cp-news-grid-style-1 .grid li {
	list-style: none;
}
.cp-news-grid-style-1 .cp-news-post-excerpt,
.cp-category-list .interviewlist .cp-news-post-excerpt {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	position: relative;
	min-height: 320px;
}

.cp-news-grid-style-1 .grid li:not(:first-child) .cp-news-post-excerpt:not(.few-text) {
	height: 340px;
}

.cp-news-grid-style-1.classifieds .cp-news-post-excerpt {
	min-height: 358px;
}

.cp-news-grid-style-1.classifieds .cp-news-post-excerpt .cp-post-tools {
	margin-top: -8px;
	margin-bottom: 15px;
}

.cp-news-grid-style-1 .cp-news-post-excerpt.few-text {
	height: 428px;
}

.cp-news-grid-style-1 .cp-news-post-excerpt .cp-post-content,
.cp-category-list .interviewlist .cp-news-post-excerpt .cp-post-content {
	padding: 0 20px 20px 20px;
	width: 100%;
}
.cp-news-grid-style-1 .cp-news-post-excerpt h3 {
	margin: 0;
	margin-top: -2px;
	color: #222222;
	font: 500 25px/5px 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 29px;
}

.cp-news-grid-style-1.classifieds.container .cp-news-post-excerpt h3 {
	font-size: 20px;
}

.cp-news-grid-style-1 .col-md-6 .cp-news-post-excerpt h3 {
	font-size: 21px;
	line-height: 25px;
	margin-top: -10px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 3;
	-moz-box-orient: unset;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
}

.cp-news-grid-style-1.featured-articles .col-md-6 .cp-news-post-excerpt h3 {
	-webkit-line-clamp: 3;
}

.cp-news-grid-style-1 .cp-news-post-excerpt h3 a {
	text-decoration: none;
	color: #222;
}
.cp-news-grid-style-1 .cp-news-post-excerpt .catname {
	position: relative;
	top: -15px;
	z-index: 99;
	overflow: hidden;
/*	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);*/
}

.cp-news-grid-style-1 .col-md-6 .cp-news-post-excerpt .cp-thumb img {
	max-width: 360px;
	max-height: 220px;
}

.cp-news-grid-style-1 .col-md-12 .cp-news-post-excerpt .cp-thumb img {
	max-height: 298px;
}

.cp-news-grid-style-1 .col-md-12 .cp-news-post-excerpt .cp-post-content {
	padding: 0;
}

.cp-news-grid-style-1 .col-md-12 .cp-news-post-excerpt .catname {
	padding: 0 20px;
}

.cp-news-grid-style-1 .col-md-12 .cp-news-post-excerpt {
	border: none;
}

.cp-news-grid-style-1 .col-md-12 .cp-news-post-excerpt.first .cp-post-content p a{
	color: #259EBE;
}

.catname {
	display: inline-block;
}
.catname-btn {
	border-radius: 2px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	color: #fff;
	display: block;
	font: 900 17px/30px "Roboto", sans-serif;
	height: 30px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.catname-btn {
		font-size: 14px;
	}
}

.catname-btn.recomm-blue {
	background-color: #259EBE;
}

.catname-btn.request-orange {
	background-color: #FFB11A;
}

.catname-btn:hover {
	color: #fff;
}
.cp-post-tools {
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 0 15px 0 0;
	/*width: 100%;*/
	/*clear: both;*/
}

.cp-post-tools.gallery-post-tools {
	padding-left: 15px;
}

.cp-post-tools li {
	list-style: none;
	display: inline-block;
	margin-right: 14px;
	color: #888888;
	font-size: 14px;
	line-height: 24px;
}
.cp-post-tools li:last-child {
	margin: 0;
}
.cp-post-tools .fa {
	font-size: 16px;
}
.cp-news-post-excerpt:hover img {
	transform: scale(1.05);
}
.cp-news-post-excerpt .owl-theme .owl-controls {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 35%;
}
/**************** News Simple Grid 1 End *******************/




/**************** News Simple Grid 2 Start *******************/
.cp-news-grid-style-2, .small-grid, .small-post {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
}
.small-grid, .small-post {
	margin: 0;
}
.cp-news-grid-style-2 li {
	list-style: none;
}
.cp-news-grid-style-2 .small-post {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.small-grid .cp-thumb {
	width: 83px;
	float: left;
	margin-right: 15px;
	border-radius: 2px;
	overflow: hidden;
	z-index: 1;
}
.small-grid .cp-post-content {
	float: none;
	width: auto;
	clear: none;
}
.small-grid .cp-post-content h3 {
	margin: 0 0 13px 0;
	font: 500 17px/20px 'Roboto', sans-serif;
}
.small-grid .cp-post-content .cp-post-tools {
	clear: none;
}
.cp-news-grid-style-2 .cp-fullwidth-news-post-excerpt {
	width: 100%;
	float: left;
	border-bottom: #cccccc solid 1px;
	margin-bottom: 20px;
}
.cp-news-grid-style-2 .cp-fullwidth-news-post-excerpt h3 {
	font: 500 23px/25px 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 33px 0 9px 0;
}
.cp-news-grid-style-2 .cp-fullwidth-news-post-excerpt p {
	margin: 5px 0 18px;
	color: #444444;
	line-height: 21px;
}
.cp-news-grid-style-2 a {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.cp-news-grid-style-2 .cp-news-list h3 {
	margin-bottom: 20px;
}
.cp-news-grid-style-2 .cp-news-list h3 a.readmore {
	color: #1b9cc2;
}
/**************** News Simple Grid 2 End *******************/


/**************** News Simple Grid 3 Start *******************/

.cp-news-grid-style-3 {
	width: 100%;
	float: left;
	clear: both;
}
.cp-news-grid-style-3 .grid-holder {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 30px 30px 0;
	margin-bottom: 30px;
}
.cp-news-grid-style-3 .grid-holder ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.cp-news-grid-style-3 .grid-holder ul {
	list-style: none;
}
.cp-news-grid-style-3 .grid-holder .cp-thumb {
	margin-bottom: 11px;
}
.cp-news-grid-style-3 h3 {
	font: 500 16px/22px 'Roboto', sans-serif;
	margin: 0;
}
.cp-news-grid-style-3 h3 a {
	color: #222;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.loadmore-holder {
	width: 100%;
	float: left;
	margin-top: 55px;
	/*margin-bottom: 20px;*/
	margin-bottom: 72px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.loadmore-holder.galleries {
	margin: 0 0 22px;
}

.loadmore-holder.homepage {
	margin: 0 0 30px;
}

.loadmore, .load, .jump, .back-to-page {
	height: 41px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	font: 400 15px/40px 'Roboto', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	display: inline-block;
	padding: 0 22px;
}
.loadmore.home, .sidebar .jump.home, .jump.home {
	padding: 0 55px;
}

.sidebar .jump.home {
	font: 400 15px/40px 'Roboto', sans-serif;
	margin: 0;
}

.loadmore.gallery-pic-load {
	transform: translateX(-75%);
}

.back-to-page {
	float: left;
	margin-left: 15px;
}

.cp-news-grid-style-2 a.loadmore {
	color: #fff;
}

.cp-news-grid-style-2 a.loadmore:hover {
	color: #23527c;
}

/**************** News Simple Grid 3 End *******************/


/**************** News Simple Grid 4 Start *******************/
.cp-news-grid-style-4 {
	width: 100%;
	float: left;
	clear: both;
}
.cp-news-grid-style-4 h1 {
	margin-top: 0px;
}
.cp-news-grid-style-4 .grid {
	margin: 0;
	padding: 0;
}
.cp-news-grid-style-4 .grid li {
	list-style: none;
}
.cp-news-grid-style-4 .cp-fullwidth-news-post-excerpt {
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.cp-news-grid-style-4 .cp-fullwidth-news-post-excerpt .cp-post-content {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.8);
	padding: 0 20px 15px;
}
.cp-news-grid-style-4 .cp-fullwidth-news-post-excerpt .cp-post-content h3 {
	margin: 0;
	font: 500 20px/21px 'Roboto', sans-serif;
	text-transform: uppercase;
}
.cp-news-grid-style-4 .cp-fullwidth-news-post-excerpt .cp-post-content h3 a, .cp-news-grid-style-4 .cp-post .cp-post-content h3 a {
	color: #fff;
}
.cp-news-grid-style-4 .cp-fullwidth-news-post-excerpt .cp-post-tools li, .cp-news-grid-style-4 .cp-post .cp-post-content .cp-post-tools li {
	color: #fff;
}
.cp-news-grid-style-4 .cp-post-rating {
	background: #fff;
	display: inline-block;
	border-radius: 2px;
	font-size: 15px;
	padding: 7px 15px 6px;
	position: relative;
	top: -15px;
}
.cp-news-grid-style-4 .cp-post-rating a {
	text-decoration: none;
}
.cp-news-grid-style-4 .cp-post {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 2px;
}
.cp-news-grid-style-4 .cp-post img {
	width: 100%;
	height: auto;
}
.cp-news-grid-style-4 .cp-post .cp-post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.80);
	width: 100%;
	padding: 0 20px 15px;
}

.cp-news-grid-style-4 .cp-post .cp-post-content.movies-list p {
	color: white;
	opacity: 0.8;
}

.cp-news-grid-style-4 .cp-post .cp-post-content.movies-list h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.cp-news-grid-style-4 .cp-post .cp-post-content h3 {
	margin: 0;
	font: 500 16px/21px 'Roboto', sans-serif;
}

.cp-news-grid-style-4 .cp-post .cp-post-content h3:only-child {
	margin-top: 15px;
}

.cp-news-grid-style-4 article.movie-list:nth-of-type(odd) li {
	padding-left: 0;
}

.cp-news-grid-style-4 article.movie-list:nth-of-type(even) li {
	padding-right: 0;
}

.cp-news-grid-style-4 .row.movies-filter {
	margin: 0;
}

.cp-news-grid-style-4 .movie-recommend-widget {
	background-color: #259EBE;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.cp-news-grid-style-4 .movie-recommend-widget .left-side {
	display: inline-block;
	float: left;
	width: 100%;
}

.cp-news-grid-style-4 .movie-recommend-widget .left-side p.custom-movie-text {
	color: white;
	font-size: 20px;
	font-weight: 300;
	padding: 15px 80px;
	text-align: center;
	margin: 0;
}

.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker {
	text-align: center;
}

.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker div:not(:nth-of-type(4n)) {
	border-right: 1px solid white;
	padding-bottom: 20px;
}

.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker img {
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker img.picked {
	display: none;
}

.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker ul {
	position: absolute;
	display: none;
	background-color: #49C0E2;
	z-index: 1;
	padding: 0;
	text-align: left;
	left: 0;
	top: 68px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	list-style-type: none;
}

.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker ul li {
	padding: 5px 6px;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker ul li:hover {
	background-color: #259EBE;
	color: white;
}

.cp-news-grid-style-4 .movie-recommend-widget .submit {
	display: none;
	opacity: 0;
	background-color: #F58538;
	position: absolute;
	padding: 10px;
	float: left;
	width: 13%;
	bottom: 0;
	top: 0;
	right: 0;
	pointer-events: all;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cp-news-grid-style-4 .movie-recommend-widget .submit p {
	color: white;
	opacity: 0.9;
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	padding: 2px 0;
	/*border-radius: 3px;*/
	/*border: 1px solid white;*/
}

/*.cp-news-grid-style-4 .movie-recommend-widget .submit.movielist-opened {
	background-color: #48b0cd;
}

.cp-news-grid-style-4 .movie-recommend-widget .submit.movielist-opened:hover {
	background-color: transparent;
}*/

.cp-news-grid-style-4 .movie-recommend-widget .submit.movielist-opened img {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*.cp-news-grid-style-4 .movie-recommend-widget .submit:hover {
	background-color: #48b0cd;
}*/

.cp-news-grid-style-4 .movie-recommend-widget .submit.disabled {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	pointer-events: none;
}

.cp-news-grid-style-4 .movie-recommend-widget .submit img {
	position: absolute;
	top: 47px;
	width: 45%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.cp-news-grid-style-4 #movies-list-container {
	width: 100%;
	float: left;
	display: none;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);*/
	border: 1px solid rgba(0,0,0,0.1);
}

.cp-news-grid-style-4 #movies-list-container .movies-list-info {
	display: block;
	float: left;
	margin-bottom: 40px;
	font-size: 16px;
	border-left: 5px solid #259EBE;
	padding: 0 10px;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-info a {
	color: #259EBE;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc {
	position: relative;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-text h3 {
	margin-bottom: 12px;
	margin-top: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-text .cp-post-rating {
	padding-left: 0;
	color: #259EBE;
	top: -11px;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-img {
	width: 23%;
	display: inline-block;
	float: left;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-img img {
	width: 100%;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-text {
	display: inline-block;
	width: 77%;
	padding: 20px 30px;
}
.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-text .desc-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
	margin-top: -14px;
	line-height: 23px;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates {
	/*display: inline-block;*/
	position: absolute;
	bottom: 0;
	right: 0;
	width: 77%;
	/*float: right;*/
	margin-bottom: 0;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-container {
	margin: auto;
	text-align: center;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-header {
	display: inline-block;
	float: left;
	background-color: #259EBE;
	color: white;
	padding: 7px;
	font-size: 18px;
	font-weight: 500;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-header:nth-child(2) {
	background-color: #48b0cd;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-days {
	float: left;
	padding: 8px 0 5px;
	background-color: #f2f2f2;
	vertical-align: middle;
	font-size: 27px;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-days.hasShow {
	background-color: #48b0cd;
	color: white;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-days.hasShow:hover {
	opacity: 0.8;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-days.hasShow p,
.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-days.hasShow.opened {
	color: white;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-days.hasShow.opened {
	position: relative;
	background-color: #F58538;
	color: white;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-days.hasShow.opened::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #F58538;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates .date-days p {
	font-size: 15px;
	font-weight: 300;
	margin: 0;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location {
	display: none;
	width: 100%;
	float: left;
	margin-top: 7px;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.cinema {
	width: 35%;
	float: left;
	z-index: 1;
}

.cinema-map {
	display: none;
	width: 100%;
	height: 300px;
	float: left;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.cinema a.cinema-map-trigger {
	position: absolute;
	top: 3px;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.cinema a.cinema-map-trigger i.cinema-map-ext {
	font-size: 23px;
	color: red;
	margin-left: 10px;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.cinema a.cinema-map-trigger.opened {
	color: crimson;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.cinema,
.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.time {
	padding: 10px 15px;
	position: relative;
	font-size: 15px;
	margin: 0;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.time {
	box-shadow: 0 2px 2px -2px #ccc;
}

.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.time span {
	background-color: #F58538;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 2px 5px;
	margin-right: 10px;
	color: white;
}

@media screen and (max-width: 767px) {
	.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.time span {
		margin-bottom: 5px;
	}

	.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.time {
		padding: 25px 15px 15px;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .left-side p.custom-movie-text {
		padding: 15px;
		font-size: 18px;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker div:not(:nth-of-type(4n)) {
		border-right: none;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker div:last-of-type {
		padding-bottom: 20px;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .submit {
		display: block;
		opacity: 1;
		position: relative;
		text-align: center;
		width: 100%;
		margin-top: 10px;
		border-top: 1px solid white;
		background-color: #F58538;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .submit p {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .submit img {
		position: relative;
		width: 30px;
		top: unset;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker ul {
		width: 200%;
		height: 146px;
		overflow: scroll;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker ul.movie-select {
		position: absolute;
		display: none;
		background-color: #49C0E2;
		z-index: 1;
		padding: 0;
		text-align: left;
		left: 0;
		top: 0;
		margin: 0 auto;
		font-size: 14px;
		font-weight: 500;
		line-height: 16px;
		list-style-type: none;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker ul.date-select {
		top: 0;
		left: -100%;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker ul.location-select {
		top: -100%;
		left: 0;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker ul.time-select {
		top: -100%;
		left: -100%;
	}

	.cp-news-grid-style-4 .movie-recommend-widget .left-side .movie-picker ul li {
		padding: 10px 15px;
	}

	.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-text {
		padding: 10px;
	}

	.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-text .desc-text {
		line-height: 18px;
		-webkit-line-clamp: 3;
	}

	.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-desc .movie-dates {
		width: 100%;
		position: relative;
	}

	.cp-news-grid-style-4 #movies-list-container .movies-list-content .movie-location p.cinema {
		width: 100%;
	}

	.cp-news-grid-style-4 article.movie-list:nth-of-type(odd) li {
		padding-right: 0;
	}

	.cp-news-grid-style-4 article.movie-list:nth-of-type(even) li {
		padding-left: 0;
	}
}


	/**************** News Simple Grid 4 End *******************/


/**************** News Simple Grid 5 Start *******************/
.cp-news-grid-style-5, .cp-news-grid-style-5 .cp-news-list {
	width: 100%;
	float: left;
	clear: both;
}
.cp-news-grid-style-5 .cp-news-list {
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.cp-news-grid-style-5 .cp-news-list.last {
	margin-bottom: 45px;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .cp-news-list {
	margin-bottom: 17px;
	padding-bottom: 17px;
	overflow: hidden;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ccc;
}

.cp-news-grid-style-5 .cp-news-list li {
	list-style: none;
}
.cp-news-grid-style-5 .cp-news-list ul {
	margin: 0;
	padding: 0;
}
.cp-news-grid-style-5 .cp-news-list ul .col-md-6 {
	padding: 0;
}
.cp-news-grid-style-5 .cp-news-list img {
	width: 100%;
	height: auto;
}
.cp-news-grid-style-5 .cp-news-list h3 {
	margin: 0 0 13px 0;
	padding: 0;
	font: 500 20px/25px 'Roboto', sans-serif;
	/*text-transform: uppercase;*/
}

.cp-news-grid-style-5.cp-news-grid-style-2 .cp-news-list h3 {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.cp-news-grid-style-5 .cp-news-list h3 a {
	color: #222;
}
.cp-news-grid-style-5 .cp-news-list .cp-thumb {
	margin-right: 15px;
}
.cp-news-grid-style-5 .cp-news-list .cp-post-content {
	padding: 30px;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .cp-news-list .cp-post-content {
	padding: 0 25px;
}

.cp-news-grid-style-5 .cp-news-list .cp-post-content a.readmore,
.cp-category-list .cp-news-list .row .cp-post-content.interview-preview a.readmore {
	margin: 5px 0;
	color: #1b9cc2;
	font: 500 18px/23px 'Roboto', sans-serif;
	display: block;

}
.cp-news-grid-style-5 .cp-news-list p {
	margin: 0;
	padding: 0;
	font: 400 16px/23px 'Roboto', sans-serif;
	color: #444444;
}

.cp-news-grid-style-5 .cp-news-list p + a {
	color: #259EBE;
}

.cp-news-grid-style-5 .cp-news-list .cp-post-content.interview-preview p {
	max-height: unset;
	overflow: visible;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}


.cp-news-grid-style-5 .cp-news-list .cp-post-tools {
	margin: 8px 0 9px 0;
}

.cp-news-list.sponsor-page h3 {
	margin-top: 0;
}

.cp-news-list.sponsor-page p {
	margin-bottom: 20px;
	max-height: unset;
	overflow: visible;
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}

.cp-news-list.sponsor-page p.introduction {
	font-weight: 500;
}

.cp-news-list.sponsor-page .sponsor-contact .contact-title {
	font-weight: 500;
}

.cp-news-list.sponsor-page .sponsor-contact p {
	margin-bottom: 5px;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-body .grid.information {
	padding: 0;
	margin: 0;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information {
	display: inline-table;
	padding: 0;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-default {
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-default .panel-heading {
	background: #259EBE;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-heading h3 {
	margin: 0;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-heading h3 a {
	display: block;
	position: relative;
	padding: 15px 22px;
	color: white;
	font-size: 18px;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-heading h3 a .size {
	position: absolute;
	right: 22px;
	color: white;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-heading h3 a .close-icon {
	display: none;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-heading h3 a .open-icon,
.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-heading h3 a .close-icon {
	margin-right: 6px;
	color: white;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-heading h3 a[aria-expanded=true] .close-icon {
	display: inline-block;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-heading h3 a[aria-expanded=true] .open-icon {
	display: none;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .panel-group.information .panel-body {
	padding: 9px 20px;
	max-height: 500px;
	overflow: auto;
	border: 1px solid #ccc;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.single-item {
	width: 100%;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.single-item .small-post img {
	margin: 10px 0;
	max-width: 100%;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information:nth-of-type(2n+3) {
	clear: left;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.more-items {
	overflow: hidden;
	height: 320px;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.more-items .opened {
	width: 95%;
	display: none;
	position: absolute;
	z-index: 2;
	top: -34px;
	left: 5px;
	padding: 20px;
	margin-top: 10px;
	background-color: white;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.more-items .opened h3.information-title {
	padding-left: 30px;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.more-items .opened ul.grid.information {
	/*width: 100%;*/
	height: unset;
	padding-left: 30px;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.more-items .opened ul.grid.information li {
	/*width: 50%;*/
	float: left;
}

/*.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.more-items .opened ul.grid.information li.right {
	float: right;
}*/

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.more-items .opened a.less-information {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #259EBE;
	cursor: pointer;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information.more-items .opened a.less-information i.icon-cross {
	pointer-events: none;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information li {
	width: 100%;
	padding: 0;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information li p {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	font-weight: 500;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information li p.information-text {
	margin-top: 10px;
}

.cp-news-grid-style-5.cp-news-grid-style-2 .grid.information a.more-information {
	padding: 0;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 500;
	color: #259EBE;
	text-decoration: none;
	cursor: pointer;
}

/**************** News Simple Grid 5 End *******************/


/**************** Pagination *******************/

.pagination-holder {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 11px;
}
.pagination-holder nav {
	text-align: center;
	background: none;
	box-shadow: none;
	height: inherit;
	line-height: inherit;
}
.pagination-holder nav ul {
	margin: 0 0 20px;
	padding: 0;
}
.pagination-holder nav ul li:hover, nav ul li.active {
	border-radius: 100%;
	background: none;
}
.pagination-holder nav ul li {
	margin-left: 8px;
	display: inline-block;
}
.pagination-holder .pagination > li > a, .pagination-holder .pagination > li > span, .pagination-holder .pagination > li:first-child > a, .pagination-holder .pagination > li:first-child > span, .pagination-holder .pagination > li:last-child > a, .pagination-holder .pagination > li:last-child > span {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 0 solid #ddd;
	color: #222222;
	float: left;
	margin-left: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	box-shadow: 0 0 3px rgba(0,0,0,.20);
	font: 400 15px/40px 'Roboto', sans-serif;
}
.pagination-holder .pagination > .active > a, .pagination-holder .pagination > .active > span, .pagination-holder .pagination > .active > a:hover, .pagination-holder .pagination > .active > span:hover, .pagination-holder .pagination > .active > a:focus, .pagination-holder .pagination > .active > span:focus {
	color: #fff;
}
/**************** Pagination End *******************/




/**************** Sidebar Widgets Start *******************/


.sidebar .widget {
	width: 100%;
	float: left;
	clear: both;
/*	margin-top: -10px */
	margin-top: 10px !important;
	margin-bottom: 40px;
}

.sidebar .widget:last-child {
	/*margin: 0;*/
}

.sidebar .widget.sidebar-video .loadmore-holder{
	margin: 0;
}

.sidebar .widget .cp-sidebar-content {
	border-top: 1px solid #ccc;
	clear: both;
}

.sidebar .widget.sidebar-sponsor .cp-sidebar-content {
	padding: 10px;
	border: 1px solid #ccc;
}

.sidebar .widget.sidebar-sponsor .side-title {
	text-transform: uppercase;
}

.widget.sidebar-advertisement .cp-sidebar-content {
	padding: 6px;
	border: 1px solid #ccc;
}

.widget.sidebar-advertisement .cp-sidebar-content iframe {
	width: 100%;
	/*height: unset;*/
}

.widget.sidebar-advertisement .cp-sidebar-content p {
	margin: 0;
}

.widget.sidebar-sponsor .cp-sidebar-content img,
.widget.sidebar-advertisement .cp-sidebar-content img {
	width: 100%;
}

.widget.sidebar-advertisement .cp-sidebar-content img {
	height: auto;
}

.col-md-8 .widget.sidebar-advertisement {
	margin-bottom: 30px;
}

.sidebar .widget.tags-widget .cp-sidebar-content {
	border-top: none;
	clear: both;
}

.sidebar .widget div.side-title {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	padding-left: 0;
}
.sidebar .widget div.side-title h3 {
	font: 700 20px/23px 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding-left: 12px;
	padding-right: 8px;
	border-left: 5px solid #259EBE;
	border-right: 1px solid #259EBE;
	color: #222222;
	float: left;
}
.sidebar .widget div.side-title small {
	font: 400 14px/23px 'Roboto', sans-serif;
	color: #888888;
	margin: 0 0 15px;
	padding-left: 8px;
}

/*** Newsletter ***/
.sidebar .widget .cp-newsletter-holder {
	/*border-radius: 2px;*/
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 20px;
}

.sidebar .widget .cp-newsletter-holder.story, .sidebar .widget .cp-newsletter-holder.singles{
	padding-top: 30px;
}

.sidebar .widget .cp-newsletter-holder p {
	width: 90%;
	color: black;
	font-size: 16px;
}

.sidebar .widget .cp-newsletter-holder.story p:first-child {
	margin-bottom: 10px;
}

.sidebar .widget .cp-newsletter-holder .input-group {
	width: 100%;
	float: left;
	position: relative;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input {
	display: inline-block;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input button {
	width: 100%;
	padding: 0;
	font-size: 16px;
	margin: 22px 0 0;
	text-transform: uppercase;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input .label-group {
	width: 40%;
	float: left;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input .input-group {
	width: 60%;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input input,
.sidebar .widget .cp-newsletter-holder .input-group.singles-input select {
	width: 100%;
	height: 22px;
	margin-bottom: 10px;
	border: none;
	box-shadow: none;
	font-size: 13px;
	color: #666;
	background-color: #e4e4e4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.newsletters-list-header{
	color: #259EBE;
	padding: unset;
}

.newsletters-list-last{
	margin-bottom: 1px;
}

.newsletters-list-item{
	padding-bottom: 10px;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input select{
	padding: 0;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input input.age-from,
.sidebar .widget .cp-newsletter-holder .input-group.singles-input input.age-to {
	width: 45%;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input input.age-to {
	float: right;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input .label-group i {
	color: #a6a6a6;
	font-size: 20px;
	margin-right: 5px;
}

.sidebar .widget .cp-newsletter-holder .input-group.singles-input .input-group i {
	color: #666;
	font-size: 6px;
	margin-left: 7px;
}

.sidebar .widget .cp-newsletter-holder .form-control {
	background: #fff none;
	border: 0 solid #ccc;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.50);
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 78%;
	float: left
}
.sidebar .widget .cp-newsletter-holder .btn.btn-submit {
	border: 0;
	color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0,0,0,.20);
	height: 40px;
	padding: 0 15px;
	width: 100%;
	font-size: 17px;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.sidebar .widget .cp-newsletter-holder .btn.btn-submit i {
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	margin-left: 5px;
}

.sidebar .widget .cp-newsletter-holder .btn.btn-submit:hover i,
.sidebar .widget .cp-newsletter-holder .btn.btn-submit:hover {
	color: #23527c;
}

.sidebar .widget .cp-newsletter-holder .btn.btn-submit.story-sender {
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.sidebar .widget .cp-newsletter-holder .btn.btn-submit.story-sender:hover {
	color: #23527c;
}

/*** Newsletter End ***/

/*** sidebar-textwidget ***/
.sidebar-textwidget p {
	font: 400 14px/24px 'Roboto', sans-serif;
	color: #444444;
	margin: 0;
}
/*** sidebar-textwidget End ***/

/*** Featured Slider Sidebar ***/

.side-featured-slider {
	position: relative;
	width: 100%;
	float: left;
}
.sidebar-featured-post .item {
	width: 100%;
	float: left;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.sidebar-featured-post .item img {width:100%; height:auto;}

.sidebar-featured-post .item .cp-post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.80);
	padding: 28px 20px 20px;
	width: 100%;
}
.sidebar-featured-post .item .cp-post-content h3 {
	font: 500 16px/16px 'Roboto', sans-serif;
}
.sidebar-featured-post .item .cp-post-content h3 a {
	color: #fff;
}
.sidebar-featured-post .item .cp-post-content .catname {
	position: absolute;
	top: -11px;
}
.sidebar-featured-post .owl-theme .owl-controls .owl-nav div.owl-prev, .sidebar-featured-post .owl-theme .owl-controls .owl-nav div.owl-next {
	width: 30px;
	height: 30px;
	text-align: center;
	box-shadow: 0 0 3px rgba(0,0,0,.20);
	border-radius: 3px;
	background: #fff;
	font-size: 0;
	float: none;
}
.sidebar-featured-post .owl-theme .owl-controls .owl-nav div.owl-prev:after {
	content: "\f104";
	font-size: 18px;
	font-family: FontAwesome;
	color: #0f0f0f;
}
.sidebar-featured-post .owl-theme .owl-controls .owl-nav div.owl-next:after {
	content: "\f105";
	font-size: 18px;
	font-family: FontAwesome;
	color: #0f0f0f;
}
/*** Featured Slider Sidebar ***/



/*** Popular Posts ***/
.sidebar .popular-post .small-grid, .sidebar .latest-posts .small-grid {
	margin: 0;
	padding: 0;
}
.sidebar .popular-post .small-grid>li, .sidebar .latest-posts .small-grid>li {
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #ccc solid 1px;
	width: 100%;
	float: left;
}


.sidebar .popular-post .small-grid>li:last-child, .sidebar .latest-posts .small-grid>li:last-child, .sidebar .popular-post .small-post, .sidebar .latest-posts .small-post {
	margin: 0;
	padding: 0;
	border: 0;
}
.sidebar .popular-post .small-grid h3 a, .sidebar .latest-posts .small-grid h3 a {
	color: #222;
}
/*** Popular Posts End ***/
.sidebar-video iframe {
	width: 100%;
	border: 0;
	min-height: 250px;
	border-radius: 3px;
}

.sidebar-video a {
	font: normal 500 16px/20px 'Roboto', sans-serif;
	color: #222;
}
.sidebar-video a:hover {
	color: #1b9cc2;
}

.sidebar .most-commented ul {
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar .most-commented ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
	float: left;
	position: relative;
	/*margin: 5px 0 0 0;*/
	width: 100%;
}

.sidebar .most-commented ul li a {
	font: normal 500 16px/20px 'Roboto', sans-serif;
	color: #222;
	margin: 3px 0;
	padding: 10px 12px;
	border-left: 5px solid;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.sidebar .most-commented ul li a.no-border {
	border: none;
	padding-left: 0;
}

.sidebar .most-commented a {
	color: #1b9cc2;
	font: normal 500 16px/20px 'Roboto', sans-serif;
	margin: 3px 0;
	padding: 10px;
	float: left;
}

.sidebar .most-commented .loadmore-holder,
.sidebar .widget.sidebar-video .loadmore-holder {
	margin: 30px 0 0;
}

.sidebar .most-commented .loadmore-holder.suggest-event {
	margin-top: 0;
}

.sidebar .most-commented .loadmore-holder a.jump.home,
.sidebar .sidebar-video .loadmore-holder a.jump.home {
	color: white;
	font-weight: 400;
	float: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.sidebar .most-commented .loadmore-holder a.jump.home:hover,
.sidebar .sidebar-video .loadmore-holder a.jump.home:hover {
	color: #23527c;
}

.sidebar .most-commented ul li a span {
	color: #1b9cc2;
}

.sidebar .most-commented ul li i {
	float: right;
	width: 40px;
	height: 30px;
	font: normal 500 16px/30px 'Roboto', sans-serif;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	position:absolute;
	top:0;
	right:0;
}
.sidebar .top-authors .authors {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.sidebar .top-authors .authors li {
	float: left;
	width: 83px;
	height: 83px;
	border-radius: 2px;
	overflow: hidden;
	margin: 0 7px 7px 0;
}
.sidebar .reviews {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.sidebar .reviews li {
	list-style: none;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	float: left;
	padding: 9px 0 10px;
}
.sidebar .reviews li:first-child {
	padding: 0 0 10px;
}
.sidebar .reviews li h4 {
	clear: both;
	font: 500 16px/26px 'Roboto', sans-serif;
	margin: 0;
}
.sidebar .reviews li h4 a {
	color: #222;
}
.sidebar .reviews li h4 a:before, .sidebar .cat-holder a:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #888888;
	margin-right: 10px;
	font-size: 16px;
}
.sidebar .reviews .cp-rating {
	float: left;
	margin-left: 18px;
}
.sidebar .reviews i.tag {
	float: right;
	width: 32px;
	height: 22px;
	background: #444;
	color: #cccccc;
	font-style: normal;
	text-align: center;
	line-height: 22px;
}
.sidebar .advertisement {
	width: 100%;
	float: left;
}
.sidebar .advertisement .ad-holder {
	width: 100%;
	float: left;
	box-shadow: 0 0 4px rgba(0,0,0,.20);
	text-align: center;
	padding: 12px;
	border-radius: 2px;
}
.ad-holder {
	width: 100%;
	float: left;
	text-align: center;
}
.sidebar .advertisement .ad-holder img {
	width: 100%;
	height: auto;
}
.sidebar .cat-holder {
	margin: 0;
	padding: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,.20);
	width: 100%;
	border-radius: 2px;
	width: 100%;
	float: left;
}
.sidebar .cat-holder li {
	list-style: none;
	line-height: 32px;
	width: 100%;
	float: left;
}
.sidebar .cat-holder a {
	font: 500 16px/32px 'Roboto', sans-serif;
	color: #222;
}
.sidebar .cat-holder .count {
	color: #fff;
	float: right;
	font: 500 16px/30px "Roboto", sans-serif;
	height: 30px;
	margin-top: 5px;
	text-align: center;
	width: 40px;
}
.tags-widget a {
	display: inline-block;
	border: 1px solid #cccccc;
	font: 500 16px/40px 'Roboto', sans-serif;
	border-radius: 2px;
	padding: 0 15px;
	margin: 0 1px 5px 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,.13);
	transition: box-shadow 0.2s ease-in-out;
}
.tags-widget a:hover {
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,.13);
}

.sidebar .widget.currencies-widget{}
	.sidebar .widget.currencies-widget .icon-pencil{
		color: rgba(0, 127, 209, 0.31);
		position: absolute;
		right: 15px;
		z-index: 10000;
		top: 9px;
		display: block;
	}

	.sidebar .widget.currencies-widget .cp-sidebar-content {
		border: 1px solid #ccc;
		padding: 15px;
		clear: both;
	}

	.sidebar .widget.currencies-widget .input-group-addon {
		padding: 0;
		background: transparent;
		border: 0;
		font-size: 32px;
	}
		.sidebar .widget.currencies-widget .input-group-addon .flag-icon {
			/*margin: 0 10px 0 0;*/
		}

		.sidebar .widget.currencies-widget .input-group-addon .foregin {
			font-size: 15px;
			vertical-align: middle;
			padding-right: 5px;
		}

	.sidebar .widget.currencies-widget .form-control {
		border: 0;
		background-color: rgba(208, 208, 208, 0.31);
		box-shadow: none;
		font-weight: 400;
		border-radius: 0;
	}
		.sidebar .widget.currencies-widget .form-control:focus {
			background-color: #d0d0d0;
			font-weight: 500;
		}

	.sidebar .widget.currencies-widget .input-group:hover .form-control{
		cursor: pointer;
		background-color: #d0d0d0;
		font-weight: 500;
	}
		.sidebar .widget.currencies-widget .input-group:hover .icon-pencil{
			color: rgba(0, 127, 209, 1);
			display: block;
		}

/**************** Sidebar Widgets End *******************/


/********** Widgets when not in the sidebar *************/

.main-content .row .widget {
	clear: both;
	width: 100%;
	margin-top: 10px !important;
	margin-bottom: 40px;
}

.main-content .row .widget:last-child {

}




/******** Widgets when not in the sidebar End ***********/


/**************** Footer Start *******************/
.footer {
	width: 100%;
	float: left;
	clear: both;
	color: #000;
	/*margin-top: 52px;*/
}

.footer p {
	padding: 0 10px 0 0;
}

.footer-one, .footer-two, .footer-three, .footer-four {
	width: 100%;
	float: left;
}
.footer-one, .footer-two {
	padding: 77px 0 32px;
}
.footer-two {
	background: #28a0bf;
}

.footer-three {
	background: #1a92b1;
	padding: 44px 0;
	color: #FFF;
}

.footer-three .footer-cp {
	margin-left: 20px;
}

.footer-three .footer-cp a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.footer-three .footer-cp a:hover {
	color: #fff;
}

.footer-four {
	background: #1a1a1a;
	padding: 30px 0;
}
.footer-four p {
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer-four a {
	color: #000;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul li {
	list-style: none;
}

.footer-rdilogo a img{
	max-width: 100%;
	display: inline-block;
	float: left;
	vertical-align: text-top;
	margin-right: 15px;
}

.footer-rdilogo a p {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 12px;
	line-height: 15px;
}

.footer-social {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	text-align: right;
}
.footer-social li {
	list-style: none;
	display: inline-block;
	margin-left: 7px;
}
.footer-social li a {
	width: 44px;
	height: 44px;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	display: block;
	font-size: 20px;
	color: #fff;
}

.footer-widgets h3 {
	margin: 0 0 17px;
	padding: 0;
	font: 700 18px/18px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.footer .textwidget p {
	font: 400 14px/24px 'Roboto', sans-serif;
	color: #FFF;
}
.footer .textwidget p.motto {
	font-weight: 500;
	font-size: 15px;
}

.footer .textwidget h3 {
	color: #FFF;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.footer .textwidget h3 {
		margin-top: 40px;
	}
}

.footer .cp-widget-content address {
	margin: 0;
}
.footer .cp-widget-content .featured-posts>li, .footer .cp-widget-content .reviews>li, .footer .popular-posts .small-grid>li {
	border-bottom: 1px solid #444444;
	margin-bottom: 13px;
	padding-bottom: 12px;
	width: 100%;
	float: left;
}
.footer .popular-posts .small-grid>li .cp-post-content {
	clear: none;
	float: none;
	width: auto;
}
.footer .cp-widget-content .featured-posts h4, .footer .popular-posts h4, .footer .cp-widget-content .reviews h4 {
	margin: 0 0 12px;
	font: 500 16px/16px 'Roboto', sans-serif;
}
.footer .cp-widget-content .featured-posts h4 a, .footer .cp-widget-content .reviews h4 a, .footer .popular-posts h4 a {
	color: #cccccc;
}
.footer .cp-widget-content .featured-posts h4 a:before, .footer .cp-widget-content .reviews h4 a:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #888888;
	margin-right: 10px;
	font-size: 16px;
}
.footer .cp-widget-content .featured-posts .cp-post-tools {
	margin-left: 18px
}
.footer .cp-widget-content .reviews .cp-rating {
	float: left;
	margin-left: 18px;
}
.footer .cp-widget-content .reviews .tag {
	background: #444444;
	width: 32px;
	height: 22px;
	font: normal 400 14px/22px 'Roboto', sans-serif;
	float: right;
	text-align: center;
	color: #cccccc;
	margin-bottom: 2px;
}
.footer .popular-posts .small-grid img {
	max-height: 79px;
}
.footer .form-widget .material .input-group {
	border: 1px solid #444444;
	border-radius: 2px;
	width: 100%;
}
.footer .form-widget .material .material-input {
	background: #1a1a1a;
	margin: 0;
	padding: 0;
	border: 0;
}
.footer .form-widget .material .material-input input {
	border-bottom: 1px solid #444444;
	font: 400 14px/40px 'Roboto', sans-serif;
	height: 41px;
	color: #888888;
	padding: 0 0 0 10px
}
.footer .material .material-input textarea {
	border-bottom: 0 solid #444444;
	resize: none;
	font: 400 14px/40px 'Roboto', sans-serif;
	color: #888;
	padding-left: 10px;
}
.footer .form-widget .btn-submit {
	float: right;
	font: 400 15px/40px 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0 25px;
	border-radius: 2px;
	margin-top: 10px;
	box-shadow: 0 0 4px rgba(0,0,0,.13);
}
.footer .tweets {
	margin: 0;
	padding: 0;
}
.footer .tweets li {
	background: #222222;
	padding: 20px;
	position: relative;
	margin-bottom: 35px;
	border-radius: 2px;
	line-height: 24px;
}
.footer .tweets li::before {
	border-left: 17px solid transparent;
	border-top: 34px solid #222222;
	bottom: -18px;
	content: "";
	height: 0;
	position: absolute;
	right: 26px;
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	width: 0;
}
.footer .tweets li a {
	color: #cccccc;
}
.footer .tweets .tweets_txt {
	color: #888888;
}
.footer .tweets .tweets_txt span {
	color: #444;
	font-style: italic;
}

.copyright-page {
	padding: 40px 80px;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.copyright-page {
		padding: 40px 30px;
		float: left;
		width: 100%;
	}
}

.gallery-widget #sync1 .item img {
	width: 100%;
	border-radius: 2px;
	height: auto;
}
.gallery-widget #sync2 {
	margin-top: 10px;
}
.gallery-widget #sync2 .owl-item img {
	margin: 0 5px;
	border-radius: 2px;
}
.gallery-widget .owl-theme .owl-controls {
	position: absolute;
	top: 40%;
	margin: 0;
	z-index: 99;
	width: 100%;
}
.gallery-widget .owl-theme .owl-controls .owl-prev, .gallery-widget .owl-theme .owl-controls .owl-next {
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	font-size: 0;
	margin-left: -10px;
}
.gallery-widget .owl-theme .owl-controls .owl-next {
	float: right;
	margin-right: -10px;
}
.gallery-widget .owl-theme .owl-controls .owl-prev:after, .gallery-widget .owl-theme .owl-controls .owl-next:after {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 20px;
	color: #000;
	line-height: 18px;
}
.gallery-widget .owl-theme .owl-controls .owl-next:after {
	content: "\f105";
}

.footer .contact-widget {
	color: #FFF;
}

.footer .contact-widget ul {
	margin: 0;
	padding: 0;
}
.footer .contact-widget li {
	width: 100%;
	margin-bottom: 45px;
	float: left;
}
.footer .contact-widget .footer-social li {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
}

.footer .contact-widget address ul {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
.footer .contact-widget address li {
	width: 100%;
	float: left;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 14px 0;
	margin: 0 0 15px;
}

.footer .contact-widget address p {
	color: #FFF;
	font-size: 14px;
	text-align: left;
	margin: 0;
	line-height: 24px;
}
.footer .contact-widget address li p i {
	margin: 0 10px 0 0;
}

.footer .contact-widget a {
	color: #FFF;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.footer .contact-widget a:hover {
	color: #fff;
}

.footer .contact-widget .fa {
	font-size: 14px;
	line-height: 24px;
}

footer ul li.footer-logo {
	/*text-align: center;*/
	padding-bottom: 108px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255, 0.6);
}

footer h3 {
	font-size: 19px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/**************** Footer End *******************/

.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-color: #259EBE;
	box-shadow: none;
	border: 1px solid white;
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 768px) {
	.scroll-to-top {
		right: 10px;
		bottom: 10px;
	}
}

.scroll-to-top i {
	color: white;
	font-size: 25px;
	margin-top: -2px;
}


/**************** Home Layout 2 Featured News *******************/

.home-layout2-featured-news {
	background: url(../images/headerbg-blue.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 30px 0;
}
.home-layout2-featured-news .cp-fullwidth-news-post-excerpt {
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.home-layout2-featured-news .cp-fullwidth-news-post-excerpt .cp-post-content {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.8);
	padding: 0 20px 15px;
}
.home-layout2-featured-news .cp-fullwidth-news-post-excerpt .cp-post-content h3 {
	font: 500 20px/21px 'Roboto', sans-serif;
	text-transform: uppercase;
}
.home-layout2-featured-news .cp-fullwidth-news-post-excerpt .cp-post-content h3 a, .home-layout2-featured-news .cp-post .cp-post-content h3 a, .home-layout2-featured-news .cp-fullwidth-news-post-excerpt .cp-post-tools li, .home-layout2-featured-news .cp-post .cp-post-content .cp-post-tools li {
	color: #fff;
}
.home-layout2-featured-news .cp-post-rating {
	background: #fff;
	display: inline-block;
	border-radius: 2px;
	font-size: 15px;
	padding: 7px 15px 6px;
	position: relative;
	top: -15px;
}
.home-layout2-featured-news .cp-post-rating a {
	text-decoration: none;
}
.home-layout2-featured-news .cp-post {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 2px;
}
.home-layout2-featured-news .cp-post img {
	width: 100%;
	height: auto;
}
.home-layout2-featured-news .cp-post .cp-post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.80);
	width: 100%;
	padding: 0 20px 15px;
}
.home-layout2-featured-news .cp-post .cp-post-content h3 {
	font: 500 16px/21px 'Roboto', sans-serif;
}
.home-layout2-featured-news .grid {
	margin: 0;
	padding: 0;
}
.home-layout2-featured-news .grid li {
	list-style: none;
}
.home-layout2-featured-news li:last-child.cp-post {
	margin-bottom: 0;
}
/**************** Material Design Classes *******************/



/**************** News List Style 2 *******************/
.cp-news-list-style-2, .cp-news-list-style-2 .cp-post-content {
	width: 100%;
	float: left;
	clear: both;
}
.cp-news-list-style-2 img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.cp-news-list-style-2 .cp-news-list {
	margin: 0;
	padding: 0;
}
.cp-news-list-style-2 .cp-news-list>li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-bottom: 26px;
	position: relative;
}
.cp-news-list-style-2 .cp-news-list h3 {
	margin: 16px 0 9px;
	font: 500 20px/20px 'Roboto', sans-serif;
	text-transform: uppercase;
}
.cp-news-list-style-2 .cp-news-list h3 a {
	color: #222;
}
.cp-news-list-style-2 .cp-news-list p {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #444;
}
.cp-news-list-style-2 .owl-theme .owl-controls {
	position: absolute;
	top: 35%;
	width: 100%;
	z-index: 99;
}
.cp-news-list-style-2 .owl-theme .owl-controls .owl-nav .owl-prev, .cp-news-list-style-2 .owl-theme .owl-controls .owl-nav .owl-next {
	float: left;
	background: #fff;
	width: 30px;
	height: 30px;
	box-shadow: 0 0 4px rgba(0,0,0,.23);
	border-radius: 2px;
	font-size: 0;
	padding: 0;
}
.cp-news-list-style-2 .owl-theme .owl-controls .owl-nav .owl-prev {
	float: right;
}
.cp-news-list-style-2 .owl-theme .owl-controls .owl-nav .owl-prev:after, .cp-news-list-style-2 .owl-theme .owl-controls .owl-nav .owl-next:after {
	content: "\f105";
	font-size: 20px;
	font-family: FontAwesome;
	color: #222;
	line-height: 27px;
}
.cp-news-list-style-2 .owl-theme .owl-controls .owl-nav .owl-next:after {
	content: "\f104";
}
/**************** News List Style 2 End *******************/


/**************** Rev Slider *******************/

.cp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	float: left;
}


.cp-banner-container img {width:100%; height:auto;}

.cp-banner-container .owl-theme .owl-controls {position:absolute; top:50%; width:100%;}

.tp-banner {
	width: 100%;
	float: left;
	position: relative;
}
.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
	float: left;
}

.cp-banner-caption {position:absolute; top:35%; width:100%; text-align:center; color:#fff;}

.cp-banner-caption ul {margin-top:35px;}

.cp-banner-caption h1 {
	font: 700 60px/60px 'Roboto', sans-serif;
	color: #fff;
}
.cp-banner-caption li {
	font: 400 24px/24px 'Roboto', sans-serif !important;
	color: #fff;
	display:inline-block;
	margin:0 15px;
}
.tp-banner-container .caption3 .cp-post-tools li .fa {
	font-size: 24px !important;
}
.caption4 a.readmore {
	background: #fff;
	padding: 0 25px;
	font-size: 15px;
	text-transform: uppercase;
	color: #222;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
/**************** Rev Slider End *******************/







/**************** Inner Pages Banner With BreadCrump *******************/

.cp-inner-main-banner {
	width: 100%;
	float: left;
	background: #F58538;
	text-align: center;
	padding: 12px 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cp-inner-main-banner.search-results {
	background: #259EBE;
}

.search-results-filter li.active a {
	color: #259EBE;
	font-weight: 500;
}

.search-results-filter li a {
	color: #222;
	font-size: 16px;
	font-weight: 300;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.search-results-filter.subfilter {
	display: none;
}

.search-results-filter.subfilter li a {
	font-size: 14px;
}

.search-results-filter li a:hover {
	color: #259EBE;
}

.inner-title {
	text-align: center;
	padding:5px 0;
}
.cp-inner-main-banner .inner-title h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
}
.cp-inner-main-banner .inner-title h4 {
	color: #fff;
	font-size: 20px;
	margin: 4px 0 0 0;
	font-weight: 400;
}
.cp-inner-main-banner .breadcrumb {
	background: none;
	border-radius: 0;
	list-style: outside none none;
	margin: 18px 0 0 0;
	padding: 0;
	color: #fff;
}
.cp-inner-main-banner .breadcrumb > li + li::before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 10px
}
.cp-inner-main-banner .breadcrumb a {
	color: #fff;
}
.category-bg1 {
	background: url(../images/fashion-catbg.jpg) no-repeat top center;
	background-size: cover;
}
.category-bg2 {
	background: url(../images/sports-catbg.jpg) no-repeat top center;
	background-size: cover;
}
.category-bg3 {
	background: url(../images/photography-catbg.jpg) no-repeat top center;
	background-size: cover;
}
.top-banner-bg1 {
	background: url(../images/topbannerbg1.jpg) no-repeat top center;
	background-size: cover;
}

/**************** Inner Pages Banner With BreadCrump End *******************/










/**************** Category Main Post Styles *******************/

/** Style 1 Start **************/

.cp-category-mainpost-style-1 {
	width: 100%;
	float: left;
	clear: both;
}
.cp-category-mainpost-style-1 .cp-post, .cp-thumb {
	width: 100%;
	float: left;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}
.cp-category-mainpost-style-1 .cp-post-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.80);
	padding: 20px 30px;
}
.cp-category-mainpost-style-1 .cp-post-content h3 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 10px 0 3px;
	line-height: 20px;
}
.cp-category-mainpost-style-1 .cp-post-content h3 a {
	color: #fff;
}
.cp-category-mainpost-style-1 .cp-post-rating {
	background: none repeat scroll 0 0 #fff;
	border-radius: 2px;
	display: inline-block;
	font-size: 15px;
	padding: 7px 15px 6px;
	position: absolute;
	top: -15px;
}
.cp-category-mainpost-style-1 .cp-post-tools li {
	color: #fff;
}
.cp-post-tools li i {
	margin-right: 3px;
}
.cp-category-page {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 30px;
}
/** Style 1 End **************/



/** Style 2 Start **************/
.cp-category-page2, .cp-category-post-slider {
	width: 100%;
	float: left;
	clear: both;
	margin: 50px 0 22px;
}
.cp-category-post-slider {
	box-shadow: 0 0 4px rgba(0,0,0,.22);
	overflow: hidden;
	border-radius: 2px;
	position: relative;
}
.cp-category-post-slider .cp-post-content {
	padding: 16px 30px 17px;
}
.cp-category-post-slider .cp-post-content h3 {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
.cp-category-post-slider .cp-post-content h3 a {
	color: #222222;
}
.cp-category-post-slider .cp-post-content .cp-post-tools {
	margin: 8px 0 0;
}
.cp-category-post-slider .owl-theme .owl-controls {
	position: absolute;
	width: 100%;
	left: 0;
	top: 40%;
	z-index: 99;
}
.owl-theme .owl-controls .owl-nav div.owl-prev, .owl-theme .owl-controls .owl-nav div.owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	text-align: center;
	/*float: left;*/
	font-size: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.22);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: 10px;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
	right: 10px;
}

.owl-theme .owl-controls {
	margin: 0;
}

/*.owl-theme .owl-controls .owl-nav div.owl-next {
	float: right;
}*/

.owl-theme .owl-controls .owl-nav div.owl-prev:after, .owl-theme .owl-controls .owl-nav div.owl-next:after {
	content: "\f104";
	position: absolute;
	font-family: FontAwesome;
	font-size: 18px;
	color: #0f0f0f;
	line-height: 24px;
	top: 3px;
	left: 12px;
}
.owl-theme .owl-controls .owl-nav div.owl-next:after {
	content: "\f105";
}
/** Style 2 End **************/



/** Style 3 Start **************/
.cp-category-list {
	margin: 0;
	padding: 0;
}

.cp-category-list .cp-news-list .row.interviewlist-first {
	padding: 0;
	margin-bottom: 30px;
}

.cp-category-list .interviewlist {
	width: 50%;
}

.cp-category-list .interviewlist.even-row {
	padding-right: 0;
}

.cp-category-list .interviewlist.odd-row {
	padding-left: 0;
}

.cp-category-list .interviewlist .cp-news-post-excerpt {
	height: 430px;
}

.cp-category-list .interviewlist .cp-news-post-excerpt .cp-post-content h3 {
	font-size: 21px;
}

.cp-category-list .interviewlist .cp-news-post-excerpt .cp-post-content h3 a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*.cp-category-list .interviewlist .cp-news-post-excerpt .cp-post-content h3 p {
	font-size: 14px;
	margin: 10px 0;
	color: #888888;
	font-weight: 400;
}

.cp-category-list .interviewlist .cp-news-post-excerpt .cp-post-content h3 p i {
	margin-right: 5px;
}*/

.cp-category-list.search-list {
	float: left;
	width: 100%;
	margin-top: 30px;
	/*padding: 0 15% 0 10%;*/
}

@media screen and (min-width: 769px) {
	.cp-category-list.search-list.visible-on-mobile {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.cp-category-list.search-list.visible-on-desktop {
		display: none;
	}

	.cp-category-list.search-list.visible-on-mobile .item {
		padding: 0 15px 0 15px;
		margin-bottom: 30px;
		float: left;
	}
	.cp-category-list.search-list.visible-on-mobile .item .cp-post {
		border-radius: 2px;
		border: 1px solid #ccc;
	}

	.cp-category-list.search-list.visible-on-mobile .item .cp-post .cp-post-content {
		padding: 18px 20px 16px;
	}

	.cp-category-list.search-list.visible-on-mobile .item .cp-post .cp-post-content h3 {
		margin: 0 0 17px;
		font-size: 16px;
		font-weight: 500;
	}

	.cp-category-list.search-list.visible-on-mobile .item .cp-post .cp-post-content h3 a {
		color: #259EBE;
	}
}

.num-of-results {
	float: left;
	margin-top: 30px;
	color: #000;
	font-size: 16px;
	padding: 0 15px;
}

.num-of-results span {
	font-weight: 500;
	color: #259EBE;
}

.cp-category-list.search-list .content,
.cp-category-list.search-list .content p {
	font-size: 14px;
}

.cp-category-list.search-list .content .contact {
	margin-top: 20px;
}

.cp-category-list>li {
	list-style: none;
	width: 100%;
	float: left;
}
.cp-category-list .cp-fullwidth-news-post-excerpt {
	border: 0;
	margin-bottom: 22px;
}
.cp-category-list .cp-readmore {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
	box-shadow: 0 0 4px rgba(0,0,0,.22);
	border-radius: 2px;
	line-height: 40px;
	display: inline-block;
	padding: 0 25px;
}
.cp-category-list .cp-readmore .fa {
	font-size: 20px;
	margin-left: 5px;
}

.panel.panel-default.classified {
	background-color: #259EBE;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.panel.panel-default.classified .filter-item {
	height: 155px;
	border-bottom: 1px solid white;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.panel.panel-default.classified .filter-item:not(:nth-of-type(4n)) {
	border-right: 1px solid white;
}

.panel.panel-default.classified .filter-item:hover {
	background-color: #48b0cd;
}

.panel.panel-default.classified .filter-item a {
	display: block;
	padding: 30px 0 8px;
	min-height: 77px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
}

.panel.panel-default.classified .filter-item a img {
	opacity: 0.8;
	margin-bottom: 10px;
}

.panel.panel-default.classified .filter-item a h4 {
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
}

.panel.panel-default.classified .filter-item a p {
	color: white;
	padding: 0 10px;
	margin-bottom: 0;
	line-height: 16px;
}

	/** Style 3 End **************/


/** Style 4 Start **************/
.cp-category-mainpost-style-4, .cp-category-mainpost-style-4 .cp-thumb, .cp-category-mainpost-style-4 .cp-post-content {
	text-align: center;
	border-radius: 0;
}
.cp-category-mainpost-style-4 .cp-post-content h1 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 48px;
}
.cp-category-mainpost-style-4 .cp-post-content h1 a {
	color: #fff;
}
.cp-category-mainpost-style-4 .cp-post-tools {
	margin-top: 15px;
}
.cp-category-mainpost-style-4 .cp-post-tools li {
	color: #fff;
}
.cp-category-mainpost-style-4 .cp-post-content {
	padding: 24px 0 27px;
}
.cp-news-grid-style-6 {
	width: 100%;
	float: left;
	clear: both;
}
.cp-news-grid-style-6 .grid {
	margin: 0;
	padding: 0;
}
.cp-news-grid-style-6 .grid li {
	list-style: none;
}

.cp-news-grid-style-6 .grid>article>li {
	margin-bottom: 30px;
}

.cp-news-grid-style-6 .cp-post {
	width: 100%;
	float: left;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 2px;
}
.cp-news-grid-style-6 .cp-thumb {
	margin-bottom: 10px;
}
.cp-news-grid-style-6 .cp-post-content {
	width: 100%;
	float: left;
	height: 180px;
}
.cp-news-grid-style-6 .cp-post-content h3 {
	font-size: 21px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 0;
}

.cp-news-grid-style-6 .cp-post-content h3 a {
	color: #222;
}

/** Style 4 End **************/

/**************** Category Main Post Styles End *******************/




/**************** WooCommerce Products Grid *******************/

.cp-product-grid, .cp-pro-box, .cp-pro-rating, .cp-pro-content, .cp-cart-button, .cp-product-grid .price, .cp-single-post, .cp-product-details {
	width: 100%;
	float: left;
	clear: both;
}
.cp-single-post {
	margin-bottom: 50px;
}

.cp-single-post.event .cp-post-content__content {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

.cp-product-grid ul.grid {
	padding: 0;
	width: 100%;
	float: left;
}
.cp-product-grid ul.grid>li {
	list-style: none;
	margin-bottom: 30px;
}
.cp-product-grid ul.grid img, .ad-holder img  {
	width: 100%;
	height: auto;
}
.cp-product-grid ul.grid .cp-thumb {
	border-radius: 0;
	position: relative;
	z-index: 9;
}
.cp-pro-box {
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	text-align: center;
}

.cp-inner-main-banner h1 {font-size:36px;}

.cp-pro-rating {
	text-align: center;
	font-size: 15px;
	margin: 6px 0 10px;
}
.cp-product-grid .price {
	margin-bottom: 14px;
}
.cp-cart-button .cart-button {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	border-radius: 2px;
}
.cp-pro-box .cp-pro-content {
	padding: 13px 20px 20px;
	z-index: 99;
	background: #fff;
	position:absolute;
	width:100%;
	left:0;
	bottom:-65px;
}

.cp-pro-box:hover .cp-pro-content { bottom:0;}


.cp-product-grid ul.grid h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.cp-product-grid ul.grid h3 a {
	color: #222;
}
.cp-product-grid .price del, .cp-product-details .price del {
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}
.cp-product-grid .price ins, .cp-product-details .price ins {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	line-height: 30px;
}
.cp-product-details .cp-pro-content h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #222;
	line-height: 20px;
	margin-bottom: 5px;
}
.cp-product-details .cp-pro-content h3 a {
	color: #222;
}
.cp-product-details .cp-pro-content {
	padding: 0;
}
.cp-product-details .cp-pro-rating {
	text-align: left;
}
.cp-product-details .cp-pro-rating strong {
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	padding-right: 10px;
}
.cp-product-details .cp-pro-content .price {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}
.cp-product-details .cp-pro-content p {
	color: #444444;
	line-height: 24px;
}
.cp-product-details .cp-pro-content .check-list {
	margin: 0;
	padding: 0;
}
.cp-product-details .cp-pro-content .check-list li {
	list-style: none;
	line-height: 24px;
	color: #444444
}
.cp-product-details .cp-pro-content .check-list li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #444444;
	padding-right: 5px;
}
.cp-product-details .product-tools {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	clear: both;
	padding: 20px 0;
	float: left;
	margin: 26px 0 17px;
}
.cp-product-details .product-tools .brand-code, .cp-product-details .product-tools .pro-tags {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
}
.cp-product-details .product-tools .brand-code li, .cp-product-details .product-tools .pro-tags li {
	list-style: none;
	line-height: 26px;
	color: #888888
}
.cp-product-details .product-tools strong {
	color: #222222;
	font-weight: 400;
}
.cp-add2cart {
	width: 100%;
	float: left;
}
.cp-add2cart #input_div {
	border: 1px solid #ccc;
	border-radius: 2px;
	float: left;
	width: auto;
	margin-right: 30px;
}
.cp-add2cart #input_div input[type="text"] {
	width: 50px;
	background: #fff;
	border: 0;
	height: 39px;
	line-height: 39px;
	box-shadow: none;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #888888;
}
.cp-add2cart #input_div input[type="button"] {
	background: #fff;
	border: 0;
	width: 28px;
	font-weight: bold;
	color: #999999;
	font-size: 16px;
	line-height: 37px;
}
.cp-add2cart .cp-cart-button {
	float: left;
	clear: none;
	width: auto;
}
.cp-pro-details-tabs {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.cp-pro-details-tabs .nav-tabs > li > a {
	border-radius: 0;
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	text-transform: uppercase;
	border: 0;
	border-bottom: 5px solid rgba(255,255,255,.0);
}
.cp-pro-details-tabs .nav-tabs {
	border-color: #cccccc;
}
.cp-pro-details-tabs .nav > li > a:hover, .cp-pro-details-tabs .nav > li > a:focus {
	border: 0;
	background: #fff;
	border-bottom: 5px solid #ccc;
}
.cp-pro-details-tabs .nav-tabs > li.active > a, .cp-pro-details-tabs .nav-tabs > li.active > a:hover, .cp-pro-details-tabs .nav-tabs > li.active > a:focus {
	border: 0;
	border-bottom: 5px solid #ccc;
}
/**************** WooCommerce Products Grid End *******************/



/**************** Single Post Start *******************/

.cp-single-post .cp-post-content h3 {
	margin: 17px 0 0;
	font-size: 20px;
}
.cp-single-post .cp-post-content h3 a {
	color: #222;
}
.cp-single-post .cp-post-content p {
	margin: 8px 0 12px;
	color: #444444;
	font-size: 17px;
	line-height: 24px;
}
.cp-single-post .cp-post-content blockquote {
	margin: 30px auto;
	border: 0;
	width: 75%;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	border-radius: 2px;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	position: relative;
	padding: 30px 45px 33px;
}
.cp-single-post .cp-post-content .cp-post-content__lead {
	margin: 20px 0 30px;
	font-weight: bold;
	float: left;
	width: 100%;
	color: #444444;
	font-size: 18px;
	line-height: 26px;
}

.cp-post-content__content p {
	max-height: unset;
	display: block;
	-webkit-line-clamp: unset;
	overflow: inherit;
}

.cp-post-content__content p img {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.cp-single-post .cp-post-content blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	left: -25px;
	top: 30px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 26px;
	color: #ffffff;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
}
.post-images {
	margin: 27px 0 22px;
	padding: 0;
	width: 100%;
	clear: both;
}
.post-images li {
	list-style: none;
}
.post-images img {
	width: 100%;
	border-radius: 2px;
	margin-bottom: 14px;
}
.post-images li strong {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

.cp-post-share-tags.nomargin {
	margin-top: 5px;
}

.cp-post-share-tags:not(.nomargin) {
	width: 100%;
}

@media screen and (max-width: 767px) {

	.cp-post-share-tags.text-right {
		text-align:left;
	}
}

div.cp-post-share-tags.nomargin .row {
	margin-right:-25px;
}

.cp-post-share-tags, .cp-author, .cp-post-comments, .cp-comments, .cp-comments-form, .cp-reviews, .cp-review-form {
	float: left;
}

h3.classified-title {
	margin-bottom: 20px;
}

article.has-edit-button .classified-contact,
.singles-contact,
.singles-information {
	float: left;
	width: 100%;
	border-top: 1px solid #259EBE;
	margin: 10px 0;
}

article.has-edit-button .classified-contact .name {
	font-weight: 800;
	margin: 0;
}

article.has-edit-button .classified-contact .email a {
	color: #259EBE;
}

.cp-post-share-tags.classified {
	margin-top: 10px;
	margin-bottom: 48px;
	border-top: 1px solid #cccccc;
}

.cp-post-share-tags.classified .cp-post-share,
.cp-post-share-tags.classified .cp-post-tags {
	border-top: none;
}

.cp-post-share, .cp-post-tags, .cp-post-like{
	width: 100%;
	float: left;
	margin: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
/*	height: 57px; */
	padding: 10px 3px;
}

@media screen and (max-width: 480px) {

	#postLikePanel ul {
		text-align: center;
	}
	#postLikePanel ul li:first-child {
		width: 100%;
	}
	#postLikePanel ul li:not(first-child) {
		width: 33%;
	}
	.cp-post-like a {
		width: 100%;
		text-align: center;
		margin: 0 auto !important;
	}
}

.cp-post-tags.keywords {
	height: unset;
	min-height: 57px;
}

.cp-post-tags.keywords li {
	display: inline;
}

.cp-post-tags.keywords li:nth-child(2) {
	float: right;
	width: 88%;
}

.cp-post-tags i.fa-tags {
/*	transform: scale(-1, 1);	*/
}

.cp-post-share.no-border {
	border: none;
	padding-top: 0;
}

.cp-post-like{
	border-bottom: none;
	border-top: 1px solid #cccccc;
}

.cp-post-like.gallery-page {
	border-bottom: 1px solid #cccccc;
	margin: 10px 0;
	padding: 5px 0;
}

.cp-post-share li, .cp-post-tags li, .cp-post-like li {
	list-style: none;
	display: inline-block;
	margin-right: 7px;
}

.cp-post-like li {
	margin-right: 0;
	float: left;
	display: block;
}

.cp-post-share a, .cp-post-like a {
	border-radius: 100%;
	display: block;
	border: 1px solid #cccccc;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #888888;
}

.cp-post-like a {
	border: none;
	color: #1b9cc2;
	font-size: 20px;
	font-weight: 300;
	line-height: 44px;
/*	margin-right: 7px; */
}

.cp-post-like label {
	font-size: 16px;
	font-weight: 300;
}

.cp-post-share span, .cp-post-tags span {
	font-size: 18px;
}

.cp-post-like span {
	font-size: 14px;
	line-height: 44px;
	margin-right: 13px;
}

.cp-post-tags li {
	line-height: 30px;
}
.cp-post-tags a {
	color: #888888;
}
.cp-post-tags a:after {
	content: ",";
	margin-right: 5px;
}
.cp-post-tags a:last-child:after {
	content: "";
}
.cp-author {
	position: relative;
	margin-bottom: 50px;
}

.cp-author .media-partner-title {
	font-size: 16px;
}

.cp-author .cp-author-thumb {
	width: 8%;
	float: left;
	position: relative;
	z-index: 99;
	top: 30px;
	left: 0;
}
.cp-author .cp-author-thumb img {
	width: 98px;
	height: 98px;
	border-radius: 100%;
}
.cp-author .cp-author-details {
	width: 92%;
	float: right;
	border: 1px solid #ccc;
	padding: 27px 30px 20px 55px;
	border-radius: 2px;
	position: relative;
	z-index: 8;
}

@media screen and (max-width: 767px) {
	.cp-author .cp-author-details {
		padding: 27px 30px 20px 75px;
	}
}

.cp-author .cp-author-details.no-img {
	width: 100%;
	float: left;
}
.cp-author .cp-author-details h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
}
.cp-author .cp-author-details h3 a {
	color: #259EBE;
	text-transform: uppercase;
}
.cp-author .cp-author-details p {
	line-height: 24px;
	color: #444444;
}
.cp-comments, .cp-reviews {
	margin: 0;
	padding: 0;
}

.cp-comments li, .cp-reviews li {
	list-style: none;
	width: 100%;
	clear: both;
}
.cp-comment-author, .cp-review-author {
	width: 83px;
	float: left;
	margin-right: 15px;
}
.cp-comment-author img, .cp-review-author img {
	border-radius: 2px;
}
.cp-comments h4, .cp-reviews h4 {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 500;
}
.cp-comments h4 a, .cp-reviews h4 a {
	color: #222;
}
.cp-comments .date-time, .cp-reviews .date-time {
	color: #888888;
	margin-bottom: 13px;
}
.cp-comments p, .cp-reviews p {
	margin: 0;
}
.cp-comments li .cp-comments, .cp-reviews li .cp-reviews {
	margin-left: 100px;
	width: auto;
}
.cp-comments .comments, .cp-reviews .review {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.cp-review {
	padding-left: 100px;
	width: 100%;
}
.cp-review .cp-rating {
	display: inline-block;
	margin-left: 27px;
}
.replay-comment {
	background: #ebebeb;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
}
.replay-comment a {
	color: #999999;
}
.cp-comments-form .input-group, .cp-review-form .input-group {
	width: 100%;
}
.cp-comments-form .material-input.input, .cp-comments-form .material-input.textarea, .cp-review-form .material-input.input, .cp-review-form .material-input.textarea {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	float: left;
}
.cp-comments-form .material-input.input .material-input.input, .cp-comments-form .material-input.textarea .material-input.textarea, .cp-review-form .material-input.input .material-input.input, .cp-review-form .material-input.textarea .material-input.textarea {
	margin: 0;
	padding: 0;
}
.cp-comments-form .material .material-input input, .cp-review-form .material .material-input input {
	border: 1px solid #ccc;
	width: 100%;
	float: left;
	height: 40px;
	border-radius: 2px;
	font-size: 14px;
	padding-left: 15px;
}
.cp-comments-form .material .material-input textarea, .cp-review-form .material .material-input textarea {
	border: 1px solid #ccc;
	width: 100%;
	float: left;
	border-radius: 2px;
	font-size: 14px;
	padding-left: 15px;
	resize: none;
	min-height: 180px;
}
.cp-comments-form .btn-submit, .cp-review-form .btn-submit {
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
	color: #fff;
	float: right;
	font: 400 15px/40px "Roboto", sans-serif;
	margin-top: 10px;
	padding: 0 25px;
	text-transform: uppercase;
}
.cp-review-form .material .material-input textarea {
	min-height: 112px;
	height: 112px;
	resize: none;
}
.cp-review-form h3 {
	margin: 0 0 17px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.cp-pro-details-tabs .tab-content {
	padding: 20px 0 0;
}
.cp-review-form {
	margin-top: 23px;
}
/**************** Single Post End *******************/


/**************** Blog Authors *******************/
.cp-authors-grid {
	width: 100%;
	padding: 0;
	margin: 0;
}
.cp-authors-grid li {
	list-style: none;
}
.cp-authors-grid .cp-author-box {
	width: 100%;
	float: left;
	clear: both;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	margin: 15px 0;
	text-align: center;
	padding-bottom: 18px;
}
.cp-authors-grid .cp-author-box h3 {
	margin: 15px 0 12px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	float: left;
}
.cp-authors-grid .cp-author-box p {
	color: #888;
	margin: 0;
}
/**************** Blog Authors End *******************/




/**************** Image Gallery Start *******************/

.cp-gallery-grid {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
}
.cp-gallery-grid li {
	list-style: none;
	margin: 15px 0;
}
.gallery-hover {
	width: 0;
	height: 0;
	position: absolute;
	z-index: 8;
	text-align: center;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
}

.breadcrumb {
	background-color: transparent !important;
	margin-left: -15px;
}

.breadcrumb.channels,
.breadcrumb.gallery,
.breadcrumb.information,
.breadcrumb.interviews {
	margin-top: -60px;
}

.breadcrumb.information {
	padding-left: 18px;
}

.breadcrumb.channels a,
.breadcrumb.information a {
	color: #337ab7;
}

.cp-thumb.news-video {
	margin: 20px 0;
	float: left;
	width: 100%;
}

/*

.gallery-hover a {
	width: 0;
	height: 0;
	font-size: 0;
	background: url(../images/plus.png);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	opacity:0;
}

*/

.cp-gallery-grid li:hover .gallery-hover, .cp-gallery figure:hover .gallery-hover {
	opacity: 1;
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.cp-gallery-grid li:hover .gallery-hover a, .cp-gallery figure:hover .gallery-hover a {
	width: 78px;
	height: 78px;
	opacity: 1;
}
.gallery-hover a {
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	opacity: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	08. Classic Gallery
/*-----------------------------------------------------------------------------------*/

.cp-gallery {
	width: 100%;
	float: left;
	clear: both;
}

.cp-gallery .container.classified {
	width: 100%;
	padding: 0;
}

.cp-gallery .container.classified .classified-ban form button,
.single-profile-ban form button {
	background: none;
	border: none;
	float: right;
	clear: both;
	margin-right: 10px;
	color: #ccc;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.single-profile-ban form button {
	margin-right: 0;
}

.cp-gallery .container.classified .classified-ban form button i,
.single-profile-ban form button i {
	color: #259EBE;
	margin-right: 5px;
}

.cp-gallery .container.classified .classified-ban form button:hover,
.cp-gallery .container.classified .classified-ban form button:hover i,
.single-profile-ban form button:hover,
.single-profile-ban form button:hover i {
	color: #ce8483;
}

.classified-banned-document {
	background-color: #ce8483;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 10px 5px;
}

.classified-reported-text {
	color: #ce8483;
	font-size: 20px;
	padding-bottom: 10px;
	width: 220px;
	border-bottom: 1px solid #ce8483;
}

.cp-gallery figure {
	overflow: hidden;
	position:relative;
	width:100%;
	float:left;
}
.cp-gallery img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.cp-gallery .isotope:after {
	content: '';
	display: block;
	clear: both;
}
.cp-gallery .isotope .item {
	float: left;
	padding: 0 15px 0 15px;
	margin-bottom: 30px;
	overflow: hidden;
}
.cp-gallery .isotope .item {
	width: 25%;
	height: 250px;
}
.cp-gallery .isotope .item.width2 {
	width: 50%;
}
.cp-gallery .isotope .item.height2 {
	height: 530px
}
.cp-gallery .cp-gallery-elite .isotope .item {
	width: 33%;
	height: 280px;
}
.cp-gallery .cp-gallery-elite .isotope .item.width2 {
	width: 66.5%;
}
.cp-gallery .cp-gallery-elite .isotope .item.height2 {
	height: 590px
}
.cp-gallery .cp-gallery-masonry .isotope .item {
	width: 25%;
	height: auto;
}
.cp-gallery .cp-masonry-posts .isotope .item {
	width: 33%;
	height: auto;
	overflow: visible;
}

.cp-gallery .cp-masonry-posts .isotope .item.information {
	width: 50%;
}

.cp-gallery .cp-masonry-posts-50 .isotope .item {
	width: 50%;
	height: auto;
	overflow: visible;
}
.cp-gallery figure img {
	width: 100%;
	height: auto;
}

/**************** Image Gallery End *******************/


/*-----------------------------------------------------------------------------------*/
/*	31. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1050px) {
	.cp-megamenu, .cp-logo-row {
		display: none;
	}

	.mobile-menu {
		display: block;
		position: relative;
		float: left;
		width: 100%;
	}

	.cp-header {
		margin-bottom: 100px;
	}

	.cp-toptools.pull-right ul li:first-of-type,
	.cp-toptools.pull-right ul li::after,
	.cp-topsocial.pull-right,
	.cp-topbar .toplinks li span,
	#weather {
		display: none;
	}

	.toplinks span{
		display: none;
	}
}

@media (max-width: 1200px) {
	.cp-topsocial.pull-right {
		display: none;
	}

	.toplinks li.visible span {
		left: 130px;
		/* display: none; */
		opacity: 0.0;
		filter: alpha(opacity=0)
	}
}

@media (min-width: 1200px) {
	.cp-gallery .isotope .item {
		width: 25%
	}
	.cp-gallery .isotope .width2 {
		width: 50%
	}
	.cp-thumb a.movie {
		background-size: cover !important;
		background-position-y: 40% !important;
		height: 330px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.cp-logo-row {
		text-align: center;
	}
	.cp-logo-row .cp-advertisement .partner-logos {
		padding: 0;
	}
	.cp-thumb a.movie {
		background-size: cover !important;
		background-position-y: 40% !important;
		height: 330px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.cp-gallery .isotope .item {
		width: 25%;
		height: auto;
	}
	.cp-gallery .isotope .width2 {
		width: 25%
	}
	.cp-gallery .isotope .item.height2 {
		height: auto
	}
	.cp-thumb a.movie {
		background-size: cover !important;
		background-position-y: 40% !important;
		height: 280px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.cp-gallery .isotope .item {
		width: 50%;
		height: auto;
	}
	.cp-gallery .isotope .width2 {
		width: 50%
	}
	.cp-gallery .isotope .item.height2 {
		height: auto
	}
	.cp-thumb a.movie {
		background-size: cover !important;
		background-position-y: 40% !important;
		height: 300px;
	}
}

 @media (max-width: 767px) {

	 /* Smaller section titles without subtitles on mobile START */
	 .section-title h2 {
		 font: 700 24px/40px 'Roboto', sans-serif;
		 border-right: none;
	 }
	 .section-title small {
		 display: none;
	 }
	 /* Smaller section titles without subtitles on mobile END */

	 /* One column article boxes in channels on mobile START */
	 .cp-category-list .interviewlist {
		 width: 100%;
	 }
	 .cp-category-list .interviewlist.odd-row,
	 .cp-category-list .interviewlist.even-row {
		 padding-left: 0;
		 padding-right: 0;
	 }
	 .cp-news-grid-style-1 .cp-news-post-excerpt,
	 .cp-category-list .interviewlist .cp-news-post-excerpt {
		 margin-bottom: 15px;
		 height: 370px;
	 }

	 .cp-news-grid-style-1 .cp-news-post-excerpt.few-text {
		 height: 370px;
	 }

	 /* But will it blend? */
	 .cp-category-list .cp-fullwidth-news-post-excerpt .cp-post-content.channel-first-item-header {
		 position: relative;
		 background: rgba(0,0,0,1);
		 margin-bottom: 15px;
	 }
	 /* One column article boxes in channels on mobile END */

	 .toplinks li img {
		 position: relative;
		 visibility: visible;
		 opacity: 1;
		 left: 0;
		 top: 0;
	 }
	 .toplinks li.visible img {
		 left: 0;
	 }

	 .cp-topbar .social-bar-profile-bar .cp-toptools.pull-right {
		 float: none!important;
	 }

	 .cp-topbar .social-bar-profile-bar .cp-toptools.pull-right ul {
		 display: flex;
		 justify-content: space-between;
	 }

	 .cp-topbar .social-bar-profile-bar .cp-toptools.pull-right ul li:nth-of-type(2) {
		 padding-left: 20px;
	 }

	 .cp-topbar #weather,
	 .cp-topbar #date,
	 .cp-topbar .cp-topsocial,
	 .cp-topbar .cp-toptools ul li:first-of-type {
		 display: none;
	 }

	 .cp-toptools li.label a {
		 font-size: 14px;
	 }

	.cp-gallery .isotope .item {
		width: 100% !important;
		height: auto !important;
	}

	 .cp-category-list.search-list article.columns a .content-container {
		 margin-top: 10px;
	 }

	 .cp-category-list.search-list article.columns a .content-container h3 {
		 margin-bottom: 10px;
	 }

	 .footer-two .widget.logo-widget ul {
		 text-align: center;
	 }

	 .cp-thumb a.first-movie {
		 background-size: cover !important;
		 height: 700px;
	 }
	 .cp-thumb a.movie {
		 background-size: cover !important;
		 background-position-y: 35% !important;
		 height: 500px;
	 }
 }

/**************** RESPONSIVE END *******************/



/**************** Events Page Start *******************/

#eventMapContainer {
	display: block;
}

/**************** Events Page End *******************/



/**************** Masonry Posts *******************/

.sponsored-items .item {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 0;
	position: relative;
}

.sponsored-items .item:last-of-type {
	margin-bottom: 50px;
}

.sponsored-items .item:last-of-type::before {
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -25px;
	background-color: #ccc;
}

.sponsored-items .item .image-cont {
	padding-left: 0;
}

.sponsored-items .item .content {
	padding: 20px 30px 20px 40px;
}

.sponsored-items .item .content p {
	margin: 0;
}

.sponsored-items .item .content .webpage a {
	color: #259EBE;
	font-weight: 500;
}

.sponsored-items .item .content-no-img {
	padding: 18px 20px;
}

.sponsored-items .item .content h3,
.sponsored-items .item .content-no-img h3{
	margin: 0 0 17px;
	font-size: 16px;
	font-weight: 500;
	color: #259EBE;
}

.cp-masonry-posts, .cp-masonry-posts-50 {
	width: 100%;
	float: left;
	clear: both;
}
.cp-masonry-posts .cp-post, .cp-masonry-posts-50 .cp-post {
	box-shadow: none;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.cp-masonry-posts .cp-post-content, .cp-masonry-posts-50 .cp-post-content {
	padding: 18px 20px 16px;
}
.cp-masonry-posts .cp-post-content h3, .cp-masonry-posts-50 .cp-post-content h3 {
	margin: 0 0 17px;
	font-size: 16px;
	font-weight: 500;
}

.cp-masonry-posts.information .cp-post-content h3 {
	color: #259EBE;
}

.cp-masonry-posts.information .cp-post-content .content .webpage a {
	color: #259EBE;
	font-weight: 500;
}

.cp-masonry-posts .cp-post-content h3 a, .cp-masonry-posts-50 .cp-post-content h3 a {
	color: #259EBE;
}

.cp-masonry-posts .sticky h3, .cp-masonry-posts-50 .sticky h3 {
	font-size: 30px;
	font-weight: 700;
}
.cp-masonry-posts .cp-post-content p, .cp-masonry-posts-50 .cp-post-content p {
	margin: 0;
	line-height: 24px;
}
.cp-masonry-posts .cp-post-content p a, .cp-masonry-posts-50 .cp-post-content p a {
	color: #259EBE;
	font-weight: 500;
}
.cp-masonry-posts .cp-post-content .cp-post-tools, .cp-masonry-posts-50 .cp-post-content .cp-post-tools {
	margin: 0 0 9px;
}
.cp-masonry-posts .cp-post-content .cp-post-tools li {
	display: block;
}
.cp-masonry-posts .cp-post-content .cp-post-rating, .cp-masonry-posts-50 .cp-post-content .cp-post-rating {
	position: relative;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	width: auto;
	display: inline-block;
	border-radius: 2px;
	padding: 0 15px;
	line-height: 30px;
	position: absolute;
	background: #fff;
	top: -15px;
}
.cp-masonry-posts .cp-post-content blockquote, .cp-masonry-posts .cp-post-content strong.link-post, .cp-masonry-posts-50 .cp-post-content blockquote, .cp-masonry-posts-50 .cp-post-content strong.link-post {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	padding-left: 50px;
	position: relative;
	word-wrap: break-word;
	display: block;
}
.cp-masonry-posts .cp-post-content blockquote:before, .cp-masonry-posts .cp-post-content strong.link-post:before, .cp-masonry-posts-50 .cp-post-content blockquote:before, .cp-masonry-posts-50 .cp-post-content strong.link-post:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 36px;
	position: absolute;
	left: 0;
	top: 9px;
}
.cp-masonry-posts .cp-post-content strong.link-post:before, .cp-masonry-posts-50 .cp-post-content strong.link-post:before {
	content: "\f0c1";
}
.cp-masonry-posts #cp-cat-slider, .cp-masonry-posts-50 #cp-cat-slider {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}
.cp-masonry-posts .owl-theme .owl-controls {
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	z-index: 99;
}

.cp-masonry-posts.information {
	margin: 0 -15px;
}
/**** Author Box ***/
.cp-author-box-large {
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	width: 100%;
	float: left;
	border-radius: 2px;
}
.cp-author-box-large .cp-author-details {
	width: 100%;
	float: left;
	padding: 17px 20px 20px;
}
.cp-author-box-large .cp-author-details h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.cp-author-box-large .cp-author-details small {
	text-align: center;
	color: #888888;
	font-size: 14px;
	display: inherit;
	margin: 7px 0 9px;
}
.cp-author-box-large .cp-author-social {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	text-align: center;
}
.cp-author-box-large .cp-author-social li {
	list-style: none;
	display: inline-block;
	margin: 0 4px 0 3px;
}
.cp-author-box-large .cp-author-social li a {
	width: 43px;
	height: 43px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 100%;
	font-size: 20px;
	color: #ccc;
	text-align: center;
	line-height: 43px;
}
.cp-author-box-large p {
	line-height: 24px;
}

/************ Masonry Posts End ***************/



/***************  404 Page  *******************/

.p404 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0;
}
.p404 h2 {
	font-size: 48px;
	font-weight: 500;
	line-height: normal;
	color: #222222;
	margin: 33px 0 20px;
}
.p404 strong {
	color: #888888;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.p404 .loadmore-holder {
	margin-bottom: 50px;
}
.p404 .navbar-form .form-control {
	width: 500px;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0,0,0,.23);
	height: 41px;
	line-height: 41px;
	padding-left: 15px;
}
.p404 .btn-submit {
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	line-height: 41px;
	text-transform: uppercase;
	box-shadow: 0 0 4px rgba(0,0,0,.23);
	padding: 0 15px;
	margin-left: 2px;
}
/******************   404 Page End  ****************/




/******************   Contact Us Page   ****************/

.cp-contact-form .material .material-input {
	margin: 0;
	padding: 0;
}
.cp-contact-form .input-group {
	width: 100%;
}
.cp-contact-form ul {
	margin: 0;
	padding: 0;
}
.cp-contact-form ul li.input-group {
	list-style: none;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
}

.cp-contact-form ul li {list-style:none;}

.cp-contact-form .input-group-addon {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	color: #888888;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	width: 41px;
	border-right: 1px solid #ccc !important;
	height: 21px;
	padding: 0;
	vertical-align: top;
	line-height: 21px;
}
.cp-contact-form .material .material-input input {
	border: 0;
	height: 21px;
	padding: 0 15px;
	font-size: 14px;
}
.cp-contact-form .material .material-input textarea {
	border: 0;
	padding: 0 15px;
}
.cp-contact-form .form-control {
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	border: 0;
}
.cp-contact-form .material .material-bar::before, .cp-contact-form .material .material-bar::after {
	bottom: -21px;
}
.cp-contact-form .form-control:focus {
	box-shadow: none;
}
.cp-contact-form .btn-submit {
	border: 0;
	color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	float: right;
	margin-top: 30px;
	height: 41px;
	line-height: 41px;
	padding: 0 25px;
	text-transform: uppercase;
}
.contact-info ul {
	padding: 0;
	margin: 0;
}
.contact-info li {
	list-style: none;
	color: #888888;
	border-bottom: 1px solid #cccccc;
	padding: 13px 0 17px;
}
.contact-info .address-addon {
	float: left;
	width: 27px;
	line-height: 24px;
}
.contact-info p {
	margin: 0;
	line-height: 24px;
	padding-left: 27px;
}
.toggle-map {
	height: 120px;
	line-height: 120px;
	text-align: center;
	margin-top: 50px;
}
.toggle-map .btn-primary {
	background: none;
	border: 0;
	box-shadow: none;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	outline: none;
}

.toggle-map .btn-primary:focus, .toggle-map .btn-primary:hover {outline:none;}


.toggle-map .btn-primary:hover, .toggle-map .btn-primary:focus {
	background: none;
}
.toggle-map .btn-primary .fa-map-marker {
	font-size: 40px;
	text-shadow: 0 2px 3px rgba(0,0,0,.23);
	margin-right: 20px;
}
.toggle-map .btn-primary.collapsed:after, .toggle-map .btn-primary:after {
	content: "\f107";
	font-family: FontAwesome;
	height: 26px;
	width: 26px;
	text-align: center;
	line-height: 26px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 3px rgba(0,0,0,.23);
	color: #0f0f0f;
	display: inline-block;
	margin-left: 20px;
}
.toggle-map .btn-primary:after {
	content: "\f106 ";
}
.map_canvas {
	width: 100%;
	height: 550px;
}

.map_canvas iframe {width:100%;}

.cp-no-margin {
	margin-bottom: 0;
	padding-bottom: 0;
}
/******************   Contact Us Page End  ****************/


/******************   Login Page   ****************/

@media screen and (max-width: 767px) {
	.cp-login-box, .register-teaser {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.cp-login-box, .register-teaser {
		width: 40%;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1336px) {
	.cp-login-box, .register-teaser {
		width: 35%;
	}
}
@media screen and (min-width: 1337px) {
	.cp-login-box, .register-teaser {
		width: 30%;
	}
}
.cp-login-box {
	margin: 0 auto;
	box-shadow: 0 1px 4px rgba(0,0,0,.23);
	padding: 40px 30px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	display: table;
}
.cp-login-box .user-pic {
	background: #fff;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -55px;
}
.cp-login-box .user-pic img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
	border-radius: 100%;
}

.cp-login-box ul li h4 a {
	color: #28a0bf;
}

.cp-login-form ul {
	margin: 0;
	padding: 0;
}

.cp-login-form  .material .material-group label {
	color:rgba(0,0,0,.0);
}

.cp-login-form  .material .material-group label:before 	{
	color:#666;
}

.register-teaser {
	float: none;
	margin: 0 auto;
	padding: 0;
}

.register-teaser p {
	font-size: 15px;
	margin-bottom: 50px;
}

.cp-register-form .cp-login-form  .material .material-group label:before {
	color:#666;
}

/*.cp-register-form .cp-login-form  .material .input-group.seekPurpose .material-group label {display: none;}*/

.cp-register-form .cp-login-form .input-group.seekPurpose {
	padding: 10px;
}

.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"] {
	display: none;
}

.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"] + label {
	margin-top: 4px;
	margin-left: 5px;
	position: relative;
	cursor: pointer;
	color: #555;
	font-weight: 300;
	font-size: 14px;
}

.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"] + label.disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: auto;
	user-select: none;
}

.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"] + label.subcatOne {
	margin-left: 30px;
}

.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"] + label.subcatTwo {
	margin-left: 60px;
}

.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"] + label::before {
	border: 1px solid #ccc;
}

.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"]:checked + label::after {
	left: 3px;
	top: 0;
	color: #259EBE;
}

.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="text"] {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	outline: none;
}

.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="text"]:disabled {
	background: #F6F6F6;
}

.cp-register-form .reg-terms {
	left: 60px;
	position: absolute;
	margin-top: 2px;
}

@media screen and (max-width: 500px) {
	.cp-register-form button[type=submit],
	.cp-login-form button[type=submit] {
		display: block;
		width: 100%;
		margin-top: 40px;
	}
}

.cp-login-form ul li {
	list-style: none;
	margin-bottom: 20px;
	clear: both;
	width: 100%;
	float: left;
}
.cp-login-form .input-group-addon {
	background: none;
	border: 0;
	border-right: 1px solid #ccc !important;
	padding: 0;
	text-align: center;
	width: 45px;
	color: #888888;
	font-size: 15px;
}
.cp-login-form .input-group {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 10px 0;
	width: 100%;
}

.cp-login-form .input-group span.reg-select {
	display: block;
	padding: 0 15px;
}

.cp-login-form .input-group span.reg-select select {
	width: 100%;
	border: none;
}

.cp-login-form .input-group span.reg-select select:active,
.cp-login-form .input-group span.reg-select select:focus {
	outline: 1px solid #ccc;
}

.cp-login-form .input-group .form-control {
	border: 0;
	box-shadow: none;
	padding: 0 0 0 15px;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
}
.cp-login-form .material .material-input {
	margin: 0;
	padding: 0;
}
.cp-login-form .material .material-bar:before, .cp-login-form .material .material-bar:after {
	bottom: -10px;
}
.cp-login-form .material .material-checkbox:before {
	content: "\f00c";
	font-family: FontAwesome;
	background: #fff;
	color: #888888;
	padding: 0;
	font-size: 10px;
}
.cp-login-form .material .material-checkbox {
	border: 1px solid #cccccc;
	width: 15px;
	height: 15px;
	border-radius: 2px;
}
.cp-login-form .material .material-group {
	margin: 0;
	padding: 0;
	float: left;
}
.cp-login-form .material-group-item > label {
	font-size: 14px;
	color: #888;
	font-family: 'Roboto', sans-serif;
}
.cp-login-form .btn-submit {
	float: right;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	border-radius: 2px;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 15px;
	text-transform: uppercase;
}
.cp-login-form .forgot {
	text-align: right;
	font-style: italic;
}
.cp-login-form .or-sp {
	width: 100%;
	float: left;
	text-align: center;
	margin:10px 0 16px;
}
.cp-login-form .or-sp strong {
	width: 40px;
	height: 31px;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,.23);
	display: inline-block;
	color: #fff;
	line-height: 31px;
	position: relative;
}
.cp-login-form .or-sp strong:before {
	position: absolute;
	width: 70px;
	height: 1px;
	background: #cccccc;
	content: "";
	left: -80px;
	top: 15px;
}
.cp-login-form .or-sp strong:after {
	position: absolute;
	width: 70px;
	height: 1px;
	background: #cccccc;
	content: "";
	right: -80px;
	top: 15px;
}

.cp-login-form .login-remember {
	left: 60px;
	position: absolute;
	margin-top: 2px;
}

.cp-social-login {text-align:center;}
.cp-login-form .cp-social-login li {margin-bottom:10px;}
.cp-social-login h3 {margin:0 0 7px; font-size:18px; font-weight:700; text-transform:uppercase;}
.cp-login-form .signup { width:100%; float:left; border-top:1px solid #ccc; text-align:right; margin-top:20px; padding-top:17px; font-weight:bold;}
.cp-login-form input[type="file"] { padding-left:10px;}

/******************   Login Page End   ****************/



/*animation effect*/

.catname {
	overflow: hidden;
	position: relative;
}
.cp-featured-news-slider .btn:hover {
	color: #fff;
}
.ink {
	display: block;
	position: absolute;
	background: rgba(0,0,0,.5);
	/*	background: hsl(180, 40%, 80%); */
	border-radius: 100%;
	transform: scale(0);
	color: #fff;
}
.ink.animate {
	animation: ripple 0.65s linear;
	color: #fff;
}
@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

.cp-thumb {
	/*background: #000;*/
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.cp-thumb.search-results {
	/*height: 250px;*/
}
	.cp-thumb.search-results iframe {
		width:100%;
		/*height:250px;*/
		border:0;
	}

.gallery-orange-hover {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.gallery-orange-hover:hover {
	-webkit-box-shadow: 0 0 3px 2px rgba(245,133,56,1);
	-moz-box-shadow: 0 0 3px 2px rgba(245,133,56,1);
	box-shadow: 0 0 3px 2px rgba(245,133,56,1);
}

.cp-thumb:hover img,
.cp-mega-menu ul li:first-child ul.channels-menu .cp-thumb:hover a img {
	transform: scale(1.2);
}

.cp-post-details .cp-thumb:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}


/**************** Transition *******************/
.cp-thumb img, .gallery-hover, .cp-gallery-grid img, .cp-news-grid-style-1 .cp-news-post-excerpt h3 a, .catname-btn, .cp-news-post-excerpt img, .footer-social li a, .cp-thumb, .cp-pro-content, .cp-product-grid ul.grid > li, .cp-cart-button, .cp-post-content h3 a, .cp-news-grid-style-3 .grid-holder .cp-thumb
{
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 767px) {
	.mobile-hidden {
		display: none;
	}
	.cp-news-grid-style-1 .col-md-6 .cp-news-post-excerpt .cp-thumb img{
		max-height: unset;
		max-width: unset;
	}

	.cp-news-grid-style-1 .grid li:not(:first-child) .cp-news-post-excerpt:not(.few-text){
		height: unset;
		min-height: unset;
	}

	.cp-news-grid-style-1 .grid li:not(:first-child) .cp-news-post-excerpt:not(.few-text) h3 {
		margin-bottom: 0;
	}

	.cp-news-grid-style-1 .col-md-12 .cp-news-post-excerpt .cp-thumb img{
		max-height: none;
	}

	.cp-news-post-excerpt.featured-events:not(.first) .cp-thumb {
		/*height: 300px;*/
	}
}

.cp-thumb.newslist {
	max-height: 200px;
	overflow: hidden;
}

.cp-news-post {margin-bottom:30px;}


/* Forms design */

.classified-form-overlay {
	width: 100%;
	height: 77px;
	position: absolute;
	z-index: 10;
}

#xpat-collapse{
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

	#xpat-collapse #new-classified fieldset:first-of-type{
		padding-top: 25px;
	}

	#xpat-collapse .form-control{
		height: 45px;
		font-size: 16px;
		box-shadow: none;
	}

	#xpat-collapse textarea.form-control {
		height: unset;
		max-width: 100%;
	}

	#xpat-collapse .panel{
		border-radius: 0;
		border: none;
		box-shadow: none;
	}

	#xpat-collapse .panel form fieldset {
		margin-bottom: 0px;
		padding: 0 95px 60px;
	}

	#xpat-collapse .panel form fieldset.has-error .form-control {
		border: 2px solid red;
	}

	#xpat-collapse .panel #dropzone fieldset {
		margin-bottom: 0;
	}

	#xpat-collapse .panel form fieldset.contact,
	#xpat-collapse .panel form fieldset input.place,
	#xpat-collapse .panel form fieldset input.relLink,
	#xpat-collapse .panel form fieldset input.contact {
		/*padding: 0 95px 14px;*/
	}

	#xpat-collapse .panel form fieldset.dropzone-field {
		padding: 0 95px 0px;
	}
		#xpat-collapse .panel form fieldset.contact.last {
			padding: 0 95px 60px;
		}

		#xpat-collapse .panel .panel-heading {
			border: none;
			border-radius: 0;
			padding: 0;
			position: relative;
			text-transform: uppercase;
		}
			#xpat-collapse .panel .panel-heading a {
				display: block;
				height: 77px;
			}
			#xpat-collapse .panel .panel-heading .panel-title {
				padding: 30px 0 25px 30px;
				float: left;
				font-size: 20px;
			}

			#xpat-collapse .panel .panel-heading .arrow-block {
				position: absolute;
				right: 0;
				top: 0;
				width: 100px;
				float: right;
				background-color: #f58538;
				height: 77px;
				-webkit-transition: opacity 0.3s ease-in-out;
				-moz-transition: opacity 0.3s ease-in-out;
				-ms-transition: opacity 0.3s ease-in-out;
				-o-transition: opacity 0.3s ease-in-out;
				transition: opacity 0.3s ease-in-out;
			}
				/*#xpat-collapse .panel .panel-heading .arrow-block i {
					line-height: 77px;
					font-size: 70px;
				}*/

			#xpat-collapse .panel .panel-heading .arrow-block img {
				padding: 14px 20px;
			}

			#xpat-collapse .panel .custom-form-submit img {
				position: absolute;
				right: 0;
				top: 0;
				padding: 23px;
			}

			#xpat-collapse .panel .custom-form-submit.delete img {
				left: 0;
			}

	#xpat-collapse .panel .custom-form-submit {
		background-color: #f58538;
		position: relative;
		float: left;
		width: 100%;
		height: 95px;
		cursor: pointer;
		margin-top: 50px;
		border: 0;
		padding: 0;
		overflow: hidden;
		outline: 0;
		-webkit-transition: opacity ease-in-out 0.3s;
		-moz-transition: opacity ease-in-out 0.3s;
		-ms-transition: opacity ease-in-out 0.3s;
		-o-transition: opacity ease-in-out 0.3s;
		transition: opacity ease-in-out 0.3s;
	}

	#xpat-collapse .panel .custom-form-submit:hover {
		opacity: 0.8;
	}

#xpat-collapse .panel .custom-form-submit img {
	cursor: pointer;
}

#xpat-collapse .panel .custom-form-submit.my-classified {
	width: 49%;
}

#xpat-collapse .panel .custom-form-submit.my-classified.save {
	float: right;
}

#xpat-collapse .panel .custom-form-submit.my-classified img.delete {
	left: 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

	#xpat-collapse .panel .custom-form-submit p {
		margin: 0;
		color: white;
		cursor: pointer;
		font-size: 20px;
	}

	#xpat-collapse .panel .custom-form-submit.delete img {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
		/*#xpat-collapse .panel .custom-form-submit i,
		#xpat-collapse .panel .arrow-block i {
			color: #fff;
			float: right;
			font-size: 95px;
			line-height: 95px;
			margin: 0 13px;
			cursor: pointer;
		}*/

#xpat-collapse .panel .classifieds-editor {
	margin: 0 80px;
}

@media screen and (max-width: 767px) {
	#xpat-collapse .panel .panel-heading .panel-title {
		padding-left: 10px;
	}

	#xpat-collapse .panel .panel-heading .arrow-block {
		width: 80px;
	}

	#xpat-collapse .panel .panel-heading .arrow-block img {
		padding: 14px 10px;
	}
}

form.recommendation-form {
	padding: 25px;
	background-color: #259EBE;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

form.recommendation-form input,
form.recommendation-form .form-group,
form.recommendation-form textarea,
form.recommendation-form .catname-btn {
	margin-bottom: 30px;
}

form.recommendation-form .catname-btn {
	box-shadow: none;
}

form.recommendation-form textarea {
	resize: none;
}

form.classified {
	padding: 0px 0 0 0;
	float: left;
	width: 100%;
}

#dropzone {
	padding: 0 95px;
	width: 100%;
	float: left;
}

.dropzone .dz-preview {
	list-style-type: none;
}

form.classified  button[type="submit"] {
		width: 100%;
	}

/**
 * Seven col container
 */
.seven-cols-container {
	width: 100%;
	margin: 0 0 40px 0;
	display: block;
	float: left;
}

.seven-cols-container .seven-cols {
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
}

	.seven-cols-container .seven-cols a:not(:nth-of-type(7n)) {
		border-right: 1px solid #fff;
	}

	.seven-cols-container [class*=col-] {
		background-color: #259EBE;
		color: white;
		-webkit-transition: all ease-in-out 0.2s;
		-moz-transition: all ease-in-out 0.2s;
		-ms-transition: all ease-in-out 0.2s;
		-o-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
		float: left;
		vertical-align: middle;
		font-size: 32px;
		padding: 8px 5px 4px 5px;
		text-align: center;
	}
		.seven-cols-container [class*=col-]:hover {
			background-color: rgba(37,158,190, 0.8);
			color: #fff;
		}

		.seven-cols-container [class*=col-].active {
			background: #F58538;
		}
			.seven-cols-container [class*=col-].active:hover {
				/*background: rgba(225,89,21, 0.8);*/
				color: #fff;
			}
			.seven-cols-container .category-cols a.active:hover:after {
				/*border-top: solid 15px rgba(225,89,21, 0.8);*/
			}

		.seven-cols-container [class*=col-] p{
			font-size: 15px;
			font-weight: 300;
			margin: 0;
			color: white;
			text-transform: uppercase;
		}

	.seven-cols-container .category-cols {
		position:relative;
	}
		.seven-cols-container .category-cols a {
			text-transform: uppercase;
			font-size: 18px;
			padding: 15px 0;
			border-right: 1px solid #fff;
		}

		.seven-cols-container .category-cols a.active:after {
			content:'';
			position: absolute;
			top: 62px;
			left: 50%;
			transform: translateX(-50%) translateY(-50%);
			width: 0;
			height: 0;
			border-top: solid 15px #F58538;
			border-left: solid 15px transparent;
			border-right: solid 15px transparent;
		}

@media (max-width: 360px){
	.seven-cols-container .seven-cols .col-md-1,
	.seven-cols-container .seven-cols .col-sm-1,
	.seven-cols-container .seven-cols .col-lg-1  {
		width: 100%;
		*width: 100%;
		border-right: 0 solid #fff;
	}
}

@media (max-width: 360px){
	.seven-cols-container .category-cols .col-md-3{
		width: 100%;
		*width: 100%;
	}
}

@media (min-width: 361px) {
	.seven-cols-container .seven-cols .col-md-1,
	.seven-cols-container .seven-cols .col-sm-1,
	.seven-cols-container .seven-cols .col-lg-1 {
		width: 14.285714285714285714285714285714%;
		*width: 14.285714285714285714285714285714%;
	}
}

@media (min-width: 361px){
	.seven-cols-container .category-cols .col-md-3{
		width: 25%;
		*width: 25%;
	}
}


/****************  Meet People Filter ****************/

.meet-people-filter {
	float: left;
	width: 100%;
	margin: 30px 0;
}

.meet-people-filter .tab-content {
	float: left;
	width: 100%;
	background-color: #eee;
}

.meet-people-filter .tab-content #socializing_sport,
.meet-people-filter .tab-content #socializing_entertainment,
.meet-people-filter .tab-content #socializing_food_drink,
.meet-people-filter .tab-content #socializing_any,
.meet-people-filter .tab-content #recommendations,
.meet-people-filter .tab-content #requests,
.meet-people-filter .tab-content #recommendations_services_blue,
.meet-people-filter .tab-content #recommendations_services_white,
.meet-people-filter .tab-content #recommendations_places,
.meet-people-filter .tab-content #recommendations_misc {
	float: left;
	width: 100%;
}

.meet-people-filter .tab-content #socializing_sport .checkbox-group,
.meet-people-filter .tab-content #socializing_entertainment .checkbox-group,
.meet-people-filter .tab-content #socializing_food_drink .checkbox-group,
.meet-people-filter .tab-content #socializing_any .checkbox-group,
.meet-people-filter .tab-content #recommendations_services_blue .checkbox-group,
.meet-people-filter .tab-content #recommendations_services_white .checkbox-group,
.meet-people-filter .tab-content #recommendations_places .checkbox-group,
.meet-people-filter .tab-content #recommendations_misc .checkbox-group {
	padding: 10px 30px;
}

.meet-people-filter .tab-content #socializing_sport .checkbox,
.meet-people-filter .tab-content #socializing_entertainment .checkbox,
.meet-people-filter .tab-content #socializing_food_drink .checkbox,
.meet-people-filter .tab-content #socializing_any .checkbox,
.meet-people-filter .tab-content #recommendations_services_blue .checkbox,
.meet-people-filter .tab-content #recommendations_services_white .checkbox,
.meet-people-filter .tab-content #recommendations_places .checkbox,
.meet-people-filter .tab-content #recommendations_misc .checkbox {
	display: inline-block;
}

.nav-tabs#interest_tabs,
.nav-tabs#dating_tabs,
.nav-tabs#dating_woman_tabs,
.nav-tabs#dating_man_tabs,
.nav-tabs#socializing_tabs,
.nav-tabs#advice_tabs,
.panel-heading.recommendation_tabs {
	border-bottom: 2px solid white;
	float: left;
	width: 100%;
	text-align: center;
}

.panel-heading.recommendation_tabs {
	border-bottom: 1px solid white;
}

.panel-heading.recommendation_tabs {
	text-align: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.nav-tabs#interest_tabs > li {
	width: 33.33%;
}

.nav-tabs#dating_tabs  > li,
.nav-tabs#dating_woman_tabs  > li,
.nav-tabs#dating_man_tabs  > li ,
.nav-tabs#advice_tabs  > li{
	width: 50%;
}

.nav-tabs#socializing_tabs > li {
	width: 25%;
}

/*.nav-tabs#recommendation_tabs > li {
	width: 100%;
}*/

.nav-tabs#interest_tabs > li,
.nav-tabs#dating_tabs > li,
.nav-tabs#dating_woman_tabs > li,
.nav-tabs#dating_man_tabs > li,
.nav-tabs#socializing_tabs > li,
.nav-tabs#advice_tabs > li,
.panel-heading.recommendation_tabs > a {
	background: #259EBE;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.panel-heading.recommendation_tabs > a {
	display: block;
}

.nav-tabs#interest_tabs > li:hover,
.nav-tabs#dating_tabs > li:hover,
.nav-tabs#dating_woman_tabs > li:hover,
.nav-tabs#dating_man_tabs > li:hover,
.nav-tabs#socializing_tabs > li:hover,
.nav-tabs#advice_tabs > li:hover,
.panel-heading.recommendation_tabs > a:hover {
	background: #48b0cd;
}

.nav-tabs#interest_tabs > li.active,
.nav-tabs#dating_tabs > li.active,
.nav-tabs#dating_woman_tabs > li.active,
.nav-tabs#dating_man_tabs > li.active,
.nav-tabs#socializing_tabs > li.active,
.nav-tabs#advice_tabs > li.active,
.panel-heading.recommendation_tabs > a[aria-expanded=true] {
	background-color: #F58538;
}

.nav-tabs#interest_tabs > li > a,
.nav-tabs#dating_tabs > li > a,
.nav-tabs#dating_woman_tabs > li > a,
.nav-tabs#dating_man_tabs > li > a,
.nav-tabs#socializing_tabs > li > a,
.nav-tabs#advice_tabs > li > a {
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: white;
	background-color: transparent;
	font-weight: 500;
	font-size: 17px;
	padding: 27px 15px;
}

.panel-heading.recommendation_tabs > a {
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: white;
	font-weight: 500;
	font-size: 17px;
}

.panel-heading.recommendation_tabs > a:hover {
	color: white;
}

.nav-tabs#dating_tabs > li > a,
.nav-tabs#dating_woman_tabs > li > a,
.nav-tabs#dating_man_tabs > li > a,
.nav-tabs#socializing_tabs > li > a,
.nav-tabs#advice_tabs > li > a,
.panel-heading.recommendation_tabs > a {
	padding: 15px;
}

.nav-tabs#dating_woman_tabs > li > a span img.dating_img2,
.nav-tabs#dating_man_tabs > li > a span img.dating_img2{
	/*right: -90px;*/
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.tab-content #recommendations .panel-group {
	margin: 0;
}

.tab-content #recommendations .panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

.tab-content #recommendations #recommendations_services_blue,
.tab-content #recommendations #recommendations_services_white,
.tab-content #recommendations #recommendations_places,
.tab-content #recommendations #recommendations_misc {
	float: left;
	width: 100%;
}

.tab-content #dating_prefs .relationship {
	float: left;
	width: 100%;
	background-color: #eee;
	text-align: center;
	border-bottom: 1px solid white;
}
.tab-content #dating_prefs .relationship .checkbox {
	display: inline-block;
}

.tab-content #dating_prefs .relationship .checkbox:not(:last-of-type) {
	margin-right: 20px;
}

.tab-content .checkbox input[type='checkbox'] {
	display: none;
}

.tab-content .checkbox label {
	font-size: 16px;
}

.tab-content .checkbox input[type="checkbox"] + label::before,
.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"] + label::before {
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
}

.tab-content .checkbox input[type="checkbox"] + label::after,
.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"] + label::after {
	content: '';
	position: absolute;
	color: #41bfe7;
	left: 22px;
	top: -1px;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.tab-content #dating_prefs .preferences .checkbox input[type="checkbox"] + label::after {
	left: 24px;
}

.tab-content .checkbox input[type="checkbox"]:checked + label::after,
.cp-register-form .cp-login-form .input-group.seekPurpose .seekPurpose-wrapper input[type="checkbox"]:checked + label::after{
	font-family: "FontAwesome";
	content: '\f00c';
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/*-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;*/
}

.tab-content #dating_prefs .preferences h3 {
	float: left;
	width: 100%;
	color: white;
	background-color: #259EBE;
	padding: 10px 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}

.tab-content /*#dating_prefs*/ .filter-submit{
	float: left;
	width: 100%;
	background-color: #259EBE;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid white;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.tab-content /*#dating_prefs*/ .filter-submit:hover {
	background-color: #48b0cd;
}


.tab-content/* #dating_prefs*/ .filter-submit p {
	color: white;
}

.tab-content /*#dating_prefs*/ .filter-submit img {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-bottom: 5px;
}

.tab-content /*#dating_prefs .preferences*/ .pref-text {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #e0e0e0;
	padding: 10px 0;
	border-bottom: 1px solid white;
}

.tab-content #dating_prefs .preferences .pref-parameters {
	background-color: #eee;
	float: left;
	width: 100%;
	border-bottom: 1px solid white;
}

.tab-content #dating_prefs .preferences .pref-parameters .checkbox {
	margin-bottom: 15px;
}

.tab-content #dating_prefs .preferences .pref-parameters input[type="checkbox"] + label {
	font-size: 14px;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age span {
	position: absolute;
	left: 55px;
	font-weight: 500;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age span.max-age {
	top: 53px;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age span.min-age {
	bottom: -10px;
}

.tab-content #dating_prefs .preferences .pref-parameters [class|=pref] {
	display: inline-block;
	float: left;
	position: relative;
	width: 25%;
}

.tab-content #dating_prefs .preferences .pref-parameters [class|=pref] h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin: 17px 0 33px;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age h4 {
	margin-bottom: 14px;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age .slider-vertical {
	margin: 10px 0 0 70px;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age #range-slider .slider-track {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ccc;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age #range-slider .slider-track .slider-selection {
	background: #F58538;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age #range-slider .slider-handle.triangle {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 20px solid #41bfe7;
	border-bottom: 12px solid transparent;
	border-left: none;
	margin-left: 16px;
	margin-top: -12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age #range-slider .tooltip {
	cursor: pointer;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age #range-slider .tooltip .tooltip-arrow{
	display: none;
}

.tab-content #dating_prefs .preferences .pref-parameters .pref-age #range-slider .tooltip .tooltip-inner {
	background: white;
	color: black;
	margin: 1px 0 0 10px;
	font-weight: 600;
	font-size: 15px;
}

#meet-people-results {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

/****************  Meet People Filter End ****************/


/****************  Singles Profile ****************/

.chosen-container {
	width: 100%;
}

.chosen-container-multi .chosen-choices {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.chosen-container-multi .chosen-choices .search-choice {
	width: unset;
	float: left;
	clear: none;
}

#profile h4, #profile p {
	float: left;
	width: 100%;
}

#profile h3 {
	margin-top: 0;
}

/****************  Singles Profile End ****************/


/****************  Singles Page ****************/

.cp-gallery.single {
	margin: 10px 0;
}

.singles-contact,
.singles-information {
	border-bottom: 1px solid #259EBE;
}

.singles-contact p,
.singles-information p {
	padding-left: 20px;
	font-size: 16px;
}

.singles-information p span,
.singles-contact p span {
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
}

.singles-text {
	margin-top: 20px;
	font-size: 16px;
}

/****************  Singles Page End ****************/

/****************  Singles List ****************/

.cp-news-grid-style-1.classifieds .cp-news-post-excerpt.singles {
	min-height: unset;
	height: 452px;
}

.cp-news-grid-style-1 .col-md-6 .cp-news-post-excerpt.singles h3 {
	font-size: 18px;
}

.cp-news-grid-style-1.classifieds .cp-news-post-excerpt.singles .cp-post-content p {
	font-size: 14px;
	margin-bottom: 5px;
}

.cp-news-grid-style-1 .grid li:not(:first-child) .cp-news-post-excerpt.singles {
	height: 452px;
}

/****************  Singles List End ****************/


/****************  Movieshows Table ****************/
table.table-bordered button {
	width: 100%;
}

#savetimetable button[type="submit"] {
	float: right;
}

#savetimetable button.save-week-button {
	margin-right: 10px;
}
/****************  Movieshows Table End ****************/



/****************  Movies Page ****************/

article.has-edit-button .movie-title {
	margin-top: 0;
}

article.has-edit-button .cp-post-rating.movie {
	margin-bottom: 30px;
}

article.has-edit-button .movie-plot {
	font-size: 16px;
	margin-bottom: 20px;
}

article.has-edit-button .movie-img,
article.has-edit-button .movie-trailer {
	padding: 0;
}

article.has-edit-button .movie-img img {
	max-width: 100%;
}

article.has-edit-button .movie-trailer iframe {
	width: 100%;
	min-height: 350px;
}

/****************  Movies Page End ****************/



/****************  Sponsors Page End ****************/


.cp-single-post .cp-post-content p.sponsorLabel {
	padding-left: 0;
}

/****************  Sponsors Page End ****************/
