/* Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
 /*max-width: 100%;*/
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button, input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

.dotted{
    
    border-bottom:1px dotted #3d3d3d;
}

/* Grid */
.first {margin-left:15px;}
.last {margin-right:12px;} 
.last-7{margin-right:7px; }
.clear{clear:both}
.grid {
  width: 992px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.grid:before, .grid:after {
  display: table;
  content: "";
}
.grid:after {
  clear: both;
}
.row {
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}

.column-1 {
  width: 62px;
  display: inline;
  float: left;
}
.column-2 {
  display: inline;
  float: left;
  width: 124px;
}
.column-3 {
  display: inline;
  float: left;
  width: 186px;
}
.column-4 {
  display: inline;
  float: left;
  width: 248px;
}
.column-5 {
  display: inline;
  float: left;
  width: 310px;
}
.column-6 {
  display: inline;
  float: left;
  width: 372px;
}
.column-7 {
  display: inline;
  float: left;
  width: 434px;
}
.column-8 {
  display: inline;
  float: left;
  width: 496px;
}
.column-9 {
  display: inline;
  float: left;  
  width: 558px;
}
.column-10 {
  width: 620px;
  display: inline;
  float: left;
}
.column-11 {
  display: inline;
  float: left;
  width: 682px;
}
.column-12 {
  display: inline;
  float: left;
  width: 744px;
}
.column-13 {
  display: inline;
  float: left;
  width: 806px;
}
.column-14 {
  display: inline;
  float: left;
  width: 868px;
}
.column-15 {
  display: inline;
  float: left;
  width: 930px;
}
.column-16 {
  display: inline;
  float: left;
  width: 992px;
}

.column-160 {
    width: 160px;
    float: left;
    margin-left: 15px;
    display: inline;
}

.column-wide {
    width: 480px;
    margin-left: 10px;
    display: inline;
    float: left;
}

.column-300 {
    width: 300px;
    float: left;
    margin-left: 10px;
    display: inline;
}

.row  > .offset-1 {
  margin-left:  62px;
}              
.row  > .offset-2 {
  margin-left:  124px;
}              
.row  > .offset-3 {
  margin-left:  186px;
}              
.row  > .offset-4 {
  margin-left:  248px;
}              
.row  > .offset-5 {
  margin-left:  310px;
}              
.row  > .offset-6 {
  margin-left:  372px;
}              
.row  > .offset-7 {
  margin-left:  434px;
}              
.row  > .offset-8 {
  margin-left:  496px;
}              
.row  > .offset-9 {
  margin-left:  558px;
}              
.row  > .offset-10 {
  margin-left:  620px;
}              
.row  > .offset-11 {
  margin-left:  682px;
}              
.row  > .offset-12 {
  margin-left:  744px;
}              
.row  > .offset-13 {
  margin-left:  806px;
}              
.row  > .offset-14 {
  margin-left:  868px;
}              
.row  > .offset-15 {
  margin-left:  930px;
}       

.col-left{
width:679px;
float:left;
display:inline;
}      
.col-right{
width:300px;
float:left;
display:inline;
} 
/* Typography */
p {
  margin: 0 0 9px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
p small {
  font-size: 11px;
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
	color: #E27D0D;
	font-size: 130%;
	line-height: 20px;
	margin:10px 0 10px 15px;
}
h1 small {
  font-size: 18px;
}

h2 {
    font-size: 15px;
    margin: 20px 0 10px 5px;
    color: #1A6DC0;
    font-family: "Trebuchet MS";
    font-size: 120%;
}

h2 small {
  font-size: 18px;
}
h3 {
margin-left: 6px;
line-height: 25px;
font-size: 14px;
color: black;
}
h3 small {
  font-size: 14px;
}
h4, h5, h6 {
  line-height: 18px;
}
h4 {
 font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
	color: #666;
    float: left;
    font-size: 100%;
    font-weight: normal;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
 /* line-height: 18px;*/
 line-height: 22px;
}
dl {
  margin-bottom: 18px;
}
dt, dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code, pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
}
pre code {
  padding: 0;
  background-color: transparent;
}
/* Context */
body {
  margin: 0;
  /*font-family: Helvetica, Arial, Trebuchet, sans-serif;*/
  font-family: Arial;
  font-size: 13px;
  line-height: 140%;
  color: #333;
  background-color: #fff;
}
a {
  color: #3789b9;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
/* Forms */
form {
  margin: 0 0 10px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
label {
  color: #333333;
}

/*
input,
textarea,
select{
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
*/

input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type="file"] {
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

select[multiple], select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}

input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
 
}
input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/*--Paginator-----------------*/
.paginator{
	margin:5px 0 40px 0;
}
.paginator__link_page, .paginator__link_page:link, .paginator__link_page:active, .paginator__link_page:visited {
	padding:1px 5px 1px 5px;
	font-size: 13px;
	color:#0359A9;
}
.paginator__span, .paginator__link_page:hover{
	background-color:#0359A9;
	color:#fff;
	text-decoration: none;
	padding: 1px 5px;
	font-size: 13px;
}

a.paginator_hm, a.paginator_hm:link, a.paginator_hm:active, a.paginator_hm:visited {
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
    font-size:13px;
}

a.paginator_hm:hover, .paginator_hm_sel {
    background-color:#1867b0;
    color:#FFFFFF;
    text-decoration:none;
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
    font-size:13px;
}

.disabled {
    color: #333;
}
/*--paginator-----------------*/



/*--breadcrumb-----------------*/
.breadcrumb{
	background:#F0F4F8;
	color: #1A6DC0;
	display: block;
	height: 26px;
	margin:0 0 15px 0;
	overflow: hidden;
	padding-left: 10px;
	position: relative;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumb ul{
	margin:0;
	list-style-type:none;
}
.breadcrumb ul li{
	background: url('/images/eu-sprite.png') no-repeat right -291px transparent;
	padding-right: 23px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
}
.breadcrumb ul li.current{
	background: none;
  position: relative;
  padding: 0;
}
.breadcrumb span {
  height: 26px;
  padding-right: 2px;
}
.breadcrumb span:before{
  position: absolute;
  content:' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
}

/*.breadcrumb_icon__arrow{
  background: url('/images/eu-sprite.png') no-repeat scroll 0 -300px transparent;
  height: 7px;
  line-height: 16px;
  padding: 0 0 0 14px;
  display: inline-block;
  margin: 0 0 0 10px;
} */



.breadcrumb ul li.first {
   margin:0;
}

.breadcrumb a:hover {
    color: #FA823A;
    text-decoration: none;    
}

/*--End breadcrumb-----------------*/
/*--Announce-----------------*/
.indent{
	margin:0 0 20px 0;
}
.indent-10{
	margin:0 0 10px 0;
}

.indent10 {
    margin-top: 10px;
}
.indent15 {
    margin-top: 15px;
}
.indent20 {
    margin-top: 20px;
}
.indent25 {
    margin-top: 25px;
}


.announce{
    background-color: #F2F5EE;
	padding:8px;
	text-align: justify;
	word-spacing: -0.1ex;
	margin:0 0 20px 0;
	
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/*--End announce-----------------*/



/*--little-banner-----------------*/

.banner-small__header{
	border-radius:7px 7px 0 0;
}
.banner-small__header__text{
	color:#FFF; 
	padding:3px;
	margin:0 0 0 5px;
	font-weight:bold;
}
.banner-small__header_orange, .banner-small__footer_orange{
	background-color:#ccc5a6;	
}
.banner-small__wrap_orange{
	border:1px solid #ccc5a6;
}
.banner-small__header_brown, .banner-small__footer_brown{
	background-color:#8f764f;	
}
.banner-small__wrap_brown{
	border:1px solid #8f764f;
}
.banner-small__header_blue, .banner-small__footer_blue{
	background-color:#65a5c3;	
}
.banner-small__wrap_blue{
	border:1px solid #65a5c3;
}
.banner-small__header_green, .banner-small__footer_green{
	background-color:#8da25d;	
}
.banner-small__wrap_green{
	border:1px solid #8da25d;
}
.banner-small__wrap{
	background-color:#FFF;
}
.banner-small__wrap__list{
margin:5px 5px 5px 10px;
}
.banner-small__wrap__list__item_diet{
list-style-image:url(../img/hot_bullet.gif);
margin:0 5px 0 12px;
}
.banner-small__wrap__list__item{
line-height:16px;
padding:0 0 5px 0;
}
.banner-small__wrap__list__item__counter{
color: #B6B7BB;
font-size: 11px;
margin:0;
}
.banner-small__wrap__description{
font:12px/14px sans-serif;
margin: 0 10px 10px 10px;
}
.banner-small__wrap__table__row__cell__separator{
	height:1px;
	margin:0;
	color:#b9af85;
	width:90%
}
.banner-small__footer{
	text-align:right;
	border-radius:0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	height:20px;
}
.banner-small__footer__link{
	margin:1px 7px 0 0;
	line-height:11px;
	color:#fff;
	font-size:12px;
	padding:0 3px;
}
.banner-small__footer__link:hover{
	color:#fff;
}
.banner-small__footer__link_blue{
	background:#7AB0CB;
}
.banner-small__footer__link_green{
	background:#a4bd6b;
}
.banner-small__footer__link_brown{
	background:#a38659;
}
/*-- End little-banner-----------------*/
.active__link{
	background: none repeat scroll 0 0 #2C99C9;
	color: white;
	text-decoration: none;
	padding: 2px 3px 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.all-items, .all-items:link, .all-items:active, .all-items:visited {
	color: #C64701;
	background-color: #F8F5EC;
	font-size: 12px;
	font-weight: normal;
	padding:3px 8px;
}
/*-- Disclaimer--------------------*/
.disclaimer{
	border:2px solid #ffd298;
	margin:0;
	overflow:hidden;
	padding:5px 10px;
	zoom:1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.disclaimer__container__img{
	background:url(../images/disclaimer.gif) no-repeat;
	display:inline;
	float:left;
	height:25px;
	margin:0 10px 0 0;
	width:25px;
}
.disclaimer__description{
	color:#333;
	font:12px/14px sans-serif;
	margin:0;
	text-align: justify;
}
/*-- End Disclaimer-----------------*/

/*Block  right*/
.block-right{
	width:300px;
}
.block-right__h{
	height:28px;
	width:298px;
	border-radius:3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
.block-right__h__caption{
	color:#fff;
	font: bold 14px/27px sans-serif;
	margin:0 0 0 10px;
}
.block-right__h>a:hover{
	color:#fff;
}
.block-right__w{
	border:1px solid #D6D6D6;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	/*padding:15px;*/
}
.block-right__w__photo{
	margin:15px 15px 5px 15px;
}
.block-right__w__photo__img{
	float:left;
}
.block-right__w__photo__description{
	line-height:12px;
}
.block-right__w__photo__description p{
	font:13px/13px sans-serif;
	margin:0 0 0 10px;
	padding:0;
}
.block-right__w__btn{
margin:3px 0 8px 25%;
}
.block-right__w__content{
	/*margin:0px 15px 15px 15px;*/
	border-top:1px solid #D6D6D6;
}
.block-right__w__content h5{
	color:#333;
	font-size:14px;
}
.block-right__w__content ul{
	margin:0;
	list-style-type:none;
}
.block-right__w__content__list__item{
	border-bottom:1px dotted #D6D6D6;
	line-height:14px;

}
.block-right__w__content__list__item_image{
	border-bottom:1px dotted #D6D6D6;
	line-height:14px;
	padding:8px 0;
	background: url(/img/spectema_bg.jpg)right bottom no-repeat;
}
.block-right__w__content__list__item_image span{
	background:#e66315;
	color:#fff;font-size:11px;
	font-weight:bold;
	padding:0 2px;
	position:relative;
	top:-10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.block-right__w__content__list__item_image a{
font-size:14px;
line-height:18px;
}
.block-right__w__content__list__item__link{
	font-size:12px;
}
.block-right__w__content__list__item__meta__date{
	color:#666;
	font-size:10px;
	float:left;
	margin:0;
}
.block-right__w__content__list__item__meta__comment{
	background:url(../img/blog-comment.gif) no-repeat;
	color:#666;
	font-size:10px;
	float:right;
	padding:0 0 0 18px;
	width:25px;
}
.block-right__f_empty{
	height:14px;
	text-align:right;
	border-radius:0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
.block-right__f{
	height:24px;
	text-align:right;
	border-radius:0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
.block-right__f a{
	color:#fff;
	margin:0 15px 0 0;
	line-height:23px;
	padding:0 3px 2px 3px;
}
.block-right__f__link:hover{
	color:#fff;
	padding:3px;
}
.block-right__f__link_blue{
	background:#158AD0;
	border-radius:2px;
}
.block-right__f__link_green{
	background:#5db7b0;
	border-radius:2px;
}
.block-right__w__photo, .block-right__w__photo__description, .block-right__w__content__list__item__meta{
	overflow:hidden;
	zoom:1;
}
.block-right__f_blue, .block-right__h_blue{
	background:#147DBF;
	border:1px solid #147DBF;
}

.block-right__f_sand, .block-right__h_sand{
	background:#f66f1d;
	border:1px solid #f66f1d;
	
	-o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
	background: -moz-linear-gradient(top,#f66f1d,#df651b);
	background: -webkit-gradient(linear, left top, left bottom, from(#f66f1d), to(#df651b));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#f66f1d,endColorstr=#df651b,GradientType=0); zoom: 1;
	background: linear-gradient(top,#f66f1d,#df651b);
}

.block-right__f_green, .block-right__h_green{
	background:#52a49e;
	border:1px solid #52a49e;
}
.block-right__f_orange, .block-right__h_orange{
	background:#859f64;
	border:1px solid #859f64;
}

.block-right__w__content__list__item_publication{
	border-bottom:1px solid #fafafa;
	line-height:14px;
	padding:7px 0 8px 0;
	padding-left:10px;
	font-size:14px;
}

/*End Block  right*/

/*Block  right modificator - actual theme*/ 
.block-right__h_actual{
	height:30px;
	width:300px;
	border-radius:3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
.block-right__w_actual{
	border: 1px solid #288EBD; 
	border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
}
.block-right__h__caption_actual{
	color:#fff;
	font: bold 15px/30px sans-serif;
	margin:0 0 0 10px;
}
.block-right__w__content_actual{
	border:0px;
}
.block-right__w__content_actual ul{
	margin:15px 0;
	list-style-type:none;
}
.block-right__w__content__list__item_actual{
	border-bottom:1px dashed #DBDBDB;
	line-height:14px;
	padding:7px 0 8px 0;
	background: url('/img/spectema_bg.jpg') right bottom repeat-x;
	padding-left:10px;
}
.block-right__w__content__list__item_actual a{
	font-size:14px;
	line-height:18px;
}
.block-right__w__content__list__item_actual span{
	background:#E66315;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:1px 2px;
	position:relative;
	top:-5px;
	text-transform:uppercase;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.block-right__f_theme-actual, .block-right__h_theme-actual{
	background:#17688D;
	-o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
	background: -moz-linear-gradient(top,#288EBD,#196C92);
	background: -webkit-gradient(linear, left top, left bottom, from(#288EBD), to(#196C92));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#288EBD,endColorstr=#196C92,GradientType=0); zoom: 1;
	background: linear-gradient(top,#288EBD,#196C92);
 }
/*End Block  right modificator - actual theme*/ 

/*-- Large Slider All Medicine-----------------------------------------------*/
.large__slider_med{
	background:#f4f8fa;
	border:1px solid #dee4d4;
	margin:0;
	overflow:hidden;
	zoom:1;
}
.large-slides_med{
	height: 249px;
	float:right;
	position: relative; 
	top:6px;
	left:-7px;
	width: 482px;
}
.large-slide_med{
	position:absolute;
}

.large-slide_med a {
	display:none;
	position:absolute;
	z-index:3;
	height:237px;
	width:482px;
	overflow:hidden;
}
.large-slide_med__first a {
	display:block;
}
.large__slider__tabsbox_med{
	float:left;
	height:249px;
	width:166px;
}
.large__slider__tabs_med{
	/*background:url('../img/catalogue-slider_large_medicine.png') no-repeat;*/
	
	
}
.large__slider__tab1_med{
	background-position:1px 0px;
	height:86px;
	width:166px;
}
.large__slider__tab2_med{
	background-position:1px -5px;
	height:79px;
	width:166px;
}
.large__slider__tab3_med{
	background-position:1px -3px;
	height:79px;
	width:166px;
}
.large-slide__btn_med {
	color:#fff;
	cursor:pointer;
	height:76px;
	position:absolute;                              
	padding:0 5px;
	top:0px;  
	width:157px;
	width:171px;
	z-index:10;
	
	background: #89A43B;
	background: -moz-linear-gradient(left,  #a8c453 0%, #89a43b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a8c453), color-stop(100%,#89a43b));
	background: -webkit-linear-gradient(left,  #a8c453 0%,#89a43b 100%);
	background: -o-linear-gradient(left,  #a8c453 0%,#89a43b 100%);
	background: -ms-linear-gradient(left,  #a8c453 0%,#89a43b 100%);
	background: linear-gradient(to right,  #a8c453 0%,#89a43b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c453', endColorstr='#89a43b',GradientType=1 );
}
.large-slide__btn_med h3 {
	color:#fff;
	font:19px/30px sans-serif;
	font-weight:normal;
	margin:0;
}
.large-slide__btn_med p {
	font:12px/15px sans-serif;
	margin:0;
	padding:2px 0 0 0;
}
.on_med {
	background:url('../img/catalogue-slider_large_medicine.png') no-repeat;
	background: #D15805;
}
.on_med:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(209, 88, 5, 0);
	border-left-color: #d15805;
	border-width: 10px;
	margin-top: -10px;
}

#btn_1_med{
top:-1px;
left:-189px;
}
#btn_2_med {
top:80px;
left:-189px;
}
#btn_3_med{
top:161px;
left:-189px;
}
#btn_1_med.on_med {
background-position:-170px -5px;
}
#btn_2_med.on_med {
background-position:-170px -5px;
}
#btn_3_med.on_med{
background-position:-170px -5px;
}
/*-- End Large Slider All Medicine-------------------------------------------*/


/*-- New Large Slider Main Page-------------------------------------------*/
.large__slider{
	background:#f4f8fa;
	border:1px solid #dee4d4;
	margin:0;
	overflow:hidden;
	zoom:1;
}
.large__slider img{
position:relative;
top:4px;
right:4px;

}
.large-slides{
	height: 248px;
	float:right;
	position: relative; 
	width: 493px;
}
.large-slide{
	position:absolute;
}
.large-slide a {
	display:none;
	position:absolute;
	z-index:3;
}
.large-slide__first a {
	display:block;
}
.large__slider__tabsbox {
	float:left;
	height:240px;
	width:186px;
}
.large__slider__tabs__img{
	/*background:url('../img/main-slider_tabs.png') no-repeat;*/
	
	background: #89A43B;
	background: -moz-linear-gradient(left,  #a8c453 0%, #89a43b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a8c453), color-stop(100%,#89a43b));
	background: -webkit-linear-gradient(left,  #a8c453 0%,#89a43b 100%);
	background: -o-linear-gradient(left,  #a8c453 0%,#89a43b 100%);
	background: -ms-linear-gradient(left,  #a8c453 0%,#89a43b 100%);
	background: linear-gradient(to right,  #a8c453 0%,#89a43b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c453', endColorstr='#89a43b',GradientType=1 );
}
.large__slider__tab{
	background-position:0px 0px;
	height:57px;
	width:177px;
	
	margin:0px 0 4px 4px;
	position:relative;
	top:4px;
}
.large__slider__tab2{
	background-position:0px -68px;
	height:57px;
	width:177px;
	margin:0px 0 4px 4px;
	position:relative;
	top:4px;
}
.large-slide__btn {
	color:#fff;
	cursor:pointer;
	height:57px;
	position:absolute;                              
	top:0px;  
	width:177px;
	z-index:10;
	margin:4px 0 0 4px;
}
.large-slide__btn h3 {
	color:#fff;
	font:19px/26px sans-serif;
	font-weight:normal;
	margin:0;
	padding:0px 0 0 4px;
}
.large-slide__btn p {
	font:12px/12px sans-serif;
	margin:0;
	padding:4px 10px 0 4px;
}
.on_welcome{
	/*background:url('../img/main-slider_tabs.png') no-repeat;*/
	background: #D15805;
}
.on_welcome:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(209, 88, 5, 0);
	border-left-color: #d15805;
	border-width: 10px;
	margin-top: -10px;
}

#btn_1{
	top:0px;
	left:-190px;
}
#btn_2 {
	top:61px;
	left:-190px;
}
#btn_3{
	top:122px;
	left:-190px;
}
#btn_4{
	top:183px;
	left:-190px;
}

#btn_1.on, #btn_2.on, #btn_3.on, #btn_4.on {
	background-position:-160px 0px;
}
/*
#btn_4.on{
background-position:-160px -68px;
}
-- End New Large Slider Main Page-------------------------------------------*/
/*-- Large Slider Main Page-----------------------------------------------
.large__slider{
	background:#f4f8fa;
	margin:0;
	overflow:hidden;
	zoom:1;
}
.large-slides{
	height: 250px;
	float:right;
	position: relative; 
	width: 500px;
}
.large-slide{
	position:absolute;
}
.large-slide a {
	display:none;
	position:absolute;
	z-index:3;
}
.large-slide__first a {
	display:block;
}
.large__slider__tabsbox {
	float:left;
	height:250px;
	width:157px;
}
.large__slider__tabs__img{
	background:url('../img/catalogue-slider_large.png') no-repeat;
}
.large__slider__tab{
	background-position:0px -50px;
	height:50px;
	width:157px;
}
.large-slide__btn {
	color:#fff;
	cursor:pointer;
	height:50px;
	position:absolute;                              
	top:0px;  
	width:165px;
	z-index:10;
}
.large-slide__btn h3 {
	color:#fff;
	font:19px/26px sans-serif;
	font-weight:normal;
	margin:0;
	padding:0px 0 0 4px;
}
.large-slide__btn p {
	font:12px/12px sans-serif;
	margin:0;
	padding:4px 10px 0 4px;
}
.on {
	background:url('../img/catalogue-slider_large.png') no-repeat;
}
#btn_1{
top:0px;
left:-157px;
}
#btn_2 {
top:50px;
left:-157px;
}
#btn_3{
top:100px;
left:-157px;
}
#btn_4{
top:150px;
left:-157px;
}
#btn_5{
top:200px;
left:-157px;
}
#btn_1.on, #btn_2.on, #btn_3.on, #btn_4.on, #btn_5.on{
background-position:0px 0px;
}
-- End Large Slider Main Page-------------------------------------------*/


/*-- Tabs For Social Networks -----------------------------------*/
.tabs, .pills {
  /*margin: 0 0 18px;*/
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs:after, .pills:after {
  clear: both;
}
.tabs > li, .pills > li {
  float: left;
}
.tabs > li > a, .pills > li > a {
  display: block;
}
.tabs {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}
.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs .active > a, .tabs .active > a:hover {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #00438a;
}
.pills .active a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0069d6;
}
.pills-vertical > li {
  float: none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane,
.tab-content > div,
.pill-content > div {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}	


/*-- End Tabs For Social Networks -----------------------------------*/

/*-- Main Header Caption -----------------------------------*/
.main__header__caption {
color: #88A906;
font-size:24px;
font-family: "Trebuchet MS";
font-weight:normal;
margin: 10px 0 15px 15px;
padding: 0;
}

.main__header__caption__h2 {
color: #88A906;
font-size:24px;
font-family: "Trebuchet MS";
font-weight:normal;
margin: 10px 0 15px 15px;
padding: 0;
}
/*--End  Main Header Caption -----------------------------------*/

/* Pagination */
.pagerfanta {margin:0 auto; padding:10px 0 10px 0; text-align: center;}
.pagerfanta a,
.pagerfanta span {
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
    font-size:13px;
    margin: 0 5px 0 5px;
}

.pagerfanta a {
    text-decoration: none;
}

.pagerfanta a:hover, .pagerfanta .current {
    background-color:#1867b0;
    color:#FFFFFF;
    text-decoration:none;
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
    font-size:13px;
}

.pagerfanta .dots {
    border-width: 0;
}

.pagerfanta .disabled {
    border-color: #B4E3F8;
    color: #333;
}

#addcomment .field {
    border: 1px solid #cccccc;
    width: 286px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 1em;
    background-color: #f7f7f7;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
} .c_copyright {
    font-size: 10px;
    color: #B4B5B4;
} .c_quote {
    border: 1px solid #B4B5B4;
    background-color: #F0F2F0;
    padding: 10px;
    margin-left: 20px;
}	
/*Feedback*/

.feedback label{
display:block;
font-size:14px;
font-weight:bold;
margin:0 0 5px 0;

}
.feedback input, .feedback select, .feedback textarea{
display:inline-block;
width:400px;
margin:0 0 15px 0;
background: white;
border: 1px solid #C0CAD5;
color: #444;
padding: 3px;
}
.feedback fieldset{
	margin:10px 0 30px 0;
}
.feedback fieldset>div{
	margin:0 0 0 20px;
}
.feedback_buttonbox{
padding:0 0 0 160px;
}
.feedback__helper_big{
  color:red;
  font-size:11px;
  width:400px;
  display:inline-block;
  line-height:10px;
}
.feedback__helper{
  color:red;
}
.feedback .message_success{
  border-radius: 6px;
  border:1px solid red;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}
input.eurolab__btn{
	background: #2180CE;
	border-top: 1px #2270AB solid;
	border-right: 1px #18639A solid;
	border-bottom: 1px #0F568B solid;
	border-left: 1px #18639A solid;
	color: white;
	font-size: 14px;
	font-weight:bold;
	text-align: center;	
	padding: 10px 20px;
	width:auto;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33a0e8', endColorstr='#2180ce');
	background: -webkit-gradient(linear, left top, left bottom, from(#33A0E8), to(#2180CE));
	background: -moz-linear-gradient(top, #33A0E8, #2180CE);
	text-shadow: #355782 0 1px 2px;
	-webkit-text-shadow: #355782 0 1px 2px;
	-moz-text-shadow: #355782 0 1px 2px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3), inset 0 1px 0 #83c5f1;
	-webkit-box-shadow: 0 1px 1px 	rgba(0, 0, 0, .3), inset 0 1px 0 #83C5F1;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3), inset 0 1px 0 #83C5F1;
}
input.eurolab__btn:hover{
	border-bottom: 1px #005CA6 solid;
	border-left: 1px #006AC1 solid;
	border-right: 1px #006AC1 solid;
	border-top: 1px #0070CC solid;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3), inset 0 0 3px #35bff4;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3), inset 0 0 3px #35BFF4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3), inset 0 0 3px #35BFF4;
}
input.eurolab__btn:active{
	background:#2f97d7;
	border-bottom:1px #0f568b solid;
	border-left:1px #186299 solid;
	border-right:1px #186299 solid;
	border-top:1px #2270ab solid;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1866a6', endColorstr='#2f97d7');
	background:-webkit-gradient(linear, left top, left bottom, from(#1866a6), to(#2f97d7));
	background:-moz-linear-gradient(top, #1866a6, #2f97d7);
	-moz-box-shadow:0;
	-webkit-box-shadow:0;
	box-shadow:0;
}
.fielderror_i{
  margin-bottom: 10px;
  margin-top: -15px;
}
.fielderror {
    color: #8B0000;
    font-size: 10px;
}

.fielderror_field {
    border: 1px solid #8B0000 !important;
}

.checkcode {
    cursor:hand;
    cursor:pointer;
    border: 1px solid rgb(204, 204, 204);
    height: 20px;
    width: 60px;
}
.checkcode_i,.checkcode_input_i{
  float:left; 
  margin-right: 10px; 
  padding-top: 3px;
}

.banner720x90 {
    margin-top: 3px;
    padding: 0 10px;
    text-align:center;
}
.bg{
	/*padding-top:210px; */
	background-attachment: fixed; 
	background-color: #fff; 
	background-position: center top; 
	background-repeat: no-repeat;
}
.bg-link{
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	display:block;
}
/*Advertising page*/

.adv.promo{
	margin:20px 0;
}
.adv.download{
	background:#fafafa;
	border-radius:5px;
	padding:10px;
	margin:10px 0 0 0;
}
.adv h3{
	font-size:17px;
	margin:0;
}
.adv .pdf, .adv .doc{
	margin:10px 0;
	background:url('/images/adv/adv-doc-icons.png') 0px 0px no-repeat; 
	padding: 0 0 0 40px;
	font-size: 13px;
}
.adv .pdf{
	background-position:1px 0;
}
.adv .doc{
	background-position:0 -38px;
}
.adv .meta{
	font-size:11px;
	color:#999;
}
.adv .contact{
	margin:40px 0 0 0;
}
.adv .phone{
	font-size:37px;
	font-weight:bold;
	color:#1678c6;
	margin:20px 0;
}
.adv .text{
	font-size:22px; 
	margin:40px 0 0 0;
	line-height:25px;
}
.adv .clients{
	display:block; 
	margin:10px 0 0 0;
}
	
.adv.main__header__caption{
	margin:20px 0 0 0;
}
.adv.counter{
	overflow:hidden;
	margin:20px 0;
}
.adv .count{
	line-height:80px;
	color:#1678c6;
	font-size:100px;
	font-style:italic;
	font-weight:bold;
	text-shadow: 3px 1px 0 #0d5e9e;
}
.adv .number{
	line-height:24px;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#aaa;
}
.adv .pages{
	margin: 0 0 0 120px;
	letter-spacing:1px;
}



@media (max-width: 768px) {
  body{
    padding: 0 !important;
    background-image: none !important;
    background-color: #fff !important;
  }
  .wrapper{
    max-width: 1022px;
    width:100% !important;
  }
  .content, .l-content{
    width: 100% !important;
    float: none;
  }
  .main, .l-main {
    overflow: hidden;
    padding: 0 5px 0 0 !important;
  }
  .aside, .l-aside{
    display: none;
  }
  .sidebar, .l-sidebar{
    display: none;
  }
  .banner-top{
    display: none;
  }


  /* header  */
  .header__logo{
    float: left;
  }
  .header__search{
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .header__other{
    float: right;
  }
  .header__search__form{
    width: 100%;

  }
  .header__search .header__links{
    display: none;
  }
  .header__search__form__input{
    
  }
  .header__search__form__input_btn{
    background: red;
    background-image: none;
    
  }
  .header .topnav {
    height: 100%;
    max-height: 100px;
    overflow: hidden;
  }

    




/* navigation */
  .topnav ul li.top-menu-item{
    width: 50%;
  }
  .topnav ul li.top-menu-item a{
    width: 100%;
    font-size: 15px;
    border-left: 1px solid #51aed6;
  }
  .topnav ul li.top-menu-item:hover {
    color: #fff;
    background: #51aed6 !important;
  }

  .topnav ul li.top-menu-item:hover .submenu{
    display: none;
  }

  .topnav ul li.top-menu-item > a:after{
    border:none !important;
  }
  .topnav ul li.top-menu-item > a:before{
    border:none !important;
  }


/* slider */
  .large__slider{
  display: none;
  }


/* footer */
  .footer__links{
    width: 100%;
  }
  .footer__links__header{
    font-size: 16px;
  }
  .footer__links__link{
    font-size: 14px;
    line-height: 25px;
  }
  .footer__more{
    display: none;
  }
  .copyright, .copyright a{
    font-size: 16px;
    line-height: 25px;
    color: #999;
  }
  
  /* footer bottom image */
  .bottom-img{
    display: none;
  }



  /* welcome */
  .news-main__content .news-main__content__col{
    width: 100%;
  }
  .news-health__footer .news-main__footer__list,.news-health__footer .news-health__footer__list{
    width: 100%;
  }
  .blog-main .blog-main__doctors, .blog-main .blog-main__users{
    width: 100%;
  }
  .consult-main > ul, .top-trends__content ul{
    width: 100% !important;
  }


  /* all medicine */
  .large__slider_med{
    display: none;
  }
  .catalogue__item__header .catalogue__item__header__name{
    margin-right: 0;
  }

  /* alphabet */
  .alphabet__letter, .alphabet__letter_active{
    display: inline-block;
    line-height: 30px;
    padding: 5px 5px !important;
    margin: 0 5px 10px 5px !important;
  }

  .half-col{
    width: 100% !important;
    margin: 0 !important;
  }

  .services{
    width: 31% !important; 
    margin: 0 1% 1% 1% !important;
    display: inline-block;
  }


  /*symptoms*/
  .symptom-fastlink__item{
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    box-sizing:border-box;
  }
  .symptom-checker .half-col{
    width: 100%;
  }
  .symptom-checker__list{
    margin: 0 !important;
  }
  .symptom-checker img{
    display: none;
  }
  .symptom-checker__point{
    display: none;
  }
  


  .pagerfanta{
    position: relative;
  }
  .pagerfanta a,
  .pagerfanta span {
    padding:  5px 8px !important;
    margin: 0 2px 0 2px !important;
    border-radius: 3px;
}

  .pagerfanta nav a:first-child{
    position: absolute;
    left: 0;
    text-align: left;
    top: 40px;
    width: 50%;
  }
  .pagerfanta nav a:last-child{
    position: absolute;
    right: 0;
    text-align: right;
    top: 40px;
    width: 50%;
  }



/* drug search */
  .drugs-search button{
    font-size: 12px !important;
    padding: 0 !important;
    height: 30px;
    line-height: 30px;
  }
  .drugs-search #Search_type label:after{
    content: " ";
    display: block;
    height: 1px;
    width: 1px;
   }
}
