
ul#comments-list li cite
{
  font-size: 1.2em;
}

#commentform textarea
{
  width: 100%;
}

#commentform
{
  text-align:left;
}

.rtl #commentform
{
  text-align:right;
}
.ghil-comments
{
   margin:0 auto;
   margin-top: 25px;
}

.ghil-comments h2
{
   color: #171717;
}

.ghil-comment
{
   background: #fff;
   -webkit-border-radius:6px;
   -moz-border-radius:6px;
   border-radius:6px;
margin-bottom: 20px !important;
   border:1px solid #d3d3d3;
   padding:7px;
   margin:0 auto;
   margin-top: 8px;
}
.ghil-comment-avatar 
{
   float:left;
   display:none;
   width:80px;
   height:80px;
   padding:2px;
   background:#fff;
   border:1px dotted #BDBDBD;
}
#commentform p{ font-size:16px; text-align:right;}

.ghil-comment-avatar>img
{
   margin:0 !important;
   border:none !important;
}

.ghil-comment-content
{
   padding:10px 0;
   color: #363636;
   font-family: sans;
   text-align: left;
}

#comment-list>li:first-child>.ghil-comment
{
   margin-top: 0;
}

.ghil-comment-inner
{
   margin-left: 20px;
}

.ghil-comment-header
{
   color: #363636;
   font-family: sans;
}

.ghil-comment-header a, 
.ghil-comment-header a:link, 
.ghil-comment-header a:visited,
.ghil-comment-header a.visited,
.ghil-comment-header a:hover,
.ghil-comment-header a.hovered
{
   font-family: sans;
}

.ghil-comment-header a, .ghil-comment-header a:link
{
   font-family: sans;
   color: #171717;
}

.ghil-comment-header a:visited, .ghil-comment-header a.visited
{
   font-family: sans;
   color: #171717;
}

.ghil-comment-header a:hover,  .ghil-comment-header a.hovered
{
   font-family: sans;
   color: #4A4A4A;
}

.ghil-comment-content a, 
.ghil-comment-content a:link, 
.ghil-comment-content a:visited,
.ghil-comment-content a.visited,
.ghil-comment-content a:hover,
.ghil-comment-content a.hovered
{
   font-family: sans;
   text-align: left;
}

.ghil-comment-content a, .ghil-comment-content a:link
{
   font-family: sans;
   text-align: left;
   color: #171717;
}

.ghil-comment-content a:visited, .ghil-comment-content a.visited
{
   font-family: sans;
   text-align: left;
   color: #171717;
}

.ghil-comment-content a:hover,  .ghil-comment-content a.hovered
{
   font-family: sans;
   text-align: left;
   color: #171717;
}

#comment
{
    width:99%;
}

#comments-list, #comments-list .comment 
{
  background: none;
  padding:0;
  margin:0;
  overflow: visible;
}

#comments-list .comment:before, #comments-list .comment:after
{
  display:none;
}

#comments-list .comment .comment 
{
  margin-left: 20px;
}
ul#comments-list li
{
    list-style-image: none;
    background:none;
    list-style-type:none;
    
}

#comments-list #respond {
	margin-left: 30px !important;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	width: auto;
}
.ghil-commentsform
{
   background: #EDEDED;
   background: transparent;
   border:1px dotted #BDBDBD;
   padding:7px;
   margin:0 auto;
   margin-bottom: 20px;
   margin-top:25px;
   color: #404040;
}

.ghil-commentsform h2{
   padding-bottom:10px;
   margin: 0;
   color: #404040;
}

.ghil-commentsform label {
   display: inline-block;
   line-height: 25px;
}

.ghil-commentsform input:not([type=submit]), .ghil-commentsform textarea {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   width:100%;
   max-width:100%;
}

.ghil-commentsform .form-submit
{
   margin-top: 25px;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

form.ghil-search>input, a.ghil-search-button{
   bottom:0;
   left:0;
   vertical-align: middle;
}

form.ghil-search input[type="submit"], input.ghil-search-button, a.ghil-search-button
{
   margin:0 auto;
}
form.ghil-search input[type="submit"], input.ghil-search-button, a.ghil-search-button {
   position:absolute;
   right:auto;
   display:block;
   border:none;
   background:url('images/searchicon.png') center center no-repeat;
   width:24px;
   height: 100%;
   padding:0;
   color: #D4D4D4 !important;
   cursor: pointer;
}

a.ghil-search-button span.ghil-search-button-text {
   display: none;
}

label.ghil-checkbox:before
{
   background: #FFFCFA;
   background: linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: -moz-linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: -o-linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: -ms-linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   -svg-background: linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #8F8F8F;
   margin:0 auto;
   width:16px;
   height:16px;
}
label.ghil-checkbox
{
   cursor: pointer;
   font-size: 13px;
   font-family: BBCNassim, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   line-height: 16px;
   display: inline-block;
   color: #404040 !important;
}

.ghil-checkbox>input[type="checkbox"]
{
   margin: 0 5px 0 0;
}

label.ghil-checkbox.active:before
{
   background: #F6A06A;
   background: linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: -webkit-linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: -moz-linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: -o-linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: -ms-linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   -svg-background: linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #8F8F8F;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.ghil-checkbox.hovered:before
{
   background: #FACEB2;
   background: linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: -moz-linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: -o-linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: -ms-linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   -svg-background: linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #8F8F8F;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.ghil-radiobutton:before
{
   background: #FFFCFA;
   background: linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: -moz-linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: -o-linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: -ms-linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   background: linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   -svg-background: linear-gradient(top, #FCDDCA 0, #FCE0CF 40%, #FCE0CF 80%, #F8BB96 100%) no-repeat;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   border:1px solid #8F8F8F;
   margin:0 auto;
   width:20px;
   height:20px;
}
label.ghil-radiobutton
{
   cursor: pointer;
   font-size: 13px;
   font-family: BBCNassim, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   line-height: 20px;
   display: inline-block;
   color: #404040 !important;
}

.ghil-radiobutton>input[type="radio"]
{
   vertical-align: baseline;
   margin: 0 5px 0 0;
}

label.ghil-radiobutton.active:before
{
   background: #F6A06A;
   background: linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: -webkit-linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: -moz-linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: -o-linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: -ms-linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   background: linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   -svg-background: linear-gradient(top, #F6A06A 0, #F6A36F 40%, #F6A36F 80%, #F3843F 100%) no-repeat;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   border:1px solid #8F8F8F;
   margin:0 auto;
   width:20px;
   height:20px;
   display: inline-block;
}

label.ghil-radiobutton.hovered:before
{
   background: #FACEB2;
   background: linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: -moz-linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: -o-linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: -ms-linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   background: linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   -svg-background: linear-gradient(top, #FACEB2 0, #FAD1B7 40%, #FAD1B7 80%, #F7AF82 100%) no-repeat;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   border:1px solid #8F8F8F;
   margin:0 auto;
   width:20px;
   height:20px;
   display: inline-block;
}