@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,400italic,300italic,100italic,500italic,700italic);

/*----- SETUP - Open -----*/
html {
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #000;
	cursor: default;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	overflow-x: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
            box-sizing: border-box;
}
a {
	color: #1f76ca;
	font-weight: 400;
	outline: none!important;
	text-decoration: none!important;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
#page a img {
	border: 1px #ddd solid; 
	display: block;
	position: relative;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
#page a img:hover { 
	border: 1px #ff6600 solid;
}
p {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2em;
	margin: 0px 0px 15px 0px!important;
}
h1,
h1 a {
	color: #3d88ce;
	font-weight: 500;
	font-size: 36px;
}
h1 a:hover {
	color: #ff6600;
}
h2,
h2 a {
	color: #3d88ce;
	font-size: 28px;
}
h2 a:hover {
	color: #ff6600;
}
h3 {
	color: #3d88ce;
	font-size: 24px;
	font-weight: 400;
}
h3 a {
	color: #FF9600;
	font-size: 24px;
	font-weight: 400;
}
h3 a:hover {
	color: #ff6600;
}
h4,
h4 a {
	color: #222!important;
	font-size: 18px;
	margin: 0px 0px 5px 0px!important;
}
h4 a:hover {
	color: #ff6600!important;
}
h5 {
	color: #555;
	font-size: 16px;
	font-weight: bold;
}
h6 {
	color: #777;
	font-size: 11px;
}
input[type=text],
input[type=email],
input[type=password] {
	background: #fff url("../images/default/custom-form-input.png") repeat-x top;
	border: 1px #ccc solid;
	color: #444;
	font-family: 'Roboto', sans-serif;
	padding: 5px 10px;
	width: 100%;
}
textarea {
	background: #fff url("../images/default/custom-form-input.png") repeat-x top;
	border: 1px #ccc solid;
	color: #444;
	font-family: 'Roboto', sans-serif;
	padding: 5px 10px;
	width: 100%!important;
}
input[type=file] {
	background: #fff url("../images/default/custom-form-input.png") repeat-x top;
	border: 1px #ccc solid;
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 5px 10px;
}
#edit-cancel,
input[type=submit] {
	background: #ff9600;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-right: 5px;
	margin-top: 10px;
	padding: 6px 10px;
	text-transform: uppercase;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
#edit-cancel:hover,
input[type=submit]:hover {
	background: #ff6600;
	cursor: pointer;
}
#autocomplete {
	background: #fff;
	padding: 15px 15px 0px 15px;
}
fieldset {
	margin-bottom: 20px;
}
select {
	background: #fff url("../images/default/custom-form-input.png") repeat-x top;
	border: 1px #ccc solid;
	color: #444;
	font-family: 'Roboto', sans-serif;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}
hr {
	background: #ccc;
	border: 0px;
	height: 1px;
	margin: 20px 0px;
}
label {
	font-weight: normal!important;
}
blockquote {
	border-left: 5px #e5e5e5 solid;
	font-style: oblique;
	padding-left: 15px;
}
#content ul,
.sidebar .block-content ul {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#content ul li,
.sidebar .block-content ul li {
	background: url(../images/default/bullet-01.png) no-repeat 0px 6px;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
}
#content ul li.h5p-answer {
	background: none;
	margin: 0.5em 0;
	padding: 0px;
}
#main-content ul.tabs li,
#main-content ul.vertical-tabs-list li,
#main-content ul li.message-item {
	background: none;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#main-content ul.links li {
	background: none;
	list-style: none;
	margin: 0px 15px 5px 0px;
	padding: 0px;
}
#main-content ul.inline li {
	margin: 0px 15px 5px 0px;
}
#main-content ul.tips {
	margin: 0px 0px 0px 15px;
}
.center,
.left,
.right {
	display: block;
	position: relative;
	z-index: 1;
}
.image-caption-container {
	display: block!important;
	height: auto!important;
    margin: 0px auto 10px auto;
}
.center {
    margin: 0px auto 10px auto;
}
.caption.center {
    margin: 0px;
}
.left {
	float: left;
	margin: 0px 15px 10px 0;
}
.image-caption-container-left {
	float: left;
	padding: 0px 15px 10px 0;
}
.right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.image-caption-container-right {
	float: right;
	padding: 0px 0px 10px 15px;
}
.image-caption-container img {
	display: block;
}
.image-caption {
	background: #f9f9f9;
	border: 1px #ddd solid;
	color: #444;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	width: 100%;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
            box-sizing: border-box;
}
.no-border,
.noborder {
	border: none!important;
}
.messages {
    margin: 0px 0px 20px 0px!important;
}
.block {
    margin-bottom: 30px;
}
/*----- SETUP - Close -----*/


/*----- HEADER AREA - Open -----*/
#header-area {
	background: #ff9d00;
	display: none;
	padding: 0px;
	position: relative;
	
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	   -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
}
#header-area:after {
	content: '';
	display: block;
	clear: both;
}
#header-area .block {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 100; 
}
#header-area #flexnav .block {
	float: none;
	margin: 0px;
	z-index: 0;
}
.header-area-left {
	float: left;
}
.header-area-right {
	float: right;
}
/* TOGGLE */
#header-toggle-button {
	background: url(../images/default/icon-share.png) no-repeat top right;
	cursor: pointer;
	display: block;
	height: 50px;
	margin: 0px;
	position: relative;
	width: 50px;
	z-index: 100;
}
.header-toggle-content {
	background: #e0ecff;
	border-bottom: 1px #89abde solid;
	display: none;
	left: 0px;
	padding: 10px 0px 5px 0px;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 100;
	
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	   -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
}
.header-toggle-content:after {
	content: '';
	display: block;
	clear: both;
}
/* MENU */
.header-menu {
	float: right;
	margin: 0px!important;
	padding: 10px 0px!important;
}
.header-menu ul {
	display: inline;
	font-size: 0px!important;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.header-menu ul li {
	background: url(../images/default/div-menu-01.png) no-repeat left center;
	display: inline-block;
	list-style: none;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 15px;
	position: relative;
}
.header-menu ul li.first {
	background: none;
}
.header-menu ul li.last {
}
.header-menu a {
	color: #ccc;
	font-size: 15px;
	font-weight: 400;
}
.header-menu a.active {
	color: #fff;
}
.header-menu a:hover {
	color: #ff9e00;
}
/* DONATE */
.header-donate-button {
	float: right;
	margin: 0px;
}
.header-donate-button .block-inner {
	margin-right: 0px;
}
.header-donate-button .content a {
	background: #e73931;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: 400;
	padding: 10px 0px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	width: 80px;
}
.header-donate-button .content a:hover {
	background: #c83029;
}
/* SEARCH */
.header-search {
	padding: 0px 0px 0px 0px!important;
}
.header-search input[type=text],
.header-search input[type=search] {
	background: url("../images/default/bg-header-search.png") repeat-x left center;
	border: none;
	color: #fff!important;
	margin: 0px;
	padding: 8px 10px 8px 35px;
	width: 180px;
}
.header-search input[type=submit] {
	background: #3d88ce;
	border: none;
	color: #fff;
	display: none;
	font-size: 16px;
	margin: 0px;
	padding: 7px 10px 8px 10px;
}
.header-search input[type=submit]:hover {
	background: #ff6600;
	color: #fff;
	cursor: pointer;
}
/* USER DETAILS */
.not-logged-in #block-views-user-details-block-user-details {
	display: none!important;
}
.user-details-block {
	float: right;
	margin: 0px;
}
.user-details-block .block-inner {
	margin: 0px;
}
.user-details-block .views-field {
	float: left;
}
.user-details-block:after {
	content: '';
	display: block;
	clear: both;
}
.user-details-block .views-field-name {
	padding: 10px 10px 0px 10px;
}
.user-details-block .views-field-name a {
	color: #ddd;
}
.user-details-block .views-field-name a:hover {
	color: #ff6600;
}
.user-details-block .user-picture {
	background: #252525;
	border-left: 1px #555 solid;
	border-right: 1px #555 solid;
	height: 45px;
	padding: 0px 5px;
}
.user-details-block .user-picture img {
	height: 100%;
	width: auto;
}
/*----- HEADER AREA - Close -----*/


/*----- LEADERBOARD - Open -----*/
.leaderboard-full {
}
.leaderboard-container {
	background: #fff;
}
.leaderboard-content .region-inner,
.leaderboard-content .block,
.leaderboard-content .block-inner {
	margin: 0;
	padding: 0;
}
/* Content - Open */

/* Content - Close */
/*----- LEADERBOARD - Close -----*/


/*----- HEADER - Open -----*/
.top-container-full {
	background: #ff9600;
	position: fixed;
	width: 100%;
	z-index: 99;
}
.top-header-full {
	background: #3a3a3a;
	min-height: 40px;
	position: relative;
	z-index: 2;
}
.top-header-full .region-inner:after {
	content: '';
	display: block;
	clear: both;
}
.top-container {}
.top-container-inside {
	position: relative;
}
.top-primary-content {
	float: left;
}
.top-secondary-content {
	float: right;
	padding: 0px;
	text-align: right;
}
.top-colors-full {
	background: #3a3a3a url(../images/bg-02.png) repeat-x center center;
	height: 10px;
	position: relative;
	z-index: 100;
	
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#header {}
#header .block,
#header .block-inner,
.branding-elements {
	margin: 0px;
	padding: 0px;
}
#logo {
	left: 5px;
	margin: 0px;
	position: absolute;
	top: 5px;
	z-index: 102;
}
#logo img {
	height: auto;
	max-width: 100%;
	width: auto;
	
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		 -o-transition: all 300ms linear;
			transition: all 300ms linear;
}
.top-logo-background {
	background: url(../images/bg-03.png) no-repeat bottom right;
	bottom: 0px;
	height: 100%;
	left: -5000px;
	position: absolute;
	width: 5420px;
	z-index: 1;
	
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		 -o-transition: all 300ms linear;
			transition: all 300ms linear;
}
.top-small-logo-background {
	background: url(../images/bg-03-2.png) no-repeat bottom right;
	bottom: 0px;
	height: 200px;
	left: -30px;
	opacity: 0;
	position: absolute;
	width: 450px;
	z-index: 101;
	
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		 -o-transition: all 300ms linear;
			transition: all 300ms linear;
}
/* Content - Open */
.social-network-header {
	padding-top: 5px!important;
}
/* Content - Close */
/*----- HEADER - Close -----*/


/*----- MENU BAR - Open -----*/
#menu-bar-area {
	position: relative;
}
.menu-bar-full {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.main-menu-flexnav,
.search-struture-block {
	float: right
}

.leaderboard-container .search-content {
	display: none;
}
#search-struture .search-wrapper {
	position: relative;
}
#search-struture .block-inner {
	margin: 0px;
}
#search-struture .search-button-hide,
#search-struture .search-button-show {
	background: #f07512 url(../images/default/bg-header-search.png) no-repeat center center;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 100px;
	margin: 0px!important;
	padding: 0px!important;
	width: 80px;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
#search-struture .search-button-show:hover {
	background: #e15f00 url(../images/default/bg-header-search.png) no-repeat center center;
}
#search-struture .search-button-hide {
	background: #e15f00 url(../images/default/bg-header-search.png) no-repeat center center;
	display: none;
}
#search-struture .search-container {
	background: #fff;
	border: 1px #e15f00 solid;
	display: none;
	max-height: 500px;
	overflow-y: auto;
	padding: 20px;
	position: absolute;
	right: 0px;
	text-align: left;
	top: 0px;
	width: 400px;
	z-index: 999;
}
#search-struture .search-content {
}
#search-struture .search-close-bottom {
	background: #ff9600;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 13px;
	font-weight: 500;
	padding: 5px 10px!important;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 30px;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.search-close-bottom:hover {
	background: #e15f00;
}
/*----- MENU BAR - Close -----*/


/*----- HIGHLIGHTED - Open -----*/
.highlighted-container-full {
	background: url(../images/bg-05.jpg);
	border-bottom: 1px #ddd solid;
	min-height: 300px;
	padding-top: 50px;
}
.highlighted-container {
	position: relative;
}
.highlighted-container .block,
.highlighted-container .block-inner {
	margin: 0px;
	padding: 0px;
}

.news-category {
	margin: 0 auto!important;
	position: relative;
}
.news-category .block-content {
	position: absolute;
	right: 20px;
	top: 25px;
	z-index: 96;
}
.news-category .block-content ul {
	background: url(../images/bg-24.png) repeat-x top;
	margin: 0px;
	min-height: 260px;
	padding: 10px 10px 0px 10px;
	min-width: 225px;
}
.news-category .block-content ul li {
	background: url(../images/bg-25.png);
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.news-category .block-content ul li a {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	display: block;
	font-weight: 400;
	padding: 5px 10px;
}
.news-category .block-content ul li a.active,
.news-category .block-content ul li a:hover {
	color: #fff;
}
/*----- HIGHLIGHTED - Close -----*/


/*----- FLEXSLIDER - Open -----*/
#slider.flexslider {
	background: none;
	border: none;
	margin: 0px;
}

#slider.flexslider ul.slides,
#slider.flexslider ul.slides > li {
	height: 590px;
}
#slider.flexslider ul.slides {
	margin: 0 auto!important;
	max-width: 1100px;
	position: relative;
	width: 100%;
}
#slider.flexslider ul.slides > li {
	padding: 0px!important;
	position: relative;
}
#slider .flexslider-body h2 { 
	margin: 7px 0px 5px 0px!important;
}
#slider .flexslider-body h2 a {
	color: #fff;
	font-size: 26px!important;
	font-weight: 700!important;
	line-height: 30px!important;
}
#slider .flexslider-body h2 a:hover {
	color: #FF9600;
}
#slider .flexslider-body {
	bottom: 210px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	left: 20px;
	max-width: 640px;
	position: absolute;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	width: 100%;
	z-index: 11;
}
#slider .flexslider-body img {
	display: block;
	height: auto!important;
	max-width: 100%!important;
	width: auto!important;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
			box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
#slider .flexslider-body-image {
	padding-bottom: 5px;
}
#slider .flexslider-overlay {
	background: url(../images/bg-17.png) top repeat-x;
	font-size: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}
#slider .flexslider-view-node {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 11;
}
#slider .flexslider-view-node a {
	display: block;
	font-size: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#slider .flex-direction-nav {
	max-width: 1240px!important;
	margin: 0 auto;
	padding: 0px!important;
	position: relative;	
	width: 100%;
	z-index: 12!important;
}
#slider .flex-prev,
#slider .flex-next {
	top: -300px!important;
}
.flex-next {
	background: url(../images/default/arrow-next.png) no-repeat center center;
	font-size: 0px!important;
	overflow: hidden;
	text-indent: 52px;	
	height: 52px!important;
	width: 52px!important;
}
.flex-prev {
	background: url(../images/default/arrow-previous.png) no-repeat center center;
	font-size: 0px!important;
	overflow: hidden;
	text-indent: 52px;	
	height: 52px!important;
	width: 52px!important;
}
.flex-control-nav {
	bottom: 0px;
	display: none;
	margin: 0px!important;
	padding: 0px!important;
	position: absolute;
	z-index: 11;
}
.flex-control-paging li {
	margin: 0px 2px;
}
.flex-control-paging li a {
    background: #fff;
	border: 1px #3d88ce solid;
	height: 9px;
	width: 9px;
}
.flex-control-paging li a:hover {
    background: #FF8516;
	border: 1px #FF8516 solid;
}
.flex-control-paging li a.flex-active {
    background: #3d88ce;
	border: 1px #3d88ce solid;
}
#slider .highlights-image-desktop,
#slider .highlights-image-mobile {
	font-size: 0px!important;
}
#slider .flexslider-body-cols:after {
	content: '';
	display: block;
	clear: both;
}
#slider .flexslider-body-tax,
#slider .flexslider-body-button {
	float: left;
	margin-right: 20px;
}
#slider .flexslider-body-tax a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
#slider .flexslider-body-button a {
	background: #FF9600;
	color: #fff;
	padding: 5px 10px 7px 10px;
}
#slider .flexslider-body-button a:hover {
	background: #ff6600;
}

/* CAROUSEL */
.flexslider-carousel {
	bottom: 15px;
	display: block;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: 50;
}
#carousel {
	left: 0px;
	position: absolute;
	top: -187px;
	width: 100%;
	z-index: 11;
}
.flexslider-carousel .block-inner {
	margin: 0 auto!important;
	max-width: 1100px;
	position: relative;
	width: 100%;
}
.flexslider-carousel .flexslider,
#carousel.flexslider {
	background: none;
	border: none;
	margin: 0px;
}
.flexslider-carousel .flex-viewport,
#carousel .flex-viewport {
	height: 170px!important;
	margin: 0px 15px;
}
.flexslider-carousel ul.slides,
#carousel ul.slides {
	height: auto!important;
}
.flexslider-carousel ul.slides > li,
#carousel ul.slides > li {
	height: auto!important;
	position: relative;
}
.flexslider-carousel ul.slides > li .views-field-term-node-tid,
#carousel ul.slides > li .views-field-term-node-tid {
	color: #fff;
	font-size: 10px!important;
	margin: 0px!important;
	padding: 0px!important;
}
.flexslider-carousel ul.slides > li .views-field-title,
#carousel ul.slides > li .views-field-title {
	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: 19;
}
.flexslider-carousel ul.slides > li .views-field-title div,
#carousel ul.slides > li .views-field-title div {
	background-color: rgba(26, 188, 156, 0.7);
	color: #fff;
	display: block;
	font-weight: 400;
	line-height: 18px;
	margin: 15px;
	min-height: 40px;
	padding: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.flexslider-carousel ul.slides > li .views-field-views-conditional,
#carousel ul.slides > li .views-field-views-conditional {
	background: url(../images/bg-15.png);
	margin: 5px;
	padding: 10px;
	position: relative;
}
.flexslider-carousel ul.slides > li.flex-active-slide .views-field-views-conditional,
#carousel ul.slides > li.flex-active-slide .views-field-views-conditional {
	background: #fff;
}
.flexslider-carousel .flex-next,
#carousel .flex-next {
	background: url(../images/default/arrow-next-2.png) no-repeat center center;
	font-size: 0px!important;
	height: 34px!important;
	overflow: hidden;
	opacity: 1;
	right: 2px!important; 
	text-indent: 34px;	
	top: 90px!important;
	width: 34px!important;
}
.flexslider-carousel .flex-prev,
#carousel .flex-prev {
	background: url(../images/default/arrow-previous-2.png) no-repeat center center;
	font-size: 0px!important;
	height: 34px!important;
	left: 2px!important;
	overflow: hidden;
	opacity: 1;
	text-indent: 34px;	
	top: 90px!important;
	width: 34px!important;
}
.flexslider-carousel-link-content {
	background: #fff;
	display: block;
    filter: alpha(opacity=0);
	font-size: 0px;
	height: 100%;
	left: 0px;
	margin: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 20;
}
.flexslider-carousel-link-content:hover {
    filter: alpha(opacity=0.2);
	opacity: 0.2;
}
/*----- FLEXSLIDER - Close -----*/


/*----- SECONDARY CONTENT - Open -----*/
.secondary-full {
}
.blog-home-block {
	margin: 30px 0px 0px 0px;
}
.blog-home-block .views-field-title a {
	font-size: 22px;
	color: #000;
}
.blog-home-block .views-field-title a:hover {
	color: #ff6600;
}
.blog-home-block .views-field-created {
	margin-bottom: 15px;
}
.blog-home-block .views-field-body {
	margin-bottom: 15px;
	min-height: 70px;
}
.blog-home-block .views-responsive-grid.views-columns-2 .views-row {
	margin-bottom: 10px!important;
}
.blog-home-block .block-inner {
	margin: 0px;
}
/*----- SECONDARY CONTENT - Close -----*/


/*----- TITLE BAR - Open -----*/
.title-bar-full {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	position: relative;
}
.title-bar {
	background: #1abc9c;
	margin-left: -10px;
	margin-top: 5px;
	padding: 0px 10px;
	width: 100%;
	
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		 -o-box-sizing: content-box;
            box-sizing: content-box;
}
.page-videos .title-bar {
	background: #f35863;
}
.title-bar:after {
	content: '';
	display: block;
	clear: both;
}
.title-fold-top-left {
	background: url(../images/title-fold-default-a.png) no-repeat;
	height: 10px;
	left: -10px;
	position: absolute;
	top: 0px;
	width: 10px;
}
.title-fold-top-right {
	background: url(../images/title-fold-default-b.png) no-repeat;
	height: 10px;
	right: -10px;
	position: absolute;
	top: 0px;
	width: 10px;
}
.title-fold-bottom-left {
	background: url(../images/title-fold-default-c.png) no-repeat;
	height: 10px;
	left: -10px;
	position: absolute;
	bottom: -10px;
	width: 10px;
}
.title-fold-bottom-right {
	background: url(../images/title-fold-default-d.png) no-repeat;
	height: 10px;
	right: -10px;
	position: absolute;
	bottom: -10px;
	width: 10px;
}
.features-sections .view-header h1,
.title-bar h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	margin: 0px!important;
	padding: 16px 25px!important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.node-type-video h1#page-title,
.node-type-article h1#page-title,
.node-type-u-write h1#page-title,
.node-type-article-expert h1#page-title,
.node-type-article-briefs h1#page-title {
	display: none;
}
.title-bar-content {
	float: left;
	width: 75%;
}
#block-views-taxonomy-block,
.views-node-informations-block,
.views-node-informations-block .block-inner {
	margin: 0px!important;
}
/*----- TITLE BAR - Close -----*/


/*----- TITLE BAR CONTROLS - Open ------*/
.title-bar-controls {
	display: block;
	float: right;
	padding: 20px 20px 10px 0px;
	width: 25%;
}
.title-bar-controls .view-more,
.title-bar-controls .history-back,
.title-bar-controls .page-by-cat-btn-more,
.title-bar-controls > a {
	display: inline-block;
	float: right;
	margin: 0px 10px 10px 0px;
}
.title-bar-controls .view-more,
.title-bar-btn {
	background: rgba(0, 0, 0, 0.2);
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 5px 10px;
		
	-webkit-transition: background-color 0.3s ease;
	   -moz-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
	     -o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
}
.title-bar-controls .view-more:hover,
.title-bar-btn:hover {
	background: rgba(0, 0, 0, 0.4);
}
.history-back {
	display: none;
}
.history-back a {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 5px 10px;
		
	-webkit-transition: background-color 0.3s ease;
	   -moz-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
	     -o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
}
.history-back a:hover {
	background: rgba(0, 0, 0, 0.4);
}

.node-type-contest #page-title,
.node-type-advpoll #page-title,
.node-type-blog-post #page-title {
	display: none;
}
/*----- TITLE BAR CONTROLS - Close -----*/


/*----- CONTAINER - Open -----*/
.container-full {
	background: none;
	margin: 0px;
	padding: 100px 0px 0px 0px;
}
.page-wrapper {
	background: url(../images/bg-06.jpg) repeat-x top;
	padding-top: 80px;
}
.highlighted-page .page-wrapper {
	background: none;
	padding-top: 30px;
}
.front .page-wrapper {}
#page {
	background: #fff;
	position: relative;
}
#content {
	padding: 30px 30px 30px 30px;
}
.front #content {
	display: none;
}
.sidebar-first #content {
	padding: 30px 30px 30px 0px;
}
.sidebar-second #content {
	padding: 30px 0px 30px 30px;
}
.container-content {
	margin: 0px;
	padding: 0px;
}
.container-content-top {
	background: url(../images/bg-07.png) repeat-x top;
	display: block;
	height: 5px;
	position: absolute;
	top: -5px;
	width: 100%;
}
.container-content-left {
	background: url(../images/bg-08.png) repeat-x top;
	display: block;
	left: -5px;
	height: 320px;
	position: absolute;
	top: 0px;
	width: 5px;
}
.container-content-right {
	background: url(../images/bg-09.png) repeat-x top;
	display: block;
	width: 5px;
	height: 320px;
	position: absolute;
	right: -5px;
	top: 0px;
}
.highlighted-page .container-content-top,
.highlighted-page .container-content-left,
.highlighted-page .container-content-right {}
#main-content,
#main-content .node-page,
#main-content .block-system {
	margin: 0px;
}
#content h1 {
	background: url(../images/bg-23.png) repeat-y left;
	color: #2e7fcb;
	display: block;
	font-size: 32px;
	font-weight: 400;
	margin: 0px 0px 30px -29px!important;
	padding: 8px 0px 8px 30px;
}
#content h3 {
	background: url(../images/default/arrow-05.png) no-repeat 0px 7px;
	color: #444;
	display: block;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 20px -17px!important;
	padding: 0px 0px 0px 17px;
}
/*----- CONTAINER - Close -----*/


/*----- BREADCRUMB - Open -----*/
.breadcrumb-container {
	border: 1px #e9e9e9 solid;
	margin: 0 0 20px 0;
	padding: 5px 10px;
}
#breadcrumb,
.breadcrumb-wrapper {
	color: #999;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/*----- BREADCRUMB - Close -----*/


/*----- CONTENT - Open -----*/
.table-responsive {
	display: block;
}
.buttons-bar {
	margin: 0px 0px 30px 0px;
}
.not-logged-in #tasks-container,
.color {
	display: none;
}
.panel-pane {
	margin: 0px;
}
.views-label {
	font-weight: 500;
}
h3 .views-label {
	font-weight: 400;
}
.see-related-block .views-row {
	border-bottom: 1px #ddd dashed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.see-related-block .views-row.views-row-last {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.see-related-block .views-row:after {
	content: '';
	display: block;
	clear: both;
}
.see-related-block .views-row .see-related-thumb {
	float: left;
	width: 47%;
}
.see-related-block .views-row .see-related-title {
	float: right;
	line-height: 17px;
	width: 52%;
}
.node > .submitted.with-user-picture {
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.submitted.with-user-picture .author-datetime {
	/*display: none!important;*/
}
.node > .submitted.with-user-picture:after {
	content: '';
	display: block;
	clear: both;
}
.node > .submitted.with-user-picture .author-datetime {
	float: left;
	margin-top: 22px;
}
.node > .submitted.with-user-picture .user-picture {
	float: right;
	height: 70px;
	width: 70px;
}
.node > .submitted.with-user-picture .user-picture img {
	padding: 5px;
}
.node-author-block {
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.node-author-block:after {
	content: '';
	display: block;
	clear: both;
}
.node-author-block .views-field-title {
	float: left;
	width: 82%;
}
.node-author-block .views-field-picture {
	float: right;
	width: 18%;
}
.node-author-block .views-field-picture .user-picture {
	float: right;
	max-height: 70px;
	max-width: 70px;
}
.node-author-block .views-field.views-field-picture img {
	border: 1px #ddd solid;
	padding: 5px;
}
.node-author-block .views-field-created {
	margin-top: 20px;
}
.node-author-block .views-field-views-conditional {
	margin-top: 20px;
	padding-left: 3px;
}
.node-author-block h2 {
	color: #ffa444;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 10px!important;
}
.node-author-block {
	color: #666;
}
.node-author-block a {
	color: #ff6600;
	font-weight: 500;
}
.node-author-block a:hover {
	color: #ffa444;
}
.field-name-field-artexp-expert {
	border-bottom: 1px #ccc dashed;
	margin: -10px 0px 30px 0px;
	padding-bottom: 5px;
}
.views-node-informations-footer-block:after {
	content: '';
	display: block;
	clear: both;
}
.views-node-informations-footer-block {
	background: #fff url(../images/icon-message-01.png) no-repeat 20px 20px;
	border: 1px #ddd solid;
	padding: 20px 20px 20px 65px;
}
.addthis_button_email .at-icon {
	background: #f1b931 url(../images/icon-email.png) no-repeat center center;
}
.addthis_button_print .at-icon {
	background: #888 url(../images/icon-print.png) no-repeat center center;
}
.addthis_button_print .at-icon g,
.addthis_button_email .at-icon g {
	display: none;
}
#comment-form-anchor {
	color: #3d88ce;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
}
#comment-form-anchor:hover {
	color: #ff6600;
}
.views-node-informations-footer-block .node-footer-comment {
	float: left;
}
.views-node-informations-footer-block .node-footer-ratings .form-item {
	margin: 0px;
}
.views-node-informations-footer-block .node-footer-ratings,
.views-node-informations-footer-block .node-footer-social-media {
	float: right;
	margin-left: 15px;
}
.comment-title {
	display: none;
}
.comment-title.comment-form {
	display: block;
}
.overlay-views-quiz,
.article-quiz-block .view-content {
	border: 1px #ddd solid;
	border-bottom: 5px #ff9600 solid;
	border-top: none;
	padding: 20px;
}
h2.overlay-views-quiz-title,
.article-quiz-block h2 {
	background: #3366cc url(../images/bg-31.jpg) repeat-y right top;
	color: #fff;
	font-weight: 500;
	margin: 0px!important;
	padding: 15px 20px;
}
#back-top {
	cursor: pointer;
}
/* Page Join Student/Teacher */
.form-action-container:after {
	content: '';
	display: block;
	clear: both;
}
.form-action-left {
	border-right: 1px #ddd solid;
	display: block;
	float: left;
	padding-right: 2%;
	width: 61%;
}
.form-action-right {
	display: block;
	float: right;
	width: 37%;
}
/* Form adjustments */
.field-type-password-confirm > div:after {
	content: '';
	display: block;
	clear: both;
}
.password-parent {
	clear: none!important;
	float: left;
	margin-right: 2%!important;
    width: 49%!important;
}
.confirm-parent {
	clear: none!important;
	float: left;
	width: 49%!important;
}
.password-suggestions {
	display: none!important;
}
div.password-confirm,
div.password-strength {
	font-size: 12px;
	margin: 0px;
	width: 40%!important;
}
.password-confirm .error {
	font-weight: 700;
}
.confirm-parent .description,
.password-strength-text {
	display: none;
}
.google-login-or {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.name-given-wrapper {
	clear: none!important;
	float: left;
	margin-right: 2%!important;
	width: 49%!important;
}
.name-family-wrapper {
	clear: none!important;
	float: left!important;
	margin-right: 0px!important;
	width: 49%!important;
}
.group-app-student-classroom-code {
	clear: both;
}
.password-suggestions {
	clear: both;
	margin-top: 10px!important;
}
#content .password-suggestions ul {
	padding: 10px 0px 0px 0px!important;
}
.form-type-name-element {
	margin-bottom: 0px!important;
}
/*.password-confirm,
.password-strength {
	margin-top: 0px!important;
}
.confirm-parent, 
.password-parent {
    width: auto!important;
}*/
.group-app-student-under13 .description,
.group-app-student-no-classroom .description {
	/*border-top: 1px #ddd solid;
	margin-top: 10px;
	padding-top: 10px;*/
}
.form-action-left h4 {
	border-bottom: 1px #ddd solid;
	border-top: 5px #3D88CE solid;
	color: #FF9600!important;
	font-size: 24px;
	font-weight: 500;
	margin: 20px 0px 10px 0px!important;
	padding: 10px 0px;
}
.page-user-login #edit-actions input,
.page-join-student #edit-actions input,
.page-join-teacher #edit-actions input {
	margin: 0px;
}
/* Login */
.page-user-login .form-item-name,
.page-user-login .form-item-pass {
	margin: 1em 0!important;
}
.page-user-login .login-information,
.page-user-login .form-item-persistent-login {
	clear: both;
}
.page-user-login #edit-actions {
	clear: both;
	float: left;
	margin: 0 2% 1em 0;
}
/* Google */
#edit-submit-google {
	background: url(../images/btn-google.png) 0px 0px;
	height: 50px;
	margin: 1em 0 1em 0;
	width: 235px;
	
	-webkit-transition: none;
	   -moz-transition: none;
		-ms-transition: none;
		 -o-transition: none;
			transition: none;
}
#edit-submit-google:hover {
	background: url(../images/btn-google.png) 0px -50px;
}
.page-join-student #edit-submit-google,
.page-join-teacher #edit-submit-google {
	margin: 2em 0 1em 0;
}

button.stripe-button-el span {
	background: #e73931!important;
	color: #fff!important;
	display: block!important;
	font-size: 17px!important;
	font-weight: 400!important;
	height: auto!important;
	padding: 5px 10px!important;
	text-align: center!important;
	text-transform: uppercase;
	
	-webkit-border-radius: 0px!important;
	   -moz-border-radius: 0px!important;
	    -ms-border-radius: 0px!important;
		 -o-border-radius: 0px!important;
			border-radius: 0px!important;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
button.stripe-button-el:hover span {
	background: #c83029!important;
}
button.stripe-button-el {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
	padding: 0px!important;
	
	-webkit-border-radius: 0px!important;
	   -moz-border-radius: 0px!important;
	    -ms-border-radius: 0px!important;
		 -o-border-radius: 0px!important;
			border-radius: 0px!important;
}
.donate-block button.stripe-button-el span {
	background: url(../images/donate-btn-01.png) no-repeat!important;
	display: block!important;
	font-size: 0px!important;
	height: 110px!important;
	padding: 0px!important;
	width: 239px!important;
}

.node-type-special-pages .node .field-name-field-taxon-color,
.node-type-page .node .field-name-field-taxon-color {
	font-size: 0px;
	height: 0px;
}

section.history dl dt,
section.history dl dd {
	display: inline-block;
	margin: 0px;
}

.view-quiz-results-global-text {
	border-bottom: 1px #ccc dashed;
	margin: 13px 0px 20px 0px;
	padding-bottom: 30px;
}
.view-quiz-results-global-text table {
	border: 1px solid #ddd;
	font-weight: 400;
}
.view-quiz-results-global-text thead .views-field {
	color: #fff;
	font-weight: 500;
}
.view-quiz-results-global-text thead .views-field-name {
	background: #0861B6;
}
.view-quiz-results-global-text thead .views-field-points {
	background: #EF7919;
}
.view-quiz-results-global-text thead .views-field-finished {
	background: #1bb27f;
}
.view-quiz-results-global-text tbody tr {
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.view-quiz-results-global-text tbody .views-field-badge {
	text-align: center;
}
.view-classroom-quiz-results .views-field-title-1 {
	margin-top: -10px;
}

.code-copy {
	border-bottom: 1px #ccc dashed;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
}
.code-copy .copy-button img {	
	border: 1px #ddd solid; 
	cursor: pointer;
	display: block;
	position: relative;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.code-copy .copy-button img:hover { 
	border: 1px #ff6600 solid;
}
.code-copy code {
	border: 1px #ddd solid;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}
/*----- CONTENT - Close -----*/


/*----- PAGE SEARCH ADVANCED - Open -----*/
.page-search-advanced #edit-news-wrapper,
.page-search-advanced #edit-uwrite-wrapper,
.page-search-advanced #edit-experts-wrapper {
	display: block;
}
.views-exposed-widget-group #edit-news-wrapper,
.views-exposed-widget-group #edit-uwrite-wrapper,
.views-exposed-widget-group #edit-experts-wrapper {
	display: block;
	margin-right: 15px;
}
#edit-query-wrapper {
	padding: 0px;
	width: 30%;
}
.views-exposed-widget-group {
	display: block;
	float: left;
	width: 70%;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0px;
}
.views-exposed-widget-group-title {
	font-weight: 500;
}
#content .view-search-solr h3 {
	margin-bottom: 10px!important;
}
.view-search-solr .views-row {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.view-search-solr .views-row:after {
	content: '';
	display: block;
	clear: both;
}
.view-search-solr .views-field-search-api-excerpt {
	float: left;
	padding: 10px 0px 0px 0px;
}
.view-search-solr .view-content {
	padding-top: 30px;
}

.view-search-solr .view-filters {
	border: 1px #ddd solid;
	display: block;
	padding: 20px;
}
.view-search-solr .view-filters:after {
	content: '';
	display: block;
	clear: both;
}
.ui-accordion {
	font-family: 'Roboto', sans-serif!important;
	font-size: 15px;
}
.ui-accordion .ui-accordion-header {
	background: #fff;
	border: 1px #ccc solid;
	color: #444;
	font-size: 15px;
	margin-left: 20px;
	padding: 5px 10px;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
	
	border-bottom-right-radius: 0px;
	 border-bottom-left-radius: 0px;
	   border-top-right-radius: 0px;
		border-top-left-radius: 0px;
}
.ui-accordion .ui-accordion-header-active,
.ui-accordion .ui-accordion-header:hover {
	background: #ff6600;
	border: 1px #ff6600 solid;
	color: #fff;
}
.ui-accordion .ui-accordion-content {
	margin-left: 20px;
	padding: 10px 20px 20px 20px;
	
	border-bottom-right-radius: 0px;
	 border-bottom-left-radius: 0px;
	   border-top-right-radius: 0px;
		border-top-left-radius: 0px;
}
.view-quiz-results.ui-accordion .ui-accordion-header,
.view-quiz-results.ui-accordion .ui-accordion-content {
	margin: 0px;
}
.ui-accordion-header-icon {
	display: none;
}
.ui-accordion .views-exposed-widget label {
	font-size: 18px;
	margin-bottom: 10px;
}
/*----- PAGE SEARCH ADVANCED - Close -----*/


/*----- USER - Open -----*/
.page-user .region-two-66-33-second .pane-user-picture {
	display: block;
	float: right;
	margin-right: 10px;
}
.pane-user-picture .user-picture {
	height: 80px;
	width: 80px;
}
.pane-user-field-user-fname,
.pane-user-field-user-lname {
	color: #3d88ce;
	display: block;
	float: left;
	font-size: 28px;
	font-weight: 500;
	margin: 0px 0px 15px 0px;
}
.pane-user-picture .block-inner,
.pane-user-field-user-fname .block-inner,
.pane-user-field-user-lname .block-inner {
	margin-right: 0px;
}
.pane-user-userpoints---,
.pane-user-profile-my-comments-user-profile-my-comments {
	clear: both;
	padding-top: 20px;
}
.pane-user-summary--- .block-inner,
.pane-user-userpoints--- .block-inner,
.pane-user-profile-my-comments-user-profile-my-comments .block-inner {
	border-top: 1px #ccc dashed;
	padding-top: 20px;
}
/*.page-user .panel-separator {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.page-user .region-two-66-33-bottom {
	border-top: 1px #ccc dashed;
	margin-top: 20px;
	padding-top: 20px;
}*/
/*----- USER - Close -----*/


/*----- COMMENTS - Open -----*/
.view-responses-to-user .views-row,
.page-comment-reply .comment,
#comments .comment {
	background: #f9f9f9;
	border: 1px #ddd solid;
	padding: 20px;
}
.view-responses-to-user .comment .comment-content,
.page-comment-reply .comment .comment-content,
#comments .comment .comment-content {
	display: block;
	float: right;
	padding-bottom: 15px;
	width: 87%;
}
.page-comment-reply .comment .submitted,
#comments .comment .submitted {
	display: block;
	float: left;
	padding-bottom: 10px;
	width: 10%;
}
.view-responses-to-user .views-row .responses-to-comments-left img,
.responses-to-comments-block .views-row .responses-to-comments-left img,
.page-comment-reply .comment .submitted .user-picture img,
#comments .comment .submitted .user-picture img {
	background: #fff;
	border: 1px #ddd solid;
	display: block;
	height: auto;
	margin-right: 15px;
	padding: 5px;
	width: 100%;
}
.view-responses-to-user .views-row .responses-to-comments-left img:hover,
.responses-to-comments-block .views-row .responses-to-comments-left img:hover,
.page-comment-reply .comment .submitted .user-picture img:hover,
#comments .comment .submitted .user-picture img:hover {
	border: 5px #ff6600 solid;
	padding: 1px;
}
.page-comment-reply .comment nav,
#comments .comment nav {
	background: #fff;
	border: 1px #ddd solid;
	clear: both;
	display: block;
	padding: 5px 10px;
}
.page-comment-reply .comment nav ul,
#comments .comment nav ul {
	padding: 0px!important;
}
.page-comment-reply .comment nav ul .comment-delete a,
#comments .comment nav ul .comment-delete a {
	background: url(../images/icon-trash.png) no-repeat 0px 1px;
}
.page-comment-reply .comment nav ul .comment-edit a,
#comments .comment nav ul .comment-edit a {
	background: url(../images/icon-edit.png) no-repeat 0px 1px;
}
.page-comment-reply .comment nav ul .comment-reply a,
#comments .comment nav ul .comment-reply a {
	background: url(../images/icon-reply.png) no-repeat 0px 1px;
}
.page-comment-reply .comment nav ul .flag-comment_like a,
#comments .comment nav ul .flag-comment_like a {
	background: url(../images/icon-like.png) no-repeat 0px 1px;
}
.page-comment-reply .comment nav ul a,
#comments .comment nav ul a {
	color: #3d88ce;
	font-weight: 500;
	padding-left: 25px;
}
.page-comment-reply .comment nav ul a:hover,
#comments .comment nav ul a:hover {
	background-position: 0px -39px;
	color: #ff6600;
}
.responses-to-comments-right .author,
.page-comment-reply .comment .author,
#comments .comment .author {
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.page-comment-reply .comment .author a,
#comments .comment .author a {
	color: #ff9600;
	font-weight: 500;
}
.page-comment-reply .comment .author a:hover,
#comments .comment .author a:hover {
	color: #ff6600;
}
.page-comment-reply .comment .date-time,
#comments .comment .date-time {
	color: #888;
	font-size: 14px;
	margin-left: 20px;
	text-transform: lowercase;
}
.page-comment-reply .comment .submitted-by,
#comments .comment .submitted-by {
	display: none;
}

h2.comment-title.comment-form {
	background: #f9f9f9 url(../images/icon-message-01.png) no-repeat 20px 20px;
	border: 1px #ddd solid;
	border-bottom: none;
	color: #3d88ce;
	font-size: 22px;
	margin: 0px!important;
	padding: 20px 20px 20px 65px;
}
#comment-form {
	background: #fff;
	border: 1px #ddd solid;
	padding: 20px;
}
.view-responses-to-user .views-row,
.responses-to-comments-block .views-row {
	background: #f9f9f9;
	border: 1px #ddd solid;
	margin-bottom: 20px;
	padding: 20px;
}
.view-responses-to-user .views-row:after,
.responses-to-comments-block .views-row:after {
	content: '';
	display: block;
	clear: both;
}
.responses-to-comments-left {
	display: block;
	float: left;
	padding-bottom: 10px;
	width: 10%;
}
.responses-to-comments-right {
	display: block;
	float: right;
	padding-bottom: 15px;
	width: 87%;
}
/*----- COMMENTS - Close -----*/


/*----- BUTTONS - Open -----*/
.button-orange-active,
.button-orange {
	background: #ffa800 url(../images/default/arrow-02.png) no-repeat 0px 4px;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	padding: 5px 10px 7px 22px;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.button-orange:hover {
	background: #f07512 url(../images/default/arrow-02.png) no-repeat 0px 4px;
}
.button-orange-active {
	background: #dd6709 url(../images/default/arrow-02.png) no-repeat 0px 4px;
}

.btn-orange-special {
	background: #efab19;
	color: #fff!important;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	padding: 10px;
	text-align: center;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.btn-orange-special:hover {
	background: #ef7a19;
}

.btn-blue-special {
	background: #2f77da;
	color: #fff!important;
	font-size: 17px;
	font-weight: 500;
	padding: 10px;
	text-align: center;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.btn-blue-special-small {
	background: #2f77da;
	color: #fff!important;
	font-size: 15px;
	font-weight: 500;
	padding: 5px;
	text-align: center;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.btn-blue-special-small:hover,
.btn-blue-special:hover {
	background: #4992f5;
}
.btn-quiz {
	background: #3366cc url(../images/icon-quiz-2.gif) no-repeat 10px 12px;
	color: #fff!important;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	padding: 8px 10px 8px 40px;
	text-align: left;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.btn-quiz:hover {
	background: #3b90f0 url(../images/icon-quiz.png) no-repeat 10px 12px;
}
/*----- BUTTONS - Close -----*/


/*----- SPECIAL BOX - Open -----*/
.special-box-gray {
	background: url(../images/bg-13.png) repeat-x top;
	border-top: 1px #ddd solid;
	min-height: 150px;
	position: relative;
}
.special-box-gray:after {
	content: '';
	display: block;
	clear: both;
}
.special-box-gray .block-inner {	
	margin: 0px;
}
.special-box-gray h2,
.special-box-gray h2 a {	
	color: #222;
	font-size: 28px!important;
	font-weight: 400;
}
.special-box-gray h2 a:hover {	
	color: #ff6600;
}
.special-box-gray-left {
	background: url(../images/bg-13-2.png) no-repeat;
	left: 0px;
	height: 150px;
	position: absolute;
	top: 0px;
	width: 1px;
}
.special-box-gray-right {
	background: url(../images/bg-13-2.png) no-repeat;
	height: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
}
.special-box-gray-right {
	background: url(../images/bg-13-2.png) no-repeat;
	height: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
}
.special-box-gray-wrapper h2 { 
	color: #444;
	font-size: 28px;
}
.special-box-gray-wrapper {
	padding: 25px 30px 0px 30px;
}
.special-box-gray-wrapper .buttons {
	padding-top: 20px;
}
/* PANEL */
.region-two-50-first .special-box-gray {
	margin-right: 10px;
}
.region-two-50-second .special-box-gray {
	margin-left: 10px;
}
/*----- SPECIAL BOX - Close -----*/


/*----- NEWS - Open -----*/
.view-news-category > .view-content > .views-row {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.view-news-category .simple-columns-2 {
	border-bottom: 1px #ddd solid;
	border-top: 10px #ffa444 solid;
	margin-bottom: 25px;
	padding: 10px 0px;
}
.view-news-category .column-left {
	color: #ffa444;
	font-size: 36px;
	font-weight: 500;
}
.view-news-category .column-right {
	margin-top: 15px;
}
.view-news-category .column-right a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.view-news-category .view-footer {
	display: none;
}
/*----- NEWS - Close -----*/


/*----- UWRITES - Open -----*/
.view-u-write-category > .view-content > .views-row  {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.view-u-write-category .simple-columns-2 {
	border-bottom: 1px #ddd solid;
	border-top: 10px #ffa444 solid;
	margin-bottom: 30px;
	padding: 15px 0px;
}
.view-u-write-category .column-left a,
.view-u-write-category .column-left {
	color: #ffa444;
	font-size: 36px;
	font-weight: 500;
}
.view-u-write-category .column-left a:hover {
	color: #444!important;
}
.view-u-write-category .column-right {
	margin-top: 10px;
}
.view-u-write-category .column-right a {
	color: #444;
	font-size: 16px;
	font-weight: 500;
}
a.news-more-link,
a.btn-more {
	background: rgba(0, 0, 0, 0.1);
	color: #444;
	display: inline-block;
	font-weight: 500;
	padding: 5px 10px;
}
a.news-more-link:hover,
a.btn-more:hover {
	background: rgba(0, 0, 0, 0.3);
}
.view-u-write-category .views-field-title a {
	color: #444;
	display: block;
	font-weight: 500;
}
a.news-more-link:hover,
.view-u-write-category .column-right a:hover,
.view-u-write-category .views-field-title a:hover {
	color: #000;
}
.view-u-write .views-field-created,
.view-u-write .views-field-field-uwrite-author,
.view-u-write-category .views-field-created,
.view-u-write-category .views-field-field-uwrite-author {
	display: inline-block;
	margin-right: 3px;
}

.title-bar-controls .block-block-25_open {
	display: none!important;
}
.page-node-22 .block-block-25_open,
.page-u-writes .block-block-25_open {
	display: inline-block!important;
}
/*----- UWRITES - Close -----*/


/*----- EXPERTS - Open -----*/
.expert-sidebar-block:after {
	content: '';
	display: block;
	clear: both;
}
.expert-sidebar-block .field-content a {
	font-size: 18px;
	display: block;
}
.expert-sidebar-block .field-content img {
	float: left;
	margin: 0px 10px 5px 0px;
}
.the-expert-field {
	margin-bottom: 30px!important;
}
.the-expert-field .block-title {
	border-bottom: 1px #ddd solid;
	color: #1abc9c!important;
	font-weight: 500!important;
	margin: -5px 0px 25px 0px!important;
	padding-bottom: 20px!important;
}
/*----- EXPERTS - Close -----*/


/*----- CLASSROOM - Open -----*/
.pane-classroom-posts-panel-pane-classroom-posts .block-title,
.pane-classroom-assignments .block-title,
#my-classroom-teacher-assignments-list .block-title,
#my-classroom-teacher-assignments-list .pane-1 h2,
#my-classroom-teacher-assignments-manage .pane-1 h2,
#my-classroom-teacher-assignments .pane-1 h2 {
	background: url(../images/bg-23.png) repeat-y left;
	color: #2e7fcb;
	display: block;
	font-size: 32px!important;
	font-weight: 400;
	margin: 0px 0px 30px -29px!important;
	padding: 8px 0px 8px 30px;
}
#my-classroom-teacher-assignments .panel-pane {
	margin: 0px 0px 5px 0px;
}
#my-classroom-teacher-assignments h3 {
	margin: 0px 0px 10px -17px!important;
}
#my-classroom-teacher-assignments .views-field-created {
	margin: 0px 0px 20px 0px;
}
#my-classroom-teacher-assignments-list .view-classroom-assignments {
	margin-top: 30px;
}
#content .pane-classroom-assignments .views-field-title h3,
#my-classroom-teacher-assignments-list .views-field-title h3 {
	margin-bottom: 5px!important;
}
.pane-classroom-assignments .views-row,
#my-classroom-teacher-assignments-list .views-row {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.list-skipping-top-assignments-block .views-row {
	border-bottom: none!important;
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}
.pane-classroom-assignments .view-classroom-post-articles .views-row,
#my-classroom-teacher-assignments-list .view-classroom-post-articles .views-row {
	border: none;
	padding: 0px;
}
#block-views-classroom-post-articles-block .block-title {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 0px!important;
	padding-bottom: 15px;
}
#block-views-artice-quiz-block {
	clear: both;
	display: block;
}
.top-assignments-block {}
.view-classroom-assignments .views-field-created {
	border-bottom: 1px #eee solid;
	color: #888;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.view-classroom-assignments .views-field-view-node {
	background: #f4f4f4;
}
.view-classroom-assignments .btn-orange-special {
	display: inline-block;
}
.view-classroom-participants .view-content table {
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 400;
}
.view-classroom-participants .view-content thead tr {
	border-color: #ddd;
}
.students-in-classroom-block thead .views-field-nothing {
	background: #3d90e0;
}
.students-in-classroom-block thead .views-field-nothing-1 {
	background: #cd3a31;
}
.students-in-classroom-block thead .views-field-nothing-2 {
	background: #1bb27f;
}
.students-in-classroom-block .remove,
.students-in-classroom-block .update-password {
	text-align: center;
}
.students-in-classroom-block .remove a {
	background: url(../images/icon-remove.png) no-repeat 0px 0px;
	font-size: 0px;
	display: inline-block;
	height: 20px;
	margin: 3px 0px -3px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 24px;
	width: 22px;
	
}
.students-in-classroom-block .remove a:hover {
	color: #ba0b00;
	background-position: 0px -40px;
}
.students-in-classroom-block .update-password a {
	background: url(../images/icon-upd-pass.png) no-repeat 0px 0px;
	font-size: 0px;
	display: inline-block;
	height: 20px;
	margin: 3px 0px -3px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 24px;
	width: 22px;
}
.students-in-classroom-block .update-password a:hover {
	color: #00764e;
	background-position: 0px -40px;
}
.view-classroom-participants .view-content thead .views-field-name {
	background: #0861B6;
}
.students-in-classroom-block thead .views-field-points,
.view-classroom-participants .view-content thead .views-field-view-1 {
	background: #EF7919;
}
.view-classroom-participants .view-content thead .views-field-view {
	background: #FFAE00;
}
.view-classroom-participants .view-content thead .views-field {
	color: #fff;
	font-weight: 500;
}
.view-classroom-participants .view-content tbody tr {
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.view-classroom-participants .view-content > table > tbody > .views-field {
	display: inline-block!important;
	font-size: 14px;
	width: 25%!important;
}
.view-classroom-participants .view-content > table > tbody > .views-field-name {
	width: 50%!important;
}
.page-my-classroom-teacher-manage .field-name-body,
.page-my-classroom-teacher-assignments-list .field-name-body,
.page-my-classroom-student-assignments-list .field-name-body {
	margin-bottom: 30px;
}

.classroom-code-block .form-item-classroom-code {
	margin-top: 0px;
}
.classroom-code-block .form-item-classroom-code label {
	color: #222;
    font-size: 28px!important;
    font-weight: 400;
	margin-bottom: 15px;
}
.classroom-code-block .form-item-classroom-code label .form-required {
	font-size: 15px!important;
	position: relative;
	top: -10px;
}
/*----- CLASSROOM - Close -----*/


/*----- HALL OF FAME - Open -----*/
.view-hall-of-fame-2-weeks .view-content table {
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 400;
}
.view-hall-of-fame-2-weeks thead .views-field {
	color: #fff;
	font-weight: 500;
}
.view-hall-of-fame-2-weeks thead .views-field-name {
	background: #0861B6;
}
.view-hall-of-fame-2-weeks thead .views-field-points {
	background: #EF7919;
}
.view-hall-of-fame-2-weeks thead .views-field-view {
	background: #FFAE00;
}
.view-hall-of-fame-2-weeks tbody tr {
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.view-hall-of-fame-2-weeks tbody .views-field-badge {
	text-align: center;
}
.view-hall-of-fame-2-weeks tbody .views-field-badge img {
	margin: 3px 0px -3px 0px;
}
/*----- HALL OF FAME - Close -----*/


/*----- OVERLAY - Open -----*/
.overlay-views-container {
    background: #fff url(../images/bg-02.png) repeat-x top center;
    display: none;
    margin: 0 auto;
	max-width: 1040px;
    padding: 10px 0px 30px 0px;
	position: relative;
}
.overlay-views-container .overlay-views-body {
	padding: 0px 30px;
}
.overlay-views-title-bar {
	background: #1ABC9C;
	clear: both;
	display: block;
	margin: 0px 0px 30px 0px!important;
	padding: 16px 25px!important;
}
.overlay-views-title-bar:after {
	content: '';
	display: block;
	clear: both;
}
.overlay-views-title-bar h1 {
	color: #fff;
	display: inline-block;
	font-size: 36px;
	font-weight: 500;
	float: left;
	margin: 0px!important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.overlay-views .views-field-title {
	border-bottom: 1px #ccc dashed;
	display: block;
	color: #222;
	cursor: pointer;
	font-weight: 300;
	padding-bottom: 20px;
	padding-top: 20px;
		
	-webkit-transition: background-color 0.3s ease;
	   -moz-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
		 -o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
}
.overlay-views .views-field-title .field-content span {
	font-size: 18px;
	font-weight: 500;
}
.overlay-views .views-field-title img {
	border: 1px #ccc solid;
	float: left;
	margin: 0px 15px 0px 15px;
}
.overlay-views .views-field-title:hover {
	color: #fff;
	background: #3d88ce;
}
.overlay-views .views-field-title:hover img {
	border: 1px #fff solid;
}
.overlay-views .views-field-title:after {
	content: '';
	display: block;
	clear: both;
}
.overlay-btn-close {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px!important;
	font-weight: 500;
	float: right;
	line-height: 1.5!important;
	margin-top: 5px;
	padding: 5px 10px;
		
	-webkit-transition: background-color 0.3s ease;
	   -moz-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
		 -o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
}
.overlay-btn-close:hover {
	background: rgba(0, 0, 0, 0.4);
}
.overlay-btn-quiz {
	background: #3366cc url(../images/icon-quiz.png) no-repeat 10px 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px!important;
	font-weight: 500;
	float: right;
	line-height: 1.5!important;
	margin: 5px 5px 0px 0px;
	padding: 5px 10px 5px 40px;
		
	-webkit-transition: background-color 0.3s ease;
	   -moz-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
		 -o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
}
.overlay-btn-quiz:hover {
	background: #3b90f0 url(../images/icon-quiz.png) no-repeat 10px 5px;
}
.popup_wrapper {
	display: none;
	overflow: hidden;
}
.popup_wrapper_visible {
	overflow: auto;
}
.overlay-views-rating {
	padding: 15px 30px 30px 30px;
}
.overlay-btn-top {
	background: #ffa800;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-weight: 400;
	margin: 20px 30px 0px 0px;
	padding: 6px 10px;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.overlay-btn-top:hover {
	background: #f07512;
}
/*----- OVERLAY - Close -----*/


/*----- COMICS - Open -----*/
.view-comics {
	margin-bottom: 30px;
	/*border-bottom: 1px #ccc dashed;
	padding-bottom: 30px;*/
}
.view-comics .simple-columns-2 {
	border-bottom: 1px #ddd solid;
	border-top: 10px #ffa444 solid;
	margin-bottom: 25px;
	padding: 10px 0px;
}
.view-comics .column-left {
	color: #ffa444;
	font-size: 36px;
	font-weight: 500;
}
.view-comics .column-right {
	color: #888;
	margin-top: 15px;
}
.view-comics .column-right a {
	color: #666;
	font-size: 16px;
	font-weight: 500;
}
.view-comics .column-right a:hover {
	color: #222;
}
.view-comics .view-footer {
	
}
.comics-footer-wrapper {
	display: none;
	margin-top: 30px;
	text-align: center;
}
.comics-footer-item {
	border: 1px #ddd solid;
	border-left: 5px #ff9c34 solid;
	display: inline-block;
	margin: 5px;
	padding: 15px;
	text-align: left;
	width: 45%;
}
.comics-footer-item a {
	color: #222;
}
.comics-footer-item a:hover {
	color: #ff9c34;
}
#content .comics-footer-item h3 {
	background: none;
	color: #ff9c34;
	font-size: 22px;
	font-weight: 500;
	margin: 0px!important;
	padding: 0px!important;
	text-align: left;
}

.view-ripleys .view-content a,
.view-ripleys .view-content a img {
	display: none;
}
.comics-footer-ripleys .view-ripleys .view-content a:first-child {
	display: block;
}

.play-zine-u-chat .block-content,
.play-zine-u-joke .block-content,
.play-zine-win-points .block-content {
	min-height: 205px;
}
/*----- COMICS - Close -----*/


/*----- VIDEOS - Open -----*/
.view-videos-block {
	/*border-bottom: 1px #ccc dashed;
	margin-bottom: 30px;
	padding-bottom: 30px;*/
}
.view-videos-block .simple-columns-2 {
	border-bottom: 1px #ddd solid;
	border-top: 10px #f35863 solid;
	margin-bottom: 25px;
	padding: 10px 0px;
}
.view-videos-block .column-left {
	color: #f35863;
	font-size: 36px;
	font-weight: 500;
}
.view-videos-block .column-right {
	color: #888;
	margin-top: 10px;
}
.view-videos-block .column-right a {
	color: #666;
	font-size: 16px;
	font-weight: 500;
}
.view-videos-block .column-right a:hover {
	color: #222;
}
.view-videos-block .view-footer {
	
}
/*----- VIDEOS - Close -----*/


/*----- OWL - Open -----*/
.owl-theme .owl-controls {
	position: relative;
}
.owl-theme .owl-controls .owl-page {
	position: relative;
	z-index: 1;
}
.owl-theme .owl-controls .owl-pagination {
	padding: 10px 0px 6px 0px;
	border-bottom: 1px #eee solid;
	border-top: 1px #eee solid;
}
.owl-theme .owl-controls .owl-page span {
	background: #aaa;
	height: 10px;
	margin: 5px;
	width: 10px;
}
.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 5px;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	background: #fff;
	color: #444;
	font-size: 15px;
	font-weight: 500;
	margin: 0px;
	padding: 3px;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/default/arrow-previous-2.png) no-repeat;
	float: left;
	font-size: 0px;
	height: 34px;
	opacity: 1;
	width: 34px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/default/arrow-next-2.png) no-repeat;
	float: right;
	font-size: 0px;
	height: 34px;
	opacity: 1;
	width: 34px;
}
.owl-theme .owl-item a {
	color: #444;
	font-weight: 500;
	display: inline-block;
	margin-top: 4px;
}
.owl-theme .owl-item a:hover {
	color: #ff6600;
}

.expert-articles-block {
	border-top: 1px #eee solid;
	margin-top: 20px;
	padding-top: 20px;
}
.expert-articles-block .owl-item {
	padding: 0px 5px;
}
/*----- OWL - Close -----*/


/*----- AERONET GALLERY - Open -----*/
.aeronet-gallery-list .views-field-title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

.field-name-field-aeronet-gallery-photos:after {
	content: '';
	display: block;
	clear: both;
}
.field-name-field-aeronet-gallery-photos .field-item {
	float: left;
	width: 25%;
}
.field-name-field-aeronet-gallery-photos .field-item a {
	margin: 0px 5px 5px 5px;
	display: block;
}
/*----- AERONET GALLERY - Close -----*/


/*----- AERONET CUSTOM COLUMNS - Open -----*/
.simple-columns-2 {
	display: block;
}
.simple-columns-2:after {
	content: '';
	display: block;
	clear: both;
}
.simple-columns-2 .column-left {
	float: left;
}
.simple-columns-2 .column-right {
	float: right;
}
/*----- AERONET CUSTOM COLUMNS - Close -----*/


/*----- COLUMNS - Open -----*/
/* TWO */
.two-columns .first.column {
	margin-right: 2%;
	width: 48%!important;
}
.two-columns .last.column {
	margin-left: 2%;
	width: 48%!important;
}
/* THREE */
.three-columns .column {
	width: 30%!important;
}
.three-columns .first.column {
	margin-right: 5%;
}
.three-columns .last.column {
	margin-left: 5%;
}
/*----- COLUMNS - Close -----*/


/*----- PANEL - Open -----*/
.panel-join .two-50.at-panel h3 {
	font-size: 22px!important;
}
.panel-join .two-50.at-panel .btn-orange-special,
.panel-join .two-50.at-panel .btn-blue-special {
	display: block;
}
/*----- PANEL - Open -----*/


/*----- GPANEL - Open -----*/
.gpanel.two-50 .region-two-50-first,
.gpanel.two-50 .region-two-50-second {
	width: 50%;
}
.gpanel.two-50 .region-two-50-first .region-inner {
	margin-right: 5px;
}
.gpanel.two-50 .region-two-50-second .region-inner {
	margin-left: 5px;
}
.gpanel.two-50 .container:after {
	content: '';
	display: block;
	clear: both;
}
.gpanel.two-50 .container {
	/*background: url(../images/bg-22.png) repeat-x bottom left;*/
	border-bottom: 1px #ccc dashed;
	margin-bottom: 10px;
	margin-top: 30px;
}
/*----- GPANEL - Close -----*/


/*----- CONTENT THREE 33 - Open -----*/
.content-three-33 {
	border-bottom: 1px #ccc dashed;
	margin: 0px;
	padding-bottom: 30px;
}
.content-three-33:after {
	content: '';
	display: block;
	clear: both;
}
/* Content - Open */
.play-zine-u-chat,
.play-zine-u-joke,
.play-zine-win-points {
	margin: 0px;
}
.play-zine-u-chat h2,
.play-zine-u-joke h2,
.play-zine-win-points h2 {
	font-size: 30px;
	font-weight: 500;
	padding: 15px 0px 0px 0px;
}
.play-zine-u-chat h2 {
	border-top: 10px #4c61db solid;
	color: #4c61db;
}
.play-zine-u-chat h2 a {
	color: #4c61db;
}
.play-zine-u-joke h2 {
	border-top: 10px #ff66e7 solid;
	color: #ff66e7;
}
.play-zine-u-joke h2 a {
	color: #ff66e7;
}
.play-zine-win-points h2 {
	border-top: 10px #e3c01e solid;
	color: #e3c01e;
}
.play-zine-win-points h2 a {
	color: #e3c01e;
}
.play-zine-u-chat .block-content a,
.play-zine-u-joke .block-content a,
.play-zine-win-points .block-content a {
	display: inline-block;
}
.play-zine-u-chat .block-content,
.play-zine-u-joke .block-content,
.play-zine-win-points .block-content {
	background: #f4f4f4 url(../images/bg-32.png) repeat-x center top;
	border: 1px #ddd solid;
	padding: 20px 20px 20px 20px;
}
/* Content - Close */
/*----- CONTENT THREE 33 - Close -----*/


/*----- BLOG - Open -----*/
.blog-page-list .views-field-title {
	margin-top: 15px;
}
.blog-page-list .views-row {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.blog-page-list .content-link {
	clear: both;
	display: block;
	padding-top: 20px;
}
/*----- BLOG - Close -----*/


/*----- VIEWS RESPONSIVE GRID - 2 COLUMNS - Open -----*/
.pane-views.block {
	margin: 0px 0px 10px 0px;
}
.views-responsive-grid.views-columns-2 a {
}
.views-responsive-grid.views-columns-2 a:hover {
}
.views-responsive-grid.views-columns-2 .views-row:after,
.views-responsive-grid.views-columns-2:after {
	content: '';
	display: block;
	clear: both;
}
.views-responsive-grid.views-columns-2 .views-row {
	/*background: url("../images/bg-22.png") repeat-x scroll left bottom;*/
	border-bottom: 1px #ccc dashed;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
/*.views-responsive-grid.views-columns-2 .views-row.views-row-last {
	background: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}*/
.views-responsive-grid.views-columns-2 .views-column {
	float: left;
	margin: 0px;
	position: relative;
	width: 48.5%;
}
.views-responsive-grid.views-columns-2 .views-column-first {
	margin-right: 1.5%; 
}
.views-responsive-grid.views-columns-2 .views-column-last {
	margin-left: 1.5%; 
}
.views-responsive-grid.views-columns-2 .views-column .views-responsive-grid-content {
	border: 1px #e4e4e4 solid;
	padding: 19px;
	position: relative;
}
/* Content - Open */
.my-classrooms-wrapper h2 { 
	color: #444;
	font-size: 28px;
}
.my-classrooms-wrapper {
	padding: 25px 30px 0px 30px;
}
.my-classrooms-wrapper .buttons {
	padding-top: 20px;
}
/* Content - Close */
/*----- VIEWS RESPONSIVE GRID - 3 COLUMNS - Close -----*/


/*----- VIEWS RESPONSIVE GRID - 3 COLUMNS - Open -----*/
.pane-views.block {
	margin: 0px 0px 10px 0px;
}
.views-responsive-grid.views-columns-3 a {
}
.views-responsive-grid.views-columns-3 a:hover {
}
.views-responsive-grid.views-columns-3 .views-row:after,
.views-responsive-grid.views-columns-3:after {
	content: '';
	display: block;
	clear: both;
}
.views-responsive-grid.views-columns-3 .views-row {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.uwrite-home-block .views-responsive-grid.views-columns-3 .views-row {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.views-responsive-grid.views-columns-3 .views-column {
	float: left;
	margin: 0px 2.6% 10px 0px;
	position: relative;
	width: 31.6%;
}
.views-responsive-grid.views-columns-3 .views-column-last {
	margin-right: 0px; 
}
.views-responsive-grid.views-columns-3 .views-column .views-responsive-grid-content {
	border: 1px #e4e4e4 solid;
	padding: 19px;
	position: relative;
}
/* Content - Open */
.views-responsive-grid.views-columns-3 a {
	color: #000;
	font-weight: 500;
}
.views-responsive-grid.views-columns-3 a img {
	display: block;
	margin: 0px 0px 8px 0px!important;
}
.views-responsive-grid.views-columns-3 a:hover {
	color: #ff6600;
}
/* Content - Close */
/*----- VIEWS RESPONSIVE GRID - 3 COLUMNS - Close -----*/


/*----- VIEWS RESPONSIVE GRID - 4 COLUMNS - Open -----*/
.views-responsive-grid.views-columns-4 a {}
.views-responsive-grid.views-columns-4 a:hover {}
.views-responsive-grid.views-columns-4 .views-row:after,
.views-responsive-grid.views-columns-4:after {
	content: '';
	display: block;
	clear: both;
}
.views-responsive-grid.views-columns-4 .views-row {}
.views-responsive-grid.views-columns-4 .views-column {
	float: left;
	margin: 0px 2% 10px 0px;
	position: relative;
	width: 23.5%;
}
.views-responsive-grid.views-columns-4 .views-column-last { 
	margin-right: 0px;
}
.views-responsive-grid.views-columns-4 .views-column .views-responsive-grid-content {
	border: 1px #e4e4e4 solid;
	padding: 19px;
	position: relative;
}
/* Content - Open */
.page-by-cat .views-responsive-grid.views-columns-4 .views-row {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.page-by-cat a {
	color: #000;
	font-weight: 500;
}
.page-by-cat a img {
	display: block;
	margin: 0px 0px 8px 0px!important;
}
.page-by-cat a:hover {
	color: #ff6600;
}
.page-by-cat .view-footer .page-by-cat-btn-more {
	display: none;
}
.page-by-cat-btn-more {
	display: inline-block;
}
.page-by-cat-btn-more a {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 5px 10px;
}
.page-by-cat-btn-more a:hover {
	background: rgba(0, 0, 0, 0.4);
}
/* Content - Close */
/*----- VIEWS RESPONSIVE GRID - 3 COLUMNS - Close -----*/


/*----- SIDEBAR - Open -----*/
.content-column {
	background: #fff;
}
.sidebar {
	background: #fff;
	overflow-y: hidden;
}
.sidebar h2.block-title {
	background: #fff url(../images/bg-30.png) no-repeat top left;
	color: #444;
	font-size: 20px;
	font-weight: 500;
	margin-left: -29px!important;
	padding: 8px 0px 8px 29px;
	width: 100%;
	
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		 -o-box-sizing: content-box;
            box-sizing: content-box;
}
.sidebar h3 {
	color: #003262;
	font-size: 18px;
}
.sidebar a {
	color: #0861b6;
}
.sidebar a.active.active-trail {
	color: #0861b6;
	font-weight: 400;
}
.sidebar a:hover {
	color: #fd8840;
}
.region-sidebar-first .region-inner {
	background: url(../images/bg-11.png) repeat-y;
	margin: 0px 20px 0px 0px; 
	padding: 30px 30px 0px 30px;
	position: relative;
}
.region-sidebar-second .region-inner {
	background: url(../images/bg-10.png) repeat-y;	
	margin: 0px 0px 0px 30px; 
	padding: 30px 30px 0px 30px;
	position: relative;
}
.region-sidebar-first .block,
.region-sidebar-second .block {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.region-sidebar-first .block-inner,
.region-sidebar-second .block-inner {
	margin: 0px;
	padding: 0px;
}
/* MENU */
.sidebar ul {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.sidebar .sidebar-menu ul li {
	background: none;
	border-bottom: 1px #c0cfe7 solid;
	list-style: none;
	margin: 0px;
	padding: 8px 0px;
}
.sidebar .sidebar-menu ul li.last {
	border-bottom: none;
}
.sidebar .sidebar-menu ul li a {
	display: block;
}
/* FORM */
.sidebar form .form-item {
	float: left;
	margin: 0px 0px 10px 0px;
	max-width: 135px;
}
.sidebar form .form-submit {
	background: #fe8841;
	color: #fff;
	float: left;
	font-size: 16px;
	margin: 24px 0px 0px 5px;
}
.sidebar form .form-submit:hover {
	background: #ff690d;
}
.sidebar input[type=text] {
	background: #fff;
	border: 1px #d7d7d7 solid;
}

.category-menu-sidebar {
	
}
.category-menu-sidebar ul {
	padding: 0px;
}
.category-menu-sidebar .block-content ul li {
	background: none;
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.category-menu-sidebar .block-content ul li a {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px #eee solid;
	border-left: 3px #bbb solid;
	color: #000;
	display: block;
	font-weight: 400;
	padding: 5px 10px;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.category-menu-sidebar .block-content ul li a.active,
.category-menu-sidebar .block-content ul li a:hover {
	color: #fff;
}

.sidebar-second-base {
	background: url(../images/bg-10.png) repeat-y left;
	bottom: -1000px;
	display: block;
	height: 1000px;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: 0;
}
/* PAGES MENU BLOCK */
.pages-menu-block .block-content ul ul {
	display: none;
}
.pages-menu-block .block-content ul li a.active,
.pages-menu-block .block-content ul li a.active-trail,
.pages-menu-block .block-content ul li a:hover {
	background-color: #aaa;
	border-color: #aaa;
	color: #fff;
}
.pages-menu-block .block-content ul li:nth-child(1) a {
	border-left-color: rgba(214, 45, 0, 1);
}
.pages-menu-block .block-content ul li:nth-child(1) a.active,
.pages-menu-block .block-content ul li:nth-child(1) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(1) a:hover {
	background-color: rgba(214, 45, 0, 0.9);
	border-color: rgba(214, 45, 0, 1);
}
.pages-menu-block .block-content ul li:nth-child(2) a {
	border-left-color: rgba(255, 150, 0, 1);
}
.pages-menu-block .block-content ul li:nth-child(2) a.active,
.pages-menu-block .block-content ul li:nth-child(2) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(2) a:hover {
	background-color: rgba(255, 150, 0, 0.9);
	border-color: rgba(255, 150, 0, 1);
}
.pages-menu-block .block-content ul li:nth-child(3) a {
	border-left-color: rgba(67, 164, 231, 1);
}
.pages-menu-block .block-content ul li:nth-child(3) a.active,
.pages-menu-block .block-content ul li:nth-child(3) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(3) a:hover {
	background-color: rgba(67, 164, 231, 0.9);
	border-color: rgba(67, 164, 231, 1);
}
.pages-menu-block .block-content ul li:nth-child(4) a {
	border-left-color: rgba(12, 157, 128, 1);
}
.pages-menu-block .block-content ul li:nth-child(4) a.active,
.pages-menu-block .block-content ul li:nth-child(4) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(4) a:hover {
	background-color: rgba(12, 157, 128, 0.9);
	border-color: rgba(12, 157, 128, 1);
}
.pages-menu-block .block-content ul li:nth-child(5) a {
	border-left-color: rgba(95, 89, 187, 1);
}
.pages-menu-block .block-content ul li:nth-child(5) a.active,
.pages-menu-block .block-content ul li:nth-child(5) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(5) a:hover {
	background-color: rgba(95, 89, 187, 0.9);
	border-color: rgba(95, 89, 187, 1);
}
.pages-menu-block .block-content ul li:nth-child(6) a {
	border-left-color: rgba(217, 89, 167, 1);
}
.pages-menu-block .block-content ul li:nth-child(6) a.active,
.pages-menu-block .block-content ul li:nth-child(6) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(6) a:hover {
	background-color: rgba(217, 89, 167, 0.9);
	border-color: rgba(217, 89, 167, 1);
}
.pages-menu-block .block-content ul li:nth-child(7) a {
	border-left-color: rgba(73, 134, 231, 1);
}
.pages-menu-block .block-content ul li:nth-child(7) a.active,
.pages-menu-block .block-content ul li:nth-child(7) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(7) a:hover {
	background-color: rgba(73, 134, 231, 0.9);
	border-color: rgba(73, 134, 231, 1);
}
.pages-menu-block .block-content ul li:nth-child(8) a {
	border-left-color: rgba(321, 57, 49, 1);
}
.pages-menu-block .block-content ul li:nth-child(8) a.active,
.pages-menu-block .block-content ul li:nth-child(8) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(8) a:hover {
	background-color: rgba(321, 57, 49, 0.9);
	border-color: rgba(321, 57, 49, 1);
}
.pages-menu-block .block-content ul li:nth-child(9) a {
	border-left-color: rgba(22, 167, 101, 1);
}
.pages-menu-block .block-content ul li:nth-child(9) a.active,
.pages-menu-block .block-content ul li:nth-child(9) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(9) a:hover {
	background-color: rgba(22, 167, 101, 0.9);
	border-color: rgba(22, 167, 101, 1);
}
.pages-menu-block .block-content ul li:nth-child(10) a {
	border-left-color: rgba(255, 194, 31, 1);
}
.pages-menu-block .block-content ul li:nth-child(10) a.active,
.pages-menu-block .block-content ul li:nth-child(10) a.active-trail,
.pages-menu-block .block-content ul li:nth-child(10) a:hover {
	background-color: rgba(255, 194, 31, 0.9);
	border-color: rgba(255, 194, 31, 1);
}

.latest-contest-block .views-field-title {
	margin-top: 10px;
}
.latest-contest-block .views-field-title a {
	color: #000;
}
.latest-contest-block .views-field-title a:hover {
	color: #ff6600;
}
.latest-contest-block .contest-results {
	margin-top: 15px;
}
.latest-contest-block .contest-results a {
	display: block;
}
/*----- SIDEBAR - Close -----*/


/*----- TERTIARY - Open -----*/
.tertiary-full {
	background: #fff;
	padding: 0px;
	position: relative;
	z-index: 1;
}
.tertiary-container {
}
.tertiary-container > .region {
	padding: 0px;
}
.tertiary-container h2 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0px!important;
}
/*----- TERTIARY - Close -----*/


/*----- SECTION THIS WEEK - Open -----*/
.features-sections {
	margin-bottom: 20px;
}
.features-sections .view {
	/*background: #fff url(../images/bg-22.png) repeat-x bottom left;
	padding-bottom: 20px;*/
	background: #fff;
	position: relative;
	z-index: 2;
}
.features-sections .block-content {
	padding-top: 60px;
}
.features-sections .view-header .column-right {
	padding: 22px 20px 10px 0px;
}
.features-sections .view-header .column-right a {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin: 0px 0px 10px 10px;
	padding: 5px 10px;
}
.features-sections .view-header .column-right a:hover {
	background: rgba(0, 0, 0, 0.4);
}
.features-sections .view-header h1 {
	padding: 16px 0px!important;
}
.features-sections  .column-left .section-title {
	margin-left: 30px!important;
}
.features-sections  .view-content {
	margin: 0px 30px!important;
}
.features-sections img {
	height: auto;
	width: 100%;
}
.features-sections .section-bar-full {
	display: block;
	height: 60px;
    left: 0;
	opacity: .5;
	position: absolute;
    top: 105px;
	width: 100%;
	z-index: 1;
}
/* THIS WEEK */
.section-this-week {
	background: url(../images/bg-19.jpg) repeat-x top;
	position: relative;
}
.section-this-week .view-header {
	background: #57ceec;
	margin: 0px 0px 30px 0px;
}
.section-this-week .section-bar-full {
	background: #8de5fb;
}
/* UWRITES */
.section-uwrites {
	background: url(../images/bg-20.jpg) repeat-x top;
	position: relative;
}
.section-uwrites .view-header {
	background: #f7cd5e;
	margin: 0px 0px 30px 0px;
}
.section-uwrites .section-bar-full {
	background: #dab655;
}
/* ARTICLE EXPERTS */
.section-article-experts {
	background: url(../images/bg-21.jpg) repeat-x top;
	position: relative;
}
.section-article-experts .view-header {
	background: #5cdbc2;
	margin: 0px 0px 30px 0px;
}
.section-article-experts .section-bar-full {
	background: #28b297;
}
/*----- SECTION THIS WEEK - Close -----*/


/*----- VIEWS SCHEME 1 - Open -----*/
.views-scheme-1-wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.views-scheme-1-left,
.views-scheme-1-right {
	float: left;
	width: 50%;
}
.views-scheme-1-image {
	padding: 0px 0px 10px 0px;
}
.views-scheme-1-image-right {
	padding-right: 15px;
}
.views-scheme-1-image img {	
	border: 1px #ddd solid; 
	display: block;
	position: relative;
	
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		 -o-transition: all 150ms linear;
			transition: all 150ms linear;
}
.views-scheme-1-image img:hover { 
	border: 1px #ff6600 solid;
}
.views-scheme-1-content {
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
	min-height: 160px;
	padding-bottom: 10px;
}
#block-views-uwrites-block .views-scheme-1-content {
	min-height: auto;
}
.views-scheme-1-title {
	display: block;
	margin-bottom: 10px;
}
.views-scheme-1-title,
.views-scheme-1-title a {
	color: #111;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
}
.views-scheme-1-title a:hover {
	color: #ff7700;
}
.views-scheme-1-group-1 {
	margin-bottom: 10px;
}
.views-scheme-1-group-1 .button-orange {
	margin-top: 10px;
}
.views-scheme-1-group-2 {
	background: #f7f7f7;
	border: 1px #ddd solid;
	padding: 3px 10px;
}
.views-scheme-1-group-2 a {
	background: #f6a21d;
	color: #fff!important;
	display: inline-block;
	font-weight: 400;
	float: right;
	margin: -4px -11px -4px 0px;
	padding: 4px 10px;
}
.views-scheme-1-group-2 a:hover {
	background: #ff7700;
}
/*----- VIEWS SCHEME 1 - Close -----*/


/*----- VIEWS SCHEME 2 - Open -----*/
.views-scheme-2-wrapper {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.views-scheme-2-wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.views-scheme-2-left {
	float: left;
	width: 30%;
}
.views-scheme-2-right {
	float: left;
	width: 70%;
}
.views-scheme-2-image {
	padding: 0px 15px 10px 0px;
}
.views-scheme-2-title {
	display: block;
	margin-bottom: 10px;
}
.views-scheme-2-title,
.views-scheme-2-title a {
	color: #111;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
}
.views-scheme-2-title a:hover {
	color: #ff7700;
}
.views-scheme-2-content {
}
/*----- VIEWS SCHEME 2 - Close -----*/


/*----- VIEWS SCHEME 3 - Open -----*/
.views-scheme-3-wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.views-scheme-3-left {
	float: left;
	width: 45%;
}
.views-scheme-3-right {
	float: left;
	width: 55%;
}
.views-scheme-3-image {
	padding: 0px 15px 10px 0px;
}
.views-scheme-3-title {
	display: block;
	margin-bottom: 10px;
}
.views-scheme-3-title,
.views-scheme-3-title a {
	color: #111;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
}
.views-scheme-3-title a:hover {
	color: #ff7700;
}
.views-scheme-3-content {
}
.views-scheme-3-link {
	margin-top: 15px;
}
/*----- VIEWS SCHEME 3 - Close -----*/


/*----- QUATERNARY - Open -----*/
.quaternary-full {
	background: #fff;
	border-top: 1px #ddd solid;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.quaternary-container {
	color: #666;
	font-size: 14px;
}
.quaternary-container .block,
.quaternary-container .block-inner  {
	margin: 0px;
	padding: 0px;
}
.quaternary-container h2 {
	font-size: 20px;
}
.quaternary-container ul,
.quaternary-container ul li {
	margin: 0;
	list-style: none;
	line-height: 24px;
	padding: 0;
}
.quaternary-container ul li li,
.quaternary-container ul li li li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.quaternary-container a {
	color: #000;
	text-decoration: none;
}
.quaternary-container a:hover {
	color: #42b1ea;
	text-decoration: none;
}
.quaternary-container a.active {
	color: #fff;
}
/*----- QUATERNARY - Close -----*/


/*----- FOOTER - Open -----*/
.footer-bottom-full {
	border-bottom: 1px #C9D3DD solid;
}
.footer-full {
	background: #3d88ce url(../images/bg-12.jpg);
	position: relative;
	z-index: 1;
}
.footer-content {
	color: #fff;
	padding: 30px 30px 20px 30px;
	position: relative;
}
.footer-content .region-inner,
.footer-content .block,
.footer-content .block-inner {
	margin: 0px;
	padding: 0px;
}
.footer-content .region-three-50-25-25-second .region-inner,
.footer-content .region-three-50-25-25-third .region-inner {
	border-left: 1px #72ade4 solid;
	padding-left: 20px;
}
.footer-colors-full {
	background: #3a3a3a url(../images/bg-02.png) repeat-x center center;
	height: 10px;
	position: relative;
	z-index: 100;
	
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.footer-content ul {
	margin: 0px;
	padding: 0;
}
.footer-content ul:after {
	content: '';
	display: block;
	clear: both;
}
.footer-content ul li {
	background: none;
	display: block; 
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.footer-content ul li.first {
	background: none;
}
.footer-content ul li.last {
	padding-right: 0px;
}
.footer-content a {
	color: #fff;
}
.footer-content a.active {
	color: #ffc600!important;
}
.footer-content a:hover {
	color: #a2f1ff;
}
.footer-bottom-content {
}
.footer-bottom-content:after {
	content: '';
	display: block;
	clear: both;
}
.footer-left {
	float: left;
}
.footer-left .block  {
	margin: 20px 0px;
}
.footer-left a img {
	margin-right: 20px;
}
.footer-right {
	background: url(../images/bg-26.png) no-repeat top left;
	float: right;
	padding-left: 110px;
	position: relative;
	text-align: right;
}
.footer-right .block  {
	margin: 40px 0px 30px 0px;
}
.footer-right-bg {
	background: #c9d3dd;
	display: block;
	height: 100%;
	position: absolute;
	right: -5000px;
	top: 0px;
	width: 5000px;
}
.simple-footer-full {
	padding: 30px 0px 10px 0px;
}
.simple-footer-full .block {
	border-bottom: 1px #C9D3DD solid;
	padding-bottom: 10px;
}
/* Content - Open */

/* Content - Close */
/*----- FOOTER - Close -----*/


/*---- PAGINATION - Open -----*/
.pager {
	margin: 45px 0px 40px 0px!important;
	padding: 0px!important;
}
.pager .pager-item,
.pager .pager-ellipsis,
.pager .pager-next,
.pager .pager-last,
.pager .pager-first,
.pager .pager-previous {
	background: none!important;
	border: none;
	display: inline-block!important;
	font-size: 12px;
	font-weight: 500;
	margin: 0px 0px 10px 5px!important;
	padding: 0px!important;
}
.pager .pager-item a,
.pager .pager-next a,
.pager .pager-last a,
.pager .pager-first a,
.pager .pager-previous a {
	background: #fff;
	border: 1px #0163A2 solid;
	color: #0877BC;
	font-weight: 500;
	margin: 0!important;
	padding: 7px 10px!important;
}
.pager .pager-item a:hover,
.pager .pager-next a:hover,
.pager .pager-last a:hover,
.pager .pager-first a:hover,
.pager .pager-previous a:hover {
	background: #EF6D04;
	border: 1px #EF6D04 solid;
	color: #fff;
}
.pager .pager-current {
	background: #0163A2!important;
	border: 1px solid #0163A2;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	list-style: none;
	margin: 0px 0px 0px 5px!important;
	padding: 7px 10px!important;
}
ul.pager--infinite-scroll li {
	background: none!important;
	position: relative;
}
ul.pager--infinite-scroll .ajax-progress {
	left: 50%;
	position: absolute;
	top: 32px;
}
ul.pager--infinite-scroll li a {
	background: #0163A2;
	color: #fff;
	padding: 10px;
}
ul.pager--infinite-scroll li a:hover {
	background: #EF6D04;
}
/*---- PAGINATION - Close -----*/


/*----- CSS3PIE - Open -----*/
input[type=text],
input[type=email],
input[type=password],
input[type=submit],
textarea
{	
	/*
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	*/
}
.left,
.right,
.center 
{
	/*
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	   -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	*/
}
/*----- CSS3PIE - Close -----*/


/*----- TASKS - Open -----*/
#tasks-container {
	background: #fff;
	display: block;
	position: relative;
}
.tasks-container {
	border-bottom: 1px #ddd dashed;
	left: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
	top: 0px; 
	width: 100%;
	z-index: 5;
}
.tasks-content {
	margin: 0px!important;
	padding: 0px 0px 20px 0px!important;
}
.tasks-content:after {
	content: '';
	display: block;
	clear: both;
}
#tasks ul {
	border: none;
	clear: both;
	margin: 0px!important;
	padding: 0px!important;
}
#tasks ul li {
	float: left!important;
	display: block!important;
	margin: 0px 5px 7px 0px!important;
}
#tasks ul li a {
	background: #fff!important;
	border: 1px #ccc solid!important;
	color: #444!important;
	font-size: 14px!important;
	height: auto!important;
	margin: 0px!important;
	padding: 5px!important;
}
#tasks ul li a:hover {
	background: #ff6600!important;
	border: 1px #ff6600 solid!important;
	color: #fff!important;
}
#tasks ul li a.active {
	background: #1e71c6!important;
	border: 1px #1e71c6 solid!important;
	color: #fff!important;
}
/*----- TASKS - Close -----*/

.page-user #tasks ul li a {
	background: #ffa800 url(../images/default/arrow-02.png) no-repeat 0px 4px!important;
	border: none!important;
	color: #fff!important;
	font-weight: 400;
	padding: 5px 10px 7px 22px!important;
}
.page-user #tasks ul li a:hover {
	background: #f07512 url(../images/default/arrow-02.png) no-repeat 0px 4px!important;
}
.page-user #tasks ul li a.active {
	background: #dd6709 url(../images/default/arrow-02.png) no-repeat 0px 4px!important;
}


#donateForm #amount {
  width: 95%;
}
#donateForm .donate_amount {
  margin: 5px 0;
}
