/*
 * @author ( Angie Radtke )
*/

/* not ready */

/* ##########################  general  ########################### */

/* @font-face {
  font-family: 'Titillium Maps';
  src: url("../fonts/TitilliumMaps29L002.eot");
  src: local('Titillium Maps'), local('TitilliumMaps'),
    url("../fonts/TitilliumMaps29L002.otf") format("opentype"),
    url("../fonts/TitilliumMaps29L002.woff") format("woff");
}
*/

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

body {
  background-color:#d2b48c;
  /* background: #815a33 url(/templates/beez_20/images/bg-body.png) fixed; */
  color: #3b2500;
  font-family: Georgia, arial, sans-serif;
  font-size: 14px;
}

#all {
  
  color: #3b2500;
  border:solid 0px ;
  padding-top:0px;
}

.soc {position:fixed; width:1220px; height:40px; background-color:#C50101; opacity:0.9; top:0; border-bottom:1px solid #000; z-index:999999;}

.soc .icon {vertical-align:middle; font-size:13px; margin-top:8px; margin-left:20px; float:left;}

.soc .field {margin-left:77px;}

.soc .icon a{vertical-align:middle; color:#fff; margin-top:-5px; }

.soc img {vertical-align:middle; width:24px; height:24px; margin-right:5px;}

.soc .phone {margin-left:850px; color:#fff; font-weight:bold; font-size:14px;}

a:link,
a:visited
{
  color:#490303
}

a:hover,
a:active,
a:focus
{
  background:none;
  color:#490303;
  
}
u:hover,
u:active,
u:focus {
text-decoration: none;
}
input:focus
{
  border:solid 2px;
}

fieldset
{
  border:solid 0px #ccc
}

.article-info
{
  color:#444
}

.article-info dd span
{
  color:#444;
  border-right:solid 0px;
  background:#eee
}

/* ##########################  back  ########################### */

#back
{

}

/* ##########################  logo  ########################### */

#logo span
{
  color:#fff;
  padding-left:50px;
  font-size:0.3em !important;
  text-transform:none;

}
#all #header  {
padding-top:0;
height: 387px;
background: url(/templates/beez_20/images/header.png) bottom no-repeat;
}

.logoheader {
background: url(/templates/beez_20/images/bg-logo.jpg) bottom right no-repeat;
  background-color:#fff;
color: #fff;
height: 356px;
margin: 0 !important;

}


#logo {
     font-weight:normal;
     margin-top:5px;
     margin-left:10px;
  margin-top:10px;
  z-index:8;
}

#slider {
height: 300px;
overflow: hidden;
margin-top: 56px;
float: left;
margin-left:0px;
}
#slider #slider110 li img {
width: 500px;
height: 318px;
}
#slider #prev110 {
position: absolute;
left: 5px;
top: 115px;
}
#slider #next110 {
position: absolute;
right: 5px;
top: 115px;
}
#line {
width: 1200px;
top: 0px;
left: 0px;
padding: 5px 10px !important;
text-align: right;
background: url(/templates/beez_20/images/menu-top.png);
height: 46px;

}


/* ##########################  header  ########################### */

#header
{
  font-size:1em;
  position:relative;
  margin-top:60px;
}

/* ++++++++++++++  lists, skiplinks  ++++++++++++++ */
#header ul.menu
{


top:5em;
padding: 0px 0px 0px 0 ;
border:0 ;
text-align:left;
left:0px;
display:block;
margin:0px 10px 0 10px;
border-top:solid 1px #ddd;

}


#header ul.menu li
{border:0; margin:0 !important;     }
#header ul.menu li a:link,
#header ul.menu li a:visited
{

  color:#333;
  border:0 ;
  border-right:solid 1px #ddd;
  margin:0px 0 0 0 ;
  padding:12px 15px ;
  position:relative;
  
  display:inline-block

}

#all #header ul li a {
color:#fff;
text-shadow: 3px 1px 2px #000;
}

#header ul li.active a:link,
#header ul li.active a:visited {
color:#fff;
text-decoration: underline;
text-shadow: 3px 1px 2px #000;
}


#header ul.menu-nav li ul {
display: none;
position: absolute;
right: auto;
margin: 9px 0;
background: url(/templates/beez_20/images/bg-nav22.png);
overflow: hidden;
z-index: 99;
margin-bottom: 32px;
opacity: 0.6;
top: 34px
}

#header ul.menu-nav li ul li {
left:auto;  /*Сбрасываем установки свойства left:50% родительского элемента li */
margin:0; /* Reset the 1px margin from the top menu */
clear:left;
float:left;
width:100%;
text-align: left;
padding: 5px 0px;
opacity: 1;
}
/* Переставляем последнее подменю так, что оно находится внутри страницы */
100
#header ul.menu-nav li ul.last {
left:auto; /* Сбрасываем значение свойства left:0; */
right:0; /* Устанавливаем значение для свойства right */
}
#header ul.menu-nav li ul.last li {
float:right;
position:relative;

}
#header ul.menu-nav li:hover ul ,
#header ul.menu-nav li:focus ul ,
#header ul.menu-nav li:active ul ,
#header ul.menu-nav li.hover ul {
display:block; /* Выводим подменю */
}
#header ul.menu-nav li ul li a, #header ul.menu-nav li.active ul li a {
text-transform: none;
font-weight: normal;
font-size: 14px;
text-decoration: underline;
}


#header ul.menu-nav li.active ul li a:link,
#header ul.menu-nav li.active ul li a:visited {
text-decoration: underline;
font-weight: normal;
}

}
#header ul.menu-nav li ul li a:hover,
#header ul.menu-nav li ul li a:active,
#header ul.menu-nav li ul li a:focus {
text-decoration: none;
}
#header ul.menu-nav li.active ul li a:hover,
#header ul.menu-nav li.active ul li a:active,
#header ul.menu-nav li.active ul li a:focus,
#header ul.menu-nav li.deeper ul li a:hover,
#header ul.menu-nav li.deeper ul li a:active,
#header ul.menu-nav li.deeper ul li a:focus,
#header ul.menu-nav li.parent ul li a:hover,
#header ul.menu-nav li.parent ul li a:active,
#header ul.menu-nav li.parent ul li a:focus   {
text-decoration: none;
}

#all #header ul.menu-nav li  span{
color:#fff;
text-transform: uppercase;
text-shadow: 3px 1px 2px #000;
cursor: default;
height: 41px;
display: block;
padding: 0 10px 0 10px
}
#all #header ul.menu-nav li.item-56  span{
font-size: 22px;
text-transform: none;
line-height: 16px;
text-shadow: 2px 1px 2px #000;
cursor: default;
height: 41px;
display: block;
padding: 0 10px 0 10px
}
/* 
#nav_head {
background: url(/templates/beez_20/images/bg-nav21.png) top no-repeat;
overflow: hidden;
margin-top: 22px;
}

#nav_foter{
background: url(/templates/beez_20/images/bg-nav23.png) bottom no-repeat;
overflow: hidden;

}*/
/* ++++++++++++++  fontsize  ++++++++++++++ */

#fontsize
{
   display:inline;


}

#fontsize p a:link,
#fontsize p a:visited
{
  color:#222;
  border-right:solid 1px #ccc
}


#fontsize p a.larger,
#fontsize p a.reset,
#fontsize p a.smaller
{
  padding-left:5px;
  padding-right:5px;
  text-decoration:none;
  margin:0;
}



#fontsize p a:hover,
#fontsize p a:active,
#fontsize p a:focus
{
  background:#095197 !important;
  color:#fff
}

#fontsize h3
{
  color:#222;
  font-weight:bold
}

/* ++++++++++++++  search  ++++++++++++++ */
#header form,
#header form .search,
#header form .finder
{
display:inline;
padding-right:1px ;


}

#header form .inputbox
{
  background:url(../images/header-bg.gif) repeat-x;
  border:solid 1px #ccc;
  border-bottom:0;
  border-right:0;
  padding:5px

}

#header form .inputbox:focus
{
  border:solid 2px #000;
}

#header form .button
{
  border:solid 0px #ddd;
  background:#ccc url(../images/personal/button.png);
  color:#333;
  padding:4px !important
}

/* ##########################  contentarea  ########################### */
#contentarea, #contentarea2 {
background: url(/templates/beez_20/images/bg-all.png);
}
/* ##########################  breadcrumbs  ########################### */

.breadcrumbs {
font-style: italic;
font-size: 12px;
}

#breadcrumbs span
{
  color:#333;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited
{
  background:#fff;
  color:#333;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus
{
  background:#095197;
  color:#fff;
}


/* ##########################  navigation column  ########################### */

.module_content
{
  border:solid 1px #ddd;

}
.moduletable_js
{
  border:solid 0px #ddd;
}

#right .moduletable_js
{
  border:0
}

#nav h3 span.backh3 {
  color: #690505;
  font-size: 24px;
}

h3.js_heading
{
  border-bottom:solid 1px #ddd;
  background:#eee;

}

h3.js_heading span.backh
{
  border:solid 0px #000
}

h3.js_heading span.backh1
{

}

h3.js_heading a
{
  border:0
}

h3.js_heading a img
{
  border:0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus
{
  background:none
}



#right h3 span.backh3 {
  color: #690505;
  font-size: 24px;
}

h3.js_heading a:link,
h3.js_heading a:visited,
h3.js_heading a:hover,
h3.js_heading a:active,
h3.js_heading a:focus
{

}

#nav h3.js_heading a:focus
{

}

#nav form
{
  color:#000;
}

#nav form a:hover,
#nav form a:active,
#nav form a:focus
{
  color:#fff;
  background:#095197;
  text-decoration:none
}

/* ++++++++++++++  first level  ++++++++++++++ */
#nav .moduletable-example ul.menu
{
  background:#fff;
  border:0;
}

ul.menu {
border:0;
}

.module_content ul.menu
{
  border:0;
}

ul.menu li {
border-bottom:solid 0px #fff;
}


ul.menu li a:link,
ul.menu li a:visited {
font-size:14px;
color:#fff;
font-weight:bold;
font-size:11px;
margin-left:10px;
line-height: 0.9em;
text-decoration:none;
background:url(../images/bg-nav-list.png) 0px 11px no-repeat
}

.left1 ul.menu li a:link {
font-size:14px;
color:#490303;
font-size:11px;
margin-left:10px;
line-height: 0.9em;
text-decoration:none;
background:url(../images/bg-nav-list2.png) 0px 11px no-repeat
}

ul.menu li.active a:link,
ul.menu li.active a:visited
{
  color:#480808;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a:hover,
ul.menu li.active a:active,
ul.menu li.active a:focus
{
font-weight: bold;
color:#480808;
font-size: 12px;
line-height: 17px;
}


/* ++++++++++++++  second level  ++++++++++++++ */

ul.menu li ul
{
  border:solid 0px #eee;
}

 ul.menu li ul li
{
  border:solid 0px #000;
  background:#fff;
}

 ul.menu li.active ul li a:link,
 ul.menu li.active ul li a:visited
{
  color:#444;
  border:0;
  border-bottom:solid 1px #fff;
  background: #e8e8e8
}

 ul.menu li.active ul li.active a:link,
 ul.menu li.active ul li.active a:visited
{
  border:0;
  color:#333;
  border-bottom:solid 1px #fff;
}

 ul.menu li.active ul li a:hover,
 ul.menu li.active ul li a:active,
 ul.menu li.active ul li a:focus
{
  background:#666 !important;
  color:#fff !important;
}


/* ++++++++++++++  third level  ++++++++++++++ */

ul.menu li ul li ul
{
  border:0 !important;
  background:#f5f5f5 !important;
  padding-bottom:0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
  background:#f5f5f5 ;
  border-bottom:solid 1px #fff;
  color:#444
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited
{
  color:#333;
}



/* ++++++++++++++  fourth level  ++++++++++++++ */

ul.menu li ul li ul li ul
{
  border:solid 1px #eee !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  background:#fff url(../images/nature/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 40px;
  font-size:0.9em;
  background:#fff url(../images/nature/arrow_small.png) no-repeat  30px 5px;
  color:#444
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold;
color:#333 }



/* ++++++++++++++  fifth level  ++++++++++++++ */

ul.menu li ul li ul li ul li ul
{
  border:solid 0px #eee !important;
  padding-top:5px !important;
  padding-bottom:10px !important;
  background:#fff !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 5px;
  font-size:0.9em;
  background:#fff ;
  color:#444;
  margin:0 10px  0 35px;
  border-bottom:solid 1px #ddd
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold; color:#333}

/* ##########################  content - main   ########################### */


#main
{

}

#main a:link,
#main a:visited
{

}

#main a:hover,
#main a:active,
#main a:focus
{
  text-decoration:none
}
#main a u:hover,
#main a u:active,
#main a u:focus
{
  text-decoration:none
}
#main th a:hover,
#main th a:active,
#main th a:focus
{
  text-decoration:none
}

.items-row
{
  
}

.items-row h2
{

}

.column-1,
.column-2
{
  border: solid 0px ;
}

.item-separator
{
  border: solid 0px #333333;
}

#main ul li
{
font-family: 'arial','helvetica cy','nimbus sans l','freesans',sans-serif;
  color:#000;
  font-size:12px;
}

.small
{
  border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
  border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset
{
  border:0;
  padding:0;
  margin:20px 0
}

#bg-yslygi {
background: url(/templates/beez_20/images/bg-glavnaya.png) no-repeat;
width: 650px;
height: 160px;
}
#bg-yslygi a img {
margin: 4px 22px 0 4px;
}
#bg-yslygi p {
color: #fff;
font-weight: normal;
font-style: italic;
padding: 0 10px 0 0;
margin-top: 4px;
}
#main #bg-yslygi a h1 {
margin: 0;
padding: 6px 0 0 0;
font-size: 18px;
color: #fff;
text-decoration: underline;
}
#main #bg-yslygi #more{
float: right;
width: 75px;
margin-top: -13px;
margin-right: 13px;
}
p.h2-1{
text-align: center;
font-size: 20px;
font-weight: bold;
}
.files2 {
font-size: 14px;
font-weight: bold;
margin-left: 155px !important;
}

/* ++++++++++++++  images  ++++++++++++++ */

.image-left
{
  padding:2px;
}

.image-right
{
  border:solid 1px #ddd;
  padding:2px
}

/* ++++++++++++++  leading  ++++++++++++++ */

.items-leading
{

}


/* ++++++++++++++++++++ headings +++++++++++++ */
#main h1 { 
color:#490303;



}


#main .blog  h1,
#main .blog-featured  h1 {
color:#490303;
  

}

/* h1 on frontpage */

.items-row h2
{

}

.items-leading h2,
#main h3,
#main h4
{
  color:#490303;
}

#main h2 {
  color:#490303;


}

#main h2 a
{
  color:#490303
}


/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited {
text-decoration:none; 
text-align:center;
padding:5px 16px;
border:solid 2px #f2f2f2;
border-radius: 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
font:13px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#E5FFFF;
background-color:#650200;
background-image: -moz-linear-gradient(top, #650200 0%, #cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
background-image: -webkit-linear-gradient(top, #650200 0%, #cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
background-image: -o-linear-gradient(top, #650200 0%, #cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
background-image: -ms-linear-gradient(top, #650200 0% ,#cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0e0e', endColorstr='#cc0e0e',GradientType=0 );
background-image: linear-gradient(top, #650200 0% ,#cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus {
border:solid 2px #f2f2f2;
border-radius: 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
font:13px Arial, Helvetica, sans-serif;
cursor: pointer;
}


/* ++++++++++++++  icons  ++++++++++++++ */

.actions img
{
  border:0;
}

/* ++++++++++++++  items-more  ++++++++++++++ */

#main .items-more h3
{
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  color:#444;
}

#main .items-more ol
{
  color:#000;
}

#main .items-more ol li a
{
  background:#FFFFFF url(../images/blog_more.gif) no-repeat 0px center;
  color:#095197
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
  background: #095197 url(../images/blog_more_hover.gif) no-repeat 0px center;
  color:#fff;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
  border-top:solid 1px #ddd;
  clear: both;
}

/* ++++++++++++++  article index  ++++++++++++++ */

table.contenttoc
{
  border:solid 1px #ccc;
}


/* ##########################  right column   ########################### */

#right {
border:solid 0px #e6e6e6;
  
}



#right h3
{

}

#right h4
{
  color:#555;
  border:solid 0;
}







/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span
{
  color:#000;
}

/* ##########################  modules  ########################### */

/* ++++++++++++++  mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited
{
  background: url(../images/personal/arrow2_grey.png) 2px 7px  no-repeat ;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus
{
  background:#555 url(../images/arrow_white_grey.png) 2px 7px  no-repeat !important;
}

/* ++++++++++++++  newsfeed  ++++++++++++++ */

ul.newsfeed
{
  border:solid 0px #000;
}

.newsfeed-item
{
  border-bottom:solid 1px #ddd;
}

.newsfeed-item h5 a
{

}

/* ++++++++++++++  newsflash  ++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz
{
  background:#F5F5F5 url(../images/nature/box.png) repeat-x;
  border:1px solid #EEEEEE;
}

ul.newsflash-horiz li
{
  border:solid 0px #eee;
  background:#f5f5f5;
}



/* newsflash vertical */

.newsflash-vert
{

}

/* ++++++++++++++  banner  ++++++++++++++ */

.banneritem
{
  border:0
}

.banneritem a
{
  background:none
}

.banneritem a img
{
  background:none;
  border:0
}

/* ++++++++++++++  login  ++++++++++++++ */

#login-form .inputbox
{
  border:solid 1px #ddd;
  background:url(../images/content_bg.gif) repeat-x;

}

fieldset.input
{
  border:0 ;
}

input.button,
button.button,
button.validate
{

  background:#FFFFFF url(../images/nature/arrow1.gif) no-repeat left top;
  border:1px solid #DDDDDD;
  color:#444444;
}

/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs
{
  border:solid 1px #ddd;
  border-bottom:0;
  background:#f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li
{
  background:#f5f5f5 url(../images/nature/box.png) repeat-x;
  border-right:solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited
{
  color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
  color:#000
}

.tabcontent
{
  border:solid 1px #ddd;
  background:#fff;
  color:#000;
}

.tabcontent .linkclosed
{
  color:#000;
  border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
  background:#fff;
  color:#333;
  border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
  background:#555;
  color:#fff
}

/* ++++++++++++++  category-module  ++++++++++++++ */

#right .category-module h4 a:link,
#right .category-module h4 a:visited
{
  color:#0D4C89
}

#right .category-module h4 a:hover,
#right .category-module h4 a:active,
#right .category-module h4 a:focus
{
  color:#fff
}


.category-module li
{
  border-bottom:solid 1px #ddd;
}

.category-module li li
{
  border:0
}



/* ##########################  search   ########################### */

.searchintro img
{
  border:0px
}

.inputbox:focus
{
  border:solid 2px #000;
}

.word
{
  background:#fff;
  border:solid 0px #ccc ;
}

.word input
{
  border:solid 1px #ddd;
  background:url(../images/content_bg.gif) repeat-x;
  color:#333;
}

.only
{
  border:solid 1px #ccc;
}

.phrases
{
  color:#000;
  border:solid 1px #ccc;
}

/* ++++++++++++++  selects  ++++++++++++++ */
.phrases .inputbox
{
  background:#fff;
  color:#000;
}

.phrases .inputbox option
{
  background:#f5f5f5;
  border-bottom:solid 1px #ccc;
}

.phrases .inputbox option a:hover
{
  background:#C00;
  border-color:#CFD0D6;
  color:#fff;
}

/* ++++++++++++++   search results  ++++++++++++++++++ */

dl.search-results
{
  background:#f5f5f5;
}

dl.search-results dt.result-title
{
  border-top:dotted 1px #ddd
}

dl.search-results dd.result-url
{
  border-bottom:solid 5px #fff;
  color:#115599;
}

dl.search-results dd.result-created
{
  border-bottom:solid 5px #fff;
}

/* ##########################  forms   ########################### */


/* ++++++++++++++  form validation  ++++++++++++++ */

.invalid
{
  border-color:red !important;
}

label.invalid
{
  color:red;
}


/* ##########################  user profile  ########################### */
#users-profile-core,
#users-profile-custom
{
  border:solid 1px #ccc;
}

#member-profile fieldset
{
  border:solid 1px #ccc;
}


/* ##########################  tables   ########################### */
table
{

}

tbody
{

}

tr.odd,
.cat-list-row1
{
  background:url(../images/news.gif)  repeat-x;
}

table.newsfeeds td,
table.weblinks td
{

}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
  background:#444 ;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
  color:#fff
}


td.table_footer
{
  background:#ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.counter
{

}

td.num,
td.hits
{

}

td p
{

}

table.category th a img
{
  border:solid 0px ;
}

/* for opera */
tr, td
{
  border:solid 0px #ddd
}


#main table.moduletable td,
#main table.moduletable tr
{border:0;}
fieldset.filters
{
  border:solid 0px #ddd;

}

/* ##########################  contacts   ########################### */

.contact form
{
  background:#fff;
  color:#000;
}

.contact input
{
  background:#fff;
  color:#000;
}

.contact .button
{

}

.contact input.invalid,
.contact textarea.invalid
{
  border:solid 2px red;
}

.contact label.invalid
{
  color:red;
}


/* ++++++++++++++  Error Message contact form  ++++++++++++++ */

p.error
{
  color:#044b63;
  background:#eee;
  border-top:3px solid #044b63;
  border-bottom:3px solid #044b63;
}

body.contentpane
{
  background:#fff;
}


/* ##########################  footer   ########################### */

#footer {
background: #333333 url(../images/bg-footer.png) repeat;
color: #fff;
  padding: 10px 0;
  position: relative;
/*height: 73px;*/
}

#footer-inner
{
  background:#f5f5f5 url(../images/personal/footer.jpg) repeat-x left bottom;
  border-top:solid 1px #ddd
}

#footer a
{
  color:#fff;
}

#bottom a img
{
  border:0
}

.box h3
{
  
  font-size:1.2em
}
.box ul
{padding-left:0}

.box1
{border-right:solid 1px #ccc}
.box3
{border-left:solid 1px #ccc}
#bottom  ul li a
{background-image:none;
padding-left:0}
/* ##########################  editor  ########################### */

.contentpaneopen_edit img
{
  border:0
}

form.editor fieldset
{
  border:solid 1px #ccc;
}


/* ++++++++++++++  edit  ++++++++++++++ */

form#adminForm
{
  border:solid 0px #000
}

.edit form#adminForm fieldset
{
  border:solid 1px #ddd
}
.edit form#adminForm  legend
{
  font-weight:bold
}
/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip
{
  border:solid 1px #333;
  background:#ffffcc;
}


/*-------------------------------*/


table.pagenav,
table.pagenav tr,
table.pagenav td
{border:0 !important}

.cat-children ul ul,
.categories-list ul ul
{
  list-style-type:none;

}

.cat-children ul ul ul,
.categories-list ul ul ul
{


}
.categories-list .category-desc ul li
{list-style-type:square
}

/* contact  plain */
#main .contact h3
{
  border-bottom:solid 1px #ddd;
  margin: 20px 0
}

.form-required
{
  font-weight:bold;
  margin:10px 0;
  background:#fff url(../images/req.png) no-repeat;
  padding:10px 40px

}

.contact .inputbox,
.registration input,
.profile-edit input,
.login-fields input,
.remind input,
.reset input


{
  background:#fff url(../images/content_bg.gif) repeat-x ;
  border:solid 1px #ccc;
  padding:3px
}

.profile-edit select
{
  padding:0px;
  border:solid 1px #ccc;
  background:#f5f5f5;

}
.profile-edit select option
{
  padding:3px

}
/* contact  slider */

.panel
{
  border:solid 1px #ddd;
  margin-top:-1px

}
#main .contact .panel h3
{
  margin:0px 0 0px 0;
  padding: 0;
  background:#eee;
  border:0
}
.panel h3 a
{
  display:block;
  padding:6px;
  text-decoration:none;
  color:#444;
  padding:6px;
}


.panel h3.pane-toggler a
{
  background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
  background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;
  border-bottom:solid 1px #ddd;
}

.pane-slider
{
  border:solid 0px;
  padding:0px 10px !important;
  margin:0;
  background: url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
  padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
  margin:20px 0 0 0
}


/* tabs */

div.current
{

  background: url(../images/nav_level_1.gif) repeat-x ;
}

/* image upload modal */

#all #upload-flash ul li a:hover,
#all .item a:hover span {
  background:#095197;
  color:#fff;
}
#close a
{text-decoration:none}

/* ########################## sample module styling  ########################### */

div.sample-module {
    border: 2px dashed #ddd;
    padding: 10px;
    background-color: #f5f5f5;
}

div.gallery {
width: 435px;
box-shadow: 3px 3px 4px #888888;
border: 1px solid #CCCCCC;
position: relative;
margin: 0 auto;
}
.gallery a {
display: block;
position: relative;
width: 100%;
height: 100%;
}
img.gallery {
padding: 10px;
width: 415px;
}
#main .custom, #main .customkorporativ{
margin: 0 auto;
width: 650px;
}
#img1 {
margin-right: 10px;
width: 300px;
border: 1px solid grey;
}
.bold {
font-weight: bold;
}
.h2 {
font-size: 14px;
line-height: 16px;
margin-top: 10px;
text-decoration: underline;
}
.h1 {
font-size: 16px;
line-height: 18px;
padding: 5px;
text-align: center;
text-decoration: none;
}
.gallery p {
background: url("/templates/beez_20/images/content-back.png") repeat scroll 0 0 transparent;
width: 100%;
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
bottom: 10px;
text-align: center;
color: #333;
}
.Chronoform #buttoncr {
width: 100px;
float: right;
height: 32px;
text-decoration:none; 
text-align:center;
padding:5px 16px;
border:solid 2px #f2f2f2;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
font:13px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#E5FFFF;
background-color:#650200;
background-image: -moz-linear-gradient(top, #650200 0%, #cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
background-image: -webkit-linear-gradient(top, #650200 0%, #cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
background-image: -o-linear-gradient(top, #650200 0%, #cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
background-image: -ms-linear-gradient(top, #650200 0% ,#cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0e0e', endColorstr='#cc0e0e',GradientType=0 );
background-image: linear-gradient(top, #650200 0% ,#cc0e0e 100<SMILE>id=863 alt=':Wacko:'</SMILE>);
-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
 }


.Chronoform #buttoncr:hover, .Chronoform #buttoncr:focus{
border:solid 2px #f2f2f2;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius: 4px;
font:13px Arial, Helvetica, sans-serif;
cursor: pointer;
}
#reyting {
margin-left: 50px;
/*margin-top: -25px;*/
  float: left;
}
#reyting2 {
/*margin-left: 520px;*/
/*margin-top: 22px;*/
  position: absolute;
  right: 60px;
  bottom: 0;
}
#bg-yslygi > h1 {
  line-height: 1;
  margin-bottom: 0;
  padding: 3px;
}
#main .Chronoform .ccms_form_element.cfdiv_radio {
  margin-left: 200px;
  width: 250px;
}

.gtur td {border:1px solid #bbbbbb;}

geg-but-new {
border:1px solid #960018;
border-radius:10px;
background-color:#fff0f5;
margin-top:10px;
margin-bottom:10px;
margin:0 auto;
padding:5px;
}

geg-but-new a{
color:#808080;
text-decoration:none;
}

.table_price {

margin-top:10px;
margin-bottom:5px;
font-size:12px;
  width:97%;
padding:10px;
}

.table_price td{
border:1px solid #c0c0c0;
padding:5px;
}

.table_mc {
border:1px solid #c0c0c0;
font-size:12px;
  width:99%;
padding:7px;
color:#490303;
}

.table_mc td{
border:1px solid #c0c0c0;
padding:7px;
}

sup {
vertical-align: super;
font-size: smaller;
}

.fon_god {  width:100%; height: 3050px; background: url("/images/fon-novy3.png") repeat scroll 0 0 transparent; }
.fon_god_price { width:660px; height:1450px; background: url("/images/fon-novy3.png") repeat scroll 0 0 transparent; }
.fon_god_price2 { width:660px; height:1450px; background: url("/images/fon-novy3.png") repeat scroll 0 0 transparent; }
.fon_god_korp { width:660px; height:1500px; background: url("/images/fon-novy3.png") repeat scroll 0 0 transparent; }

.fon_vyp { width:660px; height:550px; background: url("/images/fsa.png") repeat scroll 0 0 transparent; }
.fon_vyp_price { width:660px; height:1450px; background: url("/images/fsa.png") repeat scroll 0 0 transparent; }
.fon_vyp_price2 { width:660px; height:1450px; background: url("/images/fsa.png") repeat scroll 0 0 transparent; }
.fon_vyp_korp { width:660px; height:1500px; background: url("/images/fsa.png") repeat scroll 0 0 transparent; }

.scroll-top {
  display: none;
  background: url(/images/top.png);
  position: fixed;
  z-index: 9999;
  right: 50px;
  bottom: 140px;
  cursor: pointer;
  width: 44px;
  height: 44px;
}

.table_ic_four {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.table_ic_four td {
  width: 25%;
  font-size: 11px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight:bold;
}
.table_ic_four td div {
  width: 150px;
  margin-top:5px;
}


.table_ic_six {
  width: 100%;
  margin-top:20px;
}
.table_ic_six td {
  width: 33%;
  font-size: 11px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight:bold;
}
.table_ic_six td div {
  width: 150px;
  margin-top:5px;
}


.table_ic_tr {
  width: 100%;
  margin-top:5px;

}
.table_ic_tr td {
  width: 33%;
  font-size: 11px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight:bold;
}
.table_ic_tr td div {
  width: 150px;
  margin-top:5px;
}

.table_ic_nomera {
  width: 100%;
  margin-top:5px;
}
.table_ic_nomera td {
  width: 25%;
  font-size: 11px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight:bold;
}
.table_ic_nomera td div {
  width: 100px;
  margin-top:5px;
}

.calc_but {width:480px; display:block; height:48px; background: url(/images/bg_calc.png) bottom no-repeat; margin:0 auto;}
.calc_but:hover {background: url(/images/bg_calc.png) bottom no-repeat; cursor:pointer;}
.calc_but div{position:absolute; margin-left:145px; margin-top:11px; font-size:18px; color:#fff;}

.inst_zag {font-size:16px; text-align:center; margin-bottom:15px;}

.inst_foto img {margin-bottom:10px;}

.inst_podp {background: #c65015;
    border: 1px solid #c65015;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: none;
border-radius:2px;
  padding:8px;
  text-align:center;
      color:#ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    outline: none;

}
.inst_podp a {color:#ffffff; text-decoration:none; font-size:13px; font-family: Arial, Helvetica, sans-serif;}

.main-table td{
  padding: 10px 0;
}

h2{
  font-weight: bold !important;
}

#main .main-table h3{
  margin-top: 0;
  margin-bottom: 15px;
}
#main .main-table p{
  margin-top: 10px;
}
.geg-but-red{
  width: 214px;
  height: 48px;
  margin:0 auto;
  background-color: red;
  background-image: linear-gradient(to top, rgb(136, 40, 41) 0%, rgb(208, 32, 38) 100%);
  border: 2px solid rgb(182,102,104);
  text-align: center;
  line-height: 48px;
  transition: all .3s ease;
}
.geg-but-red:hover{
  background-image: linear-gradient(to bottom, rgb(136, 40, 41) 0%, rgb(208, 32, 38) 100%);
}
.geg-but-red a{
  text-decoration: none;
  text-align:center;
  color: white;
  font-family: 'MinionPro';
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.table_price_t {
  width:100%;
  margin-bottom:15px;
  }
.table_price_t td{
  border:1px solid #c0c0c0;
  padding:10px;
  }

#main .new-year-page h2 {
  font-size: 24px;
  color: #690505;
}
.new-year-page .date-new-year {
  font-size: 16px;
  color: black;
  margin-bottom: 20px;
}
.new-year-page .date-new-year p {
  margin: 0;
  font-weight: 700;
}
.new-year-page .content-text {
  font-size: 14px;
  color: black;
  margin-bottom: 20px;
}
.new-year-page .wrapper-new-year-block {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.new-year-page .wrapper-new-year-block .new-year-block {
  width: 192px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
}
#main .new-year-page .wrapper-new-year-block .new-year-block:hover {
  text-decoration: underline;
}
.new-year-page .wrapper-new-year-block .new-year-block img {
  width: 100%;
  height: 192px;
  display: block;
}
.new-year-page .wrapper-new-year-block .new-year-block p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.new-year-page .slider-new-year {
  display: block;
  margin: 0 auto 20px;
  height: 420px;
  overflow: hidden;
}
.new-year-page .new-year-form {
  background-color: #f26417;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
#main .new-year-page .new-year-form h4 {
  font-size: 22px;
  color: white;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
.new-year-page .new-year-form form {
  display: block;
  width: 100%;
}
.new-year-page .new-year-form form input[type='text'] {
  width: 174px;
  height: 40px;
  line-height: 40px;
  background-color: white;
  border: none;
  outline: none;
  color: silver;
  font-size: 14px;
  text-indent: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.new-year-page .new-year-form form input[type='submit'] {
  width: 174px;
  height: 40px;
  border: 3px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 33px;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 420px) {
  .new-year-page .new-year-form form input[type='text'] {
    margin-right: 0;
  }
}
.new-year-page .new-year-form form input[type='submit']:hover {
  background-color: white;
  color: silver;
}
.new-year-page .new-year-table {
  border: 1px solid silver;
  margin-bottom: 20px;
  border-spacing: 0;
  font-size: 14px;
  display: block;
  overflow-x: auto;
}
.new-year-page .new-year-table th {
  border: 1px solid silver;
  padding: 5px;
  text-align: center;
}
.new-year-page .new-year-table tr td:first-child {
  text-align: left;
  font-weight: 700;
  width: 135px;
}
.new-year-page .new-year-table td {
  border: 1px solid silver;
  padding: 5px;
  text-align: center;
  min-width: 65px;
}
.new-year-page strong {
  font-size: 16px;
  font-weight: 700;
}
.room-table-new{
  width: 100%;
}
.room-table-new td{
  font-weight: 400;
  font-size: 12px;
}
.room-table-new strong{
  font-size: 14px;
}
.new-year-page .room-table-new tr td:first-child{
  font-weight: 400;
}
.new-year-page ul {
  display: block;
  margin-top: 10px;
  padding-left: 0;
  list-style-type: disc;
}
#main .new-year-page ul li {
  display: block;
  font-size: 12px;
  font-weight: 400;
  list-style-type: disc;
  position: relative;
}
#main .new-year-page ul li::before{
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: -15px;
  width: 4px;
  height: 4px;
  background: black;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.new-year-page .small-text {
  font-size: 12px;
  font-weight: 400;
}

.slider-new-year + .nivo-controlNav{
  padding: 0 0 30px;
  position: relative;
  margin-top: -50px;
  z-index: 999;
}
.slider-new-year > .nivo-caption{
  opacity: 0;
}
.slider-new-year + .nivo-controlNav > a{
  width: 9px;
  height: 9px;
  margin: 2px;
  background-color: rgb(251, 251, 249);
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
}
.slider-new-year + .nivo-controlNav > a:hover{
  background-color: rgb(133, 58, 58);
}
.slider-new-year + .nivo-controlNav > a.active{
  background-color: rgb(133, 58, 58);
}


.new-year-form form input.error {
  background-color: #ffd6d6;
}
.top-line-room{
  margin-top: 30px;
  overflow: hidden;
}
.top-line-room .price-room p{
  font-size: 24px;
  color: rgb(66, 66, 67);
  font-family: "FavoritLightC", serif;
  float: left;
  font-weight: 700;
}
.top-line-room .price-room span{
  color: rgb(242, 100, 23);
  font-weight: 700;
}
.top-line-room > a{
  float: right;
  text-decoration: none;
  color: white;
  font-size: 22px;
  display: inline-block;
  background-color: rgba(242, 100, 23, 1);
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 rgba(194, 7, 7, 0.25);
  padding: 5px 12px;
  font-family: "FavoritLightC", serif;
  font-weight: 700;
  transition: background-color .3s ease;
}
.top-line-room > a:hover{
  background-color: rgba(242, 100, 23, .85);
}
@media all and (max-width: 540px){
  .item-page .top-line-room .price-room p{
    float: none;
    display: block;
    text-align: center !important;
  }
  .top-line-room > a{
    float: none;
  }
  .top-line-room{
    text-align: center;
  }
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');

.info-room{
  margin: 15px auto;
}
.info-room > p{
  display: inline-block;
  vertical-align: top;
  max-width: 190px;
  min-width: 120px;
  margin-left: 20px;
  text-align: left;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.info-room > p i{
  width: 50px;
  height: 50px;
  background: url("/images/arrow-all.png") no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.info-room > p span{
  display: inline-block;
  vertical-align: top;
}
.info-room > p span > strong{
  font-size: 22px;
}
.info-room > p:first-child{
  margin-left: 0;
}
.table_ic_six td img{
  margin-bottom: 15px;
  margin-top: 20px;
}

#main .dignity-wrapper { max-width: 700px; margin: 30px auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

#main .dignity-block { min-width: 33.33%; -webkit-flex-basis: 220px; -ms-flex-preferred-size: 220px; flex-basis: 220px; text-decoration: none; min-height: 192px; position: relative; font-family: "Roboto", sans-serif; text-align: center; padding: 15px; box-sizing: border-box; color: #fefdfd; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; overflow: hidden; }
#main .dignity-block::after { content: ""; display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; z-index: 0; -webkit-transition: -webkit-transform 2s ease; transition: transform 2s ease; }
#main .dignity-block:before { content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.35); -webkit-transition: background-color 2s ease; transition: background-color 2s ease; z-index: 1; }
#main .dignity-block:first-child::after { background: url("/templates/beez_20/images/dignity-img1.jpg") no-repeat center/cover; }
#main .dignity-block:nth-child(2)::after { background: url("/templates/beez_20/images/dignity-img2.jpg") no-repeat center/cover; }
#main .dignity-block:nth-child(3)::after { background: url("/templates/beez_20/images/dignity-img3.jpg") no-repeat center/cover; }
#main .dignity-block:nth-child(4)::after { background: url("/templates/beez_20/images/dignity-img4.jpg") no-repeat center/cover; }
#main .dignity-block:nth-child(5)::after { background: url("/templates/beez_20/images/dignity-img5.jpg") no-repeat center/cover; }
#main .dignity-block:hover { text-decoration: none; color: #fefdfd; }
#main .dignity-block:hover::after { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
#main .dignity-block:hover:before { background-color: transparent; }
#main .dignity-block > * { position: relative; z-index: 2; }
#main .dignity-block__icon { display: block; margin: 0 auto 10px; }
#main .dignity-block__title { display: block; text-transform: uppercase; font-weight: 500; font-size: 17px; margin-bottom: 5px; color: #fefdfd;font-family: "Roboto", sans-serif;}
#main .dignity-block__text { display: block; font-size: 16px; margin: 0; padding: 0; line-height: 1.1; color: #fefdfd;font-family: "Roboto", sans-serif;text-align:center!important;}

.formNoError {
  display: none;
}
.formError {
  display: none;
}
#cal4_0Container {
  border: 1px solid #000;
  padding: 10px;
  background: rgb(255, 255, 255);
}
#cal4_1Container {
  border: 1px solid #000;
  padding: 10px;
  background: rgb(255, 255, 255);
}
.calweekdayrow th {
  padding: 4px;
}
td.calcell {
  padding: 4px;
}


.info-footer{
  color: #fff;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 15px;
}
.info-footer span,
.info-footer a{
  margin: 0 10px;
}
.wrap + img{
  display: none;
}

.title-video {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  padding: 0 5px;
  margin-top: 0;
}

.logoheader div a {
  background: rgba(255,255,255,.7);
  display: block;
}

#bron-wedding {
  border: 1px solid #fdf378;
  box-shadow: 0 11px 16px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px 0;
  margin-top: 20px;
}

#bron-wedding .formControlLabel {
  color: rgb(130, 128, 128);
  font-family: "FavoritLightC", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}
#bron-wedding .formControls {
  position: relative;
}
#bron-wedding .formControls input {
  height: 36px;
  padding: 0 10px;
  background-color: rgb(253, 252, 252);
  border: 1px solid rgb(203, 201, 201);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 36px;
  font-size: 17px;
  color: rgb(149, 147, 147);
  outline: none;
  box-sizing: border-box;
}

#bron-wedding .formControls textarea {
  padding: 0 10px;
  background-color: rgb(253, 252, 252);
  border: 1px solid rgb(203, 201, 201);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 21px;
  font-size: 17px;
  color: rgb(149, 147, 147);
  outline: none;
  resize: none;
  box-sizing: border-box;
}

#bron-wedding #button {
  width: 166px;
  height: 38px;
  background-color: rgb(198, 80, 21);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
#bron-wedding #button:hover {
  background-color: rgba(198, 80, 21, .9);
}

#bron-wedding .formControls input#btn12_0 {
  position: absolute;
  top: 0;
  left: 200px;
  height: 36px;
  width: 36px;
  border: none;
  padding: 0;
  background: url("../images/date-ico.png") no-repeat center;
  cursor: pointer;
}

#bron-wedding #cal12_0 {
  background: white;
  border: 1px solid rgb(203, 201, 201);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-spacing: 5px;
  border-collapse: separate;
}
