/**

 * @file

 * Block Styling

 */





.block { /* Block wrapper */
	margin-bottom: 20px;
}
.block.first { /* The first block in the region */
}
.block.last { /* The last block in the region */
}
.block.odd { /* Zebra striping for each block in the region */
}
.block.even { /* Zebra striping for each block in the region */
}
h2.block-title { /* Block title */
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	padding: 0 6px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border-top: 1px solid #fff;
	font-size: 1em;
	line-height: 1.8em;
	font-family: 'OpenSans-Reg', Verdana, Tahoma, "DejaVu Sans", sans-serif;
	margin: 0 5% 0 20%;
	font-weight: 100;
}
#block-aggregator-category-1 { /* Block for the latest news items in the first category */
}
#block-aggregator-feed-1 { /* Block for the latest news items in the first feed */
}
#block-block-1 { /* First block created with "Add block" link */
}
#block-blog-recent { /* "Recent blog posts" block */
}
#block-book-navigation { /* "Book navigation" block for the current book's table of contents */
}
#block-comment-recent { /* "Recent comments" block */
}
#block-forum-active { /* "Active forum topics" block */
}
#block-forum-new { /* "New forum topics" block */
}
#block-locale-language { /* Language switcher block */
}
#block-menu-menu-NAME { /* Custom menu block */
}
#block-node-recent { /* "Recent content" block */
}
#block-node-syndicate { /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
}
#block-poll-recent { /* "Most recent poll" block */
}
#block-profile-author-information { /* "Author information" block for the profile of the page's author */
}
#block-search-form { /* "Search form" block */
	margin-bottom: 0;
	float: right;
}
#block-shortcut-shortcuts { /* "Shortcuts" block */
}
#block-statistics-popular { /* "Popular content" block */
}
#block-system-main-menu { /* "Main menu" block */
}
#block-system-management { /* "Management" block for Drupal management menu */
}
#block-system-navigation {
}
#block-system-navigation ul {
	padding: 0;
	margin: 0;
}
#block-system-navigation li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	padding: 4px 0;
	border-bottom: 1px dotted #999;
	text-indent: 10px;
}
#block-system-navigation li li {
	list-style: none;
	list-style-image: none;
	list-style-type: circle;
	padding: 4px 0;
	border-bottom:none;
	margin-left:24px;
}
#block-system-navigation li a:hover {
	background: #E4E4E4;
}
#block-system-navigation li a {
	text-decoration: none;
	display: block;
}
#block-system-user-menu { /* "User menu" block for Drupal user menu */
}
#block-system-help { /* "System help" block */
}
#block-system-main { /* "Main page content" block */
}
#block-system-powered-by { /* "Powered by Drupal" block */
}
#block-user-login { /* "User login form" block */
}
#block-user-new { /* "Who's new" block for a list of the newest users */
}
#block-user-online { /* "Who's online" block for a list of the online users */
}
/* search box theme */



#block-search-form .form-actions {
	display: none;
}
#block-search-form input {
	margin: 0;
	padding: 0;
	width: 140px;
	height: 24px;
	padding: 0 10px 0 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CA7351;
	background: url(../images/search-glass.png) 10px 0px no-repeat rgba(255,255,255,0.2);
	font-family: 'OpenSans-Reg', Verdana, Tahoma, "DejaVu Sans", sans-serif;
	font-size: 1em;
	color: #fff;
}
 #block-search-form ::-webkit-input-placeholder {
 color:#fff;
}
 #block-search-form input:-moz-placeholder {
 color:#fff;
}
 #tn:hover #block-search-form ::-webkit-input-placeholder {
 color:#333;
}
 #tn:hover #block-search-form input:-moz-placeholder {
 color:#333;
}
#block-search-form button {
	background: none;
}
#block-search-form .form-text {
	color: #2c2c2c;
}
#tn:hover #block-search-form input {
	background: url(../images/search-glass.png) 10px 0px no-repeat rgba(129,129,129,0.3);
	border: 1px solid #143D50;
	color: #333;
}
#tn:hover #block-search-form input:hover {
	transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	background: url(../images/search-glass-hov.png) 10px 0px no-repeat rgba(255,255,255,0.7);
	border: 1px solid #333;
	color: #333;
}
.form-item-search-block-form {
	height: 24px;
}
/* login box theme */



#block-user-login {
	margin: 0 5% 20px 20%;
}
#user-login-form {
	transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	height: 96px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.5);
	padding: 0 20px;
}
#user-login-form:hover {
	height: 186px;
	background: rgba(255,255,255,0.8);
}
#block-user-login {
	-moz-box-shadow: 0 10px 10px -10px #5C2E24;
	box-shadow: 0 10px 10px -10px #5C2E24;
}
#block-user-login label {
	display: none;
}
#block-user-login .form-type-textfield input, #block-user-login .form-type-password input {
	font-family: 'OpenSans-Reg', Verdana, Tahoma, "DejaVu Sans", sans-serif;
	background: #FAFFBD;
	border: 1px solid #8C8C8C;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	padding: 6px 2px;
	text-indent: 10px;
	width: 96%;
}
#block-user-login .form-type-textfield input:focus, #block-user-login .form-type-password input:focus {
	color: #333;
}
#user-login-form .form-item-name {
	margin: 14px 0 0 0;
}
#user-login-form .form-item-pass {
	margin: 6px 0 14px 0;
}
#user-login-form .item-list {
	margin: 0 5%;
	font-size: 0.9em;
}
#user-login-form .form-actions {
	margin: 0 5% 14px 5%;
}
#user-login-form .form-submit {
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
	background: url(../images/user-login-button.png) no-repeat;
	width: 88px;
	height: 32px;
}
#user-login-form ul {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
#user-login-form .form-type-textfield, #user-login-form .form-type-password {
}
#block-user-login .form-submit:hover {
	transition: 0.2s linear 0s;
	-moz-transition: 0.2s linear 0s;
	-webkit-transition: 0.2s linear 0s;
	-o-transition: 0.2s linear 0s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 0 0 15px #333;
	-webkit-box-shadow: inset 0 0 15px #333;
	box-shadow: inset 0 0 15px #333;
}
#user-login-form a:link {
	text-decoration: none;
	color: #2C2C2C;
}
#user-login-form a:hover {
	text-decoration: underline;
	color: #666;
}
#user-login-form label {
	padding: 6px 10px;
	color: #666;
	font-weight: normal;
	font-size: 100%;
	font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
 #user-login-form ::-webkit-input-placeholder {
 color:#7C7C7C;
}
 #user-login-form input:-moz-placeholder {
 color:#7C7C7C;
}
.region-topnav {
	float: left;
	width: 100%;
}
.region-homemenu {
	float: left;
}
/*

 * Views Popular content block

 */

.block-popular-lessons,  .block-latest-lesson {
	font-family: 'OpenSans-Reg', Verdana, Tahoma, "DejaVu Sans", sans-serif;
	z-index: 1;
}
.block-popular-lessons .views-row,  .block-latest-lesson .views-row {
	margin-bottom: 10px;
	padding: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	-webkit-box-shadow: 0 10px 10px -10px #5C2E24;
	-moz-box-shadow: 0 10px 10px -10px #5C2E24;
	box-shadow: 0 10px 10px -10px #5C2E24;
}
.block-popular-lessons .views-row {
	border: 2px solid #FFFCEA;
	background: #FFFCEA;
}
.block-latest-lesson .views-row {
	border: 2px solid #CA7351;
	background: #0A232E;
	color: #fff;
}
.block-popular-lessons .views-field-field-learning-materials ul,  .block-latest-lesson .views-field-field-learning-materials ul {
	margin: 8px 0 0 0;
	padding: 4px 4px 0 4px;
	border-top: 1px solid #999999;
}
.block-popular-lessons .views-field-field-learning-materials li,  .block-latest-lesson .views-field-field-learning-materials li {
	list-style-type: square;
	list-style-position: inside;
	white-space: nowrap;
	overflow: hidden;
}
.block-latest-lesson .views-row-last {
	margin-bottom: 0;
}
.block-popular-lessons .views-row:hover a:link, .block-popular-lessons .views-row:hover a:visited, .block-popular-lessons .views-row:hover a:active, .block-popular-lessons .views-row:hover a:focus, .block-latest-lesson .views-row:hover a:link, .block-latest-lesson .views-row:hover a:visited, .block-latest-lesson .views-row:hover a:active, .block-latest-lesson .views-row:hover a:focus {
	color: #fff;
	text-decoration: none;
}
.block-popular-lessons .views-row:hover a:hover,  .block-latest-lesson .views-row:hover a:hover {
	color: #CA7351;
	text-decoration: none;
}
.block-popular-lessons .views-row a:link, .block-popular-lessons .views-row a:hover, .block-popular-lessons .views-row a:active, .block-popular-lessons .views-row a:focus, .block-popular-lessons .views-row a:visited {
	color: #333;
	text-decoration: none;
}
.block-latest-lesson .views-row a:link,  .block-latest-lesson .views-row a:hover,  .block-latest-lesson .views-row a:active,  .block-latest-lesson .views-row a:focus,  .block-latest-lesson .views-row a:visited {
	color: #fff;
	text-decoration: none;
}
.block-popular-lessons .views-field-field-module,  .block-latest-lesson .views-field-field-module {
	font-size: 0.85em;
	white-space: nowrap;
	overflow: hidden;
}
.block-popular-lessons .views-field-field-module a,  .block-latest-lesson .views-field-field-module a {
	color: #ccc;
}
.block-popular-lessons .views-row:hover,  .block-latest-lesson .views-row:hover {
	border: 2px solid #CA7351;
	background: rgba(0,0,0,0.7);
	color: #fff;
	margin-left: -100px;
}
.block-popular-lessons .views-field-title,  .block-latest-lesson .views-field-title {
	border-bottom: 1px solid #999;
	font-size: 1.2em;
	padding-bottom: 4px;
	white-space: nowrap;
	overflow:hidden;
}
.block-popular-lessons .views-field-field-image,  .block-latest-lesson .views-field-field-image {
	margin-top: 6px;
	margin-right: 10px;
	float: left;
}
.block-popular-lessons .views-field-field-summary,  .block-latest-lesson .views-field-field-summary {
	overflow: hidden;
	margin-top: 5px;
	height: 62px;
	line-height: 15px;
}
.block-popular-lessons .views-field-field-summary p,  .block-latest-lesson .views-field-field-summary p {
	margin-top: 0;
}
/* SOCIAL BLOCK */



#block-block-1 {
	float: left;
	margin: 28px 0 0 9px;
	width: 38px;
}
#block-block-1 ul, #block-block-1 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#block-block-1 li {
	width: 38px;
	height: 26px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: rgba(255,255,255,0.7);
	margin-bottom: 2px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	line-height: 26px;
}
#block-block-1 img {
	margin: 3px 8px;
}
#block-block-2,  #block-block-4,  #block-block-5 {
	margin: 0 5% 18px 20%;
	-moz-box-shadow: 0 10px 10px -10px #5C2E24;
	box-shadow: 0 10px 10px -10px #5C2E24;
}
#block-block-5 p {
	font-weight: bold;
	text-align: center;
	background: #FAFFBD;
	border: 1px solid #8C8C8C;
	margin: 10px 0 6px 0;
	padding: 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-size: 0.9em;
	height: 35px;
}
#block-block-2 p,  #block-block-4 p {
	background: #FAFFBD;
	border: 1px solid #8C8C8C;
	margin: 0 0 6px 0;
	padding: 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-size: 0.9em;
	height: 17px;
	line-height: 17px;
}
#block-block-2 .block-bg,  #block-block-4.block-bg ,  #block-block-5 .block-bg {
	height: 68px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.5);
	padding: 14px 20px;
}

/* TOPICS - UNIT LISTINGS */

	

#block-views-unit-listings-block-3 {
	margin: 20px 0 0 0;
}
#block-views-unit-listings-block-3 .block-title {
	display: none;
}
.view-id-unit_listings .views-field-field-image {
	float: right;
	padding: 5px 8px 0 8px;
	border-left: 1px dotted #999;
		background:#fff;
		vertical-align:top;
		height:57px;
		width: 52px;
}
.view-id-unit_listings .views-field-title {
	font-size: 16px;
	line-height: 1.5em;
	background: rgba(11, 34, 45, 0.6);
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: 3px 10px;
	border-top: 1px solid #999;
	overflow: hidden;
	white-space:nowrap;
}
.view-id-unit_listings .views-field-field-summary {
	overflow: hidden;
	height: 58px;
	padding: 4px 10px 0 10px;
	background:#fff;
}
.view-id-unit_listings .views-field-created {
	font-size: 0.8em;
	color: #999;
	padding: 0 10px;
	border-bottom: 1px dotted #999;
	background: #fff;
}
.view-id-unit_listings .views-field-totalcount {
	color: #666;
	float: right;
	margin-right: 10px;
	margin-top: -2px;
}
.view-id-unit_listings .views-field-totalcount .field-content {
	color: #333;
}
.view-id-unit_listings .views-field-title a {
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px #666666;
}
.view-id-unit_listings .views-field-title a:hover {
	text-decoration: underline;
}
.view-id-unit_listings .views-row {
	margin-bottom: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 10px 10px -10px #5C2E24;
	-moz-box-shadow: 0 10px 10px -10px #5C2E24;
	box-shadow: 0 10px 10px -10px #5C2E24;
	width: 48.5%;
	float: left;
}
.view-id-unit_listings .views-row-even {
	float: right;
}
.view-id-unit_listings {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.view-id-unit_listings .views-row p {
	line-height: 1.6;
	margin: 0;
	padding-bottom: 4px;
}
.view-id-unit_listings .views-field-view-node {
	height: 22px;
	line-height: 22px;
	background: rgba(123,209,238,0.5);
	text-align: center;
	border-top: 1px solid #999;
	font-size: 14px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.view-id-unit_listings .views-field-view-node:hover {
		background: rgba(123,209,238,1);
}
.view-id-unit_listings .views-field-view-node a {
	color: #333;
	display: block;
	text-decoration: none;
}

#block-views-testimonials-block-block .block-bg {
		border: 1px solid #fff;
	background: rgba(255,255,255,0.7);
	padding:10px;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
#block-views-testimonials-block-block .view-content {
	background: url(../images/sme_testi_back.png) no-repeat bottom right;
	width:218px;
	height:240px;
	}
#block-views-testimonials-block-block .views-field-field-referrence {
	font-size:10px;
	border-bottom:1px solid #999;
	padding-bottom:4px;
	width:218px;
	}
#block-views-testimonials-block-block .views-field-field-referrence a {
	color:#666;
	}
#block-views-testimonials-block-block .views-field-field-testimonial {
margin-top:6px;	
	}
#block-views-testimonials-block-block .views-field-field-testimonial .field-content {
width:218px;
	}

/* SIDEBAR BLOCK - TAGS */
#block-views-related-lessons-block .block-bg {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F8F6F4;
	padding: 12px;
}
#block-tagadelic-2,
#block-tagadelic-4 {
	-webkit-box-shadow: 0 10px 10px -10px #5C2E24;
	-moz-box-shadow: 0 10px 10px -10px #5C2E24;
	box-shadow: 0 10px 10px -10px #5C2E24;
}
#block-tagadelic-2 .block-bg,
#block-tagadelic-4 .block-bg {
		border: 1px solid #fff;
	background: rgba(255,255,255,0.3);
	padding:10px;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#block-tagadelic-2 a,
#block-tagadelic-4 a {
	text-decoration: none;
}
#block-tagadelic-2 a:hover,
#block-tagadelic-4 a:hover {
	color: #CA7351;
}
.tagadelic.level1 {
	color: #999999;
}
.tagadelic.level2 {
	color: #727272;
}
.tagadelic.level3 {
	color: #595959;
}
.tagadelic.level4 {
	color: #484848;
}
.tagadelic.level5 {
	color: #333;
}
.tagadelic.level6 {
	color: #222;
}
#block-system-navigation,
#block-superfish-2 {
	-webkit-box-shadow: 0 10px 10px -10px #5C2E24;
	-moz-box-shadow: 0 10px 10px -10px #5C2E24;
	box-shadow: 0 10px 10px -10px #5C2E24;
}
#block-system-navigation .block-bg,
#block-superfish-2 .block-bg,
#block-book-navigation .block-bg,
#block-views-0cb1ff6edc283232fedfe25026419659 .block-bg,
#block-views-63268134c8e44815c81d3822c9584e62 .block-bg   {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F8F6F4;
	padding: 12px;
}
#block-book-navigation ul {margin:0;padding-left:12px;}
#block-book-navigation ul ul {}
#block-views-0cb1ff6edc283232fedfe25026419659 .block-bg h3,
#block-views-63268134c8e44815c81d3822c9584e62 .block-bg h3
  {
margin:0;
}
#block-views-0cb1ff6edc283232fedfe25026419659 .block-bg .views-row,
#block-views-63268134c8e44815c81d3822c9584e62 .block-bg .views-row  {
text-indent: 10px;
}
#block-system-navigation .block-bg ul,
#block-superfish-2 .block-bg ul {
	margin: 0;
}
.sf-vertical, .sf-vertical li {width:auto !important;}
#block-superfish-2 .sf-menu li {float:none; height:20px; line-height:20px;}
#block-superfish-2 .sf-menu li ul {background:#fff;border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:absolute;
	left:-146px;
	top:-12px;
	background:#111;
	padding:5px !important;
	 width:10em !important;}
#block-superfish-2 .sf-menu li a:hover {text-decoration:underline;}
#block-superfish-2 .sf-menu li {border-bottom:1px dotted #999;}
#block-superfish-2 .sf-menu li.last {border-bottom:none;}
#block-superfish-2 .sf-menu li a { text-decoration:none;}
#block-superfish-2 .sf-menu li ul li {height:18px; line-height:18px; border:none;}
#block-superfish-2 .sf-menu li ul li a {color:#fff; padding:0 5px !important;}
#block-superfish-2 .sf-menu li ul li a:hover {background:#666; border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; text-decoration:none;}
#block-locale-language,
#block-block-6 {
	float: right;
	margin: 3px 0 0 20px;
}
#block-locale-language img,
#block-block-6 img {
	vertical-align: bottom;
	margin-left: 3px;
}
#block-locale-language ul,
#block-block-6 ul {
	padding: 0;
	margin: 0;
}
#block-locale-language li,
#block-block-6 li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
}


.block.last {
	margin: 0;
}
.foot-eu {
	float: left;
	width: 176px;
}
.foot-logo {
	float: right;
	width: 176px;
}
.foot-copy {
	font-size: 0.9em;
	line-height: 12px;
	margin: 0 auto;
	text-align: center;
}
.foot-copy p {
	margin: 6px 0 0 0;
	padding-top: 6px;
}
.foot-bold {
	font-weight: bold;
}