
.blog_form{
    background: white;
    min-height: 600px;
    padding-top: 50px;
}


.blog_form form{

        padding: 50px;
        width: 50%;
        margin: 0 auto;
        position: relative;
}

#quotes_icon{
    width: 25px;
    height: 25px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 20px;
}

.blog_form textarea + input{
    display: inline-block;
    margin-bottom: 0px;
    width: 520px;
}

#go_admin_link{
    position: absolute;
    left: 3%;
}

.blog_form div{
    margin-top: 5px;
}

.blog_form div input{
  display: inline-block;
}

.blog_form div button{
  margin-left: 5px;
}

.blog_form input[name='subtitle']{
    width: 350px;
}

.blog_form textarea + input + span{
    margin-left: 15px;
}

.images_post h2{
    font-size: 20px;
    margin-top: 10px;
}

.images_post blockquote{
    padding: 20px;
    background: #f2f2f2;
    font-style: italic;
}

.quote_aligner{
    color: blue;
    cursor: pointer;
    padding-left: 5px;
}

#first_paragraphs{
    min-height: 268px;
}

#quotes_icon + hr{
    position: absolute;
    top: 380px;
    left: 0px;
    right: 0px;
    border: 1px solid red;
    z-index: 9999999;
    width: 600px;
    margin: auto;
}

.quote_right{
    width: 150px;
    float: right;
    margin-left: 20px;
    margin-bottom: 0px;
}

.quote_left{
    width: 150px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;

}

.quote_center{
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;

}

.images_post p:nth-of-type(2){
    margin-top: 10px;
}

.blog_form form .alert_login{
    color: red;
}

#msg_profile_form{
    color: red;
}

.blog_form form input[type='submit']{

    background: rgb(253, 253, 253);
    color: #009ad0;
    display: block;
    margin-top: 20px;
    cursor: pointer;
}

#info_usuario h2{
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 0px;
}

#info_usuario img{
    vertical-align: top;
    border-radius: 50px;
}



.blog_form textarea{
    resize: none;
    width: 800px;
    height: 350px;
}


#upload .alert_login p{
    margin-bottom: 0px;
}

#upload{
    background: white;
}


#upload input[type='file']{
    display: block;
}

#message_comments_status{
    display: inline-block;
}

#loader_gif{
    bottom: 120px;
}


#loader_gif2{
    bottom: -85px;
}

#loader_gif3{
    bottom: 20px;
}

.loader_gifs{
    position: absolute;
    display: none;
    left: 0px;
    right: 0px;
    margin: auto;
}

.toBlog{
    background: #65a8c5;
    padding: 8px 35px;
    margin: 20px 2%;
    font-style: normal;
    right: 0px;
    bottom: 30px;
    display: inline-block;
   // position: absolute;
    float: right;
    font-weight: normal;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 22px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

#article .article-container p{
    min-height: 19px;
}

#upload{
    background: white;
    padding-left: 5%;
    padding-top: 2%;
}

.article-blog h1 + .fancybox img{
    display: block !important;
}

/*
.article-blog .news-right{
    margin-bottom: 50px;
}
*/

.article-blog .date{
    color: #b8b8b8 !important;
    font-family: 'RobotoItalic';

}

.coments_box h2:first-of-type{
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
    color: #BBBABA;
    font-family: 'BebasNeueBold';
}

.coments_box textarea{
    resize: none;
    width: calc(100% - 18px) !important;
    height: 100px;
}

.coments_box form{
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.coments_box input[type='submit']{
    outline: none;
    background: white;
}

.coments_box form{
    margin-bottom: 30px;
}

.article-blog a.fancybox:first-of-type img{
    display: block !important;
}

.title_blog_section{

    display: none;
}


.coments_box input[type='submit']{
    background-image: url('images/mail_icon.png');
    background-repeat: no-repeat;
    border-radius: 8px;
    background-position-x: 50%;
    background-position-y: 8px;
    background-color: #009ad0;
    width: 419px;
    height: 54px;
    border: none;
    margin: 0 auto;
    display: block;
    text-indent: -1000000px;
    cursor: pointer;
    margin-bottom: 20px;
}

.article_header h1{
 /*   float: left !important;
    line-height: 55px !important;
    width: auto  !important;
    height: 41px;*/
/* width: 79% !important;
overflow: hidden;
margin-left: 0px !important;
margin-right: 0px !important;*/
}

.article_header > img{
    border-radius: 50px;
    width: 45px;
    height: 45px;
}

.author_name{
        font-family: 'RobotoItalic';
}

#form_rate{
    margin-top: 20px;
    display: relative;
}

.post_prev_info a{
    color: #b8b8b8;
}

.borrar_articulo{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: -20px;
    font-size: 25px;
    color: red;
    font-weight: bold;
}

#form_rate input[type='submit']{
    display: block;
    width: 40%;
    margin: 20px auto 0px;
    background: #65a8c5;
    height: 50px;
    outline: none;
    border: none;
    color: white;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
}

#form_rate input[type='submit']:hover{
    color: #666666;
}

.images_post p:first-of-type{
    display: inline;
    color: #515a5f;
}

.puntaje img{
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.rating img{
    width: 16px;
    height: 16px;
    margin-right: 5px !important;
    margin-left: 5px !important;
    float: none !important;
}


.rating{
    display: block;
    width: 18%;
    margin: 0 auto;
    vertical-align: middle;
}


.url_article{
    display: none;
}

.images_post .fancybox:first-of-type img{
    width: 470px;
    height: 264px;
}

.images_post{
    margin-top: 15px;
}

.article_header .puntaje{
   /* float: left;
    margin-top: 14px;
    margin-left: 12px;
    height: 22px;*/
   /* height: 22px;
    position: absolute;
    right: 0px;*/
    display: inline-block;
    float: right;
    height: 22px;
}

.article_header .puntaje{
    top: 36px;
}

.article_header .puntaje.longtitle{
    top: 49px !important;
}

.article_header img, .article_header h1{
        margin-bottom: 0px !important;
}

.article_header .date{
    display: inline-block;
}

.contact-input_blog{
    overflow: hidden;
    margin-bottom: 13px;
    width: 100%;
    float: left  !important;
}

.contact-input_blog input{
    width: calc(47% - 2px) !important;
    padding-left: 2% !important;
    padding-right: 0px !important;
    margin: 0px !important;
    float: left;
}

.contact-input_blog input:nth-child(2){
    margin-left: 2% !important;
}


.contact-input_txta{
    width: 100% !important;
    float: left;
}

.comentario{
    margin-bottom: 20px;
}

.comentario:first-of-type{
    margin-top: 20px;
}

.comentario > p{
    color: #959595;
    background: url('images/globo.png') no-repeat;
    height: 30px;
    padding-left: 30px;
    line-height: 31px;
    font-family: 'BebasNeueBook';
    font-size: 15px;
    margin-bottom: 0px;
    height: 27px;
}

.comentario div{
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    color: #c2c2c2;
    font-family: 'RobotoItalic';

}

.comentario span + div p{
    margin-bottom: 0px;
    padding: 10px;
}


.comentario span{
    background-image: url(/__cdn__/css/images/triange.png);
    text-indent: 100000px;
    display: block;
    background-repeat: no-repeat;
    height: 10px;
    line-height: 15px;
    background-position-x: 13px;
    width: 45px;
}

@font-face {
	font-family: 'BebasNeueBook';
	src: url('fonts/BebasNeueBook.otf');
}


@font-face {
	font-family: 'BebasNeueBold';
	src: url('fonts/BebasNeueBold.otf');
}

@font-face
	{font-family: 'RobotoItalic';
	src: url('fonts/roboto-italic.eot');
	src: url('fonts/roboto-italic.eot') format('embedded-opentype'),
		 url('fonts/roboto-italic.woff') format('woff'),
		 url('fonts/roboto-italic.ttf') format('truetype'),
		 url('fonts/roboto-italic.svg#RobotoItalic') format('svg');
	}


/* BLOG PREV          */

.blog_prev{
    margin-top: 10px;
}

.blog_prev > img{

    float: left;
    margin-right: 20px !important;
}



.blog_prev .puntajes{
    display: inline-block !important;
}

.blog_prev .author_name + p{
    display: inline;
}

.article-divider:hover .blog_prev .author_name,
.article-divider:hover .blog_prev h2,
.article-divider:hover .post_prev_info span,
.article-divider:hover .post_prev_info a{

   color: white;
}


.article-divider:hover .blog_prev .total_comments{

           background-image: url('images/globe2.png');

}

.article-divider:hover .blog_prev .date{

           background-image: url('images/calendar2.png');

}

.post_prev_info{
    margin-top: 24px;
    height: 35px;
}

.post_prev_info span{
    display: inline-block;
    background-repeat: no-repeat;
    color: #b8b8b8;
    font-family: 'RobotoItalic';
}

.post_prev_info span, .post_prev_info a{
    height: 35px;
    line-height: 33px;
}

.post_prev_info .total_comments{
       background-image: url('images/globe.png');
       padding-left: 35px;
       width: 100px;
}

.post_prev_info .date{
       background-image: url('images/calendar.png');
       padding-left: 45px;
       width: 120px;
}

.post_prev_info a{
    float: right;
    width: auto;
    padding-right: 20px;
}

.posts_divider {
    cursor: auto !important;
}


.blog_prev h2{

   font-size: 26px !important;

}

@media (min-width: 981px){

    .blog_prev > img + div{

        overflow: auto !important;
    }


    .blog_prev h2{

        margin-right: 1% !important;
        width: 80%;
        display: inline-block !important;

    }

}

@media (max-width: 450px){

    .post_prev_info span, .post_prev_info a {
        height: 30px;
        line-height: 33px;
        display: block !important;
        margin-top: 10px;
        padding: 0px;
    }

    .post_prev_info a{
        width: auto;
        margin-top: 0px;
    }


}


@media (max-width: 980px){


    .blog_prev .puntajes{
        float: right;
        margin-bottom: 10px;
    }

    .blog_prev h2{

        font-size: 26px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        display: table;

    }

    .blog_prev > img + div{

         overflow: inherit !important;
         margin-bottom: 0px;
    }

    .posts_divider .image-container, .images_post{
       width: 96% !important;
       margin: 0 auto !important;
       display: block !important;
    }

    #news .image-container{
        height: auto !important;
    }


    .posts_divider .news-block{
        width: 95% !important;
    }

    .posts_divider .news-right{
        width: 96% !important;
        margin: 0 auto !important;
        display: block !important;
        float: none !important;
    }

    .images_post .fancybox:first-of-type img{
        width: 100%;
        height: auto;
    }


    .article_header{
        margin-left: 2%;
    }

    .comentario{
        margin-left: 2%;
        width: 96%;
    }
}
/*
@media (max-width: 966px){

      .blog_div{
        margin-top: 80px;
    }
}
*/
.images_post h1{
    margin: 10px auto 10px !important;
}

@media (max-width: 490px){

    .coments_box input[type='submit']{

        width: 100%;
    }

}

#undefined-sticky-wrapper{
  /*  position: static !important;*/
    background: white;
}

.sticky-nav > .container > .five.columns{
    width: initial !important;
}

.blog_form + .copyright{
    position: fixed;
    bottom: 0px;
}


@media (max-width: 600px){

    .toBlog{

        margin: 20px auto;
        text-align: center;
        width: 30%;
        display: block;
        float: none;
        margin-bottom: 20px;
    }

}

.article-blog .news-right{
    min-height: 350px;
}

@media (max-width: 800px){

    .article_header .puntaje{
        position: static;
    }

}