/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../warp/css/modules.css);




/* Module Type: Box
----------------------------------------------------------------------------------------------------*/

.mod-box-mainmenu {
	padding: 10px 0;
	margin: 0 10px;
	
}

.mod-box-homeslide {
	margin: 0 10px -15px 0;
}

.mod-box .module-title {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #D6C27E;
}


.mod-box-sidepractice, .mod-box-sidebar {
	margin: 20px 0;
	border-left: 1px solid #002538;
	padding-left: 10px;
	text-align: left;
}

.mod-box-sidepractice h6, .mod-box-sidepractice {
	color: #002538;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	line-height: 18px;
	text-transform: none;
	margin: 10px 0 0 0;
}

#sidebar-b ul {list-style-type: none; padding-left: 0;}

.category-module .mod-box-sidepractice, 

.mod-box-sidebar ul.line > li, 
.category-module .mod-box-sidepractice ul.line > li {
	border-top: none;
	line-height: 18px;
	padding-top: 5px;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-align: left;
}



.mod-box-pubbottom ul.line > li {
	border-top: none;
	line-height: 18px;
	padding-top: 5px;
	font-size: 13px;
	text-align: left;
}

.mod-box-office {
	margin: 20px 0;
	border-left: 1px solid #002538;
	padding-left: 10px;
	color: #002538;
	font-size: 13px;
}

.mod-box-pubbottom {
	margin: 20px 0;
	border-left: 1px solid #002538;
	padding-left: 10px;
	color: #002538;
	font-size: 13px;
}


#bottom-b .module-title {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #FDFEF7;
	margin: 0 0 15px 0;
	
}

.mod-box-bottomdark {
	margin: 20px 0;
	border-left: 1px solid #FDFEF7;
	padding-left: 10px;
	color: #FDFEF7;
	font-size: 13px;
	text-align: left;
}





.mod-box-aboutbottom {
	margin: 20px;
	color: #FDFEF7;
	font-size: 13px;
}


.mod-box-appointment {
	margin: 0;
	
}



#sidebar-b .module-title {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #D6C27E;
	margin: 0 0 15px 0;
	
}





/*
 * Default
 */

.mod-box-default { color: #999; }

#page .mod-box-default a:hover { color: #5C5C5C; }

/* Base */
.mod-box-default em,
.mod-box-grey em { color: #5C5C5C; }

/*
 * Color: 1 and 2
 */

.mod-box-colored  { 
	box-shadow: inset 1px 0px 17px rgba(0,0,0,0.15);
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3); 
}

/* Link */
.mod-box-colored a,
.mod-box-transparent a {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

/* Base */
.mod-box-colored h1,
.mod-box-colored h2,
.mod-box-colored h3,
.mod-box-colored h4,
.mod-box-colored h5,
.mod-box-colored h6,
.mod-box-colored { color: #FFF; }



.mod-box-colored code,
.mod-box-transparent code { color: #FFF; } 

/*
 * Color: Grey
 */

.mod-box-grey { 
	border-color: #DBDBDB;
	background: #FBFBFB; 
	box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	color: #999999;
}

#page .mod-box-grey a:hover { color: #5C5C5C; }

/*
 * Color: Transparent
 */

.mod-box-transparent { border: none; }

.grid-h .mod-box-transparent { margin: -20px 0; }
.grid-v .mod-box-transparent { margin: 0; }
.grid-v:first-child .mod-box-transparent { margin: -20px 0 0 0; }
.grid-v:last-child .mod-box-transparent { margin: 0 0 -20px 0; }


.mod-box-transparent25 { background: url(../images/module_box_transparency25.png) 0 0 repeat; }
.mod-box-transparent20 { background: url(../images/module_box_transparency20.png) 0 0 repeat; }
.mod-box-transparent15 { background: url(../images/module_box_transparency15.png) 0 0 repeat; }
.mod-box-transparent10 { background: url(../images/module_box_transparency10.png) 0 0 repeat; }

/* Module Title */
.module.mod-box-colored .module-title,
.module.mod-box-transparent .module-title { color: #FFF; }


/* Module Type: Line
----------------------------------------------------------------------------------------------------*/

.mod-line .module-title {
	padding: 15px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #DBDBDB; 
	font-size: 18px;
	text-transform: uppercase;
}

.mod-line .module-title .icon { top: -7px; }

.mod-line .badge {
	top: -12px;
	right: -5px;
}

.bg-colored .mod-line .module-title { 
	color: #FFF;
	border-color: rgba(255,255,255, 0.5)
}

/* Header */
.mod-line-header .module-title { padding: 25px 0; }

.mod-line-header .module-title,
.mod-line-header .module-title span.subtitle {
	font-size: 30px;
	line-height: 30px;
}

.mod-line-header .module-title span.subtitle { margin-top: 5px; }
