@charset "utf-8";
/*Styles for block Oceanfront Condominiums in Miami */
/*
.ac-container{
    width: 507px;
    text-align: left;
}*/
.ac-container label{
     font-family: 'Arsenal'; 
    padding: 15px 0 0 20px;
	margin:0 0 0 0;
    position: relative;
    z-index: 2;
    display: block;
    height: 37px;
    cursor: pointer;
    color: #fff;
    /*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
    line-height: 21px;
    font-size: 21px;
	text-transform:uppercase;
    background: #215996;
    background: -moz-linear-gradient(top, #3973b2  1%, #215996 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3973b2), color-stop(100%,#215996));
    background: -webkit-linear-gradient(top, #3973b2 1%,#215996 100%);
    background: -o-linear-gradient(top, #3973b2 1%,#215996 100%);
    background: -ms-linear-gradient(top, #3973b2 1%,#215996 100%);
    background: linear-gradient(top, #3973b2 1%,#215996 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3973b2', endColorstr='#215996',GradientType=0 );
    /*box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);*/
	border-top: solid 1px #215996;
	border-bottom: solid 1px #fff;
}
.ac-container label:hover{
    background: #215996;
}
/**/.ac-container label:hover span{ background-image:none;}

/**/.ac-container label span{ display:block; width:100%; background-repeat:no-repeat; background-position:right 13px center;
    background-image: url(../img/arrow_down.png);}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #215996;
    color: #ffffff;
    /*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
    /*box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);*/
		border-bottom:none; 
}

/**/.ac-container input:checked + label span,
.ac-container input:checked + label:hover span{background-image: url(../img/arrow_up.png);}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 14px;
    height: 7px;
    right: 13px;
    top: 22px;
    background: transparent url(../img/arrow_down.png) no-repeat center center;
	   
}
.ac-container input:checked + label:hover:after{
    background-image: url(../img/arrow_up.png);
	
}

/**/ /*.ac-container input:checked + label:after span{ background-color:#ff000000;} */


.ac-container input{
    display: none;
}
.ac-container div.artic{
    /*background: rgba(255, 255, 255, 0.5);*/
	background-color:#215996;
	/*border-top:solid 1px #ff0000;*/
    margin-top: 0px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 1;
   /* -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;*/
}
.ac-container div.artic p{
    font-style: italic;
    color: #fff;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    /*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.ac-container input:checked ~ div.artic{
    /*-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container input:checked ~ div.artic.ac-small{
    height: 140px;
}
.ac-container input:checked ~ div.artic.ac-medium{
    height: 180px;
}
.ac-container input:checked ~ div.artic.ac-large{
    height: 230px;
}

.ac-container input:checked ~ div.artic.ac-margin{ padding:0 0 19px 0; height:100%;}


.ac-container div.artic a.acc_item{ display:block; float:left; width:193px; height:27px; padding:5px 0 0 0; margin:0 30px 0 30px; 
    text-decoration: none; font-size:18px; font-style:italic; color:#ffffff; border-bottom:1px solid #ffffff; cursor:pointer;}
.ac-container div.artic a.acc_item:hover{ /*font-size:19px;*/ /* padding-left:5px; width:188px;*/ color:#ffe3a0; }

/*
.ac-container article a.acc_item{ display:block; float:left; width:193px; height:27px; padding:5px 0 0 0; margin:0 30px 0 30px; font-size:18px; font-style:italic; color:#d6eaff; border-bottom:1px solid #d6eaff; cursor:pointer;}
.ac-container article a.acc_item:hover{color:#fff; border-bottom:1px solid #fff;}
*/
