.lum {
  background-color: steelblue;
  background-blend-mode: soft-light;
  }

.capture{
    opacity: 0;
    margin: 0 auto 0 auto;
    visibility: hidden;
    display: none;
    
}
.capt:hover .capture{
    opacity: 1;
    visibility: visible;
    display: block;
}
.tombs{
    border: 1px dotted darkred;
}

hr { margin:0 auto; border:none; height:2px; background:#977816; }

.space{
    margin-top: 0.6%;
}

.top {
    background: none;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1280px;
}

.pulse-button {
  position: fixed;
  top: 90%;
  left: 90%;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  width: 75px;
  height: 75px;
  font-family: Verdana;
  font-size: 1em;
  font-weight:normal;
  color: #1C222A;
  text-shadow: 0 1px 0 #1f4c76;
  /*border: 100px solid #3480c7;*/
  box-shadow: 0 0 0 0 rgba(90, 153, 220, 0.7), inset 0 1px 0 #abcbe9;
  border-radius: 100%;
  vertical-align: middle;
  background: #A4D3EE;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ea6d9), color-stop(100%, #468ccf));
  background-image: -webkit-linear-gradient(#6ea6d9, #468ccf);
  background-image: -moz-linear-gradient(#6ea6d9, #468ccf);
  background-image: -o-linear-gradient(#6ea6d9, #468ccf);
  background-image: linear-gradient(#6ea6d9, #468ccf);
  cursor: pointer;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
  background-image: url(/phone2.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
}
.pulse-button:hover {
  -webkit-animation: none;
  background-image: url(/phone2.png);
  background-repeat: no-repeat;
  background-position: center;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #abcbe9;
  }
}


.zap-button{
  position: fixed;
  top: 50%;
  right: 0px;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 120px;
  border: 2px dotted darkred;
  font-size: 0;
  background:#fdfdfd;
  background-image: url(/zap.png);
}

.zap-button:hover{
  position: fixed;
  top: 50%;
  right: 1px;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  width: 110px;
  height: 120px;
  font-family: Verdana;
  font-size: 1.2em;
  font-weight:normal;
  color: #1C222A;
  text-shadow: 0 1px 0 #1f4c76;
  vertical-align: middle;
  background-image: none;
  padding-top: 20px;
  padding-left: 5px;
}

.spoiler {
    max-width: 1024px;
    margin: 5% 10%;
}

.hide,
.hide + label ~ div {
    display: none;
}

.hide + label {
    padding: 0;
    color: green;
    cursor: pointer;
    display: inline-block;
}

.hide:checked + label {
    color: red;
    border-bottom: 0;
}

.hide:checked + label + div {
    display: block; 
    background: #efefef;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    margin-left: 20px;
    padding: 10px;
    /* чуточку анимации при появлении */
     -webkit-animation:fade ease-in 0.5s; 
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s; 
}

@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hide + label:before {
    background-color: #1e90ff;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px; 
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}

#butcall {
  
}

#smallform {
    text-align: center;
    width: 300px;
    margin: 0 auto;
}
    
input, textarea {
    margin: 0 auto;
    display:block;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:#f4f4f4;
    color:#000;
    border:2px dotted #A11009;
    padding:1px;
    margin-bottom:5px;
}
#vidguk {
    width: 400px;
    margin: 0 auto;
    display:block;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:#f4f4f4;
    color:#000;
    border:1px dotted #A11009;
    padding:1px;
    margin-bottom:5px;
}
#vidguk_label{
    width: 400px;
    margin: 0 auto;
    display:block;
    padding:1px;
    margin-bottom:5px;
}
#vidguk_button{
    width: 200px;
    margin: 0 auto;
    display:block;
    padding:1px;
    margin-top:15px;
    font-size: 20px;
    border:1px solid black;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:white;
}
#vidguk_button:hover{
    color: #A11009;
    border:1px solid #A11009;
    background-color: #f4f4f4;
}
dl{
    margin-left: 8%;
    margin-right: 8%;
}
dt{
    background-color: #f4f4f4;
    font-size: 20px;
}
dd{
    margin-bottom: 15px;
    padding-left: 4%;
    font-size: 18px;
    border: 3px solid #f4f4f4;
    
}
dd > img{
	width: 400px;
	display: block;
	margin-left: 4%;
}
#contact_form { 

	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px;
    background-color: papayawhip;
    margin: 5px;
	
}
#button1 {
  cursor:pointer;
  width: 80px;
  height: 20px;
  border: none;
  background-color: #FBB03B;
  border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
  padding: 0,5em;
  font-size:105%;
  color:#ffffff;
  margin: 0 auto; /* Отступ слева и справа */;
  font-weight:bold;
}


#button1:hover {
background-color: darken #FBB03B, 20%;
}

.sale{
	text-align: right;
	font-size: 1.4em;
	text-indent: 0px;
}



/*общие стили ------------------*/
*{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptserif/v8/5hX15RUpPERmeybVlLQEWBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
}

@font-face{
    font-family: 'Palatino';
    font-style: normal;
    font-weight: normal;
    src: url("/palabi.ttf");
}
@font-face{
    font-family: 'Copyist';
    font-style: normal;
    font-weight: normal;
    src: url("/Copyist.ttf");
}

@font-face {
    font-family: 'Attentica';
    font-style: normal;
    font-weight: normal;
    src: url('/Attentica.ttf');
}
@font-face{
    font-family: 'Bravo';
    font-style: normal;
    font-weight: normal;
    src: url("/BravoRG.otf");
    
}
@font-face{
    font-family: 'Leto';
    font-style: normal;
    font-weight: normal;
    src: url("/Leto.otf");
    
}

@font-face {
    font-family: 'Tinos';
    font-style: normal;
    font-weight: normal;
    src: url("/Tinos-Regular.ttf");
}

a{
    text-decoration: none;
}
li{
    list-style-type: none;

}

h1{
    font-family: Bravo;
    margin: 0.6% auto 0 auto;
    display: table;
    font-size: 3em;
    color: #004A4A;
    font-stretch: extra-expanded;
}

h2{
    font-family: Palatino;
    margin: 2% auto 2% auto;
    display: table;
    font-size: 3em;
    color: #1C222A;
}
h3{
    font-family: Attentica;
    margin: 0.6% auto 0 auto;
    display: table;
    font-size: 22px;
    color: #1C222A;
    font-stretch: extra-expanded;
}
#pan_title{
    color: #004A4A;
    font-size: 22px;
}

.middle li{
    font-family: Verdana;
    font-size: 16px;
    text-align: left;
	list-style-type: square;
    margin-bottom: 7px;
}
a,button,input[type="submit"],img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
a,button,input,textarea{
    outline: none;
}


.middle ul{
    margin-bottom: 20px;
}


p{
    font-family: 'Tinos';
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-indent: 1em;
	text-align: justify;
    font-stretch: extra-expanded;
    margin: 5px 50px 5px 50px;
  
}
p strong{
    color: darkred;
}
#panel15 p{
	text-align: center;
}


/*ШАПКА САЙТА ------------------*/
header{
    background: #660000;
    overflow: hidden;
    border-bottom: 1px solid #977816; /*#73710B;*/
    background-image: url();
  
}
/*верхнее меню ------------------*/
.top-menu{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    z-index: 99998;
    font-family: Futura;
    margin: 0;
    
}
.top-menu ul{
    float: left;
    margin-left: 4%;
}
.top-menu ul li{
    float: left;
}
.top-menu ul li a{
    padding: 8px 6px;
    display: block;
    color: #fff;
    transition: all 1s;
    font-size: 1.3em;
}
.top-menu ul li a:hover{
    background: #825B01;
}
/*обертка для лого и контактов ------------------*/
.head-wrap{
    margin: 40px auto 0 auto;
    max-width: 1380px;
}
/*лого ------------------*/
#logo {
    display: block;
    margin-top: 1.8%;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 0 0 0 25px;
}
#logo span {
	display: block;
	background: url("/shine.png") -160px -80px no-repeat;
	transition-property: all;
	transition-duration: .8s;
 
	height: 70px;
	width: 91px;
}
#logo:hover span {
	background-position: 100px 100px;
}
#uzor {
    margin-top: 3%;
    padding-left: 4%;
    padding-right: 0px;
}
#uzor2 {
    margin-top: 3%;
    padding-left: 0px;
}
.logo{
    color: #EDB021;
    float: left;
    width: 35%;
}
.logo h1{
    font-size: 2.4em;
    text-align: center;
}
.slider{
    width: 100%;
    float: right;
    padding: 2%;
    z-index: -1;
}
.slogan{
    text-align: center;
    word-spacing: -10px;
    padding: 2% 0px 0px 1%;
}
.slogan span{
    font-size: 45px;
    font-family: Copyist;
    color: #fff;
    text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;
}
.slogan2{
    text-align: left;
    padding: 2% 0px 1% 0px;
}
.slogan2 span{
    font-size: 370%;
    font-family: Attentica;
    color: #fff;
    word-spacing: -2px;
}
/*контакты ------------------*/
#contacts{
    float: right;
    color: #fff;
    text-shadow: #000 1px 0px, #000 1px 1px, #000 0px 1px, #000 -1px 1px, #000 -1px 0px, #000 -1px -1px, #000 0px -1px, #000 1px -1px;
    margin-top: 0.8%;
}
#contacts li{
    float: left;
    padding: 5px 0 2px 25px;
    margin-right: 1px;
    font-size: 1em;
    margin-left: 1px;
}
.mail{
    background: url("/mail.png") no-repeat 3% 30%;
}
.life{
    background: url("/life.png") no-repeat 4% 30%;
}
.k-star{
    background: url("/k-star.png") no-repeat 4% 30%;
}
.mts{
    background: url("/mts.png") no-repeat 4% 30%;
}
.loc{
    background: url("/location.png") no-repeat 3% 20%;
}
/*языки ------------------*/
.lang{
    float: right;
    width: 20%;
    margin: 1% 2% 0 2%;
}
.lang li{
    float: right;
    cursor: pointer;
    padding: 4px;
}
.lang li:hover{
    background: #EDB021;
    opacity: .7;
}
.search{
    width: 20%;
    float: right;
    margin: 1% 0;
    display: none;
}

.search form{
    float: right;
    width: 100%;
}

.search input[type="search"]{
    padding: 6px;
    width: 80%;
    border: 1px solid #EDB021;
    float: left;

}

.search input[type="submit"]{

    background: url("/search.png") no-repeat 50% 50%;

    width: 28px;

    height: 28px;

    float: left;

    cursor: pointer;

}
.main{
    background: #fdfdfd;
    overflow: hidden;
    color: #222;
    font-weight: 400;
}
.left-main{
    float: left;
    width: 60%;
   
}
.left-main img{
    width: 100%;
}
.right-main{
    float: left;
    width: 67%;
    padding: 0 10px;
}
.advantages{
    width: 100%;
    margin: 0 -10px;
    overflow: hidden;
}
.advantages li{
    float: left;
    width: 16%;
    text-align: center;
    padding: 0 10px;
    font-family: Bravo;
    margin: 10px 0;
    list-style-type: none;
}
#advantages2{
    width: 11%;
    padding: 0 2px;
}
#advantages2 a{
    line-height: 20px;
}
#advantages2 a span{
    line-height: 15px;
    font-size: 22px;
}
.best_item{
    width: 25%;
    float: left;
    text-align: center;
    font-family: Bravo;
    cursor: context-menu;
    color: darkred;
    height: 200px;
}
.best_item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    line-height: 26px;
    color: #004A4A;
}
.best_item:hover{
   
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    text-decoration: none;
}
.best_img{
    margin: 0 auto;
    display: table;
    width: 45%;
    border: 2px dotted #977816;
}
.best_left{
    position: relative;
    float: left;
}
.best_detal{
    display: none;
    position: absolute;
    padding: 2em 0;
}
.best_detal span{
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: darkred;
}
.min span{
    font-size: 18px;
}
.best_item:hover .best_detal{
    display: block;  
}
.best_item:hover .best_left{
    opacity: 0.3;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px); 
}
.best_item:hover .best_img{
    border: none;
}
.advantages li a{
    color: #977816;
    font-size: 1.3em;
    display: block;
    line-height: 50px;
}
.advantages li a:hover{
    box-shadow: 0px 0px 12px 0px darkred;
    color: #1C222A;
}
.advantages li img{
    margin: 0 auto;
    display: table;
    width: 65%;
}
.advantages li span{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 26px;
}
.middle-menu{
    width: 100%;
    float: none;
}
.middle-menu .advantages{
    margin: 0px 0px 0;
    text-align: center;
    line-height: 0;
    letter-spacing: -7px;
    font-size: 0;
}
.middle-menu .advantages li{
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: none;
    line-height: normal;
    letter-spacing: normal;
}
.middle-menu .advantages li span{
    font-size: 26px;
}
.worked{
    background: #fff;
    padding-bottom: 20px;
    text-align: center;
    font-family: Bravo;
    margin: 10px 0;
    cursor: context-menu;
    color: #004A4A;
    font-size: 24px;
    line-height: 26px;
    
    text-indent: 0px;
    
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.worked:hover{
    background-color: #004A4A;
    color: antiquewhite;
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
}
.granit{
    background: #fff;
    padding-bottom: 20px;
    text-align: center;
    font-family: Bravo;
    margin: 10px 0;
    cursor: context-menu;
    color: #004A4A;
    font-size: 24px;
    line-height: 26px;
    
    text-indent: 0px;
    
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.granit:hover{
    
}
.clone-fade{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 99;
}
.clone{
    color: white;
}
.clone:hover {
   color: white;
}
.clone > img {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 100;
    height: auto;
    width: 35%;
    margin: auto;
}
.numfade{
    z-index: 101;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 90%;
    z-index: 100;
    height: auto;
    width: 35%;
    margin: auto;
    color: white;
    font-size: 2em;
}
.work img{
    display: table;
    margin: 0 auto;
    width: 60%;
}

.middle_feed{
    background: #b7b7b7;
    float: left;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #977816;
    border-bottom: 1px solid #977816; /*#EDB021;*/
}
.middle{
    max-width: 1280px;
    margin: 0 auto;
    padding: 1px 0 1px 0;
}
.middle h2{
    font-size: 52px;
}
.item-page{
    font-size: 18px;
}
.item-page p{
    margin: 20px 0 0 0;
}
.item-page p:first-child{
    margin: 0;
}
.feedback{
    margin: 0 auto;
    overflow: hidden;
}
.feedback form{
    width: 610px;
    display: table;
    margin: 0 auto 50px auto;
}
.input-block input{
    width: 290px;
    height: 50px;
    margin-bottom: 5px;
    border: 1px darkred solid;
    padding: 0 10px;
    background-color: #F9F9F9;
    font-size: 16px;
    display: block;
    border-radius: 0px;
}
.input-block textarea{
    width: 300px;
    height: 160px;
    float: right;
    border: 1px darkred solid;
    padding: 10px;
    background-color: #F9F9F9;
    font-size: 16px;
    resize: none;
    display: block;
    border-radius: 0px;
}
input[type='submit'], .feedback button{
    background-color: darkred;
    width: 210px;
    height: 50px;
    cursor: pointer;
    font-family: Bravo;
    font-size: 28px;
    color: black;
    border-radius: 0px;
}
input[type='submit']:hover, .feedback button:hover{
    background-color: #004A4A;
    color: antiquewhite;
    border: none;
}
.location{
    float: left;
    padding: 0 0 0 120px;
    width: 35%;
    margin: 0 2% 0 0;
    background: transparent url("/location.png") no-repeat scroll 0 0;
}
.location p{
    font-size: 18px;
    text-align: left;
}
.location strong{
    display: block;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 500;
}
.feed-form{
    float: left;
    width: 50%;
}
.feed-form .input-block input{
    width: 45%;
}
.feed-form input[type='submit']{
    width: 100%;
}
.formValidation{
    display: none;
}
footer{
    overflow: hidden;
    background: #004A4A;
    color: #fdfdfd;
    font-family: Bravo;
    font-size: 24px;
    line-height: 26px;
    text-indent: 5px; 
}
footer h1{
    color: #977816;
    font-size: 2em;
}
.map{
    padding: 2px;
    max-width: 500px;
}
#contact{
    position: relative;
    float: left;
    border: 4px solid #B7B7B7;
    border-top: none;
}
#contact_1{
    position: relative;
    float: left;
    width: 368px;
}
.footer-contacts{
    float: left;
    color: #fff;
    padding: 0 0 0 0px;
}
.footer-contacts li{
    float: right;
    padding: 5px 0 5px 35px;
    font-size: 1em;
    margin-left: 2%;
    width: 100%;
    display: block;
}
.phone{
    background: url("/phone.png") no-repeat 0% 50%;
}
.flex-caption{
    font-size: 1em;
}
.count{
    float: left;
    margin: 2% 0 10px 48%;
}
/*---------PhocaGallery---------------------------------*/

.pg-category-view-vidi .pg-cv-box:hover{
    background-color: #FFF;
    border-radius: 4px;
    transform: scale(1.25);
}
.pg-category-view-vidi .pg-cv-box{
    width: auto !important;
    height: auto !important;
    transition: all 0.5s;
}

.page-header{
    text-align: center;
    color: #333;
    font-size: 20px;
}
.pg-category-view, .pg-category-view-vidi{
    text-align: center;
}
#pg-msnr-container{
    display: inline-block;
    margin: 20px 0 0 0 !important;
}
.pg-cv-box{
    display: inline-block;
    float: none;
    height: auto !important;
}
.pg-cv-name{
    text-align: center;
    font-size: 20px;
}
.counter, .pagination-start, .pagination-end, .pagination-prev, .pagination-next{
    display: none !important;
}
.lightBox{
    height: 600px !important;
}
.lightBox .image-browser-image{
    height: 90% !important;
}
.lightBox .image-browser-image img{
    height: 100%;
}
.lightBox .image-browser-caption{
    font-size: 20px;
    text-align: center;
}
.pg-cv-desc h3{
    margin: 20px 0 0 0;
    font-size: 22px;
}
.pg-cv-desc ol{
    counter-reset: li;
    padding: 0px;
    list-style: outside none none;
    text-align: left;
    margin: 20px 15% 0px 15%;
}
.pg-cv-desc ol li{
    position: relative;
    background: #F6F6F6 none repeat scroll 0% 0%;
    padding: 4px 15px;
    margin: 0px 0px 6px 20px;
    font-size: 18px;
}
.pg-cv-desc ol li:before{
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    padding: 6px 0px;
    color: #FFF;
    left: -2em;
    text-align: center;
    width: 2em;
    font-weight: bold;
    background: rgb(237, 176, 33) none repeat scroll 0% 0%;
    border-radius: 50%;
    top: 20%;
    margin: 0 0 0 -10px;
}
.pagination li{
    display: inline-block;
    margin: 0 5px;
}
.pagination li a{
    display: block;
    padding: 3px 10px;
    border-radius: 50%;
    background-color: #EDB021;
    color: #fff;
    font-size: 20px;
    border: 2px solid #EDB021;
}
.pagination li a:hover{
    background-color: transparent;
    border: 2px solid #EDB021;
    color: #333;
}
.pagination li span{
    color: #333;
    display: block;
    padding: 3px 10px;
    border-radius: 50%;
    font-size: 20px;
    border: 2px solid #333;
}


/*---------JComments--------------------------------*/

#jc{
    text-align: center;
}
#comments{
    width: 70%;
    display: inline-block;
}
#comments span{
    text-align: center;
    display: block;
    color: #333;
    font: 62px Palatino;
}
#comments .comment-box span{
    text-align: left;
    display: inline;
}
#comments .comments-list{
    margin-left: 0;
}
#jc .rbox{
    border-radius: 0px;
    box-shadow: 0px 0px 5px 0px #626262;
}
#jc h4{
    text-align: center;
    font-size: 26px;
    border-bottom: none;
}
#comments-form{
    display: inline-block;
    width: 50%;
}
#comments-form p, #comments-form span, #comments-form input, #comments-form textarea{
    width: 95%;
    padding: 5px !important;
    max-width: 95% !important;
}
#comments-form .grippie{
    display: none;
}
#comments-form .btn, #comments-report-form .btn{
    background: none;
    text-align: center;
    width: 95%;
}
#comments-form .btn:hover, #comments-report-form .btn:hover{
    background: none;
}
#comments-form .btn a, #comments-report-form .btn a{
    display: block;
    color: #1C222A;
    background: rgb(237, 176, 33) none repeat scroll 0% 0%;
    /*padding: 10px 60px !important;*/
    width: 180px;
    height: 35px;
    line-height: 35px;
}
#comments-form .btn a:hover, #comments-report-form .btn a:hover{
    color: rgb(237, 176, 33);
    background: #1C222A none repeat scroll 0% 0%;
}
#comments-form .btn div, #comments-report-form .btn div{
    background: none;
    float: none;
    display: inline-block;
}
#comments-form span.captcha{
    background: none;
    display: inline;
}
#comments-form img.captcha{
    float: left;
    margin: 0px 20px 0px 0px;
}