@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}


html {
    height: 100%;
}

input, textarea {
    outline: none;
}

img {
    border: 0;
}

body {
    background: url("/images/body1.jpg") no-repeat fixed top center;
    width: 100%;
    height: 100%;
}

h1, h2 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #454545;
    font-weight: normal;
    background: url("/images/bg_recomenduemo.png") no-repeat left center;
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.header {
    width: 1000px;
    height: 140px;
}

.middle {
    width: 100%;
    padding: 0 0 187px;
    background-color: #fff;
    position: relative;
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}

.logo {
    float: left;
    width: 399px;
    height: 109px;
    margin-top: 16px;
}

.info {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    margin-top: 46px;
    width: 500px;
    float: right;
    height: 30px;
}

.phone {
    background: url("/images/phone.png") no-repeat left center;
    height: 30px;
    padding: 7px 0 12px 33px;
    margin-right: 35px;
}

.email {
    background: url("/images/email.png") no-repeat left center;
    height: 30px;
    padding: 7px 0 12px 40px;
}

.search_conteiner {
    float: right;
    width: 310px;
    height: 30px;
    display: inline-block;
    background-color: #f3f8ff;
    border-radius: 5px;
    margin-top: 25px;
    padding-left: 5px;
}

#poisk {
    height: 19px;
    width: 270px;
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6d86a5;
    background-color: transparent;
    padding-top: 6px;
    padding-bottom: 5px;
}

#search_button {
    height: 24px;
    width: 24px;
    float: right;
    margin: 4px 5px 0 0;
    background-image: url("/images/search-button.png");
    background-repeat: no-repeat;
    background-color: transparent !important;
    cursor: pointer;
}

.navbar {
    width: 1000px;
    height: 48px;
    background-color: #f15b5a;
}

.navbar ul {
    width: 994px;
    height: 48px;
    text-align: center;
    padding-left: 6px;
    list-style: none;
}

.navbar ul li {
    display: inline-block;
    border-right: 1px solid #f37373;
    float: left;
}

.navbar ul li a {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 19px 0 19px;
    height: 33px;
}

.navbar ul li a:hover {
    background-color: #e44948;
}

.navbar ul li:last-child {
    border: none !important;
}

/*SLIDER*/
.wrap_slider {
    width: 970px;
    padding: 15px 15px 0 15px;
    height: 468px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    background-color: #fff;
}

/*.shadow_slider {
    background: #fff url("/images/shadow_slider.png") no-repeat top center;
    width: 1000px;
    height: 66px;
}
*/

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

li.bjqs-slide img {
    width: 970px;
    height: 468px;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 10px;
    background: url(/images/next.png) no-repeat;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 10px;
    background: url(/images/prev.png) no-repeat;
}

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}

#banner-fade,
#banner-slide {
    width: 970px;
    height: 468px;
}

ul.bjqs-controls.v-centered li a {
    display: block;
    width: 48px;
    height: 48px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
    background-image: url(/images/prev_hover.png);
}

ul.bjqs-controls.v-centered li.bjqs-next a:hover {
    background-image: url(/images/next_hover.png);
}

p.bjqs-caption {
    display: none;
}

/*p.bjqs-caption{
    background: #000;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding-left: 500px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}*/
/*.all_akcii {
    color: #e3ffae;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    left: 100px;
    top: 352px;
    z-index: 2;
}
.all_akcii:hover {
    text-decoration: underline;
}*/
/*END SLIDeR*/

.container {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #ffffff url("/images/shadow_slider.png") no-repeat top center;
}

.sidebar {
    float: left;
    width: 200px;
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-left: -100%;
    position: relative;
}

.name_cat {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #454545;
    background: url("/images/bg_recomenduemo.png") no-repeat left center;
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
}

.album_image {
    margin-bottom: 10px;
}

.by {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.shop {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #ff6600;
    border-radius: 5px;
    padding: 2px 10px;
    margin-right: 10px;
}

.itunes {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #0084b4;
    border-radius: 5px;
    padding: 2px 10px;
}

.shop:hover {
    background-color: #444;
    text-decoration: underline;
}

.itunes:hover {
    background-color: #444;
    text-decoration: underline;
}

.trek_list_name {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background-color: #7e7e7e;
    padding: 2px 10px;
}

.trek_list ol {
    padding-top: 10px;
    margin-bottom: 10px;
}

.trek_list ol li {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #343434;
    text-align: left;
    margin-left: 25px;
    line-height: 24px;
}

.trek_list ol li:before {
    padding-right: 5px;
}

.center {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.more_albums {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #f15b5a;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
}

.more_albums:hover {
    text-decoration: underline;
    background-color: #0084b4;
}

.video_prev {
    width: 200px;
    display: block;
    margin-bottom: 15px;
}

.other_video {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    background-color: #0084b4;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}

.other_video:hover {
    text-decoration: underline;
    background-color: #444;
}

.prev_koncert {
    display: block;
    width: 200px;
    border-bottom: 1px solid #cd2221;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.date_concert {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #454545;
    display: block;
    margin-bottom: 10px;
}

.text_koncert {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #454545;
}

.prev_koncert .detalnishe {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #2288ff;
    display: block;
    text-align: right;
    margin-top: 3px;
}

.prev_koncert .detalnishe:hover {
    text-decoration: underline;
}

.other_koncerti {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #f15b5a;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
}

.other_koncerti:hover {
    text-decoration: underline;
    background-color: #0084b4;
}

.content {
    padding: 30px 15px 15px 230px;
    min-height: 500px;
}

.news_preview {
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.img_news_preview {
    float: left;
	min-width: 200px;
    max-width: 320px;
    display: inline-block;
    border: 1px solid #7e7e7e;
    margin-right: 10px;
}

.title_news_preview {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #454545;
    display: block;
    position: relative;
    top: -8px;
    margin-bottom: 3px;
}

.title_news_preview:hover {
    color: #0084b4;
}

.title_news_preview_no_img {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #0084b4;
    display: block;
    position: relative;
    top: -8px;
    margin-bottom: 3px;
}

.title_news_preview_no_img:hover {
    color: #00adec;
}

.date_news_preview {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #7e7e7e;
    padding: 2px 5px;
    margin-bottom: 10px;
}

.text_news_preview {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

.right {
    display: block;
    text-align: right;
}

.detlnishe_news_preview {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #f15b5a;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 12px;
}

.detlnishe_news_preview:hover {
    text-decoration: underline;
    background-color: #0084b4;
}

.all_news {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 5px;
    background-color: #0084b4;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
}

.all_news:hover {
    text-decoration: underline;
    background-color: #e44948;
}

.left_img {
    border: solid 1px #7e7e7e;
    display: block;
    float: left;
    margin-right: 10px;
	margin-top: 5px;
}

.content p {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #454545;
    margin-bottom: 10px;
}

.content ol {
	margin-left: 25px;
	display: inline-block;
	margin-bottom: 10px;
}

.content ol li {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #343434;
    text-align: left;
    margin-left: 25px;
    line-height: 24px;
}

.content ol li:before {
    padding-right: 5px;
}

.content ul {
	margin-left: 25px;
	display: inline-block;
	margin-bottom: 10px;
}

.content ul li {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #343434;
    text-align: left;
    margin-left: 25px;
    line-height: 24px;
}

.content ul li:before {
    padding-right: 5px;
}

.footer {
    width: 1000px;
    margin: -187px auto 0;
    height: 187px;
    background: #fff url("/images/footer.jpg") no-repeat top center;
    position: relative;
}

.liveinternet {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-top:  100px;
    margin-left: 15px;
    float: left;
}

.text_footer {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #303030;
    text-transform: uppercase;
    float: left;
    margin-top: 107px;
    margin-left: 20px;
}

.rozrobka {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #303030;
    text-transform: uppercase;
    float: right;
    margin-right: 15px;
    margin-top: 107px;
    text-align: center;
}

.rozrobka p {
    display: block;
    margin-bottom: 10px;
}

.meddesign {
    display: inline-block;
    width: 125px;
    height: 29px;

}

#breadcrumbs {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}

#breadcrumbs a {
	color: #00a4f9;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

.rezultat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #dd3853;
}

.list_article_block {
    display: block;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.list_article_block:hover {
    background-color: #f8f8f8;
}

.list_article_block_name {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0084b4;
    display: block;
}

.list_article_block_text {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.list_article_block_more {
    display: block;
    text-align: right;
}

.list_article_block_more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f15b5a;
}

.list_article_block_more a:hover {
	text-decoration: underline;
}

#blog_page_numerator {
  display: block;
  text-align: center;
}
#blog_page_numerator a {
display: inline-block;
padding: 3px 7px;
}
.numerator_min_page {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0084b4;
}
.numerator_max_page {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0084b4;
}
.numerator_min_page:hover {
  text-decoration: underline;
}
.numerator_max_page:hover {
  text-decoration: underline;
}
.numerator_item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  background-color: #0084b4;
  color: #fff;
  margin-left: 3px;
  margin-right: 3px;
}
.numerator_item:hover {
  background-color: #444;
}
.now_page_class {
  background-color: #444;
}

.photo {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  border: solid 4px #ccc;
  margin: 0 15px 10px 0px;
}
.photo:hover {
  border-color: #0084b4;
}
/*COMMENTS*/

.ost_koment span {
  cursor:pointer;
  display: block;
  padding: 10px;
  width: 200px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
 background: #cb60b3; /* Old browsers */
background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#c146a1), color-stop(51%,#a80077), color-stop(100%,#db36a4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */

}

.ost_koment span:hover {
  color: #FCFFA1;
}

.autor_name {
  font-size:14px;
  font-family:Verdana, Geneva, sans-serif;
  color: #727272;
}

.autor_name_vivod {
  font-size:16px;
  font-weight: bold;
  font-family:Verdana, Geneva, sans-serif;
  color: #2793e6;
}

.date_comment {
  font-size:12px;
  font-family:Verdana, Geneva, sans-serif;
  color: #999;
  margin-left: 10px;
}

.comments_title {
  font-size:16px;
  font-weight: bold;
  font-family:Verdana, Geneva, sans-serif;
  color: #322f2f;
  margin-top: 10px;
}

.text_of_comment {
  font-size:14px;
  font-family:Verdana, Geneva, sans-serif;
  color: #000;
  margin-top: 5px;
}

.blog_block_part {
  margin-top: 10px; 
  border-bottom: 1px dashed #CCC;
  padding: 5px 5px 15px 5px;
}

.comments_hr {
  border:0;
  border-bottom:1px solid #343434;
  height:0px;
}
h3 {
  font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#727272;
    border-bottom: 1px solid #dddddd;
}

h4 {
  font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
    border-bottom: 1px solid #333333;
}


  #comment_form td {
border: none !important;
}
#comment_form tr:hover {
background: none !important;
}

#comment_form input {
  width: 97%; border: 1px solid #CCC;
  padding:3px 0px;
}

#message {
width: 97%; border: 1px solid #CCC;
}

#captcha_text_enter_chars_from_img {
font-size: 10pt; margin-bottom: 5px !important;
}

#captcha_img {
top: +5px; position: relative !important;
}

#captcha_str_input {
border: 1px solid #CCC;
width: 100px !important;
height: 27px;
padding: 0px 5px;
top: -5px;
position: relative;
}

.btn_ok_from_form {
  width: 100px !important;
  border: 1px solid #CCC !important;
  padding: 5px 10px;
  float: right;
  cursor: pointer;
  margin-top: -34px;
  font-size:14px;
	font-family: Arial, Geneva, sans-serif;
	color:#333333;
    text-shadow: 1px 1px 0px #ddd;
  background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e8e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#e8e8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

}

.btn_ok_from_form:hover {
  text-shadow: 1px 1px 0px #fff;
  background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top,  #e8e8e8 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8e8e8 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8e8e8 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e8e8e8 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}

/*END COMMENTS*/
