
#wrapper {
	position: relative;
}
.row.no-gutter [class*='col-']:first-child {
	padding-left: 0;
}
.row.no-gutter [class*='col-']:last-child {
	padding-right: 0;
}
.col-md-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
table {
	border-collapse: collapse;
}
.text-bold {
	font-weight: 700;
}
.text-semibold {
	font-weight: 500;
}
.text-regular {
	font-weight: 400;
}
.text-light {
	font-weight: 300;
}
.text-thin {
	font-weight: 100;
}
.text-italic {
	font-style: italic;
}
.content-group-sm {
	margin-bottom: 15px!important;
	position: relative;
}
.no-margin {
	margin: 0 !important;
}
br {
	display: block;
	line-height: 22px;
}
.clear {
	clear: both;
}
b {
	font-weight: 600;
}
a {
	color: #777;
}
a:hover {
	text-decoration: none;
}

.last {
	margin-bottom: 14px;
}
.container { 
	padding: 0;
	width: 100%;max-width:1152px;
	
	position: relative;
}
ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 14px;
}
.image {
	position: relative;
	width: 100%;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 57%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.list-inline > li {
	display: inline-block;
	padding-left: 0;
}

.center {
	text-align: center;
}
/* 1.2 - Heading Styles
    -----------------------------------------------------------------*/
.title-style01 {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 0;
	margin-bottom: 1.125em;
}
.title-style01>h3 {
	display: inline-block;
	font-weight: 400;
	padding-bottom: 4px;
	margin-bottom: -2px;
	margin-top: 0;
}
.title-style01 h3 b {
	font-weight: 500;
	color: #333;
}
.title-style02 {
	width: 100%;
	background-color: #2c2c34;
	margin-top: 0;
	margin-bottom: 1.625em;
	height: 40px;
	padding: 6px 16px;
}
.title-style02 h3, .title-style02-light h3 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.title-style02 a {
	color: #ecedf2;
}
.title-style02 a:hover {
	color: #FFF !important;
}
.title-style02-light {
	width: 100%;
	background-color: #8A8A90;
	margin-top: 0;
	margin-bottom: 1.625em;
	height: 40px;
	padding: 6px 16px;
}
.title-style03 {
	padding: 1px 0 2px;
	color: #c2c2c2;
}
.underline03 {
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}
.underline03::after {
	background: rgba(112, 113, 124, 0.3);
	content: "";
	display: block;
	height: 2px;
	margin: 3px auto 5px;
	width: 250px;
}
.underline03::before {
	bottom: 7px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 30px;
}
.title-left.underline03::after {
	width: 280px;
	margin-left: 2px;
}
.title-left.underline03::before {
	left: 2px;
	margin-bottom: 8px;
	background: #fff;
}
.underline04 {
	display: inline-block;
	padding-bottom: 4px;
	position: relative;
}
.underline04::after {
	background: rgba(133, 133, 133, 0.5);
	content: "";
	display: block;
	height: 1px;
	margin: 3px auto 5px;
	width: 250px;
}
.title-left.underline04::after {
	width: auto;
	margin-left: 2px;
}
.title-left.underline04::before {

	margin-left: 2px;
	margin-bottom: 2px;
}
.container-half .title-left.underline04::after {
	width: auto;
	margin-left: 22px;
}
.container-half .title-left.underline04::before {
	margin-left: 22px;
	margin-bottom: 2px;
}
.underline04::before {
	bottom: 7px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 30px;
}
.center-title {
	text-align: center;
	width: 100%;
	margin: 0 6px 1.625rem;
}
.title-style05 {
	text-transform: uppercase;
	text-align: center;
}
.title-style05.style-01 {
	color: #fff;
	position: relative;
	display: inline-block;
	border-radius: 2px;
	font-weight: 500;
	padding: 8px 35px;
	letter-spacing: .03em;
}
.title-style05.style-02 {
	color: #2c2c34;
	text-align: center;
	font-weight: 600;
}
.title-style05.style-02 span {
	display: inline-block;
	font-weight: 400;
}
.title-line-left, .title-line-right {
	display: inline-block;
	width: 200px;
	height: 1px;
	margin-top: 20px;
	position: relative;
}
.title-line-left::after, .title-line-right::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #e3e2e2;
	position: absolute;
	bottom: 4px;
	left: 0;
}
.block-title-1 {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 40px;
	position: relative;
	border-radius: 1px;
	padding: 6px 16px 6px;
	margin-bottom: 1px;
	text-transform: uppercase;
}
.block-title-1 h3 {
	margin-bottom: 0 !important;
}
.block-title-1 h3 a::after, .block-title-2 h3 a::after {
	font-size: 18px;
	content: "\f105";
	color: #fff;
	font-family: "FontAwesome";
	position: absolute;
	right: 16px;
	top: 6px;
}
.block-title-2 {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 40px;
	position: relative;
	border-radius: 1px;
	padding: 6px 16px 6px;
	margin-bottom: 1.625em;
	text-transform: uppercase;
}
.block-title-3 {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 40px;
	position: relative;
	border-radius: 1px;
	padding: 6px 16px;
	background-color: #212126;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 400;
}
.block-title-1 a, .block-title-1 a:hover, .block-title-2 a, .block-title-2 a:hover {
	color: #FFF !important;
}
.block-title-1 h3, .block-title-2 h3, .block-title-3 h3 {
	margin-top: 0;
}
.block-title-3 h3 {
	text-align: center;
	color: #ced2d9;
}
.block-title-3 h3 a {
	color: #ced2d9;
}
.block-title-3 h3 a:hover {
	color: #FFF !important;
}
/* 1.3 - Pagination
    -----------------------------------------------------------------*/
.pagination {
	margin: 0 0 14px;
}
.pagination>li>a {
	min-width: 36px;
	text-align: center;
}
.pagination > li > a {
	color: #666;
}
/* 1.4 - Row
    -----------------------------------------------------------------*/

/* 1.5 - Module
    -----------------------------------------------------------------*/
.highlight {
	background-color: #ececed;
}
.module {
	position: relative;
	height: auto;
}
.module-top {
	position: relative;
	height: auto;
	padding-top: 0;
}
.dark {
	background-color: #141417;
	overflow: hidden;
}
.dark .video-post_content p {
	color: #CCC;
}
.module-title {
	margin-bottom: 1.625em;
	height: 40px;
	display: table;
	position: relative;
}
.module-title .title span {
	margin: 0;
	padding: 6px 16px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 1px;
	font-weight: 500;
	display: table-cell;
}
.module-title h3 {
	margin-top: 0;
	letter-spacing: .5px;
}
.module-title .subtitle {
	margin: 0;
	text-transform: uppercase;
	display: table-cell;
	font-weight: 500;
	letter-spacing: .5px;
	color: #49494d;
}
.module-title .subtitle::before {
	font-family: "FontAwesome";
	content: '\f105';
	padding: 0 14px 0 18px;
	font-style: normal;
	color: #5e5e66;
}
.module-media {
	padding-bottom: 6px;
	position: relative;
	margin-bottom: 1.3em;
	margin-top: 6px;
}
.module-media img {
	width: 100%;
}
/* 1.5.1 - Schedule Promo Module */
.schedule-logo {
	width: auto;
	height: auto;
	border-radius: 3%;
	opacity: 1;
	padding: 6px 16px;
	z-index: 999;
	letter-spacing: .03em;
	display: inline-block;
	margin-bottom: 8px;
}
.schedule-logo a, .schedule-logo a:hover {
	color: #FFF!important;
	display: inline;
	text-transform: uppercase;
}
.square1, .square2, .square3, .square4, .square5, .square6, .square7, .square8, .square9, .square10, .square11 {
	position: absolute;
	width: 9em;
	height: 9em;
	margin: -1em auto auto -1em;
	transform-origin: 50% 50%;
	border-radius: 2%;
	opacity: 0;
	animation: square1 11s ease-in-out infinite;
}
.square2 {
	animation-delay: 2.5s;
	top: 20%;
	left: 50%;
	border: 3px solid rgba(0, 0, 0, .6);
}
.square3 {
	animation-delay: 5s;
	top: 20%;
	left: 10%;
	border: 4px solid rgba(65, 65, 77, .4);
}
.square4 {
	animation-delay: 1.5s;
	background-color: #333;
	top: 40%;
	left: 70%;
}
.square5 {
	animation-delay: 4.8s;
	top: 40%;
	left: 70%;
	border: 5px solid rgba(65, 65, 77, .3);
	background-color: #333;
}
.square6 {
	animation-delay: 4.5s;
	top: 40%;
	left: 60%;
	border: 9px solid rgba(65, 65, 77, .3);
}
.square7 {
	animation-delay: 2.5s;
	top: 50%;
	left: 20%;
	border: 4px solid rgba(65, 65, 77, .2);
}
.square8 {
	animation-delay: 4s;
	top: 20%;
	left: 40%;
	border: 3px solid rgba(139, 139, 153, .4);
}
.square9 {
	animation-delay: 3.5s;
	background-color: rgba(139, 139, 153, .3);
	top: 50%;
	left: 50%;
}
.square10 {
	animation-delay: 3.3s;
	border: 4px solid;
	top: 30%;
	left: 50%;
}
.square11 {
	animation-delay: 4.7s;
	border: 3px solid;
	top: 30%;
	left: 20%;
}
@keyframes square1 {
 0% {
 transform: scale(0);
 opacity: 0;
}
 33% {
 opacity: .05;
}
 66% {
 opacity: .5;
}
 99% {
 opacity: 0;
}
 100% {
 transform: scale(1.7);
}
}
.show-info {
	width: auto;
	position: relative;
	z-index: 300;
}
.show-info h3 {
	display: block;
	color: #CCC;
	margin-top: 0;
}
.show-info h2 {
	font-size: 3rem;
	font-weight: 400;
	display: inline;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.2;
}
.show-info-button {
	position: relative;
	display: inline-block;
	padding: 6px 12px;
	margin: 10px 0;
	border-radius: 2px;
	color: #FFF;
}
.show-info-button:hover {
	color: #FFF!important;
}
.show-info-button.bg-13:hover {
	color: #333!important;
}
.figure img {
	width: 260px;
	position: absolute;
	bottom: -20px;
	right: 0;
	z-index: 99999;
	display: inline;
}
/* 1.6 - Add Place
    -----------------------------------------------------------------*/
.sidebar-add-place, .top-sidebar-add-place {
	margin-bottom: 1.625em;
	text-align: center;
}
.top-sidebar-add-place h3 {
	margin-top: 0;
}
.add-place {
	margin: 30px 0;
	text-align: center;
}
.bottom-add-place {
	margin-bottom: 1.625em;
	text-align: center;
}
.add-place img, .sidebar-add-place img, .top-sidebar-add-place img, .bottom-add-place img {
	width: auto;
}
.sponsored, .sponsored:focus {
	display: block;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 auto 1.25em;
	white-space: nowrap;
	border-radius: 1px;
	height: 40px;
	width: 400px;
	padding: 6px 16px;
}
.sponsored-gray, .sponsored-gray:focus {
	display: block;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 auto 1px;
	white-space: nowrap;
	border-radius: 2px;
	height: 40px;
	background-color: #2c2c34;
	width: 400px;
	padding: 8px 16px;
}
.sponsored-gray {
	color: #FFF!important;
}
.header-add-place {
	overflow: hidden;
	padding: 20px 0;
	float: right;
	display: inline;
}
.header-add-place .desktop-add {
	margin: 0 auto;
	text-align: center;
}
/* 1.7 - Social Media
    -----------------------------------------------------------------*/
.google-plus:hover {
	color: #FFF;
	background-color: #dd4b39;
}
.linkedin:hover {
	color: #FFF;
	background-color: #0976b4;
}
.twitter:hover {
	color: #FFF;
	background-color: #2e9edd;
}
.facebook:hover {
	color: #FFF;
	background-color: #3b5998;
}
.youtube:hover {
	color: #FFF;
	background-color: #e52d27;
}
.instagram:hover {
	color: #FFF;
	background-color: #3f729b;
}
.google-plus, .linkedin, .twitter, .facebook {
	display: inline-block;
}
.menu-social-icons {
	overflow: hidden;
	padding: 6px 3px 0;
	margin-bottom: 3px;
}
.menu-social-icons li, .sidebar-social-icons li {
	float: left;
	width: 30px;
	margin-right: 16px;
}
.menu-social-icons li:last-child, .sidebar-social-icons li:last-child {
	margin-right: 0;
}
.sidebar-social-icons li:last-child {
	margin-right: 11px;
}
.sidebar-social-icons li a:hover, .menu-social-icons li a:hover {
	color: #FFF !important;
}
.menu-social-icons a {
	text-align: center;
	line-height: 40px;
	font-size: 1.3em;
	margin: 0;
	background-color: #f2f2f4;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 2px;
}
.sidebar-social-icons a {
	text-align: center;
	line-height: 40px;
	font-size: 1.3em;
	margin: 0;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 2px;
}
.menu-social-icons .google-plus:hover, .sidebar-social-icons .google-plus {
	color: #FFF;
	background-color: #dd4b39;
}
.menu-social-icons .linkedin:hover, .sidebar-social-icons .linkedin {
	color: #FFF;
	background-color: #0976b4;
}
.menu-social-icons .facebook:hover, .sidebar-social-icons .facebook {
	color: #FFF;
	background-color: #3b5998;
}
.menu-social-icons .twitter:hover, .sidebar-social-icons .twitter {
	color: #FFF;
	background-color: #2e9edd;
}
.menu-social-icons .youtube:hover, .sidebar-social-icons .youtube {
	color: #FFF;
	background-color: #e52d27;
}
.menu-social-icons .pinterest:hover, .sidebar-social-icons .pinterest {
	color: #FFF;
	background-color: #be0216;
}
.menu-social-icons .rss:hover, .sidebar-social-icons .rss {
	color: #FFF;
	background-color: #f90;
}
.menu-social-icons .tumblr:hover, .sidebar-social-icons .tumblr {
	color: #FFF;
	background-color: #36465d;
}
.sidebar-social-icons .google-plus:hover, .sidebar-social-icons .linkedin:hover, .sidebar-social-icons .facebook:hover, .sidebar-social-icons .twitter:hover, .sidebar-social-icons .youtube:hover, .sidebar-social-icons .pinterest:hover, .sidebar-social-icons .rss:hover, .sidebar-social-icons .tumblr:hover {
	opacity: .8;
}
.sidebar-social-icons {
	padding: 0;
	margin-bottom: 1.625em;
	margin-top: 0;
	height: auto;
	display: inline-block;
}
/* 1.8 - Labels
    -----------------------------------------------------------------*/
.label-1, .label-2, .label-3, .label-4, .label-5, .label-6, .label-7, .label-8, .label-9, .label-10, .label-11, .label-12, .label-14 {
	padding: 4px 6px;
	letter-spacing: .03em;
	font-weight: 400;
	color: #FFF;
	position: absolute;
	bottom: 4px;
	left: -3px;
	right: auto;
	top: auto;
	text-align: center;
	border-radius: 1px;
	text-transform: uppercase;
	border: none;
	margin-left: 16px;
	margin-bottom: 10px;
	z-index: 2;
}
a:hover[class^="label-"] {
	color: #FFF !important;
}
.entry-media a[class^="label-"] {
	bottom: 9px;
	margin-left: 22px;
}
.container-half .entry-media a[class^="label-"] {
	margin-bottom: 16px;
}
.label-13 {
	padding: 4px 6px;
	font-weight: 500;
	color: #FFF;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: auto;
	top: auto;
	text-align: center;
	border-radius: 1px;
	border: none;
	margin-left: 10px;
}
.label-1, .bg-1 {
	background-color: rgba(212, 0, 4, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-2, .bg-2 {
	background-color: rgba(64, 169, 255, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-3, .bg-3 {
	background-color: rgba(0, 70, 154, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-4, .bg-4 {
	background-color: rgba(76, 176, 80, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-5, .bg-5 {
	background-color: rgba(100, 65, 165, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-6, .bg-6 {
	background-color: rgba(255, 152, 0, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-7, .bg-7 {
	background-color: rgba(255, 64, 17, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-8, .bg-8 {
	background-color: rgba(57, 201, 187, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-9, .bg-9 {
	background-color: rgba(234, 2, 83, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-10, .bg-10 {
	background-color: rgba(100, 102, 108, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-11, .bg-11 {
	background-color: rgba(44, 44, 52, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-12, .bg-12 {
	background-color: rgba(0, 0, 0, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-12, .bg-12 {
	background-color: rgba(0, 0, 0, 1.00);
	color: #FFF;
	border-radius: 1px;
}
.label-13, .bg-13 {
	background-color: rgba(239, 241, 242, 0.9);
	color: #141417;
	border-radius: 1px;
}
.label-14, .bg-14 {
	background-color: rgba(0, 0, 0, .7);
	color: #ced2d9;
	border-radius: 1px;
}
/* 1.9 - Rollover Thumbnail
    -----------------------------------------------------------------*/
span.rollover {
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition: -webkit-transform .5s;
	background: url(../img/zoom.png) center center no-repeat #FFF;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
span.rollover:hover {
	opacity: .7;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition: -webkit-transform .5s;
}
.rollover-thumbnail {
	box-shadow: none;
	border-radius: 1px;
	position: relative;
	margin-bottom: 14px;
}

header {
	height: 250px;
}
/* 2.1 - Top-menu 
    ---------------------------------------------------------------------- */
.top-menu {
	height: 40px;
	background-color: #2c2c34;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.top-menu ul {
	margin: 0;
	padding: 0;
}
.top-menu ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.top-menu ul li a {
	color: #BBBABB;
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #4c4c59;
}
.top-menu ul li a:hover {
	color: #FFF !important;
	text-decoration: none;
}

/* 3.8 - Post
    -----------------------------------------------------------------*/
.item .item-image {
	display: table-cell;
	vertical-align: top;
	width: 110px;
}
.item .item-image-full {
	display: table-cell;
	vertical-align: top;
	width: 48%;
	margin-top: 22px;
}
.sidebar-scroll .item {
    display: table;
    width: 100%;
    position: relative;
    background-color: rgba(245, 245, 247, 0.9);
}
.item .item-image-full .img-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
}
.item-image-full::before {
    display: block;
    content: '';
    padding-top: 57%;
}
.item-image-full .img-full {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.item-image-full .img-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.item-image {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.item-image .img-link  {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
}
.item-image .img-link::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	transform: scale(1);
	opacity: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.item-image::before {
	display: block;
	content: '';
	padding-top: 54%;
}
.item-image .img-full {
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.entry-post .item .item-content p {
	margin-top: 6px;
	margin-bottom: 0;
}
.item .item-content {
	display: table-cell;
	vertical-align: top;
	width: auto;
}
.entry-post .item {
	display: table;
	width: 100%;
	margin-bottom: 17px;
	position: relative;
	-webkit-transition: box-shadow .2s ease-in-out;
	-webkit-transition-delay: 0;
	-moz-transition: box-shadow .2s ease-in-out;
	-o-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}
.entry-post .item .item-image {
	display: table-cell;
	vertical-align: top;
	width: 100px;
}
.entry-post .item .item-content {
	padding-left: 15px;
}
.entry-post .item-image:hover {
	opacity: .8;
}
/* 3.9 - 3.9 - Breaking News Ticker & News On-Air
    -----------------------------------------------------------------*/
.outer {
	width: auto;
	height: 40px;
	overflow: hidden;
	background-color: #000;
	margin-bottom: 1.625em;
}
.outer ul {
	padding: 0;
}
.outer li {
	padding: 8px 0 8px 15px;
}
.outer li a {
	text-decoration: none;
	color: #CCC;
	font-weight: 400;
}
.breaking-ribbon h4 {
	margin: 0;
}
.newsticker h4, .news-on-air h4 {
	margin: 0;
}
.breaking-ribbon {
	color: #FFF;
	width: auto;
	height: 100%;
	padding: 8px 16px;
	float: left;
	text-transform: uppercase;
	display: inline;
	letter-spacing: .01em;
}
.breaking-ribbon h5 {
	margin: 0;
	padding-top: 4px;
}
.newsticker, .news-on-air {
	position: relative;
	overflow: hidden;
	display: block;
	color: #CCC;
	height: 40px;
	background-color: #212126;
}
.news-on-air .fa {
	padding-right: 8px;
}
.outer .category {
	color: #FFF;
}
.outer a:hover {
	color: #FFF !important;
}
.navi {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
button.up, button.down {
	background-color: transparent;
	border: none;
	color: #FFF;
	float: left;
	font-size: 18px;
	transition: color .2s;
	opacity: .5;
	padding-right: 2px;
}
button.up:hover, button.down:hover {
	opacity: 1;
}
/* 3.10 - Exchange Rates
    -----------------------------------------------------------------*/
.currency {
	width: auto;
	margin-bottom: 1.625em;
	background-color: #FFF;
	padding: 8px 16px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.currency h3 {
	color: #393942;
	margin-top: .4em;
	margin-bottom: 0;
}
.currency h5 {
	margin-top: .4em;
}
.rates {
	display: block;
}
.currency h4 {
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 3px 30px;
	margin-top: .4em;
	margin-bottom: 0;
}
.currency h4:first-child {
	margin-top: 0;
}
.currency h4:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.currency span {
	color: #393942;
}
/* 3.11 - Currency Converter
    -----------------------------------------------------------------*/
.conversionForm {
	margin: auto;
	width: 100%;
	font-size: 1.175em;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 1.625em;
}
.conversionForm label {
	font-weight: 500;
}
.conversionForm-amount {
	width: 94%;
	margin: 6px auto;
}
.conversionForm-amount label {
	text-align: center;
	display: block;
}
.conversionForm-amount input {
	margin: 5px auto;
	display: block;
}
.conversionForm-currencies {
	width: 100%;
	clear: left;
	margin: 6px 0;
}
.conversionForm-currencies div {
	width: 50%;
	float: left;
	padding: 4px 14px 10px;
}
.conversionForm-currencies div label {
	text-align: center;
	display: block;
}
.conversionForm-currencies div select {
	width: 55px;
	display: block;
	margin: 5px auto;
	border: none;
}
.conversionForm .currencySubmit {
	display: block;
	margin: 8px auto;
	width: 100px;
	border-radius: 2px;
	border: none;
	padding: 6px 8px;
	text-transform: uppercase;
}
.output {
	text-align: center;
}
.open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #d4000e;
	border-color: #d4000e;
}
.no-spinners {
	-moz-appearance: textfield;
}
.no-spinners::-webkit-outer-spin-button, .no-spinners::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	color: #FFF;
}
.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #83838f;
	border-color: #83838f;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	color: #666;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
	z-index: 3;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle::after {
	bottom: -8px;
}
/* ----------------------------------------------------------------
    	3.0 - Main Section End
    -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    	4.0 - Sidebar
    -----------------------------------------------------------------*/

/* 4.1 - sidebar-newsfeed and sidebar-post
    ---------------------------------------------------------------------- */
.sidebar-newsfeed, .sidebar-post {
	overflow: hidden;
	background-color: #2c2c34;
	margin-bottom: 1.625em;
}
.sidebar-newsfeed ul li {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.sidebar-newsfeed ul li p {
	display: table-cell;
	vertical-align: top;
	width: auto;
	font-size: .975em;
}
.sidebar-post h3 {
	color: #838384;
	font-weight: 400;
	margin-top: .175em;
	margin-bottom: 0;
}
.sidebar-newsfeed li, .sidebar-post li {
	padding: 9px 4px;
	width: 100%;
	float: left;
	background-color: transparent;
	border-bottom: 1px solid #727273;
}
.container-full .sidebar-post li {
	padding: 11px 4px;
}
.sidebar-post li a:hover, .sidebar-post p, .sidebar-newsfeed li a:hover {
	color: #FFF!important;
}
.sidebar-newsfeed li img, .sidebar-post li img {
	width: 100px;
	float: left;
	margin: 0 12px 8px 4px;
	padding-top: 3px;
}
.sidebar-newsfeed li:last-child, .sidebar-post li:last-child {
	margin-bottom: 0;
}
.sidebar-newsfeed li:nth-child(even), .sidebar-post li:nth-child(even) {
	background: transparent;
}
.newsfeed-1, .newsfeed-2, .newsfeed-3, .newsfeed-4, .newsfeed-5, .newsfeed-6 {
	border-radius: 2px;
	margin-bottom: 0;
	width: auto;
	height: auto;
	overflow: hidden;
}
.newsfeed-1 ul, .newsfeed-2 ul, .newsfeed-3 ul, .newsfeed-4 ul, .newsfeed-5 ul, .newsfeed-6 ul {
	list-style: none;
}
.newsfeed-1 img, .newsfeed-2 img, .newsfeed-3 img, .newsfeed-4 img, .newsfeed-5 img, .newsfeed-6 img {
	float: left;
	width: auto;
	height: auto;
}
.sidebar-post .date {
	color: #e6e6eb!important;
}
.sidebar-newsfeed .item .item-image, .sidebar-post .item .item-image {
	display: table-cell;
	vertical-align: top;
	width: 100px;
}
.sidebar-newsfeed .item, .sidebar-post .item {
	display: table;
	width: 100%;
	position: relative;
	padding: 6px 16px;
	height: 86px;
}
.sidebar-newsfeed .item-content p a, .sidebar-post .item-content p a {
	color: #ced2d9;
	margin: 0;
}
.sidebar-newsfeed .item-content h4 a, .sidebar-post .item-content h4 a {
	color: #e9edf5;
	font-weight: 400;
}
.sidebar-post .item-content h3, .sidebar-newsfeed .item-content h3 {
	color: #838384;
	font-weight: 400;
	margin-top: .175em;
	margin-bottom: 0;
}
.sidebar-newsfeed .item .item-content, .sidebar-post .item .item-content {
	padding: 0 0 0 20px;
}
/* 4.2 - sidebar-image and sidebar-block
    ---------------------------------------------------------------------- */
.sidebar-image {
	opacity: 1;
}
.sidebar-image:hover {
	opacity: .7;
}
.sidebar-block {
	padding: 0;
	border: 1px solid #e3e2e2;
	border-radius: 1px;
	margin-bottom: 1.625em;
	margin-top: 0;
	text-align: center;
}
.sidebar-block p {
	margin-bottom: 0;
}
.sidebar-block img {
	max-width: 100%;
}
.sidebar-block .sidebar-content {
	padding: 6px;
	height: auto;
}
.sidebar-content h3 {
	margin-top: 0;
}

/* ----------------------------------------------------------------
    	4.0 - Sidebar End
    -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    	5.0 - Footer
    -----------------------------------------------------------------*/
#footer {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0;
	width: 100%;
	min-height: 400px;
}
#footer h3 {font-weight: 400;
    font-size: 24px;
}
#footer .about-us {
	color: #c2c2c2;
	margin-bottom: 40px;
}
#footer .site-logo {
	padding-left: 0;
	padding-right: 0;
	width: 300px;
	display: inline-block;
}
#footer .site-logo h3 {
	font-weight: 300;
	color: #CCC;
	margin-top: 0;
}
#footer .site-logo h3 span {
	font-weight: 400;
	color: #FFF;
}
#footer .site-logo p {
	font-weight: 400;
	color: #CCC;
	margin-top: 0;
}
#footer .site-logo img {
	width: 44px;
	margin-top: 4px;
	margin-right: 4px;
	padding: 0;
	float: left;
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}
#footer .col-md-3 {
	margin: 20px 0 0;
	overflow: hidden;
}
#footer .col-md-3 li {
	padding: 8px;
	width: 100%;
	float: left;
	padding-left: 0;
}
#footer .col-md-3 li a {
	color: #c2c2c2;
	padding: 0;
	margin: 0;
}
#footer .col-md-3 li a:hover {
	color: #FFF;
}
#footer .tagcloud a {
	color: #fff;
	background-color: #70717c;
	padding: 5px 10px;
	margin: 7px 7px 7px 0;
	display: inline-block;
}
#footer .tagcloud a:hover {
	background-color: #e40046;
	color: #fff;
}
.footer-post {
	display: inline-block;
	margin-top:7px;
}
.footer-post .item {
	display: table;
	width: 100%;
	position: relative;
}
.footer-post .item .item-image {
	display: table-cell;
	vertical-align: top;
	width: 66px; overflow:hidden;
}
.footer-post .item .item-content {
	padding: 0 0 0 16px;
}
/* 5.1 - copyrights
    ---------------------------------------------------------------------- */
#copyrights {
	background-color: #2d2e39;margin-top: 30px;
	min-height:38px;
}
.copyright {
    color: #7e7f8c;
    text-align: left;
    display: inherit;
    margin-top: 9px;
    vertical-align: top;
    float: right;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.footer-social-icons {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 160px;
	display: inline;
}
.footer-social-icons li a {
	font-size: 1.35em;
	color: #7e7f8c;
	background:none;
	float: left;
	line-height: 40px;
	text-align: center;
	width: 40px;
}


.footer-social-icons li a:hover {
	color: #FFF !important;
}
/* ----------------------------------------------------------------
    	5.0 - Footer End
    -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    	6.0 - Contact
    -----------------------------------------------------------------*/
.contact-us {
	height: auto;
	margin-top: 26px;
}
.contact-us p {
	margin-bottom: 16px;
}
.contact-us ul li {
	margin-bottom: 10px;
}
.contact-us ul li i {
	width: 30px;
	font-size: 20px;
}
.google-map-area {
	margin-bottom: 16px;
}
.contact-us span {
	color: #919199;
}
#map-canvas {
	height: 400px;
	margin-top: 4px;
}
/* ----------------------------------------------------------------
    	6.0 - Contact End
    -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    	7.0 - Sport
    -----------------------------------------------------------------*/

/* 7.1 - Sport Promo
    -----------------------------------------------------------------*/
.sport-promo {
	background-color: rgba(245, 245, 247, 0.9);
	margin-bottom: 1.625em;
	border: 1px solid #e3e2e2;
}
.sport-promo .time {
	color: #4cb050;
	margin: 0;
	letter-spacing: .03em;
	font-weight: 400;
}
.sport-promo-block a {
	position: relative;
	padding: 10px 22px;
	line-height: 1;
	display: block;
	border-bottom: 1px solid #e3e2e2;
}
.sport-promo ul {
	margin-bottom: 2px;
}
.sport-promo .list a {
	position: relative;
	padding: 10px;
	line-height: 1;
	display: block;
	border-bottom: none;
}
.sport-promo h3 {
	position: relative;
	font-weight: 400;
	color: inherit;
	margin-bottom: 8px;
	line-height: 1.2;
	padding-right: 100px;
}
.sport-promo-badge:last-child {
	right: 46px;
	z-index: 2;
}
.sport-promo-badge {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 36px;
}
.sport-promo-teams {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sport-promo-break {
	padding: 0;
}
.link-action {
	display: inline-block;
	font-weight: 400;
	font-size: 1.125em;
	color: inherit;
	text-decoration: none;
}
.link-action::before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: .75em;
	display: inline-block;
	left: 1px;
	color: #999;
	margin-right: 8px;
	position: relative;
}
/* 7.2 - Sport Fixtures & Results
    -----------------------------------------------------------------*/
.matches {
	background-color: rgba(245, 245, 247, 0.9);
	padding: 22px;
	padding-top: 12px;
	padding-bottom: 10px;
	-webkit-transform: translateZ(0);
	border: 1px solid #e3e2e2;
	margin-bottom: 22px;
}
.matches-header {
	color: inherit;
	text-align: center;
	padding: 5px 0;
	background: #eaeaea;
	margin-bottom: 2px;
}
.matches-list {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	position: relative;
}
.match {
	border-bottom: 1px solid #dcdcdc;
}
.match:last-child {
	border-bottom: none;
}
span.info {
	position: relative;
	display: table-cell;
	height: 36px;
	margin-bottom: 8px;
	margin-top: 8px;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 400;
	color: inherit;
}
span.side-1 {
	text-align: right;
	padding-right: 8px;
}
span.side-2 {
	text-align: left;
	padding-left: 8px;
}
.status {
	width: 3.74em;
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
}
.score-side {
	display: table-cell;
	background: inherit;
	vertical-align: middle;
	position: relative;
	text-align: center;
	color: #fff;
	color: inherit;
	width: 50%;
	text-indent: 0;
	-webkit-transition: all .33s linear;
	-moz-transition: all .33s linear;
	transition: all .33s linear;
	border: 1px solid;
	border-color: inherit;
	border-right-width: 0;
}
.score-side + .score-side {
	border-left-width: 0;
	border-right-width: 1px;
}
.score-side + .score-side::before {
	content: "-";
	width: 1em;
	text-align: center;
	position: absolute;
	left: -.5em;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
}
.info {
	width: 2em;
	text-align: right;
}
.matches .list {
	list-style: none;
	padding: 0;
	padding-top: 4px;
	margin-bottom: 0;
}
.list-bar > .list_item {
	display: inline-block;
	margin-right: 11px;
}
.list_item {
	margin-bottom: .2em;
	position: relative;
}
.list-bar > .list_item:last-child {
	margin-right: 0;
}
/* 7.3 - Tennis Results
    -----------------------------------------------------------------*/
.tennis-block {
	background: #fff;
	padding: 12px 18px 0;
	border: 1px solid #e3e2e2;
	margin-bottom: 1.625em;
}
.tennis-block ul {
	margin-top: 10px;
}
.tennis {
	display: table;
	background: #fff;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-top-width: 0;
	position: relative;
	color: inherit;
	z-index: 1;
	padding: 8px;
}
.tennis-players {
	display: table-cell;
	width: 55%;
	vertical-align: top;
}
.tennis-player {
	text-align: left;
	padding-left: 1.8em;
	position: relative;
	text-overflow: ellipsis;
}
.tennis-sets {
	display: table-cell;
	width: 33%;
	vertical-align: top;
}
.tennis-col {
	display: block;
	width: 20%;
	float: left;
}
.tennis-score {
	padding-right: .5em;
}
.tennis-points {
	width: 12%;
	display: table-cell;
	vertical-align: top;
}
.tennis-point {
	color: inherit;
}
.tennis-player:before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	background: #ffe001;
	border-radius: 50%;
	margin-top: .35em;
	visibility: hidden;
}
.tennis-players[data-winner]>.tennis-player:before {
	background: #ed1f24;
	visibility: hidden;
}
.tennis-players[data-winner="side1"]>.tennis-player:first-child:before {
	visibility: visible;
	-webkit-animation: server 1s ease-in-out 5;
}
.tennis-players[data-winner="side2"]>.tennis-player:before {
	visibility: visible;
	-webkit-animation: server 1s ease-in-out 5;
}
.tennis-players[data-winner="side2"]>.tennis-player:first-child:before {
	visibility: hidden;
}
.tennis-time {
	display: none;
	width: 9%;
}
.tennis[data-status="upcoming"]>.tennis-points, .tennis[data-status="upcoming"]>.tennis-sets {
	display: none;
}
.tennis[data-status="upcoming"]>.tennis-time {
	display: table-cell;
}
/* 7.4 - article-list shopping / article-list tickets
    -----------------------------------------------------------------*/
.article-list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #e6e7e9;
	margin: 30px 0;
	padding: 22px;
	height: auto;
	position: relative;
}
.article-list .article-list-title {
	position: relative;
}
.article-list .article-list-title .title-style01 {
	margin-bottom: 0;
}
.shopping-list-block {
	display: table;
	width: 100%;
	;
}
.double-title.shop-small {
	color: #232323;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.shopping {
	padding-bottom: 12px;
}
.shopping .shopping-title-link {
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 10px;
}
.shopping-title {
	padding-top: 10px;
}
.shopping .shopping-item-block {
	float: left;
	text-align: center;
	max-width: 23.5%;
	padding-top: 8px;
	margin-right: 2%;
}
.shopping .shopping-item-block:last-of-type {
	margin-right: 0;
}
.tickets-button {
	padding: 6px;
	color: #FFF;
	text-align: center;
	width: 100%;
	background-color: #4cb050;
}
.tickets-button:hover {
	color: #fff;
	background-color: #5db761;
}
.tickets .tickets-content {
	display: block;
	margin-bottom: 16px;
	margin-top: 6px;
	width: 100%;
}
.tickets .tickets-image {
	vertical-align: top;
	width: 108px;
	float: left;
	margin-right: 16px;
	margin-bottom: 18px;
}
.tickets .tickets-content p {
	font-weight: 400;
	letter-spacing: .05px;
	text-transform: none;
	margin-left: 22px;
	vertical-align: top;
	display: block;
}
/* ----------------------------------------------------------------
    	7.0 - Sport End
    -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    	8.0 - 404 Error Page
    -----------------------------------------------------------------*/
.error-404 {
	color: #49494d;
	margin-top: 26px;
	padding-top: 26px;
}
.error-msg {
	font-size: 90px;
}
.error-404 h2 {
	font-size: 3.125em;
	font-weight: 400;
	margin-bottom: 1.625em;
	margin-top: 0;
}
.main-search {
	margin-bottom: 1.625em;
	margin-top: 13px;
}
.error-404.text-center {
	margin-bottom: 0;
}
/* ----------------------------------------------------------------
    	8.0 - 404 Error Page End
    -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    	9.0 - Single Post Page
    -----------------------------------------------------------------*/
.post {
	position: relative;
}
.post .entry-media {
	position: relative;
}
.post .entry-media img {
	margin-bottom: 0;
}
.post-full .entry-title {
	margin-top: 36px;
	margin-bottom: 9px;
	font-weight: 500;
	text-transform: uppercase;
}
.post .entry-title, .post .entry-title a {
	color: #222;
}
.post .entry-title {
	line-height: 1.3;
	letter-spacing: .025em;
}
.post-full .entry-meta {
	margin-bottom: 24px;
}
.post .entry-meta {
	font-size: .9em;
	color: #999;
	text-transform: uppercase;
	margin-left: 0;
	padding-left: 0;
	font-weight: 400;
}
.post-full .entry-meta_item {
	margin-right: 20px;
}
.post .entry-meta_item {
	margin-right: 15px;
}
.post .entry-meta_link {
	color: #999;
	transition: all .3s;
	margin-left: 4px;
}
.post-full .title {
	margin-top: 20px;
	margin-bottom: 14px;
}
.post .title {
	color: #222;
	letter-spacing: .03em;
	text-transform: uppercase;
}
.post-full-block {
	margin-top: 20px;
	margin-bottom: 30px;
}
.post .entry-content img {
	margin-top: 0;
	margin-bottom: 30px;
	max-width: 100%;
}
.post-full p + p {
	margin-top: 25px;
}
.post p + p {
	margin-top: 10px;
	padding-top: 10px;
}
.post-tags {
	float: left;
	margin-top: 10px;
}
.post-tags_title {
	font-weight: 500;
	text-transform: uppercase;
}
.post-tags_link {
	margin-left: 3px;
	font-weight: 400;
	color: #999;
}
.post-content {
	padding: 8px 14px 6px;
	display: table-cell;
}
/* 9.1 - Author Post
    -----------------------------------------------------------------*/
.author-post {
	padding: 30px 20px 0;
	background-color: #f7f7fa;
	margin-bottom: 12px;
}
.author-post_img {
	float: left;
	width: 100px;
	margin-right: 16px;
}
.author-post_img img {
	border-radius: 50%;
}
.author-post_content {
	display: table-cell;
	vertical-align: top;
	width: auto;
}
.author-post_title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
	color: #999;
	letter-spacing: .02em;
	text-transform: uppercase;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 0;
}
.author-post_name {
	margin-left: 3px;
	font-weight: 600;
	color: #222;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 2px solid #d4000e;
	padding-bottom: 4px;
	margin-bottom: -2px;
}
.author-post_info {
	display: inline-block;
}
.author-post .social-links {
	margin-top: 8px;
}
.author-post ul {
	margin-bottom: 0;
}
.social-links .social-link {
	color: #aaa;
	padding: 8px;
}
.post-meta-elements {
	margin-bottom: 8px;
}
.post-meta-elements, .post-meta-elements a, .post-meta-elements .fa {
	font-size: 13px;
}
.post-meta-elements, .post-meta-elements a {
	color: #999;
	display: inline-block;
}
.post-meta-author, .post-meta-date, .post-meta-cat, .post-meta-comments {
	display: inline-block;
	margin: 0 16px 0 0;
}
.post-meta-elements .fa {
	margin: 0 6px 0 0;
	transition-duration: 0.3s;
}
/* 9.2 - Comment Section
    -----------------------------------------------------------------*/
.comment-section {
	margin-top: 22px;
}
.comment {
	margin-bottom: 1.625em;
	padding: 16px;
	border: 1px solid #eee;
}
.comment p {
	display: inline-block;
}
.comment-title {
	margin-bottom: 1.625em;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.comment-title .fa {
	margin: 0 6px 0 0;
}
.comment-title h4 {
	display: inline-block;
	border-bottom: 2px solid #d4000e;
	padding-bottom: 0;
	margin-bottom: -2px;
}
.comments-list {
	margin-top: 12px;
}
.comments-list .avatar {
	float: left;
	width: 70px;
	margin: 0 16px 10px 0;
}
.avatar img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.comment-content {
	display: table-cell;
	vertical-align: top;
	width: auto;
}
.comment-body p {
	padding-top: 10px;
}
.comments-list .comment-author {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 0;
}
.comments-list .comment-date {
	font-size: .9em;
	font-weight: 500;
	color: #999;
	text-transform: uppercase;
}
.comments-list .comment-btn {
	float: right;
	margin-left: 10px;
}
.comments-list .children {
	margin-left: 60px;
}
.comments-list .children .comment {
	border-left-width: 4px;
}
.form-reply-section {
	margin-top: 10px;
}
.form-reply-section .col-xs-12 {
	padding-left: 0;
}
.form-reply {
	margin-top: 0;
	margin-bottom: 1.625em;
}

.has-error .help-block {
	color: #d4000e;
}
.form-reply-section .btn {
	display: inline-block;
	background-color: #49494d;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	padding: 8px 30px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 1px;
}
.form-reply-section .btn:hover {
	color: #FFF;
}
textarea {
    resize: vertical;
    border: 1px solid #d6dae2;
}
.sidebar-categories {
	margin-bottom: 30px;
	font-size: 1.175em;
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 1.625em;
	padding: 22px 22px 8px;
}
.sidebar-categories ul {
	margin-bottom: 0;
}
.sidebar-categories ul li {
	margin-bottom: 1em;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 12px;
}
.sidebar-categories ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-categories span {
	float: right;
}
.sidebar-reviews {
	width: 100%;
	display: inline-block;
	list-style: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 22px;
	margin-bottom: 1.625em;
}
.sidebar-reviews > li {
	width: 100%;
	float: left;
	padding: 8px 0 12px;
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.sidebar-reviews > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.sidebar-reviews > li:first-child {
	margin-top: 0;
}

.sidebar-reviews li .reviews-content {
	margin: 0 0 8px;
}
.reviews-content h3 {
	margin-top: 0;
	margin-bottom: 4px;
}
.ranking-star {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ranking-star li:first-child {
	margin: 0;
}
.ranking-star li {
	width: auto;
	float: left !important;
	margin: 0 0 0 4px;
	border: 0;
	padding: 0;
	list-style-type: none;
	line-height: normal;
	color: #d4000e;
}
.pager {
	margin: 10px 0 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.065);
	padding-top: 12px;
}
.pager a:first-child {
	float: left;
}
.pager a {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}
.pager a:first-child i {
	margin-left: 0;
	margin-right: 1em;
}
.pager a i {
	font-size: 9px;
	margin-left: 1em;
}
/* ----------------------------------------------------------------
    	9.0 - Single Post Page End
    -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    	10.0 - Video Page
    -----------------------------------------------------------------*/
.video-post {
	padding: 2px 2px 0;
	margin-bottom: 5px;
}
.video-post_content {
	padding-left: 8px;
	margin-top: 10px;
	line-height: 24px;
	display: table-cell;
}
.dark .video-post_content {
	padding-left: 0;
}
.video-post_content .social-links {
	padding-top: 4px;
	border-top: 1px solid #e3e2e2;
	display: inline-block;
}
.module.dark .video-post_content .social-links {
	padding-top: 0;
	border-top: none;
}
.social-links .social-link {
	color: #aaa;
}
.content-wrap {
	position: relative;
	padding: 10px 0;
}
.video-full {
	display: block;
	width: 100%;
	margin-bottom: 1.625em;
}
.video-full h2, .video-full h4 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.content-wrap ul li i {
	width: 22px;
	font-size: 1.1em;
	color: #666;
}
.content-wrap span {
	color: #919199;
}
.social-links li a i {
	color: #BBBABB;
	font-size: 1.1em;
	text-align: center;
	display: inline-block;
}
.social-links li a {
	border-radius: 2px;
}
.social-links li a i:hover {
	color: #FFF;
}


/* Image Overlays */

.overlay {
	position: relative;
}
.overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
}
.img-overlay1:after {
	background: #000;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	opacity: .6;
}
.img-overlay2:after {
	background: #000;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	opacity: .9;
}



/* ----------------------------------------------------------------
    	10.0 - Video Page End
    -----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    	11.0 - Parallax
    -----------------------------------------------------------------*/

/* Parallax Sections */
#parallax-section {
	height: 400px;
	width: 100%;
}
#parallax-section .container {
	height: 400px;
	z-index: 1;
}
#parallax-section .caption {
	position: relative;
	z-index: 1000;
	padding: 16px;
	top: 24%;
}
#parallax-section, #parallax-section1 {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#parallax-section1 h2 {
	line-height: 1.2;
	margin-bottom: .6em;
}
#parallax-section1 .container {
	height: 200px;
	z-index: 10;
}
#parallax-section1 .caption {
	position: absolute;
	width: 100%;
	z-index: 1000;
	padding: 0 16px;
	top: 36%;
}
#parallax-section1_1 {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#parallax-section1_1 .container {
	height: auto;
	padding: 0;
	z-index: 10;
}
#parallax-section2 .container {
	z-index: 10;
	min-height: 460px;
}
#parallax-section2 {
	background-attachment: fixed!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background: url(../images/parallax-image01.jpg);
}

/* Captions */
.large-caption {
	font-weight: 500;
	line-height: 1.175;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.medium-caption {
	font-weight: 400;
	line-height: 1.175;
	padding-bottom: 16px;
}
.caption h5 {
	color: #f2f2f2;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.475;
}



.no-gutter-logo{float:left; margin-bottom:30px;}
.no-gutter-logo img{ width:250px;}
.no-gutter-link{float:left;margin: 28px 0 0 40px;font-size: 15px;}
.no-gutter-link a{color: #adadad;}




.hover_effect{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hover_effect:hover{
    -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
   }
   .clearmobile{clear:both;display:none;}
   
/*responsive css start*/
 
@media screen and (max-width:767px) {
 .copyright{font-size:12px;     width: 100%;    text-align: center;}	
.footer-social-icons{position:relative;}	
#footer .about-us{    padding-left: 15px;}	
.mobileabout-view{ margin-left: 15px;}
.footer-social-icons{position:relative;}
.no-gutter-logo{margin-bottom:10px}
.no-gutter-logo img{display:block;margin:auto;}
.no-gutter-logo {float:none;}
.no-gutter-link {font-size: 16px;
    text-align: center; float:none;
margin:0px 	}	
 
 .footer-social-icons li a{float:none;}
.footer-social-icons {
 text-align:center;
}
 

.footer-social-icons li {
  list-style-type: none;
 
  display: inline-block;
  position: relative;
 
  display:inline;
}
 
.footer-social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
   
}
}


/*responsive css end */


.subscribe-bg-input::-webkit-input-placeholder {color: #fff;}
.subscribe-bg-input:-moz-placeholder {color: #fff;}
.subscribe-bg-input::-moz-placeholder {color: #fff;}
.subscribe-bg-input:-ms-input-placeholder {color: #fff;}

.footer-custom-bg{float:left;margin-left: 30px;}
.footer-custom-bg-icon{float:left;color:#a6a5a5;font-size: 18px;margin-right: 6px;}
.footer-custom-bg-text{float:left;color: #7e7f8c;font-size: 12px;line-height: 27px;cursor: pointer;font-family: 'Montserrat';font-weight: 400;}
.footer-custom-bg:nth-child(1){/* margin-top:68px; */    margin-left: 0;}

.subscribe-bg-button button:hover{ background:#e40046;}



@media screen and (max-width:1024px) {

 #footer .about-us {
    margin-bottom: 0px;
}
.footer-custom-bg-text{ font-size:13px;} 
.footer-custom-bg {margin-left: 20px;}
.copyright{font-size:13px;}
}



@media (max-width:768px) {
.footer-custom-bg-text {
    font-size: 11px;
    overflow: hidden;
    float: none;
    text-align: left;
}
.copyright { font-size: 11px; width: 100%; text-align: center; margin: 0 0 10px 0; }
}
@media (max-width:667px) {
.footer-custom-bg { font-size:11px; width:100%; text-align:center; margin:0;}
.copyright { font-size: 11px; width: 100%; text-align: center; margin: 5px 0 10px 0; border-top: 1px solid #45475a; padding-top: 9px; }
}
/***************Akhil*********************/
.heading-main {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px 0px 20px 0px;
}

.heading-int {
     font-size: 20px;
    color: #000;
    font-weight: bold;
    width: 100%;
    /* background-image: url(heading-line.png); */
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: left;
    text-transform: uppercase;
    line-height: 70px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0;
    /* padding-left: 19px; */
    /* padding-top: 10px; */
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 1px;
}




 
/***************Akhil*********************/




