/*
Theme Name: EDU  - Educational & Courses site template
Theme URI: http://www.ansonika.com/edu/
Description: EDU  - Educational & Courses site template is created by <a href="http://www.ansonika.com">Ansonika</a>.
Version: 1.2.0
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2.  PAGES AND CONTENT
3. COMMON
4. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
body {
	background:#ffffff repeat;
	font:13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased !important;	
}
/** Typography **/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: #457182;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}
h2 {
  font-size: 20px;
   line-height:36px;
}
h3 {
  font-size: 16px;
  line-height:28px;
}
h4 {
  font-size: 14px;
  ine-height:22px;
}
h5 {
  font-size: 14px;
  line-height:14px;
}
h6 {
  
	padding: 5px;
	margin:0px 0px 0px 0px; 
border: 1px solid #eee; 
border-radius: 3px; 
box-sizing: border-box;  
background: #457182; 
text-align: center; 
font-size: 13px; 
color: #fff;
}

p {
  margin: 0 0 15px 0;
}
.col-right p {
  margin: 0 0 10px 0;
 font-size: 14px;
 font-family: Arial,Helvetica,sans-serif;
 color: #000000;
 text-align: justify;
}

.col-right ol {
	font-size: 14px;
	color: #000000;
	padding-left: 40px;
	text-align: justify;
}
.col-right ul {
	font-size: 14px;
	color: #000000;
	padding-left: 20px;
	font-style: italic;
	text-align: justify;
}

/** Lists **/

ul,
ol {
  padding: 0;
  margin: 0 0 0;
  list-style:none;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.submenu-col li.leaf{
	
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

iframe {
	min-width:66%;
	мах-width:100%;
	}

/** Links color **/
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
/** Forms **/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
   box-shadow:0 0 8px #e3e3e3 inset;
   -webkit-shadow:0 0 8px #e3e3e3 inset;
   -moz-shadow:0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  margin-bottom:20px;
}

.ie7 input.ie7-margin {
	margin-left:-30px;
}


select {
margin-bottom:20px;
}
input.dateinput {
	width:100%;
}
input#email_newsletter, .form-search input {
	margin-bottom:0;
}
label {
  display: block;
  margin-bottom: 5px;
  font-size:12px;
  font-weight:600;
}
.breadcrumb {
  margin: -15px 0 20px -15px;
  list-style: none;
  background:none;
}
/** Buttons **/
.twitter, .fb {
	position: relative;	
	height: 32px; 
	width: 157px; 
	display: block;
	background: url(../img/twitter_btn.png) no-repeat;
	margin-top:15px;
}

.fb {
	width: 157px; 
	background: url(../img/fb_btn.png) no-repeat; 	
}
.twitter:active, .fb:active {top: 1px;}
.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}
.twitter a, .fb a {
	padding: 5px 0 0 15px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 12px; 
	height: 32px; 
	display: block;
	line-height:23px;
}
.fb a {padding: 5px 0 0 20px; }
.twitter, .fb {
	display: inline-block;
}
.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}
a.button_medium, .button_medium, .megamenu > li .drop-down-container a.button_medium {
	border:none;
	background:#099ad1;
	color:#fff!important;
	padding:7px 12px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease; 
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button_medium:hover, .button_medium:hover, .megamenu > li .drop-down-container  a.button_medium:hover {background:#333;}

a.button_large, .button_large, .megamenu > li .megamenu_fullwidth a.button_large {
	border:none;
	background:#099ad1;
	color:#FFF;
	padding:8px 30px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
}

a.button_large:hover, .button_large:hover, .megamenu > li .drop-down-container  a.button_large:hover {background:#333;}

a.button_red_medium, .button_red_medium, .megamenu > li .drop-down-container  a.button_red_medium {
	border:none;
	background:#ff6666;
	color:#fff;
	padding:7px 12px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button_red_medium:hover, .button_red_medium:hover, .megamenu > li .drop-down-container  a.button_red_medium:hover {background:#333;}

.button_red_small, a.button_red_small, .megamenu > li .drop-down-container  a.button_red_small {
	border:none;
	background:#ff6666;
	color:#fff;
	padding:2px 8px;
	margin-bottom:15px; 
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
}
.button_red_small:hover, a.button_red_small:hover, .megamenu > li .drop-down-container  a.button_red_small:hover {background:#099ad1;}
.button-align {text-align:right; padding-top:25px;}
.button-align-2 { float:right; margin-top:-30px;}

/* #Site Header
================================================ */
header{
	background-color:#2d343e;
	padding:8px 0;
}
#menu-top{
	float:right;
	color:#d0dbeb;
	font-size:11px;
	margin-right:30px;
	margin-top:5px;
}
#menu-top ul li{
	display:inline-block;
	zoom: 1; *display: inline;
}
#menu-top ul li a {
	color:#d0dbeb;
}

.ie7 #menu-top ul li a {
	color:#d0dbeb;
	margin-left:5px;
}
nav{
	width:100%;
	background:#0099cc;
	/* Old browsers */
	background:#0099cc -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* FF3.6+*/
	background:#0099cc -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
	/* Chrome,Safari4+*/
	background:#0099cc -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Chrome10+,Safari5.1+*/
	background:#0099cc -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* Opera11.10+*/
	background:#0099cc -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	/* IE10+*/
	background:#0099cc linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	color:#fff;
	margin-bottom: 20px;
}
#phone {
	background:url(../img/icon-phone.png) no-repeat center right;
	padding-right:46px;
	text-align:right;
	float:right;
	font-size:12px;
	color: #fff;
	margin-top:5px;
}
#phone strong {
	font-size:18px;
	color: #66cccc;
	font-weight:700;
	display:block;
}
/* #Site Footer
================================================ */
footer {
	background: url(/sites/all/themes/EDU/css/images/main.png) repeat;
	color:#666;
	border-top: 1px solid #e0eaf0;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
margin-top: 25px;
}
#brand-footer {
	text-align:center;
}

#contacts-footer ul {
	list-style:none; 
	margin-left:0;
}
#contacts-footer ul li {
	line-height:25px;
        list-style: none;
}
#quick-links ul {
	list-style:none; 
	margin-left:0;
}
#quick-links ul li {
	background:url(../img/arrow-gray.png) left center no-repeat;
	padding-left:15px;
        list-style: none; 
}

/*============================================================================================*/
/* 2. PAGES AND CONTENT */
/*============================================================================================*/

/* #Homepage
================================================ */
#main-boxes {
	margin-top:-35px;
	position:relative;
	z-index:1;
	margin-bottom:35px;
}
.feat h3{
	text-shadow: 1px 2px 0px rgba(255,255,255,1);
}
/* #Sliders */
#static-image {
	width:100%;
	max-width:100%;
	margin-top:-20px;
	text-align:center;
	background-color:#0099cc;
}

.feat {
	padding-left:60px;
	position:relative;
	margin-bottom:20px;
}
.feat.last {
	margin-bottom:0px;
}
.feat i {
	color:#F66;
	left:0; 
	position:absolute;
}
/* #Courses
================================================ */
.col-left {
	padding:30px 30px 15px 30px;
	background-color:#fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:30px;
	position:relative;
}
.col-right{
	padding:0px 10px 30px 10px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:0px;
	position:relative;
	margin-top: 10px;
}
.col-left h3, .widget h4, .col-left h2 {
	text-transform:uppercase;
	font-size:14px;
	color:#bbbbbb;
	margin:0 0 15px 0;
	padding:0;
	line-height:17px;
}
ul.submenu-col {
	list-style:none;
	margin:0;
	padding:0;
	font-weight:700;
	font-size:14px;
}
ul.submenu-col li a {
	text-decoration:none;
	padding: 4px 10px;
	display:block;
	margin-bottom:3px;
}
ul.submenu-col li a#active{
	background:#099ad1 url(../img/arrow.png) no-repeat  96% center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
}
ul.submenu-col li.active-trail  {
	background:#099ad1 url(../img/arrow.png) no-repeat  96% center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.submenu-col li a.new{
	background: url(../img/new.png) no-repeat  60% center;
}
ul.submenu-col li a.active:hover{
	background:#099ad1 url(../img/arrow.png) no-repeat  96% center;
	color:#fff;
} 
ul.submenu-col li:hover {
	background:#efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#326e99;
}
.strip-courses{
	background:#eaf9ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#395070;
	margin-bottom:30px;
}
.strip-courses.gray{
	background:#f8f8f8;
}
.title-course{
	background:#2d343e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	position:relative;
}
.title-course h3{
	font-size: 18px;
	padding: 3px 0 3px 15px;
	color:#fff;
	margin:0;
}
.title-course ul{
	position:absolute;
	color:#fff;
	right:15px;
	top:7px;
}
.title-course ul li{
	display:inline-block;
	font-weight:600;
	margin-left:15px;
	zoom: 1; *display: inline;
}
.strip-courses .description{
	padding:15px;
}
.strip-courses .description ul{
	margin:0;
	padding:0;
}
.strip-courses .description ul li{
	display: inline-block;
	font-weight:600;
	margin-right:8px;
	padding-right:8px;
	border-right: 1px solid #ccc;
	line-height:16px;
	zoom: 1; *display: inline;
}
.strip-courses .description ul li.online{
	color:#ff6666;
}
.strip-courses .description ul li:last-child{
	border-right: none;
}

.box-style-one {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eaf9ff;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}
.box-style-one img{
	margin: 30px 0 15px 0;
}
.box-style-one img.picture{
	margin: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.view-lessons .box-style-one img{
	margin: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.box-style-one h5{
	background:#2d343e;
	bottom:0;
	left:0;
	padding:4px 0;
	color:#eaf9ff;
	text-transform:uppercase;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.strip-lessons{
	border-bottom: 1px solid #eeeeee;
	margin-bottom:30px;
	padding-bottom:10px;
}
ul.data-lessons {
	margin-left:0;
	padding-left:0;
}
ul.data-lessons li{
	display:inline-block;
	margin-right:8px;
	padding-right:8px;
	border-right: 1px solid #ccc;
	line-height:16px;
	zoom: 1; *display: inline;
}
ul.data-lessons  li:last-child{
	border-right: none;
}
/* #Staff
================================================ */
.strip-staff{
	border-bottom: 1px solid #eeeeee;
	margin-bottom:25px;
	padding-bottom:25px;
}
.strip-staff .pic-teacher{
	position:relative;
	margin-bottom:15px;
}
.strip-staff h4 em {
	display:block;
	font-weight:normal;
	color:#777;
	font-size:12px;
}
ul.data-staff {
	margin-left:0;
	padding-left:0;
}
ul.data-staff li{
	font-weight:700;
	display:inline-block;
	margin-right:3px;
	padding:8px 12px;
	background-color:#f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	zoom: 1; *display: inline;
}
ul.data-staff li i{
	margin:auto;
}

ul.data-staff li a:hover{
	text-decoration:none;
}

/* #News and event
================================================ */
.news-strip ul{
	margin:0;
	padding:0;
}
.news-strip ul li{
	cursor:pointer;
	list-style:none;
	margin:0;
	padding:0;
	padding: 20px 0 0 0;
	margin-bottom:-15px;
        border-bottom: 1px #e7e7e7 dotted;
}

.news-strip-sb ul li{
	cursor:pointer;
	list-style:none;
	margin:0;
	padding:0;
	padding: 0 0 0 0;
	margin-bottom:15px;
}

.news-strip ul li a{
	text-decoration:none;
}
.news-strip ul li:hover{
	background-color:#eaf9ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.date-news {
	float:left;
	background:#f8f8f8;
	text-align:center;
	width:80px;
	height:60px;
	padding-top:20px;
	color:#999;
	font-size:12px;
	border:1px solid #fff;
	font-weight:700;
	 -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
	box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	text-shadow: -1px -1px 0px rgba(255,255,255,1);
	margin:5px 15px 10px 10px;
}
.date-news-sb {
	float:left;
	background:#f8f8f8;
	text-align:center;
	width:80px;
	height:60px;
	padding-top:20px;
	color:#999;
	font-size:12px;
	border:1px solid #fff;
	font-weight:700;
	 -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
	box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	text-shadow: -1px -1px 0px rgba(255,255,255,1);
	margin:5px 15px 10px 81px;
}
.date-news strong {
	display:block;
	font-size:24px;
	color:#333;
}
/* #Blog
================================================ */
.tags a {
	display:inline-block;
	margin:5px 14px 10px 0;
	height:33px;
	line-height:33px;
	background: #ededed url(../img/tag_bg.png) no-repeat 91% center;
	padding:0 28px 0 11px;
	color:#646464;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease;
}
.tags a:hover {
	background-color:#099ad1;
	color:#fff;
	text-decoration:none;
}

ul.recent_post li, ul.latest_news li {
	padding:0 0 8px 0;
	margin-bottom:15px;
	border-bottom:1px #e7e7e7 dotted;
	color:#313131;
	list-style:none;
	line-height:18px;
	padding-bottom:15px;
	color:#888;
	font-style:italic;
}
ul.recent_post li div, ul.latest_news li div {
	font-weight:500;
	padding-left:0px;
	font-style:normal;
}
ul.recent_post li:last-child, ul.latest_news li:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.post {
	margin-bottom:45px;
}
.post img {
	margin-bottom:18px;
}
.post h2 {
	font-size:36px;
	line-height:36px;
}
.post_info {
	padding:10px 0;
	border-bottom:1px #e7e7e7 solid;
	border-top:1px #e7e7e7 solid;
	margin-bottom:12px;
	color:#555;
}
.post_info span {
	color:#ff6666;
}
.post img {border-radius:5px;
}
.post-left {float:left;
}
.post-left ul li {
	float:left;
	margin-right:10px;
	list-style:none;
}
.post-right {float:right;
}
#comments {
	padding:10px 0 0px 0;
	margin-bottom:15px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.comment_right {display:table;	}
.comment_info {padding-bottom:7px;}
.comment_info span {padding:0 12px;}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
/*============================================================================================*/
/* 3. COMMON */
/*============================================================================================*/
.add-bottom-20 {margin-bottom:30px;}
#toTop {width:100px;border:1px solid #ccc;background:#f7f7f7;text-align:center;padding:5px;position:fixed; bottom:10px;right:10px;cursor:pointer; display:none;color:#333;font-size:11px;}

hr.double {
  margin: 10px 0 20px 0;
  border: 0;
  border-top: 1px solid #cedee7;
  border-bottom: 1px solid #ffffff;
}
ul.list_1, ul.list_2, ul.list_3, ul.list_4{ padding-bottom:15px;}
ul.list_1 li{background:url(../img/tick_1.png) no-repeat left 3px;line-height:18px;padding-left:20px;}
ul.list_2 li{background:url(../img/arrow_2.png) no-repeat 3px 5px;line-height:18px;padding-left:20px;}
ul.list_3 li{background:url(../img/arrow_3.png) no-repeat 5px 7px;line-height:18px;padding-left:20px;}
ul.list_4 li{background:url(../img/arrow_4.png) no-repeat 4px 6px;line-height:18px;padding-left:20px;}

.borders:after,
.borders:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -2px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #e2e2e2;
  border-top: 0;
}
.borders:before {
  bottom: -4px;
  left: 6px;
  right: 6px;
}
.box-style-1{
	padding:30px 30px 10px 30px;  
	background: #eaf9ff; 
	box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35); 
	border:1px solid #fff; 
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#2e415c;
	position:relative;
}
.box-style-1.ribbon{
	background: #eaf9ff url(../img/sticker-1.png) no-repeat top right;
}
.box-style-2 a  {
	color:#fff;
	display:block;
	font-size:14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3); 
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
  	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease; 
	-webkit-transition: background .8s ease; 
	-moz-transition: background .8s ease;
	margin-bottom:15px;
	background: #0099cc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.box-style-2 img {
	 float:right; margin: 0 0 15px 20px
}
.box-style-2 h3 {
	color: #FF9;
	font-size:28px;
}
.box-style-2.green a:hover  {
	background: #669933;
}
.box-style-2.orange a:hover  {
	background: #F60;
}
.box-style-2.red a:hover  {
	background: #ff6666;
}
/* #Table style*/
.table-bordered thead tr {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dadada));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
  background-image: -o-linear-gradient(top, #eeeeee, #dadada);
  background-image: linear-gradient(to bottom, #eeeeee, #dadada);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
}
.table-bordered thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead tr th:first-child {
  border-left-color: #CCC;
}
.table-bordered thead tr th:last-child {
  border-right: none;
}
.table-bordered tbody tr:first-child td {
  border-top-color: #CCC;
}
.table-bordered tbody tr td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
  border-right: none;
}
.table-bordered thead tr {
  background: #EEE;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* W3C */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
}
.table-bordered thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead th:first-child {
  border-left-color: #CCC;
}
.table-bordered thead th:last-child {
  border-right: none;
}
.table-bordered tbody td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
  border-right: none;
}

#message-newsletter, #message-visit, #message-contact { margin: 10px 0; padding: 0;}
.error_message { display: inline-block; background: #ed1c24; padding: 5px; color:#fff;}
.loader { padding: 0 10px; }
#success_page { background: #66cc00; padding: 5px;  color:#fff; display: inline-block; }
span.required{ font-size: 13px; color: #ff6666; } /* Select the colour of the * if the field is required. */

.main-img { 
	margin:-30px -30px 30px -30px; 
	overflow:hidden;
	position:relative;
}
.main-img p.lead,
 .main-img .lead{
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	opacity:0.7;
	position: absolute;
	bottom:-25px;
	padding:15px 20px;
	color:#fff;
	line-height:24px;
	width:100%;
}
.main-img img {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/* javascripts */
a.accrodian-trigger { display:block; margin:5px 0; background: #f5f5f5 url(../img/plus.png) no-repeat center right; cursor:pointer ; font-size:16px;padding:5px 15px ; line-height:32px; transition: background .5s ease;margin-bottom:5px;}
a.accrodian-trigger:hover{ text-decoration:none; background:#099ad1 url(../img/plus.png) no-repeat center right; color:#fff;}
 a.accrodian-trigger:focus  { text-decoration:none; background:#099ad1 url(../img/minus.png) no-repeat center right; color:#fff;}
.accrodian-data { padding:0 15px;}
.togglehandle { background: #f5f5f5 url(../img/plus.png) no-repeat center right; padding:8px 15px ; border:1px solid #D6D4CB; cursor:pointer; display:block; margin-bottom:5px; font-size:16px;}
.toggledata { padding:0 15px;}

/* messages */
.errormsg, .alertmsg, .successmsg, .infomsg, .infomsg2 { display: block; margin: 20px 0; padding: 15px 8px 15px 15px; position: relative; color:#666666!Important; }
.alert i { float:left; line-height:22px;}
.errormsg { background-color: #FCCAC1;  border: 1px solid #E18B7C; }
.errormsg i {color:#E18B7C; }
.alertmsg { background-color: #FFE9AD; border: 1px solid #EAC572;}
.alertmsg i{color:#EAC572;}
.successmsg { background-color: #EFFEB9;  border: 1px solid #C1D779; }
.successmsg i{ color:#C1D779}
.infomsg { background-color: #DEEEFA;border: 1px solid #AFD3F2; }
.infomsg i { color: #AFD3F2; }
.infomsg2 { background-color: #FFFFFF; border: 1px solid #AFD3F2; }
a.clostalert { background: url("../img/messages.png") no-repeat scroll 0 -310px transparent; cursor: pointer; height: 15px; overflow: hidden; position: absolute; right: 5px; text-indent: 9999px; top: 5px; width: 15px; }

/* tabs */
.tab-content {
  overflow: auto;
  margin-bottom:20px;
}

/* #ie10 BORDER RADIUS FIXED*/
.ie10 .col-left, .ie10 .col-right, .ie10 ul.submenu-col li a#active, .ie10 .strip-courses, .ie10 .title-course, .ie10 .box-style-one, .ie10 .box-style-one img.picture, .ie10 .box-style-one h5, .ie10 ul.data-staff li, .ie10 .news-strip ul li:hover, .ie10 .date-news, .tags a, .ie10 .post img, .ie10 .avatar img, .ie10 .box-style-1, .ie10 .main-img img, .ie10 a.button_medium, .ie10 .button_medium, .ie10 .megamenu > li .drop-down-container a.button_medium, .ie10 a.button_large, .button_large, .ie10 .megamenu > li .drop-down-container a.button_large, .ie10 a.button_red_medium, .ie10 .button_red_medium, .ie10 .megamenu > li .drop-down-container a.button_red_medium, .ie10 .button_red_small, .ie10 a.button_red_small, .ie10 .megamenu > li .drop-down-container a.button_red_small, .ie10 .img-rounded, .ie10 .megamenu > li .drop-down-container, .ie10 .drop-down-container ul.tabs a, .ie10 .
-container#icon-menu a, .ie10 .box-style-1, .ie10 .box-style-2 a   {border-radius: 0;}

.ie10 select,
.ie10 textarea,
.ie10 input[type="text"],
.ie10 input[type="password"],
.ie10 input[type="datetime"],
.ie10 input[type="datetime-local"],
.ie10 input[type="date"],
.ie10 input[type="month"],
.ie10 input[type="time"],
.ie10 input[type="week"],
.ie10 input[type="number"],
.ie10 input[type="email"],
.ie10 input[type="url"],
.ie10 input[type="search"],
.ie10 input[type="tel"],
.ie10 input[type="color"],
.ie10 .uneditable-input {border-radius: 0;}
/*============================================================================================*/
/* 3. MEDIA QUERIES */
/*============================================================================================*/
@media (min-width: 768px) and (max-width: 1200px) {
	input#email_newsletter, .form-search input  {
	margin-bottom:5px;
}
	}
@media (min-width: 768px) and (max-width: 979px) {
	.box-style-2 img {
	 float:none; margin: auto;
	 margin-bottom:20px;
	 display:block;
}
.box-style-2.green a  {
	background: #669933;
}
.box-style-2.orange a  {
	background: #fab90c;
}
.box-style-2.red a  {
	background: #ff6666;
}
.box-style-2.green a:hover, .box-style-2.orange a:hover, .box-style-2.red a:hover {
	background:#2d343e ; 
}
input.dateinput {
	width:70%;
}
.post-right {float:left;}

.feat {
	padding-left:0;
}
.feat i {
	position:relative;
	padding-bottom:15px;
	top:0; 
	left:0;
	display:block;
}
.strip-courses .button_medium.button-align-2{float:none; margin-top:15px;}
}

/* From tablet portrait to mobile */
@media (max-width: 767px) {
#logo img  {
	visibility:hidden;
	display:none;
}	
#main-boxes {
	margin-top:30px;banner
}
.post-right {float:left;}
#logo {
		text-align:center;
		background: url(../img/logo-mobile.png) center top no-repeat;
		height:45px;
		margin-bottom:10px;
}
 #menu-top {
		text-align:center;
		float:none;
		margin:0;
}	
header {
	margin-left:-20px;
	margin-right:-20px;
}
nav, footer, #features{
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px;
}	
.twitter, .fb {
	margin-bottom:25px;
}
.button-align {text-align:left; padding-top:0;}
.strip-staff .pic-teacher{
	width:60%;
	height:auto;
}
.strip-courses .button_medium.button-align-2{float:none; margin-top:15px;}
}	

/* Mobile portrait */
@media (max-width: 480px) {
	#logo {
		text-align:center;
		background: url(../img/logo-mobile.png) center top no-repeat;
		height:45px;
		margin-bottom:10px;
}
	.title-course ul{
	position:relative;
	color:#fff;
	right: 0;
	left:0;
	top:0;
	padding:0;
	margin:0;
	padding-bottom:15px;
}
.title-course ul li{padding:0;}

.strip-courses .button_medium.button-align-2{float:none; margin-top:15px;}

}

#views-exposed-form-blog-page-1 .views-exposed-form .views-exposed-widget,
#views-exposed-form-news-events-page-news-events .views-exposed-form .views-exposed-widget {
	padding:0;
}
#views-exposed-form-blog-page-1 .views-exposed-form .views-exposed-widget .form-submit,
#views-exposed-form-news-events-page-news-events .views-exposed-form .views-exposed-widget .form-submit{
	margin-top:0;
	background: none repeat scroll 0 0 #099AD1;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 7px 12px;
    text-decoration: none;
    transition: background 0.5s ease 0s;
	line-height:20px!important;
	margin:2px 0 0 5px;;
}
#views-exposed-form-blog-page-1 .views-exposed-form .views-exposed-widget .form-submit:hover,
#views-exposed-form-news-events-page-news-events .views-exposed-form .views-exposed-widget .form-submit:hover{
    background: none repeat scroll 0 0 #333333;
}
.field-name-field-tags-link .field-items .field-item{
	width:auto;
	float: left;
	padding-left:5px;
}
.view-tags{
	overflow: hidden;
    position: relative;
}
.view-tags .view-content .views-field{
	width:auto;
	float:left;

}
.post-left div{
	display: inline;
}
.post-left i,
.post-left div i{
	margin-left: 5px;
}
.post-left div .field-name-field-tags-link{
	float:right;
}
.page-all-courses .view-courses .views-row-even{
	background: none repeat scroll 0 0 #F8F8F8;
}

.item-list  .pager .pager-first,
.item-list  .pager .pager-last{
	display:none;
}
.item-list  .pager li{
	padding:0;
	margin: 0;
	background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline-block;
    padding: 5px 14px;
}
.item-list  .pager li a{
	border-radius: 0;
	background-color: #FFFFFF;
    border: none;
    display: inline-block;
    padding: 0;
}
.item-list  .pager .pager-current,
.item-list  .pager li:hover,
.item-list  .pager li a:hover{
 background-color: #F5F5F5
}
.views-field-view-node .button_medium a{
	color:#ffffff;
}
.views-field-view-node .button_medium a:hover{
		color:#ffffff;
		text-decoration:none;
}

#views-exposed-form-news-events-page-news-events{
	border-bottom: 1px dotted #E7E7E7;
}
.webform-client-form .webform-component-textfield input{
	width:256px;
}
.webform-client-form .webform-component-select select{
	width:268px;
}
.webform-client-form .webform-component-textfield,
.webform-client-form .webform-component-date{
	width:50%;
	float:left;
}
.webform-client-form .form-actions{
	background-color: #ffffff;
    border-top: none;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 0px; 
}
.webform-client-form  .webform-component-textarea{
	width:556px;
}
.webform-client-form #edit-actions{
	width:536px;
}
.webform-client-form #edit-actions input{
	float:right;
}
.webform-client-form .form-actions .form-submit{
	background: none repeat scroll 0 0 #099AD1;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    padding: 7px 12px;
    text-decoration: none;
    transition: background 0.5s ease 0s;
	margin-left: -20px;
}

.webform-client-form .form-actions .form-submit:hover{
    background: none repeat scroll 0 0 #333333;
}

.webform-container-inline.webform-datepicker  div.form-item.form-type-select {
    display: none;
}
#webform-client-form-8{
	border-bottom: 1px dotted #E7E7E7;
}
.page-node-5 h2{
 font-size: 18px;
}
ul.submenu-col li.leaf{
	list-style-image:none;
    list-style-type: none;
}

.breadcrumb .last{
	color:#999999;
}
.breadcrumb .delimiter{
	color: #CCCCCC;
    padding: 0 5px;
}

/*============================================================================================*/
/* МЕДИАЛЕНТА */
/*============================================================================================*/

.group-text { 
    float: left;
    margin: 0px;
}

.group-lenta  { 
    background-color: #f6f6f2;
    border: 1px solid #f9f9f9;
    float: right;
    margin: 0 0 10px 10px;
    padding: 15px 20px;
    width: 240px;
}
.group-medialenta
{
float: right;
margin-left:20px;
width: 270px;
}

.group-medialenta ul li {list-style:none;}

.group-medialenta ul  {
	list-style:none;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	padding-left: 0px;
	}


.group-medialenta .field
{
    margin-bottom:10px;
}

.group-medialenta .field-group-format-wrapper > div
{
    margin-bottom:10px;
}

.field-name-field-illustr .field-item
{
    margin-bottom:15px;
}

.field-name-field-illustr-link .field-item
{
    margin-bottom:15px;
}

.field-name-field-audio .field-item
{
    margin-bottom:15px;
}

.field-name-field-audo-v-text .field-item
{
    margin-bottom:15px;
}


.field-name-field-illustr .media-description
{
color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	width: 270px;
	display: block;
	font-style: italic;	
}

.field-name-field-illustr-link .media-description
{
	color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	width: 270px;
	display: block;
	font-style: italic;
}

.field-name-field-audio .media-description
{
	color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	width: 270px;
	display: block;
	font-style: italic;
}

.field-name-field-audo-v-text .media-description
{
	color: #666;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	width: 270px;
	display: block;
	font-style: italic;
}

.field-name-field-illustr .media-author, .field-name-field-illustr .media-sources
{
	display: block;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	width: 270px;
	display: block;
	font-style: italic;
}

.field-name-field-illustr-link .media-author, .field-name-field-illustr .media-sources
{
	display: block;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	width: 270px;
	display: block;
	font-style: italic;
}

.field-name-field-audio .media-author, .field-name-field-illustr .media-sources
{
	display: block;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	width: 270px;
	display: block;
	font-style: italic;
}

.field-name-field-audo-v-text .media-author, .field-name-field-illustr .media-sources
{
	display: block;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	width: 270px;
	display: block;
	font-style: italic;}



/*============================================================================================*/
/* Дата  */
/*============================================================================================*/

.color-data
{
    color: #ff6666;
}

.data-front {
padding-top: 20px;
padding-bottom: 10px;}

/*============================================================================================*/
/* Подпись для image field caption */
/*============================================================================================*/
p.image-field-caption {
 margin: -5px 5px 15px 5px;
 font:11px/16px Arial, Tahoma, sans-serif;
 color: #555;
 text-align: left;
 font-style: italic;
 font-weight: 900;
}

/*============================================================================================*/
/* Подпись для image formatter caption */
/*============================================================================================*/
.imgcaption {
 margin: -5px 5px 15px 5px;
 font:11px/16px Arial, Tahoma, sans-serif;
 color: #555;
 text-align: left;
 font-style: italic;
 font-weight: 900;
}

/*============================================================================================*/
/* Библиографические сведения */
/*============================================================================================*/

.bibliosvedenia {
  padding:10px 8.7px 10px 8.7px;
  background-color: #FAFAFA;
  border: 1px solid #e0eaf0;
  margin:  0px 0 15px 0;
  width: 98%;
}

.bscolor {
  color: #000000;
}

.bsmargin {
margin-top: 10px;
}

/*============================================================================================*/
/* Библиографические сведения объект на карте*/
/*============================================================================================*/
.bibliomap:empty{
    border:none;
    margin:none;
    padding:none;
}
.bibliomap {
  padding:10px 8.7px 10px 8.7px;
  background-color: #FAFAFA;
  border: 1px solid #e0eaf0;
  margin:  0px 0 15px 0;
  width: 100%;
}
.field-name-field-map-objekt {
    float: left;
    max-width: 64%;
}
/*============================================================================================*/
/* Текст к карте в блок */
/*============================================================================================*/

.maptext {
  padding:10px 8.7px 10px 8.7px;
  background: url(/sites/all/themes/EDU/css/images/main.png) repeat;
  border: 1px solid #e0eaf0;
  margin:  -10px 0 15px 0;
  width: auto;
}

.maptext-sb {
  padding:10px 8.7px 10px 8.7px;
  background: url(/sites/all/themes/EDU/css/images/main.png) repeat;
  border: 1px solid #e0eaf0;
  margin:  -10px 0 15px 0;
  width: 93%;
}
.featmap i {
color: #F66;
left: 0;
position: relative;
}

/*============================================================================================*/
/* Отступ для Яндекса */
/*============================================================================================*/

.region-sidebar-banner {
margin-top: 0px;
}

/*============================================================================================*/
/* Отступ для контента  */
/*============================================================================================*/

.region-content {
margin: 0px -10px 0px -10px;
}

/*============================================================================================*/
/* Подпись Youtube  */
/*============================================================================================*/

.video-embed-description {
        color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	width: 270px;
	display: block;
	font-style: italic;
        margin-bottom: 15px;
}

/*============================================================================================*/
/* Аудио дорожка в ленте  */
/*============================================================================================*/

.jwplayer-video {
margin-bottom: 10px;
}

/*============================================================================================*/
/* Анонсы на главной  */
/*============================================================================================*/

.view-fluid-grid {
  margin-top:10px;
  margin-bottom:10px;
  background-color: #FAFAFA;
  border: 1px solid #e0eaf0;
}

.ul.views-fluid-grid-items-height-250 {
  background-color: #FAFAFA;
}

li.views-fluid-grid-item {
  background-color: #FAFAFA;
}

/*============================================================================================*/
/* Произвольный отступ сверху  */
/*============================================================================================*/

.margintop {
	margin-top: 10px;
}

/*============================================================================================*/
/* Оступ абзацев в таблице  */
/*============================================================================================*/

.col-right table p {
	padding: 5px;
	
}

/*============================================================================================*/
/* Рамка карты  */
/*============================================================================================*/

.view-irkipedia-map {
	border-top: 1px solid #e0eaf0;
border-left: 1px solid #e0eaf0;
border-right: 1px solid #e0eaf0;
}

/*============================================================================================*/
/* Блок в сайдбаре  */
/*============================================================================================*/

.col-left-sb {
	padding:10px 15px 10px 10px;
	background: url(/sites/all/themes/EDU/css/images/main.png) repeat;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}


/*============================================================================================*/
/* Галлерея  */
/*============================================================================================*/

.col-right .juicebox-container p
{
	color:#FFFFFF;
}

.juicebox-parent {
	clear:both
}

.field-item .juicebox-container p {
float: left;
margin: 0 10px;

}

/*============================================================================================*/
/* Иркипедия на карте   */
/*============================================================================================*/
.view-irkipedia-map {
  padding: 3px 0px 0px 0px;
  margin: 0;
}
.view-irkipedia-map h2.block-title {
  float: left;
  color: #fff;
  margin: 0px 20px 0px 0;
  padding: 13px 20px 13px 0;
  position: relative;
  background: #00bff3;
  border-right: 1px solid #6edbf8;
}
.view-irkipedia-map h2.block-title:after,
.view-irkipedia-map h2.block-title:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  background: none;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.view-irkipedia-map h2.block-title:after {
  border-color: rgba(0, 191, 243, 0);
  border-left-color: #00bff3;
  border-width: 4px;
  margin-top: -4px;
}
.view-irkipedia-map h2.block-title:before {
  border-color: rgba(110, 219, 248, 0);
  border-left-color: #6edbf8;
  border-width: 5px;
  margin-top: -5px;
}

#views-exposed-form-irkipedia-map-page {
}
#views-exposed-form-irkipedia-map-page .form-item-title:before,
#views-exposed-form-irkipedia-map-page .form-item-field-map-category-tid:before,
#views-exposed-form-irkipedia-map-page .form-item-field-map-region-tid:before {
  font-family: fontawesome;
  color: #666;
  position: absolute;
  top: 9px;
  left: 10px;
  display: inline-block;
  z-index: 2;
}
#views-exposed-form-irkipedia-map-page .form-item-title:before {
  content: "\f040";
}
#views-exposed-form-irkipedia-map-page .form-item-field-map-category-tid:before {
  content: "\f0e8";
}
#views-exposed-form-irkipedia-map-page .form-item-field-map-region-tid:before {
  content: "\f041";
}
#views-exposed-form-irkipedia-map-page .form-item-title,
#views-exposed-form-irkipedia-map-page .form-item-field-map-category-tid,
#views-exposed-form-irkipedia-map-page .form-item-field-map-region-tid{
  position: relative;
}
#views-exposed-form-irkipedia-map-page #edit-title {
  width: 200px;
  height: 38px;
  line-height: 40px;
  padding:0px 0px 0px 25px
}
#views-exposed-form-irkipedia-map-page .form-select {
  height: 40px;
  line-height: 40px;
  padding: 9px 0 9px 25px;
  position: relative;
}
#views-exposed-form-irkipedia-map-page .form-select option {
  padding: 3px 0 3px 25px;
}
#views-exposed-form-irkipedia-map-page .form-type-select {
  position:relative;
}
#views-exposed-form-irkipedia-map-page .form-type-select:after {
  background: #fff;
  content: "";
  height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 22px;
}
#views-exposed-form-irkipedia-map-page .views-reset-button,
#views-exposed-form-irkipedia-map-page .views-submit-button {
  padding-right: 0;
  margin-top: 24px;
}
#views-exposed-form-irkipedia-map-page .form-submit {	
  margin-top: 0;
  padding: 8px 30px;
  background: #ffde00;
  border-color: #ffde00;
  color: #333;
}
#views-exposed-form-irkipedia-map-page .views-reset-button
{
	margin-left: 1em;
}
.view-id-irkipedia_map .view-filters
{
background: #00BFF3;
}
.view-irkipedia-map
{
	border:none;
}
.view-id-irkipedia_map  #edit-title-wrapper
{
	margin-left: 90px;
}

/*============================================================================================*/
/* Календарь  */
/*============================================================================================*/
.block-calendar .tooltip
{
	position:inherit;
	font-size: 12px;
	display:inline;
	line-height: normal;
}
/*============================================================================================*/
/* поле Большая карта  */
/*============================================================================================*/

.gm3-container .gmnoprint img
{
	max-width: none;
}
.map-link {
	text-align: center;
	margin: 15px;
	font-size: 17px;
}
/*============================================================================================*/
/* Node  */
/*============================================================================================*/
.node table
{
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #8E8E8E;
}
.node table td
{
	border: 1px solid #8E8E8E;
	padding: 3px;
}
ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: none;
}

/*============================================================================================*/
/* Анонсы   */
/*============================================================================================*/

.group-anons {
	margin: -10px 0 10px 50px;
	font-size: 11px;
	line-height: 1;
}

/*============================================================================================*/
/* Фото в календаре на главной  */
/*============================================================================================*/

.span1 home_img_cal {
margin: 20px;
}
.home_img_cal {
width: 100px;
margin: 20px 0px 10px 30px;
}

/*============================================================================================*/
/* Ссылка нановости  */
/*============================================================================================*/

.field-name-field-news-for-termins {
    background-color: #FAFAFA;
border: 1px solid #e0eaf0;
padding: 10px 0px 10px 5px;
}


/*============================================================================================*/
/* ШАПКА   */
/*============================================================================================*/
.span1-5
{
	width:130px;
	float: left;
	min-height: 1px;
	margin-left: 30px;
}

.container-header
{
	background: url(/sites/all/themes/EDU/css/images/main.png) repeat; 
	border: 1px solid #e0eaf0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.container-header.rek p
{
    margin:0px;
}
.container-header.rek img
{
    margin:0px;
}
.container-header.rek
{
    background: #FFF;
	margin-bottom: 0px;
	padding:0px;
	border:none;
	text-align: center;
	margin-top: 0px;
}

.site-logo
{
	text-align: center;
	margin-top: 40px;
}

/*============================================================================================*/
/* Новости. Начало  */
/*============================================================================================*/

.begin-news {
font-size: 8px;
margin-left: 40px;
}

/*============================================================================================*/
/* Картинка календаря  */
/*============================================================================================*/

.date-img {
	background: url(/sites/all/themes/EDU/css/images/main.png) repeat; 
	padding: 20px;	
}

/*============================================================================================*/
/* Дата календаря  */
/*============================================================================================*/

.group-too {
margin-top: -45px;
}


/*============================================================================================*/
/* Блок поиск  */
/*============================================================================================*/

.poisk {
	background: url(/sites/all/themes/EDU/css/images/main.png) repeat; 
	border: 1px solid #e0eaf0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px;
	
}
/*============================================================================================*/
/* Ссылка на термины  */
/*============================================================================================*/

.field-name-field-link-termin {
    background-color: #FAFAFA;
border: 1px solid #e0eaf0;
padding: 10px 10px 10px 10px;
}

.view-related {
    background-color: #FAFAFA;
border: 1px solid #e0eaf0;
padding: 10px 10px 10px 10px;
}

.view-related-news {
    background-color: #FAFAFA;
border: 1px solid #e0eaf0;
padding: 10px 10px 10px 10px;
margin-bottom: 10px;
}



.drop-down-container a:active {
color: #12b;
}

.group-prrr .field-name-field-rojd.clearfix,
.group-prrr .field-name-field-smert.clearfix,
.group-prrr .field-name-field-per-spec.clearfix,
.group-prrr .field-name-field-per-lead.clearfix,
.group-prrr .field-name-field-per-tit.clearfix,
.group-prrr .field-name-field-per-dop.clearfix,
.group-prrr .field-name-field-per-work.clearfix,
.group-prrr .field-name-field-per-nasp.clearfix,
.group-prrr .field-name-field-per-edu.clearfix
{
	clear:none;
	display: inline;
	content: "|";
}

.group-prrr .field-name-field-rojd.clearfix:after,
.group-prrr .field-name-field-smert.clearfix:after,
.group-prrr .field-name-field-per-spec.clearfix:after,
.group-prrr .field-name-field-per-lead.clearfix:after,
.group-prrr .field-name-field-per-tit.clearfix:after,
.group-prrr .field-name-field-per-dop.clearfix:after,
.group-prrr .field-name-field-per-work.clearfix:after,
.group-prrr .field-name-field-per-nasp.clearfix:after,
.group-prrr .field-name-field-per-edu.clearfix:after
{
	display:inline;
	clear:none;
	content: "|";
}
.group-prrr .field-name-field-rojd.clearfix:before
{
	display:inline;
	clear:none;
	content: "Родились в:";
}
.group-prrr .field-name-field-smert.clearfix:before
{
	display:inline;
	clear:none;
	content: "Умерли и похоронены в:";
}
.group-prrr .field-name-field-per-spec.clearfix:before
{
	display:inline;
	clear:none;
	content: "Имели профессии:";
}
.group-prrr .field-name-field-per-lead.clearfix:before
{
	display:inline;
	clear:none;
	content: "Руководители:";
}
.group-prrr .field-name-field-per-tit.clearfix:before
{
	display:inline;
	clear:none;
	content: "Обладатели титулов и званий:";
}
.group-prrr .field-name-field-per-dop.clearfix:before
{
	display:inline;
	clear:none;
	display: inline;
	content: "Другие категории людей:";
}
.group-prrr .field-name-field-per-work.clearfix:before
{
	display:inline;
	clear:none;
	display: inline;
	content: "Работали в:";
}
span.print-link
{
 display:none;
}
.print-link-soc
{
    float: right;
    margin-top: 8px;
}
.uptolike-buttons
{
    float:left;
}
.big-map .gm3-map-wrapper > div{
    height: 100%;
}
._2l7q
{
    background:white!important;
}
.view-griiiiid .views-row
{
        width:300px;
}
.sphinx-related-articles{background-color: #FAFAFA; border: 1px solid #e0eaf0; padding: 10px 10px 10px 10px;}
.related-article-block-more{text-align:right}
.related-article-block-links{margin-bottom:10px}

/*============================================================================================*/
/* <kок пожертвований  */
/*============================================================================================*/

.donate
{
	background-color: #FAFAFA;
    border: 1px solid #e0eaf0;
	width: 96%;
    background-size: 10px 100%;
    border-radius: 8px;
    box-shadow: 0 1px 3px #999;
    margin: 2px 3px 4px;
    padding: 13px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    display: inline-block;	
}

.region-header-banner iframe
{
    border:none;
}

/*============================================================================================*/
/* ВИКИ   */
/*============================================================================================*/

.wikidiv {
	width:266px; 
	padding: 5px;
	margin:0px 0px 0px 0px; 
border: 1px solid #eee; 
border-radius: 3px; 
box-sizing: border-box;  
background: #fcfcfc; 
text-align: left; 
font-size: 13px; 
color: #000;
}

.wikidiv table td {
border: 0px;
	padding: 5px;
}

.header-wiki {
	color:#FEFEFE;
	background-color: #457182;
	padding: 5px;
	text-align: center;
	font-weight: 700;
	margin:5px 0px 5px 0px;
}

.wikita {
    border: 0px;
}
.wikitd {
	font-weight:700;
	padding: 5px;
}
.wikitd_2 {
	padding: 5px;
}
.wikiit {
	font-style:italic; }
	
	
.notabene {
	padding: 5px;
	margin:0px 0px 0px 0px; 
border: 1px solid #eee; 
border-radius: 3px; 
box-sizing: border-box;  
background: #457182; 
text-align: center; 
font-size: 13px; 
color: #fff;
}

.wikidiv table {

width:248px;
border:0px;
border-color: #fff;
    border-spacing: 0;
        vertical-align: top;
}

.group-medialenta h4 {
    padding: 5px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
    background: #457182;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.region-sidebar h2  {
    padding: 0px;
    margin: 10px 0px 5px 0px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
    background: #457182;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.thead {
    background-color:#457182 ;
}

