/*

Theme Name:		LNU Division
Description:	A theme for lnu.edu.ua
Version:			0.2.10
Author:			Відділ інформаційного забезпечення
Author URI:		http://dis.lnu.edu.ua
Domain Path:	/lib/languages
Text Domain:	lnu

*/

/* = Document Setup
---------------------------------------------------- */

*{
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent no-repeat left top;
	word-wrap: break-word;
	position: relative;
	outline: none;
}

body{
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1220px;
	color: #222;
}

h1{
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 20px;
	font-weight: normal;
}

h2{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 12px;
	font-weight: normal;
}

h3{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}

h4{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}

a,
a:active,
a:focus{
	text-decoration: none;
	color: #15447c;
}

a:hover{
	text-decoration: underline;
	color: #15447c;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"]{
	border-width: 1px;
	border-style: solid;
	border-color: #b7b7b7;
	box-sizing: border-box;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 13px;
	color: #222;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"]{
	padding: 1px 2px;
	height: 22px;
}

select{
	padding: 1px 2px;
	height: 22px;
}

textarea{
	padding: 1px 2px;
	resize: none;
}

select.error,
textarea.error,
input[type="tel"].error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error{
	border-color: #e60000;
}

input[type="radio"],
input[type="checkbox"]{
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	cursor: pointer;
}

input[type="submit"]{
	height: 22px;
	padding: 0 10px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	background-color: #004973;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
}

input[type="submit"]:hover{
	background-color: #004167;
}

input:-moz-placeholder { color: #b1b1b1; }
input::-moz-placeholder { color: #b1b1b1; }
input:-ms-input-placeholder { color: #b1b1b1; }
input::-webkit-input-placeholder { color: #b1b1b1; }

textarea:-moz-placeholder { color: #b1b1b1; }
textarea::-moz-placeholder { color: #b1b1b1; }
textarea:-ms-input-placeholder { color: #b1b1b1; }
textarea::-webkit-input-placeholder { color: #b1b1b1; }

/* = Core Classes
---------------------------------------------------- */

.wrap{
	width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.alignleft{
	margin: 3px 20px 10px 0;
	float: left;
	z-index: 5;
}

.aligncenter{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.alignright{
	margin: 3px 0 10px 20px;
	float: right;
	z-index: 5;
}

.textleft{
	text-align: left;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

.hidden{
	display: none;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 0;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* = Site Header
---------------------------------------------------- */

.site-header{
	background-color: #004973;
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	padding-top: 12px;
	z-index: 100;
}

.site-header-left{
	margin-right: 30px;
	float: left;
}

.site-header-middle{
	max-width: 880px;
	float: left;
}

.site-header-right{
	line-height: 16px;
	float: right;
}

.site-logo{
	width: 82px;
	height: 88px;
	background-image: url(lib/images/logo.png);
	display: block;
}

.site-title{
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	padding-top: 15px;
	display: block;
}

/* navigation */

.top-navigation{
	margin-left: -20px;
	margin-top: 14px;
}

.top-navigation li{
	list-style: none;
	display: block;
}

.top-navigation li a{
	color: #a7c8d4;
	text-decoration: none;
	display: block;
}

.top-navigation > ul > li{
	background-image: url(lib/images/menu-separator.png);
	background-position: left center;
	padding-right: 8px;
	padding-left: 10px;
	float: left;
}

.top-navigation > ul > li:first-child{
	background-image: none;
}

.top-navigation > ul > li > a{
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	padding: 5px 10px;
}

.top-navigation > ul > li:hover > a,
.top-navigation > ul > li.current-cat > a,
.top-navigation > ul > li.current_page_item > a,
.top-navigation > ul > li.current-menu-item > a,
.top-navigation > ul > li.current_page_parent > a,
.top-navigation > ul > li.current-menu-parent > a,
.top-navigation > ul > li.current-page-ancestor > a,
.top-navigation > ul > li.current-menu-ancestor > a{
	color: #ffd724;
}

.top-navigation li ul{
	padding-top: 1px;
	background-color: #003567;
	position: absolute;
	display: none;
}

.top-navigation > ul > li > ul{
	border-top: 15px solid #004973;
	top: 100%;
	left: 0;
}

.top-navigation li li ul{
	left: 100%;
	top: -2px;
}

.top-navigation li:hover > ul{
	display: block;
}

.top-navigation li li{
	border-top: 1px solid #00669c;
	border-bottom: 1px solid #003567;
	background-color: #004973;
}

.top-navigation li li a{
	white-space: nowrap;
	padding: 10px 20px;
	font-size: 12px;
}

.top-navigation li li:hover > a{
	background-color: #004167;
	color: #fff;
}

.top-navigation li li.menu-item-has-children > a:after{
	content: '›';
	position: absolute;
	display: none;
	right: 6px;
	top: 9px;
}

.top-navigation li li.menu-item-has-children:hover > a:after{
	display: block;
}

/* languages */

.language-switcher{
	font-size: 0;
	margin-top: 5px;
	float: left;
}

.language-switcher li{
	font-size: 12px;
	background-image: url(lib/images/language-switcher.png);
	background-position: -6px center;
	display: inline-block;
	list-style: none;
}

.language-switcher li:first-child{
	background: none;
}

.language-switcher li a{
	width: 28px;
	display: block;
	text-align: center;
	cursor: pointer;
	color: #b0c7d2;
}

.language-switcher li.current a{
	color: #dce4e8;
}

.language-switcher li i{
	width: 5px;
	height: 3px;
	margin-left: -3px;
	background-image: url(lib/images/language-switcher.png);
	position: absolute;
	display: none;
	left: 50%;
	top: -3px;
}

.language-switcher li.current i{
	display: block;
}

/* portal link */

.site-header-university,
.site-header-university:hover,
.site-header-university:active,
.site-header-university:focus{
	margin-top: 5px;
	display: block;
	float: left;

	font-size: 12px;
	color: #a7c8d4;
}

.language-switcher + .site-header-university:before{
	width: 1px;
	height: 16px;
	margin-right: 8px;
	background-image: url(lib/images/language-switcher.png);
	background-position: -6px center;
	display: inline-block;
	vertical-align: top;
	content: "";
}

/* organization logo */

.organization-logo{
	max-width: 115px;
	margin: 5px auto 0;
	text-align: center;
	display: block;
}

noscript div{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #deaf1f;
	margin-bottom: 15px;
	padding: 6px 10px;
	color: #fff;
}

/* = Site Main
---------------------------------------------------- */

.site-main{
	padding-top: 32px;
	padding-bottom: 50px;
	background-image: url(lib/images/main-shadow.png);
	background-repeat: repeat-x;
	display: block;
	z-index: 80;
}

/* two cols */

.left-wide-column{
	width: 858px;
	margin-right: 30px;
	z-index: 50;
	float: left;
}

.right-column{
	width: 292px;
	z-index: 40;
	float: left;
}

main{
	display: block;
}

/* = Section Navigation
---------------------------------------------------- */

.section-navigation{
	background-color: #f6f8f7;
	margin-bottom: 20px;
}

.section-navigation h4{
	padding: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
	background-color: #e9edf0;
	line-height: 20px;
	font-size: 16px;
	color: #375f8f;
}

.section-navigation h4 i{
	width: 12px;
	height: 12px;
	background-image: url(lib/images/widget-arrow.png);
	position: absolute;
	display: block;
	bottom: -12px;
	left: 20px;
}

.section-navigation > ul{
	padding: 15px 20px;
}

.section-navigation li{
	list-style: none;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 0;
}

.section-navigation li:last-child{
	border-bottom: none;
}

.section-navigation li a{
	padding: 5px 0;
	display: inline-block;
	text-decoration: none;
	color: #444;
}



.section-navigation li a:hover,
.section-navigation li.current > a{
	color: #15447c;
}

.section-navigation li ul{
	border-top: 1px dashed #ddd;
	margin-bottom: 5px;
}

.section-navigation li li{
	margin-left: 15px;
}



/* = Page Header
---------------------------------------------------- */

.page-header .breadcrumbs{
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 16px;
	font-size: 13px;
	color: #808080;
}

.page-header .breadcrumbs a{
	color: inherit;
}

.page-header .breadcrumbs .delimiter{
	margin: 0 8px;
}

/* = Page Content
---------------------------------------------------- */

.page-content p{
	margin-bottom: 18px;
}

.page-content ol,
.page-content ul{
	margin-bottom: 18px;
	padding-left: 25px;
}

.page-content li ol,
.page-content li ul{
	margin-bottom: 10px;
	margin-top: 4px;
}

.page-content li{
	margin-bottom: 2px;
}

.page-content blockquote{
	border-left: 1px solid #ddd;
	margin: 18px 0 18px 20px;
	padding-left: 20px;
}

.page-content blockquote p{
	margin-bottom: 8px;
}

.page-content img{
	max-width: 100%;
	height: auto;
}

.page-content iframe{
	max-width: 100%;
}

.page-content hr{
	margin: 18px 0;
}

.page-content dl{
	text-align: right;
}

.page-content dl:after{
	height: 0;
	font-size: 0;
	display: block;
	visibility: hidden;
	content: ".";
	clear: both;
}

.page-content dl dt{
	z-index: 2;
	text-align: left;
	float: left;
}

.page-content dl dd{
	z-index: 1;
}

/* tables */

.page-content table{
	border-collapse: collapse;
}

.page-content table *{
	position: static;
}

.page-content table caption{
	display: none;
}

.page-content table th,
.page-content table td{
	padding: 4px 10px;
}

.page-content table tfoot th{
	border-top: none;
}

.page-content table.style-one thead th{
	background-color: #366999;
	color: #fff;
}

.page-content table.style-one tfoot th{
	background-color: #d9d9d9;
	color: #222;
}

.page-content table.style-one tbody td{
	border-bottom: 1px solid #d9d9d9;
	background-color: #fff;
	color: #3c3c3c;
}

.page-content table.style-one tbody tr.even td{
	background-color: #f2f2f2;
}

.page-content table.style-one tbody.row-hover tr:hover td{
	background-color: #e5e5e5;
}

.page-content table.style-two{
	border: 1px solid #d9d9d9;
}

.page-content table.style-two thead th{
	border-width: 1px;
	border-style: solid;
	border-color: #595959 #595959 #000;
	background-color: #404040;
	color: #fff;
}

.page-content table.style-two tfoot th{
	background-color: #d9d9d9;
	color: #222;
}

.page-content table.style-two tbody td{
	border: 1px dashed #e5e5e5;
	color: #fff;
}

.page-content table.style-two tbody td{
	background-color: #fff;
	color: #3c3c3c;
}

.page-content table.style-two tbody tr.even td{
	background-color: #f2f2f2;
}

.page-content table.style-two tbody.row-hover tr:hover td{
	background-color: #e5e5e5;
}

.page-content table.style-three{
	border: 1px solid #162c40;
}

.page-content table.style-three thead th{
	border: 1px solid #284d73;
	background-color: #162c40;
	color: #fff;
}

.page-content table.style-three tfoot th{
	background-color: #162c40;
	color: #fff;
}

.page-content table.style-three tbody td{
	border: 1px dashed #366999;
	background-color: #284d73;
	color: #fff;
}

.page-content table.style-three tbody tr.even td{
	background-color: #224161;
}

.page-content table.style-three tbody.row-hover tr:hover td{
	background-color: #306090;
}

.page-content table.lessons-schedule{
	border-bottom: 1px solid #ddd;
}

.page-content table.lessons-schedule thead th{
	color: #fff;
	background-color: #366999;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.page-content table.lessons-schedule tbody td{
	text-align: center;
	min-width: 14%;
	width: 14%;
}

.page-content table.lessons-schedule tbody .column-1{
	font-weight: bold;
	text-align: left;
}

.page-content table.lessons-schedule.numerator-first tbody .column-3:not(:empty),
.page-content table.lessons-schedule.numerator-first tbody .column-5:not(:empty),
.page-content table.lessons-schedule.numerator-first tbody .column-7:not(:empty),
.page-content table.lessons-schedule.denominator-first tbody .column-2:not(:empty),
.page-content table.lessons-schedule.denominator-first tbody .column-4:not(:empty),
.page-content table.lessons-schedule.denominator-first tbody .column-6:not(:empty){
	background-color: #f2f2f2;
}

.page-content table.lessons-schedule tbody .row-7 td,
.page-content table.lessons-schedule tbody .row-8 td{
	color: #f00;
}

.page-content table.lessons-schedule-notes{
	border: 1px solid #d9d9d9;
	width: 210px;
}

.page-content table.lessons-schedule-notes tbody td{
	text-align: center;
}

.page-content table.lessons-schedule-notes .column-2{
	background-color: #f2f2f2;
}

.page-content table.vertical-middle th,
.page-content table.vertical-middle td{
	vertical-align: middle;
}

/* galleries */

.page-content .gallery-images{
	margin-bottom: 0;
	padding-left: 0;
}

.page-content .gallery-images li{
	list-style: none;
	display: block;
	float: left;
}

.page-content .gallery-images.short-list li{
	margin: 0 1px;
}

.page-content .gallery-images.full-list li{
	margin: 1px;
}

.full-width .page-content .gallery-images.full-list li:nth-child(5n+1),
.left-wide-column .page-content .gallery-images.full-list li:nth-child(4n+1){
	clear: left;
}

.page-content .gallery-images li a{
	border: 14px solid #f4f2ed;
	background-position: center;
	background-size: cover;
	display: block;
}

.page-content .gallery-images.short-list li a{
	height: 84px;
	width: 125px;
}

.page-content .gallery-images.full-list li a{
	height: 118px;
	width: 176px;
}

.page-content .gallery-images li a i{
	width: 55px;
	height: 55px;
	background-image: url(lib/images/hover-icons.png);
	position: absolute;
	display: none;
}

.page-content .gallery-images.short-list li a i{
	left: 35px;
	top: 15px;
}

.page-content .gallery-images.full-list li a i{
	left: 61px;
	top: 32px;
}

.page-content .gallery-images li a:hover i{
	display: block;
}

.page-content .gallery-images li span{
	width: 176px;
	margin-top: -6px;
	padding: 0 14px 14px;
	background-color: #f4f2ed;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	display: block;
}

.page-content .gallery-meta{
	margin-top: 15px;
	line-height: 15px;
	font-size: 10px;
	color: #777;
}

.page-content .gallery-meta span{
	display: block;
}

/* read more */

.page-content .read-more{
	margin-top: 6px;
	line-height: 15px;
	font-size: 10px;
}

.page-content .read-more a{
	background-image: url(lib/images/read-more.png);
	background-position: 100% 4px;
	padding-right: 11px;
	color: #777;
}

/* = Posts Page
---------------------------------------------------- */

.page.posts .page-title{
	margin-top: 10px;
	margin-bottom: 12px;
	line-height: 24px;
	font-size: 20px;
	color: #375f8f;
}

/* sticky */

.page.posts .sticky-posts .post{
	display: table;
	margin-top: 8px;
	width: 100%;
}

.page.posts .sticky-posts .post:first-child{
	margin-top: 0;
}

.page.posts .sticky-posts .post > div{
	vertical-align: middle;
	display: table-cell;
}

.page.posts .sticky-posts .post-image,
.page.posts .sticky-posts .post-text{
	padding: 3px 0;
	width: 47.6%;
}

.page.posts .sticky-posts .separator{
	width: 4.8%;
}

.page.posts .sticky-posts .post-image a,
.page.posts .sticky-posts .post-image img{
	display: block;
}

.page.posts .sticky-posts .separator span{
	width: 1px;
	height: 100%;
	background-color: #e0e0e0;
	position: absolute;
	display: block;
	bottom: 0;
	left: 49%;
	top: 0;
}

.page.posts .sticky-posts .post-meta{
	margin-bottom: 4px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	line-height: 14px;
	font-size: 10px;
	color: #777;
}

.page.posts .sticky-posts .post-meta a{
	color: inherit;
}

.page.posts .sticky-posts .post-title{
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 0;
}

.page.posts .sticky-posts .post-title a{
	color: inherit;
}

/* top panel */

.page.posts .top-panel{
	background-color: #f2f6fc;
	border: 1px solid #ddd;
	padding-right: 30px;
	margin-bottom: 25px;
	margin-top: 15px;
}

.page.posts .top-panel ul{
	margin: -1px 0 -1px -1px;
	padding-left: 0;
}

.page.posts .top-panel li{
	background-image: url(lib/images/front-top-panel.png);
	background-position: -16px 12px;
	padding-left: 2px;
	margin-bottom: 0;
	list-style: none;
	display: block;
	float: left;
}

.page.posts .top-panel li.active,
.page.posts .top-panel li.active + li,
.page.posts .top-panel li:first-child{
	background-image: none;
	padding-left: 0;
}

.page.posts .top-panel li a{
	font-size: 11px;
	text-transform: lowercase;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid transparent;
	padding: 6px 15px;
	display: block;
}

.page.posts .top-panel li.active a{
	background: rgb(205,219,242);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(223,232,247)), color-stop(100%, rgb(205,219,242)));
	background: -webkit-linear-gradient(top, rgb(223,232,247) 0%, rgb(205,219,242) 100%);
	background: -moz-linear-gradient(top, rgb(223,232,247) 0%, rgb(205,219,242) 100%);
	background: -ms-linear-gradient(top, rgb(223,232,247) 0%, rgb(205,219,242) 100%);
	background: -o-linear-gradient(top, rgb(223,232,247) 0%, rgb(205,219,242) 100%);
	background: linear-gradient(to bottom, rgb(223,232,247) 0%, rgb(205,219,242) 100%);
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);
	border-color: #cbd6e7 #cbd6e7 #b6c3d7;
	text-decoration: none;
	color: #222;
}

.page.posts .top-panel li i{
	width: 15px;
	height: 9px;
	margin-left: -7px;
	background-image: url(lib/images/front-top-panel.png);
	position: absolute;
	display: none;
	bottom: -8px;
	left: 50%;
}

.page.posts .top-panel li.active i{
	display: block;
}

.page.posts .top-panel a.rss{
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-image: url(lib/images/rss-icon.png);
	position: absolute;
	display: block;
	right: 5px;
	top: 50%;
}

/* list */

.page.posts .posts-list .post{
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}

.page.posts .posts-list .post:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.page.posts .posts-list .post-meta{
	margin-bottom: 8px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	line-height: 14px;
	font-size: 10px;
	color: #777;
}

.page.posts .posts-list .post-meta a{
	color: inherit;
}

.page.posts .posts-list .post-title{
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

.page.posts .posts-list .post-thumb{
	width: 125px;
	height: 84px;
	margin-right: 20px;
	background-position: center;
	background-size: cover;
	display: block;
	float: left;
	z-index: 2;
}

.page.posts .posts-list .post-thumb i{
	width: 55px;
	height: 55px;
	background-image: url(lib/images/hover-icons.png);
	background-position: -56px 0;
	position: absolute;
	display: block;
	left: 35px;
	top: 15px;
}

.page.posts .posts-list .post-thumb:hover i{
	background-position: -112px 0;
}

.page.posts .posts-list .post-excerpt{
	z-index: 1;
}

.page.posts .gallery-images{
	margin-top: 12px;
}

.page.posts .older-posts{
	font-size: 10px;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 20px 30px 10px 0;
	text-align: right;
}

.page.posts .older-posts a{
	display: inline-block;
	padding-right: 12px;
}

.page.posts .older-posts a i{
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #15447c;
	border-style: solid;
	position: absolute;
	display: block;
	right: 0;
	top: 6px;
}

.page.posts .no-results{
	margin-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
	font-size: 11px;
	color: #777;
}

/* = Single Post
---------------------------------------------------- */

.page.post .post-thumb{
	width: 620px;
	height: 290px;
	margin-bottom: 20px;
	background-position: center;
	background-size: cover;
	display: block;
}

.page.post .post-gallery{
	margin-bottom: 18px;
	margin-top: 20px;
}

.page.post .post-gallery h4{
	margin-bottom: 8px;
	font-weight: bold;
}

.page.post .post-gallery .author{
	float: left;
	margin-top: 3px;
	font-size: 10px;
	color: #777;
}

.page.post .post-gallery .read-more{
	float: right;
}

.page.post .post-video{
	margin-bottom: 18px;
}

.page.post .post-video h4{
	margin-bottom: 8px;
	font-weight: bold;
}

.page.post .wp-video br{
	display: none;
}

.page.post .mejs-container .mejs-inner{
	position: static;
}

/* = Galleries Page
---------------------------------------------------- */

.page.galleries .galleries-list{
	padding-left: 0;
}

.page.galleries .galleries-list li{
	min-height: 84px;
	list-style: none;
}

.page.galleries .galleries-list li{
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}

.page.galleries .galleries-list li:first-child{
	border-top: none;
	margin-top: 20px;
	padding-top: 0;
}

.page.galleries .galleries-list li .thumb{
	width: 125px;
	height: 84px;
	margin-right: 20px;
	background-position: center;
	display: block;
	float: left;
	z-index: 2;
}

.page.galleries .galleries-list li .text{
	z-index: 1;
}

.page.galleries .galleries-list li .date{
	margin-bottom: 4px;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
	font-size: 10px;
	color: #777;
}

.page.galleries .galleries-list li .title{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.page.galleries .galleries-list li .title a{
	color: inherit;
}

/* = Videos Page
---------------------------------------------------- */

.page.videos .videos-list{
	padding-left: 0;
}

.page.videos .videos-list li{
	min-height: 84px;
	list-style: none;
}

.page.videos .videos-list li{
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}

.page.videos .videos-list li:first-child{
	border-top: none;
	margin-top: 20px;
	padding-top: 0;
}

.page.videos .videos-list li .thumb{
	width: 125px;
	height: 84px;
	margin-right: 20px;
	background-position: center;
	display: block;
	float: left;
	z-index: 2;
}

.page.videos .videos-list li .text{
	z-index: 1;
}

.page.videos .videos-list li .date{
	margin-bottom: 4px;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
	font-size: 10px;
	color: #777;
}

.page.videos .videos-list li .title{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.page.videos .videos-list li .title a{
	color: inherit;
}

/* = Single Video
---------------------------------------------------- */

.page.video .wp-video br{
	display: none;
}

.page.video .mejs-container .mejs-inner{
	position: static;
}

.page.video .mejs-controls .mejs-offscreen{
	display: none;
}

/* = Default Page
---------------------------------------------------- */

.page.default .page-title{
	color: #15447c;
}

/* = Sidebars
---------------------------------------------------- */

.widget{
	background-color: #f6f8f7;
	margin-bottom: 20px;
	padding: 15px 20px;
	color: #444;
}

.widget-title{
	padding: 20px;
	margin: -15px -20px 15px;
	border-bottom: 1px solid #fff;
	background-color: #e9edf0;
	line-height: 20px;
	font-size: 16px;
	color: #375f8f;
	z-index: 1;
}

.widget-title i{
	width: 12px;
	height: 12px;
	background-image: url(lib/images/widget-arrow.png);
	position: absolute;
	display: block;
	bottom: -12px;
	left: 20px;
}

.widget p{
	margin-bottom: 10px;
}

.widget ul,
.widget ol{
	padding-left: 20px;
	margin: 10px 0;
}

.widget li{
	margin-bottom: 2px;
}

/* nav menu */

.widget_nav_menu ul{
	padding: 0;
	margin: 0;
}

.widget_nav_menu li{
	list-style: none;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 0;
}

.widget_nav_menu li:last-child{
	border-bottom: none;
}

.widget_nav_menu li a{
	padding: 5px 0;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.widget_nav_menu li a:hover,
.widget_nav_menu li.current-cat > a,
.widget_nav_menu li.current_page_item > a,
.widget_nav_menu li.current-menu-item > a{
	color: #15447c;
}

.widget_nav_menu li ul{
	border-top: 1px dashed #ddd;
	margin-bottom: 5px;
}

.widget_nav_menu li li{
	margin-left: 15px;
}

/* recent posts */

.widget_recent_entries ul{
	padding: 0;
	margin: 0;
}

.widget_recent_entries li{
	list-style: none;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 0;
}

.widget_recent_entries li:last-child{
	border-bottom: none;
}

.widget_recent_entries li a{
	padding: 5px 0;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.widget_recent_entries li a:hover{
	color: #15447c;
}

/* info box */

.info-box-widget{
	background: none;
	margin-bottom: 10px;
	padding: 0;
}

.info-box-widget a{
	padding: 12px 6px 12px 58px;
	border: 1px solid #dde1e6;
	text-decoration: none;
	display: block;
	color: #777;
}

.info-box-widget a:hover{
	border-color: #aaa;
}

.info-box-widget .widget-title{
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: none;
	line-height: 15px;
	font-size: 11px;
	color: inherit;
}

.info-box-widget .widget-title i{
	display: none;
}

.info-box-widget .highlight{
	color: #15447c;
	font-size: 13px;
	display: block;
}

.info-box-widget a:hover .highlight{
	color: #000;
}

.info-box-widget .image{
	width: 44px;
	height: 44px;
	background-image: url(lib/images/info-box-icons.png);
	background-position: center;
	position: absolute;
	display: block;
	left: 6px;
	top: 5px;
}

.info-box-widget .image.award { background-position: 0 0; }
.info-box-widget .image.chart { background-position: -45px 0; }
.info-box-widget .image.clock { background-position: -90px 0; }
.info-box-widget .image.emblem { background-position: -135px 0; }
.info-box-widget .image.franko-tv { background-position: -180px 0; }
.info-box-widget .image.globe { background-position: 0 -45px; }
.info-box-widget .image.hammer { background-position: -45px -45px; }
.info-box-widget .image.hotline { background-position: -90px -45px; }
.info-box-widget .image.key { background-position: -135px -45px; }
.info-box-widget .image.music { background-position: -180px -45px; }
.info-box-widget .image.orders { background-position: 0 -90px; }
.info-box-widget .image.pen { background-position: -45px -90px; }
.info-box-widget .image.periodicals { background-position: -90px -90px; }
.info-box-widget .image.phone { background-position: -135px -90px; }
.info-box-widget .image.photo { background-position: -180px -90px; }
.info-box-widget .image.profile { background-position: 0 -135px; }
.info-box-widget .image.resources { background-position: -45px -135px; }
.info-box-widget .image.sports { background-position: -90px -135px; }
.info-box-widget .image.stop { background-position: -135px -135px; }
.info-box-widget .image.talent { background-position: -180px -135px; }
.info-box-widget .image.testing { background-position: 0 -180px; }
.info-box-widget .image.video { background-position: -45px -180px; }

/* = Pagination
---------------------------------------------------- */

.pagination{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

.pagination a,
.pagination span{
	display: inline-block;
	margin: 0 1px;
	padding: 1px;
}

/* = toTop Button
---------------------------------------------------- */

#toTop,
#toTopHover{
	width: 30px;
	height: 30px;
	background-image: url(lib/images/totop.png);
	overflow: hidden;
}

#toTop{
	z-index: 200;
	text-indent: 100%;
	text-decoration: none;
	background-position: left top;
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
}

#toTopHover{
	opacity: 0;
	filter: alpha(opacity=0);
	background-position: left bottom;
	display: block;
	float: left;
}

/* = Site Footer
---------------------------------------------------- */

.site-footer{
	color: #777;
	font-size: 11px;
	line-height: 13px;
	z-index: 20;
}

.site-footer a{
	color: #777;
}

.site-footer a:hover{
	text-decoration: none;
	color: #15447c;
}

.site-footer-top{
	border-top: 1px solid #dde1e6;
	background-color: #e9eef6;
}

.site-footer-top-inner{
	padding: 18px 0;
}

.site-footer-top .bottom-menu{
	font-size: 0;
	float: left;
	z-index: 2;
}

.site-footer-top .bottom-menu li{
	font-size: 11px;
	margin-left: 4px;
	padding-left: 4px;
	border-left: 1px solid #777;
	display: inline-block;
	list-style: none;
	float: left;
}

.site-footer-top .bottom-menu li:first-child{
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.site-footer-top .bottom-menu li a{
	text-transform: lowercase;
	display: inline-block;
	padding: 0 2px;
}

.site-footer-top .copyrights{
	float: right;
	z-index: 2;
}