
.right-commentss {
    float: right;
    height: auto;
    margin: 0 auto;
    width: 49.2%;
}
.commentlist {
	padding-right: 10px;
}

#comments input#author, #comments input#email, #comments input#url, #comments textarea#comment{
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #888;
    margin: 0 0 7px;
    transition: border 0.5s ease 0s;
}
.form-submit #submit{
    font-family: 'devmeganj',Tahoma,Geneva,sans-serif;

}
.form-submit #submit:hover{
    color: #000;
    transition: all 0.5s ease 0s;
}
.comment-content {
    float: left;
    font-size: 12px;
    height: auto;
    margin: 5px 2.5% !important;
    position: relative;
    text-align: justify;
    width: 95%;
font-family: devmeganj,sans-serif;
}
.comment-author {
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    width: 35%;
}

#reply-title {
    font-family: 'devmeganj',Tahoma,Geneva,sans-serif;
    font-size: 13px;
    margin: 10px 20px;
}
.comment-date {
    float: left;
    line-height: 30px;
    margin-left: 10px;
font-family:Tahoma;
font-size: 11px;
}
.br-com {
    height: 4px !important;
    width: 100%;
}

.comment-author {
    margin: 5px 0;
    width: 95%;
}
.fn {
    line-height: 30px;
    margin-right: 10px;
}
.fn a {
    color: #505050;
}
.comment-replay a {
    background-color: #03C8FA;
    color: #fff;
    display: block;
    float: left;
    height: 22px;
    line-height: 21px;
    margin: 0;
    text-align: center;
    width: 65px;
}
.comment-replay a:hover {background: #e54c3c;}
#commentnotes {font-size: 10px;}

@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(9px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(9px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(9px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(9px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(9px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.commnbodye {
	display: table;
    margin: 0 auto;
}


#respond {
margin: 5% 0;
}

#comments {
     display: inline-block;
     clear: both;
     width: 100%;
     font-size: 0.8em;
}
ol.commentlist {
     padding: 0;
     margin: 5% 0;
     list-style-type: none;
}
ul.children {
     list-style-type: none;
     padding-left: 5%;
}

article.comment {
     margin: 5% 0;
     padding-left: 80px;
}
.children article.comment {
     padding-left: 60px;
}

.comment footer { font-size: 0.8em; }

.form-allowed-tags {
     display: none;
}
p.comment-subscription-form {
     clear: both;
}

.comment-subscription-form label {
     display: inline-block !important;
}
input#subscribe_comments {
     padding: 0!important;
     margin: 0!important;
     margin-right: 0.5em!important;
     float: none !important;
}
#commentform p {margin: 0; }
#commentform input, #commentform textarea {
     width: 95%;
     padding: 2.5%;
     background: #f7f7f7;
     border: none;
     margin: 2% 0;
     font-size: 1em;
     border-bottom: 2px dashed #d7d7d7;
     font-family: font-family:'devmeganj','Exo 2';
}

#commentform input#submit, .button {
     color: #fff;
     border: none !important;
     background: #3dd6b7;
     -webkit-appearance: none;
	 width: 100%;
}
#commentform input#submit:hover, .button:hover {
     background: #81edd7;
}
#commentform input#submit:active, .button:active {
     background: #2baa90;
}

@media ( min-width: 700px ) {
     #commentform input {
          width: 95%;
          float: left;
     }
     .comment-form-author input, .comment-form-email input {
          margin-right: 5% !important;
     }
}

@media ( max-width: 700px ) {
     #commentform input#submit {
          width: 100%!important;
     }
}
.comment-notes {display:none;}