@charset "utf-8";
/* CSS Document */



html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.newtopLivewrp, .newtopLivewrpIn{
	height:100%;
}

.newtopLivewrp{
	
	max-width:1180px;
	width:100%;
	margin:0 auto;
}
.newtopLivewrpIn{
	width:100%;
	float:left;
	background-color:#e8ebf0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px;

}
.clearfix{
	clear:both;
}

.conclave-logo {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.conclave-logo img {
    display: block;
    margin: 0 auto;
    max-width: 310px;
}
.conclave-date{
	font-family:Oswald, arial, sans-serif;
}
.conclave-date {

    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #EE2D24;
    margin-bottom: 20px;

}
.bluetxt {
    color: #0B80C5;
}
.coclave-image {
    width: 100%;
    text-align: center;
    max-width: 340px;
    margin: auto;
}
.coclave-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.conclave-left {
    float: left;
   width: 35%;
    /*max-width: 415px;*/
    text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:20px;
}
.conclave-right {
    float: left;
    width: 65%;
    /*max-width: 725px;*/
}
.con-cl-a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #212121;
    text-decoration: none;
/*    display: table;*/
    margin: 0px auto;
    padding: 16px 18px 14px 4px;
/*
    border-top: 1px dashed #d8d8d8;
    border-bottom: 1px dashed #d8d8d8;
*/
	background-image:url(../images/arrow-red.png);
	background-repeat:no-repeat;
	background-position:100% center;
	-moz-transition:all .2s ease .0s;
	-webkit-transition:all .2s ease .0s;
	transition:all .2s ease .0s;

}
.con-cl-a:hover {
	background-position:100% center;
	color: #EE2D24;
}
.ml-link {
    font-family: panchariUni;
    font-size: 22px;
    color: #333;
}
.con-btm-blk {
    display: table;
    width: 100%;
/*    align-items: center;*/
    height: 40px;
/*    background-color: #f2f2f2;*/
    text-align: right;
    padding: 10px 0;
    margin-top: 20px;
}
.con-title-txt {
    font-size: 20px;
    font-family: Oswald, arial, sans-serif;
        margin-bottom: 5px;
}
.conclave-full-width {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}


@media only screen and (max-width:1160px){
.coclave-image {
    max-width: 280px;
}
}


@media only screen and (max-width:990px){
	
/*
.con-cl-a{
font-size:16px;
}
*/
.conclave-logo img{
	max-width:240px;
}
}
@media only screen and (max-width:768px){
.conclave-left{
	width:100%;
	position:absolute;
	top:10px;
	padding-right: 0;
	left:0;
}
.newtopLivewrpIn{
	position:relative;
	padding: 430px 15px 15px;
}
.conclave-date{
	font-size:16px;
	margin-bottom:10px;
}
.conclave-right {
    width: 100%;
    max-width: 500px;
    margin: auto;
    float: none;
}

.conclave-logo{
	margin-top:0;
}
.conclave-logo img{
	max-width:290px;
}
.con-cl-a{
	padding: 10px 22px 10px 4px;
}
.con-btm-blk {
    text-align: center;
    margin-top: 0px;
}
}
@media only screen and (max-width:640px){
	.coclave-image img{
		max-width:380px;
        width: 100%;
	}
    .conclave-right {
    max-width: 380px;
        width: 100%;
        margin-top: 10px;
}
	.newtopLivewrpIn{
		padding-top:410px;
}
.conclave-logo img{
	max-width:260px;
}
    .con-title-txt {
    font-size: 18px;
}
}

@media only screen and (max-width:400px){ 
 .con-title-txt {
    font-size: 16px;
}   
}

