/*****************************************
		SITE  IE8-
******************************************/

.shadow-normal {
border:1px solid #ccc;
}

.shadow-large {
border:3px solid #ddd;
}


/**		background image no repeat 		**/

.bg-no-repeat img {
width:100%;
height:100%;
}



/********************/


div.mod-languages ul.lang-inline li {
display:inline-block;
}

/** 	Resize images 		**/

img, embed, object, video, .scale {
/* IE7-8 need help adjusting responsive images */
width: auto;
}

#close-button-js {
left:-24px;
}

/**	social icons	**/

.social-links {
position:absolute;
top:-34px;
right:35px;
}

.social-links li a {
display:block;
width:38px;
padding : 4px 9px 5px 9px;
}

.social-links li {
border : 1px solid #ccc;
border-bottom:none;
}

.social-links li.text_social_icons {
border:none;
}



/** 	MENUS 		**/

.drop-down ul ul {
border:1px solid #ccc;
border-top:none;
}

.drop-down ul ul ul {
border:1px solid #ccc;
}


.horizontal_menu li a, .horizontal_menu li span.separator {
border:1px solid transparent;
}

.horizontal_menu li.active a, .horizontal_menu li:hover a {
border:1px solid #ddd;
}


/** 	Form 		**/

input[type="submit"], button, .readmore a {
padding : 2px 8px;
border : 1px solid #ddd;
}

input[type="submit"]:hover, button:hover, .readmore a:hover {
border-color:#d2d2d2;
}