/*=============================================================================*/
/*================================HEADER=======================================*/
/*=============================================================================*/

/*--------------auth header region--------------*/
#auth-header {
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}

.region-auth-header li.leaf {
	display:inline-block;
	margin-right:10px;
	margin-top:10px;
}

.region-auth-header li.last {
	margin-right:0px;
	padding-left:10px;
	border-left:1px solid #e6e6e6;
}

.region-auth-header i {
	color:#06BDB4;
	margin-right:5px;
}

 /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/*--------------auth header region--------------*/
	.region-auth-header li.leaf {
		margin-top:0px;
	}

}

/* Small Devices, Tablets */
@media (max-width : 992px) and (min-width : 768px) {

	#auth-header.container {
		width:100%;
	}

}


/*=============================================================================*/
/*===============TOP HEADER INC. LOGO, MOBILE NAV, SEARCH======================*/
/*=============================================================================*/
/*#top-header {
	padding-top:0px;
	padding-bottom:0px;
}*/
#top-header .container {
	padding-left:0px;
	padding-right:0px;
}

/*--------------------top-header left-----------------------*/
.top-header-left {
	border-bottom:1px solid #E9E9E9;
}

/*------top-header logo---------*/
#logo {
	font-size:36px;
	font-family:"poppins-bold", sans-serif;
	color:#0166A3;
	padding:8px 10px 2px;
	width: 150px;
	/*height: 150px;*/
}

.pcb-logo {
    width: 100%;
    height: auto;

}

#logo span {
	font-family:"poppins-light", sans-serif;
	color:#06BDB4;
}

/*------top-header mobile-menu-container------*/
#mobile-toggle {
	padding:20px 10px;
}

#mobile-toggle i {
	color:#fff;
	font-size:30px;
}


/*-------------------top-header mobile-menu------------------*/
#mobile-menu {
	display:block;
	position:absolute;
	right:0;
	text-align:center;
	z-index:100;
	width:250px;
}

#mobile-menu-container #mobile-menu ul {
	text-align:center;
}

#mobile-menu ul.menu li {
	background-color:#025180;
	font-size:13px;
	color:#fff;
	line-height:2.7;
	border-bottom:1px solid #fff;
}

#mobile-menu ul.menu a {
	display:inline-block;
	padding-top:4px;
	font-family:"poppins-semibold", sans-serif;
}

#mobile-menu .menu > li.menu-mlid-324 {
	background-color:#06BDB4;
	border-bottom:0px;
}

#mobile-menu {
	max-height: 0px;
	height:0%;
    -webkit-transition: max-height 0.3s linear 0s, height 0.3s linear 0s;
	-moz-transition: max-height 0.3s linear 0s, height 0.3s linear 0s;
	-ms-transition: max-height 0.3s linear 0s, height 0.3s linear 0s;
	-o-transition: max-height 0.3s linear 0s, height 0.3s linear 0s;
	transition: max-height 0.3s linear 0s, height 0.3s linear 0s;
    overflow: hidden;
}

#mobile-menu.open-menu {
	height: 100%;
	max-height:400px;
	border-top:1px solid #fff;
}

#mobile-menu.open-menu.open-sub-menu .expanded .menu {
	display:block;
}

#mobile-menu.open-menu .expanded>.menu>.leaf {
	display:none;
}

#mobile-menu .expanded .menu {
	display:none;
}

#mobile-menu .expanded {
	position:relative;
}

#mobile-menu.open-sub-menu .expanded {
	background-color:#06BDB4;
	border-bottom:0px solid #fff;
}

#mobile-menu .expanded:after {
	font-family:"FontAwesome";
  	content:"\f105";
	display:block;
    width:20px;
    height:20px;
    font-size:25px;
    color:#fff;
    position:absolute;
    top:-14px;
    right:10px;
    cursor:pointer;
}

#mobile-menu.open-sub-menu .expanded:after {
	content:"";
}

#mobile-menu.open-sub-menu .expanded:before {
	font-family:"FontAwesome";
  	content:"\f104";
	display:block;
    width:20px;
    height:20px;
    font-size:25px;
    color:#fff;
    position:absolute;
    top:-14px;
    left:10px;
    cursor:pointer;
}

#mobile-menu.open-menu.open-sub-menu .expanded .first {
	border-top:1px solid #fff;
}

#mobile-menu.open-menu.open-sub-menu .expanded .last {
	border-bottom:0px solid #fff;
}


/*--------------------top-header right-----------------------*/
.top-header-right {
	background-color:#F3F3F3;
	padding-top:25px;
	padding-bottom:25px;
}


/*-----------top-header small social media----------*/
.region-top-header-right>div.block:first-child {
	border-right:1px solid #333333;
	padding-right:14px;
	padding-top:8px;
	padding-bottom:8px;
}

.top-header-right ul li.leaf {
	display:inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color:#06BDB4;
	width:25px;
	height:25px;
	/*margin-right:5px;*/
}

.top-header-right ul li.leaf i {
	color:#fff;
	line-height:27px;
}

.top-header-right ul li.first {
	background-color:#3b5998;
}

.top-header-right ul li.last {
	background-color:#00aced;
}


/*-----------top-header search form----------*/
#block-search-form {
	margin-left:10px;
}

#block-search-form .form-actions {
	display:none;
}

#block-search-form label {
	display:none;
}

#block-search-form form {
	position:relative;
}

#block-search-form .form-item-search-block-form:before {
	content:'<i class="fa fa-search"></i>';
	font-family:"FontAwesome";
  	content:"\f002";
	display:block;
    width:20px;
    height:20px;
    font-size:27px;
    position:absolute;
    top:-8px;
    color:#333;
}

/*line height is always best applied on the containing element of the input*/
.form-item-search-block-form {
	line-height:1.5;
}

#edit-search-block-form--2 {
	margin-left:34px;
	border:0px;
	background-color:transparent;
	font-size:17px;
	width:75px;
}

#edit-search-block-form--2:focus {
	border-bottom:1px solid #E9E9E9;
}

#edit-search-block-form--2::-webkit-input-placeholder {
   color: #666 !important;
   font-size:17px;
   font-family:"poppins-semibold", sans-serif;
}

#edit-search-block-form--2:-moz-placeholder { /* Firefox 18- */
   color: #666 !important;
   font-size:17px;
   font-family:"poppins-semibold", sans-serif;
}

#edit-search-block-form--2::-moz-placeholder {  /* Firefox 19+ */
   color: #666 !important;
   font-size:17px;
   font-family:"poppins-semibold", sans-serif;
}

#edit-search-block-form--2:-ms-input-placeholder {
   color: #666 !important;
   font-size:17px;
   font-family:"poppins-semibold", sans-serif;
}



/*-----------------------main header-------------------------*/
#main-header {
	display:none;
}

#main-header {
	border-bottom:3px solid #fff;
}

.region-main-header #block-menu-block-1 {
	position:inherit;
}

.region-main-header ul.menu li {
	display:inline-block;
}

.region-main-header .menu-block-wrapper>ul.menu li {
	padding:0px 10px;
}

.region-main-header .menu-block-wrapper>ul.menu>li.first {
	padding-left:0px;
}

.region-main-header .menu-block-wrapper>ul.menu>li.last {
	float:right;
	background-color:#06BDB4;
	border-bottom:2px solid #06BDB4;
}

.region-main-header .menu-block-wrapper>ul.menu a {
	font-size:13px;
	color:#fff;
	font-family:"poppins-semibold", sans-serif;
	display:block;
	padding:18px 0px 13px;
}

/*.region-main-header .expanded ul.menu {
	display: none;
}*/

/*-------------main header expanded--------------*/
.region-main-header .expanded ul {
	display:none;
}

.region-main-header .expanded.active-trail>div {
	position:absolute;
	left:0;
	right:0;
	background-color:#F3F3F3;
	border-top:3px solid #fff;
	overflow:hidden;
}

.region-main-header .expanded.active-trail ul {
	display:block;
}

.region-main-header .expanded.active-trail ul li {
	padding:0px 8px;
}

.region-main-header .expanded.active-trail:after {
	content:"";
	display:block;
	height:44px;
}

.region-main-header .expanded.active-trail ul a {
	color:#666;
	font-family:"poppins-regular", sans-serif;
	padding:15px 0px 13px;
}

/* Small Devices, Tablets */
@media (max-width : 1300px) and (min-width : 1200px) {

	.region-main-header .expanded.active-trail ul a {
		font-size:12px;
	}

}


@media (max-width : 1200px) and (min-width : 992px) {

	.region-main-header .expanded.active-trail:after {
		content:"";
		display:block;
		height:82px;
	}

	.region-main-header .expanded.active-trail ul li {
		padding:0px 14px;
	}

}

/*TV BROADCASTER SCHEDULE detail list element added dynamically by jquery*/
.region-main-header .menu-block-wrapper .expanded ul.menu li.detail {
	font-size:13px;
	padding-left:0px;
	padding-right:10px;
	background-color:#06BDB4;
	padding-top:15px;
	padding-bottom:13px;
	color:#fff;
	position:relative !important;
	margin-right:10px;
}

/*triangle facing the right*/
.region-main-header .menu-block-wrapper .expanded ul.menu li.detail:after {
	width: 0;
	height: 0;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	border-left: 15px solid #06BDB4;
	display:block;
	content:"";
	position:absolute;
	right:-15px;
	top:0;
}

/*left hand trailing green background for detail element*/
.region-main-header .menu-block-wrapper .expanded ul.menu li.detail:before {
	/*height:20px;*/
	width:2000px;
	background-color:#06BDB4;
	display:block;
	content:"";
	position:absolute;
	right:204px;
	top:0;
	bottom:0;
}


/* Small Devices, Tablets */
@media (max-width : 992px) and (min-width : 768px) {

	#top-header .container {
		width:100%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#top-header .container {
		padding-left:15px;
		padding-right:15px;
	}

	/*--------------------top-header left-----------------------*/
	.top-header-left {
		border-bottom:0px solid #E9E9E9;
	}

	/*------top-header logo---------*/
	#logo {
		/*padding:30px 0px;*/
		padding: 20px 0px 14px 0px;
		width: 200px;
	}

	/*-------------------top-header mobile-menu------------------*/
	#mobile-menu {
		display:none;
	}

	/*--------------------top-header right-----------------------*/
	.top-header-right {
		background-color:#fff;
		padding: 40px 0px 40px 0px;
	}

	/*-----------top-header small social media----------*/
	.region-top-header-right>div.block:first-child {
		border-right:1px solid #E9E9E9;
	}

	/*-----------top-header search form----------*/
	#block-search-form .form-item-search-block-form:before {
	    color:#06BDB4;
	}

	/*-----------------------main header-------------------------*/
	#main-header {
		display:block;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	/*-----------------------main header-------------------------*/
	.region-main-header .menu-block-wrapper>ul.menu li {
		padding:0px 20px;
	}

	.region-main-header .menu-block-wrapper .expanded ul.menu li {
		padding:0px 15px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {

	/*-----------------------main header-------------------------*/
	.region-main-header .menu-block-wrapper>ul.menu li {
		padding:0px 25px;
	}

}



/*=============================================================================*/
/*================================SCHEDULES====================================*/
/*=============================================================================*/

/*-----------schedule breadcrumb------------*/
#schedule .breadcrumb {
	background-color:transparent;
	padding:0px;
	font-size:13px;
}

#schedule .breadcrumb a {
	color:#06BDB4;
}

/*--------------------schedule header--------------------*/
#schedule-header .container {
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
}

#schedule-header .social-media-share {
	display:none;
}

#schedule-header h1 {
	font-size:30px;
	font-family:"poppins-semibold", sans-serif;
	color:#666;
	line-height:1;
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
}

#schedule-header h1 span {
	display:block;
}

#schedule-header .schedule-pagination {
	position:absolute;
	bottom:35px;
	left:15px;
	right:15px;
}

#schedule-header .schedule-pagination a {
	color:#06BDB4;
	font-size:42px;
	padding:5px;
}

#schedule-header .schedule-pagination span {
	display:none;
}

#schedule-header .schedule-pagination:after {
	content:"";
	display:block;
	clear:both;
}

#schedule-header .schedule-pagination>a:first-child {
	float:left;
}

#schedule-header .schedule-pagination>a:first-child + a {
	float:right;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	/*-------------schedule header--------------*/
	#schedule-header h1 {
		margin-top:35px;
		margin-bottom:20px;
	}

	#schedule-header h1 span {
		display:inline;
	}

	#schedule-header .schedule-pagination {
		bottom:30px;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/*-------------schedule header--------------*/
	#schedule-header .container>div:first-child:after {
		content:"";
		display:block;
		clear:both;
	}

	#schedule-header .container>div:first-child>section {
		float:right;
	}

	#schedule-header .breadcrumb {
		float:left;
		margin-bottom:0px;
		margin-top:8px;
	}

	#schedule-header .social-media-share {
		display:block;
	}

	#schedule-header h1 {
		margin-top:20px;
		margin-bottom:10px;
	}

	#schedule-header .schedule-pagination {
		position:relative;
		bottom:0px;
		left:0px;
		right:0px;
	}

	#schedule-header .schedule-pagination a {
		color:#06BDB4;
		font-size:15px;
		padding:5px 10px;
		border:1px solid #E9E9E9;
	}

	#schedule-header .schedule-pagination span {
		display:inline;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	/*-----------schedule breadcrumb------------*/
	#schedule .breadcrumb {
		font-size:12px;
	}

	/*-------------schedule header--------------*/
	#schedule-header h1 {
		margin-top:0px;
		margin-bottom:0px;
	}

	#schedule-header .schedule-pagination a {
		font-size:12px;
	}

}


/*----------------------schedule filter-----------------------*/
#schedule-filter .container {
	padding-top:18px;
	padding-bottom:25px;
}

#schedule-filter h5 {
	text-align:center;
	color:#666;
	font-size:12px;
	font-family:"poppins-semibold", sans-serif;
}

#schedule-filter ul {
	margin-top:16px;
}

#schedule-filter .select-list {
	position:relative;
}

#schedule-filter .select-list:before {
	content:'<i class="fa fa-search"></i>';
	font-family:"FontAwesome";
  	content:"\f0d7";
	display:block;
    width:20px;
    height:20px;
    font-size:20px;
    position:absolute;
    right:8px;
    top:8px;
    color:#06BDB4;
}

#schedule-filter select {
	width:100%;
	border:0px;
	margin-bottom:5px;
	font-size:12px;
	padding:12px 30px 10px 8px;
	/*line-height:1.3;*/
}

#schedule-filter select option {
	line-height:2;
}

.search-title-category input[type="text"] {
	width:100%;
	border:0px;
	font-size:12px;
	padding:12px 35px 10px 14px;
}

#search-show-title-cat-form .form-item-search-title-cat {
	margin-bottom:0px;
}

#schedule-filter .view-by {
	color:#666;
	font-size:15px;
	font-family:"poppins-semibold", sans-serif;
	margin-top:16px;
	margin-bottom:16px;
}

#schedule-filter .view-by a {
	color:#06BDB4;
}

.search-title-category {
	position: relative;
	font-style:italic;
}

.search-title-category:before {
	content:'<i class="fa fa-search"></i>';
	font-family:"FontAwesome";
  	content:"\f002";
	display:block;
    width:20px;
    height:20px;
    font-size:14px;
    position:absolute;
    right:6px;
    top:10px;
    color:#06BDB4;
    font-style:normal;
}

#synposis-header .search-title-category input {
	border:1px solid #EAEAEA;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	#schedule-filter ul:after {
		content:"";
		display:block;
		clear:both;
	}

	#schedule-filter ul li {
		float:left;
		width:100%;
	}

	#schedule-filter .select-list {
		position:relative;
		width:49%;
		float:left;
	}

	#schedule-filter ul>li:first-child + li,
	#schedule-filter ul>li:first-child + li + li + li {
		float:right;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	#schedule-filter .select-list {
		position:relative;
		width:24%;
		float:left;
	}

	#schedule-filter ul>li:first-child + li {
		float:left;
	}

	#schedule-filter ul>li:first-child,
	#schedule-filter ul>li:first-child + li {
		margin-right:1.3%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#schedule-filter .select-list {
		width:12.5%;
	}

	#schedule-filter ul>li:first-child + li + li + li {
		float:left;
	}

	#schedule-filter select {
		margin-bottom:0px;
		font-size:12px;
		padding:8px 30px 8px 6px;
		border:1px solid #DFDFDF;
	}

	#schedule-filter .select-list:before {
	    width:10px;
	    height:10px;
	    font-size:13px;
	    right:8px;
	    top:9px;
	}

	#schedule-filter input[type="text"] {
		font-size:11px;
		padding:9px 30px 9px 6px;
		border:1px solid #DFDFDF;
	}

	#schedule-filter .search-title-category:before {
		display:block;
	    width:10px;
	    height:10px;
	    font-size:12px;
	    right:10px;
	    top:9px;
	}

	#schedule-filter .view-by {
		width:20%;
		font-size:12px;
		margin-left:1%;
		margin-top:0px;
		margin-bottom:0px;
		line-height:30px;
	}

	#schedule-filter .search-title-category {
		width:25%;
		float:right;
	}

	#schedule #schedule-filter ul>li.select-list {
		margin-right:0.6%;
	}

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	#schedule-filter .container:after {
		content:"";
		clear:both;
		display:block;
	}

	#schedule-filter .container {
		padding-top:5px;
		padding-bottom:5px;
	}

	#schedule-filter .container h5 {
		width:6%;
		float:left;
		text-align:left;
		font-size:13px;
		line-height:32px;
	}

	#schedule-filter .container ul {
		width:93%;
		float:right;
		margin-top:0px;
	}

	#schedule-filter .select-list {
		width:13%;
	}

	#schedule-filter .view-by {
		width:18%;
		margin-left:1.5%;
	}


}

/*----------------------schedule content-----------------------*/
#schedule-content .container>div:after {
	content:"";
	clear:both;
	display:block;
}



/*----------------------------------------------------------------*/
/*----------------------------schedule ---------------------------*/
#schedule-container {
	margin-top:25px;
	margin-bottom:40px;
}

/*------------schedule sort-------------*/
#schedule-sort {
	background-color:#025180;
	/*margin-right:0px;*/
	color:#fff;
	font-size:13px;
}

#schedule-sort a {
	padding-top:14px;
	padding-bottom:11px;
	/*padding-right:30px;*/
	display:block;
	position:relative;
}

#schedule-sort a:before {
	font-family:"FontAwesome";
  	content:"\f0d8";
	display:block;
    width:10px;
    height:10px;
    font-size:20px;
    position:absolute;
    right:0px;
    top:7px;
    color:#06BDB4;
}

#schedule-sort a.disabled:before {
	color:#C8DEDD;
}

#schedule-sort a.desc:before {
  	content:"\f0d7";
}

#schedule-sort .else {
	display:none;
}

/*------------schedule soatart-------------*/
#schedule-data .schedule-day-row {
	background-color:#fff;
	/*margin-right:0px;*/
}

/*---------schedule day----------*/
#schedule-data .schedule-day-row .day {
	background-color:#EAEAEA;
	font-size:13px;
	color:#333;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #F3F3F3;
}

#schedule-data .schedule-day-row .day span {
	display:block;
	font-size:16px;
	font-family:"poppins-bold", sans-serif;
}

/*------------schedule row-------------*/
#schedule-data .schedule-row {
	color:#666;
	position:relative;
	border-bottom:1px solid #F3F3F3;
}

#schedule-data .schedule-row.pencilled {
	background-color:#FFFFF2;
}

#schedule-data .schedule-row.hid {
	background-color:#EAF7FF;
}



/*---------schedule time----------*/
#schedule-data .schedule-row .time {
	font-size:13px;
	font-family:"poppins-semibold", sans-serif;
	padding-top:15px;
	line-height:1.3;
}

#schedule-data .schedule-row .time span {
	display:block;
}

/*---------schedule info----------*/
#schedule-data .schedule-row .info {
	border-left:1px solid #F3F3F3;
	padding-top:15px;
	padding-bottom:15px;
}

/*-----schedule info-main-----*/
#schedule-data .schedule-row .info-main img {
	display:none;
}

#schedule-data .schedule-row .info-text h5 {
	font-size:14px;
	font-family:"poppins-semibold", sans-serif;
	color:#666;
	margin-bottom:8px;
}

#schedule-data .schedule-row .info-text p {
	font-size:11px;
	margin-bottom:4px;
	line-height:1.5;
}

#schedule-data .schedule-row .info-text a {
	font-size:11px;
	font-family:"poppins-semibold", sans-serif;
	color:#06BDB4;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

/*-----schedule info-rating-----*/
#schedule-data .schedule-row .info-rating {
	font-size:11px;
	margin-top:20px;
}

#schedule-data.logged-in .schedule-row .info-rating {
	margin-top:160px;
}

#schedule-data .schedule-row .info-rating span {
	font-family:"poppins-semibold", sans-serif;
	color:#333;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display:inline-block;
	margin-right:4px;
	background-color:#fff;
}

#schedule-data .schedule-row .info-rating span.g {
	background-color:#31AC31;
	padding:3px 4px 2px;
	font-size:12px;
	font-family:"poppins-bold", sans-serif;
}

#schedule-data .schedule-row .info-rating span.pgr {
	font-size:9px;
	padding:5px 2px 4px;
	background-color:#FFD042;
}

#schedule-data .schedule-row .info-rating span.ao {
	font-size:10px;
	background-color:#E2747D;
	padding:4px 2px 3px;
}

#schedule-data .schedule-row .info-rating>li:first-child {
	display:none;
}

#schedule-data .schedule-row .info-rating>li:first-child + li {
	margin-top:9px;
	margin-bottom:9px;
}

#schedule-data .schedule-row .info-rating>li:first-child + li + li {
	height:11px;
	overflow:hidden;
}

#schedule-data .schedule-row .info-rating>li img {
	width:auto;
	height:100%;
}

/*---------schedule extra----------*/
#schedule-data .schedule-row .extra {
	display:none;
}

#schedule-data.logged-in .schedule-row .extra {
	font-size:12px;
	right:0px;
	position:absolute;
	bottom:75px;
	display:block;
}

#schedule-data .schedule-row .extra ul li {
	/*line-height:2.1;*/
	margin-bottom:12px;
	position:relative;
	padding-left:20px;
}

#schedule-data .schedule-row .extra ul li:before {
	content:'<i class="fa fa-search"></i>';
	font-family:"FontAwesome";
  	content:"\f09e";
	display:block;
    width:10px;
    height:10px;
    font-size:12px;
    position:absolute;
    top:0px;
    left:0px;
    color:#06BDB4;
}

#schedule-data .schedule-row .extra ul li.more:before {
	content:"\f067";
}

#schedule-data .schedule-row .extra ul li.key:before {
	content:"\f084";
}

#schedule-data .schedule-row .extra ul li.pencilled:before {
	content:"\f040";
}

#schedule-data .schedule-row .extra ul li.hid:before {
	content:"\f00d";
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	/*-----schedule info-rating-----*/
	#schedule-data.logged-in .schedule-row .info-rating {
		margin-top:110px;
	}

	/*---------schedule extra----------*/
	#schedule-data.logged-in .schedule-row .extra {
		bottom:66px;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	/*---------schedule extra----------*/
	#schedule-data.logged-in .schedule-row .extra {
		width:66.66666667%;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/*------------schedule sort-------------*/
	#schedule-sort {
		background-color:#025180;
		/*margin-right:0px;*/
		color:#fff;
		font-size:13px;
	}

	#schedule-sort a:before {
	    top:8px;
	}

	#schedule-sort .else {
		display:block;
	}

	#schedule-sort .else>div>div {
		border-left:1px solid #F3F3F3;
	}

	#schedule-sort .else>div>div:last-child {
		border-right:1px solid #F3F3F3;
	}

	#schedule-data .schedule-day-row {
		/*for day column to extend down*/
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		border-bottom:2px solid #F3F3F3;
		/*to align text in center of day column*/
		align-items: center;
    	justify-content: center;
	}

	/*---------schedule day----------*/
	#schedule-data .schedule-day-row .day {
		-webkit-flex:1;
  		-ms-flex:1;
  		flex:1;
		overflow:hidden;
	}

	#schedule-data .schedule-day-row .day {
		background-color:#fff;
		font-size:13px;
		color:#666;
		padding-top:0px;
		padding-bottom:0px;
		border:0px;
	}

	#schedule-data .schedule>div.schedule-row:last-child {
		border-bottom:0px;
	}

	#schedule-data .schedule-row {
		border-left:1px solid #F3F3F3;
		/*border-bottom:0px;*/
	}


	/*---------schedule info----------*/
	#schedule-data .schedule-row .info {
		border-left:1px solid #F3F3F3;
		padding-top:15px;
		padding-bottom:40px;
	}

	#schedule-data.logged-in .schedule-row .info {
		border-right:1px solid #F3F3F3;
	}

	/*-----schedule info-main-----*/
	#schedule-data .schedule-row .info-main {
		/*content:"";
		clear:both;
		display:block;*/
		margin-bottom:15px;
	}

	#schedule-data .schedule-row .info-main:after {
		content:"";
		clear:both;
		display:block;
		/*margin-bottom:20px;*/
	}

	#schedule-data .schedule-row .info-main img {
		display:block;
		width:95px;
		height:auto;
		float:left;
	}

	#schedule-data .schedule-row .info-text {
		float:right;
		width:310px;
	}

	#schedule-data.logged-in .schedule-row .info-main img {
		display:none;
	}

	#schedule-data.logged-in .schedule-row .info-text {
		float:none;
		width:auto;
	}


	/*-----schedule info-rating-----*/
	#schedule-data.logged-in .schedule-row .info-rating {
		margin-top:0px;
	}

	#schedule-data .schedule-row .info-rating {
		background-color:#EAEAEA;
		position:absolute;
		bottom:0px;
		left:0px;
		right:0px;
		padding:3px 15px;
	}

	#schedule-data .schedule-row .info-rating li {
		display:inline-block;
		/*border-right:1px solid #666;*/
		padding-right:7px;
	}

	#schedule-data .schedule-row .info-rating>li:first-child {
		display:inline-block;
		border-right:1px solid #666;
	}

	#schedule-data .schedule-row .info-rating>li:first-child + li,
	#schedule-data .schedule-row .info-rating>li:first-child + li + li {
		padding-left:7px;
	}

	#schedule-data .schedule-row .info-rating>li:first-child + li + li {
		border-left:1px solid #666;
		padding-right:0px;
		height:11px;
	}

	#schedule-data .schedule-row .info-rating>li:first-child + li {
		margin-top:0px;
		margin-bottom:0px;
	}

	/*---------schedule extra----------*/
	#schedule-data.logged-in .schedule-row .extra {
		position:relative;
		bottom:0px;
		font-size:11px;
		margin-top:15px;
	}

	#schedule-data .schedule-row .extra ul li {
		margin-bottom:18px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	/*------------schedule sort-------------*/
	#schedule-sort {
		margin-right:0px;
	}

	/*------------schedule sort-------------*/
	#schedule-sort {
		background-color:#EAEAEA;
		color:#666;
		font-size:12px;
	}

	#schedule-sort a {
		color:#666;
	}

	#schedule-sort a:before {
	    top:8px;
	}

	#schedule-sort .else {
		display:block;
	}

	#schedule-sort .else>div>div {
		border-left:1px solid #F3F3F3;
	}

	/*------------schedule soatart-------------*/
	#schedule-data .schedule-day-row {
		margin-right:0px;
	}

	/*-----schedule info-main-----*/
	#schedule-data .schedule-row .info-main {
		content:"";
		clear:both;
		display:block;
	}

	#schedule-data.logged-in .schedule-row .info-main img {
		display:block;
		width:65px;
		height:auto;
		float:left;
	}

	#schedule-data.logged-in .schedule-row .info-text {
		float:right;
		width:225px;
	}

	#schedule-data .schedule-row .info-text {
		width:290px;
	}

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


	/*-----schedule info-main-----*/
	#schedule-data.logged-in .schedule-row .info-main img {
		width:95px;
	}

	#schedule-data.logged-in .schedule-row .info-text {
		width:325px;
	}

	#schedule-data .schedule-row .info-text {
		width:440px;
	}


	#schedule-data .schedule-row .info-rating>li:first-child + li + li {
		height:11px;
	}

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {


	/*-----schedule info-main-----*/
	#schedule-data.logged-in .schedule-row .info-text {
		width:370px;
	}

	#schedule-data .schedule-row .info-text {
		width:500px;
	}

}




/*---------------------------------------------------------*/
/*---------------------- latest news-----------------------*/
#synposis-content .col-lg-3.col-md-3.col-sm-12 {
	padding-left:0px;
	padding-right:0px;
}

#latest-news-container {
	padding-left:0px;
	padding-right:0px;
	margin-bottom:20px;
}

#latest-news-container h2 {
	font-size:23px;
	font-family:"poppins-bold", sans-serif;
	margin-top:0px;
	margin-bottom:15px;
	padding-top:15px;
}

#latest-news-container img {
	width:100%;
	height:auto;
}

#main-home-banner #latest-news-container h2 {
	display:none;
}

#main-home-banner #latest-news-container {
	background-color:transparent;
	padding-right:0px;
}

#main-home-banner .latest-news .views-field-view-node {
	padding-bottom:10px;
	padding-top:5px;
}

#main-home-banner .latest-news p {
	line-height:1.2;
}

#main-home-banner .views-field-view-node a {
	font-size:11px;
}



/* Small Devices, Tablets */
@media (max-width : 768px) and (min-width : 480px) {

	#latest-news-container .view-content>div:first-child {
		padding-right:5px;
	}

	#latest-news-container .view-content>div:first-child + div {
		padding-left:5px;
	}
}

/* Small Devices, Tablets */
@media (max-width : 1200px) and (min-width : 992px) {

	#latest-news-container .views-field-title {
		font-size:14px;
	}

	#latest-news-container h2 {
		font-size:19px;
	}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#latest-news-container {
		background-color:#fff;
		padding-left:15px;
		padding-right:15px;
		margin-bottom:0px;
	}

	#latest-news-container .views-field-title {
		border-top:1px solid #EAEAEA;
		border-left:1px solid #EAEAEA;
		border-right:1px solid #EAEAEA;
		margin-top:5px;
	}

	#latest-news-container .views-field-body {
		border-left:1px solid #EAEAEA;
		border-right:1px solid #EAEAEA;
	}

	#latest-news-container .views-field-view-node {
		border-bottom:1px solid #EAEAEA;
		border-left:1px solid #EAEAEA;
		border-right:1px solid #EAEAEA;
	}

}




/*----------------------schedule last row-----------------------*/
#schedule-content>.container>div:first-child + div {
	margin-bottom:30px;
}

#schedule-content .social-media-share ul {
	text-align:center;
}

#schedule-content .breadcrumb {
	text-align:center;
	margin-top:20px;
}

#schedule-content .go-top {
	margin-bottom:20px;
}

#schedule-content .go-top a {
	display:block;
	text-align:center;
	font-size:13px;
	color:#06BDB4;
	padding-top:6px;
	padding-bottom:6px;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#schedule-content>.container>div:first-child + div:after {
		content:"";
		clear:both;
		display:block;
	}

	#schedule-content>.container>div:first-child + div {
		margin-top:25px;
		margin-bottom:15px;
	}

	#schedule-content .go-top {
		display:none;
	}

	#schedule-content .breadcrumb {
		float:left;
		width:40%;
		text-align:left;
		margin-top:0px;
		line-height:21px;
	}

	#schedule-content>.container>div:first-child + div>section {
		float:right;
		width:40%;
	}

	#schedule-content .social-media-share ul {
		text-align:right;
		margin-right:15px;
	}

}


/*=============================================================================*/
/*=============================SOCIAL MEDIA SHARE==============================*/
/*=============================================================================*/
.social-media-share ul li {
	display:inline-block;
	padding:3px 4px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.social-media-share ul li.email {
	background-color:rgb(31,141,237);
	padding:3px 7px 4px;
}

.social-media-share ul li.fb {
	background-color:#3b5998;
}

.social-media-share ul li.tr {
	background-color:#00aced;
}

.social-media-share ul li.gp {
	background-color:#DC4E41;
}

.social-media-share ul li.pintrist {
	background-color:#bd081c;
}

.social-media-share ul li.h {
	background-color:#666;
	padding:3px 6px 4px;
}

.social-media-share ul li.in {
	background-color:#0077b5;
}

.social-media-share ul li a {
	font-size:14px;
	color:#fff;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.social-media-share ul li {
		padding:2px 3px 3px;
	}

	.social-media-share ul li.email {
		padding:2px 6px 3px;
	}

	.social-media-share ul li.h {
		padding:2px 5px 3px;
	}

	.social-media-share ul li a {
		font-size:12px;
		color:#fff;
	}

}



/*=============================================================================*/
/*==============================LATEST NEWS CLASS==============================*/
/*=============================================================================*/
.latest-news {
	margin-bottom:20px;
}

.latest-news .views-field-title,
.latest-news .views-field-body,
.latest-news .views-field-view-node {
	background-color:#fff;
}

.latest-news .views-field-title {
	font-size:18px;
	font-family:"poppins-bold", sans-serif;
	color:#333;
	padding:15px 15px 5px;
}

.latest-news .views-field-title>div {
	overflow:hidden;
}

.latest-news .views-field-body {
	font-size:12px;
	padding:0px 15px;
}

.latest-news .views-field-view-node {
	font-size:12px;
	font-family:"poppins-bold", sans-serif;
	color:#06BDB4;
	padding:8px 15px 15px;
}

/* Small Devices, Tablets */
@media (max-width : 768px) and (min-width : 480px) {

	.latest-news {
		width:50%;
		float:left;
	}
}


/*=============================================================================*/
/*========================CUSTOM MAIN BANNER BLOCK=============================*/
/*=============================================================================*/
#banner a {
	display:block;
	position:relative;
}

#banner a:before {
	display:block;
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-image:url(../img/playbutton-sm.fw.png);
	background-repeat: no-repeat;
    background-position: center;
}

#banner img {
	max-width:100%;
}

#banner-text {
	margin-top:18px;
	margin-bottom:18px;
}

#banner-text h1 {
	font-size:36px;
	font-family:"poppins-regular", sans-serif;
	line-height:0.9;
}

#banner-text h1 span {
	font-size:54px;
	font-family:"poppins-bold", sans-serif;
	line-height:1.1;
	display:block;
}

#banner-text h5 {
	font-size:16px;
	font-family:"poppins-regular", sans-serif;
}

#banner-latest-news {
	margin-bottom:20px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 480px) {

	#banner a:before {
		background-image:url(../img/playbutton.fw.png);
	}

}


/* Small Devices, Tablets */
@media (max-width : 768px) and (min-width : 480px) {

	#main-home-banner div.view-content>div:first-child {
		padding-right:5px
	}

	#main-home-banner div.view-content>div:first-child + div {
		padding-left:5px
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#main-home-banner {
		height:570px;
		overflow:hidden;
		position:relative;
	}

	#main-home-banner .container {
		position:relative;
		/*height:100%;*/
	}

	#banner {
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
	}

	#banner a:before {
		top:0;
		bottom:200px;
		right:200px;
		left:0;
	}

	#banner img {
		width:auto;
		min-width:100%;
		/*height:650px;*/
		margin-left: auto;
  		margin-right: auto;
  		max-width:none;
	}

	#banner-latest-news {
		position:absolute;
		width:250px;
		right:15px;
		top:15px;
	}

	#banner-text {
		background:rgba(255,255,255,0.9);
		position:absolute;
		top:378px;
		margin-bottom:0px;
		width:670px;
		padding:25px 0px;
		height:160px;
	}

	#banner-text:after {
		background:rgba(255,255,255,0.9);
		display:block;
		content:"";
		width:5000px;
		height:160px;
		position:absolute;
		top:0;
		right:670px;
	}

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	#main-home-banner {
		height:630px;
	}

	#banner-latest-news {
		width:300px;
	}

	#banner-text {
		top:432px;
		width:825px;
	}

	#banner-text:after {
		width:5000px;
		right:825px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {

	#main-home-banner {
		height:650px;
	}

	#banner a:before {
		top:0;
		bottom:100px;
		right:400px;
		left:0;
	}

	#banner-latest-news {
		width:380px;
	}

	#banner-text {
		top:450px;
		width:850px;
	}

	#banner-text:after {
		width:5000px;
		right:850px;
	}


}


/*=============================================================================*/
/*============================USER LOGIN BLOCK=================================*/
/*=============================================================================*/

#block-user-login {
	background-color:#025180;
}

#block-user-login .container {
	padding-top:50px;
	padding-bottom:50px;
}

#block-user-login h3 {
	color:#fff;
	font-size:24px;
	margin-bottom:15px;
}

#block-user-login form label {
	display:none;
}

#block-user-login form div.form-item {
	/*line-height:44px;*/
	margin-bottom:9px;
}

#block-user-login form div.form-item input {
	width:100%;
	border:0px;
	font-size:12px;
	/*padding-left:10px;
	padding-right:10px;
	padding-top:10px;*/
	padding:11px;
}

#block-user-login form div.item-list {
	text-align:left;
	font-size:12px;
	color:#fff;
}

#block-user-login form div.item-list ul li {
	margin-left:0px;
}

#block-user-login form div.item-list a {
	/*text-decoration:underline;*/
	font-family:"poppins-regular", sans-serif;
}

#block-user-login form div.item-list a.user-register {
	padding-right:6px;
	margin-right:3px;
	border-right:1px solid #f0f0f0;
}

#block-user-login form input[type="submit"] {
	background-color:#06BDB4;
	border:0px;
	color:#fff;
	font-size:12px;
	font-family:"poppins-semibold", sans-serif;
	padding:40px 30px;
	margin-top:20px;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 480px) {

	#block-user-login form input[type="submit"] {
		padding:45px 0px;
		width:100%;
		margin-top:0px;
	}

	#block-user-login form div.item-list {
		text-align:right;
	}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#block-user-login h3 {
		margin-top:15px;
	}

	#block-user-login .container {
		padding-top:30px;
		padding-bottom:25px;
	}

	#block-user-login form input[type="submit"] {
		padding:36px 30px;
		margin-top:0px;
	}

	#block-user-login form div.form-item {
		line-height:36px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	#block-user-login h3 {
		margin-top:20px;
	}

}


/*=============================================================================*/
/*=========================CUSTOM BLOCK - STEPS================================*/
/*=============================================================================*/
#steps .container {
	padding-left:0px;
	padding-right:0px;
}

#steps h3 {
	color:#fff;
	font-size:24px;
	font-family:"poppins-semibold", sans-serif;
	width:70%;
	margin:auto;
	z-index:10;
	text-align:center;
}

#steps .container>div:first-child {
	padding-top:30px;
	padding-bottom:0px;
}


/*---------------mobile down poitning triangle------------*/
#steps .container .triangle-down {
	width: 100%;
    height: 0;
    padding-left: 50%;
    padding-top: 15%;
    overflow: hidden;
    background-color:#fff;
}

#steps .container .triangle-down.blue {
	background-color:#06BDB4;
}

#steps .container .triangle-down div {
	width: 0;
    height: 0;
    margin-left:-500px;
    margin-top:-140px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 140px solid #06BDB4;
}

#steps .container .triangle-down.blue div {
	border-top: 140px solid #fff;
}

#steps .container .triangle-down.line div {
	border-top: 140px solid #E9E9E9;
}

#steps .container .triangle-down.line div:after {
	width: 0;
    height: 0;
    margin-left:-500px;
    margin-top:-141px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 140px solid #fff;
    display:block;
    content:"";
}

/*---------------steps list------------*/
#steps .container ul {
	background-color:#fff;
}

#steps .container ul li {
	text-align:center;
	font-size:16px;
}

#steps .container ul li h5 {
	padding-top:8px;
}

#steps .container ul i {
	display:block;
	text-align:center;
	color:#06BDB4;
	font-size:34px;
	padding-top:20px;
	padding-bottom:8px;
}


/*---------------steps last div------------*/
#steps .container>div.last-element h5 {
	color:#fff;
	font-family:"poppins-semibold", sans-serif;
	margin-top:20%;
	margin-bottom:15px;
	font-size:15px;
}

#steps .container>div.last-element a {
	font-size:11px;
	font-family:"poppins-semibold", sans-serif;
	color:#fff;
	background-color:#0367A3;
	padding:10px 20px;
	text-align:center;
	display:block;
}


 /* Custom, iPhone Retina */
@media only screen and (min-width : 345px) {

    /*---------------steps last div------------*/
	#steps .container>div.last-element h5 {
		font-size:17px;
		margin-bottom:20px;
	}

	#steps .container>div.last-element a {
		font-size:12px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	/*---------------steps last div------------*/
	#steps .container>div.last-element h5 {
		font-size:19px;
	}

	#steps .container>div.last-element a {
		font-size:14px;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	#steps {
		height:130px;
	}

	#steps .container {
		padding-left:15px;
		padding-right:15px;
		height:100%;
	}

	#steps .container:after {
		content:"";
		clear:both;
		display:block;
	}

	#steps .container>div,
	#steps .container>ul,
	#steps .container>ul li {
		float:left;
	}

	#steps .container .triangle-down {
		display:none;
	}

	/*---------------steps first div------------*/
	#steps .container>div:first-child {
		width:18%;
		position:relative;
		padding-top:0px;
	}

	#steps h3 {
		font-size:20px;
		width:100%;
		text-align:left;
		margin-top:40px;
	}

	/*---------------steps list------------*/
	#steps .container>ul {
		width:50%;
		height:100%;
		overflow:hidden;
	}

	#steps .container>ul li {
		width:32.9%;
		font-size:13px;
		height:100%;
		position:relative;
	}

	#steps .container>ul li>div {
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
  		transform: translateY(-50%);
  		position:relative;
	}

	/*_::-moz-svg-foreign-content, :root #steps .container>ul li>div {
		width:66%;
		float:left;
		height:400px;
	}*/

	#steps .container>ul li:last-child>div {
		margin-left:12px;
	}

	#steps .container>ul li:first-child:before {
		width: 0;
		height: 0;
		border-top: 67px solid transparent;
		border-bottom: 67px solid transparent;
		border-left: 18px solid #06BDB4;
		display:block;
		content:"";
		position:absolute;
		left:0px;
		top:0;
	}

	/*to create triangular lines you essentially need to create two triangles*/
	/*white right hand triangle*/
	#steps .container>ul>li:first-child:after,
	#steps .container>ul>li:first-child + li:after {
		width: 0;
		height: 0;
		border-top: 70px solid transparent;
		border-bottom: 70px solid transparent;
		border-left: 18px solid #fff;
		display:block;
		content:"";
		position:absolute;
		right:-3px;
		bottom:-3px;
		z-index:5;
	}
	/*grey right hand triangle*/
	#steps .container>ul>li:first-child + li + li:before,
	#steps .container>ul>li:first-child + li:before {
		width: 0;
		height: 0;
		border-top: 70px solid transparent;
		border-bottom: 70px solid transparent;
		border-left: 18px solid #e9e9e9;
		display:block;
		content:"";
		position:absolute;
		left:-12px;
		bottom:-3px;
		z-index:2;
	}


	#steps .container ul i {
		font-size:24px;
		padding-top:0px;
		padding-bottom:10px;
	}


	/*---------------steps last div------------*/
	#steps .container>div.last-element {
		width:30%;
		position:relative;
		height:100%;
	}

	/*white right hand triangle*/
	#steps .container>div.last-element:after {
		width: 0;
		height: 0;
		border-top: 65px solid transparent;
		border-bottom: 65px solid transparent;
		border-left: 18px solid #fff;
		display:block;
		content:"";
		position:absolute;
		left:0px;
		top:0;
	}

	#steps .container>div.last-element h5 {
		font-size:14px;
		margin-top:17px;
		margin-bottom:12px;
		line-height:1.2;
	}

	#steps .container>div.last-element a {
		font-size:11px;
		padding:5px 10px;
	}

	#steps .container>div.last-element img {
		position:absolute;
		bottom:0;
		z-index:10;
	}


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#steps {
		height:145px;
	}

	/*---------------steps first div------------*/
	#steps .container>div:first-child {
		width:18%;
		position:relative;
		padding-top:0px;
	}

	#steps h3 {
		font-size:22px;
		margin-top:50px;
	}

	/*---------------steps list------------*/
	#steps .container>ul li:first-child:before {
		border-top: 73px solid transparent;
		border-bottom: 73px solid transparent;
	}

	/*to create triangular lines you essentially need to create two triangles*/
	/*white right hand triangle*/
	#steps .container>ul>li:first-child:after,
	#steps .container>ul>li:first-child + li:after {
		border-top: 80px solid transparent;
		border-bottom: 80px solid transparent;
		bottom:-8px;
	}
	/*grey right hand triangle*/
	#steps .container>ul>li:first-child + li + li:before,
	#steps .container>ul>li:first-child + li:before {
		border-top: 80px solid transparent;
		border-bottom: 80px solid transparent;
		bottom:-8px;
	}

	/*---------------steps last div------------*/
	#steps .container>div.last-element {
		width:32%;
	}

	/*white right hand triangle*/
	#steps .container>div.last-element:after {
		border-top: 73px solid transparent;
		border-bottom: 73px solid transparent;
		left:0px;
		top:0;
	}

	#steps .container>div.last-element h5 {
		font-size:17px;
		margin-top:19px;
	}

	#steps .container>div.last-element a {
		font-size:12px;
	}


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	#steps {
		height:165px;
	}

	#steps h3 {
		font-size:24px;
		margin-top:60px;
	}

	/*---------------steps list------------*/
	#steps .container>ul li:first-child:before {
		border-top: 83px solid transparent;
		border-bottom: 83px solid transparent;
	}

	/*to create triangular lines you essentially need to create two triangles*/
	/*white right hand triangle*/
	#steps .container>ul>li:first-child:after,
	#steps .container>ul>li:first-child + li:after {
		border-top: 90px solid transparent;
		border-bottom: 90px solid transparent;
		bottom:-8px;
	}
	/*grey right hand triangle*/
	#steps .container>ul>li:first-child + li + li:before,
	#steps .container>ul>li:first-child + li:before {
		border-top: 90px solid transparent;
		border-bottom: 90px solid transparent;
		bottom:-8px;
	}

	/*---------------steps last div------------*/
	/*white right hand triangle*/
	#steps .container>div.last-element:after {
		border-top: 83px solid transparent;
		border-bottom: 83px solid transparent;
	}

	#steps .container>div.last-element h5 {
		margin-top:34px;
	}

	#steps .container>div.last-element a {
		font-size:12px;
		padding:10px 12px;
	}

}







/*=============================================================================*/
/*========================CUSTOM BLOCK - PARTNERS==============================*/
/*=============================================================================*/
#partners .container {
	padding-top:40px;
	padding-bottom:30px;
}

#partners h3 {
	font-size:24px;
	text-align:center;
}

#partners ul {
	margin-top:25px;
}

#partners ul:after {
	content:"";
	clear:both;
	display:block;
}

#partners li {
	width:49%;
	float:left;
	height:60px;
	margin-bottom:15px;
}

#partners li.last {
	width:100%;
}

#partners li a {
	display:block;
	position:relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#partners li a img {
	width:55%;
	margin:auto;
	display:block;
}

#partners li.first img {
	width:45%;
}

#partners li.last img {
	width:35%;
}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	#partners li {
		width:32.8%;
		height:60px;
		margin-bottom:15px;
	}

	#partners li a img {
		width:50%;
	}

	#partners li.first img {
		width:35%;
	}

	#partners li.last img {
		width:18%;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 768px) {

	#partners li {
		width:16%;
		height:60px;
		margin-bottom:0px;
	}

	#partners li.last {
		width:14%;
	}

	#partners li a img,
	#partners li.last img {
		width:70%;
	}

	#partners li.first img {
		width:60%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#partners:after {
		content:"";
		clear:both;
		display:block;
	}

	#partners h3 {
		width:100%;
		text-align:center;
		float:none;
		font-size:20px;
		line-height:60px;
	}

	#partners ul {
		width:100%;
		float:none;
		margin-top:0px;
	}

	#partners li a img,
	#partners li.last img {
		width:65%;
	}

	#partners li.first img {
		width:50%;
	}

	#partners li {
		width:12.5%;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	#partners h3 {
		width:17%;
		font-size:24px;
		text-align:left;
		float:left;
	}

	#partners ul {
		width:82%;
		float:left;
	}

	#partners li {
		width:12.5%;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {

	#partners h3 {
		width:15%;
	}

	#partners ul {
		width:84%;
	}

	#partners li {
		width:12.5%;
	}

}





/*=============================================================================*/
/*========================UPCOMING NZ SHOWS VIEW===============================*/
/*=============================================================================*/
#upcoming.container {
	padding-top:30px;
	padding-bottom:30px;
}

#upcoming h2 {
	font-size:38px;
	margin-bottom:10px;
}

#upcoming .upcoming-info p {
	font-size:13px;
}

#upcoming .upcoming-info a {
	font-size:12px;
	font-family:"poppins-semibold", sans-serif;
	color:#fff;
	background-color:#06BDB4;
	padding:18px 30px;
	display:inline-block;
	margin:15px 0px 25px;
}

#upcoming .col-md-4 {
	position:relative;
	margin-bottom:20px;
}

#upcoming .view-content .views-field-field-image {
	position:relative;
}

#upcoming .view-content .views-field-field-image a {
	display:block;
}

/*placing the playbutton icon on the a link*/
#upcoming .view-content .views-field-field-image a:before {
	display:block;
	content:"";
	background-image:url(../img/playbutton.fw.png);
	background-repeat: no-repeat;
    background-position: center;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}

#upcoming .view-content .views-field-title {
	background-color:#333;
	color:#fff;
	font-family:"poppins-semibold", sans-serif;
	font-size:16px;
	/*padding:19px 15px 18px;*/
	padding:9px 15px 12px;
	/*margin-top:-4px;*/
}

#upcoming .view-content .views-field-view-node {
	position:absolute;
	right:20px;
	bottom:6px;
}

#upcoming .view-content .views-field-view-node a {
	color:#fff;
	/*font-size:12px;*/
	background-color:#06BDB4;
	/*font-family:"poppins-semibold", sans-serif;
	padding:15px 10px;*/
	display:inline-block;
	padding:6px 6px;
	font-family:"poppins-regular", sans-serif;
	font-size: 11px;
}


#upcoming .view-content a {
	font-size: 13px;
	font-family:"poppins-regular", sans-serif;
}

/* Small Devices, Tablets */
@media (max-width : 768px) and (min-width : 580px) {

	#upcoming .col-md-4 {
		width:50%;
		float:left;
		margin-bottom:10px;
	}

	#upcoming div.view-content>div:first-child,
	#upcoming div.view-content>div:first-child + div + div
	 {
		padding-right:5px
	}

	#upcoming div.view-content>div:first-child + div {
		padding-left:5px
	}

	iframe {
		width:100% !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.upcoming-info:after {
		content:"";
		clear:both;
		display:block;
	}

	#upcoming .upcoming-info p {
		width:70%;
		float:left;
	}

	#upcoming .upcoming-info a {
		/*width:20%;*/
		float:right;
		margin-top:0px;
	}

	#upcoming.container {
		padding-top:40px;
		padding-bottom:40px;
	}

	#upcoming h2 {
		font-size:30px;
	}


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#upcoming.container {
		padding-top:50px;
		padding-bottom:50px;
	}

	#upcoming h2 {
		font-size:38px;
	}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 1200px) {

	#upcoming .view-content a {
		font-size: 15px;
		font-family:"poppins-semibold", sans-serif;
	}

	#upcoming .view-content .views-field-title {
		background-color:#333;
		color:#fff;
		font-family:"poppins-semibold", sans-serif;
		font-size:16px;
		padding:19px 15px 18px;
	}

	#upcoming .view-content .views-field-view-node a {
		font-size:12px;
		font-family:"poppins-semibold", sans-serif;
		padding:15px 10px;
	}

}


/*=============================================================================*/
/*================================FOOTER=======================================*/
/*=============================================================================*/

footer {
	font-size:13px;
}

footer .container {
	padding-top:20px;
	padding-bottom:20px;
}

footer h4 {
	font-family:"poppins-semibold", sans-serif;
	font-size:23px;
}

footer ul li {
	line-height:2;
}

footer h4 {
	margin-bottom:15px;
}

/*footer .col-md-4 {
	position:relative;
}
*/
/*----------------request-programe-block----------------*/
#request-programe-block {
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
}

#request-programe-block h4 {
	color:#fff;
	/*line-height:43px;
	margin-bottom:0px;*/
}

#request-programe-block a {
	background-color:#06BDB4;
	padding:15px 15px;
	display:inline-block;
}


/*-----------------top footer-------------------*/
#top-footer .container {
	padding-bottom:0px;
}

#top-footer .col-md-4 {
	background-color:#EAEAEA;
	padding-top:10px;
}

.region-top-left-footer,
.region-top-right-footer {
	padding-top:30px;
	padding-bottom:40px;
}

.region-top-left-footer li.leaf {
	line-height:1.8;
}
/*twitter default background color*/
.region-top-right-footer ul li {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color:#00aced;
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:8px;
}

/*facebook background color*/
.region-top-right-footer ul li.first {
	background-color:#3b5998;
}
/*youtube background color*/
.region-top-right-footer ul li.last {
	background-color:#e52d27;
}

.region-top-right-footer ul li a {
	font-size:20px;
	text-align:center;
	display:block;
	line-height:43px;
	color:#fff;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.region-top-left-footer li.leaf {
		display:inline-block;
		width:32%;
		line-height:1.8;
	}

	#top-footer {
		overflow:hidden;
	}


}

/* Small Devices, Tablets */
@media (max-width : 992px) and (min-width : 768px) {

	/*extends the dark grey background beyond container*/
	#top-footer .col-md-4:before {
		width:2000px;
		background-color:#EAEAEA;
		display:block;
		content:"";
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		z-index:-1;
	}

	#top-footer .col-md-4:after {
		width:2000px;
		background-color:#EAEAEA;
		display:block;
		content:"";
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		z-index:-1;
	}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	/*----------------request-programe-block----------------*/
	#request-programe-block {
		padding-top:20px;
		padding-bottom:20px;
		color:#fff;
	}

	#request-programe-block h4 {
		color:#fff;
		line-height:43px;
		margin-bottom:0px;
	}

	#request-programe-block a {
		background-color:#06BDB4;
		padding:15px 15px;
		display:inline-block;
	}

	/*-----------------top footer-------------------*/
	#top-footer .container {
		padding-top:0px;
	}

	#top-footer .col-md-4 {
		padding-top:0px;
		height:208px;
	}

	.region-top-left-footer,
	.region-top-right-footer {
		padding-top:60px;
		padding-bottom:60px;
	}

	.region-top-right-footer {
		padding-left:30px;
		height:100%;
		/*z-index:52;*/
	}

	#top-footer .col-md-4:before {
		width:2000px;
		background-color:#EAEAEA;
		display:block;
		content:"";
		position:absolute;
		left:33%;
		top:0;
		bottom:0;
		z-index:-1;
	}

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {

	/*-----------------top footer-------------------*/
	.region-top-right-footer {
		padding-left:50px;
	}

}




/*-----------------------main footer--------------------*/
.region-main-footer {
	font-size:13px;
	margin-top:15px;
	margin-bottom:15px;
}

.region-main-footer:after {
	content:"";
	clear:both;
	display:block;
}

.region-main-footer>div.col-xs-12 {
	padding-left:0px;
	padding-right:0px;
	margin-bottom:30px;
}

.region-main-footer>div.col-xs-12:last-child {
	margin-bottom:0px;
}

/*------main footer - contact app-----*/
footer .app img {
	width:100px;
	height:auto;
	margin:5px 15px 20px 0px;
}

footer .contact a {
	display:block;
}

footer .contact>a:first-child {
	font-size:20px;
	line-height:1.7;
}

footer .contact ul {
	margin-top:20px;
}

footer .contact ul li {
	line-height:1.4;
}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/*altering the column widths and padding to make footer fit properly*/
	.region-main-footer>div.col-xs-12:first-child + div {
		padding-right:15px;
		padding-left:15px;
	}

	.region-main-footer>div.col-xs-12:first-child + div + div {
		padding-left:15px;
	}

	#block-menu-menu-see-it-on-your-channel ul li.leaf {
		display:inline-block;
		width:44%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	/*altering the column widths and padding to make footer fit properly*/
	.region-main-footer>div.col-xs-12 {
		padding-right:15px;
		padding-left:15px;
		margin-bottom:0px;
	}

	.region-main-footer>div.col-xs-12:first-child {
		padding-left:0px;
	}

	.region-main-footer>div.col-md-2 {
		width:19%;
		/*padding-left:0px !important;*/
	}

	.region-main-footer>div.col-md-4 {
		padding-right:0px;
		width:31%;
	}

	footer h4 {
		font-size:20px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	/*altering the column widths and padding to make footer fit properly*/
	footer h4 {
		font-size:23px;
	}

	.region-main-footer>div.col-md-2 {
		width:22%;
		/*padding-left:0px !important;*/
	}

	.region-main-footer>div.col-xs-12:last-child {
		width:25%;
	}

}



/*----------------------bottom footer-------------------*/
#bottom-footer-section {
	border-top:1px solid #EAEAEA;
	font-size:11px;
	color:#333;
}

.region-bottom-footer ul {
	margin-bottom:30px;
}

.region-bottom-footer ul li {
	display:inline-block;
	border-right:1px solid #333;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:8px;
	line-height:1;
}

.region-bottom-footer ul li.first,
.region-bottom-footer ul li.last {
	padding-left:0px;
}

.region-bottom-footer ul li.last {
	border:0px;
	padding-right:0px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 368px) {

    /*----------------------bottom footer-------------------*/
	.region-bottom-footer ul li.last {
		padding-left:10px;
	}

}

 /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/*----------------------bottom footer-------------------*/
	.region-bottom-footer ul,
	.region-bottom-footer ul li {
		margin-bottom:0px;
	}

	.region-bottom-footer ul li {
		padding-left:15px;
		padding-right:15px;
	}

	.region-bottom-footer ul li.last {
		padding-left:15px;
	}


}



/*=============================================================================*/
/*================================ERROR BOX====================================*/
/*=============================================================================*/

.error-box p {
	background-color:#E2747D;
	color:#fff;
	display:inline-block;
	padding:5px 8px 4px 8px;
	font-size:13px;
}

.error-box p i {
	margin-right:8px;
}

.view .error-box {
	padding-left:15px;
}



/*=============================================================================*/
/*=====================General page styling====================================*/
/*=============================================================================*/
/*----------- breadcrumb------------*/
.general-page-header .breadcrumb {
	background-color:transparent;
	padding:0px;
	margin-top:20px;
	font-size:13px;
}

.general-page-header .breadcrumb a {
	color:#06BDB4;
}

.general-page-header h1 {
	font-size:30px;
	font-family:"poppins-semibold", sans-serif;
	color:#666;
	line-height:1;
	text-align:center;
	margin-top:30px;
	margin-bottom:40px;
}

/*----------- explanatory text------------*/
.general-page-explanatory-text .content {
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}

.general-page .view-filters .form-type-select {
	position:relative;
}

.general-page .view-filters .form-type-select:before {
	font-family:"FontAwesome";
  	content:"\f0d7";
	display:block;
    width:20px;
    height:20px;
    font-size:15px;
    position:absolute;
    right:0px;
    top:8px;
    color:#06BDB4;
}

.general-page .col-lg-9.col-md-9.col-sm-12 {
	padding-bottom:50px;
}

 /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.general-page-header h1 {
		margin-top:20px;
	}

}

/*=============================================================================*/
/*================================SYNOPSIS=====================================*/
/*=============================================================================*/

/*-----------synopsis breadcrumb------------*/
#synposis-header .breadcrumb {
	background-color:transparent;
	padding:0px;
	font-size:13px;
	margin-top:20px;
}

#synposis-header .breadcrumb a {
	color:#06BDB4;
}

/*#synposis-header>.container>div.col-lg-12 {

}*/

/*----------------------synopsis header-------------------*/
.node-type-schedule #synposis-header {
	padding-bottom:30px;
}

.node-type-schedule #synposis-header>.container>div:first-child + div {
	padding-top:10px;
}

#synposis-header h1 {
	font-size:37px;
	color:#666666;
	font-family:"poppins-semibold", sans-serif;
}

#synposis-header ul li {
	font-size:12px;
	line-height:1.8;
	text-align:center;
}

#synposis-header ul li img {
	height:22px;
	width:auto;
}

#synposis-header .search-title-category {
	margin-top:5px;
	/*margin-bottom:20px*/
}

#synposis-header .search-title-category input {
	width:100%;
}


 /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/*----------------------synopsis header-------------------*/
	#synposis-header ul>li:first-child {
		display:block;
	}

	#synposis-header ul>li:first-child + li,
	#synposis-header ul>li:first-child + li + li  {
		border-right:1px solid #D6D6D6;
		padding-right:10px;
		margin-right:5px;
	}

	#synposis-header ul {
		text-align:center;
	}

	#synposis-header ul li {
		display:inline-block;
	}


}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	/*----------------------synopsis header-------------------*/
	#synposis-header>.container>div:first-child + div>div {
		padding-left:0px;
		padding-right:0px;
	}

	#synposis-header ul {
		text-align:left;
	}

	#synposis-header ul>li:first-child {
		display:inline-block;
		padding-right:10px;
	}

	#synposis-header ul>li:first-child + li {
		border-left:1px solid #D6D6D6;
		padding-left:10px;
	}

	#synposis-header ul li {
		font-size:11px;
		line-height:1.8;
		vertical-align:middle;
	}

	#synposis-header ul li img {
		height:17px;
	}


}

/*----------------------synopsis sub header-------------------*/
#synposis-sub-header {
	display:none !important;
	padding-top:25px;
	padding-bottom:25px;
}

#synposis-sub-header>.container>div>div {
	padding-left:0px;
	padding-right:0px;
}

#synposis-sub-header p {
	font-size:13px;
	line-height:1.6;
}

#synposis-sub-header p span {
	font-family:"poppins-semibold", sans-serif;
	font-size:14px;
}

#synposis-sub-header a {
	display:block;
	background-color:#06BDB4;
	color:#fff;
	text-align:center;
	padding:13px 20px;
	font-size:13px;
	margin-top:10px;
}

#synposis-sub-header a i {
	margin-right:5px;
}

#synposis-sub-header a.encryption {
	background-color:#999999;
}

#synposis-header .content-rating span {
	font-family:"poppins-semibold", sans-serif;
	color:#333;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display:inline-block;
	margin-right:4px;
	background-color:#fff;
}

#synposis-header .content-rating span.g {
	background-color:#31AC31;
	padding:3px 9px 2px;
	font-size:12px;
	font-family:"poppins-bold", sans-serif;
}

#synposis-header .content-rating span.pgr {
	font-size:9px;
	padding:5px 4px 4px;
	background-color:#FFD042;
}

#synposis-header .content-rating span.ao {
	font-size:10px;
	background-color:#E2747D;
	padding:4px 5px 3px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 480px) {

	/*----------------------synopsis sub header-------------------*/
	#synposis-sub-header p {
		text-align:center;
	}

	#synposis-sub-header .links {
		text-align:center;
	}

	#synposis-sub-header a {
		display:inline-block;
	}

}

 /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	#synposis-sub-header p {
		display:inline-block;
		margin-right:10px;
	}

	#synposis-sub-header>.container>div>div>div:first-child {
		text-align:center;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	/*----------------------synopsis sub header-------------------*/
	#synposis-sub-header {
		padding-top:8px;
		padding-bottom:8px;
	}

	#synposis-sub-header>.container>div>div>div:first-child {
		text-align:left;
	}

	#synposis-sub-header p {
		line-height:85px;
	}

	#synposis-sub-header .links {
		padding-left:0px;
		padding-right:0px;
	}

	#synposis-sub-header a {
		width:100%;
		margin-top:0px;
	}

	#synposis-sub-header a.encryption {
		margin-top:5px;
	}

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	/*----------------------synopsis sub header-------------------*/
	#synposis-sub-header a {
		width:auto;
		margin-top:0px;
		padding:13px 8px;
		font-size:10px;
	}

	#synposis-sub-header a.encryption {
		margin-top:0px;
	}

	#synposis-sub-header p {
		line-height:36px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {

	/*----------------------synopsis sub header-------------------*/
	#synposis-sub-header a {
		width:auto;
		margin-top:0px;
		padding:13px 10px;
		font-size:11px;
	}

	#synposis-sub-header p {
		line-height:37px;
	}

}


/*----------------------synopsis content container-------------------*/

#synposis-container {
	margin-top:25px;
	margin-bottom:40px;
}

#synposis-container .synopsis-title>div:first-child {
	padding:20px 0px;
}

#synposis-container .synopsis-title>div:first-child + div {
	padding:5px 0px;
	font-size:13px;
	line-height:33px;
	border-top:1px solid #fff;
	text-align:center;
	color:#999999;
}

#synposis-container .synopsis-title>div:first-child + div a {
	color:#06BDB2;
}

#synposis-container .synopsis-title h2 {
	font-size:16px;
	color:#666666;
	text-align:center;
	line-height:33px;
}

#synposis-container .synopsis-title h3 {
	font-size:12px;
	color:#666666;
	font-family:"poppins-regular", sans-serif;
	text-align:center;
}


#synposis-container .synopsis-meat {
	border:1px solid #EAEAEA;
	padding-top:20px;
	padding-bottom:30px;
}

#synposis-container .synopsis-meat .description {
	font-size:14px;
}

#synposis-container .synopsis-meat .description p {
	margin-bottom:15px;
}

#synposis-container .synopsis-meat .subtitles {
	font-family:"poppins-semibold", sans-serif;
	margin-bottom:20px;
}

#synposis-container .synopsis-meat .watchVideo {
	margin-bottom:20px;
	margin-top:20px;
}

#synposis-container .synopsis-meat .watchVideo a {
	color:#06BDB4;
	font-family:"poppins-semibold", sans-serif;
	display:block;
	position:relative;
	padding-left:32px;
}

#synposis-container .synopsis-meat .watchVideo a:before {
	font-family:"FontAwesome";
  	content:"\f01d";
	display:block;
    width:10px;
    height:10px;
    font-size:30px;
    position:absolute;
    top:-7px;
    left:0px;
    color:#06BDB4;
}

/*----------------------synopsis content article-------------------*/

#article-node .synopsis-title p {
	line-height:1.2;
	font-family:"poppins-semibold", sans-serif;
	margin:10px 10px;
	text-align:center;
}

.article-sub-header .col-lg-9.col-md-9.col-sm-12 div {
	font-family:"poppins-semibold", sans-serif;
	font-size:14px;
	text-align:center;
}


.article-sub-header .links {
	display:none;
}

#synposis-container .synopsis-meat .article_images,
#synposis-container .synopsis-meat .article_body {
	padding-left:15px;
	padding-right:15px;
}

 /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/*----------------------synopsis content article-------------------*/
	#article-node .synopsis-title p {
		line-height:1.2;
		font-family:"poppins-semibold", sans-serif;
		margin:10px 10px;
		text-align:center;
	}


	.article-sub-header .links {
		display:inline-block;
	}


	/*----------------------synopsis content container-------------------*/
	#synposis-container .synopsis-title>div:first-child {
		padding:10px 15px;
	}

	#synposis-container .synopsis-title>div:first-child + div {
		border-left:1px solid #fff;
		border-top:0px solid #fff;
		padding:10px 15px;
		text-align:right;
	}

	#synposis-container .synopsis-title h2,
	#synposis-container .synopsis-title h3 {
		text-align:left;
	}

}



/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) and (max-width : 992px) {

	#synposis-container .synopsis-meat .article_images .flex-control-thumbs li img {
		height:100%;
		width:auto;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	/*----------------------synopsis content article-------------------*/
	#article-node .synopsis-title p {
		text-align:left;
	}

	#synposis-container .synopsis-meat .article_images,
	#synposis-container .synopsis-meat .article_body {
		padding-left:0px;
		padding-right:0px;
	}

	#synposis-container .synopsis-meat .article_images {
		padding-right:15px;
	}

	#synposis-container .synopsis-meat {
		padding-left:15px;
		padding-right:15px;
	}

	#synposis-container .synopsis-meat .article_images {
		width:340px;
		float:left;
		display:inline;
	}

	#synposis-container .synopsis-meat .article_body {
		width:300px;
		/*float:left;*/
		display:inline;
	}

	/*----------------------synopsis content container-------------------*/
	#synposis-container .synopsis-title {
		margin-right:0px;
	}

	#synposis-container .synopsis-meat {
		margin-right:0px;
	}


	.article-sub-header .col-lg-9.col-md-9.col-sm-12 div {
		text-align:left;
		line-height:85px;
	}


}

@media only screen and (min-width : 1200px) {

	#synposis-container .synopsis-meat .article_images {
		width:450px;
	}

	.article-sub-header .col-lg-9.col-md-9.col-sm-12 div {
		line-height:36px;
	}

}

@media only screen and (min-width : 1300px) {

	#synposis-container .synopsis-meat .article_images {
		width:500px;
	}

	/*#synposis-container .synopsis-meat .article_images {
		padding-bottom:10px;
	}*/

}




/*============================================================================*/
/*================================WEBFORM=====================================*/
/*============================================================================*/
form.webform-client-form {
	margin-top:30px;
	margin-bottom:30px;
}

form.webform-client-form>div:after {
	content:"";
	clear:both;
	display:block;
}

/*.node-type-webform .col-lg-9.col-md-9.col-sm-12 {
	padding-left:0px;
	padding-right:0px;
}*/

form.webform-client-form input,
form.webform-client-form select,
form.webform-client-form textarea {
	border-radius:0px;
	border:1px solid #DFDFDF;
	font-size:12px;
}

form.webform-client-form .form-group {
	padding-left:0px;
	padding-right:0px;
}

form.webform-client-form fieldset {
	padding-top:10px;
	padding-bottom:10px;
}

form.webform-client-form fieldset .form-group {
	padding-right:0px;
	border-left:8px solid #ccc;
	margin-bottom:0px;
	padding-left:10px;
}

form.webform-client-form fieldset legend {
	color:#666;
}

form.webform-client-form fieldset .form-group:first-child {
	padding-top:0px;
	padding-bottom:16px;
}

form.webform-client-form .form-actions {
	float:left;
}

form.webform-client-form .form-actions input[type="submit"] {
	background-color:#06BDB4;
	color:#fff;
	padding:10px 20px;
}

form.webform-client-form label {
	font-size:12px;
	font-family:"poppins-semibold", sans-serif;
	margin-bottom:2px;
}

form.webform-client-form .webform-component-select {
	position:relative;
}

form.webform-client-form .webform-component-select:before {
	font-family:"FontAwesome";
  	content:"\f0d7";
	display:block;
    width:20px;
    height:20px;
    font-size:20px;
    position:absolute;
    right:8px;
    top:24px;
    color:#06BDB4;
}

form.webform-client-form .webform-component--list-channels:before {
	display:none;
}

form.webform-client-form .form-radios {
	margin-top:5px;
}

form.webform-client-form .form-radios>div {
	margin-left:10px;
}

form.webform-client-form input[type="radio"] {
	margin-left:-10px;
	margin-top:3px;
}

form.webform-client-form .form-radios>div label {
	padding-left:9px;
	padding-right:25px;
}

form.webform-client-form div.description {
	margin-top:5px;
}

form.webform-client-form .webform-datepicker,
form.webform-client-form .webform-component-time {
	margin-bottom:13px;
}

form.webform-client-form .webform-datepicker select,
form.webform-client-form .webform-component-time select {
	padding:9px 5px;
}

form.webform-client-form .webform-datepicker input.webform-calendar {
	padding:8px;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.node-type-webform .col-lg-9.col-md-9.col-sm-12,
	form.webform-client-form .form-group {
		padding-right:15px;
	}

	form.webform-client-form .form-radios>div {
		display:inline-block;
	}

	form.webform-client-form .webform-component-select:before {
	    right:18px;
	}

}




/*=========================================================================================*/
/*================================WEBFORM CONFIRMATION=====================================*/
/*=========================================================================================*/
.page-node-done .col-lg-9.col-md-9.col-sm-12 {
	width:100% !important;
}

.webform-confirmation {
	margin:40px 0px;
}

.webform-confirmation i,
.webform-confirmation-links i {
	color:#06BDB4;
}

.webform-confirmation-check {
	text-align:center;
}

.webform-confirmation-check i {
	font-size:40px;
}

.webform-confirmation-text {
	width:90%;
	margin:14px auto;
	text-align:center;
	font-size:14px;
}

.webform-confirmation-text p {
	margin-bottom:10px;
}

.webform-confirmation-links {
	color:#06BDB4;
	font-size:14px;
	width:144px;
	margin:0px auto 50px;
}

.webform-confirmation-links ul li {
	margin-bottom:10px;
}

.webform-confirmation-links i {
	font-size:20px;
	margin-right:5px;
}

 /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.webform-confirmation-text {
		width:50%;
	}

}

.partners-logo {
	height: 17px;
	width: auto;
}

.node-show-title {
	margin-bottom: 40px;
}



/*============================================================================*/
/*================================PODCAST=====================================*/
/*============================================================================*/

.view-podcast .views-row {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.view-podcast .views-field-field-podcast-name {
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	margin-top: 12px;
	text-transform: uppercase;
}

.view-podcast .views-field-field-podcast-link {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #28c2bc;
}

.view-podcast .field-content p {
	font-size: 13px;
	line-height:1.2;
}

.view-podcast #edit-title-wrapper {
	float:none;
	width:100%;
	padding-right:0px;
	padding-top:10px;
}

.view-podcast .form-item #edit-title {
    width: 80%;
    height: 30px;
    border: none;
    background-color: #f3f3f3;
    color: #025180;
    /*font-weight: bold;*/
    cursor: pointer;
    font-size: 14px;
}

.view-podcast .views-widget-sort-by {
	width:100%;
	padding:.5em 0 0 0;
}

.view-podcast .form-item #edit-sort-by {
    width: 100%;
    height: 30px;
    border: 1px solid #DFDFDF;
    cursor: pointer;
    font-size: 12px;
    padding:8px 30px 8px 6px;
}

.view-podcast .views-widget-sort-order {
	width:100%;
	padding:.5em 0 0 0;
}

.view-podcast .form-item #edit-sort-order {
    width: 100%;
    height: 30px;
    border: 1px solid #DFDFDF;
    margin-left: 0px;
    cursor: pointer;
    font-size: 12px;
    padding:8px 30px 8px 6px;
}

.view-podcast .form-item label {
    display: none;
}

.view-podcast .views-field-field-podcast-link .field-content a {
    font-weight: bold;
    font-size: 13px;
}

.view-podcast .views-exposed-form {
    margin-top: 15px;
    margin-bottom: 10px;
}



/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	.view-podcast .views-widget-sort-by {
		width:135px;
		padding:.5em 1em 0 0;
	}

	.view-podcast .views-widget-sort-order {
		width:135px;
		padding:.5em 1em 0 0;
	}

	.view-podcast .form-item #edit-sort-by {
	    width: 120px;
	}

	.view-podcast .form-item #edit-sort-order {
	    width: 120px;
	}

}


 /* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	.view-podcast #edit-title-wrapper {
		float:right;
		width:150px;
		padding-right:0px;
		padding-top:10px;
	}

	.view-podcast .form-item #edit-title {
	    width: 120px;
	}

	.view-podcast .form-item #edit-sort-by {
	    width: 120px;
	}

	.view-podcast .form-item #edit-sort-order {
	    width: 120px;
	}

}


/*============================================================================*/
/*================================UPCOMING NZ SHOWS=====================================*/
/*============================================================================*/
.upcoming-nz-shows-img a > img {
	height: auto;
	width: 100% !important;
	max-width:100% !important;
    max-height:100% !important;
	margin: 0 auto;
  	display:block;
  	overflow: hidden;
}

.upcoming-nz-shows-img > img {
	height: auto;
	width: 100% !important;
	/*max-width:100% !important;
    max-height:100% !important;
	margin: 0 auto;*/
  	display:block;
  	overflow: hidden;
}

.field-content.upcoming-nz-shows-img {
    overflow: hidden;
}

.views-field.views-field-field-image {
	overflow: hidden;
}

.view-upcoming-nz-shows-view-all .views-field.views-field-field-image img {
	height: auto;
	width: 100% !important;
	max-width:100% !important;
    max-height:100% !important;
	margin: 0 auto;
  	display:block;
  	overflow: hidden;
}

/*============================================================================*/
/*================================FAQs=====================================*/
/*============================================================================*/
.faq-well {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	margin-bottom: 50px;
	margin-top: 10px;
}

.view-faqs .faq-title {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666c6e;
	font-family:"poppins-semibold", sans-serif;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.view-faqs .faq-title.open {
	color: #06bdb4;
}

.view-faqs .faq-title a:focus {
	color: #06bdb4;
}

.view-faqs .faq-body {
	font-size: 13px;
	margin-left: 28px;
}

.view-faqs .faq-body p {
	margin-bottom:10px;
}

.view-faqs .faq-body ul {
	list-style-type: disc;
}

.view-faqs .view-content .item-list ul li {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:20px;
}

.view-faqs .faq-title .faq-title-angle {
	font-weight: bold;
	font-size: 28px;
	color: #06BDB4;
	vertical-align: middle;
	margin-right: 7px;
}

.view-faqs-filters {
	margin-top: 15px;
}

.view-faqs-filters #edit-body-value {
    width: 170px;
    height: 30px;
    border: 0px;
    background-color: #f3f3f3;
    color: #025180;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}


/*============================================================================*/
/*================================Shows=====================================*/
/*============================================================================*/

.view-shows-filters {
    margin-top: 15px;
    margin-bottom: 15px;
}

.view-shows-filters .description {
    display: none;
}

.view-shows-filters #edit-field-category-tid {
    width: 100%;
    height: 30px;
    border: 1px solid #eee;
    color: #666666;
    font-size:12px;
    padding-left:5px;
}

.view-shows-filters #edit-field-category-tid-wrapper {
	width:100%;
	padding-right:0px;
}

.view-shows-filters #edit-body-value-wrapper {
	float:none;
	padding-right:0px;
	width:100%;
}

.view-shows-filters #edit-body-value {
    width: auto;
    height: 30px;
    border: 0px;
    background-color: #f3f3f3;
    font-size:14px;
}

.view-shows .show-box a,
.view-upcoming-nz-shows-view-all .show-box a {
	font-size: 13px;
	font-family:"poppins-regular", sans-serif;
}

#upcoming .view-shows .view-content .views-field-title,
#upcoming .view-upcoming-nz-shows-view-all .view-content .views-field-title {
	padding:8px 15px 12px;
}

#upcoming .view-shows .view-content .views-field-view-node a,
#upcoming .view-upcoming-nz-shows-view-all .view-content .views-field-view-node a{
	padding:6px 6px;
	font-family:"poppins-regular", sans-serif;
	font-size: 11px;
}

#upcoming .view-shows .views-field.views-field-field-image,
#upcoming .view-upcoming-nz-shows-view-all .views-field.views-field-field-image {
    height: auto;
}

#upcoming .view-shows .views-field.views-field-field-image img,
#upcoming .view-upcoming-nz-shows-view-all .views-field.views-field-field-image img {
	width:100%;
	height:auto;
	display:block;
}

/*#upcoming .view-shows .views-field.views-field-field-image img {
    height: 168px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}*/

#upcoming .view-upcoming-nz-shows-view-all {
	margin-top:25px;
}

.show-box.col-lg-4.col-md-6.col-sm-6 {
    margin-bottom: 18px;
}



/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	.view-shows-filters #edit-field-category-tid-wrapper {
		width:180px;
	}

	.view-shows-filters #edit-body-value-wrapper {
		float:right;
		width:auto;
	}

	.view-shows-filters #edit-body-value {
	    width: 117px;
	}


}


/* Small Devices, Tablets */
@media (max-width : 768px) and (min-width : 500px) {

	.show-box {
		width:50%;
		float:left;
	}

}

/*================================================================================*/
/*================================latest news=====================================*/
/*================================================================================*/

.latest-news-white {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

/*===================latest news filtes===================*/

.latest-news-filters-pager::after {
	content: " ";
    display: block;
    clear: both;
}

.latest-news-filters {
	/*float: left;*/
    margin-top: 10px;
}

.latest-news-filters #edit-body-value-wrapper {
	width:100%;
	padding-right:0px;
}

.latest-news-filters #edit-body-value-wrapper .form-item-body-value {
	text-align:center;
}

.latest-news-filters #edit-body-value {
    width: 118px;
    height: 30px;
    border: 0px;
    background-color: #f3f3f3;
    font-size:14px;
}

/*===================latest news container===================*/

.latest-news-container {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 12px;
}

.latest-news-container h4 {
    text-transform: uppercase;
    color:#666666;
    font-size: 18px;
    font-family:"poppins-regular", sans-serif;
    margin-bottom:15px;
}

/*===================latest news image/video===================*/

.latest-news-container .image {
	display:inline;
}

.latest-news-container .image>img {
	float:left;
	margin-right:16px;
	margin-bottom:5px;
}

.latest-news-container .image .videos img {
	width:100%;
	height:auto;
}
.latest-news-container .image a.video {
	float: left;
	position: relative;
	width:90px;
	height:90px;
	margin-right:16px;
	margin-bottom:5px;

}
.latest-news-container .image a.video span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("../img/playbutton.fw.png") no-repeat;
	background-position: 50% 50%;
	background-size: 40%;
}


/*===================latest news body===================*/
.latest-news-container .body {
	display:inline;
    color:#666666;
}

.latest-news-container .body p {
    font-size: 13px;
    line-height:1.4;
}

.latest-news-container .body h6 {
	margin-bottom: 10px;
	color: #818080;
	font-size:14px;
	font-family:"poppins-regular", sans-serif;
	font-weight:bold;
}

.latest-news-container .body .link {
    margin-top: 8px;
    display: block;
    color: #06BDB4;
    font-size: 13px;
    font-family:"poppins-semibold", sans-serif;
}

.latest-news-container .clear {
    clear: both;
}




/*===================latest news pager===================*/
.latest-news-pager {
    /*float: right;*/
    margin-top: 26px;
    font-size:15px;
}

.latest-news-pager .pager .pager-next {
	padding: 0em;
	margin: 0 0 0.25em 0.4em;
}

.latest-news-pager .pager li a {
    display: inline-block;
    padding: 0px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    color: #06bdb4;
}

.latest-news-pager .pager .pager-next a {
    color: #025180;
    font-size:14px;
    font-family:"poppins-semibold", sans-serif;
}

.latest-news-pager .pager .pager-previous a {
    color: #025180;
    font-size:14px;
    font-family:"poppins-semibold", sans-serif;
}

.latest-news-pager .pager .pager-current {
    font-family:"poppins-bold", sans-serif;
    text-decoration: underline;
    color: #06bdb4;
    padding-left:0px;
}

.latest-news-pager .pager .pager-first {
    display: none;
}

.latest-news-pager .pager .pager-last {
    display: none;
}

.latest-news-pager .item-list ul li {
    margin: 0 0 0.25em 0.1em;
}

.latest-news-pager.latest-news-pager-bottom {
	margin-top: 0px;
}

#synposis-header.latest-news-synposis ul {
    text-align: center;
    margin-bottom: 35px;
}



/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 580px) {

	/*===================latest news image/video===================*/
	.latest-news-container .image {
		float: left;
		display: block;
	}

	/*===================latest news body===================*/
	.latest-news-container .body {
		width:74%;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	/*===================latest news filtes===================*/
	.latest-news-filters {
		width:auto;
		float:left;
	}

	.latest-news-filters .views-exposed-widgets {
		margin-bottom:0px;
	}

	/*===================latest news body===================*/
	.latest-news-container .body {
		width:83%;
	}

	/*===================latest news pager===================*/
	.latest-news-pager {
	    float: right;
	    margin-top: 26px;
	}

	.latest-news-pager .pager .pager-current {
	    padding-left:0.5em;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	/*===================latest news body===================*/
	.latest-news-container .body {
		width:85%;
	}

}

/*===================================================================================*/
/*================================SEARCH RESULTS=====================================*/
/*===================================================================================*/
.search-results-white-bg {
    background-color: #fff;
    padding:20px 20px 5px;
}

.search-results-white-bg .search-result-border-bottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom:26px;
}

.search-results-white-bg .search-result-border-bottom .title {
    color: #06BDB4;
    margin-left: 0px;
    font-size:20px;
}

.search-results-white-bg .search-result-border-bottom .date {
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 13px;
    font-family:"poppins-medium", sans-serif;
}

.search-results-white-bg .search-result-border-bottom .search-snippet-info {
	padding-left:0px;
}

.search-results-white-bg.search-results .search-result-border-bottom p {
    font-size: 13px;
}

.search-results-white-bg .search-result-border-bottom .search-snippet-info a {
	color: #06BDB4;
}

.search-advanced .criterion {
    margin-right: 0em;
    width: 100%;
}

.fieldset-wrapper .criterion .form-item {
	display: inline-block;
}

.fieldset-wrapper .criterion .form-item input[type="text"]{
	width: 100%;
	height: 30px;
	padding:10px;
	border: 1px solid #eee;
	font-size:14px;
}

.fieldset-wrapper .criterion .form-item input[type="checkbox"]{
	margin: 0px;
}

.fieldset-wrapper .criterion .form-item.form-type-checkbox.form-item-type-webform {
	display: none;
}

.search-advanced .fieldset-legend .fieldset-title {
	border-top: 1px solid #fff;
	margin-top: 10px;
	display: block;
	width: 162px;
	padding:15px 0px 5px;
	color: #025180;
}

.form-item #edit-keys {
	width: 261px;
	height: 26px;
	border: 0px;
	background-color: #F3F3F3;
}

#edit-basic .form-submit {
	display: none;
}





form#search-form {
	margin-top:20px;
	margin-bottom:40px;
}

form#search-form #edit-basic {
	padding:5px 0px;
}

.search-advanced .criterion>div {
	width:100%;
	margin-bottom:8px;
}

.search-advanced .criterion .form-type-checkboxes {
	margin-top:15px;
}

.search-advanced .criterion .form-type-checkboxes label[for="edit-type"] {
	font-style:italic;
	font-size:14px;
	margin-bottom:10px;
}

#edit-type .form-type-checkbox {
	margin-right:14px;
}

.search-advanced .criterion .action input[type="submit"] {
	background-color:#06bdb4;
	color:#fff;
	border:0px;
	font-size:14px;
	padding:10px 20px;
	margin-top:15px;
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	

}



html.js fieldset.collapsed .fieldset-legend {
    background-image: initial;
    background-position: initial;
}

html.js fieldset.collapsible .fieldset-legend {
    background: initial;
    padding-left: initial;
}

fieldset.collapsible legend .fieldset-legend .fieldset-title:before {
	content: "\f078";
    font-family: FontAwesome;
    color: #06bdb4;
}

fieldset.collapsed legend .fieldset-legend .fieldset-title:before {
	content: "\f054";
    font-family: FontAwesome;
    color: #06bdb4;
}

/*==============================================================================*/
/*================================404 ERROR=====================================*/
/*==============================================================================*/
div.page-404-error {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
}

div.page-404-error .fa.fa-times-circle-o {
	color: #06BDB4;
	font-size: 45px;
}

div.page-404-error .fa.fa-sign-in {
	color: #06BDB4;
	font-size: 20px;
}

div.page-404-error .fa.fa-home {
	color: #06BDB4;
	font-size: 20px;
}

div.page-404-error .oops {
	color: #666;
	font-size: 19px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.page-404-error .page {
	color: #666;
	margin-bottom: 30px;
	font-size: 15px;
}

div.page-404-error .fa.fa-sign-in + a {
	color: #06BDB4;
	font-size: 15px;
}

div.page-404-error .fa.fa-home + a {
	color: #06BDB4;
	font-size: 15px;
}

div.page-404-error p.sign-in {
	margin-bottom: 20px;
}

div.page-404-error p.home {
	margin-bottom: 20px;
}

/*=============================================================================================*/
/*================================BROADCASTER REGISTRATION=====================================*/
/*=============================================================================================*/
#user-register-form {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

#user-register-form label {
	font-size: 12px;
	font-family: "poppins-semibold", sans-serif;
	margin-bottom: 2px;
	text-transform: uppercase;
}

#user-register-form .form-type-radio label {
	text-transform: none;
}

#user-register-form .form-type-select label, #user-register-form .form-type-textfield label {
	display: block;
}

#user-register-form input[type="text"], #user-register-form select, #user-register-form textarea {
    border-radius: 0px;
    border: 1px solid #DFDFDF;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}

#user-register-form input[type="submit"] {
	background-color: #06BDB4;
	color: #fff;
	padding: 10px 20px;
	border: 0px;
	font-size:12px;
	margin-top:10px;
	/*text-transform: uppercase;*/
}

#user-register-form .form-type-select {
    position: relative;
}

#user-register-form .form-type-select:before {
    font-family: "FontAwesome";
    content: "\f0d7";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 22px;
    color: #06BDB4;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) {

	#user-register-form .form-type-radio {
		display:inline-block;
		margin-right:18px;
	}

	#user-register-form .form-type-radios .description {
		font-size:12px;
	}

}


/*==========================================================================*/
/*================================LOGIN=====================================*/
/*==========================================================================*/
#user-login {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

#user-login label {
	font-size: 12px;
	font-family: "poppins-semibold", sans-serif;
	margin-bottom: 2px;
	text-transform:uppercase;
}

#user-login .form-type-select label, .form-type-textfield label {
	display: block;
}

#user-login input[type="text"], #user-login input[type="password"] {
    border-radius: 0px;
    border: 1px solid #DFDFDF;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}

#user-login input[type="submit"] {
	background-color: #06BDB4;
	color: #fff;
	padding: 10px 20px;
	border: 0px;
	font-size:12px;
	/*text-transform: uppercase;*/
}

#user-login #edit-submit.form-submit {
    display: block;
    margin-bottom: 5px;
    margin-top:5px;
}

#user-login .user-register::after {
    content: "|";
    margin-left: 4px;
}

#user-login .user-register {
    text-transform: uppercase;
    font-size: 13px;
}

#user-login .user-password {
    text-transform: uppercase;
    font-size: 13px;
}


/*=====================================================================================*/
/*================================PASSWORD REQUEST=====================================*/
/*=====================================================================================*/
#user-pass {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 95%;
}

#user-pass input[type="text"] {
    border-radius: 0px;
    border: 1px solid #DFDFDF;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}

#user-pass input[type="submit"] {
	background-color: #06BDB4;
	color: #fff;
	padding: 10px 20px;
	border: 0px;
	font-size:12px;
}

#user-pass label {
	font-size: 12px;
	font-family: "poppins-semibold", sans-serif;
	margin-bottom: 2px;
	text-transform: uppercase;
}


.user-explanatory-text {
	padding:15px 0px;
	color:#06BDB4;
}

.user-explanatory-text a {
	margin-right:5px;
	padding-right:10px;
	border-right:1px solid #999;
	text-transform:uppercase;
	font-size: 14px;
	font-family: "poppins-semibold", sans-serif;
}

.user-explanatory-text a:last-child {
	border-right:0px solid #999;
}

.user-profile-container {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #eee;
}

.user-profile-container .user-profile-header {
	background-color: #E4E3E3;
	padding: 14px;
	padding-left: 20px;
	color: #06BDB4;
	font-size: 18px;
}

.user-profile-header i {
	margin-right:5px;
	color: #06BDB4;
}

.user-profile-container .user-profile-body {
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	font-size:13px;
}

.user-profile-container .user-profile-body i {
	margin-left:5px;
	color: #06BDB4;
}

.user-profile-container .user-profile-row:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.user-profile-container .user-profile-column-left {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	width: 30%;
}

.user-profile-container .user-profile-column-right {
	display: inline-block;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*=============================================================================*/
/*================================SITE MAP=====================================*/
/*=============================================================================*/

#site-map {
	margin-top:20px;
}

#site-map h2 {
	text-transform:lowercase;
	text-transform:capitalize;
	border-bottom:3px solid #fff;
	font-family: "poppins-semibold", sans-serif;
	margin-bottom:10px;
}

#site-map a {
	line-height:1.4;
	font-style:italic;
	font-size:14px;
	text-transform:uppercase;
}


/*============================================================================*/
/*================================CAPTCHA=====================================*/
/*============================================================================*/
.webform-client-form .captcha {
	display:inline-block;
	width:100%;
}

.captcha legend {
	display:none;
}

.captcha .fieldset-description {
	font-size:12px;
	margin-bottom:10px;
}


/*====================================================*/
/*===============BASIC PAGE NODE======================*/
/*====================================================*/
#node-36 {
	margin-top:0px;
	border:0px solid #EAEAEA;
}

.node-type-page .node-page {
	margin-top:25px;
	background-color:#fff;
	border:1px solid #EAEAEA;
}

.node-type-page .node-page h2 {
	background-color:#eaeaea;
	padding:20px 25px 18px;
	color:#666666;
	font-size:18px;
	text-transform:uppercase;
}

.node-type-page .node-page h3 {
	font-size:16px;
	margin:10px 0px 5px;
	text-transform:uppercase;
}

.node-type-page .node-page div.team-profile img {
	float:left;
	width:110px;
	margin-right:15px;
	margin-top:3px;
}

.node-type-page .node-page div.team-profile>div:after {
	content:"";
	clear:both;
	display:block;
}

.node-type-page .node-page div.text {
	padding:15px 25px 20px;
}

.node-type-page .node-page div.team-profile {
	padding:10px 25px 0px;
}


.node-type-page .node-page ol,
.node-type-page .node-page ul {
	padding-left:30px;
	margin-bottom:10px;
}

.node-type-page .node-page ul {
	list-style-type:disc;
}

.node-type-page .node-page div.text p,
.node-type-page .node-page div.team-profile p,
.node-type-page .node-page div.text li,
.node-type-page .node-page div.team-profile li {
	font-size:14px;
}

.node-type-page .node-page div.text p,
.node-type-page .node-page div.team-profile p {
	margin-bottom:10px;
}

.node-type-page .node-page div.text li,
.node-type-page .node-page div.team-profile p {
	line-height:1.4;
}