img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
.pinbtn
{
	height: 60px;
	width: 60px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	cursor:pointer;
}
.pinbtn.active
{
	border:2px solid #0D87B9;
}	
.successtxt
{
	color:green;
}
.errortxt
{
	color:red;
}	
#wait_txt {
	line-height:10px;
	text-align: center;
	display: block;
	position: absolute;
	padding: 8px 0 0 23px;
}
.form-overlay{
	bottom:10px;
	z-index:1;
}
.refresh_box
{
	background-color: #FFFFFF;
	height: 32px;
	position: absolute;
	right: 33px;
	top: 29px;
	width: 32px;
	z-index:1;
}
/*img{width:100%;*/ /*border:1px solid green*/}

.soldbox{
	/*border:1px solid red;
	background:red;*/
	transform: rotate(56deg);
	cursor:pointer;
	width:53px;
}
.soldbox span{
	font-size:17px;
}
.soldbox span{	
	color:white;
}

.soldbox  img{width:100%}
area {
    cursor: pointer;
}

.alert-box {
	color:#555;
	border-radius:10px;
	padding:10px 36px;
	margin:10px;
	position:absolute;
	top:1px;
	width:90%;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	border:1px solid #f5aca6;
	background-color:#f5aca6;
}
.success {
	border:1px solid #a6ca8a;
}

/*** textbox ----*/
.form-overlay {	
	position:absolute;
	right:0px;
	width:370px;
	height:120px;
	background:#f0f0f5;
	margin:50px 50px 0 0;
	
}
.form-overlay form
{
	widht:100%;
	margin:34px 0 34px 20px;
}
/*.form-overlay input
{	
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 16px;
	border-radius:6px;
}*/

/*@media only screen and (max-width: 451px){
	nav li a{
			padding-right:8px;
			text-align:center;
			font-size:70%;
			padding-left:0
		}
}*/
/*@media only screen and (min-width : 640px) 
and (max-width : 1100px){
	.right-fixed1{top:auto !important;bottom:0}
	.right-fixed1 .clr{display:none}
	.fb_frame{float:left; margin-left:70px;padding-top:0}
	.fb_frame iframe{height:100px !important;}
	.shadow_box{float:left; height:100px;overflow: hidden;}
}*/
@media only screen and (min-width:961px){
    nav ul{
	 display:block !important;
	}
}
@media only screen and (max-width: 1175px){
	.imgbox{
		width:100% !important;
	}
	
	.portfoloio-wrap {
		width:96%;
		padding:0 2% 20px
    }
	.overlay-wrap .carousel-caption{
		width:100%
	}
	.content-part{
	    clear:both;
	}
    .imgbox img {
        max-width:100%;
		display:block;
    }

	.overlay-wrap, .overlay-wrap.left {
		width: 30% !important;
		float: left;
		margin: 0 1.2%;
	}	
	.news-wrap {
		float: left;
		padding: 0px;
		width: 100%;
		margin-top: 20px;
	}
	.slide img{
		max-width:100%;
	}
	
}
@media only screen and (min-width:997px) and (max-width: 1175px){
    .soldbox  img{width:100%}
}
@media only screen and (min-width:768px) and (max-width: 996px){
    
	.soldbox  img{width:90%}
}
@media only screen and (max-width: 960px){
	 
	.soldbox  img{width:80%}
}
@media only screen and (max-width: 768px){
	.soldbox  img{width:70%}
}
@media only screen and (max-width: 600px){
	.soldbox  img{width:50%}
	
}
@media only screen and (max-width: 480px){
		.soldbox  img{width:40%}
	}
@media only screen and (max-width: 360px){
.soldbox  img{width:30%}	
}