/*
Theme Name: Blog Vayumedia
Theme URI: http://www.vayumedia.com/
Author: VayuMedia
Author URI: http://www.vayumedia.com/
Description: New theme for the new blog site vayumedia(2012), designed by Enrique Oyaga (designer vayumedia), developed by Javier Estupiñan (developer vayumedia).
Version: 1.0
License: PRIVATE
License URI: 
Tags: vayumedia theme, blog vayumedia, vayumedia blue.
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html*/
/*-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
}
@font-face{ 
    font-family: 'myriadwebpro'; 
    src: url('font/myriadwebpro-webfont.eot'); 
    src: url('font/myriadwebpro-webfont.eot?#iefix') 
        format('embedded-opentype'), 
        url('font/myriadwebpro-webfont.woff') format('woff'),
        url('font/myriadwebpro-webfont.ttf') format('truetype'), 
        url('font/myriadwebpro-webfont.svg#webfont') format('svg'); 
} 
ol, ul {
    list-style: none;
}
a img {
    border: 0;
}
body{
    background-color: #CED0D3;
    text-align: center;
    font-family: 'myriadwebpro', Arial, sans-serif;
    font-size: 14px;
}
.button-send{
    background-color: #006699;
    border:none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
body.login{
    background-color: white;
}
/*END----------------------------------------------------------- */

/* =styles header*/
/*-------------------------------------------------------------- */
.content-total{
    width: 1000px;
    margin:0 auto 0 auto;
}
.image-header-1{
    background-image: url(image/header-background.jpg);
    height: 540px;
    width: 1000px
}
.image-header-2{
    background-image: url(image/header-background.jpg);
    height: 144px;
    width: 1000px
}
.image-curve-2{
    position: absolute;
    top: 135px;
    height: 9px;
    width: 1000px;
    z-index: 1;
}
.image-curve{
    position: absolute;
    top: 531px;
    height: 9px;
    width: 1000px;
    z-index: 1;
}
.image-clarity{
    position: absolute;
    height: 143px;
    width: 1000px;
    z-index: 2;
}
.line-blue{
    position: absolute;
    margin-left: 200px;
    background-image: url(image/line-blue.png);
    background-repeat: repeat-x;
    width: 600px;
    height: 48px;
    z-index: 3;
}
.content-header{
    position: absolute;
    width: 1000px;
    z-index: 4;
    text-align: left;
}
.logo{
    position: absolute;
    left: 20px;
}
.icons-social{
    position: absolute;
    top: 8px;
    right: 15px;
}
.icons-social ul li {  
    display: inline;
    padding-left: 8px; 
}
.search{
    position: absolute;
    top: 50px;
    right: 15px;
}
#s{
    position: absolute;
    top: 0px;
    right: 0px;
}
#searchsubmit{
    position: absolute;
    top: 1px;
    right: 0px;
    background-image: url(image/search.jpg);
    background-repeat: no-repeat;
    border:none;
    width: 33px;
    height: 23px;
    cursor: pointer;
}
	
.slideshow {
    position: absolute;
    width: 960px;
    height: 360px;
    top: 130px;
    right: 16px;
    background-color: #eee;
    border-left:  solid 3px #FFF;
    border-right: solid 3px #FFF;
    border-top:  solid 3px #FFF;
}

.navigation-slider{
    position: absolute;
    top: 450px;
    height: 66px;
    width: 201px;
    background-image: url(image/ul-nav.png);
    right:  400px;
    text-align: center;
}
.slide-opacity{
    position: absolute;
    top: 183px;
    left: 30px;
    width: 367px;
    height: 312px;
    background: url(image/transparency.png);
    /*opacity:0.5;
    filter:alpha(opacity=50);  For IE8 and earlier */
    z-index: 5;
}
.letter-slide-opacity{
    position: absolute;
    margin-top: 60px;
    margin-left: 10px;
    width: 357px;
    height: 312px;
    color: white;
    z-index: 6;
}

/* container for slides */
.images {
    
}

/* single slide */
.images div {
    position:absolute;
    top:0;
    left:0;
}

/* tabs (those little circles below slides) */
.slidetabs {
    margin: 6% 32%;
}
/* single tab */
.slidetabs a {
    width:12px;
    height:12px;
    float:left;
    margin:5px;
    background:url(image/navigator.png) 0px -24px no-repeat;
    display:block;
    font-size:1px;
}

/* mouseover state */
.slidetabs a:hover {
    background-position:0 -12px;
}

/* active state (current page state) */
.slidetabs a.current {
    background-position:0 0px;
}
.cont-menu{
    position: absolute;
    top: 90px;
    right: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: 720px;
    height: 30px;
    text-align: right;
}
.cont-menu ul ul{
    position: absolute;
    visibility: hidden;
    background: url('image/back-menu.png');
    background-repeat: repeat-x;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
    left: -10%;
    font-size: 14px;
    padding: 5px 0 5px 0;
    width: 180px;
 }
 .cont-menu ul li:hover ul{
    visibility: visible;
    z-index: 7;
 }
.cont-menu ul li{
    display: inline;
    padding: 0px 8px; /*Separate text*/
    float: left;
    position: relative;
    list-style:none;
}
ul.menu{margin: 0;padding: 0; text-align: left;}

.cont-menu ul li a{
    text-decoration: none;
    display: block;
    color: white;
}
.cont-menu ul li ul li{
    list-style: none;
    text-align: left;
    border: 0;
    padding: 0;
    width: 100%;
}
.cont-menu ul li ul li a{
    margin: 5px;
    border-bottom: solid 1px white;
    left: -15px
}
.cont-menu ul li.current_page_item > a,
.cont-menu ul li.current-cat > a,
.cont-menu ul li.current-menu-ancestor > a,
.cont-menu ul li.current-menu-item > a,
.cont-menu ul li.current-menu-parent > a {
    border-bottom: solid 2px white;
}
.cont-menu ul li ul li.current-menu-item > a,
.cont-menu ul li ul li.current-cat > a{
     border-bottom: solid 1px white; /*esto solo marca al lin en segunda base con su linea*/
 }
 .cont-menu ul li ul li:hover{
     background: url('image/menu-hover.png');
     background-repeat: repeat-x;
 }

/*END----------------------------------------------------------- */

/* =styles content all*/
/*-------------------------------------------------------------- */
.content-all{
    width: 1000px;
    background-color: #4AB915;
}
.content-left{
    width: 740px;
    float: left;
    /*background-color: #006505;*/
}
.content-left-all-single{
    width: 715px;
    float: left;
    background-color: white;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
    margin: 5px 8px 5px 5px;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    min-height: 950px;
}
.content-left-all-home{
    width: 715px;
    float: left;
    background-color: white;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
    margin: 5px 8px 5px 5px;
    padding: 5px;
    text-align: left;
    font-size: 14px;
}
.content-left-all{
    width: 715px;
    float: left;
    background-color: white;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
    margin: 5px 8px 5px 5px;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    min-height: 950px;
}
.breadcrumbs{
    color: #CCCCCC;
    font-size: 12px;
    margin-left: 4px;
}
.title-content{
    font-size: 26px;
    color: #006699;
    border-bottom: solid 2px #CCCCCC;
    margin-bottom: 12px;
}
.content-rigth{
    width: 258px;
    float: right;
    /*background-color: #00b4cc;*/
    border-left: solid 1px #B7B7B7;
}
.home-video{
    width: 481px;
    height: 475px;
    float: left;
    background: white;
    border-radius: 7px;
    border: solid 1px #CCCCCC;
    margin: 4px 2px 2px 3px;
}
.header-art{
    color: #666666;
    font-size: 16px;
    width: 120px;
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px;
}

.art-title{
    color: #006699;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
.art-link{
    text-decoration: none;
    color: #006699;
}
.art-link:visited{
    text-decoration: none;
    color: #006699;
}
.art-content{
    color: #006699;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
.art-content .read-more{
    display: none;
}
.articles-sup .read-more{display: inline;}
.home-articles{
    width: 238px;
    height: 475px;
    float: left;
    background: white;
    border-radius: 7px;
    border: solid 1px #CCCCCC;
    margin:  4px 2px 2px 2.5px;
}
.dates-right{
    position: relative;
    float: right;
    right: 8px;
    background-color: #006699;
    color: white;
    padding: 3px 15px 3px 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -1px;
    font-size: 12px;
}
.articles-sup{
    width: 220px;
    text-align: center;
    color: #006699;
    float: left;
    margin-right: 8px;
    padding-left: 8px;
    border-right: dotted 1px #808080;
}
.art-header, .art-footer{
    margin: 0 auto;
    padding: 0
}
.container{width: 715px;height: auto; margin: 0;padding: 0}

.dates-author{
    margin-bottom: 10px;
    margin-top: 10px;
}

.articles-inf{
    width: 715px;
    float: left;
    color: #666666;
    font-size: 12px;
    border-bottom: dotted 1px #808080;
    margin-top: 10px;
    padding-bottom: 10px;
}

.articles-inf li{list-style: none;display: inline;}

.articles-inf a{
    text-decoration: none;
    color: #102C6C;
}
.title-article-sup{
    font-size: 16px;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 5px;
}
.dvideo{
    z-index: 1;
    position: absolute;
}
.dfvideo{
    z-index: 1;
    position: absolute;
}
.dplay{
    z-index: 2;
    position: absolute;
    margin-left:58px;
    margin-top:24px;
}
.dsplay{
    position: absolute;
    z-index: 2;
    margin-left:49px;
    margin-top:25px;
}
.title-article-inf{
    font-size: 24px;
    font-weight: bold;
    color: #102C6C;
    padding-top: 2px;
    padding-bottom: 2px;
}

#article-3{
    border-right: none;
}
.content-single img{margin: 5px}
.read-more{
    background-color: #006699;
    border:none;
    height: 25px;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 2px;
    color: white;
    cursor: pointer;
}
.wp-pagenavi{
    width: 715px;
    text-align: center;
    clear: both;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 10px;
}
.wp-pagenavi a{
    margin: 1px;
    text-decoration: none;
    color: #999999;
}
.wp-pagenavi span{
    margin: 1px;
}
.wp-pagenavi .current{
    color: #003366;
}

.wp-pagenavi .page:after{
    content: '|';
}
.wp-pagenavi .larger:before{
    content: '|';
}

.wp-pagenavi .larger:after{
    content: '';
}
.previouspostslink:after{content: ' ';}
.nextpostslink:before{content: ' ';}
/* sigle post */
.conten-left-single-post{
    width:60px;
    margin-bottom: 5px;
 }
 @media screen{
  body div#social-single{
   position:fixed;
  }
 }
 .conten-right-single-post{
    float: right;
    width:650px;
 }
 .conten-left-single-post,
 .conten-right-single-post{
   padding-bottom: 30000px;
  margin-bottom: -30000px;
 }
 .title-single-post{
     font-size: 30px;
     color: #102C6C;
 }
 .content-single{
     color: #666666;
     font-size: 16px;
     padding: 10px;
     text-align: justify;
     line-height: 1.5em;
 }
 .content-single ul{
     list-style: circle;
 }
  .content-single ol{
     list-style: lower-alpha;
 }

.pinterest {
    margin-bottom: -22px;
    padding-top: 10px;
}

 .content-single a, .content-single a:hover,.content-single a:visited{
    text-decoration: none;
    color: #052B72;
    font-weight: bold;
 }
.dates-author > a{ 
    color: #102C6C;
    text-decoration: none;
 }
 .stop-div{
    display: none;
 }
/*END----------------------------------------------------------- */

/* =styles sidebar*/
/*-------------------------------------------------------------- */
.sidebar-mail{
    width: 242px;
    background: white;
    margin:  4px 4px 4px 8px;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
    background-image: url(image/div-sidebar-mail.gif);
    background-repeat: no-repeat;
}
.sidebar-other{
    width: 242px;
    background: white;
    margin:  4px 4px 4px 8px;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
    background-image: url(image/div-sidebar.gif);
    background-repeat: no-repeat;
}
.titles-sidebar{
    width: 242px;
    height: 40px;
    position: relative;
    color: white;
    font-size: 16px;
    text-align: left;
    z-index: 1;
    padding-left: 3px;
}
.content-sidebar{
    width: 242px;
    height: 100%;
    position: relative;
    color: white;
    font-size: 12px;
    text-align: left;
    z-index: 2;
}
p.title-side-mail{
    padding-left: 65px;
    padding-top: 9px;
}
p.title-side{
    text-align: center;
    padding-top: 9px;
}
.content-sidebar p{
    padding: 0px 5px 5px 5px;
    color: #006699;
}
#newsletter{
    background-color: #E8E8E8;
    border-radius: 5px;
}

/*END----------------------------------------------------------- */

/* =styles footer*/
/*-------------------------------------------------------------- */
.footer-content{
    clear: both;
}

.footer-sup{
    position: relative;
    top: 5px;
    width: 1000px;
    height: 214px;
    background-color: #006699;
    border-top: solid 3px #004F76;
    border-bottom: solid 3px #004F76;
}
.back-blue-1{
    position: absolute;
    height: 214px;
    width: 1000px;
    z-index: 1;
}
.mount-blue{
    position: absolute;
    height: 214px;
    width: 1000px;
    z-index: 2;
}
.footer-conten-blue{
    background: url('image/footer-content-sup.png') right top;
    text-align: left;
    background-repeat: no-repeat;
    height: 214px;
    color: white;
}

.footer-content-date p.content-events{
    float: left;
    font-size: 12px;
    padding-left: 7px;
    width: 148px;
    height: 42px;
    overflow:hidden;
    line-height: 1.1em;
}
.footer-content-date p.date{
    background: #0074B0;
    padding-left:0;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 3px;
    border:solid 1px white;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.footer-conten-blue{
    padding: 5px;
    float: left;
}
.footer-content-date{
    padding-top: 5px;
    height: 48px;
    border-bottom: dotted 1px white; 
}
.title-footer-blue{
    border-bottom: solid 1px white;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 7px;
}
#footer-sup-last{
    background: url('');
}
#footer-sup-first{
    margin-left: 20px;/*80*/
}
#last_date{
    border-bottom: none;
}
.footer-conten-blue .children{ display: none;}
.footer-conten-blue li{margin-top: 5px;font-size: 14px;list-style: none}
.footer-conten-blue li a{text-decoration: none;color: white;}
.footer-inf{
    position: relative;
    top: 6px;
    width: 1000px;
    height: 265px;
    background-color: #CCCCCC;
    -webkit-box-shadow: inset 0 0 15px #808080;
    box-shadow: inset 0 0 15px #808080;
}
.back-white-1{
    position: absolute;
    z-index: 1;
}
.mount-white{
    position: absolute;
    z-index: 2;
}
.footer-inf ul li{
    display: inline;
    padding-right: 10px;
}
.footer-inf ul li:after { 
    padding-left: 15px;
    content: url(image/line-separate.png); 
}
.footer-inf ul li.last:after { 
    content: ''; 
}
.footer-inf ul{
    padding-right: 10px;
}
.footer-separate{
    width: 1000px;
    text-align: center;
}
/*END----------------------------------------------------------- */

/* =styles social plugins*/
/*-------------------------------------------------------------- */
#social_id{
    float:left;
    width: 292px;
    height: 22px;
}
#social_id .sharrre .button{
    float:left;
    margin-left: 2px;
}
.social-home{
    width: 223px;
    overflow:hidden;
    padding-top: 8px;
}
.social{
    border-top:solid 2px #E7E7E7;
    clear: both;
}

/* categories */
#category-social{
float:left;
margin-left: 23px;
margin-top: 15px;
margin-bottom: 15px;
}
#category-social .sharrre .button{
width:120px;
margin-top: 4px;
}
/* single post */
#social-single{
float:left;
text-align: center;
}
#social-single .suHostedBadge{
    list-style: none;
}
#social-single .sharrre .button{
width:60px;
height:70px;
}
.input{
    border-radius: 20px;
    padding-left: 25px
}
.writer{
    width: 715px;
    float: left;
    min-height: 170px;
    border-bottom: dotted 1px #808080;
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
    padding-bottom: 12px;
}
.photo-writer{
    width: 170px;
    float: left;
}
.description-writer{
    width: 540px;
    float: left;
}
.description-writer a{
    text-decoration: none;
    color: #052B72;
    font-weight: bold;
}
.description-writer a:hover,.description-writer a:visited{
    text-decoration: none;
    color: #052B72;
    font-weight: bold;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*.photo-writer,
.description-writer{
   padding-bottom: 30000px;
  margin-bottom: -30000px;
 }*/
/*END----------------------------------------------------------- */


/* =styles header*/
/*-------------------------------------------------------------- */

/*END----------------------------------------------------------- */





/* =Comments
----------------------------------------------- */
.comment-meta a {
	font-weight: bold;
}
#comments{
  width:650px;
  float: right
}

.cur-author{
    font-size: 14px;
    color: #052B72;
}
.cur-date{
    font-size: 12px;
    color: #666666;
}
.comment-content{color: #666666;}
.url{
    text-decoration: none;
    color: #052B72;
    font-weight: normal;
}
.url:hover,url:link{
    color: #052B72;
}
ol > li > article.comment{
    padding-left: 50px;
}
ul > li > article > .comment-content,
ul > li > article > .reply{
    padding-left: 50px;
}
#comments-title {
	color: #666;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8em;
        color: #052B72;
        border-top: dotted 1px #808080;
        margin-top: 10px;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 650px;
        padding: 0;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
        list-style: none;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
        padding-left: 0;
}
.commentlist .children li.comment {
	background-color: white !important;
	border-radius: 5px;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 0.625em 0 0;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	padding: 0;
	position: absolute;
	top: 31px;
        left: 22px;
}

.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}


/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
        color: #575757;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #575757;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a{text-decoration: none;color: #102C6C;}
.social-login span{display: none}
.social-login{
    height: 50px;
    background-color: #DDF2FF;
    margin-bottom: 15px;
}
#wp-social-login-connect-options {
    float: right;
    padding: 10px;
    width: 300px;
}
/* conect plugin social */
#wp-social-login-connect-with{
	font-weight: bold;
}

#wp-social-login-connect-options a{
	text-decoration: none;
}

#wp-social-login-connect-options img{
	border:0 none;
}
/* end conect plugin social */
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #575757;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


.image-loginall{width: 144px;height: 164px;position: absolute;z-index: 1;margin-left: 444px;margin-top: 40px}
.login-content{position: relative;z-index: 2}
#login{
    background: url('image/back-login.jpg');
    padding-bottom: 20px;
    border-radius: 5px;
    margin-left: 50px;
    margin-right: 50px;
    -moz-box-shadow: inset 0 0 10px #888;
    -webkit-box-shadow: inset 0 0 10px #888;
    box-shadow: inset 0 0 10px #888;
}
.input{
    border-radius: 20px;
    padding-left: 30px;
    height: 25px;
    width: 250px;
}
.image-login{
    position: absolute;
    margin-top: 3px;
    margin-left: 5px;
}
.title-login{
    color: #102C6C;
    font-size: 30px;
    text-align: center;
    margin: 10px;
    padding: 12px;
    border-bottom: solid 1px #FFFFFF;
    z-index: 2;
}
.button-primary{
    height: 25px;
    border-radius: 20px;
    background-color: #003366;
    color: white;
    border: 0;
    padding-bottom: 3px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    font-weight: bold;
}
td > label{
    color: #003366;
    font-size: 20px;
}
p.submit{
    text-align: center
}
#login_error{
    text-align: center;color: red
}
p.message{
    text-align: center;
    color: #004F76;
}
.wpcf7-form{
    color: #102D6C;
    font-size: 16px
}
.wpcf7-form input{
    background-color: #E8E8E8;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 10px #888;
    -webkit-box-shadow: inset 0 0 10px #888;
    box-shadow: inset 0 0 10px #888;
    width: 550px;
}
.wpcf7-form textarea{
    background-color: #E8E8E8;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 10px #888;
    -webkit-box-shadow: inset 0 0 10px #888;
    box-shadow: inset 0 0 10px #888;
    width: 700px;
}
.wpcf7-form .wpcf7-submit{
    color: white;
    background-color: #052B72;
    border: none;
    width: 100px;
    box-shadow: 0 0;
    cursor: pointer;
}
.send-button{
    text-align: right;
}
.link-return{
	color:white;
	font-size: 14px;
	vertical-align: top;
}
.link-return:hover{
	color:white;
	font-size: 14px;
	vertical-align: top;
}
.link-return:visited{
	color:white;
	font-size: 14px;
	vertical-align: top;
}
