@font-face {
  font-family: BakerSignet BT;
  src: url(‘bakrsgnt.ttf’);
}

/* RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}
root { 
    display: block;
}

/*********/
/* geral */
/* =scroll */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
        
        
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{  
    background-color: #d6d6d6;
        width: 10px;
        position: relative; 
        cursor: pointer;
        border-radius: 8px 8px 8px 8px;
}

.jspDrag
{
        background-color: #8c1c08;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
        border-radius: 8px 8px 8px 8px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
        width: 29px
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Alignment */
.aligncenter,.alignleft,.alignright {
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* alinhamento texto */
.al{
	text-align: left;
}
.ar{
	text-align: right;
}
.ac{
	text-align: center;
}
.aj{
	text-align: justify;
}
/* inline/-/block */
.i,.im,.ib,.it{
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.bl{
	display: block;
	width: auto;
}
.i,.it{    
    vertical-align: top;   
}
.im{    
    vertical-align: middle;     
}
.ib{    
    vertical-align: bottom;     
}
/* sprites */
.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8,.s9,.s10,.s11,.s12,.s13{
	background: url('./img/sprites.png') no-repeat;
	width: 22px;
	height: 22px;
}

.s1{
	background-position: -1px -1px ;
	width: 22px;
	height: 20px;
}

.s2{
	background-position: -1.909088134765625px -27px ;
}
.s3{
	background-position: -30.81817626953125px -31.18182373046875px ;
}
.s4{
	background-position: -63.6363525390625px -1.818206787109375px ;
}
.s5{
	background-position: -35.45452880859375px -1px ;
}
.s6{
	background-position: -87.6363525390625px -30.272735595703125px ;
}
.s7{
	background-position: -85.54547119140625px 0;
}
.s8{
	background-position: -58.54547119140625px -33px ;
}
.s9{
	background-position:-1px -54px;
}
.s10{
	background-position: -89px -52px;
}
.s11{
    background-position: -28px -54px;
}
.s12{
	background-position: 0 -77px;
}
.s13{
	background-position: -56px -55px;
}
/* geral */
:focus{
	outline: 0;
}
html{
	background-image: url("./img/bg_6.png");
    background-repeat: repeat;
}
body{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #5b4652
}
li{
	 color: #007CBA;
    list-style: square inside none;
    margin-bottom: 1em
}
li span{
	color: #454545;
}
a{
	text-decoration: none;
	color: #462e22;
	-webkit-transition: color .25s linear;
	   -moz-transition: color .25s linear;
	    -ms-transition: color .25s linear;
	     -o-transition: color .25s linear;
	        transition: color .25s linear;
}
p{
	margin-bottom: 1em;
}
input,textarea{
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    padding: 8px 11px;
    resize: none;
}
p:last-child{
	margin-bottom: 0;
}
a span{
	-webkit-transition: color .25s linear;
	   -moz-transition: color .25s linear;
	    -ms-transition: color .25s linear;
	     -o-transition: color .25s linear;
	        transition: color .25s linear;
}
.fp{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.bg1{
	background-image: url("./img/bg_5.png");
	background-repeat: repeat;
}
.bg2{
	background-image: url("./img/bg_7.png");
	background-repeat: repeat;
}
.bg3{
	background-image: url("./img/bg3.png");
	background-repeat: repeat;
}
.bg4{
	background-image: url("./img/bg4.png");
	background-repeat: repeat;
}
.bg5{
	background-image: url("./img/bg_0.png");
	background-repeat: repeat;
}
.header > .fp > a{
	margin: 0 -162px;
}
.menu{
	width: 722px;
	margin-right: -15px;
}
.menu a{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.btn{
    background-image: url("./img/bg-btn.png");
    background-repeat: repeat-x;
    border: 1px solid #810100;
    background-position: 0 0;
    text-transform: uppercase;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 1px 6px 11px;
    -webkit-transition: background .25s ease;
       -moz-transition: background .25s ease;
        -ms-transition: background .25s ease;
         -o-transition: background .25s ease;
            transition: background .25s ease;
}
.btn span{
	color: #fff;
}
.no-bt{
	background-image: url("./img/bg-btn2.png");
	padding: 5px 11px 9px;
}
.no-bt span{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.no-bt:hover span{
	text-shadow: 0 0 11px #FFFFFF;
}
.btn:hover{
    background-position: 0 -33px;
}
.menu > .btn:hover{
    color: #fff;

}
.menu .btn{
    margin-left: 24px;
}
.menu > a{
	text-shadow: 0 0 0 #fff;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.menu > a:hover{
	text-shadow: 0px 0 11px #FFFFFF;
}
.sli-cy{
	height: 281px;
	overflow: hidden;	
}
.sli-cy .item{
	position: relative;
	width: 960px;
	height: 281px;
}
.sli-cy .item img{
	display: block;
}
.sli-h{
    width: 100%;    
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.sli-h .caroufredsel_wrapper{
	left: 50% !important;
	margin-left: -1440px !important;
}
.sli-h > .fp{
    height: 281px;
    left: 50%;
    margin-left: -480px;
    position: absolute;
    top: 0;
}
.sli-h > .fp > .dest-cy{
    background-image: url("./img/bg-dest.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 219px;
    padding: 22px 23px 27px 34px;
    position: absolute;
    right: 51px;
    top: 2px;
    width: 250px;
    font-size: 13px;
}
.sli-h > .fp > .dest-cy h1,.sli-h > .fp > .dest-cy p,.sli-h > .fp > .dest-cy a{
	display: none;
}
.allw{
	background-color: #EDEDED;
}
.sli-h > .fp > .dest-cy p{
    line-height: 1.5em;
    margin-bottom: 1em;
}
.bg-l-h,.bg-r-h{
    height: 281px;
    position: absolute;
    top: 0px;
    width: 50%;
    z-index: 1;
}
.sli-h > .fp > .dest-cy a{
	display: none;
}
.bg-l-h{
    left: 0;
    margin-left: -480px;
}
.bg-r-h{
    right: 0;
    margin-right: -480px;
}
.t1{
    color: #801f58;
    font-family: Georgia;
    font-size: 28px;
    margin-bottom: 0.5em;
}
.sli-h > .fp > a{
    margin-top: -15px;
    padding: 6px;
    position: absolute;
    background-color: #000;
    top: 50%;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.sli-h > .fp > a:hover{

	background-color: #ad2200;
	background-image: none;
}
.sli-h > .fp > a.prev{
	left: 0
}
.sli-h > .fp > a.next{
	right: 0;
}
.pager{
	background-color: #5b4652;

	padding: 2px 0;
}
.pager > a {
    background-color: #FFFFFF;
    display: inline-block;
    height: 8px;
    margin: 0 4px;
    vertical-align: 1px;
    width: 8px;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.pager > a span{
	display: none;
}
.pager > a.selected,.pager > a:hover{
	background-color: #b80000;
	box-shadow: 0 0 3px #B80000;
}
.t2{
	padding: 42px 0;
	font-size: 23px;
	color: #4c4c4c;
	font-family: Georgia;
}
.t3{
background-image: url("./img/tibg1.png");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 20px;
    margin-bottom: 0.3em;
    padding-bottom: 13px;
    text-transform: uppercase;
}
.inner .a{
    padding: 25px 0 25px 69px;
    width: 533px;
}
.t4{
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.t4 .s6{
	margin-left: -6px;
}
.inner .a .item{
    margin-bottom: 30px;
    margin-right: 16px;
    width: 244px;
}
.inner .b{
	width: 236px;
	padding: 50px 25px;
	border: 1px solid #d4d4d4;
	border-radius: 2px 2px 2px 2px;
}
.inner .b > img{
	margin-bottom: 1em
}
.t5{
	font-size: 14px;
	color: #000;
	margin-bottom: 2em;
	text-transform: uppercase;
}
.inner .b .btn{
	margin-top: 1em;
}
.inner .b p{
margin-bottom: 2.3em;
}
.fot-or{
    background-image: url("./img/fot-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 17px;
    margin-top: 10px;
    padding-bottom: 46px;
}
.footer .fp .fot-in{
	padding: 26px 30px;
}
.footer{
	color: #d1d1d1;
	font-size: 14px;
}
.fot-in .eitodos{
	  position: absolute;
    right: 37px;
    top: 26px;
}
.fot-in .s8{
	margin-left: 44px
}

.header .s9{
	display: block;
}
.header .s1{
	display: none;
}

.home .s9{
	display: none;
}
.home .s1{
	display: block;
}
/* sistemas */
/* =menu */
.home .menu .m0,
.sistemas .menu .m1,
.solucoes .menu .m2,
.clientes .menu .m3,
.noticias .menu .m4,
.contato .menu .m5{
    color: #B92907;
    pointer-events: none;
    text-shadow: none;
}

.login .menu .m6{

}
.log{
	position: relative;
}
.pad{
	padding: 26px 30px;
}
.dint{
	background-color: #ffffff;
	border-bottom: 2px solid #cccccc;
}
.sistemas .dint .pad{
    background-image: url("./img/dest-sistemas.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 62px 30px;
}
.dint-txt .a,.dint-txt .b{
    padding: 26px 18px;
    width: 405px;
}
.its .item .bl span{
	text-transform: uppercase;
}
.its .item .bl:hover{
	color: #a50900;
	cursor:pointer;
	
}
.its .item{
	margin: 0 7px;
}
.contato .dint{
	background-color: #f7f7f7;
}
.dint-cont .a{
    margin-right: 28px;
    width: 310px;
}
.dint-cont .b{
	width: 557px;
}
.t6{
	color: #000000;
	font-size: 23px;
	font-family: Verdana;
	margin-bottom: 1em;
}
.t6_f{
color: #000000;
	font-size: 18px;
	font-family: Verdana;
	margin-bottom: 1em;
}
.t7{
	font-size: 17px;
	font-family: Verdana;
	margin-bottom: 0.5em;
}
.t7:last-child{
	margin: 0
}
.t8{
	font-size: 21px;
	color: #000;
	margin-bottom: 1em;
	font-family: Verdana;
}
.t9{
	color: #910800;
	font-size: 14px;
	margin-bottom: 1em;
}
.contato li,.contato li span{
	color: #8e1800;
}
.contato li span a{
	color: #000;
}
.contato .half{
	width: 246px;
	margin: 0 5px 5px 0;
}
.contato .full{
	width: 521px;
	margin: 0 5px 5px 0;
}
.contato textarea{
	height: 113px;
}
.contato .enviar-btn{
	margin-right: 9px;
}
.clientes .t6{
	margin-bottom: 0.5em
}

.clientes .dint .pad {
    background-image: url("./img/dest-clientes.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 62px 30px;
}
.item-cli{
    border: 2px solid #D4D4D4;
    margin: 3px 3px 4px;
}
.solucoes .dint .pad{
    background-image: url("./img/dest-solucoes2.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 62px 30px;
}
.acc .bg3{
    border: 1px solid #D4D4D4;
    border-radius: 2px 2px 2px 2px;
    padding: 25px;
    display: none;
}
.acc .bg3 > div{
	width: 291px;
	margin-right: 20px;
}
.acc .bg3 > div:last-child{
	margin: 0
}
.l2 li{
	color: #a50900;
	margin-bottom: 0.2em;
}
.l2{
	margin-bottom: 1em;
}
.acc .tx{
	line-height: 1.5em;
	font-size: 14px;
}
.acc .bg3 > div.b{
	width: 214px;
}
.solucoes .its .atual .bl{
	color: #006DA5;
	cursor: default;
	pointer-events: none;
}
.its .item .bl .s6{
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
	        -webkit-backface-visibility: none;
}
.its .atual .bl .s6, .its .item .bl:hover .s6{
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.login .dint .pad {
    background-image: url("./img/dest-login.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 45px 30px;
}
.login .in > div{
	    margin-left: 33px;
    margin-right: 35px;
    width: 317px;
}
.login .in > div .t8{
	margin-bottom: 0.2em;
}
.login .content > div > img{
	margin-right: -20px;
}
.login .content > div{
	position: relative;
}
.login .txw{
	width: 262px;
	margin-bottom: 2em;
}
.login .half {
    margin-bottom: 4px;
    width: 293px;
}

.login .allw{
    background-color: #FFFFFF;
    padding: 148px 0;
}
.fll{
    color: #B30B00;
    float: left;
    line-height: 3em;
    text-transform: uppercase;
}
.fll:hover span{
	text-decoration: underline;
}
.noticias .inner .b{
	border: 0;
	    margin-right: -15px;
    padding: 25px;
    width: 230px;
}
.noticias .inner{
	background-image: url("./img/noticias-bg.png");
    background-repeat: repeat-y;
    background-position: top right;
}
.noticias .inner .a{
	    padding: 25px 35px;
    width: 606px;
}
.data{
	background-color: #000;
	border-radius: 3px 3px 3px 3px;
}
.data .dia{
	background-color: #b7abbc;
	padding: 6px 10px;
	color: #fff;
	font-size: 18px;

	border-radius: 3px 0px 0px 3px;
}
.data .mes{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 15px;
    padding: 4px 12px;
    text-transform: uppercase;
}
.header-post{
	margin-bottom: 2em;
}
.header-post .t8{
	margin: 0 0 0 1em;
	max-width: 484px;
}
.post{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 4em;
    padding-bottom: 1em;
    width: 609px;
}
.post:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.post img{
	margin-bottom: 1em;
}
.post img:last-child{
}
.footer-post{
	margin: 2em 0;
}
.footer-post a .tx{
	text-transform: uppercase;
	margin-left: 0.5em
}
.nav a .tx{
text-transform: uppercase;
	margin-left: 0 0.5em
}
.footer-post a:hover .tx{
	color: #c22916;
}
.nav a:hover .tx{
	color: #c22916;
}
.footer-post > span{
	margin-left: 3em;
}
.nav{
    border-top: 1px solid #8B8B8B;
    height: 2em;
    margin-top: 2em;
    padding-top: 2em;
    position: relative;
}
.nav .prev{
	position: absolute;
	left: 0;
}
.nav .next{
	position: absolute;
	right: 0;

}
.noticias .inner .b h1 {
	margin-top: 6px;
}
.noticias .inner .b h1 .tx{
	margin-left: 0.5em;
}
.noticias .inner .b li{
	color: #a50900;
}
.noticias .inner .b li a:hover {
	color: #a50900;
}
.noticias .inner .b ul{
	margin-bottom: 2em;
}
.noticias .inner .b ul:last-child{
	margin-bottom: 0;
}

.menu-log{
 background-color: #F2F2F2;
    border-bottom: 2px solid #AAAAAA;
    border-top: 2px solid #9F0000;
    padding: 17px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 214px;
    display: none;
    z-index: 1
}
.menu-log a{
	text-transform: none;
	color: #222222;
	font-size: 12px;
}
.menu-log > div{
 border-bottom: 1px solid #BBBBBB;
    padding: 6px 0;
}
.menu-log > div:last-child{
	border-bottom: 0;
	 padding: 6px 0 0;
}
.menu-log > div:first-child{
	padding-top: 0;
}
.loginstree .txw {
    margin-bottom: 1.3em;
}
.login .in > div.text-d{
 background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 15px;
    position: absolute;
    right: -21px;
    top: 20px;
    width: auto;
}
.text-d > img{
	position: absolute;
	left: 15px;
	top: 100%;
}
.lb-bg{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("./img/b80.png");
}
.lb-not{
	background-color: #F4F4F4;
    height: 279px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 676px;
    margin-left: -338px;
    margin-top: -139px;
}
.lb-not .head,.lb-not .tx{
	padding: 15px 23px;
}
.lb-not .head .t8{
	margin: 0;
	color: #fff;
}
.lb-not .content{
	    margin-right: -10px;
    width: 380px;
}
.lb-not .close{
position: absolute;
    right: 23px;
    top: 18px;
}

.menu > a.mon{
	text-shadow: none;
	-webkit-transition: color 2s linear;
	  -moz-transition: color 2s linear;
	   -ms-transition: color 2s linear;
	    -o-transition: color 2s linear;
	       transition: color 2s linear;
}
.radiosbtns{
	text-align: left;

}
.radiosbtns1{
	text-align: left;
	width: 99px;
	height: 14px;

}
fieldset {
  overflow: hidden;
}
label {
  padding: 2px 1em 0 0;
}
input[type=radio], input.radio {
  margin: 2px 0 0 2px;
}
.home .menu .m0, 
.sistemas .menu .m1, 
.solucoes .menu .m2, 
.clientes .menu .m3, 
.noticias .menu .m4, 
.contato .menu .m5 {

color: #B92907;
color: #ffffff;
pointer-events: none;
text-shadow: none;
/*border-bottom: 3px solid #B92907;*/
border-bottom: 3px solid #b7abbc;
padding-bottom: 5px;

}


.menu > a:hover {

text-shadow: 0px 0 11px #FFFFFF;
text-decoration: underline;

}

.t2lf{
	padding: 11px 0;
	font-size: 23px;
	color: #4c4c4c;
	font-family: Georgia;
	text-align: center;
}.leounderline{
	text-decoration: underline;

}
.more-link {
	text-decoration: underline;

	/* Configure aqui o link "LEIA MAIS" */
	/*
	width: 100px; 
   height: 45px; */
   /*background-image:url(img/icos/s1.png); no-repeat;*/
   /*background-color:#cccccc;*/
   /*padding: 10px 50px 15px 5px; */
}

.hovst .item{
	position: relative;
	cursor: pointer;
}
.hovst .item .hov{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity .5s ease;
	   -moz-transition: opacity .5s ease;
	    -ms-transition: opacity .5s ease;
	     -o-transition: opacity .5s ease;
	        transition: opacity .5s ease;
}
.hovst .atual .hov,.hovst .item:hover .hov{
	opacity: 1;
	filter: alpha(opacity = 100);
}
.hovst .item .hovn{
	-webkit-transition: opacity .5s ease;
	   -moz-transition: opacity .5s ease;
	    -ms-transition: opacity .5s ease;
	     -o-transition: opacity .5s ease;
	        transition: opacity .5s ease;
}
.hovst .item:hover .hovn,.hovst .atual .hovn{
		opacity: 0;
	filter: alpha(opacity = 0);
}
.hovst .item:hover .bl{
	color: #006DA5;
}
.hovst .atual{
	pointer-events: none;
	border: 1px solid #006DA5;
}

/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
#comments{
	margin-bottom: 2em; 
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	padding: 0;
	display: none;
	float: left;
	margin-right: 1em;
}
.commentlist > li:before {
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #B92907;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
.commentlist li{
	list-style: none;
}
.vermv{
	color: #B92907;
}
.btnsub{
	padding: 5px 11px 6px 11px;
	color: #fff;
	cursor: pointer;
}
