/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
 
h2 a {
	color:#000;
}

h2 a:hover {
	 text-decoration:none;
}
 
 body {
  height:100%;
  min-height: 100%;  
}

#page-wrapper {
	height:100%;
	min-height: 100%;
}

#page {
	height:100%;
	min-height: 100%;
}
#wrapper {
	height:100%;
	min-height:100%;
	
}

#content p {
	text-align:justify;
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
 



#header {
	background-color: #252424;
    height: 100px;
    width: 100%;
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 15px 0 0 10px;
  padding-left: 0px;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  padding: 30px 0 0 150px;
  font: 34px/120% Impact, Verdana, Geneva, sans-serif;;
  float:left;
}
 
#site-name {
	display:none;
	
} 

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: none;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
	margin-left: 110px;
	margin-top: 0px;
	float:left;
	font:12px/120% Verdana, Geneva, sans-serif;
	color:#CCC;
}

.region-header li/* Wrapper for any blocks placed in the header region */ {
	list-style:none;
}

#block-block-4 {
	float:left;
	margin: 10px 0 0 0;
	
}
#block-block-1 {
	margin:7px 0 0 70px; 
	float:right;
	
}

/*
 * Main (container for everything else)
 */
 
.breadcrumb {
	height:25px;
	background-color:#F8F8F8;
	border-bottom:1px solid #CCC;
	margin-left:0px;
	padding:14px 0 0 20px;
	font: 12px/100% Verdana, Geneva, sans-serif;
}

.breadcrumb a {
	text-decoration:none;
	color:#000;
}

.breadcrumb a:hover {
	text-decoration:underline;
}
 
 
#main-wrapper {
}

#main {
	background: #FBFBFB;
}

/*
 * Content
 */
#content {
		
}



#content .section {
}

#content-area /* Wrapper for the actual page content */ {
	margin: 20px 20px 50px 20px;
}

#content p{
	font:14px/160% Arial, Helvetica, sans-serif;
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}



ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
	border-radius: 20px;
    border-right: 1px solid #CCCCCC;
    float: left;
    font: 12px Verdana,Arial,Helvetica,sans-serif;
    height: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding: 10px 10px 10px 0px;
    width: 180px;
	
}

.region-sidebar-first .title {
	display:none;
}


.region-sidebar-first li {
	list-style:none;
}

.region-sidebar-first ul {
	padding-left: 15px;
}

.region-sidebar-first li a {
	text-decoration: none;
	-webkit-transition:all 0.2s ease-in-out;
  border-bottom-color:#CCCCCC;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  color:#4F4F4F;
  display:block;
  line-height:40px;
  padding:0 10px;
  transition:all 0.2s ease-in-out;
  background-color:#FBFDFD;
}

.region-sidebar-first ul li a: hover {
	color:#4F4F4F;;
	background-color:#006;
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#hfooter{
	clear:both;
	height:100px;
	
	}
 
#footer {
	clear:both;
	position: relative;
	background-color: #252424;
    height: 100px;
    width: 100%;
	margin-top:-100px;
}

#footer .section {
}

#footer .title {
	display:none;
}

#footer-message {
	color: #FFF;	
	font: 12px/120% Verdana, Geneva, sans-serif;
	margin: 20px 0 0 20px;	
	float:left;   
}

#footer .content {
	
	
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

table {
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  font: 13px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #f6f6f6;
  }
 
thead {
	height:30px;
	background:#EBEBEB;	
}

thead th, tbody th, tbody td {
	padding:5px;
}

tr.od {
	background:#FFF;
}
tr.odd {
	background: #f1f1f1;
}

caption {
	font: 13px verdana, arial, helvetica, sans-serif;
	padding-bottom:7px;
}

#img_logo {
	margin-left:5px;
	margin-right:15px;
	padding: 5px;
	box-shadow:2px 2px #666;
}

#img_box {
	margin: 10px;
	padding: 7px;
	border: solid 1px #D5D5D5;
	border-radius: 5px;
}

/* Стили для галереи */

ul.images li {
  float : left;
  background: transparent none;
  list-style: none;
}

.views-field-image-image {
	margin: 7px;
	padding: 7px;
	border: solid 1px #D5D5D5;
	border-radius: 5px;
}

.views-field-image-image:hover {
	box-shadow:0 0 5px #37d3fd;
}

.image-thumbnail {
	width:140px;
	height:108px;
}

.views-field-image-gallery-count,
.views-field-image-gallery-latest-time,
.views-field-description	{
	display:none;
}

ul.galleries li {
	border:none;
	float:left;
	padding:5px;
}

.image-gallery-view-cover-thumbnail img {
	width:300px;
	height:260px;
}

.view-content {
	padding-left:-10px;
}

.item-list image-gallery-nodes clear-block {
	float:left;
}

.field-content a {
	text-decoration:none;
	color:#09F;
	font: italic 14px/150% Arial, Helvetica, sans-serif;
	}


.section h1.title {
	
}	
	
.views-field-title .field-content {
display:none;
}