#blog {
   text-align: center;
   font-weight: normal;
   margin: 7px 	0px 10px 0px;
   overflow: hidden;
}
#blog h1 {
   font-size: 200%;
   margin: 10px;
   text-align: center;
}
#blog > div {
   text-align: left;
}
#blog .share-it {
   float: right;
   background-color: #FFFFFF;
   padding: 0px 0px 2px 0px;
   border-radius: 0px 0px 0px 5px;
}
#blog .share-it .share-button {
   margin-left: 5px;
}
#blog .menage-it {
   float: right;
   background-color: #FFFFFF;
   padding: 4px 0px 8px 7px;
   border-radius: 0px 0px 0px 5px;
}
#blog .menage-it .menage-button {
    background-color: #909090;
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
    border: solid 0px #404040;
    box-shadow: 0px 0px 5px #FFFFFF inset;
    border-radius: 5px;
    padding: 4px 10px 3px;
    font-weight: bold;
    cursor: pointer;
}
#blog .menage-it .menage-button:active {
   background-color: #FFFFFF;
}
#blog .menage-it .unread {
   float: none;
   margin-left: 0px;
   padding: 4px 4px 3px 5px;
}
#blog .default-img {
   width: 300px;
   height: 300px;
   margin: 0px 30px;
   border: 3px solid #FAFAFA;
   border-top: none;
   border-bottom: 0px;
}
#blog .cover{
   height: 300px;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: 0% 50%;
   background-size: 100% auto;
   background-color: #AFAFAF;
}
#blog .blogContent, .cke_editable {
   background-color: #EFEFEF;
   border-radius: 0px 0px 5px 5px;
   padding: 10px;
   min-width: 500px;
   font-family: arial,helvetica,sans-serif;
   font-size: 10pt;
   color: #000000;
   text-align: justify;
}
#blog .blogContent img {
   max-width: 100%;
}
#blog .blogFooter {
   background-color: #EFEFEF;
   border-radius: 5px;
   padding: 10px;
   margin-top: 10px;
   float: right;
   font-weight: bold;
   color: #404040;
}

#blog .err {
   font-style: oblique;
   font-size: inherit;
   color: #FF4040;
}

#blog .section {
}

#blog .section > .title {
   display: block;
   font-size: 140%;
   color: #404040;
   border: none;
   border-bottom: 1px solid #404040;
   padding: 0px 0px 6px 0px;
   text-indent: 2px;
   text-align: left;
}
#blog .section .more {
   color: #FFFFFF;
   background-color: #909090;
   border-radius: 3px;
   box-shadow: 0px 0px 3px #000000;
   text-shadow: 1px 1px #000000;
   padding: 5px;
   margin-top: 5px;
   margin-right: 5px;
   text-align: center;
   white-space: nowrap;
   display: inline-block;
   cursor: pointer;
   float: right;
}
.list{
}
.list h3 {
   margin: 0px;
}
.list .col {
   width: 50%;
   min-width: 290px;
   margin-top: 5px;
   margin-bottom: 20px;
   float: left;
}
.list .blog {
   margin: 0px;
}
.list .row .col:first-child .blog {
   margin-right:20px;
}
.list .blog .author {
   background-color: #EFEFEF;
   border-radius: 5px;
   padding: 10px;
   margin-bottom: 5px;
   font-weight: bold;
}
.list .blog .author a, #blog .blogFooter .author {
   color: #404040;
}
.list .blog .author a:hover, #blog .blogFooter .author:hover{
   color: #FF4040;
}
.list .blog .author a {
   display: block;
}
.list .blog .ibox {
   float: left;
   margin: 5px 10px 10px 5px;
   border-radius: 5px;
   width: 113px;
   height: auto;
}
.list .blog .ibox img {
   background-color: #909090;
   width: 100%;
   height: auto;
}
.list .blog .title {
   margin: 0px;
   font-size: 110%;
   color: #404040;
   padding: 2px 0px;
}
.list .blog .title:hover {
   color: #FF4040;
}
.list .blog .date {
   font-size: 80%;
   text-align: right;
   float: right;
   clear: right;
   width: 160px;
   padding-left: 5px;
   color: #404040;
   font-weight: normal;
   line-height: 12pt;
}
.list .blog .content {
   text-indent: 20px;
   clear: right;
   text-align: justify;
   padding-top: 5px;
}
.blogBanner {
   height: 235px;
   border-radius: 10px;
   margin: 5px 3px 5px 3px;
   padding: 5px 5px 0px 5px;
   overflow: hidden;
   position: relative;
}
.blogBanner .block {
   position: relative;
   display: block;
   float: left;
   box-shadow: 0px 0px 5px #000000;
   width: 37%;
   height: 200px;
   background-color: #FFFFFF;
   border-radius: 8px;
   overflow: hidden;
   z-index: 104;
   margin-left: -16.1%;
   background-color: #909090;
   text-align: left;
   overflow: hidden;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: 100% 50%;
   background-size: 160% auto;
   background-color: rgb(175, 175, 175);
}
.blogBanner:hover .block {
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   transition: filter 1s;
}
.blogBanner .block.slide1 {
   z-index: 104;
   margin-left: 0px;
}
.blogBanner .block.slide2 {
   z-index: 103;
   top: 30px;
}
.blogBanner .block.slide3 {
   z-index: 102;
   top: 0px;
}
.blogBanner .block.slide4 {
   z-index: 101;
   top: 30px;
}
.blogBanner .block .date {
   position: absolute;
   z-index: 1;
   right: 5px;
   top: 5px;
   /*color: transparent;
   background-color: transparent;*/
   padding: 5px;
   border-radius: 5px;
   font-weight: normal;
   font-size: 80%;
   visibility: hidden;
   text-shadow: 0px 0px #FFFFFF;
   /*transition: color 1s;*/
}
.blogBanner .block a{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0px;
   z-index: 10;
}
.blogBanner .block:hover .date {
    visibility: visible;
    background-color: transparent;
    background-color: rgba(144, 144, 144, 0.5);
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99909090,endColorstr=#99909090);
}
.blogBanner .block .imgBlock {
    display: table-cell;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: solid 2px #EFEFEF;
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
    left: 3px;
}
.blogBanner .block .imgBlock .image {
   height: auto;
   width: 100%;
}
.blogBanner .block .title {
   color: #FFFFFF;
   width: 90%;
   font-weight: bold;
   font-size: 1em;
   position: absolute;
   bottom: 0px;
   left: -1px;
   border-radius: 0px 0px 8px 8px;
   background-color: transparent;
   background-color: rgba( 144, 144, 144, 0.5);
   padding: 5px 5%;
   border: 1px solid #000000;
   border-top-style: none;
   min-height: 25%;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50909090,endColorstr=#50909090);
   text-align: center;
}
.blogBanner .block:hover .title {
   background-color: transparent;
   background-color: rgba( 144, 144, 144, 0.8);
   text-shadow: 1px 1px #000000;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99909090,endColorstr=#99909090);
}
.blogBanner .block:hover {
   z-index: 105;
   display: block;
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   transition: filter 0s;
}
.blog-form {
   text-align: left;
}
.blog-form fieldset {
	display: block;

	background-color: #F0F0F0;
	width: 97%;
	float: left;
}

#author_response{
width: 90%;
margin-left: 7%;
}

#author_response legend{
background-color:white;
font-style:normal;
color:#909090;
border:1px solid #909090;
text-shadow:none;
}

.blog-form .input {
   margin: 0px 1%;
   padding: 2px;
   border: none;
   border-radius: 5px;
   width: 97%;
}
.blog-form textarea {
   display: block;
   width: 100%;
   max-width: 100%;
   min-width: 100%;
   border: none;
   background-color: #FFFFFF;
   border-radius: 5px;
   padding: 2px;
   resize: none;
   font-size: 10pt;
   line-height: 10pt;
}
.blog-form .warn {
   margin: 2px 1%;
}
.blog-form .control {
   text-align: center;
}
.blog-form .control input[type=submit], input[type=button], button[type=button]{
   border-radius: 5px;
   margin-top:5px;
   margin-bottom:5px;
   margin-left:6px;
   margin-right:6px;
   padding: 10px;
   border: solid 1px #909090;   
   box-shadow: 0px 0px 5px #404040 inset;
   background-color: #FFFFFF;
   width: 32%;
   min-width: 200px;
}
.blog-form .control input[type=submit].button-warn {
   border-color: #ee2a32;
   box-shadow: 0px 0px 5px #ee2a32 inset;
   color: #ee2a32;
   font-weight: bold;
}
.blog-form .control input[type=submit]:active {
   background-color: #909090;
}

.inputfield{
width:100%;
margin:0;
}

#formcontrol{
width:50%;
}

.g-recaptcha{
width: 100%;
margin-left:8%;
border-radius: 4px;
border-right: 1px solid #d8d8d8;
overflow: hidden;
}


.blog-form .pic-holder {
    float: left;
    margin: 10px 4px 0px 5px;
    position: relative;
    height: 120px;
    width: 120px;
    text-align: center;
    overflow: hidden;
    background-image: url('/img/pic-holder.png');
}
.blog-form .ch-img, .blog-form .del-img {
   position: absolute;
   top: 0px;
   right: 0px;
   margin: 3px;
   height: 32px;
   width: 32px;
   border: solid 1px #FFFFFF;
   border-radius: 5px;
   background-size: 100% 100%;
   cursor: pointer;
}
.blog-form .ch-img {
   background-image: url('/img/pencil.png');
}
.blog-form .del-img {
   background-image: url('/img/trash.png');
}
.blog-form .ch-img:hover, .blog-form .del-img:hover {
   border-color: #909090;   
}
.blog-form .pic-holder .ch-img, .blog-form .pic-holder .del-img {
   height: 22px;
   width: 22px;
   display: none;
   top: auto;
   bottom: 0px;
}
.blog-form .pic-holder .del-img {
   right: 25px;
}
.blog-form .pic-holder:hover .ch-img, .blog-form .pic-holder:hover .del-img {
   display: block;
}
.blog-form .pic-holder img {
   max-height: 113px;
   max-width: 113px;
   border-radius: 3px;
   margin-top: 4px;
}

.form_comment2{
background-color:white;
-webkit-box-shadow: 2px 2px 14px 1px rgba(140,140,140,0.43);
-moz-box-shadow: 2px 2px 14px 1px rgba(140,140,140,0.43);
box-shadow: 2px 2px 14px 1px rgba(140,140,140,0.43);
position:absolute;
margin:20px;
z-index: 10;
width:35%;
left:35%;
top:50px;
padding-left:10px;
padding-right:10px;
border-radius:10px;
}

.form-conteiner {
	position: fixed	;
	background-color: rgba( 180, 180, 180, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B0909090', endColorstr='#B0909090',GradientType=1);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: block;
	min-height: 555px;
	width: 100%;
	padding-top: 55px;
	overflow: auto;
	text-align: center;
	z-index: 3;
}

.form_comment{
 text-align: center;
    position: relative;
    display: inline-block;
    min-width: 400px;
    max-width: 42%;
    margin: 10px auto 40px auto;
    text-align: left;
}

.closeform{
right:-25px;
background-position: 0 0;
top:0px;
z-index:1000;
cursor:pointer;
width:35px;
height:35px;
background-image: url('/img/closeform.png');
background-repeat:no-repeat;
position:absolute;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

.fb-share-button{
width:90px !important;

}

.captcha{
text-align: center;
}

#g-recaptcha-1, #g-recaptcha-2{
display:inline-block;
}


.moderatebutton{
float:right;
background-position: 0 0;
cursor:pointer;
width:25px;
height:25px;
background-image: url('/img/warning.png');
background-repeat:no-repeat;
position:relative;
display: inline-block;
}

.tooltipmoderate{
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: -35%;
    left: -20%;
    margin-left: -125px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

.tooltipmoderate::after {
    content: "";
    position: absolute;
    top: 37%;
    left: 105%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color:transparent transparent transparent  #555 ;
}

/* Show the tooltip text when you mouse over the tooltip container */
.moderatebutton:hover .tooltipmoderate {
    visibility: visible;
    opacity: 1;
}

.mod_reason{
width:7%;
margin:7px;
float:left;
}

#mod_reason_other{
width:72%;
margin:7px;
}


.hidden-input {
   opacity: 0;
   -moz-opacity: 0;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
   height: 0px;
   overflow: hidden;
   position: absolute;
   top: 50%;
   left: 50%;
}

.a_moderate{
color:red;
font-weight: bold;
}

.a_moderate:hover{
color:black;
}

.a_moderate:visited{
color:red;
}
#blog a.mail{
    background-image: url("/img/mail.png");
    width: 28px;
    height: 16px;
    line-height: 10px;
    color: #404040;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0px 4px;
    box-shadow: 0px 0px 1px #000000;
    border-radius: 2px;
    display: inline-block;
}
.blog-like {
  text-align: right;
 
}

.blog-like div{
  margin-top:10px;	
  margin-right:14px;
}
.blog-comment {
   margin: 5px auto 5px;
}
.blog-comment .comment {
   background-color: #EFEFEF;
   border: 1px solid #E0E0E0;
   border-radius: 5px;
   margin-bottom: 5px;
}
.blog-comment .author {
   background-color: #EFEFEF;
   border-radius: 5px 5px 0px 0px;
   padding: 10px 10px 0px 10px;
   font-weight: bold;
}
.blog-comment .author .fb_user {
   float: left;
   margin: 0px 5px 10px 0px;
}
.blog-comment .author h3 {
   margin: 0px;
}
.blog-comment .date {
   font-size: 80%;
   color: #404040;
   font-weight: normal;
   line-height: 12pt;
}
.blog-comment .mess {
   padding: 10px 5px;
   background-color: #fff;
}
.blog-comment .mess p {
   margin: 0px;
}
.blog-comment .nmess {
   padding: 0px 3px 5px 3px;
   background-color: #EFEFEF;
   margin-top: -5px;
}
.blog-comment .nmess textarea {
   margin: 0px -2px 4px -2px;
   width: 100%;
   border: none;
   background-color: #fff;
   padding: 5px 5px 5px 0px;
   text-indent: 5px;
   max-width: 100%;
   min-width: 100%;
}
.btn-comment, .btn-comment:link, .btn-comment:visited  {
   border: 1px solid #4267b2;
   border-radius: 5px;
   padding: 3px 5px 3px 20px;
   background: url('/img/fb.png') no-repeat, #4267b2;
   background-position: 2px 3px;
   color: #fff;
   font-weight: bold;
   display: inline-block;
   margin: 5px;
}


.btn-like, .btn-like:link, .btn-like:visited {
   border: 1px solid #4267b2;
   border-radius: 5px;
   padding: 3px 5px 3px 20px;
   background: url('/img/like.png') no-repeat, #4267b2;
   background-position: 2px 2px;
   color: #fff;
}

#viewfbComments{
   color:#3B5998;
}

#viewfbCommentsSpan{
   font-weight:bold;
}

#replyButton , #deleteButton{
float:right;
width:auto;
}


.label-like {
   border: 1px solid #4267b2;
   border-radius: 5px;
   margin-right: 5px;
   padding: 3px 10px 3px 10px;
   background: url('/img/like.png') no-repeat, #4267b2;
   background-position: 3px 2px;
   color: #fff;
}

@media screen and
  (max-width: 800px) {
     .list .col .blog .ibox {
        float: none;
        width: 100%;
     }
}
@media screen and
  (max-width: 700px) {
     .list .col {
        float: none;
        display:block;
        width:100%;
        clear: both;
     }
     .list .col .blog .ibox {
        float: left;
        width: 150px;
     }
     .list .row .col:first-child .blog {
        margin-right: 0px;
     }
}

