@charset "utf-8";
/* CSS Document */

/*================================================
New AR Irplc section starts here
==================================================*/
.btn {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.btn-primary {
    color: #fff;
    background-color: #ed1c24;
	outline:none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000000;
}
.head-title{
	font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
    color: #FCBD12;
	border-bottom: 3px solid #FCBD12;
    padding-bottom: 5px;
}

.latest-ar-wrap{
	/*float:left;*/
	/*width:634px;*/
	width:55%;
	height:208px;
	margin-left:auto;
	margin-right:auto;
	background:#e1e1e1;
	
}

.ar-cover-img{
	float:left;
	width:150px;
/*	width:289px;*//*this width for wide angle cover*/
	height:208px;
	margin-right:20px;
	overflow:hidden;
}

.ar-links-sec{
	float:left;

 	height: 208px;
	
}

.ar-sec-links{
	padding:0;
	margin:0;
	margin-top:20px;    margin-bottom: 12px;
}

.ar-sec-links li{
	
	background-image:url(../images/iconView14.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position: 0px 6px;
	list-style:none;
}

.ar-sec-links li:hover{
	
	background-image:url(../images/iconView14-hover.png);
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
	background-position: 0px 6px;
}

.ar-sec-links li a{
	font-size:14px;
	line-height:26px;
	color:#333;
	text-decoration:none;

}

.ar-sec-links li a:hover{
	font-size:14px;
	line-height:26px;
	color:#FCBD12;

}

@media(max-width:768px){ 
.latest-ar-wrap {
   width: 100%;
   margin-left: auto;
    margin-right: auto;
	background:none;
	padding:0 15px;
   
}

}


@media(max-width:480px){ 

.latest-ar-wrap {
   width: 100%;
   margin-left: auto;
    margin-right: auto;
	background:none;
	padding:0 15px;
   
}

.ar-cover-img{
	float:none;
	width:80%;
	margin-right:20px;
	margin-left: auto;
    margin-right: auto;
	height:152px;
}

.ar-links-sec{
	float:none;
	display: block;
	width:100%;
	margin-left: auto;
    margin-right: auto;

	
}

.ar-sec-links{
	padding:0;
	margin:0;
	display: block;
	z-index:9999;
	position:relative;

	
}


}

@media(max-width:375px){ 
.ar-cover-img {
    float: none;
    width: 78%;
    margin-right: 20px;
    margin-left: auto;
    margin-right: auto;
	height:110px;
}

}