/*
	Theme Name: Fenster
	Theme URL: http://newwpthemes.com/wordpress-theme/fenster/
	Description: Fenster is a free WordPress theme with featured posts option. Suitable for any niche. Theme Options at admin panel
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 1.0 
	Tags: Elegant, Ads Ready, Three Columns, Right Sidebar, Fixed Width, Blogging, Options Page
*/

/* Бурдастых О.С. исправлено: body */

body {
background: -webkit-linear-gradient(top, #fff 10%,#264794 90%);
	//background: url(images/bgr_banners.jpg) 100% 100%;  

	/* background: #072839 url(images/background.png) top left repeat-x; */
	/* background: -webkit-linear-gradient(top, #0B3043 0%,#4B4D51 100%); */
	 /* background: url(images/background.png) repeat-x left top, -webkit-linear-gradient(top, #75E3FF 0%,#fff 100%);  */
	/* background: #75E3FF url(images/background.png) repeat-x left top; */	 
	 /* background:-webkit-linear-gradient(top, #75E3FF 0%,#fff 100%);  */
	}
	
#wrapper {
 /* background: #FFF url(images/gradient-bg_bottom_black.bmp) repeat-x left top;  */
	/* background: #FFF; */
}

#background_bot_grad{

	/* background: #FFF url(images/gradient-bg_bottom_black.bmp) repeat-x left top; */
}
.background_bot_grad{
  /* background: url(/bitrix/templates/opt/images/gradient-bg_bottom_black.bmp) repeat-x bottom;   */

}

.gradient {
      /* background: url(/bitrix/templates/opt/images/gradient-bg_bottom_black.bmp) repeat-x bottom;   */
}



#wrapper-1 {
  /* background: url(/bitrix/templates/opt/images/gradient-bg_bottom_black.bmp) no-repeat right top;   */
margin: 0px;
padding: 0px;

}
 #container {
background: #FFF;
/* margin: 0px;
padding: 0px; */
	} 	
	
	
	
.jQtooltip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted;
}
.jQtooltip div {
  display: none;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1000;
  width: 190px;
  padding: 8px 12px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  box-shadow: 0 1px 3px #C4C4C4;
  border: 1px solid #DBB779;
  background: #FFF6BD;
  border-radius: 2px;
}	

.jQtooltip.mini {
  display: inline-block;
  vertical-align: bottom;
  font-size: 11px;
  width: 14px;
  line-height: 13px;
  text-align: center;
  margin-left: 2px;
  top: -2px;
  color: #9A4D18;
  border: 1px solid #FAD28F;
  background: #FFF6BD;
  border-radius: 2px;
}
	
	

/* #contentwrap {
     background: url(images/contentwrap-background.png) top left repeat-y; 
	} */

a {
	color: #0b3043;
	}

a:hover {
	color: #f68b1e;
	}
/* HEADER */

#header {
	/* height: 191px; */
	/* padding: 30px; */
	background: #FFF;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 20px 0 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 44px;
	}

#header h1 a, #header h1 a:visited {
	color: #1a1818;
	text-decoration: none;
	}


#header h2 {
	color: #272524;
	font-size: 14px;
    font-family: Arial, Helvetica, Sans-serif;
	}

.logoimg {
    margin: 20px 0 0 0;
}

.Logotip {
   margin: 20px 0 0 0;

   
}  
 
.Logotip:hover {
 /* -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
 border: 5px dotted #002DB3;
  border-radius: 50%; */
} 

/* NAVIGATION MENUS */

    
#pagemenucontainer {
	height: 30px;
    margin-top: 15px;
	}
	
#pagemenu {
	height: 30px;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
    padding: 0;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0;
    
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #323738;
	display: block;
    margin: 0 3px;
	padding: 9px 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#pagemenu li a:hover, #pagemenu li a:active{
	color: #9c1e06;
	display: block;
	text-decoration: none;
    background: url(images/pagenav-hover.png) center bottom no-repeat;
	}
	
#pagemenu  li.current_page_item a {
	color:#9c1e06;
    background: url(images/pagenav-hover.png) center bottom no-repeat;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}

#navcontainer {
	height: 40px;
	display: block;
	overflow: hidden;
    background: url(images/nav-background.png) left top repeat-x;
	}
	
#navcontainer .current-cat a {
	background: url(images/nav-background-hover.png) top left repeat-x;
	/* color:#fff; */
	color:#fff;
	}
	
/* CONTENT */

#content {
	padding: 15px;
    color: #504d4d;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom: 1px solid #d7cdc0;
	}

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

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
	color: #051a25;
	}

	
.title a {
	text-decoration: none;
	color: #051a25;
	}

.title a:hover {
	text-decoration: none;
	color: #a12a13;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Helvetica, Sans-serif;
	/* text-decoration: underline; */
}


.readmorecontent {
	text-align: right;
	}

a.readmore {
	padding: 4px 15px;
	text-decoration: none;
    font-size: 12px;
    background: #0b3043;
    color: #fff;
	}

a.readmore:hover {
    background: #a12a13;
	color: #fff;
	}
    
.postdate {
	font-size: 11px;
	padding: 2px 0px;
	font-family: Arial, Verdana;
	color: #6a6a6a;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #0b3043 !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #fff !important;
    background:#0b3043 !important;
    border: 0 !important;
    
}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #0b3043 !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background:#a12a13 !important;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #0b3043 !important;
    background: none !important;
    border: 0 !important;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	
	}
	
/* Бурдастых О.С. >>>>>> */
.banner {
	border: 1px solid #274b5d;
	}	
.banner:hover {
	border: 1px solid #4f7284;
	box-shadow:1px 1px 1px #999999;
	margin: 1px 0 1px 0; 
} 

	
.ad125 {
	margin: 10px;
	}


.sidebar {
	margin: 0 0 10px 0;
    color: #b1babf;
	}
	
.sidebar-right {
    margin: 0 10px 0 0;
	}
	
/* .sidebar-left {
    margin: 0 0 0 10px
	} */
    
    
.sidebar a {
	text-decoration: none;
	color: #b1babf;
	}

.sidebar a:hover {
	/* text-decoration: underline; */
	color:#fff;
	}

#search {
    border: 0;
    height: 28px;
    padding: 0;
    background: #e9e2d9;
    text-align: right;
    border: 1px outset #a4a4a4;
}

#search input {
	border: 0;
    background: none;
    color: #414c51;
}
	
#s {
	width: 140px;
	padding: 4px;
    margin:2px 0 0 0;
    background: none;
}

#topsearch 	#s {
  width: 465px;  
}

#topsearch #search {
    margin: 12px 4px 0 0;
}

#poisk {
	background: url(images/rss.png) left top repeat-x;
  	
}

#search input.header_zuuu {
	border:0; 
	vertical-align: top;
	background: url(images/rss.png) left top repeat-x;
	
}

#pagemenu  li.current_page_item a {
	color:#9c1e06;
    background: url(images/pagenav-hover.png) center bottom no-repeat;
	}

#header_zuuu{
	border:0;
	vertical-align: top;
	width: 500px;
	height: 100px;
	background: url(images/rss.png) no-repeat;
	
}


.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 8px 0 8px 8px;
	background: url(images/sidebar-tab.png) left center repeat-x;
	font-size: 12px;
    line-height: 15px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	color: #0a2c3e;
    text-shadow: 0 1px 0 #e4e4e4;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
 .sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 1px 0px;
	/* padding: 0px; */
	} 

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	}
	
.sidebar ul li ul li, .sidebar ul li li {
	list-style-type: none;
	margin: 0px 0px 1px 0px;
	/* padding: 0px; */
	} 

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #b1babf;
	background: none;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: none;
    color: #b1babf;
	}

#wp-calendar td {
	color: #b1babf;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #072637;
	color: #fff;
	}
    
#wp-calendar td:hover a{
   color: #fff; 
}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 95%;
	}

.socialboxes {
	/* background: #173c4f; */
	background: #ffff;
	border: 1px solid #274b5d;
	padding: 10px;
	margin: 10px 0 0 0;
	padding: 1px 8px 1px 0px;
	}
    
.socialboxes:hover {
    border: 1px solid #4f7284;
    }

.socialboxes a {
	color: #8b9faa;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
	}
.socialboxes a:hover {
	color: #d6e4eb; 
	/* text-decoration: underline; */
	}
    
/* FOOTER */

#footer {
	background: #264794;
	padding-right: 20px;
	text-align: left;
	color: #FFFFFF;
	height: 70px;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    /* margin-top: 15px; */
	/* border-radius: 18px; */
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	} 

/* #footer a:hover {
	text-decoration: none;
    color: #061a25;
	} */ 
	
#footer2 {
	color: #dee0e2;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #dee0e2;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    border: 1px solid #dad9cf;
    margin: 0 10px 10px 0;
}

.span_top_nav {
	float:left;	
	width: 1200px; 
	margin: 0px auto;
	/* position: relative; */
	background: url(/bitrix/templates/opt/images/falcon_top_menu.png);
}

.logo {
/* 	width: 300px;
	height: 115px; */
	float:left;
}

.copy {
	padding-top: 4%;
	float: right;
}


/*	{{	Переключение каталога с плитки на список	*/

.sort_display a{width:33px;margin-left:5px;}

.sort_display {
    float: right;
    font-size: 0;
}

.sort_display a,
.sort_display a i {
    display: inline-block;
    height: 13px;
    width: 13px;
    line-height: 20px;
}
.sort_display a {
    margin: 0px 0px 0px 8px;
    width: 35px;
    height: 35px;
    vertical-align: top;
    text-align: center;
    line-height: 35px;
    background: #f5f5f5;
    border-radius: 2px;
}
.sort_display a i {
    background: url('images/svg/Display.svg') 0 0 no-repeat;
    vertical-align: middle;
	margin-top: 10px;
}
.sort_display a.block i {
    background-position: 0px -17px;
}
.sort_display a.current {
    background-color: #2f4891;
}
.sort_display a.block.current i {
    background-position: 0px 0px;
}
.sort_display a.list i {
    background-position: -29px -17px;
}
.sort_display a.list.current i {
    background-position: -29px 0px;
}
.sort_display a.table i {
    background-position: -57px -17px;
}
.sort_display a.table.current i {
    background-position: -57px 0px;
}

/*	}}	Переключение каталога с плитки на список	*/


/* SCROLL TO TOP */

a.scroll-to-top {
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #404040 url("images/scroll.png") no-repeat scroll center 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 75px;
    left: inherit;
    bottom: 55px;
    opacity: 0;
    z-index: 995;
    cursor: pointer;
}

a.scroll-to-top.visible {
    opacity: 1;
}

a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE {
    background-color: #fff;
}

a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
    background-color: #e3e3e3;
}

a.scroll-to-top.RECT_COLOR,
a.scroll-to-top.RECT_GREY,
a.scroll-to-top.RECT_WHITE {
    border-radius: 2px;
}

a.scroll-to-top.TOUCH {
    border-radius: 2px 0 0 2px;
    width: 50px;
    height: 50px;
    right: 0;
}

a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
    background-position: center 14px;
}

a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE,
a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
    background-position: center -70px;
}

a.scroll-to-top.RECT_COLOR.TOUCH {
    background-position: center 17px;
}

a.scroll-to-top.RECT_GREY.TOUCH,
a.scroll-to-top.RECT_WHITE.TOUCH {
    background-position: center -67px;
}


