* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

blockquote {
    background: #eee;
    border-left: 8px solid #cc0000;
    padding: 25px;
}

#author-info,body,pre {
    word-wrap: break-word;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

.post-body ul li {
    list-style: disc;
    margin-left: 20px;
}

.post-body ol li {
    list-style: decimal;
    margin-left: 20px;
}

.post-body-right ol {
    margin-top: 10px;
}

.post-body-right ul li {
    list-style: square;
    margin-left: 10%;
}

blockquote,q {
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #494949;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}

h2 {
    color: #333;
    margin: 1.5em 0 .75em;
}

.comment-content a,a:link {
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    color: #cc0000;
    text-decoration: none;
    transition: all .3s ease-out 0;
}

:focus,a:active {
    outline: 0;
}

a img {
    border: 0;
}

.separator a {
    clear: none!important;
    float: none!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

#navbar-iframe {
    display: none;
    height: 0;
    visibility: hidden;
}

i {
    font-style: italic;
}

body#layout .col-left,body#layout .col-middle,body#layout .col-right {
    position: inherit;
    margin: 0;
    padding: 0;
}

body#layout {
    width: 760px;
}

body#layout .content-wrapper {
    position: inherit;
}

body#layout .col-left {
    float: left;
    width: 30%;
}

body#layout .col-middle {
    float: left;
    width: 40%;
}

body#layout .col-right {
    float: right;
    width: 30%;
}

.col-left,.col-right {
    background: #f6f9fa;
    bottom: 0;
    top: 0;
    padding: 25px;
}

.col-right {
    box-shadow: 25px 0 25px -25px #0061b4 inset;
    right: 0;
    width: 22%;
    padding: 0 25px 25px;
}

.content-wrapper {
    max-width: 1300px;
    overflow: hidden;
    background: #f6f9fa;
    position: relative;
    margin: 0 auto;
}

.labnolFB,.widget iframe,.widget img {
    max-width: 100%;
}

.col-main {
    display: flex;
}

.content-wrapper img:hover {
    -webkit-opacity: .96;
    -moz-opacity: .96;
    opacity: .96;
}

.col-left {
    left: 0;
    width: 18%;
    box-shadow: -25px 0 25px -25px #0061b4 inset;
}

.col-left .Label h2 {
    border-top: none;
}

.col-left h2,.col-right h2,.col-right h4 {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    color: #171515;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    margin: 0 -12px;
    padding: 12px 0;
}

.col-middle {
    width: 60%;
    background: #fff;
    overflow: hidden;
}

.labnolFB {
    position: relative;
    height: 216px;
}

.labnolFB,.labnolFB::after,.labnolFB::before {
    background: #f6f7f8;
    border: 1px solid #ccc;
}

.labnolFB::after,.labnolFB::before {
    border-top: medium none;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 2px;
    position: absolute;
    right: 2px;
}

.labnolFB::after {
    bottom: -5px;
    box-shadow: 0 0 2px #ccc;
    left: 4px;
    right: 4px;
}

.post h1 a,.post h1 a:visited,.post h1 strong,.post h2 a,.post h2 a:visited,.post h2 strong {
    color: #494949;
    font-family: Raleway, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none;
}

.post h2 a:hover {
    color: #cc0000 !important;
}

.date-header {
    background: #f1f3f4;
    border-radius: 25px;
    color: #8890a7;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    font-family: Raleway, sans-serif;
    margin: 25px 0;
    padding: 5px 25px;
}

.date-header a {
    color: #8890a7!important;
    text-decoration: none!important;
}

.date-header a:hover {
    text-decoration: underline!important;
}

.post-footer {
    color: #333;
    display: none;
    font: 86% Arial, sans-serif;
    margin: .75em 0;
}

.post-body {
    font-size: 15px;
    line-height: 27px;
}

#blog-pager,.blog-pager,.post-body {
    text-align: left;
    padding: 60px 80px;
}

.post-body a {
    color: #cc0000;
    text-decoration: underline;
}

.post-body .post-content {
    margin: 10px 0 30px;
}

.post-body-right img {
    height: auto;
    vertical-align: top;
    margin: 0 0 10px;
}

#comments {
    margin: 0 80px 40px;
}

pre {
    background: url(//1.bp.blogspot.com/-HvdODp1_1D4/UpifUhG5t9I/AAAAAAAABeM/niXqWfxP7RI/s1600/pre.png) #FBF2F2;
    color: #888;
    display: block;
    font: 12px/19px Consolas, 'Andale Mono', Courier, 'Courier New', monospace;
    overflow: auto;
    white-space: 0;
    margin: 10px 0;
    padding: 19px 19px 17px;
}

pre .comment {
    color: #A57A4C;
}

pre .variable.class,pre .variable.global,pre .variable.instance {
    color: #DC3958;
}

pre .constant.hex-color,pre .constant.language,pre .constant.numeric,pre .keyword.unit {
    color: #F79A32;
}

pre .constant,pre .entity,pre .entity.class,pre .support {
    color: #F06431;
}

pre .constant.symbol,pre .string {
    color: #889B4A;
}

pre .entity.function,pre .selector,pre .support.css-property {
    color: #8AB1B0;
}

pre .keyword,pre .storage {
    color: #98676A;
}

.button,a.button {
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
}

.button {
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 10px 10px 0;
    padding: 1em 1.5em .75em;
}

a.button:hover {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

.button.blue {
    background-color: #93D0EA;
    box-shadow: 0 0 5px #8FCDE7 inset, 0 1px 1px #EEE;
}

.button.green {
    background-color: #cc0000;
}

.button.red {
    background-color: #F4836A;
    box-shadow: 0 0 5px #EF7F65 inset, 0 1px 1px #EEE;
}

.button.orange {
    background-color: #FF8B62;
    box-shadow: 0 0 5px #F68962 inset, 0 1px 1px #EEE;
}

a.button.gray {
    background-color: #ECF0F1;
    box-shadow: 0 0 5px #ECEEF1 inset, 0 1px 1px #EEE;
    color: #333;
}

.button.dark-blue {
    background-color: #483D8B;
    box-shadow: 0 0 5px #51459D inset, 0 1px 1px #EEE;
}

.button.purple {
    background-color: #C221AE;
    box-shadow: 0 0 5px #DD39C9 inset, 0 1px 1px #EEE;
}

.button.pink {
    background-color: #F05791;
    box-shadow: 0 0 5px #F26EA0 inset, 0 1px 1px #EEE;
}

.button.yellow {
    background-color: #EADC8E;
    box-shadow: 0 0 5px #EEE3A4 inset, 0 1px 1px #EEE;
}

.button.dark {
    background-color: #292929;
    box-shadow: 0 0 5px #363636 inset, 0 1px 1px #EEE;
}

.button.small {
    font-size: 11px;
}

.button.big {
    font-size: 18px;
    padding: 1.2em 2.5em 1em;
}

.quote.center {
    color: #999;
    font-size: 17px;
    font-style: italic;
    line-height: 24px;
    margin: 30px 60px;
}

.quote.left,.quote.right {
    color: #999;
    font-size: 17px;
    line-height: 24px;
    width: 33%;
    font-style: italic;
    margin: 15px 20px;
    padding: 20px;
}

.quote.left {
    float: left;
}

.quote.right {
    float: right;
}

.container-4 input#search,.search-txt {
    border-left: none;
    border-right: none;
    border-top: none;
}

#author-info {
    display: block;
    background: #f6f9fa;
    text-align: center;
    margin-top: 75px;
    padding: 25px;
}

#author-info img {
    border-radius: 50px;
    margin-top: -65px;
    margin-bottom: 5px;
}

#author-info p {
    color: #888;
    line-height: 1.4em;
    font-size: 14px;
}

#author-info h5 {
    color: #555;
    font-family: Raleway,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 10px;
}

#author-info h5 a {
    color: #cc0000;
    text-decoration: none!important;
}

#blog-pager-newer-link {
    color: #363231;
    float: left;
    font-weight: 700;
}

#blog-pager-older-link {
    color: #363231;
    float: right;
    font-weight: 700;
}

.showpage a,.showpageNum a,.showpagePoint {
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 50%;
    font-family: Raleway, sans-serif;
    overflow: hidden;
}

.showpage a,.showpageNum a {
    background-color: #222;
    color: #fff!important;
    margin-right: 10px;
    padding: 5px 13px;
}

.showpage a:hover,.showpageNum a:hover {
    background-color: #cc0000;
    text-decoration: none;
}

.showpageOf {
    color: #999;
    float: right;
    font-family: Raleway, sans-serif;
    margin: 0;
}

.showpagePoint {
    background-color: #cc0000;
    color: #fff;
    line-height: 1em;
    margin-right: 10px;
    padding: 5px 15px;
}

.feed-links {
    clear: both;
    display: none;
    line-height: 2.5em;
}

.sidebar {
    color: #666;
    line-height: 1.5em;
}

.sidebar li {
    padding-bottom: .25em;
    padding-right: 0;
    padding-top: 0;
    margin: 0;
}

.main .widget {
    margin: 0;
}

.main .Blog {
    border-bottom-width: 0;
}

.list-label-widget-content li {
    line-height: 1em;
}

.list-label-widget-content li a,.list-label-widget-content li span {
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 11px 0;
}

.list-label-widget-content li span {
    color: #666;
    padding-left: 10px;
}

.list-label-widget-content li a:hover {
    text-decoration: none!important;
    opacity: .4;
}

.finderror a:hover,.list-label-widget-content li a:hover,.list-label-widget-content li a:visited {
    text-decoration: underline;
}

.list-label-widget-content li a:first-child {
    text-transform: capitalize;
}

.list-label-widget-content li span.label-count {
    background: #CACACA;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    right: 5px;
    top: 0;
    padding: 0 12px;
}

.list-label-widget-content li:hover span.label-count {
    background: #cc0000;
}

.label,.search-query,.form h2 {
    background-color: #f1f3f4;
    border-radius: 25px;
    color: #222;
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1em;
    margin: 60px 80px 0;
    padding: 5px 15px;
}

.finderror {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 2em;
    padding-bottom: 3em;
    padding-top: 40px;
}

.finderror h2 {
    color: #494949;
    font-size: 30px;
    line-height: 28px;
    margin: 0;
}

.finderror a {
    color: #cc0000;
    font-weight: 700;
}

.breadcrumbs {
    color: #999;
    font-size: 13px;
    font-style: italic;
    line-height: 1em;
    margin: 60px 0 -50px;
    padding: 0 80px;
}

h1.page-title {
    font-size: 35px;
    line-height: 1em;
    font-family: Raleway, sans-serif;
    margin: 0 0 30px;
}

.logo-text {
    background: #cc0000;
    font-family: Raleway, sans-serif;
    margin: -25px -25px 0;
    padding: 25px;
     -webkit-transition: all .9s ease-in-out;
 
}
.logo-text:hover {
    background: #0070c7;
    /*transform: rotate(360deg); */
    transition:all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
}

.logo-text .logo {
    display: block;
    font-size: 2em;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
}

.logo-text .codiblog {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.logo-text p {
    font-size: 14px;
    color: #fff;
}

.PopularPosts li {
    border-bottom: 1px solid black;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.PopularPostsLeft li {
    border-bottom: 1px solid black;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.PopularPosts li:hover a {
    background: #fff;
}
.PopularPostsLeft li:hover a {
    background: #fff;
}

.PopularPosts li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.PopularPostsLeft li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.PopularPosts a {
    display: table;
    width: 100%;
    color: #000!important;
    font-family: Raleway;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    padding: 0;
}
.PopularPostsLeft a {
    display: table;
    width: 100%;
    color: #000!important;
    font-family: Raleway;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    padding: 0;
}

.PopularPosts span {
    display: table-cell;
    vertical-align: middle;
    width: 64%;
}
.PopularPostsLeft span {
    display: table-cell;
    vertical-align: middle;
    width: 64%;
}

.PopularPosts img {
    width: 70px;
    height: 65px;
    text-align: center;
    vertical-align: middle;
}
.PopularPostsLeft img {
    width: 80%;
    /*height: 65px;*/
    vertical-align: middle;
}

.col-hleft {
    width: 230px;
    overflow: hidden;
}

.container-4 {
    margin: 10px 0 0;
}

.container-4 input#search {
    background: 0 0;
    color: #fff;
    float: left;
    font-size: 1em;
    width: 174px;
    border-bottom: 1px solid #eee;
    margin-left: 25px;
}

.container-4 button.icon {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 10pt;
}

.container-4 button.icon i {
    background: 0 0;
    padding: 0;
}

.search-wrap {
    padding: 60px 80px 0;
}

.search-txt {
    background: 0 0;
    border-radius: 0;
    font-size: 1.07692em;
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 30px 5px 0;
}

.search-btn {
    background: url(https://4.bp.blogspot.com/-4qKsD9ZY09U/WCHA3r_iIaI/AAAAAAAAClI/FXUp8h97cPs-6flVKzuCl9X7UTTZBOs-QCLcB/s1600/sprite-black.png) -465px -82px no-repeat;
    border: none;
    cursor: pointer;
    height: 18px;
    opacity: .4;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 18px;
}

.blog-pager-newer-link,.blog-pager-older-link {
    background: #222;
    color: #fff!important;
    border-radius: 15px;
    padding: 8px 15px;
}

.blog-pager-newer-link:hover,.blog-pager-older-link:hover {
    opacity: .8;
}

.thumb {
    border-radius: 50%;
    width: 50px;
    position: relative;
    top: 18px;
    margin: 0 10px 0 0;
}

.site-footer {
    background: #121212;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding: 50px 0;
}

.site-footer:after {
    background: linear-gradient(-45deg, #121212 5px, transparent 0), linear-gradient(45deg, #121212 5px, transparent 0);
    background-position: left-top;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 32px;
}

.site-footer .branding .logo {
    font-size: 48px;
    letter-spacing: -2px;
}

#footer-menu {
    border-top: 1px solid #333;
    margin-top: 25px;
    padding: 25px 25px 0;
}

#footer-menu a {
    color: #cc0000;
}

#footer-menu ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}

#footer-menu ul li a:hover {
    border-bottom: 1px solid #cc0000;
}

.Text h2 {
    color: #555;
    font-weight: 400;
    margin: 0;
    padding: 15px 0 0;
}

.Text h2 a {
    color: #cc0000;
    opacity: 0.8;
}

.Text h2 a:hover {
    opacity: 1;
}

#FollowByEmail1 h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    top: 0;
    color: #fff;
    margin: 0 0 20px;
}

.follow-by-email-inner {
    max-width: 535px;
    margin: 0 auto;
}

.follow-by-email-address {
    background: #fff;
    border: medium none;
    color: #849099;
    font-size: 16px;
    height: 40px;
    outline: medium none;
    vertical-align: middle;
    width: 350px;
    padding: 0 10px;
}

.follow-by-email-submit {
    background: #cc0000;
    border: 2px solid #cc0000;
    box-sizing: border-box;
    color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    outline: medium none;
    text-align: center;
    text-transform: uppercase;
    transition: all .25s ease-in-out 0;
    vertical-align: middle;
    width: 180px;
    margin: 0 0 0 5px;
    padding: 0;
}

.follow-by-email-submit:hover {
    background: none;
    color: #cc0000;
    font-size: 12px;
}

.sticky-sidebar .widget-content,.sidebar .widget-content {
    padding: 25px 0 0;
}

.post-share span {
    color: #aaa;
    font-family: Raleway;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.post-share a {
    background: #121212;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    color: #fff!important;
    margin-right: 2px;
    margin-top: 5px;
}

.post-share a:hover {
    background: #cc0000;
}

#collapase {
    background: #222;
    color: #fff;
    display: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 100%;
    z-index: 100;
    top: 0;
}

#collapase i {
    position: absolute;
    left: 0;
}

#collapase i:hover {
    opacity: 0.9;
}

#collapase i.fa-bars,#collapase i.fa-times {
    background: #cc0000;
    cursor: pointer;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .4s ease 0;
    width: 50px;
}

#collapase i.fa-times {
    background: green;
}

.cb-logo {
    background: #fff;
    bottom: 0;
    color: #cc0000;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 1px 0 2px 4px;
}

.blog {
    background: #cc0000;
    color: #fff;
    margin: 0 0 0 4px;
    padding: 1px 4px 2px;
}

.cb-logo:hover {
    opacity: 0.95;
}

.contact-form-name,.contact-form-email,.contact-form-email-message {
    border: 1px solid #eee;
    font-size: 15px;
    max-width: 250px;
    width: 100%;
    background: #fafafa;
}

.contact-form-email-message {
    height: 200px;
    max-width: 450px;
    font-family: Arial,sans-serif;
    color: #000;
    font-size: 15px;
    padding: 25px;
}

.form {
    padding: 0 80px;
}

.contact-text {
    margin: 0 0 30px;
}

.form h2 {
    margin: 60px 0 20px;
}

.contact-form-button-submit,.contact-form-button-submit:hover {
    background: #cc0000;
    border-color: #cc0000;
}

.contact-form-email,.contact-form-name {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 25px;
}

.contact-form-email:focus,.contact-form-name:focus,.contact-form-email-message:focus {
    border-color: #cc0000;
}

.contact-form-button {
    cursor: pointer;
    font-size: 18px;
    height: auto;
    margin-top: 10px;
    min-width: auto;
    border: none;
    color: #fff;
    padding: 10px 25px;
}

.contact-form-button-submit:hover {
    opacity: 0.8;
}

.contact-form-error-message-with-border,.contact-form-success-message-with-border {
    background: #666;
    display: inline-block;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    color: #fff;
    overflow: hidden;
    margin: 10px 0 0!important;
    padding: 0 0 0 5px;
}

.contact-form-success-message-with-border {
    background: #cc0000;
}

.contact-form-error-message-with-border img {
    cursor: pointer;
    position: relative;
    margin: 0 5px 0 3px;
}

.name {
    display: inline-block;
    width: 70px;
}

.message {
    width: 70px;
    display: inline-block;
    vertical-align: top;
}

.comments {
    font-family: Raleway,sans-serif;
    clear: both;
    margin-bottom: 0;
    margin-top: 10px;
}

.comments h4 {
    border-bottom: 1px solid #e7e7e7;
    font-size: 25px;
    line-height: 1.2em;
    margin: 0 0 30px;
    padding: 0 0 10px;
}

.comments .comment .comment-actions a {
    border: 1px solid #e7e7e7;
    color: #333232;
    margin-right: 8px;
    text-decoration: none!important;
    position: relative;
    bottom: -8px;
    padding: 5px;
}

.comments .comment .comment-actions a:hover {
    color: #000;
    margin-right: 8px;
    text-decoration: none!important;
    border-color: #000;
    padding: 5px;
}

.comments .comment-block {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    margin: 0 0 20px 48px;
    padding: 0 10px 10px 0;
}

.continue {
    border-top: medium none!important;
    position: relative;
}

.continue a {
    border: 1px solid #e7e7e7;
    color: #fff;
    display: inline-block!important;
    margin-top: 0;
    text-decoration: none!important;
    float: left;
    position: absolute;
    top: -21px;
    left: 47px;
    padding: 2px 5px!important;
}

.blog-author {
    font-size: 15px;
    margin: 0 5px 0 0;
}

.comment-header a {
    color: #222!important;
}

#comments .avatar-image-container img {
    border-radius: 50px;
    height: 58px;
    max-width: 58px;
}

.comments .avatar-image-container {
    border: 2px solid #fff;
    border-radius: 34px;
    box-shadow: 1px 1px 3px #dcdcdc;
    margin-left: -20px;
    margin-right: 20px;
    max-height: 61px!important;
    width: 61px!important;
    float: left;
    overflow: hidden;
}

.comment-content {
    font-size: 14px;
    overflow: hidden;
    margin: 15px 25px;
}

#comment-actions {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 25px;
    position: absolute;
    padding: 0;
}

.comment-link {
    white-space: nowrap;
}

.paging-control-container {
    float: right;
    font-size: 80%;
    margin: 0 6px 0 0;
}

.unneeded-paging-control {
    visibility: hidden;
}

#comments-block .avatar-image-container img {
    border: 1px solid #ccc;
    float: right;
}

#comments-block .avatar-image-container.avatar-stock img {
    border-width: 0;
    padding: 1px;
}

#comments-block .avatar-image-container {
    height: 37px;
    left: -45px;
    position: absolute;
    width: 37px;
}

#comments-block.avatar-comment-indent {
    margin-left: 45px;
    position: relative;
}

#comments-block.avatar-comment-indent dd {
    margin-left: 0;
}

iframe.avatar-hovercard-iframe {
    border: 0 none;
    height: 9.4em;
    width: 25em;
    margin: .5em;
    padding: 0;
}

.comments .comments-content {
    margin-bottom: 16px;
}

.comments .comments-content .comment-thread ol {
    list-style-type: none;
    text-align: left;
    padding: 0;
}

.comments .comments-content .inline-thread {
    padding: .5em 1em;
}

.comments .comments-content .comment-thread {
    margin: 8px 0;
}

.comments .comments-content .comment-replies {
    margin-left: 36px;
    margin-top: 1em;
}

.comments .comments-content .comment {
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.comments .comments-content .comment:first-child {
    padding-top: 16px;
}

.comments .comments-content .comment:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.comments .comments-content .user {
    font-style: normal;
    font-weight: 700;
}

.comments .comments-content .icon.blog-author {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 0 -4px 6px;
}

.comments .comments-content .datetime {
    margin-left: 6px;
}

.comments .comments-content .comment-header,.comments .comments-content .comment-content {
    margin: 0 0 8px;
}

.comments .comments-content .comment-content {
    text-align: justify;
}

.comments .comments-content .owner-actions {
    position: absolute;
    right: 0;
    top: 0;
}

.comments .comments-replybox {
    border: medium none;
    height: 250px;
    width: 100%;
}

.comments .comment-replybox-single {
    margin-left: 48px;
    margin-top: 5px;
}

.comments .comment-replybox-thread {
    margin-top: 5px;
}

.comments .comments-content .loadmore a {
    display: block;
    text-align: center;
    padding: 10px 16px;
}

.comments .thread-toggle {
    cursor: pointer;
    display: inline-block;
}

.comments .continue {
    cursor: pointer;
}

.comments .continue a {
    display: block;
    color: #000;
    padding: .5em;
}

.comments .continue a:hover {
    border-color: #000;
}

.comments .comments-content .loadmore {
    cursor: pointer;
    margin-top: 3em;
    max-height: 3em;
}

.comments .comments-content .loadmore.loaded {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.comments .thread-toggle .thread-arrow {
    display: inline-block;
    height: 6px;
    overflow: visible;
    padding-right: 4px;
    width: 7px;
    margin: .3em;
}

.comments .thread-expanded .thread-arrow {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC) no-repeat scroll 0 0;
}

.comments .thread-collapsed .thread-arrow {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAABJRU5ErkJggg==) no-repeat scroll 0 0;
}

.comments .avatar-image-container img {
    max-width: 36px;
}

table.tr-caption-container {
    margin-bottom: .5em;
    padding: 4px;
}

td.tr-caption {
    font-size: 80%;
}

.icon-action {
    vertical-align: middle;
    border-style: none!important;
    margin: 0 0 0 .5em !important;
}

.comment-action-icon {
    height: 13px;
    margin-top: 3px;
    width: 13px;
}

.delete-comment-icon {
    padding: 7px;
}

#comment-popup {
    height: 20px;
    position: absolute;
    visibility: hidden;
    width: 100px;
}

.logo-text,#sticky-left-sidebar {
    text-align: center;
}

ol,ul,.col-left h2,.col-right h4 .sidebar ul {
    list-style: none;
}

b,.post-body strong {
    font-weight: 700;
}

a:hover,a:visited,.post-body a:hover {
    text-decoration: none;
}

body#layout #Contact12,body#layout #ContactForm1,footer #ContactForm1,.sidebar .date-header,.breadcrumbs,.mobile.logo-text,.site-footer.plain-line:after,.loadmore,.comments .comments-content .comment-thread:empty,.comments .thread-chrome.thread-collapsed {
    display: none;
}

.post h2,.post-share {
    margin: 0 0 30px;
}

.date-header.item,.sidebar .widget-content,#left-column {
    margin: 0 0 25px;
}

#blog-pager a:visited,.blog-pager,#FollowByEmail1 b {
    color: #cc0000;
}

.item-control,.icon.user.blog-author {
    display: none!important;
}

.clear,.comment-form {
    clear: both;
}

.breadcrumbs a,.datetime a {
    color: #999!important;
}

.logo-text a,.container-4 input#search:-moz-placeholder,.container-4 input#search::-moz-placeholder,.site-footer .branding .logo a {
    color: #fff;
}

.post-search,.comments .comments-content .comment-body {
    position: relative;
}

#comments .blogger-comment-icon,.blogger-comment-icon,#comments .openid-comment-icon,.openid-comment-icon,#comments .anon-comment-icon,.anon-comment-icon {
    line-height: 16px;
    padding-left: 20px;
}

@media screen and max-device-width 480px {
    .comments .comments-content .comment-replies {
        margin-left: 0;
    }
}

.post-footer,.separator {
    display: none;
}

.post {
    position: relative;
}

.post h2 {
    margin-bottom: 0;
    padding: 0;
}

.post h2 a,.post h2 a:visited,.post h2 strong {
    color: #222;
    font-family: Raleway,sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}

.post-body {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #bbb2b2;


}

.post-body p {
    color: #222;
    font-size: 1.1em;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0;
}

@media only screen and (min-width: 960px) and (max-width:1024px) {
    #blog-pager,.blog-pager,.post-body {
        padding:50px;
    }

    #comments {
        margin: 0 50px 20px;
    }

    .search-wrap {
        padding: 25px 50px 0;
    }

    .label,.search-query {
        margin: 50px 50px 0;
    }

    .social-buttons.responsive {
        display: block;
        margin-top: 25px;
    }

    .col-middle {
        width: 60%;
    }

    .col-right {
        width: 22%;
    }

    .item-title {
        padding-left: 10px;
    }

    .labnolFB {
        height: 232px;
    }
}

@media only screen and (max-width: 959px) {
    .post {
        margin-right:0;
    }

    #blog-pager,.blog-pager,.post-body {
        padding: 25px;
    }

    .search-wrap, .form {
        padding: 25px 25px 0;
    }

    .label,.search-query {
        margin: 25px 25px 0;
    }

    #comments {
        margin: 0 25px 10px;
    }

    .labnolFB {
        height: 232px;
    }

    .col-left {
        display: none;
        width: auto;
        max-width: 320px;
    }

    .col-middle {
        width: 65%;
    }

    .col-right {
        width: 35%;
    }

    #collapase {
        display: block;
    }

    .form h {
        margin: 30px 0 20px;
    }
}

@media only screen and (max-width: 736px) {
    .PopularPosts img {
        width:auto;
    }
}
@media only screen and (max-width: 736px) {
    .PopularPostsLeft img {
        width:auto;
    }
}

@media only screen and (max-width: 734px) {
    .col-middle {
        width: 100%;
    }

    .col-right {
        border-right: 1px solid #e7e7e7;
        margin: auto;
        width: 280px;
    }

    .PopularPosts span {
        width: 70%;
    }
    .PopularPostsLeft span {
        width: 70%;
    }

    .follow-by-email-inner {
        max-width: 320px;
        margin: auto;
    }

    .follow-by-email-address {
        width: auto;
    }

    .follow-by-email-submit {
        font-size: 13px;
        width: auto;
    }

    .site-footer {
        padding: 50px 10px;
    }

    .col-main {
        display: inherit;
    }

    .labnolFB {
        height: 216px;
    }

    .item-title {
        padding-left: 10px;
    }

    #sidebar .PopularPosts span {
        width: 75%;
    }
    #sidebar .PopularPostsLeft span {
        width: 75%;
    }

    #author-info p {
        padding-left: 0;
    }
}

@media only screen and (max-width: 320px) {
    .follow-by-email-address {
        width:180px;
    }

    .follow-by-email-submit {
        font-size: 12px;
        width: 100px;
    }

    .showpage a,.showpageNum a,.showpagePoint {
        padding: 2px 10px;
    }
}

#lista2 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista2 ol {
    margin: 0 0 0 2em;

}

#lista2 li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

#lista2 li:hover{
    background: #eee;
}

#lista2 li:hover:before{
    transform: rotate(360deg);  
}

#lista2 li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}
#btn {
  background: #87ceeb;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

#btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.azul {
    float: center;
}
.azul:focus {box-shadow: 0 0 5px rgba(0,0,255,1);border:1px solid rgba(0,0,255,0.8);}

tr td{
   border: 2px solid #3cb0fd;
}
.cerrar {
   background-color: rgba(231, 231, 231,.3);
   font-weight: bold;

    }
.titulotxt{
    resize: none;
    max-height: 300px;
    min-height: 30px;
    width: 100%;
    padding: 0;
}
.titulotxt:focus{
    background: rgba();
    border-color: rgb(142, 185, 220);
    box-shadow: 0 1px 1px rgba(166,200,227,.3)inset, 0 0 8px rgba(166,200,227,.3);
    outline: 0 none;
}

.cajita{
    width: 100%;
     margin: 0;
     padding:0;
}
.ccalendario{
     padding-right: : 105px;
}
.identar{
    text-indent: 3%;
}
.txt_modal_enviar{
    resize: vertical;
    width: 100%;
    max-height: 500px;
    min-height: 100px;
    padding:15px;
    border: 1px solid rgba(0, 97, 180,.4);
    /*box-shadow: 25px 25px 25px -25px #0061b4 inset;*/
    box-shadow: 0 10px 6px -6px #0061b4;
}

/* #.... Estilo del calendario 
1749cal
123pas
*{font-family:monospace,Verdana;}
body{background:transparent;margin:0;padding:0;}
table,tr,th,td{border:0;margin:0;}
table{border-collapse:collapse;border-spacing:0;}

#calendar{table-layout:fixed;width:200px;margin:0;border:1px solid #a6b9f3;}
#calendar th{width:14.29%;vertical-align:middle;text-align:right;font-size:10px;color:#333;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#a6c8e3;}
#calendar td{font-size:14px;text-align:right;}
#calendar th,#calendar td{padding-right:2px;}
#navcal td{border-top:1px solid #a6b9f3;border-bottom:1px solid #a6b9f3;}
td#pea p,td#pes p{margin:0;color:#666;}
td#pea p a:hover,td#pes p a:hover{color:#222;}
td#pea p{text-align:left;}
td#pes p{text-align:right;}
td#pea p.stop,td#pes p.stop{color:#f00;}
td#actual{text-align:center;font-size:11px;}
td.domingo{color:#f00;}
td.evento{color:#f00;background:rgba(166,200,227,.5);border-radius:2px;}
td.evento,td#hoy{font-weight:bold;}
td#hoy{text-decoration:underline;}
td#pea p a,td#pes p a,td.evento,td#hoy{cursor:pointer;}

#even td{text-align:left;}
div#view{height:128px;border:1px solid #eab7b7;text-align:left;}
*/
  section{
                width:100%;
                margin:0 auto;
            }

            /*Para que el contenedor muestre elementos aunque estos sean flotantes*/
            #container:after {
                content: " ";
                display: block;
                height: 0;
                clear: both;
            }

            #container{
                width: 90%;
                margin:40px auto;
            }

            /*Estructura de cada componente de la galeria (imagen + descripcion)*/
            #container div{
                position: relative;
                width: 28%;
                height: auto;
                -webkit-transform:rotate(-8deg);
                display:inline;
                float:left;
                margin:5px 3% 5px 0;
                z-index:1;
                transition: width 1s, width 1s, top 1s;
                -webkit-transition: -webkit-transform 1s, width 1s, top 1s;
            }

            /*Se rota ligeramente al posicionarnos encima del componente de la galeria (imagen + descripcion)*/


            #container div.select{
                -webkit-transform:rotate(0deg);
                position: fixed;    
                width: 100%;
                height: 100%;
                top: 0;
                left:0;
                z-index:5;
                background:rgba(0,0,0,0.5);
                margin:0;
                overflow: scroll;
            }

            #container div.select img{
                width: 56%;
                height: auto;
                box-shadow: 0 0 20px #DDD;
                border: 5px solid #FFF;
                position: relative;    
                top: 5%;/*20*/
                left:20%;
                overflow: scroll;
            }

            #container div.select + div{
                margin: 5px 3% 5px 31%;
            }

            #container div img{
                width: 100%;
                height: auto;
                box-shadow: 0 0 10px #666;
                border: 5px solid #FFF
            }

            /*Estructura de la descripcion, por defecto no se muestra*/
            #container div img ~ span{
                width: auto;
                opacity:0;
                -webkit-transition: opacity 1s;
                margin:0;
                padding:5px 10px;
                border-radius: 2px;
                color:#000;
                background:rgb(255, 255, 255);
                text-align:center;
                position: fixed;    
                top: 5%;
                left:20%;
            }

            /*Se muestra la descripcion al posicionar el cursor encima de la imagen*/
            #container div.select img + span{
                opacity:1;
            }

            /*Media query de ejemplo para pantallas de alta resolucion
              pero pueden haber mas, este media query permite mostrar hasta 5 imagenes por filas
            */
            @media (min-width:1600px){
                #container div{
                    width: 15%;
                }

                #container div.select + div{
                    margin: 5px 3% 5px 15%;
                }

            }

            @keyframes rotate-img
            {
            0%   {transform:rotate(10deg);}
            20%  {transform:rotate(-10deg);}
            40%   {transform:rotate(12deg);}
            60%  {transform:rotate(-12deg);}
            80%   {transform:rotate(8deg);}
            90%  {transform:rotate(-8deg);}
            100%  {transform:rotate(0deg);}
            }

            @-moz-keyframes rotate-img
            {
                0%   {-moz-transform:rotate(10deg);}
            20%  {-moz-transform:rotate(-10deg);}
            40%   {-moz-transform:rotate(12deg);}
            60%  {-moz-transform:rotate(-12deg);}
            80%   {-moz-transform:rotate(8deg);}
            90%  {-moz-transform:rotate(-8deg);}
            100%  {-moz-transform:rotate(0deg);}
            }

            @-webkit-keyframes rotate-img
            {
                0%   {-webkit-transform:rotate(4deg);}
            20%  {-webkit-transform:rotate(-4deg);}
            40%   {-webkit-transform:rotate(3deg);}
            60%  {-webkit-transform:rotate(-3deg);}
            80%   {-webkit-transform:rotate(2deg);}
            90%  {-webkit-transform:rotate(-2deg);}
            100%  {-webkit-transform:rotate(0deg);}
            }
