@CHARSET "UTF-8";

body { font-family: Arial; font-size: 14px; }

a img { border: 0; vertical-align: middle; }
a:link, a:visited { text-decoration: none; color: #d0b867; }
a:hover, a:active { text-decoration: none; }

#content_area.type-1 h1 { color: #454545; text-transform: uppercase; margin: 10px 0 20px 0; padding: 0; font-weight: normal; font-size: 36px; font-family: Verdana; }
#content_area.type-1 h1 .highlight { color: #d0b867; }
#content_area.type-1 p { color: #848484; font-size: 14px; }
#content_area.type-1 p .highlight { font-weight: bold; color: #5b5b5b; }

#flashMessage { color: #ffa800; text-align: center; padding: 20px 0; font-family: Lobster; font-size: 20px; }

.floating { float: left; }
.profilenew { z-index: 9; top: -20px; right: -56px; position: absolute; width: 105px; height: 122px; background: url(../img/layout/icon_new.png) 0 0 no-repeat; }
.profilebox .icon_hover { position: absolute; cursor: hand; height: 310px; width: 240px; top: 0; left: 0; display: none; background: rgba(0,0,0, 0.2) url(../img/layout/woman_hover.png) center center no-repeat;  }
a:hover .profilebox .icon_hover,
a:active .profilebox .icon_hover,
a.active .profilebox .icon_hover { display: block; }

a.cformTrigger:link,
a.cformTrigger:visited { font-size: 24px; margin: 20px 0 0 0; display: inline-block; color: #fff; padding: 5px 10px; background: #d0b867; border: 2px solid #a19055; }
a.cformTrigger:hover,
a.cformTrigger:active {}
.borderleft { border-left: 6px solid #d0b867; padding: 5px 10px; margin: 10px 0; }

.profilebox { z-index: 5; position: relative; padding: 10px; width: 240px; margin: 20px; background: #fff; }
.profile { z-index: 5; position: relative; height: 310px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.profiletext { z-index: 5; position: absolute; bottom: 0; width: 220px; padding: 10px; background: rgba(0,0,0, 0.8); color: #fff; }
.profiletext .name { font-size: 17px; }
.profiletext .education { font-size: 12px; }

.profilebox.big { padding: 10px; width: 300px; margin: 5px; }
.profilebox.big .profile { height: 390px; }
.profilebox.big .icon_hover { height: 390px; width: 300px; }
.profilebox.small { padding: 5px; width: 90px; margin: 5px; }
.profilebox.small .profile { height: 110px; }
.profilebox.small .icon_hover { height: 110px; width: 90px; background-image: url(../img/layout/woman_hover_small.png); }

.profiledetail { display: none; z-index: 9; position: absolute; top: 0; left: -260px; width: 260px; height: 330px; background: url(../img/layout/woman_active_bg.png) 0 0 repeat; }
 .profiledetail > div { margin: 9px 10px; color: #434343; font-size: 14px; padding: 5px 10px; background: rgba(255,255,255, 0.8); }
 .profiledetail div.close { position: absolute; top: -18px; left: -18px; height: 36px; width: 36px; margin: 0; font-size: 1px; padding: 0; background: transparent url(../img/close.png) 0 0 no-repeat; }
 .profiledetail .title { margin: 10px 10px 5px 10px; color: #d0b867; font-size: 24px; }
 .profiledetail .caption { display: inline-block; width: 100px; }
 .profiledetail .value { display: inline-block; width: 100px; }
 .profileDetailLink { display: block; height: 47px; margin: 7px 10px; background: url(../img/layout/btn_details.png) 0 0 no-repeat; }



#women-grid { width: 1200px; margin-left: -320px; margin-right: -20px; padding-left: 300px; }
#women-grid .women-page { width: 1208px; padding-right: 300px; }

/*#searchbar .search .searchcol { width: 20%; float: left; }*/

@media (max-width: 1570px){
	#women-grid { width: 900px; }
	#women-grid .women-page { width: 900px; }
	#searchbar .search { width: 397px; }
	#searchbar .filters { margin-left: 75px; margin-top: 40px; }
}
@media (max-width: 1250px){
	#women-grid { width: 600px; }
	#women-grid .women-page { width: 600px; }
	#searchbar .search { /*width: 104px;*/ clear: left; float: none; width: 420px; }
	#searchbar .filters { margin-left: 0; margin-top: 0; }
	#woman_detail { width: 600px; padding: 10px; }
	 #woman_images { width: 330px; }
	 #woman_text { width: 270px; padding-left: 0px; }
}/*
@media (max-width: 1170px){
	#women-grid { width: 300px; }
	#women-grid .women-page { width: 300px; }
}*/

div.drop-shadow {
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

div.shadow {
	-moz-box-shadow: 0px 0px 5px #c9c9c9;
	-webkit-box-shadow: 0px 0px 5px #c9c9c9;
	box-shadow: 0px 0px 5px #c9c9c9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#c9c9c9')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#c9c9c9');
}

body.mceContentBody {
	background: #fff;
	color: #848484;
	font-family: Arial;
	font-size: 14px;
}


