﻿/*! jQuery UI - v1.10.0 - 2013-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  position:relative;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
  position:relative;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #8a6d3b;
}

.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

.text-danger:hover {
  color: #843534;
}

.text-success {
  color: #3c763d;
}

.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

.text-info:hover {
  color: #245269;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
right
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: -left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  top: 50px;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  height: 100%;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 60%;
    margin: 170px auto;
    height:38%;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: -left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*******************************************************************************
*        File: bootstrap-rtl.css
*      Author: Morteza Ansarinia <ansarinia@me.com>
*  Created on: January 20,2014
*     Project: bootstrap-rtl
*   Copyright: See the file "LICENSE" for the full license governing this code.
*******************************************************************************/

blockquote {
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-left p,
blockquote.pull-left small,
blockquote.pull-left .small {
  text-align: left;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    width: 160px;
    clear: right;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-brand {
  float: right;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-right: -15px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}

.navbar-toggle {
  float: left;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-form {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-text {
  float: right;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li {
    float: right;
  }
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: right;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-justified {
  width: 100%;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-left: 0;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    color: blue;
    border-radius: 4px 4px 0 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-left: 0;
}

@media (min-width: 768px) {
  
}

.nav-tabs-justified > li > a {
  margin-left: 0;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    color: blue;
    border-radius: 4px 4px 0 0;
  }
}

.progress-bar {
  float: right;
}

.alert-dismissable .close {
  top: -2px;
  right: 0;
  left: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.close {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.caret {
  margin-right: 2px;
}

.dropdown-menu {
  right: 0;
  left: auto;
  float: left;
}

.dropdown-menu.pull-left {
  right: auto;
  left: 0;
  float: right;
}

.pull-left > .dropdown-menu {
  right: auto;
  left: 0;
  float: right;
}

.navbar-nav.pull-left > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-left {
  right: auto;
  left: 0;
}

.nav-tabs-justified > li > a {
  margin-left: 0;
}

@media (min-width: 768px) {
  
}

.nav-tabs > li {
  float: right;
}

.nav-tabs > li > a {
  margin-left: 2px;
}

.nav-pills > li {
  float: right;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-right: 2px;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-right: 0;
}

.nav {
  padding-right: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:first-child {
  border-right: 1px solid #cccccc;
  border-left: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #cccccc;
}

.input-group-btn:first-child > .btn {
  margin-left: -1px;
}

.input-group-btn:last-child > .btn {
  margin-right: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-right: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.radio,
.checkbox {
  padding-right: 20px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: right;
  margin-right: -20px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-right: 10px;
}

.form-inline .radio,
.form-inline .checkbox {
  padding-right: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 0;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

th {
  text-align: right;
}

.list-group {
  padding-right: 0;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  float: right;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: right;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: right;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    right: 8.333333333333332%;
  }
  .col-sm-push-2 {
    right: 16.666666666666664%;
  }
  .col-sm-push-3 {
    right: 25%;
  }
  .col-sm-push-4 {
    right: 33.33333333333333%;
  }
  .col-sm-push-5 {
    right: 41.66666666666667%;
  }
  .col-sm-push-6 {
    right: 50%;
  }
  .col-sm-push-7 {
    right: 58.333333333333336%;
  }
  .col-sm-push-8 {
    right: 66.66666666666666%;
  }
  .col-sm-push-9 {
    right: 75%;
  }
  .col-sm-push-10 {
    right: 83.33333333333334%;
  }
  .col-sm-push-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    left: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    left: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    left: 25%;
  }
  .col-sm-pull-4 {
    left: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    left: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    left: 50%;
  }
  .col-sm-pull-7 {
    left: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    left: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    left: 75%;
  }
  .col-sm-pull-10 {
    left: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    left: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-right: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-right: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
  }
  .col-sm-offset-7 {
    margin-right: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: right;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-1 {
    right: 8.333333333333332%;
  }
  .col-md-push-2 {
    right: 16.666666666666664%;
  }
  .col-md-push-3 {
    right: 25%;
  }
  .col-md-push-4 {
    right: 33.33333333333333%;
  }
  .col-md-push-5 {
    right: 41.66666666666667%;
  }
  .col-md-push-6 {
    right: 50%;
  }
  .col-md-push-7 {
    right: 58.333333333333336%;
  }
  .col-md-push-8 {
    right: 66.66666666666666%;
  }
  .col-md-push-9 {
    right: 75%;
  }
  .col-md-push-10 {
    right: 83.33333333333334%;
  }
  .col-md-push-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-1 {
    left: 8.333333333333332%;
  }
  .col-md-pull-2 {
    left: 16.666666666666664%;
  }
  .col-md-pull-3 {
    left: 25%;
  }
  .col-md-pull-4 {
    left: 33.33333333333333%;
  }
  .col-md-pull-5 {
    left: 41.66666666666667%;
  }
  .col-md-pull-6 {
    left: 50%;
  }
  .col-md-pull-7 {
    left: 58.333333333333336%;
  }
  .col-md-pull-8 {
    left: 66.66666666666666%;
  }
  .col-md-pull-9 {
    left: 75%;
  }
  .col-md-pull-10 {
    left: 83.33333333333334%;
  }
  .col-md-pull-11 {
    left: 91.66666666666666%;
  }
  .col-md-offset-1 {
    margin-right: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-right: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-right: 25%;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-right: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-right: 50%;
  }
  .col-md-offset-7 {
    margin-right: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-right: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-right: 75%;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-right: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: right;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-1 {
    right: 8.333333333333332%;
  }
  .col-lg-push-2 {
    right: 16.666666666666664%;
  }
  .col-lg-push-3 {
    right: 25%;
  }
  .col-lg-push-4 {
    right: 33.33333333333333%;
  }
  .col-lg-push-5 {
    right: 41.66666666666667%;
  }
  .col-lg-push-6 {
    right: 50%;
  }
  .col-lg-push-7 {
    right: 58.333333333333336%;
  }
  .col-lg-push-8 {
    right: 66.66666666666666%;
  }
  .col-lg-push-9 {
    right: 75%;
  }
  .col-lg-push-10 {
    right: 83.33333333333334%;
  }
  .col-lg-push-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-1 {
    left: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    left: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    left: 25%;
  }
  .col-lg-pull-4 {
    left: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    left: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    left: 50%;
  }
  .col-lg-pull-7 {
    left: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    left: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    left: 75%;
  }
  .col-lg-pull-10 {
    left: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    left: 91.66666666666666%;
  }
  .col-lg-offset-1 {
    margin-right: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-right: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
  }
  .col-lg-offset-7 {
    margin-right: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666666666666%;
  }
}

.list-group-item > .badge {
  float: left;
}

.list-group-item > .badge + .badge {
  margin-right: 0;
  margin-left: 5px;
}

.carousel-inner > .item {
  -webkit-transition: 0.6s ease-in-out right;
          transition: 0.6s ease-in-out right;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.menuzord, .menuzord * { font-family: 'Open Sans', sans-serif; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box }
.menuzord { width: 100%; padding: 0 30px; float: right; background: #fff }
.menuzord a { -o-transition: color .3s linear, background .3s linear; -moz-transition: color .3s linear, background .3s linear; -webkit-transition: color .3s linear, background .3s linear; transition: color .3s linear, background .3s linear }
.menuzord-menu.scrollable>.scrollable-fix { display: none }
.menuzord-brand { margin: 18px 30px 0 0; float: right; color: #666; text-decoration: none; font-size: 24px; font-weight: 600; line-height: 1.3; cursor: pointer }
.menuzord-menu { margin: 0; padding: 0; float: right; list-style: none }
.menuzord-menu.menuzord-left { float: left }
.menuzord-menu>li { display: inline-block; float: right }
.menuzord-menu>li>a { padding: 26px 16px; display: inline-block; text-decoration: none; font-size: 14px; font-weight: 600; color: #888; outline: 0; line-height: 1.42857143; -webkit-tap-highlight-color: transparent }
.menuzord-menu>li.active>a, .menuzord-menu>li:hover>a { color: #333 }
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99; min-width: 180px; white-space: nowrap; background: #fff }
.menuzord-menu ul.dropdown li ul.dropdown { right: 100% }
.menuzord-menu ul.dropdown li { clear: both; width: 100%; border: 0; font-size: 12px; position: relative }
.menuzord-menu ul.dropdown li a { width: 100%; background: 0 0; padding: 10px 25px 10px 22px; color: #888; text-decoration: none; display: inline-block; float: right; clear: both; position: relative; outline: 0; -o-transition: padding .2s linear; -moz-transition: padding .2s linear; -webkit-transition: padding .2s linear; transition: padding .2s linear }
.menuzord-menu ul.dropdown li:hover>a { padding-right: 28px; padding-left: 19px; color: #333 }
.menuzord-menu ul.dropdown.dropdown-right { right: none }
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-right { right: -100% }
.menuzord-menu li .indicator { margin-right: 3px }
.menuzord-menu li ul.dropdown li .indicator { position: absolute; top: 8px; left: 10px; font-size: 15px }
.menuzord-menu>li>.megamenu {/*min-height:350px;*/ width: 100%; padding: 20px 30px; right: 0; position: absolute; display: none; border-top: solid 1px #f0f0f0; background: #fff; z-index: 99; }
.menuzord-menu>li>.megamenu.megamenu-half-width { width: 50%; right: auto }
.menuzord-menu>li>.megamenu.megamenu-quarter-width { width: 25%; right: auto }
.menuzord-menu>li>.megamenu .megamenu-row { width: 100%; margin-top: 15px }
.menuzord-menu>li>.megamenu .megamenu-row:first-child { margin-top: 0 }
.menuzord-menu>li>.megamenu .megamenu-row:after, .menuzord-menu>li>.megamenu .megamenu-row:before { display: table; content: ""; line-height: 0 }
.menuzord-menu>li>.megamenu .megamenu-row:after { clear: both }
.menuzord-menu>li>.megamenu .megamenu-row .col1, .menuzord-menu>li>.megamenu .megamenu-row .col10, .menuzord-menu>li>.megamenu .megamenu-row .col11, .menuzord-menu>li>.megamenu .megamenu-row .col12, .menuzord-menu>li>.megamenu .megamenu-row .col2, .menuzord-menu>li>.megamenu .megamenu-row .col3, .menuzord-menu>li>.megamenu .megamenu-row .col4, .menuzord-menu>li>.megamenu .megamenu-row .col5, .menuzord-menu>li>.megamenu .megamenu-row .col6, .menuzord-menu>li>.megamenu .megamenu-row .col7, .menuzord-menu>li>.megamenu .megamenu-row .col8, .menuzord-menu>li>.megamenu .megamenu-row .col9 { display: block; min-height: 20px; float: right; margin-right: 3% }
.menuzord-menu>li>.megamenu .megamenu-row [class*=col]:first-child { margin-right: 0 }
.menuzord-menu>li>.megamenu .megamenu-row .col1 { width: 5.583333333333% }
.menuzord-menu>li>.megamenu .megamenu-row .col2 { width: 14.166666666666% }
.menuzord-menu>li>.megamenu .megamenu-row .col3 { width: 22.75% }
.menuzord-menu>li>.megamenu .megamenu-row .col4 { width: 31.333333333333% }
.menuzord-menu>li>.megamenu .megamenu-row .col5 { width: 39.916666666667% }
.menuzord-menu>li>.megamenu .megamenu-row .col6 { width: 48.5% }
.menuzord-menu>li>.megamenu .megamenu-row .col7 { width: 57.083333333333% }
.menuzord-menu>li>.megamenu .megamenu-row .col8 { width: 65.666666666667% }
.menuzord-menu>li>.megamenu .megamenu-row .col9 { width: 74.25% }
.menuzord-menu>li>.megamenu .megamenu-row .col10 { width: 82.833333333334% }
.menuzord-menu>li>.megamenu .megamenu-row .col11 { width: 91.416666666667% }
.menuzord-menu>li>.megamenu .megamenu-row .col12 { width: 100% }
.menuzord .showhide { width: 60px; height: 46px; padding: 13px 0 0; display: none; float: left; text-decoration: none; outline: 0; -webkit-tap-highlight-color: transparent }
.menuzord .showhide em { width: 20px; height: 3px; margin: 3.5px 20px 0; float: left; background: #777 }
.menuzord-menu>li>a>i { margin: 0 5px 0 0; font-size: 18px; float: right; line-height: 20px; font-family: FontAwesome }
.menuzord-menu>li.search form { float: right; padding: 22px 16px 17px }
.menuzord-menu>li.search form input[type=text] { width: 160px; padding: 5px 10px; font-family: 'Open Sans', sans-serif; border: none; background: #f0f0f0; border-radius: 2px; outline: 0; -o-transition: width 1s ease-out; -moz-transition: width 1s ease-out; -webkit-transition: width 1s ease-out; transition: width 1s ease-out }
.menuzord-menu>li.search form:hover input[type=text] { width: 160px }
.menuzord-tabs { width: 100%; float: right }
.menuzord-tabs-nav { width: 20%; margin: 0; padding: 0; float: right; list-style: none }
.menuzord-tabs-nav>li>a { width: 100%; padding: 7px 16px; float: right; font-size: 13px; text-decoration: none; color: #666; border: 1px solid #f0f0f0; outline: 0 }
.menuzord-tabs-nav li.active a, .menuzord-tabs-nav li:hover a { background: #f0f0f0 }
.menuzord-tabs-content { width: 80%; min-height: 30px; padding: 20px; float: left; display: none; font-size: 13px; border: 1px solid #f0f0f0 }
.menuzord-tabs-content.active { display: block }
.menuzord.blue .menuzord-menu ul.dropdown li:hover>a, .menuzord.blue .menuzord-menu>li.active>a, .menuzord.blue .menuzord-menu>li:hover>a { color: #4A89DC }
.menuzord.green .menuzord-menu ul.dropdown li:hover>a, .menuzord.green .menuzord-menu>li.active>a, .menuzord.green .menuzord-menu>li:hover>a { color: #37BC9B }
.menuzord.red .menuzord-menu ul.dropdown li:hover>a, .menuzord.red .menuzord-menu>li.active>a, .menuzord.red .menuzord-menu>li:hover>a { color: #E9573F }
.menuzord.orange .menuzord-menu ul.dropdown li:hover>a, .menuzord.orange .menuzord-menu>li.active>a, .menuzord.orange .menuzord-menu>li:hover>a { color: #ff670f }
.menuzord.yellow .menuzord-menu ul.dropdown li:hover>a, .menuzord.yellow .menuzord-menu>li.active>a, .menuzord.yellow .menuzord-menu>li:hover>a { color: #F6BB42 }
.menuzord.purple .menuzord-menu ul.dropdown li:hover>a, .menuzord.purple .menuzord-menu>li.active>a, .menuzord.purple .menuzord-menu>li:hover>a { color: #967ADC }
.menuzord.pink .menuzord-menu ul.dropdown li:hover>a, .menuzord.pink .menuzord-menu>li.active>a, .menuzord.pink .menuzord-menu>li:hover>a { color: #D770AD }

.lang-rtl .menuzord-menu { float: right; }
.lang-ltr .menuzord-menu { float: left; }

@media (max-width:768px) {
.menuzord-responsive.menuzord { padding: 0 }
.menuzord-responsive .menuzord-brand { margin: 8px 30px 10px 20px; font-size: 20px; line-height: 1.55 }
.menuzord-responsive .showhide { margin: 0 }
.menuzord-responsive .menuzord-menu { width: 100%; float: right!important }
.menuzord-responsive .menuzord-menu.scrollable { /*overflow-y: auto;*/ overflow: visible !important; -webkit-overflow-scrolling: touch; background:#fff; position:relative; z-index:9999; }
.menuzord-responsive .menuzord-menu.scrollable>.scrollable-fix { display: block }
.menuzord-responsive .menuzord-menu>li { width: 100%; display: block; position: relative }
.menuzord-responsive .menuzord-menu>li>a { width: 100%; padding: 12px 20px; display: block; border-bottom: solid 1px #f0f0f0 }
.menuzord-responsive .menuzord-menu>li:first-child>a { border-top: solid 1px #f0f0f0 }
.menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown { width: 100%; right: 0; position: static; border: none; background: #fff; float: right }
.menuzord-responsive .menuzord-menu ul.dropdown li { position: relative }
.menuzord-responsive .menuzord-menu ul.dropdown li a { border-bottom: solid 1px #f0f0f0 }
.menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>a { padding-right: 40px!important }
.menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>a { padding-right: 60px!important }
.menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a { padding-right: 80px!important }
.menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li:hover>a { padding-right: 50px!important }
.menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li:hover>a { padding-right: 70px!important }
.menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li:hover>a { padding-right: 90px!important }
.menuzord-responsive .menuzord-menu li .indicator { width:100%; height: auto; position: absolute; left: 0; top: 0; font-size: 22px; text-align: right; line-height: 34px; }
.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator { height: 38px; left: 0; top: 0; font-size: 18px; line-height: 36px }
.menuzord-responsive .menuzord-menu>li>.megamenu { width: 100%!important; right: 0!important; position: static; border-top: none; border-bottom: solid 1px #f0f0f0 }
.menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row [class*=col] { float: none; display: block; width: 100%!important; margin-right: 0; margin-top: 15px }
.menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row, .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row:first-child [class*=col]:first-child { margin-top: 0 }
.menuzord-responsive .menuzord-menu>li.search form { width: 100%; margin: 4px 0; padding: 10px 16px!important }
.menuzord-responsive .menuzord-menu>li.search form input[type=text], .menuzord-responsive .menuzord-tabs-content, .menuzord-responsive .menuzord-tabs-nav { width: 100% }
}

body{ margin:0; padding:0;}
.SlectBox, .SlectBoxa { width: 100%; }
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass { position: absolute; top: 0px; left: 0px; right: 0px; height: 100%; width: 100%; border: none; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SumoSelect > .optWrapper > .options > li { -moz-transition: 200ms ease; -webkit-transition: 200ms ease; transition: 200ms ease; }
.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.SumoSelect { width:97%; display: inline-block; position: relative; cursor: pointer; }
.SumoSelect > .CaptionCont { position: relative;height: 21px; background-color: #fff; 
width: 100%;
border-radius: 3px;
font-size: 0.933em;
color: #6d6d6d;
padding-left: 0.438em;
padding-right: 0.438em;
line-height: 8px;
  border-radius: 3px;
 border: 1px solid #cacaca;
 }
.SumoSelect > .CaptionCont > span { display: block; padding-left: .187em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;  float: left; color:#01507d ; cursor:pointer;   line-height: 19px; }
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }
.SumoSelect > .CaptionCont > label { position: absolute; top: 0px; right:auto; left:0px; bottom: 0px; width: 30px; background-color: #fff; margin-top:0px; float:right;   width: 16px; }
.SumoSelect > .CaptionCont > label > i { background-image:url(/images/drop.png); background-repeat:no-repeat; background-position: right center; display: block; position: absolute; top: 4px; left: 0px; right: 0px; bottom: 0px; margin: auto; cursor:pointer; }
.SumoSelect > .optWrapper { top: 0px; width: 100%; position: absolute; left: 0; opacity: 0; visibility: hidden; transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: -100; background: #fff;  border-radius: 3px; }
.SumoSelect > .optWrapper.open { top: 22px; visibility: visible; opacity: 1; z-index: 1000;   border: 1px solid #d9e4ee; }
.SumoSelect > .optWrapper > .options { list-style: none; display: block; padding: 0px; margin: 0px; overflow: auto;  border-radius: 3px; /*Set the height of pop up here (only for desktop mode)*/ max-height: 250px; /*height*/ }

.SumoSelect > .optWrapper > .options > li { width:100%;  border-bottom: 1px solid #d9e4ee; position: relative; }
.SumoSelect > .optWrapper > .options > li:first-child { border-radius: 3px 3px 0px 0px; max-height:1px; }
.SumoSelect > .optWrapper > .options > li:last-child { border-bottom: none; border-radius: 0px 0px 3px 3px; }
.SumoSelect > .optWrapper > .options > li:hover { background-color: #3684c2; }

.SumoSelect > .optWrapper > .options > li label { white-space: nowrap; overflow: hidden; display: block; cursor: pointer; font-size:13px; font-family:Arial, Helvetica, sans-serif; margin-top:0px; margin-bottom:0px;width: 100%;float: none;padding-left:.7em !important; padding-top:0;   line-height: 20px;   text-align: left;  }

.SumoSelect > .optWrapper > .options > li:hover {  background: #15699d;}
.SumoSelect > .optWrapper > .options > li:hover label { color:#fff !important;}

.SumoSelect > .optWrapper > .options > li span { display: none; }
/*Floating styles*/

/*Hover*/
.SumoSelect:hover > .CaptionCont > label { background-color: #fff; }
/*disabled state*/

.SumoSelect > .optWrapper.multiple > .options > li { padding-left: 35px; }
.SumoSelect > .optWrapper.multiple > .options > li span { position: absolute; display: block; width: 30px; top: 0px; left: 0px; bottom: 0px; }
.SumoSelect > .optWrapper.multiple > .options > li span i { background-image: url('http://graphics8.nytimes.com/packages/flash/business/20100325-FinancialTuneUp/gfx/checkbox.png'); position: absolute; margin: auto; left: 0px; right: 0px; top: 0px; bottom: 0px; background-repeat: no-repeat; background-position: center center; width: 16px; height: 16px; }
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #fff; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0px 0px 0px 3px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0px 0px 3px 0px; }
/*styling for select on popup mode*/

/*styling for only multiple select on popup mode*/


/*selected state*/

/*disabled state*/

.SumoSelect.disabled > .CaptionCont > label { background-color: #fff; }
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup { padding-left: 5px; text-decoration: underline; }
/*Background overlay*/

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


/*------------------------------------Fonts-----------------------------------*/
@font-face {
    font-family: 'fbreformaenregular';
    src: url('/Themes/fonts/fbreformaen-regular-webfont.eot');
    src: url('/Themes/fonts/fbreformaen-regular-webfont.woff') format('woff'), url('/Themes/fonts/fbreformaen-regular-webfont.ttf') format('truetype'), url('/Themes/fonts/fbreformaen-regular-webfont.svg#dearjoe4regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------Fonts-----------------------------------*/

/*------------------------------------Reset-----------------------------------*/
html, body {
    height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend,
caption, article, aside,
canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%; /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

em {
    font-style: italic;
}

.ckeditor p {
    background: none !important;
    padding: 0;
    font-size: inherit !important;
}

div.error {
    color: #eb0000;
    display: block;
    font-size: 14px;
    margin-top: 2px;
    right: 0;
    bottom: -16px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ckeditor h1 {
    font-size: 2em !important;
    font-weight: bold !important;
}

.ckeditor h2 {
    font-size: 1.5em !important;
    font-weight: bold !important;
}

.ckeditor h3 {
    font-size: 1.17em !important;
    font-weight: bold !important;
}

.ckeditor h4 {
    font-style: normal;
    font-weight: bold !important;
}

.ckeditor h5 {
    font-size: 0.83em !important;
    font-weight: bold !important;
}

.ckeditor h6 {
    font-size: 0.67em !important;
    font-weight: bold !important;
}

.ckeditor strong, b {
    font-weight: bold !important;
}

.ckeditor u {
    text-decoration: underline !important;
}
/*.ckeditor dl,.ckeditor dt,.ckeditor dd,.ckeditor ol,.ckeditor ul,.ckeditor li { list-style: disc !important;  margin : auto !important;*/ /*padding:unset !important;*/ /*}*/
.ckeditor ul {
    padding-right: 20px !important;
}

    .ckeditor ul li {
        list-style: initial;
    }
/*.ckeditor table th,td{    border:inset !important;         }*/

/*
.ckeditor p span
{
    display:inline-block !important;
}
.ckeditor ul
{
    list-style-position: inside !important;
    list-style-type: disc !important;
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: normal;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

dl, dt, dd, ul {
    list-style: none;
    margin: 0;
}

.accordion-section li { /*list-style: initial;*/
    margin: 0;
}

.clear {
    clear: both;
}

a {
    color: #114f80;
}

    a, a:hover {
        text-decoration: none;
    }
/*------------------------------------Reset End-----------------------------------*/

body {
    width: 100%;
    background: #fff;
    font-size: 16px;
    color: #000;
    font-family: fbreformaenregular;
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    overflow-x: hidden !important;
}

.wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
/*img { max-width: 100%; }*/
/* all */
img {
    max-width: 100%;
    display: inline-block;
}

input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
/* firefox 19+ */
input:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}
/* ie */
input:-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input[placeholder], textarea[placeholder], [placeholder], *[placeholder] {
    color: #999999 !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, input[type="submit"] {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin- left: auto;
    margin- right: auto;
}

.pull-right {
    float: left !important;
}

.pull-left {
    float: right !important;
}

/*------------------------------------Header Start-----------------------------------*/
.menucontainer {
    max-width: 1140px;
    margin: 0 auto;
}

.inner_menucontainer {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    height: 204px;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}

    .header .top_header {
        width: 100%;
        min-height: 38px;
        background: #0096d0;
        padding: 10px 0;
    }

        .header .top_header ul li {
            float: right;
        }

            .header .top_header ul li a {
                color: #fff;
            }

        .header .top_header ul.text_size {
            width: 115px;
            float: right;
            position: relative;
        }

            .header .top_header ul.text_size li a {
                padding: 0px 6px;
            }

                .header .top_header ul.text_size li a span {
                    color: #fff;
                    font-family: Arial, Helvetica, sans-serif;
                    display: inline-block;
                }

                .header .top_header ul.text_size li a:hover span {
                    text-decoration: underline;
                }

                .header .top_header ul.text_size li a span.max {
                    font-size: 22px;
                    line-height: 14px;
                }

                .header .top_header ul.text_size li a span.mid {
                    font-size: 18px;
                    line-height: 16px;
                }

                .header .top_header ul.text_size li a span.min {
                    font-size: 14px;
                    line-height: 18px;
                }

            .header .top_header ul.text_size li:first-child a {
                padding- right: 4px;
            }

            .header .top_header ul.text_size li:last-child a {
                margin- left: 11px;
            }

        .header .top_header ul.language {
            width: 215px;
            float: right;
            position: relative;
            padding: 0px 6px;
        }

            .header .top_header ul.language:after {
                width: 1px;
                height: 17px;
                background: url(/images/nav_line.png) no-repeat;
                position: absolute;
                top: 0;
                right: 0;
                content: "";
                display: block;
            }

            .header .top_header ul.language:before {
                width: 1px;
                height: 17px;
                background: url(/images/nav_line.png) no-repeat;
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                display: block;
            }

            .header .top_header ul.language li a {
                padding: 0px 12px;
                font-size: 15px;
                color: #fff;
                font-family: Arial, Helvetica, sans-serif;
                line-height: 18px;
            }

                .header .top_header ul.language li a:hover {
                    text-decoration: underline;
                }

.lang-rtl .header .top_header ul.language li a {
    padding: 0 7px;
}

.header .top_header ul.language li.hebrow1 a {
    font-size: 20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
}

.header .logo_search {
    width: 100%;
    position: relative;
}

    .header .logo_search .logo {
        float: left;
        margin: 13px 0px 8px 0px;
    }

    .header .logo_search .search_box {
        direction: ltr;
        float: right;
        width: 379px;
        height: 51px;
        border: 1px solid #d4dfe9;
        border-radius: 2px;
        margin: 32px 0px;
    }

        .header .logo_search .search_box .search {
            float: left;
            width: 300px;
            height: 0px;
            border: none;
            outline: none;
            padding- left: 12px;
            font-size: 16px;
            color: #5a87ad !important;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 16px;
            text-align: left;
        }

        .header .logo_search .search_box .submit {
            float: right;
            width: 50px;
            height: 49px;
            border: none;
            outline: none;
            background: url(/images/search.png) no-repeat;
            background-position: center;
            cursor: pointer;
        }

.header .logo_search2 .logo {
    float: left;
}

    .header .logo_search2 .logo figure {
        float: left;
        width: 89px;
        height: 94px;
    }

    .header .logo_search2 .logo span {
        font-family: Arial, Helvetica, sans-serif;
        float: right;
        font-size: 42px;
        color: #01527f;
        font-weight: bold;
        padding-top: 24px;
        display: inline-block;
        max-width: 550px; 
    }
/*  #select2-drop{
        height:100px;
    }
    .select2-results{
     
           top: -50px;
    }*/
#select2-drop {
    position: absolute;
    z-index: 10000;
    margin-top: -26px;
}

.select2-container .select2-choice {
    overflow: visible !important;
    background: transparent !important;
}

    .select2-container .select2-choice > .select2-chosen {
        margin-top: -26px;
        z-index: 10000;
    }

.navigation {
    direction: rtl;
    width: 100%;
    position: relative;
    z-index: 9999999;
    background: #fff;
    border-bottom: 3px solid #abcd3a;
    -webkit-box-shadow: -1px 5px 11px -2px rgba(182,219,238,1);
    -moz-box-shadow: -1px 5px 11px -2px rgba(182,219,238,1);
    box-shadow: -1px 5px 11px -2px rgba(182,219,238,1);
}

    .navigation div * {
        direction: ltr;
    }
/*.noborderbottom { border-bottom:0 !important;}*/
.noboxshadow {
    box-shadow: none !important;
}

.navigation .menuzord {
    width: 100%;
    height: auto;
    padding: 0;
    border-top: 1px solid #dce7f1;
}

.navigation .menuzord-menu > li {
    float: left;
}

    .navigation .menuzord-menu > li:after {
        width: 1px;
        height: 39px;
        background: #dce7f1;
        content: "";
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -3px;
    }

    .navigation .menuzord-menu > li:nth-last-child(2):after {
        display: none;
        background: none !important;
    }
    /*.navigation .menuzord-menu>li:after{ width:1px; height:40px; background:#dce7f1; content:""; display:block; position:absolute; top:-2px; right:0px;}*/
    .navigation .menuzord-menu > li > a {
        padding: 11px 19px 7px 19px;
        margin: 2px 4px;
        font-size: 23px;
        color: #128dc8;
        font-family: fbreformaenregular;
        font-weight: normal;
        line-height: 20px;
        border-top: 4px solid #fff;
        border- right: 4px solid #fff;
        border- left: 5px solid #fff;
        border-bottom: 4px solid #fff;
    }

    .navigation .menuzord-menu > li:first-child > a {
        padding- left: 8px;
        margin- left: 0;
    }

.navigation .menuzord.red .menuzord-menu ul.dropdown li:hover > a, .navigation .menuzord.red .menuzord-menu > li.active > a, .navigation .menuzord.red .menuzord-menu > li:hover > a {
    background: #128dc8;
    color: #fff;
}

.currentt {
    background: #15699d !important;
    color: #fff !important;
}

.navigation .menuzord-menu li .indicator {
    display: none;
}

.navigation .menuzord-menu > li > .megamenu {
    padding: 0px 0px 0px 0px;
    border-top: 0;
    position: absolute;
    top: 50px;
    border-bottom: 3px solid #abcd3a;
    -webkit-box-shadow: inset -1px 5px 11px -2px rgba(209,224,234,1);
    -moz-box-shadow: inset -1px 5px 11px -2px rgba(209,224,234,1);
    box-shadow: inset -1px 5px 11px -2px rgba(209,224,234,1);
    overflow: visible !important;
}

.megamenu-row {
    padding: 19px 0px 0px 0px;
    overflow: hidden;
}

.navigation .menuzord-menu > li > .megamenu.departments {
    padding: 0px 0px 5px 0px;
}

/*.navigation .menuzord-menu>li>.megamenu a.division { float: right; width: 104px; height: 23px; font-size: 16px; color: #16afe6; padding-left: 30px; }
.navigation .menuzord-menu>li>.megamenu a.division { font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #16afe6; line-height: 20px; padding-left: 30px; position: absolute; right:0; bottom: 45px; }
.navigation .menuzord-menu>li>.megamenu a.division:hover { text-decoration:underline; }*/




/* Start -ReDesign Navigation -By Avi */

/*.navigation {
    direction: rtl;
    width: 100%;
    position: relative;
    z-index: 9999999;
    border-bottom: 3px solid #abcd3a;

    -webkit-box-shadow: -1px 5px 11px -2px rgba(182,219,238,1);
    -moz-box-shadow: -1px 5px 11px -2px rgba(182,219,238,1);
    box-shadow: -1px 5px 11px -2px rgba(182,219,238,1);

    background: #01507d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5086a5), to(#01507d));
    background: -webkit-linear-gradient(top, #5086a5, #01507d);
    background: -moz-linear-gradient(top, #5086a5, #01507d);
    background: -ms-linear-gradient(top, #5086a5, #01507d);
    background: -o-linear-gradient(top, #5086a5, #01507d);
}

    .navigation div * {
        direction: ltr;
    }
.noboxshadow {
    box-shadow: none !important;
}

.navigation .menuzord {
    width: 100%;
    height: 51px;
    padding: 0;
    background: none;
}

.navigation .menuzord-menu > li {
    float: left;
    border-left: solid 2px #23408f;

    background: #01507d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5086a5), to(#01507d));
    background: -webkit-linear-gradient(top, #5086a5, #01507d);
    background: -moz-linear-gradient(top, #5086a5, #01507d);
    background: -ms-linear-gradient(top, #5086a5, #01507d);
    background: -o-linear-gradient(top, #5086a5, #01507d);
}
.navigation .menuzord-menu > li:first-child { border-right: solid 2px #23408f; }
    .navigation .menuzord-menu > li:nth-last-child(2):after {
        display: none;
        background: none !important;
    }
    .navigation .menuzord-menu > li > a {
        padding: 17px 29px 13px 29px;
        font-size: 23px;
        color: #fff;
        font-family: fbreformaenregular;
        font-weight: normal;
        line-height: 20px;
    }

.navigation .menuzord.red .menuzord-menu ul.dropdown li:hover > a, .navigation .menuzord.red .menuzord-menu > li.active > a, .navigation .menuzord.red .menuzord-menu > li:hover > a {
    background: #e4ecf1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0c9d7), to(#ffffff));
    background: -webkit-linear-gradient(top, #b0c9d7, #ffffff);
    background: -moz-linear-gradient(top, #b0c9d7, #ffffff);
    background: -ms-linear-gradient(top, #b0c9d7, #ffffff);
    background: -o-linear-gradient(top, #b0c9d7, #ffffff);

    color: #01507d;
}

.currentt {
    background: #e4ecf1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0c9d7), to(#ffffff));
    background: -webkit-linear-gradient(top, #b0c9d7, #ffffff);
    background: -moz-linear-gradient(top, #b0c9d7, #ffffff);
    background: -ms-linear-gradient(top, #b0c9d7, #ffffff);
    background: -o-linear-gradient(top, #b0c9d7, #ffffff);

    color: #01507d !important;
}

.navigation .menuzord-menu li .indicator {
    display: none;
}

.navigation .menuzord-menu > li > .megamenu {
    padding: 0px 0px 0px 0px;
    border-top: 0;
    position: absolute;
    top: 50px;
    border-bottom: 3px solid #abcd3a;
    -webkit-box-shadow: inset -1px 5px 11px -2px rgba(209,224,234,1);
    -moz-box-shadow: inset -1px 5px 11px -2px rgba(209,224,234,1);
    box-shadow: inset -1px 5px 11px -2px rgba(209,224,234,1);
    overflow: visible !important;
}

.megamenu-row {
    padding: 19px 0px 0px 0px;
}

.navigation .menuzord-menu > li > .megamenu.departments {
    padding: 0px 0px 5px 0px;
}*/

/* End -Re-Design Navigation -By Avi */




.division-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #16afe6;
    line-height: 20px;
    position: absolute;
    right: 12px;
    bottom: 45px;
}

.navigation .menuzord-menu > li > .megamenu a.close_menu {
    float: right;
    width: 104px;
    height: 23px;
    font-size: 16px;
    color: #16afe6;
    padding- left: 30px;
    background: url(/images/close_menu.jpg) no-repeat;
    background-position: left center;
}

.navigation .menuzord-menu > li > .megamenu .row {
    position: relative;
    margin- left: -20px;
}

.navigation .menuzord-menu > li > .megamenu .col_box {
    float: left;
    width: 25%;
    padding- right: 30px;
    padding- left: 30px;
}

    .navigation .menuzord-menu > li > .megamenu .col_box li a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #01507d;
        padding: 13px 0px 15px 0px;
        border-bottom: 1px solid #d1e0ea;
        display: block;
    }

        .navigation .menuzord-menu > li > .megamenu .col_box li a:hover {
            text-decoration: underline;
        }

/*.navigation .menuzord-menu > li > .megamenu .col_box:first-child ul li:last-child a { border-bottom: 0; }*/

.navigation .menuzord-menu > li > .megamenu a.close_menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #16afe6;
    line-height: 20px;
    padding-left: 30px;
    background: url(/images/close_menu.png) no-repeat;
    background-position: left center;
    position: absolute;
    right:0;
    bottom: 15px;
}

    .navigation .menuzord-menu > li > .megamenu a.close_menu:hover {
        text-decoration: underline;
    }

.navigation .menuzord-menu > li > .megamenu .megamenu_nav {
    width: 175px;
    padding- right: 11px;
    border- right: 1px solid #d2e0e9;
    margin-bottom: 54px;
}

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul {
        position: relative;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li {
            padding- right: 10px;
            border-top: 1px solid #d1e0ea;
        }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current,
            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li:hover {
                background: #15699d;
                border-top: 1px solid #d1e0ea;
            }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16px;
                color: #01507d;
                padding-top: 12px;
                padding-bottom: 12px;
                padding- left: 13px;
                padding- right: 0px;
                line-height: 16px; /*border-top: 1px solid #d1e0ea;*/
                display: block;
                background: url(/images/blue_arrow2_ltr.png) no-repeat;
                background-position: right center;
            }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li {
            padding- right: 10px;
            border-top: 1px solid #d1e0ea;
        }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current {
                background: #15699d;
                border-top: 1px solid #d1e0ea;
            }

                .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current a {
                    padding- right: 20px;
                    background: url(/images/white_arrow2_ltr.png) no-repeat;
                    background-position: right center;
                    color: #fff;
                }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a:hover {
                padding- right: 20px;
                background: url(/images/white_arrow2_ltr.png) no-repeat;
                background-position: right center;
                color: #fff;
            }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav > div {
                display: inline-block;
                width: 30%;
                float: left;
                padding: 0 10px;
            }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li:last-child a {
                border-bottom: 1px solid #d1e0ea;
            }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li:last-child:hover a,
            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li:last-child.current a {
                border-bottom: none;
            }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li {
        }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav {
                width: 900px;
                position: absolute;
                left: 154px;
                right:175px; 
                top: 10px;
                padding-left: 20px;
                height: 421px;
                overflow-y: auto;
            }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav2 {
                width: 592px;
                position: absolute;
                top: 0;
                left: 166px;
            }

                .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav2.current {
                    display: block !important;
                }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul {
                width: 100%;
            }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav h2 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 22px;
                color: #15699d;
                line-height: 22px;
                padding-bottom: 11px;
                padding-right: 10px;
            }

            /*  .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav h2 {
        padding-left: 10px;
    }*/




            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul li a {
                font-size: 16px;
                color: #01507d;
                line-height: 16px;
                font-family: Arial, Helvetica, sans-serif;
                border: none;
                background: none;
                padding-top: 13px;
                padding- left: 10px;
                padding-bottom: 13px;
                padding- right: 0px;
            }

                .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul li a:hover {
                    text-decoration: underline;
                    color: #fff;
                }

.navigation .menuzord-menu > li > .megamenu .search_menu {
    max-width: 600px;
    width: 100%;
    background: #ececec;
    padding: 8px 12px 7px 0px;
    margin-bottom: 18px;
}

    .navigation .menuzord-menu > li > .megamenu .search_menu label {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #01527f;
        line-height: 45px;
        margin- right: 14px;
    }

    .navigation .menuzord-menu > li > .megamenu .search_menu .searchbox {
        float: right;
        width: 308px;
        height: 45px;
        border: 1px solid #d4dfe9;
        border-radius: 2px;
    }

        .navigation .menuzord-menu > li > .megamenu .search_menu .searchbox .search-box {
            margin-bottom: 18px;
            float: left;
            width: 265px;
            height: 43px;
            border: none;
            outline: none;
            padding- left: 12px;
            font-size: 16px;
            color: #5a87ad;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 16px;
        }

        .navigation .menuzord-menu > li > .megamenu .search_menu .searchbox .submit-btn {
            float: right;
            width: 41px;
            height: 43px;
            border: none;
            outline: none;
            background: #fff url(/images/search2.png) no-repeat;
            border: none;
            background-position: 5px center;
            cursor: pointer;
        }

.navigation .menuzord-menu > li > .megamenu .row2 {
    margin- right: -17px;
    margin- left: -5px;
}

.navigation .menuzord-menu > li > .megamenu .col_box4 {
    width: 25%;
    float: left;
    padding- right: 17px;
    padding- left: 17px;
}

.navigation .menuzord-menu > li > .megamenu .submenu_form {
    padding: 0px 0px 95px 0px;
}

    .navigation .menuzord-menu > li > .megamenu .submenu_form label {
        font-family: Arial, Helvetica, sans-serif;
        width: 100%;
        font-size: 16px;
        color: #01527f;
        line-height: 16px;
        padding-bottom: 8px;
        display: block;
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .text_field {
        width: 95%;
        height: 45px;
        border: 1px solid #c6d5e2;
        border-radius: 4px;
        padding- left:10px;
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .submit {
        font-family: Arial, Helvetica, sans-serif;
        width: 72px;
        height: 40px;
        background: #16b0e6;
        font-size: 18px;
        color: #ffffff;
        line-height: 18px;
        border-radius: 2px;
        text-align: center;
        border: none;
        outline: none;
        cursor: pointer;
        margin-top: 9px;
        float: right;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .navigation .menuzord-menu > li > .megamenu .submenu_form .submit:hover {
            background: #0499CE;
        }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .somename {
        width: 100%;
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect {
        width: 100%;
        float: right;
    }

        .navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .CaptionCont {
            font-size: 14px;
            height: 45px;
            border: 1px solid #d9e4ee;
            border-radius: 4px;
            padding- right: 10px;
            padding- left: 10px;
        }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .SlectBox {
        padding-top: 12px;
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .CaptionCont > span {
        float: left;
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .optWrapper > .options > li label {
        font-size: 14px;
        padding: 4px 10px;
        text-align: left;
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .CaptionCont > label {
        right: 11px;
        width: 20%;
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .optWrapper > .options > li:first-child label {
        padding: 0;
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .optWrapper.open {
        top: 46px;
        border: 1px solid #d9e4ee;
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .optWrapper > .options > li {
        background: none;
    }

.SumoSelect > .optWrapper > .options > li.selected {
    background: #15699d;
    color: #fff;
}

.navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .optWrapper > .options > li.selected label {
    background: #15699d;
    color: #fff;
}

.navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .optWrapper > .options > li:hover {
    background: #15699d;
}

    .navigation .menuzord-menu > li > .megamenu .submenu_form .SumoSelect > .optWrapper > .options > li:hover label {
        color: #fff;
    }

.navigation .menuzord-menu > li > .megamenu .SumoSelect > .CaptionCont > label > i {
    background-image: url(/images/drop.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    cursor: pointer;
}

.paddingbottom8 {
    padding-bottom: 8px;
}

.our_departments {
    padding: 37px 0px 87px 0px;
}

.our_departments2 {
    padding: 25px 0px 60px 0px;
}

.our_departments .top_tittle {
    font-family: 'fbreformaenregular';
    font-size: 30px;
    color: #128dc8;
    line-height: 30px;
    padding-bottom: 1px;
    border-bottom: 1px solid #c6d9e6;
    padding- left: 11px;
}

.our_departments2 .top_tittle {
    color: #128dc8;
}

.top_tittle {
    font-family: 'fbreformaenregular';
    font-size: 30px;
    color: #128dc8;
    line-height: 30px;
    padding-bottom: 1px;
    padding- left: 11px;
}

.top_tittle {
    color: #02416d;
}

.our_departments .department_box {
    padding: 18px 0 20px 0;
    border-bottom: 1px solid #c6d9e6;
}

    .our_departments .department_box figure {
        float: left; /*width: 26.7%;*/
    }

        .our_departments .department_box figure img {
            max-width: 89px;
            max-height: 89px;
        }

    .our_departments .department_box .content {
        float: left;
    }

        .our_departments .department_box .content h2 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 22px;
            color: #111111;
            line-height: 1em;
            padding-bottom: 10px;
        }

        .our_departments .department_box .content p {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #111111;
            text-align: left;
            line-height: 18px;
        }

    .our_departments .department_box .departments_right {
        float: right;
        padding-top: 15px;
    }

    .our_departments .department_box .contact_link a.call {
        font-family: Arial, Helvetica, sans-serif;
        width: 100%;
        height: 24px;
        font-size: 16px;
        color: #111111;
        line-height: 25px;
        padding- left: 31px;
        background: url(/images/phone_icon.png) no-repeat;
        background-position: left 0px;
        display: block;
        text-align: left;
		padding-left: 25px;
    }

        .our_departments .department_box .contact_link a.call:hover {
        }

    .our_departments .department_box .contact_link a.message {
        font-family: Arial, Helvetica, sans-serif;
        width: 100%;
        height: 17px;
        font-size: 16px;
        color: #114f80;
        line-height: 16px;
        padding- left: 33px;
        background: url(/images/message_icon.png) no-repeat;
        background-position: left 0px;
        display: block;
        margin-top: 25px;
        text-align: left;
		padding-left: 25px;
    }

        .our_departments .department_box .contact_link a.message:hover {
            text-decoration: underline;
        }

    .our_departments .department_box .stand_btn a {
        font-family: Arial, Helvetica, sans-serif;
        width: 136px;
        height: 40px;
        background: #03aace;
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 11px 0px 10px 0px;
        text-align: center;
        margin-top: 15px;
        border-radius: 3px;
    }

        .our_departments .department_box .stand_btn a:hover {
            background: #07809A;
        }

.lang-ltr .our_departments .department_box .stand_btn a {
    height: auto;
}

.our_departments2 .department_box .stand_btn a {
    background: #0292ef;
}

    .our_departments2 .department_box .stand_btn a:hover {
        background: #005B96;
    }

.full_list a {
    font-size: 20px;
    color: #128dc8;
    font-weight: 300;
    line-height: 23px;
    padding- right: 14px;
    background: url(/images/arrow1.png) no-repeat;
    background-position: right 4px;
    display: inline-block;
    margin-top: 10px;
    margin- left:11px;
}

    .full_list a:hover {
        text-decoration: underline;
    }

.footer {
    width: 100%;
    height: 329px;
    background: #02416d;
    padding: 38px 0px;
}

    .footer .footer_box {
        float: left;
        width: 15%;
        padding: 0px 5px;
    }

        .footer .footer_box h2 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            color: #ffffff;
            line-height: 18px;
            margin-bottom: 17px;
        }

        .footer .footer_box li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #ffffff;
            line-height: 28px;
        }

            .footer .footer_box li a:hover {
                text-decoration: underline;
            }

    .footer .contactfooter_box {
        position: relative;
        float: left;
        height: 100%;
        padding- left: 18px;
        border- left: 1px solid #4e7a99;
    }

.cmxform {
    position: relative;
}

.footer .contactfooter_box div.stay_up {
    font-family: 'fbreformaenregular';
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
}

.footer .contactfooter_box .social {
    margin-bottom: 45px;
}

    .footer .contactfooter_box .social li {
        float: left;
        width: 59px;
        height: 59px;
        background: #3684c2;
        margin- right: 6px;
        margin-top: 9px;
    }

        .footer .contactfooter_box .social li:last-child {
            margin- right: 0;
        }

        .footer .contactfooter_box .social li a {
            width: 100%;
            height: 100%;
            display: block;
        }

        .footer .contactfooter_box .social li.social1 a {
            background: #3684c2 url(/images/social4.png) no-repeat;
            background-position: center;
        }

        .footer .contactfooter_box .social li.social2 a {
            background: #3684c2 url(/images/social3.png) no-repeat;
            background-position: center;
        }

        .footer .contactfooter_box .social li.social3 a {
            background: #3684c2 url(/images/social2.png) no-repeat;
            background-position: center;
        }

        .footer .contactfooter_box .social li.social4 a {
            background: #3684c2 url(/images/social1.png) no-repeat;
            background-position: center;
        }


        .footer .contactfooter_box .social li.social1 a:hover {
            background: #0470C5 url(/images/social4.png) no-repeat;
            background-position: center;
        }

        .footer .contactfooter_box .social li.social2 a:hover {
            background: #0470C5 url(/images/social3.png) no-repeat;
            background-position: center;
        }

        .footer .contactfooter_box .social li.social3 a:hover {
            background: #0470C5 url(/images/social2.png) no-repeat;
            background-position: center;
        }

        .footer .contactfooter_box .social li.social4 a:hover {
            background: #0470C5 url(/images/social1.png) no-repeat;
            background-position: center;
        }


.footer .contactfooter_box div.newsletter {
    font-family: 'fbreformaenregular';
    font-size: 24px;
    color: #ffffff;
    line-height: 28px;
    padding-bottom: 10px;
}

.footer_search {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: none;
    outline: none;
    border-radius: 3px;
    padding- left: 8px;
    font-size: 14px;
    color: #acacac;
    line-height: 14px;
}

.footer_submit {
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    width: 65px;
    height: 36px;
    background: #3684c2;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    outline: none;
    margin-top: 6px;
    cursor: pointer;
}

    .footer_submit:hover {
        background: #0470C5;
    }

.medical_departments {
    width: 100%;
    background: #fff;
    padding: 35px 0px 39px 0px;
}

    .medical_departments .medical_tittle h2 {
        width: 400px;
        text-align: center;
        background: #fff;
        margin: 0 auto;
        font-size: 30px;
        color: #4f4f4f;
        position: relative;
        z-index: 1;
        margin-bottom: 36px;
    }

.lang-ltr .medical_departments .medical_tittle h2 {
    width: 455px;
}

.medical_departments .medical_tittle:before {
    max-width: 600px;
    width: 100%;
    margin: auto;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    top: 13px;
    right: 0;
    left: 0;
    z-index: 0;
    content: "";
    display: block;
    z-index: 0;
}

.departments_options {
    width: 100%;
    text-align: center;
}

.row2 {
    position: relative;
    margin- right: -18px;
    margin- left: -18px;
}

.departments_options .opt_box {
    display: inline-block;
    width: 13.9%;
    padding- right: 18px;
    padding- left: 18px;
}

.departments_options .option_box {
    float: left;
    width: 132px;
    height: 132px;
    border: 1px solid #e4e7ea;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: inset 1px 5px 6px -1px rgba(225,225,225,1);
    -moz-box-shadow: inset 1px 5px 6px -1px rgba(225,225,225,1);
    box-shadow: inset 1px 5px 6px -1px rgba(225,225,225,1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.departments_options .option_box1 {
    background: url(/images/icon1.png) no-repeat;
    background-position: bottom center;
}

.departments_options .option_box2 {
    background: url(/images/icon2.png) no-repeat;
    background-position: bottom center;
}

.departments_options .option_box3 {
    background: url(/images/icon3.png) no-repeat;
    background-position: 39px 73px;
}

.departments_options .option_box4 {
    background: url(/images/icon4.png) no-repeat;
    background-position: bottom center;
}

.departments_options .option_box5 {
    background: url(/images/icon5.png) no-repeat;
    background-position: bottom center;
}

.departments_options .option_box6 {
    background: url(/images/internal.png) no-repeat;
    background-position: right bottom;
}

.departments_options .option_box7 {
    background: url(/images/childrenDep.png) no-repeat;
    background-position: right bottom;
}

.departments_options .option_box span {
    font-size: 18px;
    font-weight: bold;
    color: #7f7f7f;
    line-height: 19px;
    display: inline-block;
    padding-top: 25px;
}

.departments_options .option_box:hover {
    box-shadow: none;
}

.departments_options .option_box1:hover {
    background: #19914e url(/images/icon1_hover.png) no-repeat;
    background-position: bottom center;
}

.departments_options .option_box2:hover {
    background: #187aa6 url(/images/icon2_hover.png) no-repeat;
    background-position: bottom center;
}

.departments_options .option_box3:hover {
    background: #8ec465 url(/images/icon3_hover.png) no-repeat;
    background-position: 39px 73px;
}

.departments_options .option_box4:hover {
    background: #f67e38 url(/images/icon4_hover.png) no-repeat;
    background-position: bottom center;
}

.departments_options .option_box5:hover {
    background: #60b2b4 url(/images/icon5_hover.png) no-repeat;
    background-position: bottom center;
}

.departments_options .option_box6:hover {
    background: #fa4242 url(/images/internal.png) no-repeat;
    background-position: left bottom;
}

.departments_options .option_box7:hover {
    background: #7586d0 url(/images/childrenDep.png) no-repeat;
    background-position: left bottom;
}

.departments_options .option_box span {
    color: #7f7f7f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.departments_options .option_box:hover span {
    color: #ffffff;
}

.col_boxx1 {
    width: calc(24% - 24px);
}

.col_boxx2 {
    width: 49%;
}

.col_boxx3 {
    width: calc(24% - 24px);
}

.neurology {
    width: 100%;
    background: #f0f0f0;
    padding: 48px 0px 70px 0px;
}

    .neurology .updates {
        background: #fff;
    }

        .neurology .updates .updates_tittle {
            height: 53px;
            background: #128dc8;
            padding: 18px 17px 13px 17px;
        }

            .neurology .updates .updates_tittle h2 {
                font-family: 'fbreformaenregular';
                font-size: 30px;
                color: #ffffff;
                line-height: 20px;
                float: left;
            }

            .neurology .updates .updates_tittle a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 15px;
                color: #fff;
                line-height: 15px;
                float: right;
            }

        .neurology .updates .updates_content {
            width: 100%;
            padding: 15px 17px 13px 24px;
        }

            .neurology .updates .updates_content ul li {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16px;
                color: #000000;
                font-weight: normal;
                line-height: 21px;
                padding-bottom: 21px;
            }

                .neurology .updates .updates_content ul li:last-child {
                    padding-bottom: 0;
                }

                .neurology .updates .updates_content ul li span {
                    font-size: 16px;
                    color: #000000;
                    font-weight: normal;
                    line-height: 16px;
                    padding-bottom: 2px;
                    display: block;
                }

    .neurology .professionals {
        background: #ffffff;
        padding: 55px 0px 30px 20px;
        position: relative;
    }

        .neurology .professionals .right_img {
            position: absolute;
            top: 20px;
            left: 7px;
        }

            .neurology .professionals .right_img img {
                display: block;
            }

        .neurology .professionals .red_box {
            width: 347px;
            float: right;
            background: #ed303b;
            padding-top: 7px;
            text-align: right;
            padding- right: 12px;
        }

            .neurology .professionals .red_box span {
                line-height: 34px;
                font-family: 'fbreformaenregular';
                font-size: 30px;
                color: #ffffff;
            }

        .neurology .professionals .red_box2 {
            width: 370px;
            height: 45px;
            float: right;
            background: #ed303b;
            margin-top: 1px;
            margin- right: 27px;
            padding-top: 7px;
            text-align: right;
            padding- right: 52px;
        }

            .neurology .professionals .red_box2 span {
                line-height: 34px;
                font-family: 'fbreformaenregular';
                font-size: 30px;
                color: #ffffff;
            }

        .neurology .professionals .read_content {
            width: 240px;
            float: right;
            padding-top: 30px;
        }

            .neurology .professionals .read_content p {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16px;
                color: #222222;
                line-height: 20px;
            }

            .neurology .professionals .read_content span.bold {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16px;
                color: #222222;
                font-weight: bold;
                line-height: 16px;
                display: block;
                padding: 14px 0px 28px 0px;
            }

            .neurology .professionals .read_content a {
                font-size: 26px;
                color: #02416d;
                line-height: 25px;
                display: inline-block;
                padding- right: 22px;
                background: url(/images/arrow2.png) no-repeat;
                background-position: right 2px;
            }

                .neurology .professionals .read_content a:hover {
                    text-decoration: underline;
                }

.row3 {
    margin- right: -12px;
    margin- left: -12px;
}

.col_boxx {
    position: relative;
    min-height: 1px;
    padding- left: 12px;
    padding- right: 12px;
    float: left;
    margin-bottom: 40px;
    margin-right: 12px;
    margin-left: 12px;
}

.img_content {
    background: #fff;
}

    .img_content figure img {
        width: 100%;
        display: block;
    }

    .img_content .content_box {
        padding: 15px 12px 44px 15px;
    }

        .img_content .content_box h3 {
            font-size: 22px;
            color: #000000;
            line-height: 22px;
            margin-bottom: 8px;
        }

            .img_content .content_box h3 a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 22px;
                color: #000000;
                line-height: 22px;
            }

                .img_content .content_box h3 a:hover {
                    color: #3684c2;
                }

        .img_content .content_box p {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #000000;
            line-height: 18px;
            text-align: left;
        }

/*================right Side_Nav Start=========================*/
/*.left_nav { width: 21.5%; float: left; }*/
.right_nav ul.sidebar-menu {
    margin: 0;
    padding: 0;
}

    .right_nav ul.sidebar-menu li {
        position: relative;
    }

        .right_nav ul.sidebar-menu li a {
            font-family: Arial, Helvetica, sans-serif;
            color: #000000;
            font-size: 16px;
            line-height: 16px;
            padding-top: 16px;
            padding-bottom: 16px;
            padding- right: 16px;
            padding- left: 22px;
            border-bottom: 1px solid #c6d9e6;
            display: inline-block;
            width: 100%;
        }

        .right_nav ul.sidebar-menu li:first-child a {
            border-top: 1px solid #c6d9e6;
        }

        .right_nav ul.sidebar-menu li a:hover, .left_nav ul.sidebar-menu li a.active {
            color: #000;
            text-decoration: none;
            background: #f9f9f9;
        }

        .right_nav ul.sidebar-menu li a.active {
            font-weight: bold;
        }

        .right_nav ul.sidebar-menu li.sub-menu span.trigger {
            display: none;
        }

        .right_nav ul.sidebar-menu li.sub-menu ul.sub + span.trigger {
            background: url(/images/add.png) no-repeat;
            display: block;
            width: 12px;
            height: 12px;
            cursor: pointer;
            position: absolute;
            top: 18px;
            left: -15px;
        }

            .right_nav ul.sidebar-menu li.sub-menu ul.sub + span.trigger.active {
                background: url(/images/minus.png) no-repeat;
                top: 22px;
                height: 6px;
                display: block;
            }

        /*.right_nav ul.sidebar-menu li.sub-menu a.dcjq-parent:hover {
            background: #f9f9f9 url(/images/add.png) no-repeat;
            background-position: left 20px;
        }

        .right_nav ul.sidebar-menu li.sub-menu a.dcjq-parent.active {
            background: #f9f9f9 url(/images/minus.png) no-repeat;
            background-position: left 24px;
        }*/

        .right_nav ul.sidebar-menu li.sub-menu ul.sub li a {
            border-top: 0;
        }

        .right_nav ul.sidebar-menu li ul.sub li a {
            font-family: 'fbreformaenregular';
            color: #000000;
            font-size: 16px;
            line-height: 16px;
            padding: 16px 53px 16px 0px;
            border-bottom: 1px solid #c6d9e6;
            position: relative;
        }

            .right_nav ul.sidebar-menu li ul.sub li a:after {
                width: 5px;
                height: 1px;
                background: url(/images/deshline.png) no-repeat;
                content: "";
                display: block;
                position: absolute;
                left:40px;
                top: 0;
                bottom: 0;
                margin: auto 0;
            }

            .right_nav ul.sidebar-menu li ul.sub li a:hover {
                color: #000;
                text-decoration: none;
            }
/*================right Side_Nav End=========================*/




/*================Zedek_contact_form Start=========================*/
.chat_us .SumoSelect > .CaptionCont > label > i {
    background-image: url(/images/drop2.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.top_title {
    width: 100%;
    border-bottom: 1px solid #dde3e4;
    background: #f7f8fa no-repeat;
    background-position: top right;
    padding: 0px 0 15px 0;
}

    .top_title ul li {
        float: left;
    }

        .top_title ul li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #01527f;
            line-height: 14px;
            padding- right: 20px;
            background: url(/images/arrow3.png) no-repeat;
            background-position: 8px 5px;
        }

            .top_title ul li a:hover {
                text-decoration: underline;
            }

        .top_title ul li:last-child a {
            background: none;
        }

        .top_title ul li a.active {
            color: #7f7f7f;
        }

    .top_title .title {
        direction: ltr;
        font-family: 'fbreformaenregular';
        font-size: 40px;
        font-weight: normal;
        color: #000;
        line-height: 36px;
        padding: 40px 0px 44px 0px;
    }

    .top_title .title2, .top_title .title {
        direction: ltr;
        font-family: 'fbreformaenregular';
        padding: 0 !important;
        font-size: 40px !important;
        font-weight: bold;
        color: #01527f;
        margin-top: 35px;
    }

.top-title-banner {
    width: 100%;
    min-height: 159px;
    background-position: top left; /*border-bottom: 1px solid #dde3e4; */
}

.lang-ltr h1 {
    text-align: left;
}

.top_title_full {
    font-family: 'fbreformaenregular' !important;
    font-size: 40px !important;
    color: #000000;
    line-height: 26px;
    padding: 40px 0px 44px 0px;
}

.address {
    width: 100%;
    padding-top: 44px;
}
/*.address_howto { width: 75.3%; float: right; }*/
/*.address_howto .address_form { width: 99%; float: left; }*/
.address_howto {
    width: 74.3%;
    float: right;
}

    .address_howto .right_links {
        width: 28.5%;
        float: right;
    }

.address_howto2 {
    width: 100%;
}

.address_form h2 {
    font-family: 'fbreformaenregular';
    font-size: 30px;
    color: #000000;
}

.address_form .full_address {
    border-bottom: 1px dashed #aec9db;
    padding-bottom: 16px;
}

    .address_form .full_address p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 21px;
        padding-top: 8px;
    }

    .address_form .full_address ul {
        padding-top: 16px;
    }

        .address_form .full_address ul li {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #000000;
            line-height: 21px;
        }

            .address_form .full_address ul li a {
                font-family: Arial, Helvetica, sans-serif;
                text-decoration: underline; /*color:#000;*/
            }

                .address_form .full_address ul li a:hover {
                    color: #0074D0;
                }

            .address_form .full_address ul li span {
                width: 49px;
                display: inline-block;
            }

.chat_us {
    padding: 15px 0px 42px 0px;
    margin-bottom: 25px;
}

    .chat_us h2 {
        font-family: 'fbreformaenregular';
        font-size: 30px;
        color: #000000;
        line-height: 30px;
        padding-bottom: 13px;
    }

    .chat_us .mandatory {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        padding-bottom: 8px;
    }

sup {
    color: #f5232c;
    top: 2px;
}

.form_box {
    width: 395px;
}

    .form_box .field4 {
        position: relative;
    }

    .form_box .labeltext {
        font-family: Arial, Helvetica, sans-serif;
        width: 156px;
        float: left;
        color: #000000;
        font-size: 16px;
        line-height: 21px;
    }

    .form_box .textfield {
        width: 239px;
        height: 45px;
        float: right;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        padding- left: 10px;
        font-size: 16px;
        color: #000000;
    }

    .form_box .textfieldlarge {
        width: 239px;
        height: 150px;
        float: right;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        padding- left: 10px;
        font-size: 15px;
        color: #000000;
    }

    .form_box .textfield.error {
        background: #fde2e2;
        border: 1px solid #f5232c;
    }

    .form_box .field {
        margin-bottom: 15px;
        position: relative;
    }

    .form_box .SumoSelect {
        width: 239px;
        float: right;
    }

        .form_box .SumoSelect > .CaptionCont {
            height: 45px;
            border: 1px solid #d9e4ee;
            border-radius: 4px;
            padding- right: 10px;
            padding- left: 10px;
        }

            .form_box .SumoSelect > .CaptionCont > span {
                width: 100%;
                display: block;
                font-size: 20px;
                line-height: 22px;
            }

    .form_box .SlectBox {
        padding-top: 12px;
    }

    .form_box .SumoSelect > .CaptionCont > span {
        float: left;
    }

    .form_box .SumoSelect > .optWrapper > .options > li label {
        font-size: 14px;
        padding: 4px 10px;
        text-align: left;
    }

    .form_box .SumoSelect > .CaptionCont > label {
        right: 6px;
    }

    .form_box .SumoSelect > .optWrapper > .options > li:first-child label {
        padding: 0;
    }

    .form_box .SumoSelect > .optWrapper.open {
        top: 46px;
    }

    .form_box .SumoSelect > .optWrapper > .options > li {
    }

        .form_box .SumoSelect > .optWrapper > .options > li:first-child {
            max-height: 1px;
        }

        .form_box .SumoSelect > .optWrapper > .options > li.selected {
        }

    .form_box .field2 {
        margin-bottom: 0px;
    }

        .form_box .field2 .textfield {
            width: 140px;
            float: left;
        }

        .form_box .field2 .SumoSelect {
            width: 92px;
            float: right;
        }

.prefix-rtl .SumoSelect {
    float: left !important;
}

.form_box .field3 {
    margin-bottom: 12px;
    position: relative;
}

.form_box .field4 .labeltext {
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 5px;
}

.form_box .field4 .text_area {
    width: 100%;
    height: 175px;
    border: 1px solid #d9e4ee;
    border-radius: 4px;
    resize: none;
    padding: 6px;
    font-size: 15px;
    color: #000000;
    overflow: auto;
}

.chat_us .submit_btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: #3684c2;
    border-radius: 3px;
    width: 106px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

    .chat_us .submit_btn:hover {
        background: #005B96 !important;
    }

.bottom_border {
    width: 100%;
    padding-bottom: 28px;
    border-bottom: 1px solid #ccdde8;
}

.address_howto .google_map {
    width: 100%;
    float: right;
}

.google_map h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 4px;
}

.google_map .gmap_box {
    width: 100%;
    border: 1px solid #eeeeee;
    text-align: center;
}

    .google_map .gmap_box .map_fram {
        position: relative;
    }

        .google_map .gmap_box .map_fram img {
            width: 100%;
            display: block;
        }

    .google_map .gmap_box a.gmap_link {
        font-family: Arial, Helvetica, sans-serif;
        width: 100%;
        height: 40px;
        font-size: 18px;
        color: #01527f;
        line-height: 22px;
        display: block;
        background: rgba(251, 251, 250, 0.7);
        padding-top: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .google_map .gmap_box a.gmap_link:hover {
            font-family: Arial, Helvetica, sans-serif;
            background: rgba(251, 251, 250, 0.9);
        }

.google_map .directions {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 40px;
    background: #0292ef;
    font-size: 18px;
    color: #fff;
    line-height: 19px;
    border-radius: 2px;
    padding: 10px 0 13px 0;
    display: block;
    margin-top: 10px;
    text-align: center;
}

    .google_map .directions:hover {
        background: #005B96;
    }
/*================Zedek_contact_form End=========================*/





/*================Zedek_departmentLobby_ver5 Start=========================*/
.top_title2 {
    width: 100%;
    min-height: 156px;
    border-bottom: 1px solid #dde3e4;
    background: #02416d;
}

    .top_title2 ul {
        padding-top: 20px;
    }

        .top_title2 ul li {
            float: left;
        }

            .top_title2 ul li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #fff;
                line-height: 14px;
                padding- right: 24px;
                background: url(/images/arrow4.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title2 ul li a:hover {
                    text-decoration: underline;
                }

            .top_title2 ul li:last-child a {
                background: none;
            }

            .top_title2 ul li a.active {
                color: #fff;
            }

    .top_title2 .title {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #fff;
        line-height: 40px;
        padding- left: 0px;
        padding- right: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .top_title2 figure {
        width: 264px;
    }

        .top_title2 figure img {
            width: 100%;
            max-height: 156px;
            height: 100%;
            display: block;
        }

.structure_division {
    width: 100%;
    padding: 45px 0px 45px 0px;
    background: #f0f5f8;
    border-bottom: 1px solid #e2ecf2;
}

    .structure_division .division_right {
        width: 67.4%;
        float: left;
        text-align: left;
    }

    .structure_division .division_left {
        width: 21.4%;
        float: right;
    }

    .structure_division .division_right h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #000000;
        line-height: 18px;
        padding-bottom: 3px;
        text-align: left;
    }

    .structure_division .division_right p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        text-align: left;
        padding-bottom: 24px;
    }

        .structure_division .division_right p:last-child {
            padding-bottom: 0;
        }

    .structure_division .division_left .contact_box {
        padding: 14px 0px 18px 0px;
        border-top: 1px solid #ccdde8;
        border-bottom: 1px solid #ccdde8;
    }

        .structure_division .division_left .contact_box:last-child {
            border-top: 0;
        }

        .structure_division .division_left .contact_box .right_area {
            width: 60px;
            float: left;
        }

        .structure_division .division_left .contact_box .left_area {
            width: 200px;
            float: left;
            text-align: left;
        }

        .structure_division .division_left .contact_box .right_area img {
            margin- left: 11px;
        }

        .structure_division .division_left .contact_box .left_area_area h3 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #000000;
            line-height: 19px;
            padding-bottom: 7px;
        }

        .structure_division .division_left .contact_box .left_area p {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #000000;
            line-height: 16px;
            padding-bottom: 5px;
        }

        .structure_division .division_left .contact_box .left_area ul.addr li {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #000000;
            line-height: 26px;
        }

            .structure_division .division_left .contact_box .left_area ul.addr li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16px;
                color: #000000;
                line-height: 26px;
                text-decoration: underline;
            }

                .structure_division .division_left .contact_box .left_area ul.addr li a:hover {
                    color: #0074D0;
                }

        .structure_division .division_left .contact_box .left_area .addr li span { /*width:70px; display:inline-block;*/
        }

            .structure_division .division_left .contact_box .left_area .addr li span:last-child {
                float: right;
            }
/*================Zedek_departmentLobby_ver5 End=========================*/


/*================Zedek_departmentPage_15 Start=========================*/

.right_links h2 {
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 4px;
}

.right_links .link_box {
    width: 100%;
    text-align: center;
}

    .right_links .link_box .map_fram {
        position: relative;
    }

        .right_links .link_box .map_fram img {
            width: 100%;
            display: block;
        }

.right_links .appointment,
.right_links .directions,
.freeText-leftColumn .appointment {
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    height: 40px;
    background: #0292ef;
    font-size: 18px !important;
    color: #fff;
    line-height: 14px;
    border-radius: 2px;
    padding: 12px 0px 13px 0px;
    display: block;
    margin-top: 14px;
    text-align: center;
}

    .right_links .appointment:hover,
    .right_links .directions:hover,
    .right_links .appointment:hover {
        background: #005B96;
    }

.blueborder {
    width: 100%;
    height: 1px;
    background: #ccdde8;
}

.appointment2 {
    margin-bottom: 14px;
    border-bottom: 1px solid #ccdde8;
}

.allevents {
    font-size: 16px;
    color: #114f80;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/images/eventarrow_ltr.png) right 2px no-repeat;
    padding- right:16px;
    display: inline-block;
    margin-top: 16px;
    position: relative;
}

    .allevents:hover {
        text-decoration: underline;
    }

.address2 {
    padding-bottom: 115px;
}

.top_title3 {
    width: 100%;
    min-height: 156px;
    border-bottom: 2px solid #c6d9e6;
    background: #f7f7f7;
    position: relative;
}

    .top_title3 ul.links {
        padding-top: 20px;
    }

        .top_title3 ul.links li {
            float: left;
        }

            .top_title3 ul.links li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding- right: 24px;
                background: url(/images/arrow3.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title3 ul.links li a:hover {
                    text-decoration: underline;
                }

            .top_title3 ul.links li:last-child a {
                background: none;
            }

            .top_title3 ul.links li a.active {
                color: #7f7f7f;
            }

    .top_title3 .title {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        font-weight: bold;
        color: #01527f;
        line-height: 40px;
        padding- left: 75px;
        padding- right: 0px;
        padding-top: 40px;
        padding-bottom: 25px;
        background: url(/images/icon11.png) no-repeat;
        background-position: left 27px;
    }

    .top_title3 figure img {
        width: 100%;
        display: block;
    }

    .top_title3 figure {
        min-height: 209px;
    }
    /*.top_title3 .nav_bar { position: absolute; bottom: -43px; left: 0; text-align: center; }*/
    .top_title3 .nav_bar {
        position: absolute;
        bottom: -1px;
        left: 0;
        text-align: center;
    }

        .top_title3 .nav_bar ul li {
            display: inline-table;
            width: 136px;
            height: 50px;
            background: #fff;
            border: 1px solid #c6d9e6;
            text-align: center;
            vertical-align: middle;
            margin- right: 1.5px;
            margin- left: 1.5px;
        }

            .top_title3 .nav_bar ul li:last-child {
                margin- right: 0;
                margin- left:0;
            }

            .top_title3 .nav_bar ul li a {
                font-family: Arial, Helvetica, sans-serif;
                display: table-cell;
                width: 100%;
                height: 100%;
                font-size: 16px;
                color: #000000;
                line-height: 16px;
                padding: 0px 2px 0px 2px;
                vertical-align: middle;
            }

            .top_title3 .nav_bar ul li.current a, .top_title3 .nav_bar ul li:hover a {
                height: 106%;
                background: #4487b1;
                border: 3px solid #fff;
                color: #fff;
                font-weight: bold;
            }

            .top_title3 .nav_bar ul li.current a, .top_title3 .nav_bar ul li .activeTab {
                height: 106%;
                background: #4487b1;
                border: 3px solid #fff;
                color: #fff;
                font-weight: bold;
            }

            .top_title3 .nav_bar ul li.current, .top_title3 .nav_bar ul li:hover {
                border-top: 1px solid #c6d9e6;
                border- right: 1px solid #c6d9e6;
                border- left: 1px solid #c6d9e6;
                border-bottom: 1px solid #fff;
                margin-bottom: -2px;
            }

.breadCrumbs-list {
    direction: ltr; /*width:300px;*/
}

    .breadCrumbs-list > span {
        margin- left: 10px;
    }

    .breadCrumbs-list ul {
        padding-top: 20px;
        overflow: hidden;
    }

        .breadCrumbs-list ul li {
            float: left;
        }

            .breadCrumbs-list ul li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding-right: 14px;
                padding-left: 7px;
                background: url(../images/arrow3_ltr.png) no-repeat;
                background-position: right 5px;
            }

            .breadCrumbs-list ul li:first-child a {
                padding- left: 0px;
            }

.top_title .breadCrumbs-list ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #01527f;
    line-height: 14px;
    padding-right: 14px;
    padding-left: 7px;
    background: url(../images/arrow3_ltr.png) no-repeat;
    background-position: right 5px;
}

.top_title2 .breadCrumbs-list ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding-right: 14px;
    padding-left: 7px;
    background: url(../images/arrow4_ltr.png) no-repeat;
    background-position: right 5px;
}

.breadCrumbs-list ul li:last-child a {
    background: none;
}

.breadCrumbs-list ul li .doctorcrumb {
    background: url(../images/arrow3_ltr.png) no-repeat !important;
    background-position: right 5px !important;
}

.lang-ltr .top-title-children {
    background: #e6f3fa url(/images/title-children-bg-rtl.jpg) center center no-repeat;
}

.lang-rtl .top-title-children {
    background: #e6f3fa url(/images/title-children-bg-ltr.jpg) center center no-repeat;
}

.top-title-children figure img {
    display: none;
}

.top-title-children .nav_bar ul li .activeTab,
.top-title-children .nav_bar ul li:hover a {
    background: #a0abdf;
}

.address_how {
    width: 860px;
    float: right;
}

.address_howto .address_list {
    width: 67%;
    float: left;
}

.address_howto .address_list_twocolumns {
    width: 78%;
    float: left;
}

.address_howto .address_list .team {
    padding: 16px 0px 6px 0px;
    border-bottom: 1px solid #d9d9d9;
}

    .address_howto .address_list .team:first-child {
        border-top: 1px solid #ccdde8;
    }

.address_howto .address_list .team1 .team_img {
    padding- left: 0;
}

.address_howto .address_list .team1 {
    padding- left: 9px;
}

.address_howto .address_list .team2, .address_howto .address_list .team3 {
    padding- left: 10px;
}

.address_howto .address_list .team4 {
    padding- left: 17px;
}

.address_howto .address_list .team .team_img {
    width: 70px;
    float: left;
}

.address_howto .address_list .team .team_deatils {
    max-width: 435px;
    width: 100%;
    float: left;
}

    .address_howto .address_list .team .team_deatils h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #000000;
        line-height: 11px;
        padding-bottom: 5px;
    }

    .address_howto .address_list .team .team_deatils ul li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 32px;
    }

        .address_howto .address_list .team .team_deatils ul li span {
            width: 104px;
            display: inline-block;
        }

.address_howto .address_list .team2 .team_deatils ul li span {
    width: 80px;
}

.address_howto .address_list .team3 .team_deatils ul li span {
    width: 80px;
}

.address_howto .address_list .team .team_deatils ul li a {
    font-size: 16px;
    color: #114f80;
    line-height: 16px;
    text-decoration: underline;
    padding- left: 8px;
}

    .address_howto .address_list .team .team_deatils ul li a:hover {
        color: #0074D0;
    }

.about_center {
    padding-top: 22px;
    padding- left: 5px;
}

    .about_center h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        padding-bottom: 11px;
        margin-top: -5px;
    }

    .about_center p {
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 16px;
        color: #111111;
        line-height: 20px;
        padding-bottom: 9px;
    }

    .about_center figure {
        padding-top: 15px;
    }

        .about_center figure img {
            display: block;
        }
/*================Zedek_departmentPage_15 End=========================*/


/*================Zedek_departmentPage_sideView Start=========================*/

.about_center2 {
    padding-top: 0px;
}

.team_box {
    margin-top: 23px;
}

.right_links2 .team_box {
    margin-top: 0;
}

.team_box .team {
    border-bottom: 1px solid #ccdde8;
    padding: 15px 0px;
}
    /*.team_box .team:first-child { border-top: 1px solid #ccdde8; }*/
    .team_box .team .team_img {
        width: 53px;
        float: left;
    }

    .team_box .team .team_deatils {
        width: 170px;
        float: left;
    }

        .team_box .team .team_deatils h3 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #000000;
            line-height: 20px;
            padding-bottom: 5px;
        }

        .team_box .team .team_deatils ul li {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #000000;
            line-height: 23px;
        }

.team_box .team1 .team_deatils ul li span, .team_box .team3 .team_deatils ul li span {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
}

.team_box .team1 .team_deatils ul li:first-child {
    padding-bottom: 10px;
}

.team_box .team .team_deatils ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #114f80;
    line-height: 16px;
    text-decoration: underline;
}

    .team_box .team .team_deatils ul li a:hover {
        color: #0074D0;
    }

.team_box .team2 .team_deatils ul li span:first-child {
    font-family: Arial, Helvetica, sans-serif;
    width: 78px;
    display: inline-block;
}

.team_box .team2, .team_box .team3 {
    padding- left: 10px;
}

.team_box .team4 {
    padding- left: 17px;
}
/*================Zedek_departmentPage_sideView End=========================*/


.address_howto2 {
    width: 100%;
}

    .address_howto2 .address_list2 {
        width: 68.7%;
    }

.top_title4 {
    width: 100%;
    min-height: 208px; /*border-bottom: 1px solid #e3ebf0;*/
    background: #f7f7f7;
    position: relative;
}

    .top_title4 ul.links {
        padding-top: 20px;
    }

        .top_title4 ul.links li {
            float: left;
        }

            .top_title4 ul.links li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding- right: 24px;
                background: url(/images/arrow3.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title4 ul.links li a:hover {
                    text-decoration: underline;
                }

            .top_title4 ul.links li:last-child a {
                background: none;
            }

            .top_title4 ul.links li a.active {
                color: #7f7f7f;
            }

.professor {
    margin-top: 13px;
    width: 50%;
    float: left;
}
    /*.professor >div { padding: 0; }*/
    .professor .professor_left p {
        text-align: left;
    }

.professor_left {
    padding-right: 15px !important;
}

.professor .professor_left h2 {
    font-family: 'fbreformaenregular';
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    padding: 15px 0px 10px 0px;
}

.professor .professor_left p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
}

.professor_deatils {
    float: right;
    text-align: right;
    padding-top: 25px;
    width: 50%;
}

    .professor_deatils h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px;
        color: #000000;
        line-height: 32px;
        padding-bottom: 13px;
    }

    .professor_deatils p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        text-align: right;
        direction: ltr;
    }

.address3 {
    padding: 40px 0px 80px 0px;
}

.right_content {
    padding-left: 0px;
}

.rightContent-new {
    width: 74.4%;
    float: right;
}

.expertise_box {
    width: 100%;
    background: #f6f6f6;
    padding-top: 10px;
    padding- left: 14px;
    padding-bottom: 12px;
    padding- right: 0;
    border- left: 4px solid #88a5c0;
    margin-bottom: 32px;
}

    .expertise_box h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        padding-bottom: 4px;
    }

    .expertise_box p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #111111;
        line-height: 16px;
    }

    .expertise_box .text_box {
        padding-bottom: 21px;
    }

        .expertise_box .text_box:last-child {
            padding-bottom: 0;
        }

.deatils_box {
    padding-bottom: 29px;
}

    .deatils_box:last-child {
        padding-bottom: 0;
    }

.expertise_box .text_box,
.expertise_box .text_box p,
.expertise_box .text_box span,
.porsonal_deatils .deatils_box,
.porsonal_deatils .deatils_box p,
.porsonal_deatils .deatils_box span {
    font: 16px/20px Arial;
}

    .porsonal_deatils .deatils_box h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        padding-bottom: 5px;
    }

    .porsonal_deatils .deatils_box ul li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
    }

.porsonal_deatils .deatils_box2 ul li {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 10px;
}

    .porsonal_deatils .deatils_box2 ul li:last-child {
        padding-bottom: 0;
    }

    .porsonal_deatils .deatils_box2 ul li span {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

.top_title5 {
    width: 100%;
    min-height: 156px;
    border-bottom: 1px solid #c6d9e6;
    background: #f7f7f7;
    position: relative;
}

    .top_title5 ul.links {
        padding-top: 20px;
    }

        .top_title5 ul.links li {
            float: left;
        }

            .top_title5 ul.links li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding- right: 24px;
                background: url(/images/arrow3.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title5 ul.links li a:hover {
                    text-decoration: underline;
                }

            .top_title5 ul.links li:last-child a {
            }

            .top_title5 ul.links li a.active {
                color: #7f7f7f;
            }

    .top_title5 .title {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #000000;
        line-height: 40px;
        padding: 40px 0px 40px 0px;
    }

    .top_title5 figure img {
        width: 100%;
        display: block;
    }
/*================Zedek_searchResult Start=========================*/

.results {
    width: 100%;
    padding: 23px 0px 180px 0px;
}

    .results .result_box {
        padding-bottom: 24px;
    }

        .results .result_box:last-child {
            padding-bottom: 0;
        }

    .results h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: #000000;
        border-bottom: 1px solid #c6d9e6;
        padding-bottom: 6px;
        margin-bottom: 16px;
    }

    .results .result_box .result_content {
        width: 89.5%;
        padding-bottom: 24px;
    }

        .results .result_box .result_content h4 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #01527f;
            line-height: 20px;
            padding-bottom: 4px;
        }

        .results .result_box .result_content p {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #111111;
            line-height: 20px;
        }

            .results .result_box .result_content p span {
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
            }
/*================Zedek_searchResult End=========================*/


/*================Slider Start=========================*/
/*.sliders .slider .flex-direction-nav, .sliders .slider .flex-control-nav { display: none; }*/
.sliders .slider .flex-direction-nav, .sliders .slider .flex-control-nav {
    bottom: 15px; /*right:55px;*/
    left: 55px;
}

.slider .flex-prev, .slider .flex-next {
    display: none;
}

.sliders .slider .flexslider {
    position: relative;
}

    .sliders .slider .flexslider ul.slides li {
        position: relative;
    }

        .sliders .slider .flexslider ul.slides li .banner_content {
            position: absolute;
            top: 65px;
            right: 12px;
            width: 100%;
            max-width: 525px;
            padding: 35px 90px 80px 10px;
        }

.banner_content .bird1 {
    width: 77px;
    height: 63px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner_content .bird2 {
    width: 81px;
    height: 68px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner_content h2 {
    font-family: 'fbreformaenregular';
    font-size: 45px;
    color: #7788d1;
    line-height: 45px;
}

.banner_content h3 {
    font-size: 40px;
    color: #7788d1;
    line-height: 40px;
    padding-bottom: 15px;
}

.banner_content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3e3737;
    line-height: 21px;
    text-align: left;
}

.sliders {
    width: 100%;
    height: auto;
    background: #f0f7ff;
}

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        position: absolute;
        top: 65px;
        left: 12px;
        width: 100%;
        max-width: 465px;
    }

.banner_content2 h2 {
    font-family: 'fbreformaenregular';
    font-size: 35px;
    color: #000000;
    line-height: 35px;
    padding-bottom: 5px;
}

.banner_content2 h3 {
    font-size: 25px;
    color: #000000;
    line-height: 25px;
    padding-bottom: 18px;
}

.banner_content2 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3e3737;
    line-height: 16px;
    padding-bottom: 35px;
}

.banner_content2 .info_sign .mother_info {
    font-family: 'fbreformaenregular';
    font-size: 24px;
    color: #f57325;
    line-height: 24px;
    display: inline-block;
}

    .banner_content2 .info_sign .mother_info:hover {
        text-decoration: underline;
    }

.banner_content2 .info_sign .sign_up {
    font-family: 'fbreformaenregular';
    width: 125px;
    height: 40px;
    background: #f57325;
    padding: 7px 0;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 27px;
    display: inline-block;
    margin- left: 32px;
}

    .banner_content2 .info_sign .sign_up:hover {
        background: #D85507;
    }
/*================Slider End=========================*/


/*================navbar Start=========================*/
.navbar {
    direction: rtl;
    width: 100%;
    background: #3ab5f0;
    margin-bottom: 0;
    background: -moz-linear-gradient(right, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, #3ab5f0), color-stop(27%, #3ab5f0), color-stop(72%, #005977), color-stop(100%, #005977));
    background: -webkit-linear-gradient(right, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    background: -o-linear-gradient(right, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    background: -ms-linear-gradient(right, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    background: linear-gradient(to left, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab5f0', endColorstr='#005977', GradientType=1 );
}

    .navbar ul li.color1 {
        background: #005977;
        border- left: 1px solid #004869;
    }

    .navbar ul li.color2 {
        background: #1c6b9b;
        border- left: 1px solid #004869;
    }

    .navbar ul li.color3 {
        background: #0096d0;
        border- left: 1px solid #007ab7;
    }

    .navbar ul li.color4 {
        background: #16afe6;
        border- left: 1px solid #118eca;
    }

    .navbar ul li.color5 {
        background: #3ab5f0;
        border- left: 1px solid #118eca;
        border- right: 1px solid #2c93d3;
    }

    .navbar ul li {
        position: relative;
        z-index: 1;
        float: left;
        width: 20%;
        height: 65px;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .navbar ul li a {
            font-family: 'fbreformaenregular';
            width: 100%;
            height: 100%;
            font-size: 24px;
            color: #ffffff;
            line-height: 24px;
            background: url(/images/arrow_up.png) no-repeat;
            background-position: center -18px;
            display: block;
            padding-top: 30px;
        }

        .navbar ul li.active a {
            padding-top: 39px;
        }

        .navbar ul li:hover, .navbar ul li.flex-active-slide {
            height: 74px;
            margin-top: 0;
        }

            .navbar ul li.flex-active-slide a {
                background: url(/images/arrow_down.png) no-repeat;
                background-position: top center;
            }

        .navbar ul li:hover, .navbar ul li.active {
            height: 74px;
            margin-top: -9px;
        }

            .navbar ul li.active a {
                background: url(/images/arrow_down.png) no-repeat;
                background-position: 100px -4px;
            }




/* Start -ReDesign navbar -By Avi */
/*.navbar {
    direction: rtl;
    width: 100%;
    margin-bottom: 0;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5086a5), to(#01507d));
    background: -webkit-linear-gradient(top, #5086a5, #01507d);
    background: -moz-linear-gradient(top, #5086a5, #01507d);
    background: -ms-linear-gradient(top, #5086a5, #01507d);
    background: -o-linear-gradient(top, #5086a5, #01507d);
}
.navbar ul li {
    position: relative;
    z-index: 1;
    float: left;
    width: 20%;
    height: 65px;
    text-align: center;
    border-right: solid 2px #23408f;
    background: #01507d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5086a5), to(#01507d));
    background: -webkit-linear-gradient(top, #5086a5, #01507d);
    background: -moz-linear-gradient(top, #5086a5, #01507d);
    background: -ms-linear-gradient(top, #5086a5, #01507d);
    background: -o-linear-gradient(top, #5086a5, #01507d);
}
.navbar ul .color5 { border-left: solid 2px #23408f; }
.navbar ul li a {
    font-family: 'fbreformaenregular';
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    display: block;
    padding-top: 23px;
}
.navbar ul li.flex-active-slide a {
    color: #01507d;
}
.navbar ul li:hover, .navbar ul li.active {
    background: #e4ecf1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0c9d7), to(#ffffff));
    background: -webkit-linear-gradient(top, #b0c9d7, #ffffff);
    background: -moz-linear-gradient(top, #b0c9d7, #ffffff);
    background: -ms-linear-gradient(top, #b0c9d7, #ffffff);
    background: -o-linear-gradient(top, #b0c9d7, #ffffff);
}
.navbar ul li:hover a, .navbar ul li.active a {
    color: #01507d;
}*/
/* End -ReDesign navbar -By Avi */




/*================navbar End=========================*/


/*================banner Start=========================*/
.banner {
    width: 100%;
    background: #d5f1fe;
    position: relative;
}

    .banner .container {
        min-height: 775px;
    }

.banner_right {
    float: left;
    width: 58%;
}

.banner .balloon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.banner .children {
    width: 682px;
    height: 508px;
    background: url(/images/childs.png) no-repeat;
    margin-top: 30px;
}

    .banner .children .child_content {
        max-width: 485px;
        width: 100%;
        position: absolute;
        top: 297px;
        left: 63px;
    }

.lang-ltr .banner .children .child_content {
    left: 170px;
}

.banner .children .child_content h2 {
    font-size: 40px;
    color: #01507d;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 12px;
}

.banner .children .child_content p {
    font-size: 16px;
    color: #3e3737;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    padding-bottom: 14px;
}

.banner .children .child_content > div {
    height: 140px;
    overflow: hidden;
    font-size: 16px;
    color: #3e3737;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    padding-bottom: 14px;
}

.banner .children .child_content a {
    font-family: 'fbreformaenregular';
    font-size: 20px;
    color: #01507d;
    line-height: 20px;
    background: url(/images/blue_arrow_ltr.png) no-repeat;
    background-position: right 1px;
    padding- right: 15px;
}

    .banner .children .child_content a:hover {
        text-decoration: underline;
    }

.bannerupdates {
    padding-top: 24px;
    padding-bottom: 0px;
    padding- left: 63px;
    padding- right: 0px;
}

.lang-ltr .bannerupdates {
    padding-left: 115px;
}

.updates { /*max-width: 527px;*/
    width: 79%; /*padding:30px 0px 36px 0px;*/
    position: relative;
    z-index: 9;
}

    .updates h4 {
        font-size: 33px;
        color: #01507d;
        font-weight: bold;
        line-height: 33px;
        padding-bottom: 0px;
        text-align: left;
    }

    .updates ul {
        padding: 13px 0px 21px 0px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        text-align: left;
    }

.updates2 {
    width: 100%;
}

    .updates2 .updates_content {
        height: 320px;
        overflow: hidden;
    }

    .updates2 ul {
        padding: 0 !important;
    }

.updates ul li {
    font-size: 14px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px;
}

    .updates ul li span {
        color: #01507d;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        position: relative;
        padding- right:20px;
    }

        .updates ul li span:after {
            width: 2px;
            height: 13px;
            background: url(/images/delimeter.png) no-repeat;
            position: absolute;
            top: 8px;
            right:8px;
            content: "";
            display: block;
        }

.updates .updates_content ul li span:after {
    background: none;
}

.updates a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #01507d;
    line-height: 15px;
    float: right;
    margin-top: 5px;
}

    .updates a:hover {
        text-decoration: underline;
    }

.banner_left {
    float: right;
    width: 35%;
    padding-top: 75px;
    position: relative;
    z-index: 1;
}

    .banner_left .message_box {
        padding: 19px 33px 19px 30px;
        border-radius: 4px;
        color: #fff;
        margin-bottom: 18px;
    }

        .banner_left .message_box.yellow {
            background: #eab24d;
        }

        .banner_left .message_box.red {
            background: #e9535d;
        }

        .banner_left .message_box.green {
            background: #b0d35c;
        }

        .banner_left .message_box h1 {
            font-family: 'fbreformaenregular';
            font-size: 35px;
            color: #fff;
            line-height: 35px;
            padding-bottom: 10px;
        }

        .banner_left .message_box p,
        .banner_left .message_box label {
            color: #fff;
            font: normal 22px/22px 'fbreformaenregular';
            padding-bottom: 7px;
        }

        .banner_left .message_box a {
            font-family: 'fbreformaenregular';
            font-size: 22px;
            color: #fff;
            line-height: 22px;
            padding- right: 18px;
            position: relative;
        }

            .banner_left .message_box a:after {
                width: 8px;
                height: 14px;
                background: url(/images/white_arrow.png) no-repeat;
                content: "";
                display: block;
                position: absolute;
                top: 3px;
                right:0;
            }

            .banner_left .message_box a:hover {
                text-decoration: underline;
            }

.hill {
    width: 627px;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .hill img {
        width: 100%;
        display: block;
    }


/*================banner End=========================*/



.about {
    padding-bottom: 177px;
}

.top_title7 {
    width: 100%;
    min-height: 156px;
    border-bottom: 1px solid #c6d9e6;
    background: #f7f7f7;
    position: relative;
    padding-bottom: 15px;
}

    .top_title7 ul.links {
        padding-top: 20px;
    }

        .top_title7 ul.links li {
            float: left;
        }

            .top_title7 ul.links li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding- right: 24px;
                background: url(/images/arrow3.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title7 ul.links li a:hover {
                    text-decoration: underline;
                }

            .top_title7 ul.links li:last-child a {
                background: none;
            }

            .top_title7 ul.links li a.active {
                color: #7f7f7f;
            }

    .top_title7 .titleDoctor {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #000000;
        line-height: 40px;
        padding: 40px 0px 40px 0px; /*white-space: nowrap;*/
    }

    .top_title7 .title {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #000000;
        line-height: 40px;
        padding: 40px 0px 40px 0px;
    }

    .top_title7 figure img {
        width: 100%;
        display: block;
    }

    .top_title7 .nav_bar {
        position: absolute;
        bottom: -1px;
        left: 0;
        text-align: center;
    }

        .top_title7 .nav_bar ul li {
            display: inline-table;
            width: 136px;
            height: 50px;
            background: #fff;
            border: 1px solid #c6d9e6;
            text-align: center;
            vertical-align: middle;
            margin- right: 1.5px;
            margin- left: 1.5px;
        }

            .top_title7 .nav_bar ul li:last-child {
                margin- right: 0;
                margin- left:0;
            }

            .top_title7 .nav_bar ul li a {
                font-family: Arial, Helvetica, sans-serif;
                display: table-cell;
                width: 100%;
                height: 100%;
                font-size: 16px;
                color: #000000;
                line-height: 16px;
                padding: 0px 2px 0px 2px;
                vertical-align: middle;
            }

            .top_title7 .nav_bar ul li.current a, .top_title7 .nav_bar ul li:hover a {
                height: 106%;
                background: #4487b1;
                border: 3px solid #fff;
                color: #fff;
                font-weight: bold;
            }

            .top_title7 .nav_bar ul li.current, .top_title7 .nav_bar ul li:hover {
                border-top: 1px solid #c6d9e6;
                border- right: 1px solid #c6d9e6;
                border- left: 1px solid #c6d9e6;
                border-bottom: 1px solid #fff;
                margin-bottom: -2px;
            }

.about_left {
    width: 70%;
    float: left;
    margin-top: -5px;
    padding- left:40px;
}

    .about_left .docter_img {
        margin-bottom: 13px;
    }

    .about_left p {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 18px;
    }

        .about_left p.lastchild {
            padding-bottom: 8px;
        }

        .about_left p.lastchild2 {
            padding-bottom: 15px;
        }



.about .tabletext {
    max-width: 730px;
    width: 100%;
}

.about .maintable {
    max-width: 730px;
    width: 100%;
    display: table;
    margin: 0 0 35px 0;
    padding: 0;
    width: 100%;
    min-height: 50px;
}

    .about .maintable ul.headinggroup {
        display: table-header-group;
        min-height: 50px;
        background: #01507d;
        color: #FFF;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .about .maintable ul.rowgroup {
        display: table-row-group;
        margin: 0;
        padding: 0;
        background: #f8f8f8;
    }

    .about .maintable li {
        display: table-row;
        width: 100%;
    }

        .about .maintable li span {
            display: table-cell;
            padding: 10px;
            vertical-align: middle;
        }

    .about .maintable ul.headinggroup li span {
        border-bottom: 4px solid #abcd3a;
        padding: 18px 18px 11px 0px;
    }

        .about .maintable ul.headinggroup li span:first-child {
            border- right:1px solid #ffffff;
        }

        .about .maintable ul.headinggroup li span:last-child {
            border- left:1px solid #ffffff;
        }

    .about .maintable ul.rowgroup li span {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 16px;
        padding: 17px 20px 11px 0px;
    }

        .about .maintable ul.rowgroup li span:first-child, .about .maintable ul.rowgroup li span:nth-child(2n) {
            border- left:1px solid #e2ecf2;
            border-bottom: 1px solid #e2ecf2;
        }

        .about .maintable ul.rowgroup li span:last-child {
            border- left:1px solid #e2ecf2;
            border- right:1px solid #e2ecf2;
            border-bottom: 1px solid #e2ecf2;
        }

    .about .maintable ul.rowgroup li:nth-child(2n) {
        background: #fff;
    }


.ourdepartments {
    margin-top: 44px;
}

    .ourdepartments .department_box {
        width: 100%;
        padding: 34px 12px 26px 16px;
        border-bottom: 1px solid #c6d9e6;
    }

        .ourdepartments .department_box:first-child, .ourdepartments .department_box:nth-child(2) {
            border-top: 1px solid #c6d9e6;
        }

        .ourdepartments .department_box .departments_right {
            float: left;
            width: 36.3%;
        }

            .ourdepartments .department_box .departments_right figure {
                float: left;
            }

            .ourdepartments .department_box .departments_right .content {
                float: left;
                width: 63%;
                padding- left:31px;
            }

                .ourdepartments .department_box .departments_right .content h2 {
                    font-size: 20px;
                    color: #111111;
                    line-height: 20px;
                    font-family: Arial, Helvetica, sans-serif;
                    padding-bottom: 9px;
                }

                .ourdepartments .department_box .departments_right .content p {
                    font-size: 16px;
                    color: #111111;
                    line-height: 20px;
                    font-family: Arial, Helvetica, sans-serif;
                    text-align: left;
                }

        .ourdepartments .department_box .departments_midle {
            float: left;
            width: 16.4%;
        }

            .ourdepartments .department_box .departments_midle .content {
                float: left;
                width: 95%;
            }

                .ourdepartments .department_box .departments_midle .content h2 {
                    font-size: 20px;
                    color: #111111;
                    font-family: Arial, Helvetica, sans-serif;
                    padding-bottom: 9px;
                }

                .ourdepartments .department_box .departments_midle .content p {
                    font-size: 16px;
                    color: #111111;
                    font-family: Arial, Helvetica, sans-serif;
                }

        .ourdepartments .department_box .departments_left {
            float: left;
            width: 30%;
        }

            .ourdepartments .department_box .departments_left .content {
                float: left;
                width: 50%;
            }

                .ourdepartments .department_box .departments_left .content h2 {
                    font-size: 20px;
                    color: #111111;
                    font-family: Arial, Helvetica, sans-serif;
                    padding-bottom: 9px;
                }

                .ourdepartments .department_box .departments_left .content p {
                    font-size: 16px;
                    color: #111111;
                    font-family: Arial, Helvetica, sans-serif;
                }

                    .ourdepartments .department_box .departments_left .content p.firstchild {
                        margin-bottom: 18px;
                    }

            .ourdepartments .department_box .departments_left .btn {
                float: left;
                width: 50%;
            }


                .ourdepartments .department_box .departments_left .btn a {
                    height: 40px;
                    display: block;
                    padding: 11px 10px 10px;
                    margin-top: 32px;
                    background: #0292ef;
                    border-radius: 3px;
                    text-align: center;
                    font: 18px/1 Arial;
                    color: #fff;
                }

                    .ourdepartments .department_box .departments_left .btn a:hover {
                        background: #005B96;
                    }
/*.doc-border:before { border-bottom: 1px solid #c6d9e6; display: block; }*/

.load_more {
    text-align: center;
    padding: 30px 0px 96px 0px;
}

    .load_more span {
        font-size: 18px;
        color: #01527f;
        font-family: Arial, Helvetica, sans-serif;
        cursor: pointer;
    }

        .load_more span:hover {
            text-decoration: underline;
        }

.event_history p span {
    font-size: 20px;
    color: #01507d;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

.event_history p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.event_historyBlack p span {
    font-size: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

.event_historyBlack p span {
    font-size: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

.event_historyBlack p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.child_his {
    width: 100%;
    padding: 15px 0px 13px 0;
}

    .child_his figure {
        float: left;
        width: 43%;
    }

    .child_his .left_text {
        float: right;
        width: 55.8%;
        text-align: left;
    }

        .child_his .left_text p {
            padding-bottom: 20px;
        }

            .child_his .left_text p:last-child {
                padding-bottom: 0;
            }

.team_box2 .team {
    width: 100%;
    height: 60px;
    padding: 10px 0px 7px 0px;
    display: table;
    vertical-align: middle;
}

    .team_box2 .team .team_img {
        display: table-cell;
        vertical-align: middle;
    }

    .team_box2 .team a {
        width: 80%;
        display: table-cell;
        font-size: 16px;
        color: #114f80;
        line-height: 21px;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: middle;
        padding- left:10px;
    }

        .team_box2 .team a:hover {
            color: #002847;
        }



.top_title8 .professor .professor_left {
    float: left;
    max-width: 415px;
    width: 100%;
}

    .top_title8 .professor .professor_left span:first-child {
        width: 89px;
        float: left;
        display: inline-block;
    }

    .top_title8 .professor .professor_left span:nth-child(2) {
        float: left;
        width: 300px;
        display: inline-block;
    }

    .top_title8 .professor .professor_left h2 {
        font-size: 40px;
        color: #000000;
        line-height: 40px;
        font-family: 'fbreformaenregular';
        padding: 15px 0px 4px 0px;
    }

    .top_title8 .professor .professor_left ul li {
        font-size: 24px;
        color: #000000;
        line-height: 34px;
        font-family: 'fbreformaenregular';
    }

.top_title8 .professor_deatils {
    padding-top: 29px;
}

    .top_title8 .professor_deatils h3 {
        font-size: 32px;
        color: #000000;
        line-height: 32px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 11px;
    }

    .top_title8 .professor_deatils li {
        font-size: 18px;
        color: #000000;
        line-height: 32px;
        font-family: Arial, Helvetica, sans-serif;
    }

.professor_right .fontsize {
    font-size: 26px;
    margin- right:0 !important;
    display: inline-block;
}

.eventpage {
    padding: 40px 0px 217px 0px;
}

.navigationHospital {
    width: 100%;
}

    .navigationHospital .questions-regarding {
        width: 100%;
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        padding- left: 14px;
        padding- right: 14px;
        margin-bottom: 14px;
    }

        .navigationHospital .questions-regarding label {
            font: normal 16px/28px Arial, Helvetica, sans-serif;
        }

        .navigationHospital .questions-regarding .SumoSelect {
            margin- left: 0px;
        }

    .navigationHospital .fbox2 {
        margin-top: 5px;
        margin-bottom: 0;
        margin- left: 15px;
        margin- right: 0;
    }

.general-modal .modal-header .close {
    margin-top: -9px;
}


.faq {
    padding: 40px 0px 420px 0px;
}

.faq_left {
    width: 78.5%;
    float: left;
    padding- left:40px;
}

.questions-regarding {
    width: 100%;
    background: #ececec;
    padding-top: 15px;
    padding-bottom: 3px;
    padding- left: 14px;
    padding- right: 0px;
    margin-bottom: 25px;
}

    .questions-regarding label {
        font-size: 16px;
        color: #000000;
        line-height: 44px;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
    }

        .questions-regarding label.blue {
            color: #01527f !important;
        }

    .questions-regarding .inputtext {
        width: 347px;
        height: 44px;
        background: #fff;
        border: 1px solid #cdd8e2;
        outline: none;
        padding- left:10px;
        margin- left:8px;
        font-size: 16px;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 20px;
    }

    .questions-regarding .sub_btn {
        width: 89px;
        height: 40px;
        background: #0292ef;
        text-align: center;
        font-size: 18px;
        color: #fff !important;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 18px;
        border: none;
        outline: none;
        border-radius: 2px;
        margin- left:5px;
        cursor: pointer;
    }

        .questions-regarding .sub_btn:hover {
            background: #0665A3;
        }

    .questions-regarding span {
        font-size: 16px;
        color: #114f80;
        line-height: 44px;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        margin- left:20px;
    }

.faq_question {
    padding: 22px 14px 20px 0;
    border-bottom: 1px solid #c6d9e6;
}

    .faq_question:first-child {
        border-top: 1px solid #c6d9e6;
    }

    .faq_question h3 {
        font-size: 30px;
        color: #128dc8;
        line-height: 30px;
        font-family: 'fbreformaenregular';
        display: inline-block;
        padding- right:14px;
    }

    .faq_question a {
        font-size: 15px;
        color: #114f80;
        line-height: 15px;
        display: inline-block;
        background: url(/images/arrow_blue_ltr.png) no-repeat;
        background-position: right 3px;
        padding- right:13px;
    }

        .faq_question a:hover {
            text-decoration: underline;
        }

.faq_title {
    margin-bottom: 5px;
}

.accordion {
    width: 100%;
}



.phonebook {
    padding: 43px 0 70px 0;
}

.phonebook_left {
    width: 78.5%;
    float: left;
    padding- left:40px;
}

    .phonebook_left .questions-regarding {
        margin-bottom: 44px;
    }

.phonebook_box {
    padding: 27px 0px 19px 0px;
    border-top: 1px solid #c6d9e6;
}

    .phonebook_box:last-child {
        border-bottom: 1px solid #c6d9e6;
    }

    .phonebook_box .book {
        padding-bottom: 20px;
    }

        .phonebook_box .book:last-child {
            padding-bottom: 0;
        }

    .phonebook_box h3 {
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
    }

    .phonebook_box li {
        font-size: 16px;
        color: #111111;
        line-height: 30px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .phonebook_box a {
        font-size: 16px;
        color: #114f80;
        line-height: 16px;
        text-decoration: underline;
    }

        .phonebook_box a:hover {
            color: #1797FC;
        }


.rightbook {
    float: left;
}

.leftbook {
    float: right;
    width: 138px;
    margin- right:55px;
    margin-top: 19px;
}

    .leftbook a {
        width: 100%;
        height: 40px;
        background: #0292ef;
        border-radius: 2px;
        color: #fff;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 16px;
        text-align: center;
        padding-top: 13px;
        display: block;
        text-decoration: none;
        font-weight: bold;
    }

        .leftbook a:hover {
            background: #0665A3;
            color: #fff;
        }



/*Events*/

.events_banner {
    position: relative;
    background: url(/images/innerbanner_3.png) no-repeat top center;
    min-height: 292px;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.event_title {
    float: left;
    margin-top: 90px;
}

    .event_title a {
        display: block;
        font-size: 48px;
        color: #133575;
    }

.month_title {
    font-size: 50px;
    color: #212121;
    line-height: 27px !important;
    font-family: 'fbreformaenregular';
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
}

.calendar_header ul {
    margin: 0;
    padding: 0;
}

    .calendar_header ul li {
        margin: 0;
        padding: 0;
        line-height: 100%;
        display: inline-block;
        text-align: center;
        float: left;
    }

.prev_btn, .next_btn {
    font-size: 30px;
    color: #114f80;
    font-family: 'fbreformaenregular';
    position: relative;
    z-index: 99;
}

    .prev_btn span {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        overflow: hidden;
        background: #0f3774;
        display: inline-block;
        text-align: center;
        padding-top: 9px;
        z-index: 111;
        position: relative;
        margin- left: 5px;
        vertical-align: middle;
    }

    .next_btn span {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        overflow: hidden;
        background: #0f3774;
        display: inline-block;
        text-align: center;
        padding-top: 9px;
        z-index: 111;
        position: relative;
        margin- right: 7px;
        vertical-align: middle;
    }

    .prev_btn span img {
        padding- left: 2px;
    }

    .next_btn span img {
        padding- right: 2px;
    }

    .prev_btn:hover span, .next_btn:hover span {
        background: #1e55a8;
    }

    .prev_btn:hover, .next_btn:hover {
        text-decoration: underline;
    }




.events_page {
    margin: 55px 0px 112px 0px;
}

    .events_page .maintable {
        display: table;
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 50px;
        border: 1px solid #c6d9e6;
        padding: 11px 11px 10px 10px;
        margin-top: 10px;
    }

        .events_page .maintable ul.headinggroup {
            display: table-header-group;
            background: #ffffff;
            color: #133575;
        }

            .events_page .maintable ul.headinggroup span {
                padding-bottom: 8px;
                text-align: center;
                font-size: 24px;
                color: #212121;
                font-family: 'fbreformaenregular';
            }

        .events_page .maintable ul.rowgroup {
            display: table-row-group;
            margin: 0;
            padding: 0;
        }

        .events_page .maintable li {
            display: table-row;
            width: 100%;
        }

            .events_page .maintable li span {
                display: block;
                float: left;
                vertical-align: middle;
                padding-bottom: 4px;
                padding- right: 4px;
                width: 14.25%;
            }

                .events_page .maintable li span:last-child {
                    padding- right: 0px;
                }

.calendar_event {
    height: 150px;
    color: #0f3774;
    font-size: 14px;
    position: relative;
    background: #ebf0f3; /*overflow: hidden; */
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    cursor: pointer;
    padding: 3px;
}

    .calendar_event .event_list.date {
        font-size: 20px;
        color: #727475;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 9999;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }

.events_page .eventimg {
    height: 144px;
    position: relative;
    overflow: hidden;
}

.events_page .event_name {
    font-size: 15px;
    color: #114f80;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    cursor: pointer; /*position: absolute; bottom: 0px; right: 0; left: 0; z-index:999;*/
    width: 100%;
    margin: 0 auto;
    padding: 8px 5px 10px;
}

.eveneone {
    position: relative;
    height: 52px;
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
}

    .eveneone img {
        width: 100%;
        height: 100%;
	cursor: pointer;
    }

.evenetwo {
    position: relative;
    height: 70px;
    overflow: hidden;
    margin-bottom: 4px;
}

.calendar_event_hover {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    height: 100%;
    width: 100%;
    background: rgba(19, 53, 117, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 30px 9px 9px;
}

.events_page .calendar_event:hover .calendar_event_hover {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.events_page .calendar_event:hover .date {
    color: #ffffff;
}

.events_page .calendar_event .date span {
    display: none;
}

.event_list {
    display: none;
    width: 300px;
    min-height: 150px;
    background: #fff;
    padding: 5px 15px 15px 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    border: 1px solid #c6d9e6;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(154,179,197,1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(154,179,197,1);
    box-shadow: 4px 4px 0px 0px rgba(154,179,197,1);
}
/*.event_list:after{ width:19px; height:30px; background:url(/images/tringle.png) no-repeat; content:""; display:block; position:absolute; top: 22px;  left: -18px;}*/
.eventbox {
    width: 100%;
    padding: 15px 0px 16px 0px;
    border-bottom: 1px solid #c6d9e6;
}

    .eventbox:last-child {
        border-bottom: 0;
    }

    .eventbox .datefrom {
        font-size: 16px;
        color: #114f80;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 6px;
    }

    .eventbox .eventhead {
        font-size: 16px;
        color: #114f80;
        font-weight: bold;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 4px;
    }

    .eventbox .eventpara {
        font-size: 16px;
        color: #212121;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

.event-calender-img {
    width: 100%;
    height: auto;
    max-height: 99px;
}

.fc-more-cell {
    display: block;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #114f80;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    font-weight: bold;
}

    .fc-more-cell a {
        color: #114f80;
    }

.close-tooltip {
    float: right;
    color: #114f80;
    cursor: pointer;
}

.eventimg {
    max-width: 100px;
    height: auto;
    float: right;
    margin: 10px;
}


.send_cadrs {
    padding: 40px 0px 200px 0;
}

.sendcard {
    width: 78.5%;
    float: left;
    padding- left: 40px;
}

    .sendcard .left_form {
        width: 417px;
        float: left;
    }

    .sendcard .form_box {
        width: 100%;
    }

        .sendcard .form_box .labeltext {
            width: 175px;
        }

        .sendcard .form_box .border {
            display: block;
            width: 100%;
            border-bottom: 1px solid #ccdde8;
            margin: 18px 0px;
        }


    .sendcard .submit_btn {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #3684c2;
        border-radius: 3px;
        width: 106px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        cursor: pointer;
        float: right;
    }

        .sendcard .submit_btn:hover {
            background: #005B96;
        }


.bdcard {
    width: 47%;
    float: right;
    padding- right:36px;
}

.sendpara {
    width: 100%;
    margin-bottom: 17px;
}

    .sendpara p {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

.questions-regarding label {
    float: left;
    color: #01527f;
}

.questions-regarding2 label {
    color: #000000 !important;
}

.questions-regarding .SumoSelect {
    float: left;
    margin- left:6px;
}

    .questions-regarding .SumoSelect > .CaptionCont {
        height: 44px;
    }

        .questions-regarding .SumoSelect > .CaptionCont > span {
            float: left;
            line-height: 44px;
            font-size: 16px;
            color: #000000l !important;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            margin- left: 5px;
        }

        .questions-regarding .SumoSelect > .CaptionCont > label {
            right:13px;
        }

            .questions-regarding .SumoSelect > .CaptionCont > label > i {
                background: url(/images/drop2.png) no-repeat;
                top: 17px;
            }

    .questions-regarding .SumoSelect > .optWrapper.open {
        top: 43px;
    }

    .questions-regarding .SumoSelect > .optWrapper > .options > li label {
        line-height: 32px;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: left;
        padding- left: 12px;
    }

    .questions-regarding .SumoSelect > .optWrapper > .options > li.selected label {
        color: #fff;
    }

.address4 {
    padding: 44px 0px 195px;
}

.team_pakad {
    width: 100%;
    margin-top: 18px;
}

    .team_pakad h3 {
        width: 100%;
        font: 22px/22px Arial;
        color: #111;
        padding-bottom: 6px;
        border-bottom: 1px solid #c6d9e6;
        margin-bottom: 19px;
    }

.our_team {
    position: relative;
    margin- right: -20px;
    margin- left: -20px;
}

    .our_team .teambox {
        width: 50%;
        float: left;
        padding- right: 20px;
        padding- left: 20px;
        margin-bottom: 45px;
    }

        .our_team .teambox img {
            float: left;
            width: 101px;
        }

    .our_team .aboutteam {
        float: right;
        width: 57.5%;
    }

        .our_team .aboutteam .name {
            font: 20px/20px Arial;
            color: #111111;
            padding-bottom: 5px;
            text-align: left;
        }

        .our_team .aboutteam p {
            font: 16px/21px Arial;
            color: #111;
            padding-bottom: 0;
            margin-bottom: 5px;
            overflow: hidden;
            text-align: left;
        }

        .our_team .aboutteam a {
            font: 16px/22px Arial;
            color: #114f80;
            display: inline-block;
            padding- right:18px;
            background: url(/images/arrow5_ltr.png) right center no-repeat;
        }

            .our_team .aboutteam a:hover {
                text-decoration: underline;
            }

        .our_team .aboutteam h2.name a {
            background: none;
            padding-left: 0;
            font-weight: bold;
        }


.line {
    width: 100%;
    height: 1px;
    background: #ccdde8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.details {
    width: 100%;
    background: #f0f0f0;
    padding: 21px 8px 18px 26px;
}

    .details h2 {
        font-size: 22px;
        color: #000000;
        line-height: 22px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 8px;
    }

    .details ul {
        padding-bottom: 7px;
    }

        .details ul li {
            font-size: 16px;
            color: #000000;
            line-height: 20px;
            font-family: Arial, Helvetica, sans-serif;
        }

    .details p {
        font-size: 16px;
        color: #000000;
        line-height: 18px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
    }

.more_details {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 40px;
    background: #0292ef;
    font-size: 18px;
    color: #fff;
    line-height: 14px;
    border-radius: 4px;
    padding: 12px 0px 13px 0px;
    display: block;
    text-align: center;
}

    .more_details:hover {
        background: #005B96;
    }


.card_birthday {
    max-width: 605px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #dff2fd;
}

    .card_birthday .cardlogo {
        width: 100%;
        height: 100%;
        padding: 65px 0px 10px 0px;
        background: url(/images/bady_bg1.png) no-repeat;
        background-position: top center;
        text-align: center;
    }

.birthday_content {
    width: 100%;
    background: #fff;
    border-top: 10px solid #c1a07e;
    border-bottom: 10px solid #c1a07e;
    padding: 30px 33px 0px 14px;
    position: relative;
}

    .birthday_content .rightcontent {
        width: 245px;
        float: left;
        position: relative;
        z-index: 99;
    }

    .birthday_content .leftcontent {
        width: 199px;
        float: right;
    }

    .birthday_content .rightcontent ul {
        padding-bottom: 45px;
    }

        .birthday_content .rightcontent ul li {
            font-size: 26px;
            color: #ec018a;
            line-height: 44px;
            font-family: 'fbreformaenregular';
        }

    .birthday_content .rightcontent p {
        font-size: 26px;
        color: #ec018a;
        line-height: 27px;
        font-family: 'fbreformaenregular';
        padding-bottom: 60px;
    }

    .birthday_content .leftcontent img {
        position: absolute;
        bottom: 0;
        right:14px;
    }

.footerplay {
    width: 100%;
    min-height: 126px;
    background: url(/images/bady_bg2.png) no-repeat;
    background-position: top center;
    position: relative;
}

    .footerplay img {
        position: absolute;
        top: -58px;
        left:7px;
    }

.popgallery {
    padding: 43px 0px 50px 0px;
}

.gallerys {
    width: 78.5%;
    float: left;
    padding- left:35px;
    margin-top: 50px;
}

    .gallerys .galleryrow {
        width: 100%;
        margin- right:10px;
        margin- left:10px;
        position: relative;
    }

    .gallerys .gallerybox {
        width: 33.33%;
        float: left;
        padding- right:10px;
        padding- left:10px;
        margin-bottom: 48px;
    }

    .gallerys .doctorbox {
        width: 50%;
        float: left;
        padding- right:10px;
        padding- left:10px;
        margin-bottom: 48px;
    }

    .gallerys .gallerybox img {
        border: 1px solid #e8f0f5;
        display: block;
    }

    .gallerys .doctorbox img {
        border: 1px solid #e8f0f5;
        display: block;
    }

figcaption {
    height: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #114f80;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-top: 3px;
}

.galleryrow ul li {
    width: 30%;
    float: left;
    margin: 0 1% 48px;
}

.formtext {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.sendbdcard .form_box .field4 .text_area {
    height: 150px;
}

.questions-regarding .SumoSelect > .CaptionCont > span {
    color: #000;
}

.questions-regarding .SumoSelect > .CaptionCont {
    border: 1px solid #cdd8e2;
    border-radius: 4px;
}

.clanderbox {
    width: 244px;
    border: 1px solid #dddddd;
    margin: 0 auto;
    margin-top: 20px;
}

    .clanderbox .calandertitle {
        width: 100%;
        border-top: 4px solid #0292ef;
        padding-top: 12px;
    }

    .clanderbox h2 {
        font-size: 22px;
        color: #000000;
        font-family: fbreformaenregular;
        text-align: center !important;
        padding-bottom: 9px;
    }

    .clanderbox .cal1 .clndr .clndr-table .header-days {
        height: 20px;
    }

    .clanderbox .cal1 {
        padding: 0px 9px 37px 9px;
    }

        .clanderbox .cal1 .clndr .clndr-table .header-days .header-day {
            font-size: 20px;
            color: #212121;
            font-family: Arial, Helvetica, sans-serif;
            font-family: fbreformaenregular;
            padding-top: 7px;
            padding-bottom: 2px;
        }

        .clanderbox .cal1 .clndr .clndr-table {
            width: 100%;
        }

            .clanderbox .cal1 .clndr .clndr-table tr .day {
                padding: 1px;
            }

.cal1 .clndr .clndr-controls {
    padding: 12px 0px 13px 10px;
}

    .cal1 .clndr .clndr-controls .month {
        width: 86%;
    }

.clanderbox .cal1 .clndr .clndr-table tr .day .day-contents {
    background: #ebf0f3;
    padding: 7px 5px 5px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #727475;
    font-family: Arial, Helvetica, sans-serif;
}

    .clanderbox .cal1 .clndr .clndr-table tr .day .day-contents:hover {
        background: #ccc;
        border: 1px solid #fff;
    }

.clanderbox .cal1 .clndr .clndr-controls {
    direction: rtl;
    background: none;
    border-top: 1px solid #c6d9e6;
    border-bottom: 1px solid #c6d9e6;
}

    .clanderbox .cal1 .clndr .clndr-controls .month {
        font-size: 22px;
        font-family: fbreformaenregular;
        line-height: 19px;
        color: #01527f;
    }

.cal1 .clndr .clndr-table tr .day.event:hover .day-contents, .cal1 .clndr .clndr-table tr .day.my-event:hover .day-contents {
    background: #155282;
    color: #fff;
}

.cal1 .clndr .clndr-table tr .day.event:hover .day-contents, .cal1 .clndr .clndr-table tr .day.my-event:hover .day-contents {
    background: #155282;
    color: #fff;
    border: 1px solid #fff;
}

.cal1 .clndr .clndr-table tr .day.event .day-contents, .cal1 .clndr .clndr-table tr .day.my-event .day-contents {
    background: #155282;
    color: #fff;
    border: 1px solid #fff;
}

.cal1 .clndr .clndr-table tr .day.today .day-contents {
    background: #ebf0f3;
    border: 1px solid #0292ef;
}

.cal1 .clndr .clndr-table tr .day.event .day-contents, .cal1 .clndr .clndr-table tr .day.my-event .day-contents {
}

.cal1 .clndr .clndr-table tr .adjacent-month {
    opacity: 0;
}

.cal1 .clndr .clndr-table tr .day.adjacent-month .day-contents {
    cursor: auto;
}

#smallcalendarFrame .fc-center h2 {
    font-size: 22px !important;
    line-height: 19px;
    font-family: fbreformaenregular;
    color: #01527f;
}

#smallcalendarFrame .fc-view-container {
    margin-top: 5px;
    border: none;
}

/*================Zedek_birth_Form Start Start=========================*/


/*===========Step3 Start================*/
.registration {
    width: 75.3%;
    float: right;
}

    .registration .registration_birth {
        width: 66.5%;
        float: left;
    }

    .registration .google_map {
        width: 29%;
        float: right;
    }

.registration_birth h2 {
    font-size: 22px;
    color: #111111;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

.registration_content p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

    .registration_content p span.dote {
        padding- right:27px;
        display: inline-block;
    }

.registration .leftimg {
    width: 29%;
    float: right;
}

.registrationform {
    width: 100%;
    margin: 39px 0 3px 0;
}

    .registrationform h3 {
        float: left;
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        font-family: Arial, Helvetica, sans-serif;
        padding- right:25px;
    }

    .registrationform span {
        float: left;
        font-size: 16px;
        color: #000000;
        line-height: 27px;
    }


.stepsopt {
    width: 100%;
    padding: 17px 0 21px 0;
    border-top: 1px dashed #cbdae8;
    border-bottom: 1px dashed #cbdae8;
}

    .stepsopt ul li {
        float: left;
        margin- right:19px;
    }

        .stepsopt ul li:last-child {
            margin- right:0;
        }

            .stepsopt ul li:last-child a {
                background: none;
                padding: 0;
            }

        .stepsopt ul li a {
            font-size: 24px;
            color: #919191;
            line-height: 24px;
            font-family: fbreformaenregular;
            padding-top: 10px;
            padding-bottom: 10px;
            padding- left: 0px;
            padding- right: 36px;
            background: url(/images/steparrow_ltr.png) no-repeat;
            background-position: right center;
        }

            .stepsopt ul li a.active, .stepsopt ul li a:hover {
                color: #f57325;
            }

            .stepsopt ul li a.complete {
                color: #000;
            }

            .stepsopt ul li a span {
                font-size: 40px;
            }

.addimg {
    width: 100%;
    position: relative;
}

    .addimg .addtext {
        position: absolute;
        top: 22px;
        left:22px;
    }

        .addimg .addtext h2 {
            font-size: 40px;
            color: #01527f;
            line-height: 40px;
            font-family: fbreformaenregular;
        }

        .addimg .addtext span {
            font-size: 20px;
            color: #4487b1;
            line-height: 40px;
            font-family: fbreformaenregular;
        }

        .addimg .addtext a {
            font-size: 20px;
            color: #4487b1;
            line-height: 40px;
            font-family: fbreformaenregular;
        }

            .addimg .addtext a:hover {
                text-decoration: underline;
            }

.registration_form .formbox {
    position: relative;
    margin-top: 24px;
}

.registration_form .rightform {
    float: left;
    width: 240px;
    position: relative;
}

.registration_form .leftform {
    float: right;
    width: 240px;
    position: relative;
}

.registration_form .labeltext {
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
    padding- left:4px;
    display: inline-block;
}

.registration_form .inputfield {
    width: 100%;
    height: 45px;
    border: 1px solid #cbdae8;
    border-radius: 4px;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    padding- left:10px;
    outline: none;
}

.formbox2 {
    width: 100%;
    margin-top: 26px;
}

    .formbox2 span {
        font-size: 16px;
        color: #000000;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        display: block;
        padding-bottom: 5px;
    }

    .formbox2 .SumoSelect, .formbox2 .inputfield {
        width: 240px;
        height: 45px;
    }

        .formbox2 .SumoSelect > .CaptionCont > label > i {
            background-image: url(/images/drop2.png);
        }

        .formbox2 .SumoSelect > .CaptionCont {
            height: 45px;
            border: 1px solid #d9e4ee;
            border-radius: 4px;
            padding- right: 10px;
            padding- left: 10px;
        }

            .formbox2 .SumoSelect > .CaptionCont > span {
                float: left;
            }

            .formbox2 .SumoSelect > .CaptionCont > span {
                line-height: 47px;
            }

        .formbox2 .SumoSelect > .optWrapper > .options > li label {
            font-size: 14px;
            padding: 4px 10px;
            text-align: left;
        }

        .formbox2 .SumoSelect > .CaptionCont > label {
            right: 6px;
        }

        .formbox2 .SumoSelect > .optWrapper > .options > li:first-child label {
            padding: 0;
        }

        .formbox2 .SumoSelect > .optWrapper.open {
            top: 46px;
        }


    .formbox2 span a {
        color: #ff1515;
        line-height: 24px;
    }

        .formbox2 span a:hover {
            text-decoration: underline;
        }

.dragbox {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 35px;
}

.dragbox {
    width: 365px;
    height: 100px;
    background: #f9f9f9;
    text-align: center;
    font-size: 18px;
    color: #3684c2;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 20px;
    border: 1px dashed #7cabc8;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 0;
    right:0;
    left:0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .dragbox [type=file]:hover {
        background: #1769AB;
        color: #fff;
    }


.registration_form .subbtn {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #ccdde8;
}

    .registration_form .subbtn a {
        padding-top: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #3684c2 !important;
        border-radius: 3px;
        width: 106px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        cursor: pointer;
        float: right;
        margin-bottom: 149px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -o-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
        border-radius: 3px !important;
    }

        .registration_form .subbtn a:hover {
            background: #005B96 !important;
        }
/*===========Step1 End================*/




/*===========Step1 Start================*/
.rowbox {
    margin- right:-5px;
    margin- left:-5px;
}

.formbox .threebox {
    width: 83px;
    float: left;
    padding- right:5px;
    padding- left:5px;
}

.formbox .SumoSelect > .CaptionCont > label > i {
    background-image: url(/images/drop2.png);
}

.formbox .SumoSelect > .CaptionCont {
    height: 45px;
    border: 1px solid #d9e4ee;
    border-radius: 4px;
    padding- right: 10px;
    padding- left: 10px;
}

    .formbox .SumoSelect > .CaptionCont > span {
        float: left;
        font-size: 16px;
        color: #5a87ad;
        font-family: Arial, Helvetica, sans-serif;
    }

    .formbox .SumoSelect > .CaptionCont > span {
        line-height: 45px;
    }

.formbox .SumoSelect > .optWrapper > .options > li label {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 10px;
    text-align: left;
}

.formbox .SumoSelect > .CaptionCont > label {
    right: 2px;
}

.formbox .fullbox .SumoSelect > .optWrapper > .options > li:first-child label {
    padding: 0;
}

.formbox .SumoSelect > .optWrapper > .options > li:first-child label {
    padding: 4px 10px;
}

.formbox .SumoSelect > .optWrapper.open {
    top: 46px;
}

.formbox .onebox .SumoSelect > .optWrapper.open, .formbox .threebox .SumoSelect > .optWrapper.open {
    width: 140%;
}


.rowbox2 {
    margin- right:-6px;
    margin- left:-6px;
}

.formbox .twobox {
    width: 169px;
    float: left;
    padding- right:6px;
    padding- left:6px;
}

.formbox .onebox {
    width: 83px;
    float: left;
    padding- right:6px;
    padding- left:6px;
}

.formbox .threeinput {
    width: 124px;
    float: left;
    margin- right:43px;
}


.subbtn2 {
    width: 100%;
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #ccdde8;
}

    .subbtn2 a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #3684c2 url(/images/subbtn_ltr.png) no-repeat !important;
        background-position: right center !important;
        border-radius: 3px;
        width: 106px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        cursor: pointer;
        float: right;
        margin-bottom: 54px;
        padding-top: 10px;
        padding- right: 41px;
    }




        .subbtn2 a:hover {
            background: #005B96 url(/images/subbtn.png) no-repeat !important;
            background-position: 6px center !important;
        }

/*===========Step1 End================*/


/*================Zedek_birth_Form Start End=========================*/





.heartimg {
    position: relative;
}

    .heartimg .imgtitle {
        font-size: 30px;
        color: #ffffff;
        line-height: 30px;
        font-family: fbreformaenregular;
        text-align: center;
        position: absolute;
        right:0;
        left:0;
        margin: auto;
        bottom: 13px;
        display: inline-block;
    }

    .heartimg .imgtitle2 {
        color: #01527f;
    }

.formtoptitle {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cbdae8;
}

    .formtoptitle h5 {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-bottom: 23px;
    }

    .formtoptitle .mandatoryfield {
        font-size: 16px;
        color: #000000;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }

.necessary {
    font-size: 14px;
    color: #111111;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    margin: 5px 153px 0 0;
}

.field5 .SumoSelect {
    width: 112px;
}

.usdfield .SumoSelect > .CaptionCont > span {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
}

.form_box .usdfield .SumoSelect > .optWrapper > .options > li:first-child label {
    padding: 4px 10px;
}

.form_box .labeltext2 {
    line-height: 17px;
    margin-top: 5px;
}

.address_form2 .form_box .field2 {
    margin-bottom: 0;
}

.address_form2 .bottom_border {
    padding-bottom: 0;
}

.address_form2 .chat_us {
    padding: 15px 0px 125px 0px;
}




.address5 {
    padding: 44px 0px 148px;
}

.wroteabout .wroteleft {
    float: left; /*width: 31%;*/
    margin-right:19px;
}

.wroteabout .wroteright {
    float: left; /*width:63.5%;*/
}

.wroteabout {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c6d9e6;
}

    .wroteabout:first-child {
        padding-top: 0;
    }

    .wroteabout .top-title {
        font-size: 22px;
        color: #000000;
        line-height: 22px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .wroteabout .wrote-date {
        font-size: 16px;
        color: #000000;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 6px;
        display: inline-block;
    }

    .wroteabout .wrote-details {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .wroteabout .maoe-deatils {
        font-size: 16px;
        color: #114f80;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 3px;
        display: inline-block;
    }

        .wroteabout .maoe-deatils:hover {
            text-decoration: underline;
        }


.direction {
    padding: 44px 0 135px 0;
}


.show_direction h3 {
    font-size: 30px;
    color: #000000;
    font-family: 'fbreformaenregular';
    margin-bottom: 10px;
}

.show_direction .nav_form {
    width: 100%;
    background: #ececec;
    padding: 22px 4px 28px 0;
    margin-bottom: 35px;
}



    .show_direction .nav_form .fbox {
        min-width: 156px;
        width: 36.7%;
        float: left;
        padding- right:11px;
        padding- left:11px;
    }

    .show_direction .nav_form .fbox2 {
        width: 19.7%;
        min-width: 144px;
        float: left;
    }

    .show_direction .nav_form .fbox label {
        width: 100%;
        display: block;
        font-size: 16px;
        color: #01527f;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 6px;
    }

    .show_direction .nav_form .fbox input {
        width: 100%;
        height: 45px;
        background: #fff;
        border: 1px solid #cdd8e2;
        border-radius: 4px;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        padding- left:10px;
    }

    .show_direction .nav_form .fbox2 .showbtn {
        font-family: Arial, Helvetica, sans-serif;
        height: 40px;
        background: #0292ef !important;
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 10px 15px;
        text-align: center;
        margin-top: 10px;
        border-radius: 3px;
        border: none;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -o-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
        border-radius: 3px !important;
    }

        .show_direction .nav_form .fbox2 .showbtn:hover {
            background: #005B96 !important;
        }

    .show_direction .nav_form .questions-regarding .SumoSelect {
        width: 100% !important;
    }

.show_direction p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 22px;
    text-align: left;
}

    .show_direction p:last-child {
        padding-bottom: 0;
    }

.location_map {
    margin-top: 30px;
}

    .location_map h2 {
        min-height: 40px;
        min-width: 27px;
        font: 20px/20px Arial;
        color: #000;
        text-align: left;
        background: url(/images/icon13.png) no-repeat;
        background-position: left center;
        padding-top: 7px;
        padding- left: 43px;
        padding-bottom: 18px;
        padding- right: 0px;
    }

    .location_map ul {
        margin- left:43px;
    }

        .location_map ul li {
            padding-bottom: 17px;
        }

            .location_map ul li a {
                font-size: 16px;
                color: #114f80;
                line-height: 16px;
                font-family: Arial, Helvetica, sans-serif;
            }

                .location_map ul li a:hover {
                    text-decoration: underline;
                }


.top_title9 {
    min-height: 454px;
    background: #f7f8fa url(/images/errorright.jpg) no-repeat;
    background-position: top right;
    border-bottom: none;
}

.links_pages span {
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

.links_pages ul li {
    float: left;
    width: 216px;
    margin- right:20px;
}

    .links_pages ul li a, .links_pages ul li:last-child a {
        font-family: Arial, Helvetica, sans-serif !important;
        width: 100%;
        height: 40px;
        background: #0292ef;
        font-size: 18px !important;
        color: #fff;
        line-height: 14px;
        border-radius: 2px;
        padding: 12px 0px 13px 0px;
        display: block;
        margin-top: 14px;
        text-align: center;
    }

        .links_pages ul li a:hover, .links_pages ul li:last-child a:hover {
            background: #005B96;
            text-decoration: none;
        }


.choseopt {
    margin-bottom: 10px;
}

input[type=radio] + label {
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right:21px;
}

input[type=radio]:not(old) {
    width: 25px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

    input[type=radio]:not(old) + label {
        display: inline-block;
        margin-left : -25px;
        padding-left : 28px;
        background: url(/images/radiobtn.png) no-repeat left 0;
        line-height: 24px;
    }

    input[type=radio]:not(old):checked + label {
        background-position: left -179px;
    }

.navbar .flex-direction-nav {
    display: none;
}


.navbar #carousel .flex-viewport .slides {
    width: 100% !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transition-duration: inherit !important;
    -moz-transform: inherit !important;
    -ms-transition-duration: inherit !important;
    -ms-transform: inherit !important;
    -khtml-transition-duration: inherit !important;
    -khtml-transform: inherit !important;
}

.nm-btn,
.pm-btn {
    font-size: 30px;
    color: #114f80;
    font-family: 'fbreformaenregular';
}

.lang-rtl .cmxform .subbtn2 a {
    background-position: 5px center !important;
}

.lang-ltr .cmxform .subbtn2 a {
    background-position: 84px center !important;
}

.cmxform .subbtn2 a {
    width: 115px;
    padding- left: 5px;
}

.lang-rtl .cmxform .subbtn2 a {
    width: 100px;
}


/* Start -Test For New Banner */
/*.bannerTest .top_title { padding: 35px 0 0 !important; background-color: rgba(255,255,255,0.5) !important; background-image: url(/images/banner-right.jpg), url(/images/banner-left.jpg) !important; background-position: right center, left center !important; background-repeat: no-repeat, no-repeat !important; background-size: contain, contain !important; }*/
.bannerTest .top_title .container > div { /*padding-right: 100px !important;*/
    background: none !important;
}

.bannerTest .top_title .breadCrumbs-list {
    display: inline-block;
}

    .bannerTest .top_title .breadCrumbs-list ul li a {
        font-size: 28px !important;
    }

.bannerTest .top_title .title {
    padding: 0 !important;
    font-size: 60px !important;
    font-weight: bold;
    color: #01527f;
}
/* End -Test For New Banner */

.lang-ltr .balloon {
    display: none;
}

.professor .col-xs-4 {
    padding- left: 0;
}

.professor .professor_left h1 {
    font-family: 'fbreformaenregular';
    font-size: 34px;
    color: #000000;
    line-height: 40px;
    padding: 5px 0px 10px 0px;
}

.faq_left {
    width: 78.5%;
    float: left;
    padding- left: 40px;
}

.right_links .appointment {
    width: 100%;
    height: 40px;
    background: #0292ef;
    border-radius: 2px;
    padding: 12px 0px 13px 0px;
    display: block;
    margin-top: 14px;
    text-align: center;
    font: 18px/14px Arial;
    color: #fff;
}

.right_content {
    width: 74.4%;
    float: left;
}

.address_howto .right_links2 {
    width: 21.6%;
    float: right;
}

.breadCrumbs-list, .breadCrumbs-list a, .bannerTest .top_title .breadCrumbs-list ul li a {
    font-size: 17px !important;
    font-weight: normal !important;
}

.cmxform2 label.error {
    bottom: 21px;
}

label.error, label.errorContactUs, label.errorDonate {
    color: #eb0000;
    display: block;
    font-size: 14px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    bottom: -60px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-control.error {
    margin-bottom: 30px !important;
}

.tab-content {
    display: none;
}

    .tab-content.current {
        display: inherit;
    }

.menu_tab-content {
    display: none;
}

    .menu_tab-content.current {
        display: inherit;
    }

.formbox label.error {
    left:auto;
    right:0;
}

.registration_form .inputfield.error {
    background: #fde2e2;
    border: 1px solid #f5232c;
}


.formbox label.error {
    left:auto;
    right:0;
}

.registration_form .inputfield.error {
    background: #fde2e2;
    border: 1px solid #f5232c;
}

label.error, label.errorContactUs, label.errorDonate {
    color: #eb0000;
    display: block;
    font-size: 14px;
    margin-top: 2px;
    position: absolute;
    left: 0;
    bottom: -16px;
    margin-bottom: 0;
    padding-bottom: 0;
}

label.error {
    bottom: 0px;
    left: 1px;
    text-align: right;
}

label.errorContactUs {
    bottom: -60px;
    left: 1px;
    text-align: right;
}

label.errorDonate {
    bottom: -15px;
    left: 1px;
    text-align: right;
}

inputfield.error {
    background: #fde2e2;
    border: 1px solid #f5232c;
}

#errorsummary {
    font-size: 16px;
    color: #f5232c;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
}


@media (min-width: 769px) {
    .sliders .slider .flexslider ul.slides li a.hideformobile {
        display: none;
    }

    .top_title .title2 {
        margin-top: 50px;
    }

    .sliders .slider .flexslider ul.slides li a.hidefordesktop {
        display: block;
    }
}

@media (min-width:769px) and (max-width:1170px) {
    .eventcalander .right_links {
        width: 245px !important;
    }
}

@media (min-width:769px) and (max-width:1070px) {
    .address_howto .address_list .team .team_deatils h3 {
        margin-top: 15px;
    }

    .inner_menucontainer {
        padding: 0px 10px;
    }

    .navigation .menuzord-menu > li > .megamenu .row {
        margin- left:-30px;
    }

    .navigation .menuzord-menu > li > .megamenu a.close_menu {
        right:24px;
    }
}

@media (min-width:769px) and (max-width:870px) {
    .contacts_left {
        width: 100%;
        float: none !important;
    }
}

@media (min-width:769px) and (max-width:800px) {
    .shrink .header .logo_search2 .logo span {
        font-size: 26px !important;
    }
}

@media (min-width:769px) and (max-width:930px) {
    .neurology .updates .updates_tittle h2 {
        font-size: 24px;
    }

    .neurology .updates .updates_tittle {
        padding: 18px 5px 13px 5px;
    }
}

@media (min-width:769px) and (max-width:840px) {
    .ourdepartments .department_box .departments_right .content h2,
    .ourdepartments .department_box .departments_midle .content h2,
    .ourdepartments .department_box .departments_left .content h2 {
        font-size: 18px;
    }

    .ourdepartments .department_box .departments_right .content p,
    .ourdepartments .department_box .departments_midle .content p,
    .ourdepartments .department_box .departments_left .content p {
        font-size: 14px;
    }

    .ourdepartments .department_box .departments_midle {
        width: 24%;
    }

    .ourdepartments .department_box .departments_left {
        width: 40%;
    }
}

@media (min-width:200px) and (max-width:388px) {
    .address_howto .address_list .team .team_deatils h3 {
        margin-top: 15px;
    }
}

@media (max-width:1180px) {
    .navigation .menuzord-menu > li > a {
        font-size: 22px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content {
        top: 26px;
    }

    .hill {
        width: 536px;
    }

    .navigation .menuzord-menu > li > a {
        padding: 7px 13px 10px 13px;
    }

    .navigation .menuzord-menu > li:after {
        top: 0;
    }
}

@media (max-width:1170px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .professionals_content img {
        width: 70%;
    }

    .menucontainer {
        padding- right:10px;
        padding- left:10px;
    }

    .hill {
        width: 450px;
    }

    .neurology .professionals .red_box {
        text-align: left;
        padding- left:10px;
    }

    .neurology .professionals .red_box2 {
        text-align: left;
        width: 347px;
        margin- right:0;
        padding- left:10px;
    }
}

@media (max-width:1160px) {
    .top_title3 .nav_bar ul li {
        width: 120px;
    }

        .top_title3 .nav_bar ul li a {
            font-size: 15px;
        }

    .top_title3 .nav_bar {
        position: absolute;
        right: 0;
        left: 0;
        bottom: -1px;
        margin: auto;
    }

    .departments_options .opt_box {
        width: inherit;
    }

    .navigation .menuzord-menu > li > a {
        font-size: 19px;
    }

    .navigation .menuzord-menu > li:after {
        top: 3px;
    }
}

@media (max-width:1155px) {
    .registration .leftimg {
        margin-bottom: 20px;
    }

    .registration .leftimg, .registration .registration_birth {
        width: 100%;
        float: none;
    }

    .registration_form .rightform,
    .registration_form .leftform {
        width: 48%;
    }
}

@media (max-width:1140px) {
    .navbar ul li a {
        font-size: 16px;
        line-height: 2px;
    }

    .navbar ul li {
        height: 80px;
    }

        .navbar ul li:hover, .navbar ul li.active {
            height: 89px;
        }

    .banner_content h2 {
        font-size: 35px;
        font-size: 40px;
    }

    .banner_content h3 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    banner_content p {
        font-size: 14px;
        line-height: 18px;
    }

    .child_his .left_text {
        float: none;
        display: block;
        width: 100%;
    }

    .child_his figure {
        margin- right:10px;
    }

    .faq_left {
        width: 78%;
    }

    .bdcard {
        width: 43%;
        padding- right:10px;
    }
}

@media (max-width:1125px) {
    .top_title3 .nav_bar ul li {
        width: 98px;
    }

    .structure_division .division_left {
        width: 22.4%;
    }

    .our_team {
        margin- right: -5px;
        margin- left: -5px;
    }

        .our_team .teambox {
            padding- right: 5px;
            padding- left: 5px;
        }
}

@media (max-width:1095px) {
    .banner_left {
        width: 28%;
    }

        .banner_left .message_box a:after {
            background-size: 6px;
            top: 2px;
            right: 5px;
        }

        .banner_left .message_box {
            padding: 11px 12px 13px 10px;
        }

            .banner_left .message_box h1 {
                font-size: 26px;
                line-height: 26px;
                padding-bottom: 3px;
            }

            .banner_left .message_box p {
                font-size: 15px;
                line-height: 15px;
            }

            .banner_left .message_box a {
                font-size: 15px;
            }

    .eventcalander .address_list {
        width: 63%;
    }
}

@media (max-width:1060px) {
    .ourdepartments .department_box {
        padding: 34px 5px 29px;
    }

        .ourdepartments .department_box .departments_right .content {
            padding- left: 10px;
        }

        .ourdepartments .department_box .departments_midle {
            width: 27%;
        }

        .ourdepartments .department_box .departments_left {
            width: 36.7%;
        }

            .ourdepartments .department_box .departments_left .btn a {
                float: right;
            }

        .ourdepartments .department_box .departments_right .content {
            width: 58%;
        }

    .questions-regarding span {
        display: block;
        margin- left: 0;
    }

    .bdcard {
        width: 39%;
        padding- right: 10px;
    }
}

@media (max-width:1020px) {
    .sliders .slider .flexslider ul.slides li .banner_content2 {
        top: 39px;
    }

    .navigation .menuzord-menu > li > a {
        padding: 7px 9px 8px 9px;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box {
        padding- right: 10px;
        padding- left: 10px;
    }

    .navigation .menuzord-menu > li > .megamenu .row {
        margin- left: 0;
    }
}

@media (min-width:769px) and (max-width:1100px) {
    .calendar_event_hover {
        font-size: 13px;
        line-height: 12px;
    }
}

@media (min-width:769px) and (max-width:1040px) {
    .our_team .teambox {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .our_team .aboutteam {
        float: left;
        margin- left:10px;
    }
}

@media (max-width:999px) {
    .top_title3 .title {
        font-size: 31px;
        padding: 15px 53px 0px 0px;
        background-position: left 14px;
        background-size: 34px;
    }

    .top_title3 figure {
        width: 340px;
    }

    .top_title7 .title {
        font-size: 31px;
        padding: 15px 0px 0px 0px;
        background-position: left 14px;
        background-size: 34px;
    }

    .contacts_right {
        width: 205px;
    }

    .contacts_left {
        width: 205px;
    }

    .address_list .contacts_right {
        width: 100%;
        float: none;
    }

    .address_list .contacts_left {
        width: 100%;
        float: none;
    }

    .address_howto .address_list .team .team_deatils .contacts_right li span,
    .address_howto .address_list .team .team_deatils .contacts_left li span {
        width: 65px;
    }

    .professionals_content img {
        width: 60%;
    }

    .our_departments .department_box .departments_right {
        width: 60%;
    }

    .our_departments .department_box .departments_left {
        width: 39%;
    }

    .our_departments .department_box {
        padding: 18px 0 20px 0;
    }

    .banner .children .child_content h2 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 11px;
    }

    .banner .children .child_content p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width:980px) {
    .banner .children {
        width: 595px;
        background-size: 100%;
    }

        .banner .children .child_content {
            width: 400px;
            top: 259px;
        }

    .navigation .menuzord-menu > li > a {
        font-size: 17px;
    }

    .hill {
        width: 370px;
    }

    .banner_left .message_box h1 {
        line-height: 22px;
        padding-bottom: 3px;
    }

    .banner_left .message_box p {
        padding-bottom: 1px;
    }

    .sendcard .right_form {
        float: none;
        margin-top: 20px;
    }

    .bdcard {
        float: none;
        width: 100%;
    }
}

@media (max-width:960px) {
    .eventcalander .address_list {
        width: 58%;
    }
}

@media (max-width:930px) {
    .neurology .professionals .left_img {
        display: none;
    }

    .neurology .professionals .read_content {
        float: left;
        padding- left: 20px;
    }

    .neurology .professionals .red_box,
    .neurology .professionals .red_box2 {
        width: 321px;
        height: 34px;
        padding- left: 10px;
    }

        .neurology .professionals .red_box span,
        .neurology .professionals .red_box2 span {
            font-size: 22px;
            line-height: 21px;
        }

    .row3 {
        margin- right: -9px;
        margin- left: -9px;
    }

    .col_boxx {
        padding- left: 9px;
        padding- right: 9px;
    }

    .header .logo_search2 .logo {
        width: 402px;
    }

        .header .logo_search2 .logo span {
            font-size: 30px;
            max-width: 70%;
        }

    .banner_content2 h2 {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 5px;
    }

    .banner_content2 h3 {
        font-size: 21px;
        line-height: 21px;
        padding-bottom: 11px;
    }

    .banner_content2 p {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 23px;
    }

    .navigation .menuzord-menu > li > a {
        padding: 7px 5px 8px 5px;
    }
}

@media (max-width:900px) {
    .address_howto .address_list {
        width: 64%;
    }

    .address_howto .right_links {
        width: 33%;
    }

    .right_content {
        width: 64%;
    }

    .eventcalander .address_list {
        width: 100%;
        float: none;
    }

    .eventcalander .right_links {
        width: 100% !important;
        float: none;
        margin-top: 10px;
    }
}

@media (max-width:890px) {
    .banner_content .bird2 {
        bottom: 28px;
    }
}

@media (max-width:860px) {
    .navigation .menuzord-menu > li > a {
        font-size: 14px;
        padding: 7px 6px 8px 6px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        top: 22px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        max-width: 388px;
    }

    .banner_content2 p {
        padding-bottom: 4px;
    }
}

@media (max-width:850px) {
    .top_title4 {
        min-height: inherit;
        padding-bottom: 5px;
    }

    .professor .professor_left h2 {
        font-size: 32px;
        padding: 5px 0px 4px 0px;
    }

    .professor .professor_left p {
        font-size: 14px;
    }

    .professor {
        width: 326px;
    }

        .professor .professor_right {
            width: 100px;
        }

    .professor_deatils {
        width: 100%;
        padding-top: 15px;
    }

        .professor_deatils h3 {
            font-size: 25px;
            padding-bottom: 4px;
            text-align: left;
        }

    .our_departments .department_box .departments_right {
        width: 55%;
    }

    .our_departments .department_box .departments_left {
        width: 44%;
    }

    .banner .balloon {
        top: -22px;
    }

    .banner_right {
        width: 100%;
        float: none;
    }

    .banner_left {
        width: 100%;
        float: none;
    }

    .banner .children {
        margin: 0 auto;
        margin-top: 22px;
    }

        .banner .children .child_content {
            top: 229px;
            right: 0;
            left: 0;
            margin: auto;
        }

    .header .logo_search .logo2 {
        width: 239px;
        margin: 34px 0px 15px 0px;
    }

    .header .logo_search .search_box {
        width: 329px;
    }

        .header .logo_search .search_box .search {
            width: 269px;
        }

        .header .logo_search .search_box .submit {
            width: 50px;
        }
}

@media (max-width:800px) {
    .neurology .professionals .red_box, .neurology .professionals .red_box2 {
        width: 305px;
    }

    .header .logo_search2 .logo {
        max-width: 536px;
        width: 100%;
    }

        .header .logo_search2 .logo figure {
            width: 65px;
            float: none;
            display: inline-block;
        }

            .header .logo_search2 .logo figure img {
                vertical-align: middle;
            }

        .header .logo_search2 .logo span {
            font-size: 29px;
            max-width: 82%;
            white-space: nowrap;
            float: none;
            margin- left: 10px;
        }

    .header .logo_search .logo {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .sliders .slider .flexslider ul.slides li .banner_content {
        top: 9px;
        padding: 22px 90px 49px 10px;
    }

    .banner_content h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .banner_content h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .banner_content p {
        font-size: 14px;
    }

    .banner_content .bird2 {
        bottom: -20px;
    }

    .top_title .title2 {
        font-size: 30px !important;
        margin-top: 20px;
    }
}

@media (max-width:880px) {
    .top_title7 {
        min-height: 141px;
    }

        .top_title7 .pull-left {
            width: 60%;
        }
}

@media (max-width:860px) {
    .top_title3 .nav_bar ul li {
        width: 82px;
    }

        .top_title3 .nav_bar ul li a {
            font-size: 12px;
            line-height: 13px;
        }

    .banner_left .message_box:last-child {
        margin-bottom: 0;
    }

    .banner_left {
        padding-bottom: 262px;
    }

    .right_links .appointment,
    .right_links .directions {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width:790px) {
    .stepsopt ul li a {
        font-size: 23px;
    }
}

@media (max-width:780px) {
    .questions-regarding label {
        float: none;
        width: 100%;
    }

    .questions-regarding .inputtext {
        margin- left:0;
    }

    .ourdepartments .department_box .departments_left .btn {
        float: right;
        width: 45%;
    }

        .ourdepartments .department_box .departments_left .btn a {
            width: 100%;
        }

    .professor_deatils h3 {
        text-align: center !important;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav h2 {
        color: #fff;
    }
}

@media (max-width:768px) {
    .footer_submit {
        width: 100%;
    }

    .event-promotion img {
        width: 125px;
        height: 180px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current a {
        background: #15699d url(/images/white_arrow2.png) no-repeat;
        background-position: 17px 15px;
        color: #fff;
    }

    .header {
        position: relative;
        height: auto;
    }

    .menu_tab-content.current {
        display: none !important;
    }

    .navigation .menuzord-menu li .indicator {
        display: block !important;
    }

    .navigation .menuzord-responsive .menuzord-menu li .indicator {
        right:16px;
        left: auto;
    }

    .professor {
        float: none;
        margin: 0 auto;
        padding-top: 10px;
    }

    .professor_deatils {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    /*.professor_deatils p {
            text-align: center;
        }*/

    .right_content {
        width: 100%;
        float: none;
    }

    .address_howto .right_links2 {
        width: 100%;
        float: none;
    }

    .right_nav {
        width: 100%;
        float: none;
    }

    .address_howto {
        width: 78.5%;
        float: left;
        padding- right:10px;
        padding- left:10px;
        margin-top: 33px;
        line-height: 30px;
        font-size: 26px;
    }

        .address_howto .address_list {
            width: 100%;
            float: none;
        }

        .address_howto .right_links {
            float: none;
        }

    .contacts_right,
    .contacts_left {
        width: 100%;
        float: none;
    }

    .address_howto .right_links {
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    .footer .footer_box {
        width: 30%;
        margin-bottom: 10px;
    }

    .footer .contactfooter_box {
        width: 38%;
        margin-bottom: 10px;
    }

    .our_departments .department_box .departments_right img {
        width: 100%;
    }

    .our_departments .department_box .departments_right {
        width: 100%;
        float: none;
    }

    .our_departments .department_box .departments_left {
        width: 100%;
        float: none;
    }

    .address_howto .address_form {
        width: 100%;
        float: none;
        padding-top: 20px;
        padding- right:10px;
        padding- left:10px;
    }

    .address_howto .google_map {
        width: 100%;
        float: none;
        margin-bottom: 40px;
        padding- right:10px;
        padding- left:10px;
    }

    .chat_us {
        padding-bottom: 10px;
    }

    .navigation .container {
        padding- right: 0;
        padding- left: 0;
    }

    .navigation .menuzord-menu > li > .megamenu .row {
        margin- right: 0;
        margin- left: 0;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box {
        float: none;
        width: 100%;
    }

        .navigation .menuzord-menu > li > .megamenu .col_box li:last-child a {
            border-bottom: 1px solid #d1e0ea;
        }

    .navigation .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*=col] {
        margin-top: 0;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav {
        width: 250px;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul {
            width: 100%;
            float: none;
        }

    .navigation .menuzord-menu > li > .megamenu .row2 {
        margin- right: 0;
        margin- left: 0;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box4 {
        width: 100%;
        float: none;
        margin-bottom: 12px;
    }

        .navigation .menuzord-menu > li > .megamenu .col_box4:last-child {
            margin-bottom: 52px;
        }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul li a {
        padding: 5px 10px 5px 0px;
        color: #fff;
    }

    .navbar .container {
        padding- right: 0;
        padding- left: 0;
    }

    .navbar ul li {
        width: 100% !important;
        float: none !important;
    }

    .col_boxx {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .updates {
        max-width: none;
    }

    .red_boxs {
        max-width: 352px;
        width: 100%;
    }

    .neurology .professionals {
        padding: 19px 0px 18px 20px;
    }

        .neurology .professionals .read_content {
            padding-top: 15px;
        }

            .neurology .professionals .read_content span.bold {
                padding: 14px 0px 12px 0px;
            }

    .updates ul {
        padding: 10px 0px 10px 0px;
    }

    .neurology .updates .updates_content ul li:last-child {
        padding-bottom: 0;
    }

    .img_content .content_box {
        padding: 16px 12px 16px 15px;
    }

    .header .logo_search .search_box {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .structure_division .division_right {
        width: 100%;
        float: none;
    }

    .structure_division .division_left {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .top_title2 .title, .top_title3 .title {
        font-size: 26px;
        line-height: normal;
        background-size: 40px;
        padding: 19px 5px 10px 0px;
        float: left;
    }

    .top_title2 {
        min-height: 120px;
    }

        .top_title2 figure {
            width: 197px;
        }

    .top_title3 figure {
        width: 200px;
    }

    .top_title3 .nav_bar {
        bottom: -13px;
    }

    .top_title5 {
        min-height: 120px;
    }

        .top_title5 .title {
            font-size: 31px;
            padding: 16px 0px 0px 0px;
        }

        .top_title5 figure {
            width: 318px;
        }

    .form_box {
        width: 100%;
    }

        .form_box .field2 .SumoSelect, .form_box .field2 .textfield {
            width: 100%;
        }

        .form_box .field2 .textfield {
            margin-bottom: 10px;
        }

        .form_box .field2 .textfield {
            width: 69%;
        }

        .form_box .field2 .SumoSelect {
            width: 29%;
        }

        .form_box .field2 {
            margin-bottom: 0px;
        }

        .form_box .field .labeltext {
            width: 100%;
        }

    .results .result_box .result_content {
        width: 100%;
    }

    .row2 {
        margin- right:0;
        margin- left:0;
    }

    .form_box .SumoSelect, .form_box .textfield {
        width: 100%;
    }

    .form_box .field {
        margin-bottom: 0;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        max-width: 296px;
    }

    .sliders .slider .flexslider ul.slides li a.hideformobile {
        display: block;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

        .sliders .slider .flexslider ul.slides li a.hideformobile img {
            display: block;
            height: 100%;
            width: 100%;
            overflow: hidden;
            max-width: 100%;
        }

    .sliders .slider .flexslider ul.slides li a.hidefordesktop {
        display: none;
    }

    .banner_content2 h2 {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 5px;
    }

    .banner_content2 h3 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 11px;
    }

    .banner_content2 p {
        font-size: 13px;
        line-height: 16px;
        padding-bottom: 10px;
    }

    .banner_content2 .info_sign .mother_info {
        font-size: 20px;
        line-height: 20px;
    }

    .banner_content2 .info_sign .sign_up {
        margin- left: 8px;
        font-size: 20px;
        line-height: 20px;
        width: 110px;
        height: 35px;
    }

    .menucontainer {
        padding- right:0;
        padding- left:0;
    }

    .our_departments .department_box .contact_link a.message {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .navigation .menuzord-menu > li > a {
        margin: 0;
        border: 0;
    }

    .navigation .menuzord-menu > li > .megamenu {
        top: 35px;
    }

        .navigation .menuzord-menu > li > .megamenu .search_menu {
            margin- left:10px;
        }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
            padding- left:10px;
        }

    .navigation .menuzord-menu > li > a {
        border-bottom: 1px solid rgba(21, 105, 157, 0.25);
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form {
        padding: 0px 0px 5px 0px;
    }

    .hill {
        width: 370px;
    }

    .navigation .menuzord-menu > li:after {
        display: none;
    }

    .updates {
        max-width: 430px;
        margin: 0 auto;
        padding: 0;
    }

    .footer .footer_box ul {
        padding-bottom: 10px;
    }

    .footer .contactfooter_box {
        margin-top: 20px;
    }

    .contactfooter_box h1 {
        text-align: center;
    }

    .footer_search {
        margin-top: 3px;
    }

    .right_nav ul.sidebar-menu li a {
        padding: 16px 0px 16px 0px;
    }

    .right_nav ul.sidebar-menu li.sub-menu a {
        padding-top: 16px;
        padding-bottom: 16px;
        padding- left: 30px;
        padding- right:0;
    }

    .about_center figure img {
        width: 100%;
    }

    .navbar ul li a {
        padding-top: 40px;
    }

    .navbar ul li.active a {
        padding-top: 46px;
    }

    .neurology .professionals .red_box {
        width: 100%;
        float: left;
        margin- left:20px;
        text-align: left;
    }

    .neurology .professionals .red_box2 {
        width: 100%;
        float: left;
        margin- left:20px;
        text-align: left;
        margin- right:0;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box li a {
        font-size: 14px;
        padding: 10px 20px 11px 0px;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box {
        padding- right:10px;
        padding- left:10px;
    }

        .navigation .menuzord-menu > li > .megamenu .col_box:first-child ul li:last-child a {
            border-bottom: 1px solid #d1e0ea;
        }

    .header .top_header ul.text_size {
        width: 97px;
    }

        .header .top_header ul.text_size li a {
            padding: 0px 3px;
        }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        float: none;
        width: 100%;
        padding: 0;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav {
            width: 100%;
            position: relative;
            top: 6px;
            left: 0;
            padding-bottom: 15px;
        }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav.current {
                display: block !important;
            }

    .chat_us .submit_btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .address_howto .address_list .team .team_deatils {
        max-width: 266px;
    }

    .about_center2 {
        padding-top: 20px;
    }

    .updates.updates2 {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .neurology {
        padding-top: 20px;
    }

    .navigation .menuzord-menu > li > .megamenu a.close_menu {
        right:20px;
    }

    .navigation .menuzord-menu > li > .megamenu.departments {
        padding-bottom: 80px;
    }

        .navigation .menuzord-menu > li > .megamenu.departments .close_menu {
            bottom: -51px;
        }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .submit {
        width: 100%;
        margin-top: 30px;
    }

    .right_nav ul.sidebar-menu li a {
        padding: 16px 10px 16px 0px;
    }

    .address .container {
        padding- right:0;
        padding- left:0;
    }

    .structure_division {
        border-bottom: 0;
		padding: 10px 0px 5px 0px;
    }
	.structure_division .division_left .contact_box .left_area .addr li span:last-child { 
		float: none;
	}
	.stand_btn .col-xs-4 {
		width: 50%;
	}

    .full_list a {
        margin- left:0;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        border- right:none;
    }

    .submenu_nav {
        display: none;
    }

    .navigation .menuzord-menu > li > .megamenu .search_menu {
        max-width: none;
        width: 100%;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a:hover {
        background: #15699d url(/images/white_arrow2.png) no-repeat;
        background-position: 17px 15px;
        color: #fff;
    }

    .medical_departments .medical_tittle h2 {
        width: 245px;
        font-size: 26px;
    }

    .medical_departments .medical_tittle:before {
        top: 14px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        margin-bottom: 53px;
    }
    /*
.navigation .menuzord-menu>li>.megamenu .megamenu_nav ul li a.active.changearrow{ background: #15699d url(/images/white_arrow2_rotate.png) no-repeat; background-position:17px 13px; .submenu_nav.openmenu{ display:block !important;}*/

    label.error {
        position: relative !important;
        bottom: -3px !important;
    }

    .header .logo_search2 .logo figure {
        height: 79px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav2 {
        position: relative;
        top: 0;
        left: 6px;
        padding: 20px 0px 20px 0px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a {
        background-position: 14px 11px;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a:hover, .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current a {
            background-position: 14px 11px;
        }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current a {
        background: #15699d url(/images/white_arrow2_rotate.png) no-repeat;
        background-position: 14px 15px;
    }

    .about .maintable ul.headinggroup {
        display: none !important;
    }

        .about .maintable ul.headinggroup li span {
            display: none;
        }

    .about .maintable, .about .maintable ul.headinggroup, .about .maintable ul.rowgroup, .about .maintable li, .about .maintable li span {
        display: block;
    }

        .about .maintable ul.rowgroup li span {
            padding- left: 45%;
            position: relative;
        }

            .about .maintable ul.rowgroup li span:before {
                position: absolute;
                top: 12px !important;
                left: 6px !important;
                width: 45% !important;
                padding- left: 10px;
                white-space: normal;
                font-weight: 700;
            }

            .about .maintable ul.rowgroup li span:nth-of-type(1):before {
                content: "";
            }

            .about .maintable ul.rowgroup li span:nth-of-type(2):before {
                content: "2013";
            }

            .about .maintable ul.rowgroup li span:nth-of-type(3):before {
                content: "2014";
            }

        .about .maintable ul.rowgroup li {
            background: #fff;
        }

            .about .maintable ul.rowgroup li span:nth-child(2n) {
                background: #f8f8f8;
            }

            .about .maintable ul.rowgroup li span:first-child {
                background: #01507d;
                border-bottom: 4px solid #abcd3a;
                color: #fff;
                font-size: 16px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                padding- left: 0;
                position: relative;
                text-align: center;
            }

    .about_left {
        width: 100%;
        float: none;
        padding: 10px 10px 0px 10px;
    }

    .ourdepartments .department_box {
        padding: 10px 5px 10px;
    }

        .ourdepartments .department_box .departments_right,
        .ourdepartments .department_box .departments_midle,
        .ourdepartments .department_box .departments_left {
            width: 290px;
            float: none;
            margin: auto;
            border-bottom: 1px solid #c6d9e6;
            padding: 10px 0px;
        }

            .ourdepartments .department_box .departments_right:last-child,
            .ourdepartments .department_box .departments_midle:last-child,
            .ourdepartments .department_box .departments_left:last-child {
                border-bottom: none;
            }

            .ourdepartments .department_box .departments_left .btn a {
                float: left;
            }

    .nomobpadding {
        padding: 0;
    }

    .top_title8 .professor .professor_left ul li {
        font-size: 21px;
        line-height: 24px;
    }

    .top_title8 .professor_deatils h3 {
        font-size: 28px;
        padding-bottom: 2px;
    }

    .top_title8 .professor_deatils li {
        font-size: 17px;
        line-height: 25px;
    }


    .events_page .maintable li span {
        padding- right:0;
    }

    .calendar_event_hover {
        visibility: visible;
        opacity: 1;
        background: none;
        color: #0f3774;
        font-size: 15px;
        position: relative;
        padding: 0;
        float: left;
        width: 60%;
        height: auto;
        padding- left: 25px;
    }

    .events_page .maintable ul.headinggroup {
        display: none;
    }

    .events_page .maintable li {
        display: block;
        width: 100%;
    }

    .events_page .maintable ul.rowgroup {
        display: block;
        width: 100%;
    }

    .events_page .maintable li span {
        display: block;
        width: 100%;
    }

    .events_page .eventimg {
        width: 80%;
    }

        .events_page .eventimg img {
            max-width: 40%;
        }

        .events_page .eventimg img {
            position: relative;
            float: left;
            height: 92%;
            top: 3%;
            left: 14px;
        }

    .events_page .event_name {
        position: relative;
        font-size: 20px;
        background: none;
        float: left;
        width: 60%;
        margin: 0;
        text-align: left;
        padding- left: 25px;
        line-height: 20px;
    }

    .calendar_event .date {
        float: left;
        position: relative;
        height: 94%;
        width: 20%;
        background: #fff;
        top: 4px;
        left: 7px;
        text-align: center;
        vertical-align: middle;
        font-size: 45px;
        padding-top: 25px;
    }

    .events_page .calendar_event:hover .date {
        color: #103674;
    }

    .events_page .calendar_event .date span {
        font-size: 20px;
        display: block;
    }

    .in_listbtn {
        float: none;
        width: 100% !important;
    }

    .event_list {
        width: 154px;
        left: 0;
        right: 0;
        top: 164px;
        margin: auto;
    }

        .event_list:after {
            width: 30px;
            height: 19px;
            background: url(/images/tringle2.png) no-repeat;
            top: -18px;
            left: 113px;
        }

    .faq_left {
        float: none;
        width: 100%;
        padding-left: 0px;
        margin-top: 0px;
    }

    .faq {
        padding: 40px 0px 50px 0px;
    }

    .phonebook_left {
        width: 100%;
        float: none;
        padding- left:0;
        margin-top: 20px;
    }

    .phonebook_box {
        padding: 27px 10px 19px 10px;
    }

    .sendcard {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding: 0px 10px 0 10px;
        ;
    }

    .send_cadrs {
        padding: 40px 0px 50px 0;
    }

    .questions-regarding .SumoSelect {
        margin- left: 0px;
    }

    .sendcard .right_form {
        width: 100%;
        float: none;
    }

    .our_team .aboutteam {
        float: left;
        margin- left:10px;
    }

    .gallerys {
        float: none;
        display: block;
        width: 100%;
        margin-top: 10px;
        padding- left:0;
    }

        .gallerys .galleryrow {
            margin- right:0;
            margin- left:0;
        }

    .team_box2 .team a {
        width: 94%;
    }

    .about .maintable ul.rowgroup li span:nth-child(2n) {
        border- right: 1px solid #e2ecf2;
    }

    .professor {
        width: 100%;
    }

    .top_title8 .professor .professor_left span:nth-child(2) {
        width: 234px;
    }

    .clanderbox {
        margin: 0 auto;
        margin-top: 20px;
    }

    .registration {
        width: 100%;
        float: none;
        margin-top: 20px;
        padding: 0px 10px;
    }

    .top_title7 figure {
        display: inline-block;
    }

    .formbox .threebox {
        width: 33.33%;
    }

    .formbox .twobox {
        width: 70%;
    }

    .formbox .onebox {
        width: 30%;
    }

    .formbox .threeinput {
        width: 33.33%;
        margin: 0;
        padding- right:5px;
        padding- left:5px;
    }

    .direction {
        padding: 0px 0 50px 0;
    }

    .location_map {
        margin-top: 0;
    }

    .show_direction .nav_form .questions-regarding {
        width: 90%;
        float: none;
        margin-bottom: 10px;
    }

    .show_direction .nav_form .fbox2 {
        width: 96%;
        float: none;
        margin-bottom: 10px;
    }

    .show_direction .nav_form .fbox {
        padding- right: 5px;
        padding- left: 5px;
    }

    .heartimg {
        width: 249px;
        margin-top: 20px;
    }

    .nomarginbottom {
        margin-bottom: 0 !important;
    }

    .field5 .pull-right,
    .field5 .pull-left {
        width: 49%;
    }

    .form_box .labeltext2 {
        line-height: 45px;
    }

    .necessary {
        margin: 10px 0px 10px 0;
    }

    .formrow {
        margin- right:-5px;
        margin- left:-5px;
    }

    .logo_search .container {
        padding: 0;
    }

    .galleryrow ul li {
        width: 48%;
        float: left;
        margin: 0 1% 48px;
    }
}

@media (max-width:740px) {
    .top_title3 .nav_bar ul li {
        width: 62px;
    }

    .sliders .slider .flexslider ul.slides li {
        height: 241px;
        background: #fff;
    }

    .flexslider .slides img.slide_img {
        display: none;
    }

    .sliders .slider .flexslider ul.slides li .banner_content {
        top: 41px;
        right: 0px;
        left:0;
        margin: 0 auto;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        max-width: 381px;
        top: 47px;
        right:0;
        left:0;
        margin: 0 auto;
    }

    .top_title7 figure {
        width: 330px;
    }

    .top_title7 {
        min-height: 121px;
    }
}

@media (max-width:630px) {
    .banner .children {
        width: 430px;
    }

        .banner .children .child_content {
            width: 285px;
            top: 159px;
        }

            .banner .children .child_content h2 {
                font-size: 24px;
            }

            .banner .children .child_content p {
                max-height: 74px;
                overflow: hidden;
            }

    .banner .children {
        height: 336px;
    }

    .banner_left {
        padding-top: 40px;
    }

    .hill {
        width: 86%;
    }

    .banner_left {
        padding-bottom: 216px;
    }

    .header .logo_search2 .logo {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .header .logo_search2 .search_box {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .banner .children .child_content {
        right: 37px;
    }

        .banner .children .child_content a {
            line-height: 15px;
            background-position: right 0px;
            margin-top: 7px;
            display: inline-block;
        }

    .registrationBirth-popup .col-xs-5:nth-of-type(2) {
        display: none;
    }
}

@media (max-width:600px) {
    .footer .footer_box {
        width: 100%;
        float: none;
        text-align: center;
    }

    .footer .contactfooter_box {
        width: 254px;
        float: none;
        right: 0;
        left: 0;
        margin: auto;
    }

        .footer .contactfooter_box .social {
            margin-bottom: 16px;
        }

    .footer .contactfooter_box {
        border: none;
        padding- left: 0;
    }

    .our_departments .department_box {
        padding: 0px 0px 20px 0px;
    }

        .our_departments .department_box figure {
            width: 100%;
            float: none;
        }

        .our_departments .department_box .content {
            width: 100%;
            float: none;
            padding-top: 10px;
        }

    .header .top_header ul.language {
        width: 163px;
    }

        .header .top_header ul.language li.hebrow1 a {
            font-size: 16px;
        }

        .header .top_header ul.language li a {
            font-size: 13px;
            padding: 0px 5px;
        }

    .top_title2 figure, .top_title3 figure, .top_title5 figure {
        display: none;
    }

    /*.navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav { width: 162px; }*/

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul li a {
        font-size: 13px;
        line-height: 13px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content {
        padding: 8px 61px 6px 50px;
    }

    .banner_content .bird2 {
        width: 50px;
        bottom: -47px;
    }

    .banner_content .bird1 {
        width: 50px;
        top: 10px;
    }

    .navigation .menuzord-menu > li > .megamenu .search_menu {
        margin- left:0;
        max-width: none;
        width: 100%;
    }

        .navigation .menuzord-menu > li > .megamenu .search_menu .searchbox {
            width: 267px;
        }

            .navigation .menuzord-menu > li > .megamenu .search_menu .searchbox .search-box {
                width: 224px;
            }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        padding- right:0;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav {
            left:0;
        }

    .navigation .menuzord-menu > li > .megamenu a.close_menu {
        position: relative;
        margin-top: 20px;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box4 {
        margin-bottom: 12px;
    }

    .bannerupdates {
        padding: 15px 0 0px 0px;
    }

    .banner .balloon {
        width: 135px;
    }

    .top_title3 .nav_bar {
        position: absolute;
        bottom: -13px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a.active.changearrow {
        background: #15699d url(/images/white_arrow2_rotate.png) no-repeat;
        background-position: 9px 11px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        margin-bottom: 16px;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box4:last-child {
        margin-bottom: 20px;
    }

    .navigation .menuzord-menu > li > .megamenu .lastcol {
        margin-bottom: -40px;
    }

    .top_title7 figure {
        display: none;
    }

    .mfp-title {
        width: 180px;
        line-height: 17px;
    }

    .mfp-description {
        width: 180px;
        top: 43px;
        text-align: left;
    }

    .our_team .teambox {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .our_team .aboutteam {
        float: left;
        margin- left:10px;
    }

    .stepsopt ul li {
        margin- right:6px;
    }

        .stepsopt ul li a {
            font-size: 16px;
            background-size: 15px;
            padding: 10px 0 10px 21px;
        }

            .stepsopt ul li a span {
                font-size: 28px;
            }

    .registration_form .rightform,
    .registration_form .leftform {
        width: 100%; /*float: none;*/
        margin-bottom: 10px;
    }

    .registration_form .formbox {
        margin-top: 0;
    }

    .stepsopt {
        margin-bottom: 20px;
    }

    .formbox .threeinput {
        margin-bottom: 10px;
    }
}

@media (max-width:564px) {
    .top_title3, .top_title3 .container {
        min-height: 223px;
    }

        .top_title3 .nav_bar {
            bottom: -13px;
        }

            .top_title3 .nav_bar ul li {
                margin-bottom: 5px;
            }

                .top_title3 .nav_bar ul li.active, .top_title3 .nav_bar ul li:hover {
                    margin-bottom: 5px;
                    border: 1px solid #c6d9e6;
                }

        .top_title3 .nav_bar {
            width: 300px;
        }
}

@media (max-width:558px) {
    .top_title3 .nav_bar ul li.active, .top_title3 .nav_bar ul li:hover {
        margin-bottom: 5px;
        border: 1px solid #c6d9e6;
    }
}

@media (max-width:558px) {
    .top_title3 .nav_bar ul li {
        margin-bottom: 5px;
    }

    .top_title3 .nav_bar {
        position: absolute;
    }

    .top_title3 {
        min-height: 223px;
    }

        .top_title3 .nav_bar ul li a {
            line-height: 13px;
        }

    .banner .balloon {
        width: 111px;
    }

    .top_title3 .nav_bar ul li.current {
        margin-bottom: 5px;
        border-top: 1px solid #c6d9e6;
        border- right: 1px solid #c6d9e6;
        border- left: 1px solid #c6d9e6;
        border-bottom: 1px solid #c6d9e6;
    }

    .gallerys .gallerybox {
        width: 50%;
        margin-bottom: 19px;
    }
}

@media (max-width:510px) {
    .show_direction .nav_form .fbox, .show_direction .nav_form .fbox2 {
        float: none;
        margin-bottom: 10px;
        padding- right: 5px;
        padding- left: 5px;
    }



        .show_direction .nav_form .fbox2 .showbtn {
            margin-top: 0;
        }
}

@media (max-width:480px) {
/* DivTable.com */
.divTable{
	display: inline-block;
	width: 100%;
}
.divTableRow {
	display: inline-block;
	width: 50%;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: inline-block;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: inline-block;
	width: 100%;
}

    .form_box .field {
        margin-bottom: 0;
    }

    .form_box .labeltext {
        width: 100%;
        float: none;
    }

    .form_box .SumoSelect {
        width: 100%;
        float: none;
    }

    .form_box .textfield {
        width: 100%;
        float: none;
    }

    .header .logo_search2 .logo {
        width: 271px;
    }

.address {
    width: 100%;
    padding-top: 0px;
}

        .header .logo_search2 .logo span {
            float: left;
            font-size: 17px;
            padding- left:10px;
            padding-top: 27px;
        }

    .professor {
        width: 300px;
        margin-top: 15px;
    }

        .professor .professor_right {
            width: 193px;
        }

    .neurology .professionals .red_box, .neurology .professionals .red_box2 {
        width: 250px;
    }

    .updates {
        max-width: none;
        width: 100%;
    }

    .address_howto .address_list .team {
        padding: 13px 0px 10px 0px;
    }

    .address_howto .address_list .team1 .team_deatils ul li span, .address_howto .address_list .team3 .team_deatils ul li span {
        display: block;
    }

    .address_howto .address_list .team .team_img {
        width: 53px;
    }

    .address_howto .address_list .team .team_deatils ul li {
        line-height: 23px;
    }

    .address_howto .address_list .team .team_deatils h3 {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .address_howto .address_list .team .team_deatils {
        max-width: 205px;
    }

    .navigation .menuzord-menu > li > .megamenu a.close_menu {
        width: 112px;
    }

    .header .top_header ul.text_size li:last-child a {
        margin- left:0;
    }

    .header .top_header ul.language {
        width: 75px;
    }

    .birthday_content {
        padding: 30px 11px 180px 14px;
    }

    .questions-regarding {
        padding: 10px;
        ;
    }

    .footerplay img {
        top: 6px;
        width: 123px;
    }

    .questions-regarding .inputtext, .questions-regarding .sub_btn {
        width: 100%;
        float: none;
        display: block;
    }

    .questions-regarding .sub_btn {
        margin: 10px 0px 0px 0px;
    }

    .leftbook {
        width: 100%;
        display: block;
        float: left;
    }

    .prev_btn, .next_btn {
        font-size: 22px;
    }

    .month_title {
        font-size: 25px;
        top: 10px;
    }

    .wroteabout .wroteleft,
    .wroteabout .wroteright {
        float: none;
        width: 100%;
    }

    .galleryrow ul li {
        width: 98%;
        float: none;
        margin: 0 1% 48px;
    }

    .show-direction-new .btnBlue {
        display: block;
        width: 138px;
    }

    .rightNav-new {
        width: 100% !important;
        float: none !important;
    }

    .faq_left {
        width: 100% !important;
        float: none !important;
        padding- left: 0 !important;
    }

    .table-responsive {
        border: none;
        overflow: hidden;
    }

    .accordion-section ul {
        width: auto !important;
    }

        .accordion-section ul li {
            padding: 0 0 9px !important;
        }

    .col_boxx2 .updates .updates_tittle {
        height: 58px;
    }

        .col_boxx2 .updates .updates_tittle a {
            display: block;
            float: none;
            clear: both;
            text-align: right;
        }

    .ourdepartments .department_box .departments_midle .content {
        width: 95%;
    }

    .ourdepartments .department_box .departments_left .content p {
        line-height: 1.2;
    }

    .lang-rtl .ourdepartments .department_box .departments_left .btn a {
        width: 100%;
    }

    .address_howto.col-xs-6 {
        padding- left: 15px;
        padding- right: 15px;
    }

    .ourdepartments .department_box .departments_left .btn {
        width: 100%;
    }

        .ourdepartments .department_box .departments_left .btn a {
            margin-top: 0;
        }

    .ourdepartments .department_box .departments_midle .content h2 {
        width: 39%;
        display: inline-block;
    }

    .ourdepartments .department_box .departments_midle .content p {
        display: inline-block;
    }

    .ourdepartments .department_box .departments_right,
    .ourdepartments .department_box .departments_midle,
    .ourdepartments .department_box .departments_left {
        border-bottom: none;
    }

    .left-pane.col-xs-3 {
        width: 100%;
    }

    .item-text.ckeditor {
        padding-left: 12px;
    }

    .sendcard {
        width: 100%;
        float: right;
        padding- left: 0px;
        padding- right: 0px;
    }

        .sendcard .right_form {
            width: 100% !important;
            padding: 0 7px;
        }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li,
    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current {
        border: none;
        background: none;
        padding- right: 0;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav h2 {
            padding-bottom: 0;
            padding-top: 11px;
        }

    .menu_tabs {
        height: auto !important;
    }

        .menu_tabs > li {
            border-top: 1px solid #d1e0ea !important;
        }

    .questions-regarding .sub_btn.searchPhoneIndex {
        width: 89px;
        float: left;
        margin- right: 10px;
        text-align: center;
    }

    .field2.contactUs-phoneNumber.clearfix > div:last-child {
        clear: both;
    }

    .field2.contactUs-phoneNumber.clearfix > input {
        margin-bottom: 0;
    }

    .top_title,
    .top_title .container div div {
        min-height: 100% !important;
        padding: 0 !important;
    }

        .top_title .title {
            padding: 10px 0;
            clear: both;
            font-size: 31px;
        }

    .top_title {
        min-height: 100%;
    }

    .registration_birth {
        padding: 0 5px;
    }

    .textfieldlarge {
        width: 100% !important;
    }

    .pull-left-mobile {
        float: none !important;
    }

    .form_box .field2 .textfield {
        margin-bottom: 0;
    }

    .right_content {
        padding-left: 40px;
    }

    .fc-center h2 {
        margin-top: 15px !important;
    }

    .registrationBirth-popup {
        width: 90% !important;
        padding-top: 10px;
        margin: 0 5%;
        top: 0;
        bottom: auto;
    }

    .registrationBirth-popup-content {
        width: 100%;
        padding-right: 4% !important;
    }

    .registrationBirth-popup a, .registrationBirth-popup .registrationBtn {
        display: inline-table;
        margin-bottom: 20px;
        line-height: 1 !important;
        width: 47%;
        text-align: center;
        margin-left: 0px !important;
        margin-right: 0 !important;
        vertical-align: middle;
    }

    .registrationBirth-popup .registrationBtn {
        line-height: 1 !important;
    }

    .addthis_sharing_toolbox {
        text-align: center;
    }

    .our_departments .department_box .content {
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .events_page .event_name {
        padding-right: 5px;
        background: #fff;
        font: 12px/1 Arial;
        color: navy;
    }

    .banner .children .child_content {
        left: 60px !important;
        top: 200px !important;
    }

    .lang-ltr .bannerupdates {
        padding-left: 15px;
    }

    .lang-rtl .bannerupdates {
        padding-right: 15px;
    }

    .navigationHospital .questions-regarding {
        width: 47%;
        margin-bottom: 10px;
    }

    .show_direction .nav_form .fbox2 .showbtn {
        width: 89%;
    }

    .footer .footer_box h2 {
        text-align: center;
    }

    ul.social.clearfix {
        text-align: center;
    }

    .footer .contactfooter_box .social li {
        float: none;
        display: inline-block;
    }

    .picture img {
        display: block;
        margin: 0 auto;
	margin-top: 8px;
    }

    .our_departments.our_departments2 .department_box .departments_right .col-xs-2 {
        width: 36%;
        margin-top: 12px;
    }


    .footer {
        height: auto;
    }

    .contactfooter_box {
        float: none !important;
    }

    .footer .container > .pull-right {
        margin-top: 20px;
    }

    .address_howto .right_links,
    .address_howto {
        width: 100% !important;
	margin-top: 0px;
    }

    .top_title3 {
        padding: 0 10px;
    }

    .address.send_cadrs > .container > .row .clearfix.col-xs-6 {
        width: 96%;
        margin: 0 auto;
        float: none;
    }

    .VideoModal > a {
        width: 100% !important;
        height: auto !important;
        padding-right: 10%;
        padding-top: 5%;
    }

        .VideoModal > a > img {
            margin-bottom: 25px;
        }

    .youTube-frame {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 60px;
        overflow: hidden;
    }

        .youTube-frame iframe,
        .youTube-frame object,
        .youTube-frame embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
        }

    #VideoModal .modal-dialog {
        max-width: 90%;
        margin: 0 5%;
    }

    .call-link {
        /*float: right;*/
		float: none;
        text-decoration: none !important;
    }

    .lang-ltr .medical_departments .medical_tittle h2 {
        width: 70%;
    }

    .lang-ltr .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a {
        background-position: 96% 15px;
    }

    .freeText-rightColumn {
        width: 100% !important;
    }

    .freeText-leftColumn {
        width: 96% !important;
        margin: 0 auto;
        float: none;
    }

    .freeText-oneColumn .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header .logo_search2 .logo figure {
        float: left;
    }


    .professor_2 .professor_left h2 {
        font-size: 36px !important;
    }

    .top_title8 .professor_2 .professor_left span:nth-child(2) {
        width: auto !important;
    }

    .child_his .img_txt {
        width: 100%;
        margin: 5px 0 15px 0;
    }

    .eventpage {
        padding: 40px 0px 12px 0px;
    }

    .footer {
        margin-top: 20px;
    }

    .address_howto2 {
        margin-bottom: 25px;
    }

    .professor .professor_left {
        width: auto;
        width: 58.333333333333336%;
    }

        .professor .professor_left h1 {
            font-size: 30px;
            line-height: 30px;
            padding-top: 5px;
        }

    .professor .professor_right {
        display: inline-block;
        width: 100%;
        max-width: none !important;
        height: auto;
    }

    .professor .professor_left p {
        white-space: normal;
    }

    .address3 {
        padding: 40px 0px 20px 0px;
    }

    .professor_deatils p {
        text-align: center;
    }

    .address_howto .right_links2 {
        width: 100%;
    }

    menu > li > .megamenu .megamenu_nav ul li .submenu_nav {
        width: 100%;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav > div {
        width: 100%;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav h2 {
        color: #15699d;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul li a {
        padding: 5px 10px 5px 0px;
        color: #01507d;
        display: block;
    }

	.about_center2 {
		padding-top: 4px;
	}

}

@media (max-width:460px) {
    .banner .children {
        width: 345px;
    }

        .banner .children .child_content {
            width: 217px;
            top: 134px;
        }

            .banner .children .child_content h2 {
                font-size: 18px;
                padding-bottom: 0px;
            }

            .banner .children .child_content p {
                height: 55px;
                overflow: hidden;
            }

            .banner .children .child_content a {
                font-size: 17px;
                line-height: 17px;
                background-position: right 1px;
                background-size: 7px;
            }

    .banner .children {
        height: 280px;
    }

    .banner_left {
        padding-bottom: 191px;
    }

    .header .logo_search .search_box {
        width: 274px;
    }

        .header .logo_search .search_box .search {
            width: 221px;
            font-size: 14px;
        }

        .header .logo_search .search_box .submit {
            width: 50px;
        }

    .banner_content h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .banner_content h3 {
        font-size: 15px;
        line-height: 15px;
    }

    .banner_content p {
        font-size: 13px;
        line-height: 18px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        max-width: 300px;
        top: 20px;
    }

    .professor {
        width: auto !important;
    }

        .professor .professor_left h2 {
            line-height: 17px;
            margin-bottom: 5px;
        }

    .formbox .threeinput {
        width: 100%;
        float: none;
    }

    .right_content,
    .address_howto .right_links2 {
        width: 100% !important;
        float: none !important;
    }

    .professor_deatils {
        width: auto !important;
    }

	.registration_form a { 
		margin-top: 10px;
	}

	label.errorContactUs { 
		bottom: -15px;
	}
}

@media (max-width:400px) {
    .stepsopt ul li {
        margin- right:4px;
    }

        .stepsopt ul li a {
            font-size: 12px;
            background-size: 10px;
            padding: 10px 0 10px 15px;
        }

            .stepsopt ul li a span {
                font-size: 18px;
            }
}

@media (max-width:380px) {
    .banner .children {
        width: 283px;
        height: 231px;
        margin-top: 98px;
    }

    .banner .balloon {
        top: -99px;
        width: 116px;
    }

    .banner .children .child_content {
        width: 192px;
        top: 105px;
    }

        .banner .children .child_content h2 {
            font-size: 15px;
            line-height: 22px;
        }

        .banner .children .child_content p {
            font-size: 12px;
        }

        .banner .children .child_content a {
            font-size: 14px;
            background-position: right 3px;
            padding- right: 13px;
            background-size: 6px;
        }

    .top_title3 {
        min-height: 232px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        top: 20px;
    }

    .banner_left {
        padding-bottom: 150px;
    }

    .banner .children .child_content {
        right: 70px;
    }

        .banner .children .child_content a {
            font-size: 13px;
            margin-top: 0;
        }

    .lang-rtl .banner .children .child_content {
        left: 70px;
    }

    .lang-ltr .banner .children .child_content {
        right: 25px;
    }

    .departments_options .opt_box {
        display: inline-block;
        margin: 0px;
        padding: 6px;
    }

    .header .logo_search2 .logo {
        width: 90%;
    }

    .logo_search2 .logo figure {
        width: 62px;
    }

    .header .logo_search2 .logo span {
        font-size: 23px;
        padding-left: 4px;
        padding-top: 20px;
    }	
}

@media (max-width:350px) {
    .our_departments .department_box .contact_link, .our_departments .department_box .stand_btn {
        float: none;
        margin: 0 14px;
        width: 100%;
    }

        .our_departments .department_box .stand_btn a {
            font-size: 0.9em;
            width: auto;
        }

    .sliders .slider .flexslider ul.slides li .banner_content {
        top: 25px;
    }

    .questions-regarding .SumoSelect {
        width: 100%;
    }

    .our_departments .department_box figure {
        width: 100%;
        float: none;
        padding: 10px 0;
    }
}

@media (min-width:769px) {
    .wrapper {
        padding-top: 204px;
    }

    .shrink .header .top_header {
        display: none;
    }

    .shrink .header {
        height: 124px;
    }

        .shrink .header .logo_search .search_box {
            margin: 8px 0px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .shrink .header .logo_search .logo {
            width: 208px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .shrink .header .logo_search2 .logo {
            width: 378px;
            margin: 0;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .shrink .header .logo_search2 .logo img {
                width: 378px;
                margin: 0 0px 0 0px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .shrink .header .logo_search2 .logo span {
                font-size: 22px;
                padding-top: 17px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .shrink .header .logo_search2 .logo figure {
                width: 60px;
                height: 72px;
                padding-top: 5px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

    .tab-content3 {
        top: -79px !important;
    }

    .tab-content4 {
        top: -119px !important;
    }

    .tab-content5 {
        top: -161px !important;
    }

    .tab-content6 {
        top: -202px !important;
    }
}

h3.DepertmentTitle {
    padding: 10px;
    font-size: 22px;
}

h4.DepertmentShortDesc {
    padding: 20px 10px;
    font-size: 18px;
}

/* AUTOCOMPLETE */

.autocomplete {
    width: 100%;
    position: relative;
}

    .autocomplete input {
        font-size: 1.2em;
        width: 100%;
        padding: 0.4em;
    }

    .autocomplete ul {
        position: absolute;
        right: 0;
        width: 100%;
        border- right: 1px solid #888;
        border- left: 1px solid #888;
        border-bottom: 1px solid #888;
        z-index: 1;
    }

    .autocomplete li {
        text-align: right;
        list-style: none;
        width: 100%;
        padding: 0.4em;
        background-color: #fff;
    }

        .autocomplete li.active {
            width: 100%;
            background-color: #4bf;
        }

    .autocomplete .highlight {
        background-color: #E2E2E2;
    }

    .autocomplete li.active .highlight {
        background: #666;
        color: #fff;
    }



.loader {
    width: 100px;
    height: 100px;
}

.bolded {
    font-weight: bold;
}

.btnBlue {
    font-family: Arial, Helvetica, sans-serif !important;
    height: 40px;
    background: #0292ef;
    font-size: 18px !important;
    color: #fff;
    line-height: 14px;
    border-radius: 2px;
    padding: 12px 0px 13px 0px;
    margin-top: 14px;
    text-align: center;
    width: 200px;
    margin- left: 393px;
}

.sliders .prev,
.sliders .next {
    display: none;
}

.textAndIcon {
    margin: 10px auto;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        min-height: 38% !important;
        height: auto !important;
    }
}


.professor_deatils div, .professor_deatils span, .professor_left span, .professor_left div {
    background-color: transparent !important;
}



.left-pane .form_box {
    width: 100%;
    padding: 0px 10px;
}

    .left-pane .form_box .field4 {
        position: relative;
    }

    .left-pane .form_box .labeltext {
        font-family: Arial, Helvetica, sans-serif;
        width: 100%;
        float: left;
        color: #000000;
        font-size: 16px; /*line-height: 45px;*/
    }

    .left-pane .form_box .textfield {
        width: 100%;
        height: 45px;
        float: right;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        padding- left: 10px;
        font-size: 16px;
        color: #000000;
    }

    .left-pane .form_box .textfieldlarge {
        width: 239px;
        height: 150px;
        float: right;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        padding- left: 10px;
        font-size: 15px;
        color: #000000;
    }

    .left-pane .form_box .textfield.error {
        background: #fde2e2;
        border: 1px solid #f5232c;
    }

    .left-pane .form_box .field {
        margin-bottom: 15px;
        position: relative;
    }

    .left-pane .form_box .SumoSelect {
        width: 100%;
        float: right;
    }

        .left-pane .form_box .SumoSelect > .CaptionCont {
            height: 45px;
            border: 1px solid #d9e4ee;
            border-radius: 4px;
            padding- right: 10px;
            padding- left: 10px;
        }

            .left-pane .form_box .SumoSelect > .CaptionCont > span {
                width: 100%;
                display: block;
                font-size: 20px;
                line-height: 22px;
            }

    .left-pane .form_box .SlectBox {
        padding-top: 12px;
    }

    .left-pane .form_box .SumoSelect > .CaptionCont > span {
        float: left;
        direction: ltr;
    }

    .left-pane .form_box .SumoSelect > .optWrapper > .options > li label {
        font-size: 14px;
        padding: 4px 10px;
        text-align: left;
    }

    .left-pane .form_box .SumoSelect > .CaptionCont > label {
        right: 6px;
    }

    .left-pane .form_box .SumoSelect > .optWrapper > .options > li:first-child label {
        padding: 0;
    }

    .left-pane .form_box .SumoSelect > .optWrapper.open {
        top: 46px;
    }

    .left-pane .form_box .SumoSelect > .optWrapper > .options > li {
    }

        .left-pane .form_box .SumoSelect > .optWrapper > .options > li.selected {
        }

    .left-pane .form_box .field2 {
        margin-bottom: 0px;
    }

        .left-pane .form_box .field2 .textfield {
            width: 49%;
            float: left;
        }

        .left-pane .form_box .field2 .SumoSelect {
            width: 49%;
            float: left;
        }

    .left-pane .form_box .field3 {
        margin-bottom: 12px;
        position: relative;
    }

    .left-pane .form_box .field4 .labeltext {
        width: 100%;
        color: #000000;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 5px;
    }

    .left-pane .form_box .field4 .text_area {
        width: 100%;
        height: 175px;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        resize: none;
        padding: 6px;
        font-size: 15px;
        color: #000000;
        overflow: auto;
    }

    .left-pane .form_box .field3 .text_area {
        width: 100%;
        height: 102px;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        resize: none;
        padding: 6px;
        font-size: 15px;
        color: #000000;
        overflow: auto;
    }

.left-pane .chat_us .submit_btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: #3684c2;
    border-radius: 3px;
    width: 106px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin- right: 10px;
}

.bgf0f0f0 {
    background-color: #f0f0f0;
}

.team_pakad h3 {
    width: 100%;
    font-size: 22px;
    color: #111111;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 6px;
    border-bottom: 1px solid #c6d9e6;
    margin-bottom: 19px;
}

.LinkWithText h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 5px;
}


.LinkWithText .appointment {
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    height: 40px;
    background: #0292ef;
    font-size: 18px !important;
    color: #fff;
    line-height: 14px;
    border-radius: 2px;
    padding: 12px 0px 13px 0px;
    display: block;
    margin-top: 14px;
    text-align: center;
    max-width: 200px;
}
/*new classes*/
.division-title {
    background-position: right 19px;
}

    .division-title img {
        vertical-align: middle;
        margin- right: 10px;
    }


/*changes for english*/
.lang-ltr .row > div[class*='col-xs-'] {
    float: left;
}

.lang-ltr .SumoSelect > .CaptionCont > label {
    right: 5px;
    left: auto;
}

.lang-ltr .chat_us .SumoSelect > .CaptionCont > label > i {
    background-position: left center;
}

.lang-ltr .pull-right {
    float: left !important;
}

.lang-ltr h2, .lang-ltr h3, .lang-ltr h2 {
    text-align: left;
}

.lang-ltr .professor_left { /*padding-left: 15px !important;*/
    padding-right: 0;
}

.lang-ltr .professor .professor_left h2 {
    font-family: 'fbreformaenregular';
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    padding: 15px 0px 10px 0px;
}

.lang-ltr .flex-control-nav li {
    float: right;
}

.lang-ltr .sliders .slider .flex-direction-nav, .lang-ltr .sliders .slider .flex-control-nav {
    bottom: 15px;
    right: 55px;
    left: auto;
}

.registrationBirth-popup {
    position: absolute;
    bottom: 305px; /*right: 15px;*/
    width: 100%;
    height: 100%; /*max-height: 390px;*/
    background: #fbfbfb;
    direction: ltr;
    display: none;
    z-index: 1;
}

    .registrationBirth-popup > div {
        background: #fbfbfb;
    }

.registrationBirth-popup-content {
    padding-top: 60px;
}

    .registrationBirth-popup-content > h1,
    .registrationBirth-popup-content > p,
    .registrationBirth-popup-content > a {
        padding-right: 10px;
    }

.registrationBirth-popup h1 {
    margin-bottom: 10px;
    font: 35px/1 'fbreformaenregular';
    color: #000;
}

.registrationBirth-popup h2 {
    margin-bottom: 18px;
    font: 25px/1 'fbreformaenregular';
    color: #000;
}

.registrationBirth-popup p {
    margin-bottom: 30px;
    font: 16px/1.3 Arial;
    color: #000;
}

.registrationBirth-popup div.popuptext {
    margin-bottom: 30px;
    font: 16px/1.3 Arial;
    color: #000;
}

.registrationBirth-popup a {
    margin- right: 5%;
    color: #f57325;
    font: 24px/40px 'fbreformaenregular';
}

.registrationBirth-popup .registrationBtn {
    display: inline-block;
    background-color: #f57325;
    border: none;
    padding: 0 30px;
    font: 24px/40px 'fbreformaenregular';
    color: #fff;
}

.registrationBirth-popup img {
    height: auto;
    position: relative;
    top: 4px;
}

.registrationBirth-popup-close {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: url(/images/close_slide.png) 0 0 no-repeat;
    border: none;
}

.event-promotion {
    padding: 10px 20px;
}

    .event-promotion p {
        margin-bottom: 15px;
        color: #222;
        font: 16px/1.3 Arial;
    }

    .event-promotion img {
        float: left;
        margin-right: 5%;
        margin-top: 1%;
    }

    .event-promotion .event-promotion-title {
        color: #000;
        font: 22px/1.3 Arial;
    }

    .event-promotion a {
        display: block;
        float: none;
        padding-top: 10px;
        color: #02416d;
        font: 16px/1 Arial;
        text-decoration: none;
    }

        .event-promotion a:after {
            position: relative;
            top: 2px;
            left: 6px;
            width: 8px;
            height: 13px;
            content: url(../images/blue_arrow2_ltr.png);
        }

.showAllQuest {
    border: none;
    background: none;
    font-size: 16px;
    color: #114f80;
    line-height: 44px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-right: 20px;
    outline: none;
}

.freetext p,
.freetext span {
    line-height: 20px;
}

.freetext .control-title {
    font: 22px/22px Arial;
}

.lang-ltr .contactUs-phoneNumber input[type="text"] {
    float: right;
}

.lang-ltr .contactUs-phoneNumber .SumoSelect {
    float: left;
}

.donor {
    padding-bottom: 0 !important;
}


/* Start -Structural Change By Avi */
.rightContent-new {
    width: 74.4%;
    float: left;
}

.rightNav-new {
    width: 21.5%;
    float: left;
}

    .rightNav-new ul.sidebar-menu li:first-child a {
        border-top: 1px solid #c6d9e6;
    }

    .rightNav-new ul.sidebar-menu li a {
        padding-top: 16px;
        padding-left: 34px;
        padding-bottom: 16px;
        padding-right: 0px;
        border-bottom: 1px solid #c6d9e6;
        display: block;
        font: 16px/20px Arial;
        color: #000;
    }

        .rightNav-new ul.sidebar-menu li a:hover, .right_nav ul.sidebar-menu li a.active {
            color: #000;
            text-decoration: none;
            background: #f9f9f9;
        }

/* Start -Font Size */
.fontSize-min .tab-content *,
.fontSize-min .table-responsive * {
    font-size: 12px !important;
}

.fontSize-mid .tab-content *,
.fontSize-mid .table-responsive * {
    font-size: 16px !important;
}

.fontSize-max .tab-content *,
.fontSize-max .table-responsive *,
.fontSize-mid .ourdepartments .department_box .departments_midle .content h2,
.fontSize-mid .ourdepartments .department_box .departments_left .content h2,
.fontSize-mid .ourdepartments .department_box .departments_right .content h2 a {
    font-size: 20px !important;
}
/* End -Font Size */

.menu_tabs {
    height: 450px;
}

.lang-ltr .passwordRecovery-btn {
    width: 135px;
}

.show-direction-new .btnBlue {
    padding: 11px 8px;
    margin- left: 0;
}

.show-direction-new .questions-regarding {
    width: 56%;
}

    .show-direction-new .questions-regarding label {
        color: #01527f !important;
        font: 16px/40px Arial;
    }

.btnBlueDonor {
    float: right;
    height: 40px;
    padding: 10px;
    margin-top: 22px;
    background: #0292ef;
    font: 18px/18px Arial;
    color: #fff !important;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

.btn-general {
    display: inline-block;
    line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: #3684c2;
    border-radius: 3px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100px;
}

.left-pane .chatUsLight {
    background-color: #f0f0f0;
}

.left-pane .inputPhone input {
    width: 55% !important;
    float: left !important;
}

.left-pane .inputPhone .SumoSelect {
    width: 42% !important;
    float: left !important;
    margin- left: 3% !important;
}

#calendar .fc-center h2 {
    font-size: 50px;
}

#calendar .nm-btn,
#calendar .pm-btn {
    font-size: 30px !important;
}

.appointment-page {
}

.kidsNum .threeinput {
    width: 30% !important;
    margin- right: 0;
}

    .kidsNum .threeinput + .threeinput {
        margin- left: 5%;
    }

.address.address2 .container,
.logo_search .container,
.address.address3 .container,
.top_title3 .container,
.top_title4 .container {
    padding- right: 10;
    padding- left: 10;
}

.validation-frame {
    position: relative;
}

.addthis_sharing_toolbox {
    clear: both;
}

.chat_us.chatUsLight h2 {
    padding- left: 40px;
    padding-top: 0;
    padding- right: 10px;
    padding-bottom: 10px;
    margin- left: 10px;
    margin-bottom: 8px;
    background: url(/images/contactUs-icon-ltr.png) no-repeat;
    background-position: left bottom;
    text-align: left;
    font: 20px/1 Arial !important;
}

.fc-more {
    font: bold 15px/15px Arial;
    color: #114f80;
    text-align: center;
    background: #ffffff;
    display: block;
    margin: 0 auto;
    padding: 8px 5px 10px;
}

.event_list:after {
    width: 19px;
    height: 30px;
    background: url(../images/tringle.png) no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: -18px;
}

.freeText-oneColumn .container {
    padding- left: 0;
    padding- right: 0;
}

.freeText-rightColumn {
    width: 74.4%;
}

.freeText-leftColumn {
    width: 21.6%;
}

.fontSize-mid .stepsopt ul li a {
    font-size: 24px !important;
}

    .fontSize-mid .stepsopt ul li a span {
        font-size: 40px !important;
    }

.VideoModal .stopPlaying span {
    font-size: 40px !important;
}

.VideoModal .stopPlaying {
    float: right !important;
}

.VideoModal .modal-header {
    border-bottom: none;
}

.VideoModal > a > img {
    display: table;
}

    .VideoModal > a > img.play {
        position: absolute;
        top: 20%;
        left: 36%;
        width: 28%;
    }

.lang-ltr .mfp-counter {
    left: auto;
    right: 8px;
}

.lang-ltr .mfp-title {
    text-align: left;
}

.lang-ltr .our_departments .department_box {
}

.lang-ltr label.errorDonate {
    font-size: 12px;
    font-family: fbreformaenregular;
}

.lang-ltr .galleryrow + script + div {
    clear: left;
}

.lang-ltr .team_pakad h3 {
    font-weight: bold;
}

.modal {
    overflow-x: hidden;
    overflow-y: hidden;
    outline: none;
    top: 0;
    background: rgba(0,0,0,0.5);
    padding-top: 5%;
    z-index: 10400;
}

.lang-ltr .right_nav ul.sidebar-menu li ul.sub li a:after {
    left: 32px;
}

.lang-ltr .right_nav ul.sidebar-menu li ul.sub li a {
    padding: 16px 0 16px 53px;
}

.registrationBirth-popup .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.registrationBirth-popup-content {
    padding-right: 12%;
}

.lang-ltr .registrationBirth-popup-content {
    padding-left: 12%;
    padding-right: 0;
}

.smallcalendarFrame .fc-content-skeleton {
    height: 30px !important;
}

.smallcalendarFrame .fc-day-grid table tr td {
    border: 4px solid #fff !important;
    padding: 7px 5px 5px !important;
}

#smallcalendarFrame .fc-center h2 {
    padding: 0;
    font-size: 22px !important;
}

#smallcalendarFrame .fc-prev-button.fc-state-default.fc-corner-right,
#smallcalendarFrame .fc-next-button.fc-state-default.fc-corner-left {
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
}

    #smallcalendarFrame .fc-prev-button.fc-state-default.fc-corner-right span {
        top: 10px;
        z-index: 1;
        width: 12px;
        height: 23px;
        background: url(../images/next2.png) no-repeat;
    }

    #smallcalendarFrame .fc-next-button.fc-state-default.fc-corner-left span {
        top: 10px;
        z-index: 1;
        width: 12px;
        height: 23px;
        background: url(../images/prev2.png) no-repeat;
    }

        #smallcalendarFrame .fc-prev-button.fc-state-default.fc-corner-right span:after,
        #smallcalendarFrame .fc-next-button.fc-state-default.fc-corner-left span:after {
            content: "";
        }

.smallcalendar .fc-toolbar .fc-center {
    top: -30px;
}

.smallcalendar .fc-toolbar {
    height: 50px;
}

.fc button .fc-icon {
    top: 10px;
}

.ui-autocomplete {
    z-index: 10000 !important;
}

@media screen and (max-width: 624px ) {
    .select2-results {
        width: 300px !important;
    }

    .modal {
        padding-top: 20%;
    }
}

@media screen and (max-width: 326px) {
    .select2-results {
    }
}

@media (min-width:768px) {
    .navigation .menuzord-menu > li > .megamenu {overflow:auto!important;}
}
@media print {

a[href]:after {
    content: none !important;
  }
/*------------------------------------Reset End-----------------------------------*/



.header {
    width: 100%;
    height: 5cm;
    position: relative;
}

.wrapper {
    padding-top: 0;
}

.navigation {
    display:none;
}
    
.division-link {
    display:none
}

.footer {
    width: 100%;
    height: 5cm;
}
.departments_options {
    display:none;
}

.our_departments {
    position: relative;
}

.our_departments .department_box figure img {
    max-width: 1.5cm;
    max-height: 2cm;
}

/*================right Side_Nav Start=========================*/
/*.left_nav { width: 21.5%; float: left; }*/

.right_nav ul.sidebar-menu {
    margin: 0;
    padding: 0;
    display:none;
}

/*================right Side_Nav End=========================*/




/*================Zedek_contact_form Start=========================*/
.chat_us .SumoSelect > .CaptionCont > label > i {
    background-image: url(/images/drop2.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.top_title {
    width: 100%;
    min-height: 159px;
    border-bottom: 1px solid #dde3e4;
    background: #f7f8fa no-repeat;
    background-position: top right;
    padding: 26px 0 0 0;
}

    .top_title ul li {
        float: left;
    }

        .top_title ul li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #01527f;
            line-height: 14px;
            padding-right: 20px;
            background: url(/images/arrow3.png) no-repeat;
            background-position: 8px 5px;
        }

            .top_title ul li a:hover {
                text-decoration: underline;
            }

        .top_title ul li:last-child a {
            background: none;
        }

        .top_title ul li a.active {
            color: #7f7f7f;
        }

    .top_title .title {
        direction: ltr;
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #000000;
        line-height: 36px;
        padding: 40px 0px 44px 0px;
    }

    .top_title .title2 {
        direction: ltr;
        font-family: 'fbreformaenregular';
        padding: 0 !important;
    font-size: 60px !important;
    font-weight: bold;
    color: #01527f;
    }

.top-title-banner {
    width: 100%;
    min-height: 159px;
    border-bottom: 1px solid #dde3e4;
    background-position: top left;
    padding: 26px 0 0 0;
}

.lang-ltr h1 {
    text-align: left;
}

.top_title_full {
    font-family: 'fbreformaenregular' !important;
    font-size: 40px !important;
    color: #000000;
    line-height: 26px;
    padding: 40px 0px 44px 0px;
}

.address {
    width: 100%;
    padding-top: 44px;
}
/*.address_howto { width: 75.3%; float: right; }*/
/*.address_howto .address_form { width: 99%; float: left; }*/
.address_form h2 {
    font-family: 'fbreformaenregular';
    font-size: 30px;
    color: #000000;
}

.address_form .full_address {
    border-bottom: 1px dashed #aec9db;
    padding-bottom: 16px;
}

    .address_form .full_address p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 21px;
        padding-top: 8px;
    }

    .address_form .full_address ul {
        padding-top: 16px;
    }

        .address_form .full_address ul li {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #000000;
            line-height: 21px;
        }

            .address_form .full_address ul li a {
                font-family: Arial, Helvetica, sans-serif;
                text-decoration: underline; /*color:#000;*/
            }

                .address_form .full_address ul li a:hover {
                    color: #0074D0;
                }

            .address_form .full_address ul li span {
                width: 49px;
                display: inline-block;
            }

.chat_us {
    padding: 15px 0px 42px 0px;
}

    .chat_us h2 {
        font-family: 'fbreformaenregular';
        font-size: 30px;
        color: #000000;
        line-height: 30px;
        padding-bottom: 13px;
    }

    .chat_us .mandatory {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        padding-bottom: 8px;
    }

sup {
    color: #f5232c;
    top: 2px;
}

.form_box {
    width: 395px;
}

    .form_box .field4 {
        position: relative;
    }

    .form_box .labeltext {
        font-family: Arial, Helvetica, sans-serif;
        width: 156px;
        float: left;
        color: #000000;
        font-size: 16px;
        line-height: 21px;
    }

    .form_box .textfield {
        width: 239px;
        height: 45px;
        float: right;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        padding-left: 10px;
        font-size: 16px;
        color: #000000;
    }

    .form_box .textfieldlarge {
        width: 239px;
        height: 150px;
        float: right;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        padding-left: 10px;
        font-size: 15px;
        color: #000000;
    }

    .form_box .textfield.error {
        background: #fde2e2;
        border: 1px solid #f5232c;
    }

    .form_box .field {
        margin-bottom: 15px;
        position: relative;
    }

    .form_box .SumoSelect {
        width: 239px;
        float: right;
    }

        .form_box .SumoSelect > .CaptionCont {
            height: 45px;
            border: 1px solid #d9e4ee;
            border-radius: 4px;
            padding-right: 10px;
            padding-left: 10px;
        }

            .form_box .SumoSelect > .CaptionCont > span {
                width: 100%;
                display: block;
                font-size: 20px;
                line-height: 22px;
            }

    .form_box .SlectBox {
        padding-top: 12px;
    }

    .form_box .SumoSelect > .CaptionCont > span {
        float: left;
    }

    .form_box .SumoSelect > .optWrapper > .options > li label {
        font-size: 14px;
        padding: 4px 10px;
        text-align: left;
    }

    .form_box .SumoSelect > .CaptionCont > label {
        right: 6px;
    }

    .form_box .SumoSelect > .optWrapper > .options > li:first-child label {
        padding: 0;
    }

    .form_box .SumoSelect > .optWrapper.open {
        top: 46px;
    }

    .form_box .SumoSelect > .optWrapper > .options > li {
    }

        .form_box .SumoSelect > .optWrapper > .options > li.selected {
        }

    .form_box .field2 {
        margin-bottom: 0px;
    }

        .form_box .field2 .textfield {
            width: 140px;
            float: left;
        }

        .form_box .field2 .SumoSelect {
            width: 92px;
            float: right;
        }

.prefix-rtl .SumoSelect {
    float: left !important;
}

.form_box .field3 {
    margin-bottom: 12px;
    position: relative;
}

.form_box .field4 .labeltext {
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 5px;
}

.form_box .field4 .text_area {
    width: 100%;
    height: 175px;
    border: 1px solid #d9e4ee;
    border-radius: 4px;
    resize: none;
    padding: 6px;
    font-size: 15px;
    color: #000000;
    overflow: auto;
}

.chat_us .submit_btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: #3684c2;
    border-radius: 3px;
    width: 106px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

    .chat_us .submit_btn:hover {
        background: #005B96 !important;
    }

.bottom_border {
    width: 100%;
    padding-bottom: 28px;
    border-bottom: 1px solid #ccdde8;
}

.address_howto .google_map {
    width: 100%;
    float: right;
}

.google_map h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 4px;
}

.google_map .gmap_box {
    width: 100%;
    border: 1px solid #eeeeee;
    text-align: center;
}

    .google_map .gmap_box .map_fram {
        position: relative;
    }

        .google_map .gmap_box .map_fram img {
            width: 100%;
            display: block;
        }

    .google_map .gmap_box a.gmap_link {
        font-family: Arial, Helvetica, sans-serif;
        width: 100%;
        height: 40px;
        font-size: 18px;
        color: #01527f;
        line-height: 22px;
        display: block;
        background: rgba(251, 251, 250, 0.7);
        padding-top: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .google_map .gmap_box a.gmap_link:hover {
            font-family: Arial, Helvetica, sans-serif;
            background: rgba(251, 251, 250, 0.9);
        }

.google_map .directions {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 40px;
    background: #0292ef;
    font-size: 18px;
    color: #fff;
    line-height: 19px;
    border-radius: 2px;
    padding: 10px 0 13px 0;
    display: block;
    margin-top: 10px;
    text-align: center;
}

    .google_map .directions:hover {
        background: #005B96;
    }
/*================Zedek_contact_form End=========================*/





/*================Zedek_departmentLobby_ver5 Start=========================*/
.top_title2 {
    width: 100%;
    min-height: 156px;
    border-bottom: 1px solid #dde3e4;
    background: #02416d;
}

    .top_title2 ul {
        padding-top: 20px;
    }

        .top_title2 ul li {
            float: left;
        }

            .top_title2 ul li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #fff;
                line-height: 14px;
                padding-right: 24px;
                background: url(/images/arrow4.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title2 ul li a:hover {
                    text-decoration: underline;
                }

            .top_title2 ul li:last-child a {
                background: none;
            }

            .top_title2 ul li a.active {
                color: #fff;
            }

    .top_title2 .title {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #fff;
        line-height: 40px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .top_title2 figure {
        width: 264px;
    }

        .top_title2 figure img {
            width: 100%;
            max-height: 156px;
            height: 100%;
            display: block;
        }

.structure_division {
    width: 100%;
    padding: 45px 0px 45px 0px;
    background: #f0f5f8;
    border-bottom: 1px solid #e2ecf2;
}

    .structure_division .division_right {
        width: 67.4%;
        float: left;
        text-align: left;
    }

    .structure_division .division_left {
        width: 21.4%;
        float: right;
    }

    .structure_division .division_right h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #000000;
        line-height: 18px;
        padding-bottom: 3px;
        text-align: left;
    }

    .structure_division .division_right p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        text-align: left;
        padding-bottom: 24px;
    }

        .structure_division .division_right p:last-child {
            padding-bottom: 0;
        }

    .structure_division .division_left .contact_box {
        padding: 14px 0px 18px 0px;
        border-top: 1px solid #ccdde8;
        border-bottom: 1px solid #ccdde8;
    }

        .structure_division .division_left .contact_box:last-child {
            border-top: 0;
        }

        .structure_division .division_left .contact_box .right_area {
            width: 60px;
            float: left;
        }

        .structure_division .division_left .contact_box .left_area {
            width: 161px;
            float: left;
            text-align: left;
        }

        .structure_division .division_left .contact_box .right_area img {
            margin-left: 11px;
        }

        .structure_division .division_left .contact_box .left_area_area h3 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #000000;
            line-height: 19px;
            padding-bottom: 7px;
        }

        .structure_division .division_left .contact_box .left_area p {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #000000;
            line-height: 16px;
            padding-bottom: 5px;
        }

        .structure_division .division_left .contact_box .left_area ul.addr li {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #000000;
            line-height: 26px;
        }

            .structure_division .division_left .contact_box .left_area ul.addr li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16px;
                color: #000000;
                line-height: 26px;
                text-decoration: underline;
            }

                .structure_division .division_left .contact_box .left_area ul.addr li a:hover {
                    color: #0074D0;
                }

        .structure_division .division_left .contact_box .left_area .addr li span { /*width:70px; display:inline-block;*/
        }

            .structure_division .division_left .contact_box .left_area .addr li span:last-child {
                float: right;
            }
/*================Zedek_departmentLobby_ver5 End=========================*/


/*================Zedek_departmentPage_15 Start=========================*/

.right_links h2 {
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 4px;
}

.right_links .link_box {
    width: 100%;
    text-align: center;
}

    .right_links .link_box .map_fram {
        position: relative;
    }

        .right_links .link_box .map_fram img {
            width: 100%;
            display: block;
        }

.right_links .appointment,
.right_links .directions,
.freeText-leftColumn .appointment {
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    height: 40px;
    background: #0292ef;
    font-size: 18px!important;
    color: #fff;
    line-height: 14px;
    border-radius: 2px;
    padding: 12px 0px 13px 0px;
    display: block;
    margin-top: 14px;
    text-align: center;
}

    .right_links .appointment:hover,
    .right_links .directions:hover,
    .right_links .appointment:hover {
        background: #005B96;
    }

.blueborder {
    width: 100%;
    height: 1px;
    background: #ccdde8;
}

.appointment2 {
    margin-bottom: 14px;
    border-bottom: 1px solid #ccdde8;
}

.allevents {
    font-size: 16px;
    color: #114f80;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/images/eventarrow_ltr.png) right 2px no-repeat;
    padding-right:16px;
    display: inline-block;
    margin-top: 16px;
    position: relative;
}

    .allevents:hover {
        text-decoration: underline;
    }

.address2 {
    padding-bottom: 115px;
}

.top_title3 {
    width: 100%;
    min-height: 156px;
    border-bottom: 2px solid #c6d9e6;
    background: #f7f7f7;
    position: relative;
}

    .top_title3 ul.links {
        padding-top: 20px;
    }

        .top_title3 ul.links li {
            float: left;
        }

            .top_title3 ul.links li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding-right: 24px;
                background: url(/images/arrow3.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title3 ul.links li a:hover {
                    text-decoration: underline;
                }

            .top_title3 ul.links li:last-child a {
                background: none;
            }

            .top_title3 ul.links li a.active {
                color: #7f7f7f;
            }

    .top_title3 .title {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #000000;
        line-height: 40px;
        padding-left: 75px;
        padding-right: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
        background: url(/images/icon11.png) no-repeat;
        background-position: left 27px;
    }

    .top_title3 figure img {
        width: 100%;
        display: block;
    }

    .top_title3 figure {
        min-height: 209px;
    }
    /*.top_title3 .nav_bar { position: absolute; bottom: -43px; left: 0; text-align: center; }*/
    .top_title3 .nav_bar {
        display:none;
    }

        
.breadCrumbs-list {
    direction: ltr; /*width:300px;*/
}

    .breadCrumbs-list > span {
        margin-left: 10px;
    }

    .breadCrumbs-list ul {
        padding-top: 20px;
    }

        .breadCrumbs-list ul li {
            float: left;
        }

            .breadCrumbs-list ul li a{
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding-right: 14px;
                padding-left: 7px;
                background: url(../images/arrow3_ltr.png) no-repeat;
                background-position: right 5px;
            }

            .breadCrumbs-list ul li:first-child a {
                padding-left: 0px;
            }

.top_title .breadCrumbs-list ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #01527f;
    line-height: 14px;
    padding-right: 14px;
    padding-left: 7px;
    background: url(../images/arrow3_ltr.png) no-repeat;
    background-position: right 5px;
}

.top_title2 .breadCrumbs-list ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding-right: 14px;
    padding-left: 7px;
    background: url(../images/arrow4_ltr.png) no-repeat;
    background-position: right 5px;
}

.breadCrumbs-list ul li:last-child a {
    background: none;
}

.breadCrumbs-list ul li .doctorcrumb{    
    background: url(../images/arrow3_ltr.png) no-repeat !important;
    background-position: right 5px !important;
}

.lang-ltr .top-title-children {
    background: #e6f3fa url(/images/title-children-bg-rtl.jpg) center center no-repeat;
}

.lang-rtl .top-title-children {
    background: #e6f3fa url(/images/title-children-bg-ltr.jpg) center center no-repeat;
}

    .top-title-children figure img {
        display: none;
    }

    .top-title-children .nav_bar ul li .activeTab,
    .top-title-children .nav_bar ul li:hover a {
        background: #a0abdf;
    }

.address_how {
    width: 860px;
    float: right;
}

.address_howto .address_list {
    width: 67%;
    float: left;
}

.address_howto .address_list_twocolumns {
    width: 78%;
    float: left;
}

.address_howto .address_list .team {
    padding: 16px 0px 6px 0px;
    border-bottom: 1px solid #d9d9d9;
}

    .address_howto .address_list .team:first-child {
        border-top: 1px solid #ccdde8;
    }

.address_howto .address_list .team1 .team_img {
    padding-left: 0;
}

.address_howto .address_list .team1 {
    padding-left: 9px;
}

.address_howto .address_list .team2, .address_howto .address_list .team3 {
    padding-left: 10px;
}

.address_howto .address_list .team4 {
    padding-left: 17px;
}

.address_howto .address_list .team .team_img {
    width: 70px;
    float: left;
}

.address_howto .address_list .team .team_deatils {
    max-width: 435px;
    width: 100%;
    float: left;
}

    .address_howto .address_list .team .team_deatils h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #000000;
        line-height: 11px;
        padding-bottom: 5px;
    }

    .address_howto .address_list .team .team_deatils ul li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 32px;
    }

        .address_howto .address_list .team .team_deatils ul li span {
            width: 104px;
            display: inline-block;
        }

.address_howto .address_list .team2 .team_deatils ul li span {
    width: 80px;
}

.address_howto .address_list .team3 .team_deatils ul li span {
    width: 80px;
}

.address_howto .address_list .team .team_deatils ul li a {
    font-size: 16px;
    color: #114f80;
    line-height: 16px;
    text-decoration: underline;
    padding-left: 8px;
}

    .address_howto .address_list .team .team_deatils ul li a:hover {
        color: #0074D0;
    }

.about_center {
    padding-top: 22px;
    padding-left: 5px;
}

    .about_center h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        padding-bottom: 11px;
        margin-top: -5px;
    }

    .about_center p {
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 16px;
        color: #111111;
        line-height: 20px;
        padding-bottom: 9px;
    }

    .about_center figure {
        padding-top: 15px;
    }

        .about_center figure img {
            display: block;
        }
/*================Zedek_departmentPage_15 End=========================*/


/*================Zedek_departmentPage_sideView Start=========================*/

.team_box .team {
    border-bottom: 0;
}
    /*.team_box .team:first-child { border-top: 1px solid #ccdde8; }*/
/*================Zedek_departmentPage_sideView End=========================*/


    .address_howto2 .address_list2 {
        width: 65.7%;
    }

.top_title4 {
    width: 100%;
    min-height: 208px; /*border-bottom: 1px solid #e3ebf0;*/
    background: #f7f7f7;
    position: relative;
}

    .top_title4 ul.links {
        padding-top: 20px;
    }

        .top_title4 ul.links li {
            float: left;
        }

            .top_title4 ul.links li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding-right: 24px;
                background: url(/images/arrow3.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title4 ul.links li a:hover {
                    text-decoration: underline;
                }

            .top_title4 ul.links li:last-child a {
                background: none;
            }

            .top_title4 ul.links li a.active {
                color: #7f7f7f;
            }

.professor {
    float: left;
    margin-top: 13px;
}
    /*.professor >div { padding: 0; }*/
    .professor .professor_left p {
        text-align: left;
    }

.professor_left {
    padding-right: 15px !important;
}

.professor .professor_left h2 {
    font-family: 'fbreformaenregular';
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    padding: 15px 0px 10px 0px;
}

.professor .professor_left p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    white-space: nowrap;
}

.professor_deatils {
    float: right;
    text-align: right;
    padding-top: 35px;
}

    .professor_deatils h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px;
        color: #000000;
        line-height: 32px;
        padding-bottom: 13px;
    }

    .professor_deatils p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        text-align: right;
        direction: ltr;
    }

.address3 {
    padding: 40px 0px 80px 0px;
}

.right_content {
    padding-right: 0 !important;
}

.rightContent-new {
    width: 74.4%;
    float: right;
}

.expertise_box {
    width: 100%;
    background: #f6f6f6;
    padding-top: 10px;
    padding-left: 14px;
    padding-bottom: 12px;
    padding-right: 0;
    border-left: 4px solid #88a5c0;
    margin-bottom: 32px;
}

    .expertise_box h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        padding-bottom: 4px;
    }

    .expertise_box p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #111111;
        line-height: 16px;
    }

    .expertise_box .text_box {
        padding-bottom: 21px;
    }

        .expertise_box .text_box:last-child {
            padding-bottom: 0;
        }

.deatils_box {
    padding-bottom: 29px;
}

    .deatils_box:last-child {
        padding-bottom: 0;
    }

.expertise_box .text_box,
.expertise_box .text_box p,
.expertise_box .text_box span,
.porsonal_deatils .deatils_box,
.porsonal_deatils .deatils_box p,
.porsonal_deatils .deatils_box span {
    font: 16px/20px Arial;
}

    .porsonal_deatils .deatils_box h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        padding-bottom: 5px;
    }

    .porsonal_deatils .deatils_box ul li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
    }

.porsonal_deatils .deatils_box2 ul li {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 10px;
}

    .porsonal_deatils .deatils_box2 ul li:last-child {
        padding-bottom: 0;
    }

    .porsonal_deatils .deatils_box2 ul li span {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

.top_title5 {
    width: 100%;
    min-height: 156px;
    border-bottom: 1px solid #c6d9e6;
    background: #f7f7f7;
    position: relative;
}

    .top_title5 ul.links {
        padding-top: 20px;
    }

        .top_title5 ul.links li {
            float: left;
        }

            .top_title5 ul.links li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding-right: 24px;
                background: url(/images/arrow3.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title5 ul.links li a:hover {
                    text-decoration: underline;
                }

            .top_title5 ul.links li:last-child a {
            }

            .top_title5 ul.links li a.active {
                color: #7f7f7f;
            }

    .top_title5 .title {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #000000;
        line-height: 40px;
        padding: 40px 0px 40px 0px;
    }

    .top_title5 figure img {
        width: 100%;
        display: block;
    }
/*================Zedek_searchResult Start=========================*/

.results {
    width: 100%;
    padding: 23px 0px 180px 0px;
}

    .results .result_box {
        padding-bottom: 24px;
    }

        .results .result_box:last-child {
            padding-bottom: 0;
        }

    .results h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: #000000;
        border-bottom: 1px solid #c6d9e6;
        padding-bottom: 6px;
        margin-bottom: 16px;
    }

    .results .result_box .result_content {
        width: 89.5%;
        padding-bottom: 24px;
    }

        .results .result_box .result_content h4 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #01527f;
            line-height: 20px;
            padding-bottom: 4px;
        }

        .results .result_box .result_content p {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #111111;
            line-height: 20px;
        }

            .results .result_box .result_content p span {
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
            }
/*================Zedek_searchResult End=========================*/


/*================Slider Start=========================*/
/*.sliders .slider .flex-direction-nav, .sliders .slider .flex-control-nav { display: none; }*/
.sliders .slider .flex-direction-nav, .sliders .slider .flex-control-nav {
    bottom: 15px;
    /*right:55px;*/
    left: 55px;
}

.slider .flex-prev, .slider .flex-next {
    display: none;
}

.sliders .slider .flexslider {
    position: relative;
}

    .sliders .slider .flexslider ul.slides li {
        position: relative;
    }

        .sliders .slider .flexslider ul.slides li .banner_content {
            position: absolute;
            top: 65px;
            right: 12px;
            width: 100%;
            max-width: 525px;
            padding: 35px 90px 80px 10px;
        }

.banner_content .bird1 {
    width: 77px;
    height: 63px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner_content .bird2 {
    width: 81px;
    height: 68px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner_content h2 {
    font-family: 'fbreformaenregular';
    font-size: 45px;
    color: #7788d1;
    line-height: 45px;
}

.banner_content h3 {
    font-size: 40px;
    color: #7788d1;
    line-height: 40px;
    padding-bottom: 15px;
}

.banner_content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3e3737;
    line-height: 21px;
    text-align: left;
}

.sliders {
    width: 100%;
    height: auto;
    background: #f0f7ff;
}

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        position: absolute;
        top: 65px;
        left: 12px;
        width: 100%;
        max-width: 465px;
    }

.banner_content2 h2 {
    font-family: 'fbreformaenregular';
    font-size: 35px;
    color: #000000;
    line-height: 35px;
    padding-bottom: 5px;
}

.banner_content2 h3 {
    font-size: 25px;
    color: #000000;
    line-height: 25px;
    padding-bottom: 18px;
}

.banner_content2 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3e3737;
    line-height: 16px;
    padding-bottom: 35px;
}

.banner_content2 .info_sign .mother_info {
    font-family: 'fbreformaenregular';
    font-size: 24px;
    color: #f57325;
    line-height: 24px;
    display: inline-block;
}

    .banner_content2 .info_sign .mother_info:hover {
        text-decoration: underline;
    }

.banner_content2 .info_sign .sign_up {
    font-family: 'fbreformaenregular';
    width: 125px;
    height: 40px;
    background: #f57325;
    padding: 7px 0;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 27px;
    display: inline-block;
    margin-left: 32px;
}

    .banner_content2 .info_sign .sign_up:hover {
        background: #D85507;
    }
/*================Slider End=========================*/


/*================navbar Start=========================*/
.navbar {
    direction: rtl;
    width: 100%;
    background: #3ab5f0;
    margin-bottom: 0;
    background: -moz-linear-gradient(right, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, #3ab5f0), color-stop(27%, #3ab5f0), color-stop(72%, #005977), color-stop(100%, #005977));
    background: -webkit-linear-gradient(right, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    background: -o-linear-gradient(right, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    background: -ms-linear-gradient(right, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    background: linear-gradient(to left, #3ab5f0 0%, #3ab5f0 27%, #005977 72%, #005977 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab5f0', endColorstr='#005977', GradientType=1 );
}

    .navbar ul li.color1 {
        background: #005977;
        border-left: 1px solid #004869;
    }

    .navbar ul li.color2 {
        background: #1c6b9b;
        border-left: 1px solid #004869;
    }

    .navbar ul li.color3 {
        background: #0096d0;
        border-left: 1px solid #007ab7;
    }

    .navbar ul li.color4 {
        background: #16afe6;
        border-left: 1px solid #118eca;
    }

    .navbar ul li.color5 {
        background: #3ab5f0;
        border-left: 1px solid #118eca;
        border-right: 1px solid #2c93d3;
    }

    .navbar ul li {
        position: relative;
        z-index: 1;
        float: left;
        width: 20%;
        height: 65px;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .navbar ul li a {
            font-family: 'fbreformaenregular';
            width: 100%;
            height: 100%;
            font-size: 24px;
            color: #ffffff;
            line-height: 24px;
            background: url(/images/arrow_up.png) no-repeat;
            background-position: center -18px;
            display: block;
            padding-top: 30px;
        }

        .navbar ul li.active a {
            padding-top: 39px;
        }

        .navbar ul li:hover, .navbar ul li.flex-active-slide {
            height: 74px;
            margin-top: 0;
        }

            .navbar ul li.flex-active-slide a {
                background: url(/images/arrow_down.png) no-repeat;
                background-position: top center;
            }

        .navbar ul li:hover, .navbar ul li.active {
            height: 74px;
            margin-top: -9px;
        }

            .navbar ul li.active a {
                background: url(/images/arrow_down.png) no-repeat;
                background-position: 100px -4px;
            }




/* Start - ReDesign navbar - By Avi */
/*.navbar {
    direction: rtl;
    width: 100%;
    margin-bottom: 0;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5086a5), to(#01507d));
    background: -webkit-linear-gradient(top, #5086a5, #01507d);
    background: -moz-linear-gradient(top, #5086a5, #01507d);
    background: -ms-linear-gradient(top, #5086a5, #01507d);
    background: -o-linear-gradient(top, #5086a5, #01507d);
}
.navbar ul li {
    position: relative;
    z-index: 1;
    float: left;
    width: 20%;
    height: 65px;
    text-align: center;
    border-right: solid 2px #23408f;
    background: #01507d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5086a5), to(#01507d));
    background: -webkit-linear-gradient(top, #5086a5, #01507d);
    background: -moz-linear-gradient(top, #5086a5, #01507d);
    background: -ms-linear-gradient(top, #5086a5, #01507d);
    background: -o-linear-gradient(top, #5086a5, #01507d);
}
.navbar ul .color5 { border-left: solid 2px #23408f; }
.navbar ul li a {
    font-family: 'fbreformaenregular';
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    display: block;
    padding-top: 23px;
}
.navbar ul li.flex-active-slide a {
    color: #01507d;
}
.navbar ul li:hover, .navbar ul li.active {
    background: #e4ecf1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0c9d7), to(#ffffff));
    background: -webkit-linear-gradient(top, #b0c9d7, #ffffff);
    background: -moz-linear-gradient(top, #b0c9d7, #ffffff);
    background: -ms-linear-gradient(top, #b0c9d7, #ffffff);
    background: -o-linear-gradient(top, #b0c9d7, #ffffff);
}
.navbar ul li:hover a, .navbar ul li.active a {
    color: #01507d;
}*/
/* End - ReDesign navbar - By Avi */




/*================navbar End=========================*/


/*================banner Start=========================*/
.banner {
    width: 100%;
    background: #d5f1fe;
    position: relative;
}

    .banner .container {
        min-height: 775px;
    }

.banner_right {
    float: left;
    width: 58%;
}

.banner .balloon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.banner .children {
    width: 682px;
    height: 508px;
    background: url(/images/childs.png) no-repeat;
    margin-top: 30px;
}

    .banner .children .child_content {
        max-width: 485px;
        width: 100%;
        position: absolute;
        top: 297px;
        left: 63px;
    }

.lang-ltr .banner .children .child_content {
    left: 170px;
}

.banner .children .child_content h2 {
    font-size: 40px;
    color: #01507d;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 12px;
}

.banner .children .child_content p {
    font-size: 16px;
    color: #3e3737;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    padding-bottom: 14px;
}

.banner .children .child_content > div {
    height: 140px;
    overflow: hidden;
    font-size: 16px;
    color: #3e3737;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    padding-bottom: 14px;
}

.banner .children .child_content a {
    font-family: 'fbreformaenregular';
    font-size: 20px;
    color: #01507d;
    line-height: 20px;
    background: url(/images/blue_arrow_ltr.png) no-repeat;
    background-position: right 1px;
    padding-right: 15px;
}

    .banner .children .child_content a:hover {
        text-decoration: underline;
    }

.bannerupdates {
    padding-top: 24px;
    padding-bottom: 0px;
    padding-left: 63px;
    padding-right: 0px;
}

.lang-ltr .bannerupdates {
    padding-left: 115px;
}

.updates { /*max-width: 527px;*/
    width: 79%; /*padding:30px 0px 36px 0px;*/
    position: relative;
    z-index: 9;
}

    .updates h4 {
        font-size: 33px;
        color: #01507d;
        font-weight: bold;
        line-height: 33px;
        padding-bottom: 0px;
        text-align: left;
    }

    .updates ul {
        padding: 13px 0px 21px 0px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        text-align: left;
    }

.updates2 {
    width: 100%;
}

    .updates2 .updates_content {
        height: 320px;
        overflow: hidden;
    }

    .updates2 ul {
        padding: 0 !important;
    }

.updates ul li {
    font-size: 14px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px;
}

    .updates ul li span {
        color: #01507d;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        position: relative;
        padding-right:20px;
    }

        .updates ul li span:after {
            width: 2px;
            height: 13px;
            background: url(/images/delimeter.png) no-repeat;
            position: absolute;
            top: 8px;
            right:8px;
            content: "";
            display: block;
        }

.updates .updates_content ul li span:after {
    background: none;
}

.updates a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #01507d;
    line-height: 15px;
    float: right;
    margin-top: 5px;
}

    .updates a:hover {
        text-decoration: underline;
    }

.banner_left {
    float: right;
    width: 35%;
    padding-top: 75px;
    position: relative;
    z-index: 1;
}

    .banner_left .message_box {
        padding: 19px 33px 19px 30px;
        border-radius: 4px;
        color: #fff;
        margin-bottom: 18px;
    }

        .banner_left .message_box.yellow {
            background: #eab24d;
        }

        .banner_left .message_box.red {
            background: #e9535d;
        }

        .banner_left .message_box.green {
            background: #b0d35c;
        }

        .banner_left .message_box h1 {
            font-family: 'fbreformaenregular';
            font-size: 35px;
            color: #fff;
            line-height: 35px;
            padding-bottom: 10px;
        }

        .banner_left .message_box p,
        .banner_left .message_box label {
            color: #fff;
            font: normal 22px/22px 'fbreformaenregular';
            padding-bottom: 7px;
        }

        .banner_left .message_box a {
            font-family: 'fbreformaenregular';
            font-size: 22px;
            color: #fff;
            line-height: 22px;
            padding-right: 18px;
            position: relative;
        }

            .banner_left .message_box a:after {
                width: 8px;
                height: 14px;
                background: url(/images/white_arrow.png) no-repeat;
                content: "";
                display: block;
                position: absolute;
                top: 3px;
                right:0;
            }

            .banner_left .message_box a:hover {
                text-decoration: underline;
            }

.hill {
    width: 627px;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .hill img {
        width: 100%;
        display: block;
    }


/*================banner End=========================*/



.about {
    padding-bottom: 177px;
}

.top_title7 {
    width: 100%;
    min-height: 156px;
    border-bottom: 1px solid #c6d9e6;
    background: #f7f7f7;
    position: relative;
}

    .top_title7 ul.links {
        padding-top: 20px;
    }

        .top_title7 ul.links li {
            float: left;
        }

            .top_title7 ul.links li a {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #01527f;
                line-height: 14px;
                padding-right: 24px;
                background: url(/images/arrow3.png) no-repeat;
                background-position: 8px 5px;
            }

                .top_title7 ul.links li a:hover {
                    text-decoration: underline;
                }

            .top_title7 ul.links li:last-child a {
                background: none;
            }

            .top_title7 ul.links li a.active {
                color: #7f7f7f;
            }

    .top_title7 .titleDoctor {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #000000;
        line-height: 40px;
        padding: 40px 0px 40px 0px;
       /* white-space: nowrap;*/
    }

    .top_title7 .title {
        font-family: 'fbreformaenregular';
        font-size: 40px;
        color: #000000;
        line-height: 40px;
        padding: 40px 0px 40px 0px;
    }

    .top_title7 figure img {
        width: 100%;
        display: block;
    }

    .top_title7 .nav_bar {
        position: absolute;
        bottom: -1px;
        left: 0;
        text-align: center;
    }

        .top_title7 .nav_bar ul li {
            display: inline-table;
            width: 136px;
            height: 50px;
            background: #fff;
            border: 1px solid #c6d9e6;
            text-align: center;
            vertical-align: middle;
            margin-right: 1.5px;
            margin-left: 1.5px;
        }

            .top_title7 .nav_bar ul li:last-child {
                margin-right: 0;
                margin-left:0;
            }

            .top_title7 .nav_bar ul li a {
                font-family: Arial, Helvetica, sans-serif;
                display: table-cell;
                width: 100%;
                height: 100%;
                font-size: 16px;
                color: #000000;
                line-height: 16px;
                padding: 0px 2px 0px 2px;
                vertical-align: middle;
            }

            .top_title7 .nav_bar ul li.current a, .top_title7 .nav_bar ul li:hover a {
                height: 106%;
                background: #4487b1;
                border: 3px solid #fff;
                color: #fff;
                font-weight: bold;
            }

            .top_title7 .nav_bar ul li.current, .top_title7 .nav_bar ul li:hover {
                border-top: 1px solid #c6d9e6;
                border-right: 1px solid #c6d9e6;
                border-left: 1px solid #c6d9e6;
                border-bottom: 1px solid #fff;
                margin-bottom: -2px;
            }

.about_left {
    width: 70%;
    float: left;
    margin-top: -5px;
    padding-left:40px;
}

    .about_left .docter_img {
        margin-bottom: 13px;
    }

    .about_left p {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 18px;
    }

        .about_left p.lastchild {
            padding-bottom: 8px;
        }

        .about_left p.lastchild2 {
            padding-bottom: 15px;
        }



.about .tabletext {
    max-width: 730px;
    width: 100%;
}

.about .maintable {
    max-width: 730px;
    width: 100%;
    display: table;
    margin: 0 0 35px 0;
    padding: 0;
    width: 100%;
    min-height: 50px;
}

    .about .maintable ul.headinggroup {
        display: table-header-group;
        min-height: 50px;
        background: #01507d;
        color: #FFF;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .about .maintable ul.rowgroup {
        display: table-row-group;
        margin: 0;
        padding: 0;
        background: #f8f8f8;
    }

    .about .maintable li {
        display: table-row;
        width: 100%;
    }

        .about .maintable li span {
            display: table-cell;
            padding: 10px;
            vertical-align: middle;
        }

    .about .maintable ul.headinggroup li span {
        border-bottom: 4px solid #abcd3a;
        padding: 18px 18px 11px 0px;
    }

        .about .maintable ul.headinggroup li span:first-child {
            border-right:1px solid #ffffff;
        }

        .about .maintable ul.headinggroup li span:last-child {
            border-left:1px solid #ffffff;
        }

    .about .maintable ul.rowgroup li span {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 16px;
        padding: 17px 20px 11px 0px;
    }

        .about .maintable ul.rowgroup li span:first-child, .about .maintable ul.rowgroup li span:nth-child(2n) {
            border-left:1px solid #e2ecf2;
            border-bottom: 1px solid #e2ecf2;
        }

        .about .maintable ul.rowgroup li span:last-child {
            border-left:1px solid #e2ecf2;
            border-right:1px solid #e2ecf2;
            border-bottom: 1px solid #e2ecf2;
        }

    .about .maintable ul.rowgroup li:nth-child(2n) {
        background: #fff;
    }


.ourdepartments {
    margin-top: 44px;
}

    .ourdepartments .department_box {
        width: 100%;
        padding: 34px 0px 26px 0px;
        border-bottom: 1px solid #c6d9e6;
    }

        .ourdepartments .department_box:first-child {
            border-top: 1px solid #c6d9e6;
        }

        .ourdepartments .department_box .departments_right {
            float: left;
            width: 36.3%;
        }

            .ourdepartments .department_box .departments_right figure {
                float: left;
            }

            .ourdepartments .department_box .departments_right .content {
                float: left;
                width: 63%;
                padding-left:31px;
            }

                .ourdepartments .department_box .departments_right .content h2 {
                    font-size: 20px;
                    color: #111111;
                    line-height: 20px;
                    font-family: Arial, Helvetica, sans-serif;
                    padding-bottom: 9px;
                }

                .ourdepartments .department_box .departments_right .content p {
                    font-size: 16px;
                    color: #111111;
                    line-height: 20px;
                    font-family: Arial, Helvetica, sans-serif;
                    text-align: left;
                }

        .ourdepartments .department_box .departments_midle {
            float: left;
            width: 16.4%;
        }

            .ourdepartments .department_box .departments_midle .content {
                float: left;
                width: 95%;
            }

                .ourdepartments .department_box .departments_midle .content h2 {
                    font-size: 20px;
                    color: #111111;
                    font-family: Arial, Helvetica, sans-serif;
                    padding-bottom: 9px;
                }

                .ourdepartments .department_box .departments_midle .content p {
                    font-size: 16px;
                    color: #111111;
                    font-family: Arial, Helvetica, sans-serif;
                }

        .ourdepartments .department_box .departments_left {
            float: left;
            width: 30%;
        }

            .ourdepartments .department_box .departments_left .content {
                float: left;
                width: 50%;
            }

                .ourdepartments .department_box .departments_left .content h2 {
                    font-size: 20px;
                    color: #111111;
                    font-family: Arial, Helvetica, sans-serif;
                    padding-bottom: 9px;
                }

                .ourdepartments .department_box .departments_left .content p {
                    font-size: 16px;
                    color: #111111;
                    font-family: Arial, Helvetica, sans-serif;
                }

                    .ourdepartments .department_box .departments_left .content p.firstchild {
                        margin-bottom: 18px;
                    }

            .ourdepartments .department_box .departments_left .btn {
                float: left;
                width: 50%;
            }


                .ourdepartments .department_box .departments_left .btn a {
                    width: 170px;
                    height: 40px;
                    display: block;
                    padding: 11px 0px 10px;
                    margin-top: 32px;
                    background: #0292ef;
                    border-radius: 3px;
                    text-align: center;
                    font: 18px/1 Arial;
                    color: #fff;
                }

                    .ourdepartments .department_box .departments_left .btn a:hover {
                        background: #005B96;
                    }

.load_more {
    text-align: center;
    padding: 30px 0px 96px 0px;
}

    .load_more span {
        font-size: 18px;
        color: #01527f;
        font-family: Arial, Helvetica, sans-serif;
        cursor: pointer;
    }

        .load_more span:hover {
            text-decoration: underline;
        }

.event_history p span {
    font-size: 20px;
    color: #01507d;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

.event_history p span {
    font-size: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

.event_history p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.event_historyBlack p span {
    font-size: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

.event_historyBlack p span {
    font-size: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

.event_historyBlack p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.child_his {
    width: 100%;
    padding: 15px 0px 13px 0;
}

    .child_his figure {
        float: left;
        width: 43%;
    }

    .child_his .left_text {
        float: right;
        width: 55.8%;
        text-align: left;
    }

        .child_his .left_text p {
            padding-bottom: 20px;
        }

            .child_his .left_text p:last-child {
                padding-bottom: 0;
            }

.team_box2 .team {
    width: 100%;
    height: 60px;
    padding: 10px 0px 7px 0px;
    display: table;
    vertical-align: middle;
}

    .team_box2 .team .team_img {
        display: table-cell;
        vertical-align: middle;
    }

    .team_box2 .team a {
        width: 80%;
        display: table-cell;
        font-size: 16px;
        color: #114f80;
        line-height: 21px;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: middle;
        padding-left:10px;
    }

        .team_box2 .team a:hover {
            color: #002847;
        }



.top_title8 .professor .professor_left {
    float: left;
    max-width: 415px;
    width: 100%;
}

    .top_title8 .professor .professor_left span:first-child {
        width: 89px;
        float: left;
        display: inline-block;
    }

    .top_title8 .professor .professor_left span:nth-child(2) {
        float: left;
        width: 300px;
        display: inline-block;
    }

    .top_title8 .professor .professor_left h2 {
        font-size: 40px;
        color: #000000;
        line-height: 40px;
        font-family: 'fbreformaenregular';
        padding: 15px 0px 4px 0px;
    }

    .top_title8 .professor .professor_left ul li {
        font-size: 24px;
        color: #000000;
        line-height: 34px;
        font-family: 'fbreformaenregular';
    }

.top_title8 .professor_deatils {
    padding-top: 29px;
}

    .top_title8 .professor_deatils h3 {
        font-size: 32px;
        color: #000000;
        line-height: 32px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 11px;
    }

    .top_title8 .professor_deatils li {
        font-size: 18px;
        color: #000000;
        line-height: 32px;
        font-family: Arial, Helvetica, sans-serif;
    }

.professor_right .fontsize {
    font-size: 26px;
    margin-right:0 !important;
    display: inline-block;
}

.eventpage {
    padding: 40px 0px 217px 0px;
}

.navigationHospital {
    width: 100%;
}

    .navigationHospital .questions-regarding {
        width: 100%;
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 14px;
        padding-right: 0px;
        margin-bottom: 0;
    }

        .navigationHospital .questions-regarding label {
            font: normal 16px/28px Arial, Helvetica, sans-serif;
        }

        .navigationHospital .questions-regarding .SumoSelect {
            margin-left: 0px;
        }

    .navigationHospital .fbox2 {
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 0;
    }

.general-modal .modal-header .close {
    margin-top: -9px;
}


.faq {
    padding: 40px 0px 420px 0px;
}

.faq_left {
    width: 78.5%;
    float: left;
    padding-left:40px;
}

.questions-regarding {
    width: 100%;
    background: #ececec;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 0px;
    margin-bottom: 25px;
}

    .questions-regarding label {
        font-size: 16px;
        color: #000000;
        line-height: 44px;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
    }

        .questions-regarding label.blue {
            color: #01527f !important;
        }

    .questions-regarding .inputtext {
        width: 347px;
        height: 44px;
        background: #fff;
        border: 1px solid #cdd8e2;
        outline: none;
        padding-left:10px;
        margin-left:8px;
        font-size: 16px;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 20px;
    }

    .questions-regarding .sub_btn {
        width: 89px;
        height: 40px;
        background: #0292ef;
        text-align: center;
        font-size: 18px;
        color: #fff !important;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 18px;
        border: none;
        outline: none;
        border-radius: 2px;
        margin-left:5px;
        cursor: pointer;
    }

        .questions-regarding .sub_btn:hover {
            background: #0665A3;
        }

    .questions-regarding span {
        font-size: 16px;
        color: #114f80;
        line-height: 44px;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        margin-left:20px;
    }

.faq_question {
    padding: 22px 14px 20px 0;
    border-bottom: 1px solid #c6d9e6;
}

    .faq_question:first-child {
        border-top: 1px solid #c6d9e6;
    }

    .faq_question h3 {
        font-size: 30px;
        color: #128dc8;
        line-height: 30px;
        font-family: 'fbreformaenregular';
        display: inline-block;
        padding-right:14px;
    }

    .faq_question a {
        font-size: 15px;
        color: #114f80;
        line-height: 15px;
        display: inline-block;
        background: url(/images/arrow_blue_ltr.png) no-repeat;
        background-position: right 3px;
        padding-right:13px;
    }

        .faq_question a:hover {
            text-decoration: underline;
        }

.faq_title {
    margin-bottom: 5px;
}

.accordion {
    width: 100%;
}



.phonebook {
    padding: 43px 0 70px 0;
}

.phonebook_left {
    width: 78.5%;
    float: left;
    padding-left:40px;
}

    .phonebook_left .questions-regarding {
        margin-bottom: 44px;
    }

.phonebook_box {
    padding: 27px 0px 19px 0px;
    border-top: 1px solid #c6d9e6;
}

    .phonebook_box:last-child {
        border-bottom: 1px solid #c6d9e6;
    }

    .phonebook_box .book {
        padding-bottom: 20px;
    }

        .phonebook_box .book:last-child {
            padding-bottom: 0;
        }

    .phonebook_box h3 {
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
    }

    .phonebook_box li {
        font-size: 16px;
        color: #111111;
        line-height: 30px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .phonebook_box a {
        font-size: 16px;
        color: #114f80;
        line-height: 16px;
        text-decoration: underline;
    }

        .phonebook_box a:hover {
            color: #1797FC;
        }


.rightbook {
    float: left;
}

.leftbook {
    float: right;
    width: 138px;
    margin-right:55px;
    margin-top: 19px;
}

    .leftbook a {
        width: 100%;
        height: 40px;
        background: #0292ef;
        border-radius: 2px;
        color: #fff;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 16px;
        text-align: center;
        padding-top: 13px;
        display: block;
        text-decoration: none;
        font-weight: bold;
    }

        .leftbook a:hover {
            background: #0665A3;
            color: #fff;
        }



/*Events*/

.events_banner {
    position: relative;
    background: url(/images/innerbanner_3.png) no-repeat top center;
    min-height: 292px;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.event_title {
    float: left;
    margin-top: 90px;
}

    .event_title a {
        display: block;
        font-size: 48px;
        color: #133575;
    }

.month_title {
    font-size: 50px;
    color: #212121;
    line-height: 27px !important;
    font-family: 'fbreformaenregular';
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
}

.calendar_header ul {
    margin: 0;
    padding: 0;
}

    .calendar_header ul li {
        margin: 0;
        padding: 0;
        line-height: 100%;
        display: inline-block;
        text-align: center;
        float: left;
    }

.prev_btn, .next_btn {
    font-size: 30px;
    color: #114f80;
    font-family: 'fbreformaenregular';
    position: relative;
    z-index: 99;
}

    .prev_btn span {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        overflow: hidden;
        background: #0f3774;
        display: inline-block;
        text-align: center;
        padding-top: 9px;
        z-index: 111;
        position: relative;
        margin-left: 5px;
        vertical-align: middle;
    }

    .next_btn span {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        overflow: hidden;
        background: #0f3774;
        display: inline-block;
        text-align: center;
        padding-top: 9px;
        z-index: 111;
        position: relative;
        margin-right: 7px;
        vertical-align: middle;
    }

    .prev_btn span img {
        padding-left: 2px;
    }

    .next_btn span img {
        padding-right: 2px;
    }

    .prev_btn:hover span, .next_btn:hover span {
        background: #1e55a8;
    }

    .prev_btn:hover, .next_btn:hover {
        text-decoration: underline;
    }



    
.events_page {
    margin: 55px 0px 112px 0px;
}

    .events_page .maintable {
        display: table;
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 50px;
        border: 1px solid #c6d9e6;
        padding: 11px 11px 10px 10px;
        margin-top: 10px;
    }

        .events_page .maintable ul.headinggroup {
            display: table-header-group;
            background: #ffffff;
            color: #133575;
        }

            .events_page .maintable ul.headinggroup span {
                padding-bottom: 8px;
                text-align: center;
                font-size: 24px;
                color: #212121;
                font-family: 'fbreformaenregular';
            }

        .events_page .maintable ul.rowgroup {
            display: table-row-group;
            margin: 0;
            padding: 0;
        }

        .events_page .maintable li {
            display: table-row;
            width: 100%;
        }

            .events_page .maintable li span {
                display: block;
                float: left;
                vertical-align: middle;
                padding-bottom: 4px;
                padding-right: 4px;
                width: 14.25%;
            }

                .events_page .maintable li span:last-child {
                    padding-right: 0px;
                }

.calendar_event {
    height: 150px;
    color: #0f3774;
    font-size: 14px;
    position: relative;
    background: #ebf0f3; /*overflow: hidden; */
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    cursor: pointer;
    padding: 3px;
}

    .calendar_event .event_list.date {
        font-size: 20px;
        color: #727475;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 9999;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }

.events_page .eventimg {
    height: 144px;
    position: relative;
    overflow: hidden;
}

.events_page .event_name {
    font-size: 15px;
    color: #114f80;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    /*position: absolute; bottom: 0px; right: 0; left: 0; z-index:999;*/ width: 100%;
    margin: 0 auto;
    padding: 8px 5px 10px;
}

.eveneone {
    position: relative;
    height: 52px;
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
}

.evenetwo {
    position: relative;
    height: 70px;
    overflow: hidden;
    margin-bottom: 4px;
}

.calendar_event_hover {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    height: 100%;
    width: 100%;
    background: rgba(19, 53, 117, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 30px 9px 9px;
}

.events_page .calendar_event:hover .calendar_event_hover {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.events_page .calendar_event:hover .date {
    color: #ffffff;
}

.events_page .calendar_event .date span {
    display: none;
}

.event_list {
    display: none;
    width: 300px;
    min-height: 150px;
    background: #fff;
    padding: 5px 15px 15px 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    border: 1px solid #c6d9e6;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(154,179,197,1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(154,179,197,1);
    box-shadow: 4px 4px 0px 0px rgba(154,179,197,1);
}
/*.event_list:after{ width:19px; height:30px; background:url(/images/tringle.png) no-repeat; content:""; display:block; position:absolute; top: 22px;  left: -18px;}*/
.eventbox {
    width: 100%;
    padding: 15px 0px 16px 0px;
    border-bottom: 1px solid #c6d9e6;
}

    .eventbox:last-child {
        border-bottom: 0;
    }

    .eventbox .datefrom {
        font-size: 16px;
        color: #114f80;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 6px;
    }

    .eventbox .eventhead {
        font-size: 16px;
        color: #114f80;
        font-weight: bold;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 4px;
    }

    .eventbox .eventpara {
        font-size: 16px;
        color: #212121;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

.event-calender-img {
    width: 100%;
    height: auto;
    max-height: 99px;
}

.fc-more-cell {
    display: block;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #114f80;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    font-weight: bold;
}

    .fc-more-cell a {
        color: #114f80;
    }

.close-tooltip {
    float: right;
    color: #114f80;
    cursor: pointer;
}

.eventimg {
    max-width: 100px;
    height: auto;
    float: right;
    margin: 10px;
}


.send_cadrs {
    padding: 40px 0px 200px 0;
}

.sendcard {
    width: 78.5%;
    float: left;
    padding-left: 40px;
}

    .sendcard .left_form {
        width: 417px;
        float: left;
    }

    .sendcard .form_box {
        width: 100%;
    }

        .sendcard .form_box .labeltext {
            width: 175px;
        }

        .sendcard .form_box .border {
            display: block;
            width: 100%;
            border-bottom: 1px solid #ccdde8;
            margin: 18px 0px;
        }


    .sendcard .submit_btn {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #3684c2;
        border-radius: 3px;
        width: 106px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        cursor: pointer;
        float: right;
    }

        .sendcard .submit_btn:hover {
            background: #005B96;
        }


.bdcard {
    width: 47%;
    float: right;
    padding-right:36px;
}

.sendpara {
    width: 100%;
    margin-bottom: 17px;
}

    .sendpara p {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

.questions-regarding label {
    float: left;
    color: #01527f !important;
}

.questions-regarding2 label {
    color: #000000 !important;
}

.questions-regarding .SumoSelect {
    float: left;
    margin-left:6px;
}

    .questions-regarding .SumoSelect > .CaptionCont {
        height: 44px;
    }

        .questions-regarding .SumoSelect > .CaptionCont > span {
            float: left;
            line-height: 44px;
            font-size: 16px;
            color: #000000l !important;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            margin-left: 5px;
        }

        .questions-regarding .SumoSelect > .CaptionCont > label {
            right:13px;
        }

            .questions-regarding .SumoSelect > .CaptionCont > label > i {
                background: url(/images/drop2.png) no-repeat;
                top: 17px;
            }

    .questions-regarding .SumoSelect > .optWrapper.open {
        top: 43px;
    }

    .questions-regarding .SumoSelect > .optWrapper > .options > li label {
        line-height: 32px;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: left;
        padding-left: 12px;
    }

    .questions-regarding .SumoSelect > .optWrapper > .options > li.selected label {
        color: #fff;
    }

.address4 {
    padding: 44px 0px 195px;
}

.team_pakad {
    width: 100%;
    margin-top: 18px;
}

    .team_pakad h3 {
        width: 100%;
        font: 22px/22px Arial;
        color: #111;
        padding-bottom: 6px;
        border-bottom: 1px solid #c6d9e6;
        margin-bottom: 19px;
    }

.our_team {
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
}

    .our_team .teambox {
        width: 50%;
        float: left;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 45px;
    }

        .our_team .teambox img {
            float: left;
            width: 101px;
        }

    .our_team .aboutteam {
        float: right;
        width: 57.5%;
    }

        .our_team .aboutteam .name {
            font: 20px/20px Arial;
            color: #111111;
            padding-bottom: 5px;
            text-align: left;
        }

        .our_team .aboutteam p {
            font: 16px/21px Arial;
            color: #111;
            padding-bottom: 0;
            margin-bottom: 5px;
            overflow: hidden;
            text-align: left;
        }

        .our_team .aboutteam a {
            font: 16px/22px Arial;
            color: #114f80;
            display: inline-block;
            padding-right:18px;
            background: url(/images/arrow5_ltr.png) right center no-repeat;
        }

            .our_team .aboutteam a:hover {
                text-decoration: underline;
            }

        .our_team .aboutteam h2.name a {
            background: none;
            padding-left: 0;
            font-weight: bold;
        }


.line {
    width: 100%;
    height: 1px;
    background: #ccdde8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.details {
    width: 100%;
    background: #f0f0f0;
    padding: 21px 8px 18px 26px;
}

    .details h2 {
        font-size: 22px;
        color: #000000;
        line-height: 22px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 8px;
    }

    .details ul {
        padding-bottom: 7px;
    }

        .details ul li {
            font-size: 16px;
            color: #000000;
            line-height: 20px;
            font-family: Arial, Helvetica, sans-serif;
        }

    .details p {
        font-size: 16px;
        color: #000000;
        line-height: 18px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
    }

.more_details {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 40px;
    background: #0292ef;
    font-size: 18px;
    color: #fff;
    line-height: 14px;
    border-radius: 4px;
    padding: 12px 0px 13px 0px;
    display: block;
    text-align: center;
}

    .more_details:hover {
        background: #005B96;
    }


.card_birthday {
    max-width: 605px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #dff2fd;
}

    .card_birthday .cardlogo {
        width: 100%;
        height: 100%;
        padding: 65px 0px 10px 0px;
        background: url(/images/bady_bg1.png) no-repeat;
        background-position: top center;
        text-align: center;
    }

.birthday_content {
    width: 100%;
    background: #fff;
    border-top: 10px solid #c1a07e;
    border-bottom: 10px solid #c1a07e;
    padding: 30px 33px 0px 14px;
    position: relative;
}

    .birthday_content .rightcontent {
        width: 245px;
        float: left;
        position: relative;
        z-index: 99;
    }

    .birthday_content .leftcontent {
        width: 199px;
        float: right;
    }

    .birthday_content .rightcontent ul {
        padding-bottom: 45px;
    }

        .birthday_content .rightcontent ul li {
            font-size: 26px;
            color: #ec018a;
            line-height: 44px;
            font-family: 'fbreformaenregular';
        }

    .birthday_content .rightcontent p {
        font-size: 26px;
        color: #ec018a;
        line-height: 27px;
        font-family: 'fbreformaenregular';
        padding-bottom: 60px;
    }

    .birthday_content .leftcontent img {
        position: absolute;
        bottom: 0;
        right:14px;
    }

.footerplay {
    width: 100%;
    min-height: 126px;
    background: url(/images/bady_bg2.png) no-repeat;
    background-position: top center;
    position: relative;
}

    .footerplay img {
        position: absolute;
        top: -58px;
        left:7px;
    }

.popgallery {
    padding: 43px 0px 50px 0px;
}

.gallerys {
    width: 78.5%;
    float: left;
    padding-left:35px;
    margin-top: 50px;
}

    .gallerys .galleryrow {
        width: 100%;
        margin-right:10px;
        margin-left:10px;
        position: relative;
    }

    .gallerys .gallerybox {
        width: 33.33%;
        float: left;
        padding-right:10px;
        padding-left:10px;
        margin-bottom: 48px;
    }

    .gallerys .doctorbox {
        width: 50%;
        float: left;
        padding-right:10px;
        padding-left:10px;
        margin-bottom: 48px;
    }

    .gallerys .gallerybox img {
        border: 1px solid #e8f0f5;
        display: block;
    }

    .gallerys .doctorbox img {
        border: 1px solid #e8f0f5;
        display: block;
    }

figcaption {
    height: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #114f80;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-top: 3px;
}

.galleryrow ul li {
    width: 30%;
    float: left;
    margin: 0 1% 48px;
}

.formtext {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.sendbdcard .form_box .field4 .text_area {
    height: 150px;
}

.questions-regarding .SumoSelect > .CaptionCont > span {
    color: #000;
}

.questions-regarding .SumoSelect > .CaptionCont {
    border: 1px solid #cdd8e2;
    border-radius: 4px;
}

.clanderbox {
    width: 244px;
    border: 1px solid #dddddd;
    margin: 0 auto;
    margin-top: 20px;
}

    .clanderbox .calandertitle {
        width: 100%;
        border-top: 4px solid #0292ef;
        padding-top: 12px;
    }

    .clanderbox h2 {
        font-size: 22px;
        color: #000000;
        font-family: fbreformaenregular;
        text-align: center !important;
        padding-bottom: 9px;
    }

    .clanderbox .cal1 .clndr .clndr-table .header-days {
        height: 20px;
    }

    .clanderbox .cal1 {
        padding: 0px 9px 37px 9px;
    }

        .clanderbox .cal1 .clndr .clndr-table .header-days .header-day {
            font-size: 20px;
            color: #212121;
            font-family: Arial, Helvetica, sans-serif;
            font-family: fbreformaenregular;
            padding-top: 7px;
            padding-bottom: 2px;
        }

        .clanderbox .cal1 .clndr .clndr-table {
            width: 100%;
        }

            .clanderbox .cal1 .clndr .clndr-table tr .day {
                padding: 1px;
            }

.cal1 .clndr .clndr-controls {
    padding: 12px 0px 13px 10px;
}

    .cal1 .clndr .clndr-controls .month {
        width: 86%;
    }

.clanderbox .cal1 .clndr .clndr-table tr .day .day-contents {
    background: #ebf0f3;
    padding: 7px 5px 5px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #727475;
    font-family: Arial, Helvetica, sans-serif;
}

    .clanderbox .cal1 .clndr .clndr-table tr .day .day-contents:hover {
        background: #ccc;
        border: 1px solid #fff;
    }

.clanderbox .cal1 .clndr .clndr-controls {
    direction: rtl;
    background: none;
    border-top: 1px solid #c6d9e6;
    border-bottom: 1px solid #c6d9e6;
}

    .clanderbox .cal1 .clndr .clndr-controls .month {
        font-size: 22px;
        font-family: fbreformaenregular;
        line-height: 19px;
        color: #01527f;
    }

.cal1 .clndr .clndr-table tr .day.event:hover .day-contents, .cal1 .clndr .clndr-table tr .day.my-event:hover .day-contents {
    background: #155282;
    color: #fff;
}

.cal1 .clndr .clndr-table tr .day.event:hover .day-contents, .cal1 .clndr .clndr-table tr .day.my-event:hover .day-contents {
    background: #155282;
    color: #fff;
    border: 1px solid #fff;
}

.cal1 .clndr .clndr-table tr .day.event .day-contents, .cal1 .clndr .clndr-table tr .day.my-event .day-contents {
    background: #155282;
    color: #fff;
    border: 1px solid #fff;
}

.cal1 .clndr .clndr-table tr .day.today .day-contents {
    background: #ebf0f3;
    border: 1px solid #0292ef;
}

.cal1 .clndr .clndr-table tr .day.event .day-contents, .cal1 .clndr .clndr-table tr .day.my-event .day-contents {
}

.cal1 .clndr .clndr-table tr .adjacent-month {
    opacity: 0;
}

.cal1 .clndr .clndr-table tr .day.adjacent-month .day-contents {
    cursor: auto;
}

#smallcalendarFrame .fc-center h2 {
    font-size: 22px !important;
    line-height: 19px;
    font-family: fbreformaenregular;
    color: #01527f;
}

#smallcalendarFrame .fc-view-container {
    margin-top: 5px;
    border: none;
}

/*================Zedek_birth_Form Start Start=========================*/


/*===========Step3 Start================*/
.registration {
    width: 75.3%;
    float: right;
}

    .registration .registration_birth {
        width: 66.5%;
        float: left;
    }

    .registration .google_map {
        width: 29%;
        float: right;
    }

.registration_birth h2 {
    font-size: 22px;
    color: #111111;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

.registration_content p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

    .registration_content p span.dote {
        padding-right:27px;
        display: inline-block;
    }

.registration .leftimg {
    width: 29%;
    float: right;
}

.registrationform {
    width: 100%;
    margin: 39px 0 3px 0;
}

    .registrationform h3 {
        float: left;
        font-size: 22px;
        color: #111111;
        line-height: 22px;
        font-family: Arial, Helvetica, sans-serif;
        padding-right:25px;
    }

    .registrationform span {
        float: left;
        font-size: 16px;
        color: #000000;
        line-height: 27px;
    }


.stepsopt {
    width: 100%;
    padding: 17px 0 21px 0;
    border-top: 1px dashed #cbdae8;
    border-bottom: 1px dashed #cbdae8;
}

    .stepsopt ul li {
        float: left;
        margin-right:19px;
    }

        .stepsopt ul li:last-child {
            margin-right:0;
        }

            .stepsopt ul li:last-child a {
                background: none;
                padding: 0;
            }

        .stepsopt ul li a {
            font-size: 24px;
            color: #919191;
            line-height: 24px;
            font-family: fbreformaenregular;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 0px;
            padding-right: 36px;
            background: url(/images/steparrow_ltr.png) no-repeat;
            background-position: right center;
        }

            .stepsopt ul li a.active, .stepsopt ul li a:hover {
                color: #f57325;
            }

            .stepsopt ul li a.complete {
                color: #000;
            }

            .stepsopt ul li a span {
                font-size: 40px;
            }

.addimg {
    width: 100%;
    position: relative;
}

    .addimg .addtext {
        position: absolute;
        top: 22px;
        left:22px;
    }

        .addimg .addtext h2 {
            font-size: 40px;
            color: #01527f;
            line-height: 40px;
            font-family: fbreformaenregular;
        }

        .addimg .addtext span {
            font-size: 20px;
            color: #4487b1;
            line-height: 40px;
            font-family: fbreformaenregular;
        }

        .addimg .addtext a {
            font-size: 20px;
            color: #4487b1;
            line-height: 40px;
            font-family: fbreformaenregular;
        }

            .addimg .addtext a:hover {
                text-decoration: underline;
            }

.registration_form .formbox {
    position: relative;
    margin-top: 24px;
}

.registration_form .rightform {
    float: left;
    width: 240px;
    position: relative;
}

.registration_form .leftform {
    float: right;
    width: 240px;
    position: relative;
}

.registration_form .labeltext {
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
    padding-left:4px;
    display: inline-block;
}

.registration_form .inputfield {
    width: 100%;
    height: 45px;
    border: 1px solid #cbdae8;
    border-radius: 4px;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    padding-left:10px;
    outline: none;
}

.formbox2 {
    width: 100%;
    margin-top: 26px;
}

    .formbox2 span {
        font-size: 16px;
        color: #000000;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        display: block;
        padding-bottom: 5px;
    }

    .formbox2 .SumoSelect, .formbox2 .inputfield {
        width: 240px;
        height: 45px;
    }

        .formbox2 .SumoSelect > .CaptionCont > label > i {
            background-image: url(/images/drop2.png);
        }

        .formbox2 .SumoSelect > .CaptionCont {
            height: 45px;
            border: 1px solid #d9e4ee;
            border-radius: 4px;
            padding-right: 10px;
            padding-left: 10px;
        }

            .formbox2 .SumoSelect > .CaptionCont > span {
                float: left;
            }

            .formbox2 .SumoSelect > .CaptionCont > span {
                line-height: 47px;
            }

        .formbox2 .SumoSelect > .optWrapper > .options > li label {
            font-size: 14px;
            padding: 4px 10px;
            text-align: left;
        }

        .formbox2 .SumoSelect > .CaptionCont > label {
            right: 6px;
        }

        .formbox2 .SumoSelect > .optWrapper > .options > li:first-child label {
            padding: 0;
        }

        .formbox2 .SumoSelect > .optWrapper.open {
            top: 46px;
        }


    .formbox2 span a {
        color: #ff1515;
        line-height: 24px;
    }

        .formbox2 span a:hover {
            text-decoration: underline;
        }

.dragbox {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 35px;
}

.dragbox {
    width: 365px;
    height: 100px;
    background: #f9f9f9;
    text-align: center;
    font-size: 18px;
    color: #3684c2;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 20px;
    border: 1px dashed #7cabc8;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 0;
    right:0;
    left:0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .dragbox [type=file]:hover {
        background: #1769AB;
        color: #fff;
    }


.registration_form .subbtn {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #ccdde8;
}

    .registration_form .subbtn a {
        padding-top: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #3684c2 !important;
        border-radius: 3px;
        width: 106px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        cursor: pointer;
        float: right;
        margin-bottom: 149px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -o-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
        border-radius: 3px !important;
    }

        .registration_form .subbtn a:hover {
            background: #005B96 !important;
        }
/*===========Step1 End================*/




/*===========Step1 Start================*/
.rowbox {
    margin-right:-5px;
    margin-left:-5px;
}

.formbox .threebox {
    width: 83px;
    float: left;
    padding-right:5px;
    padding-left:5px;
}

.formbox .SumoSelect > .CaptionCont > label > i {
    background-image: url(/images/drop2.png);
}

.formbox .SumoSelect > .CaptionCont {
    height: 45px;
    border: 1px solid #d9e4ee;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

    .formbox .SumoSelect > .CaptionCont > span {
        float: left;
        font-size: 16px;
        color: #5a87ad;
        font-family: Arial, Helvetica, sans-serif;
    }

    .formbox .SumoSelect > .CaptionCont > span {
        line-height: 45px;
    }

.formbox .SumoSelect > .optWrapper > .options > li label {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 10px;
    text-align: left;
}

.formbox .SumoSelect > .CaptionCont > label {
    right: 2px;
}

.formbox .fullbox .SumoSelect > .optWrapper > .options > li:first-child label {
    padding: 0;
}

.formbox .SumoSelect > .optWrapper > .options > li:first-child label {
    padding: 4px 10px;
}

.formbox .SumoSelect > .optWrapper.open {
    top: 46px;
}


.rowbox2 {
    margin-right:-6px;
    margin-left:-6px;
}

.formbox .twobox {
    width: 169px;
    float: left;
    padding-right:6px;
    padding-left:6px;
}

.formbox .onebox {
    width: 83px;
    float: left;
    padding-right:6px;
    padding-left:6px;
}

.formbox .threeinput {
    width: 124px;
    float: left;
    margin-right:43px;
}


.subbtn2 {
    width: 100%;
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #ccdde8;
}

    .subbtn2 a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #3684c2 url(/images/subbtn_ltr.png) no-repeat !important;
        background-position: right center !important;
        border-radius: 3px;
        width: 106px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        cursor: pointer;
        float: right;
        margin-bottom: 54px;
        padding-top: 10px;
        padding-right: 41px;
    }


 

.subbtn2 a:hover {
    background: #005B96 url(/images/subbtn.png) no-repeat !important;
    background-position: 6px center !important;
}

/*===========Step1 End================*/


/*================Zedek_birth_Form Start End=========================*/





.heartimg {
    position: relative;
}

    .heartimg .imgtitle {
        font-size: 30px;
        color: #ffffff;
        line-height: 30px;
        font-family: fbreformaenregular;
        text-align: center;
        position: absolute;
        right:0;
        left:0;
        margin: auto;
        bottom: 13px;
        display: inline-block;
    }

    .heartimg .imgtitle2 {
        color: #01527f;
    }

.formtoptitle {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cbdae8;
}

    .formtoptitle h5 {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-bottom: 23px;
    }

    .formtoptitle .mandatoryfield {
        font-size: 16px;
        color: #000000;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }

.necessary {
    font-size: 14px;
    color: #111111;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    margin: 5px 153px 0 0;
}

.field5 .SumoSelect {
    width: 112px;
}

.usdfield .SumoSelect > .CaptionCont > span {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
}

.form_box .usdfield .SumoSelect > .optWrapper > .options > li:first-child label {
    padding: 4px 10px;
}

.form_box .labeltext2 {
    line-height: 17px;
    margin-top: 5px;
}

.address_form2 .form_box .field2 {
    margin-bottom: 0;
}

.address_form2 .bottom_border {
    padding-bottom: 0;
}

.address_form2 .chat_us {
    padding: 15px 0px 125px 0px;
}




.address5 {
    padding: 44px 0px 148px;
}

.wroteabout .wroteleft {
    float: left; /*width: 31%;*/
    margin-right:19px;
}

.wroteabout .wroteright {
    float: left; /*width:63.5%;*/
}

.wroteabout {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c6d9e6;
}

    .wroteabout:first-child {
        padding-top: 0;
    }

    .wroteabout .top-title {
        font-size: 22px;
        color: #000000;
        line-height: 22px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .wroteabout .wrote-date {
        font-size: 16px;
        color: #000000;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 6px;
        display: inline-block;
    }

    .wroteabout .wrote-details {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .wroteabout .maoe-deatils {
        font-size: 16px;
        color: #114f80;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 3px;
        display: inline-block;
    }

        .wroteabout .maoe-deatils:hover {
            text-decoration: underline;
        }


.direction {
    padding: 44px 0 135px 0;
}


.show_direction h3 {
    font-size: 30px;
    color: #000000;
    ont-family: fbreformaenregular;
    margin-bottom: 10px;
}

.show_direction .nav_form {
    width: 100%;
    background: #ececec;
    padding: 22px 4px 28px 0;
    margin-bottom: 35px;
}

    

    .show_direction .nav_form .fbox {
        min-width: 156px;
        width: 36.7%;
        float: left;
        padding-right:11px;
        padding-left:11px;
    }

    .show_direction .nav_form .fbox2 {
        width: 19.7%;
        min-width: 144px;
        float: left;
    }

    .show_direction .nav_form .fbox label {
        width: 100%;
        display: block;
        font-size: 16px;
        color: #01527f;
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 6px;
    }

    .show_direction .nav_form .fbox input {
        width: 100%;
        height: 45px;
        background: #fff;
        border: 1px solid #cdd8e2;
        border-radius: 4px;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        padding-left:10px;
    }

    .show_direction .nav_form .fbox2 .showbtn {
        font-family: Arial, Helvetica, sans-serif;
        width: 91%;
        height: 40px;
        background: #0292ef !important;
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 10px 0px 10px 0px;
        text-align: center;
        margin-top: 25px;
        border-radius: 3px;
        border: none;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -o-border-radius: 3px !important;
        -ms-border-radius: 3px !important;
        border-radius: 3px !important;
    }

        .show_direction .nav_form .fbox2 .showbtn:hover {
            background: #005B96 !important;
        }

        .show_direction .nav_form .questions-regarding .SumoSelect {
        width:100%!important;
    }

.show_direction p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 22px;
    text-align: left;
}

    .show_direction p:last-child {
        padding-bottom: 0;
    }

.location_map {
    margin-top: 30px;
}

    .location_map h2 {
        min-height: 40px;
        min-width: 27px;
        font: 20px/20px Arial;
        color: #000;
        text-align: left;
        background: url(/images/icon13.png) no-repeat;
        background-position: left center;
        padding-top: 7px;
        padding-left: 43px;
        padding-bottom: 18px;
        padding-right: 0px;
    }

    .location_map ul {
        margin-left:43px;
    }

        .location_map ul li {
            padding-bottom: 17px;
        }

            .location_map ul li a {
                font-size: 16px;
                color: #114f80;
                line-height: 16px;
                font-family: Arial, Helvetica, sans-serif;
            }

                .location_map ul li a:hover {
                    text-decoration: underline;
                }


.top_title9 {
    min-height: 454px;
    background: #f7f8fa url(/images/errorright.jpg) no-repeat;
    background-position: top right;
    border-bottom: none;
}

.links_pages span {
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

.links_pages ul li {
    float: left;
    width: 216px;
    margin-right:20px;
}

    .links_pages ul li a, .links_pages ul li:last-child a {
        font-family: Arial, Helvetica, sans-serif !important;
        width: 100%;
        height: 40px;
        background: #0292ef;
        font-size: 18px!important;
        color: #fff;
        line-height: 14px;
        border-radius: 2px;
        padding: 12px 0px 13px 0px;
        display: block;
        margin-top: 14px;
        text-align: center;
    }

        .links_pages ul li a:hover, .links_pages ul li:last-child a:hover {
            background: #005B96;
            text-decoration: none;
        }


.choseopt {
    margin-bottom: 10px;
}

input[type=radio] + label {
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right:21px;
}

input[type=radio]:not(old) {
    width: 25px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

    input[type=radio]:not(old) + label {
        display: inline-block;
        margin-left : -25px;
        padding-left : 28px;
        background: url(/images/radiobtn.png) no-repeat left 0;
        line-height: 24px;
    }

    input[type=radio]:not(old):checked + label {
        background-position: left -179px;
    }

.navbar .flex-direction-nav {
    display: none;
}


.navbar #carousel .flex-viewport .slides {
    width: 100% !important;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transform: inherit!important;
    -moz-transition-duration: inherit!important;
    -moz-transform: inherit!important;
    -ms-transition-duration: inherit!important;
    -ms-transform: inherit!important;
    -khtml-transition-duration: inherit!important;
    -khtml-transform: inherit!important;
}

.nm-btn,
.pm-btn {
    font-size: 30px;
    color: #114f80;
    font-family: 'fbreformaenregular';
}

.lang-rtl .cmxform .subbtn2 a {
    background-position: 5px center !important;
}

.lang-ltr .cmxform .subbtn2 a {
    background-position: 84px center !important;
}

.cmxform .subbtn2 a {
    width: 115px;
    padding-left: 5px;
}

.lang-rtl .cmxform .subbtn2 a {
    width: 100px;
}


/* Start - Test For New Banner */
/*.bannerTest .top_title { padding: 35px 0 0 !important; background-color: rgba(255,255,255,0.5) !important; background-image: url(/images/banner-right.jpg), url(/images/banner-left.jpg) !important; background-position: right center, left center !important; background-repeat: no-repeat, no-repeat !important; background-size: contain, contain !important; }*/
.bannerTest .top_title .container > div { /*padding-right: 100px !important;*/ background: none !important; }
.bannerTest .top_title .breadCrumbs-list {display: inline-block; }
.bannerTest .top_title .breadCrumbs-list ul li a { font-size: 28px !important; }
.bannerTest .top_title .title { padding: 0 !important; font-size: 60px !important; font-weight: bold; color: #01527f; }
/* End - Test For New Banner */

.lang-ltr .balloon { display: none; }

@media (min-width: 769px) {
    .sliders .slider .flexslider ul.slides li a.hideformobile {
        display: none;
    }

    .sliders .slider .flexslider ul.slides li a.hidefordesktop {
        display: block;
    }
}

@media (min-width:769px) and (max-width:1170px) {
    .eventcalander .right_links {
        width: 245px !important;
    }
}


@media (min-width:769px) and (max-width:1070px) {
    .address_howto .address_list .team .team_deatils h3 {
        margin-top: 15px;
    }

    .inner_menucontainer {
        padding: 0px 10px;
    }

    .navigation .menuzord-menu > li > .megamenu .row {
        margin-left:-30px;
    }

    .navigation .menuzord-menu > li > .megamenu a.close_menu {
        right:24px;
    }
}

@media (min-width:769px) and (max-width:870px) {
    .contacts_left {
        width: 100%;
        float: none !important;
    }
}

@media (min-width:769px) and (max-width:800px) {
    .shrink .header .logo_search2 .logo span {
        font-size: 26px !important;
    }
}

@media (min-width:769px) and (max-width:930px) {
    .neurology .updates .updates_tittle h2 {
        font-size: 24px;
    }

    .neurology .updates .updates_tittle {
        padding: 18px 5px 13px 5px;
    }
}

@media (min-width:769px) and (max-width:840px) {
    .ourdepartments .department_box .departments_right .content h2,
    .ourdepartments .department_box .departments_midle .content h2,
    .ourdepartments .department_box .departments_left .content h2 {
        font-size: 18px;
    }

    .ourdepartments .department_box .departments_right .content p,
    .ourdepartments .department_box .departments_midle .content p,
    .ourdepartments .department_box .departments_left .content p {
        font-size: 14px;
    }

    .ourdepartments .department_box .departments_midle {
        width: 24%;
    }

    .ourdepartments .department_box .departments_left {
        width: 40%;
    }
}

@media (min-width:200px) and (max-width:388px) {
    .address_howto .address_list .team .team_deatils h3 {
        margin-top: 15px;
    }
}




@media (max-width:1180px) {
    .navigation .menuzord-menu > li > a {
        font-size: 22px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content {
        top: 26px;
    }

    .hill {
        width: 536px;
    }

    .navigation .menuzord-menu > li > a {
        padding: 7px 13px 10px 13px;
    }

    .navigation .menuzord-menu > li:after {
        top: 0;
    }
}

@media (max-width:1170px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .professionals_content img {
        width: 70%;
    }

    .menucontainer {
        padding-right:10px;
        padding-left:10px;
    }

    .hill {
        width: 450px;
    }

    .neurology .professionals .red_box {
        text-align: left;
        padding-left:10px;
    }

    .neurology .professionals .red_box2 {
        text-align: left;
        width: 347px;
        margin-right:0;
        padding-left:10px;
    }
}

@media (max-width:1160px) {
    .top_title3 .nav_bar ul li {
        width: 120px;
    }

        .top_title3 .nav_bar ul li a {
            font-size: 15px;
        }

    .top_title3 .nav_bar {
        position: absolute;
        right: 0;
        left: 0;
        bottom: -1px;
        margin: auto;
    }

    .departments_options .opt_box {
        width: inherit;
    }

    .navigation .menuzord-menu > li > a {
        font-size: 19px;
    }

    .navigation .menuzord-menu > li:after {
        top: 3px;
    }
}

@media (max-width:1155px) {
    .registration .leftimg {
        margin-bottom: 20px;
    }

    .registration .leftimg, .registration .registration_birth {
        width: 100%;
        float: none;
    }

    .registration_form .rightform,
    .registration_form .leftform {
        width: 48%;
    }
}

@media (max-width:1140px) {
    .navbar ul li a {
        font-size: 16px;
        line-height: 2px;
    }

    .navbar ul li {
        height: 80px;
    }

        .navbar ul li:hover, .navbar ul li.active {
            height: 89px;
        }

    .banner_content h2 {
        font-size: 35px;
        font-size: 40px;
    }

    .banner_content h3 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    banner_content p {
        font-size: 14px;
        line-height: 18px;
    }

    .child_his .left_text {
        float: none;
        display: block;
        width: 100%;
    }

    .child_his figure {
        margin-right:10px;
    }

    .faq_left {
        width: 78%;
    }

    .bdcard {
        width: 43%;
        padding-right:10px;
    }
}

@media (max-width:1125px) {
    .top_title3 .nav_bar ul li {
        width: 98px;
    }

    .structure_division .division_left {
        width: 22.4%;
    }

    .our_team {
        margin-right: -5px;
        margin-left: -5px;
    }

        .our_team .teambox {
            padding-right: 5px;
            padding-left: 5px;
        }
}

@media (max-width:1095px) {
    .banner_left {
        width: 28%;
    }

        .banner_left .message_box a:after {
            background-size: 6px;
            top: 2px;
            right: 5px;
        }

        .banner_left .message_box {
            padding: 11px 12px 13px 10px;
        }

            .banner_left .message_box h1 {
                font-size: 26px;
                line-height: 26px;
                padding-bottom: 3px;
            }

            .banner_left .message_box p {
                font-size: 15px;
                line-height: 15px;
            }

            .banner_left .message_box a {
                font-size: 15px;
            }

    .eventcalander .address_list {
        width: 63%;
    }
}

@media (max-width:1060px) {
    .ourdepartments .department_box {
        padding: 34px 5px 29px;
    }

        .ourdepartments .department_box .departments_right .content {
            padding-left: 10px;
        }

        .ourdepartments .department_box .departments_midle {
            width: 27%;
        }

        .ourdepartments .department_box .departments_left {
            width: 36.7%;
        }

            .ourdepartments .department_box .departments_left .btn a {
                float: right;
            }

        .ourdepartments .department_box .departments_right .content {
            width: 58%;
        }

    .questions-regarding span {
        display: block;
        margin-left: 0;
    }

    .bdcard {
        width: 39%;
        padding-right: 10px;
    }
}

@media (max-width:1020px) {
    .sliders .slider .flexslider ul.slides li .banner_content2 {
        top: 39px;
    }

    .navigation .menuzord-menu > li > a {
        padding: 7px 9px 8px 9px;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navigation .menuzord-menu > li > .megamenu .row {
        margin-left: 0;
    }
}

@media (min-width:769px) and (max-width:1100px) {
    .calendar_event_hover {
        font-size: 13px;
        line-height: 12px;
    }
}

@media (min-width:769px) and (max-width:1040px) {
    .our_team .teambox {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .our_team .aboutteam {
        float: left;
        margin-left:10px;
    }
}

@media (max-width:999px) {
    .top_title3 .title {
        font-size: 31px;
        padding: 15px 53px 0px 0px;
        background-position: left 14px;
        background-size: 34px;
    }

    .top_title3 figure {
        width: 340px;
    }

    .top_title7 .title {
        font-size: 31px;
        padding: 15px 0px 0px 0px;
        background-position: left 14px;
        background-size: 34px;
    }

    .contacts_right {
        width: 205px;
    }

    .contacts_left {
        width: 205px;
    }

    .address_list .contacts_right {
        width: 100%;
        float: none;
    }

    .address_list .contacts_left {
        width: 100%;
        float: none;
    }

    .address_howto .address_list .team .team_deatils .contacts_right li span,
    .address_howto .address_list .team .team_deatils .contacts_left li span {
        width: 65px;
    }

    .professionals_content img {
        width: 60%;
    }

    .our_departments .department_box .departments_right {
        width: 60%;
    }

    .our_departments .department_box .departments_left {
        width: 39%;
    }

    .our_departments .department_box {
        padding: 18px 12px 20px 5px;
    }

    .banner .children .child_content h2 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 11px;
    }

    .banner .children .child_content p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width:980px) {
    .banner .children {
        width: 595px;
        background-size: 100%;
    }

        .banner .children .child_content {
            width: 400px;
            top: 259px;
        }

    .navigation .menuzord-menu > li > a {
        font-size: 17px;
    }

    .hill {
        width: 370px;
    }

    .banner_left .message_box h1 {
        line-height: 22px;
        padding-bottom: 3px;
    }

    .banner_left .message_box p {
        padding-bottom: 1px;
    }

    .sendcard .right_form {
        float: none;
        margin-top: 20px;
    }

    .bdcard {
        float: none;
        width: 100%;
    }
}

@media (max-width:960px) {
    .eventcalander .address_list {
        width: 58%;
    }
}


@media (max-width:930px) {
    .neurology .professionals .left_img {
        display: none;
    }

    .neurology .professionals .read_content {
        float: left;
        padding-left: 20px;
    }

    .neurology .professionals .red_box,
    .neurology .professionals .red_box2 {
        width: 321px;
        height: 34px;
        padding-left: 10px;
    }

        .neurology .professionals .red_box span,
        .neurology .professionals .red_box2 span {
            font-size: 22px;
            line-height: 21px;
        }

    .row3 {
        margin-right: -9px;
        margin-left: -9px;
    }

    .col_boxx {
        padding-left: 9px;
        padding-right: 9px;
    }

    .header .logo_search2 .logo {
        width: 402px;
    }

        .header .logo_search2 .logo span {
            font-size: 30px;
            max-width: 70%;
        }

    .banner_content2 h2 {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 5px;
    }

    .banner_content2 h3 {
        font-size: 21px;
        line-height: 21px;
        padding-bottom: 11px;
    }

    .banner_content2 p {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 23px;
    }

    .navigation .menuzord-menu > li > a {
        padding: 7px 5px 8px 5px;
    }
}

@media (max-width:900px) {
    .address_howto .address_list {
        width: 64%;
    }

    .address_howto .right_links {
        width: 33%;
    }

    .right_content {
        width: 64%;
    }

    .eventcalander .address_list {
        width: 100%;
        float: none;
    }

    .eventcalander .right_links {
        width: 100% !important;
        float: none;
        margin-top: 10px;
    }
}

@media (max-width:890px) {
    .banner_content .bird2 {
        bottom: 28px;
    }
}

@media (max-width:860px) {
    .navigation .menuzord-menu > li > a {
        font-size: 14px;
        padding: 7px 6px 8px 6px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        top: 22px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        max-width: 388px;
    }

    .banner_content2 p {
        padding-bottom: 4px;
    }
}

@media (max-width:850px) {
    .top_title4 {
        min-height: inherit;
        padding-bottom: 5px;
    }

    .professor .professor_left h2 {
        font-size: 32px;
        padding: 5px 0px 4px 0px;
    }

    .professor .professor_left p {
        font-size: 14px;
    }

    .professor {
        width: 326px;
    }

        .professor .professor_left {
            width: 216px;
        }

        .professor .professor_right {
            width: 100px;
        }

    .professor_deatils {
        width: 312px;
        padding-top: 19px;
    }

        .professor_deatils h3 {
            font-size: 25px;
            padding-bottom: 4px;
        }

    .our_departments .department_box .departments_right {
        width: 55%;
    }

    .our_departments .department_box .departments_left {
        width: 44%;
    }

    .banner .balloon {
        top: -22px;
    }

    .banner_right {
        width: 100%;
        float: none;
    }

    .banner_left {
        width: 100%;
        float: none;
    }

    .banner .children {
        margin: 0 auto;
        margin-top: 22px;
    }

        .banner .children .child_content {
            top: 229px;
            right: 0;
            left: 0;
            margin: auto;
        }

    .header .logo_search .logo2 {
        width: 239px;
        margin: 34px 0px 15px 0px;
    }

    .header .logo_search .search_box {
        width: 329px;
    }

        .header .logo_search .search_box .search {
            width: 269px;
        }

        .header .logo_search .search_box .submit {
            width: 50px;
        }
}

@media (max-width:800px) {
    .neurology .professionals .red_box, .neurology .professionals .red_box2 {
        width: 305px;
    }

    .header .logo_search2 .logo {
        max-width: 326px;
        width: 100%;
    }

        .header .logo_search2 .logo figure {
            width: 68px;
        }

        .header .logo_search2 .logo span {
            font-size: 25px;
            max-width: 60%;
        }

    .sliders .slider .flexslider ul.slides li .banner_content {
        top: 9px;
        padding: 22px 90px 49px 10px;
    }

    .banner_content h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .banner_content h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .banner_content p {
        font-size: 14px;
    }

    .banner_content .bird2 {
        bottom: -20px;
    }
}

@media (max-width:880px) {
    .top_title7 {
        min-height: 141px;
    }

        .top_title7 .pull-left {
            width: 60%;
        }
}

@media (max-width:860px) {
    .top_title3 .nav_bar ul li {
        width: 82px;
    }

        .top_title3 .nav_bar ul li a {
            font-size: 12px;
            line-height: 13px;
        }

    .banner_left .message_box:last-child {
        margin-bottom: 0;
    }

    .banner_left {
        padding-bottom: 262px;
    }

    .right_links .appointment,
    .right_links .directions {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width:790px) {
    .stepsopt ul li a {
        font-size: 23px;
    }
}

@media (max-width:780px) {
    .questions-regarding label {
        float: none;
        width: 100%;
    }

    .questions-regarding .inputtext {
        margin-left:0;
    }
}


@media (max-width:768px) {
    .footer_submit {
        width: 100%;
    }

    .event-promotion img {
        display: none;
    }
}

@media (max-width:768px) {
    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current a {
        background: #15699d url(/images/white_arrow2.png) no-repeat;
        background-position: 17px 15px;
        color: #fff;
    }

    .header {
        position: relative;
        height: auto;
    }

    .menu_tab-content.current {
        display: none !important;
    }

    .navigation .menuzord-menu li .indicator {
        display: block !important;
    }

    .navigation .menuzord-responsive .menuzord-menu li .indicator {
        right:16px;
        left: auto;
    }

    .professor {
        float: none;
        margin: 0 auto;
        padding-top: 10px;
    }

    .professor_deatils {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

        /*.professor_deatils p {
            text-align: center;
        }*/

    .right_content {
        width: 100%;
        float: none;
    }

    .address_howto .right_links2 {
        width: 100%;
        float: none;
    }

    .right_nav {
        width: 100%;
        float: none;
    }

    .address_howto {
        width: 100%;
        float: none;
        padding-right:10px;
        padding-left:10px;
    }

        .address_howto .address_list {
            width: 100%;
            float: none;
        }

        .address_howto .right_links {
            float: none;
        }

    .contacts_right,
    .contacts_left {
        width: 100%;
        float: none;
    }

    .address_howto .right_links {
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    .footer .footer_box {
        width: 30%;
        margin-bottom: 10px;
    }

    .footer .contactfooter_box {
        width: 38%;
        margin-bottom: 10px;
    }

    .our_departments .department_box .departments_right img {
        width: 100%;
    }

    .our_departments .department_box .departments_right {
        width: 100%;
        float: none;
    }

    .our_departments .department_box .departments_left {
        width: 100%;
        float: none;
    }

    .address_howto .address_form {
        width: 100%;
        float: none;
        padding-top: 20px;
        padding-right:10px;
        padding-left:10px;
    }

    .address_howto .google_map {
        width: 100%;
        float: none;
        margin-bottom: 40px;
        padding-right:10px;
        padding-left:10px;
    }

    .chat_us {
        padding-bottom: 10px;
    }

    .navigation .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navigation .menuzord-menu > li > .megamenu .row {
        margin-right: 0;
        margin-left: 0;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box {
        float: none;
        width: 100%;
    }

        .navigation .menuzord-menu > li > .megamenu .col_box li:last-child a {
            border-bottom: 1px solid #d1e0ea;
        }

    .navigation .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*=col] {
        margin-top: 0;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav {
        width: 250px;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul {
            width: 100%;
            float: none;
        }

    .navigation .menuzord-menu > li > .megamenu .row2 {
        margin-right: 0;
        margin-left: 0;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box4 {
        width: 100%;
        float: none;
        margin-bottom: 12px;
    }

        .navigation .menuzord-menu > li > .megamenu .col_box4:last-child {
            margin-bottom: 52px;
        }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul li a {
        padding: 5px 10px 5px 0px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav h2 {
        padding-left: 10px;
    }

    .navbar .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar ul li {
        width: 100% !important;
        float: none !important;
    }

    .col_boxx {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .updates {
        max-width: none;
    }

    .red_boxs {
        max-width: 352px;
        width: 100%;
    }

    .neurology .professionals {
        padding: 19px 0px 18px 20px;
    }

        .neurology .professionals .read_content {
            padding-top: 15px;
        }

            .neurology .professionals .read_content span.bold {
                padding: 14px 0px 12px 0px;
            }

    .updates ul {
        padding: 10px 0px 10px 0px;
    }

    .neurology .updates .updates_content ul li:last-child {
        padding-bottom: 0;
    }

    .img_content .content_box {
        padding: 16px 12px 16px 15px;
    }

    .header .logo_search .logo {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header .logo_search .search_box {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .structure_division .division_right {
        width: 100%;
        float: none;
    }

    .structure_division .division_left {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .top_title2 .title {
        font-size: 26px;
        background-size: 40px;
        padding: 19px 58px 10px 0px;
    }

    .top_title2 {
        min-height: 120px;
    }

        .top_title2 figure {
            width: 197px;
        }

    .top_title3 .title {
        font-size: 22px;
    }

    .top_title3 figure {
        width: 200px;
    }

    .top_title3 .nav_bar {
        bottom: -62px;
    }

    .top_title5 {
        min-height: 120px;
    }

        .top_title5 .title {
            font-size: 31px;
            padding: 16px 0px 0px 0px;
        }

        .top_title5 figure {
            width: 318px;
        }

    .form_box {
        width: 100%;
    }

        .form_box .field2 .SumoSelect, .form_box .field2 .textfield {
            width: 100%;
        }

        .form_box .field2 .textfield {
            margin-bottom: 10px;
        }

        .form_box .field2 .textfield {
            width: 69%;
        }

        .form_box .field2 .SumoSelect {
            width: 29%;
        }

        .form_box .field2 {
            margin-bottom: 0px;
        }

        .form_box .field .labeltext {
            width: 100%;
        }

    .results .result_box .result_content {
        width: 100%;
    }

    .row2 {
        margin-right:0;
        margin-left:0;
    }

    .form_box .SumoSelect, .form_box .textfield {
        width: 100%;
    }

    .form_box .field {
        margin-bottom: 0;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        max-width: 296px;
    }

    .sliders .slider .flexslider ul.slides li a.hideformobile {
        display: block;
    }

    .sliders .slider .flexslider ul.slides li a.hidefordesktop {
        display: none;
    }

    .banner_content2 h2 {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 5px;
    }

    .banner_content2 h3 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 11px;
    }

    .banner_content2 p {
        font-size: 13px;
        line-height: 16px;
        padding-bottom: 10px;
    }

    .banner_content2 .info_sign .mother_info {
        font-size: 20px;
        line-height: 20px;
    }

    .banner_content2 .info_sign .sign_up {
        margin-left: 8px;
        font-size: 20px;
        line-height: 20px;
        width: 110px;
        height: 35px;
    }

    .menucontainer {
        padding-right:0;
        padding-left:0;
    }

    .our_departments .department_box .contact_link a.message {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .navigation .menuzord-menu > li > a {
        margin: 0;
        border: 0;
    }

    .navigation .menuzord-menu > li > .megamenu {
        top: 35px;
    }

        .navigation .menuzord-menu > li > .megamenu .search_menu {
            margin-left:10px;
        }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
            padding-left:10px;
        }

    .navigation .menuzord-menu > li > a {
        border-bottom: 1px solid rgba(21, 105, 157, 0.25);
    }

    .navigation .menuzord-menu > li > .megamenu .submenu_form {
        padding: 0px 0px 5px 0px;
    }

    .hill {
        width: 370px;
    }

    .navigation .menuzord-menu > li:after {
        display: none;
    }

    .updates {
        max-width: 430px;
        margin: 0 auto;
        padding: 0;
    }

    .footer .footer_box ul {
        padding-bottom: 10px;
    }

    .footer .contactfooter_box {
        margin-top: 20px;
    }

    .contactfooter_box h1 {
        text-align: center;
    }

    .footer_search {
        margin-top: 3px;
    }

    .right_nav ul.sidebar-menu li a {
        padding: 16px 0px 16px 0px;
    }

    .right_nav ul.sidebar-menu li.sub-menu a {
        padding-top:16px;
        padding-bottom:16px;
        padding-left: 30px;
        padding-right:0;
    }

    .about_center figure img {
        width: 100%;
    }

    .navbar ul li a {
        padding-top: 40px;
    }






    .navbar ul li.active a {
        padding-top: 46px;
    }

    .neurology .professionals .red_box {
        width: 100%;
        float: left;
        margin-left:20px;
        text-align: left;
    }

    .neurology .professionals .red_box2 {
        width: 100%;
        float: left;
        margin-left:20px;
        text-align: left;
        margin-right:0;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box li a {
        font-size: 14px;
        padding: 10px 0px 11px 0px;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box {
        padding-right:10px;
        padding-left:10px;
    }

        .navigation .menuzord-menu > li > .megamenu .col_box:first-child ul li:last-child a {
            border-bottom: 1px solid #d1e0ea;
        }

    .header .top_header ul.text_size {
        width: 97px;
    }

        .header .top_header ul.text_size li a {
            padding: 0px 3px;
        }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        float: none;
        width: 100%;
        padding: 0;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav {
            width: 100%;
            position: relative;
            top: 6px;
            left: 0;
            padding-bottom: 15px;
        }

            .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav.current {
                display: block !important;
            }

    .chat_us .submit_btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .address_howto .address_list .team .team_deatils {
        max-width: 266px;
    }

    .about_center2 {
        padding-top: 20px;
    }

    .updates.updates2 {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .neurology {
        padding-top: 20px;
    }

    .navigation .menuzord-menu > li > .megamenu a.close_menu {
        right:20px;
    }

    .navigation .menuzord-menu > li > .megamenu.departments {
        padding-bottom: 80px;
    }

        .navigation .menuzord-menu > li > .megamenu.departments .close_menu {
            bottom: -51px;
        }

    .navigation .menuzord-menu > li > .megamenu .submenu_form .submit {
        width: 100%;
        margin-top: 30px;
    }

    .right_nav ul.sidebar-menu li a {
        padding: 16px 10px 16px 0px;
    }

    .address .container {
        padding-right:0;
        padding-left:0;
    }

    .structure_division {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .full_list a {
        margin-left:0;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        border-right:none;
    }

    .submenu_nav {
        display: none;
    }

    .navigation .menuzord-menu > li > .megamenu .search_menu {
        max-width: none;
        width: 100%;
    }



    /*.navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a {
        background: url(/images/blue_arrow2.png) no-repeat;
        background-position: 17px 15px;
    }*/

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a:hover {
            background: #15699d url(/images/white_arrow2.png) no-repeat;
            background-position: 17px 15px;
            color: #fff;
        }

    .medical_departments .medical_tittle h2 {
        width: 245px;
        font-size: 26px;
    }

    .medical_departments .medical_tittle:before {
        top: 14px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        margin-bottom: 53px;
    }
    /*
.navigation .menuzord-menu>li>.megamenu .megamenu_nav ul li a.active.changearrow{ background: #15699d url(/images/white_arrow2_rotate.png) no-repeat; background-position:17px 13px; .submenu_nav.openmenu{ display:block !important;}*/



    label.error {
        position: relative !important;
        bottom: -3px !important;
    }

    .header .logo_search2 .logo figure {
        height: 79px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav2 {
        position: relative;
        top: 0;
        left: 6px;
        padding: 20px 0px 20px 0px;
    }


    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a {
        background-position: 14px 11px;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a:hover, .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current a {
            background-position: 14px 11px;
        }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current a {
        background: #15699d url(/images/white_arrow2_rotate.png) no-repeat;
        background-position: 14px 15px;
    }



    .about .maintable ul.headinggroup {
        display: none !important;
    }

        .about .maintable ul.headinggroup li span {
            display: none;
        }

    .about .maintable, .about .maintable ul.headinggroup, .about .maintable ul.rowgroup, .about .maintable li, .about .maintable li span {
        display: block;
    }

        .about .maintable ul.rowgroup li span {
            padding-left: 45%;
            position: relative;
        }

            .about .maintable ul.rowgroup li span:before {
                position: absolute;
                top: 12px !important;
                left: 6px !important;
                width: 45% !important;
                padding-left: 10px;
                white-space: normal;
                font-weight: 700;
            }

            .about .maintable ul.rowgroup li span:nth-of-type(1):before {
                content: "";
            }

            .about .maintable ul.rowgroup li span:nth-of-type(2):before {
                content: "2013";
            }

            .about .maintable ul.rowgroup li span:nth-of-type(3):before {
                content: "2014";
            }

        .about .maintable ul.rowgroup li {
            background: #fff;
        }

            .about .maintable ul.rowgroup li span:nth-child(2n) {
                background: #f8f8f8;
            }

            .about .maintable ul.rowgroup li span:first-child {
                background: #01507d;
                border-bottom: 4px solid #abcd3a;
                color: #fff;
                font-size: 16px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                padding-left: 0;
                position: relative;
                text-align: center;
            }

    .about_left {
        width: 100%;
        float: none;
        padding: 10px 10px 0px 10px;
    }

    .ourdepartments .department_box {
        padding: 10px 5px 10px;
    }

        .ourdepartments .department_box .departments_right,
        .ourdepartments .department_box .departments_midle,
        .ourdepartments .department_box .departments_left {
            width: 290px;
            float: none;
            margin: auto;
            border-bottom: 1px solid #c6d9e6;
            padding: 10px 0px;
        }

            .ourdepartments .department_box .departments_right:last-child,
            .ourdepartments .department_box .departments_midle:last-child,
            .ourdepartments .department_box .departments_left:last-child {
                border-bottom: none;
            }

            .ourdepartments .department_box .departments_left .btn a {
                float: left;
            }

    .nomobpadding {
        padding: 0;
    }

    .top_title8 .professor .professor_left ul li {
        font-size: 21px;
        line-height: 24px;
    }

    .top_title8 .professor_deatils h3 {
        font-size: 28px;
        padding-bottom: 2px;
    }

    .top_title8 .professor_deatils li {
        font-size: 17px;
        line-height: 25px;
    }


    .events_page .maintable li span {
        padding-right:0;
    }

    .calendar_event_hover {
        visibility: visible;
        opacity: 1;
        background: none;
        color: #0f3774;
        font-size: 15px;
        position: relative;
        padding: 0;
        float: left;
        width: 60%;
        height: auto;
        padding-left: 25px;
    }

    .events_page .maintable ul.headinggroup {
        display: none;
    }

    .events_page .maintable li {
        display: block;
        width: 100%;
    }

    .events_page .maintable ul.rowgroup {
        display: block;
        width: 100%;
    }

    .events_page .maintable li span {
        display: block;
        width: 100%;
    }

    .events_page .eventimg {
        width: 80%;
    }

        .events_page .eventimg img {
            max-width: 40%;
        }

        .events_page .eventimg img {
            position: relative;
            float: left;
            height: 92%;
            top: 3%;
            left: 14px;
        }

    .events_page .event_name {
        position: relative;
        font-size: 20px;
        background: none;
        float: left;
        width: 60%;
        margin: 0;
        text-align: left;
        padding-left: 25px;
        line-height: 20px;
    }

    .calendar_event .date {
        float: left;
        position: relative;
        height: 94%;
        width: 20%;
        background: #fff;
        top: 4px;
        left: 7px;
        text-align: center;
        vertical-align: middle;
        font-size: 45px;
        padding-top: 25px;
    }

    .events_page .calendar_event:hover .date {
        color: #103674;
    }

    .events_page .calendar_event .date span {
        font-size: 20px;
        display: block;
    }

    .in_listbtn {
        float: none;
        width: 100% !important;
    }

    .event_list {
        width: 154px;
        left: 0;
        right: 0;
        top: 164px;
        margin: auto;
    }

        .event_list:after {
            width: 30px;
            height: 19px;
            background: url(/images/tringle2.png) no-repeat;
            top: -18px;
            left: 113px;
        }

    .faq_left {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .faq {
        padding: 40px 0px 50px 0px;
    }

    .phonebook_left {
        width: 100%;
        float: none;
        padding-left:0;
        margin-top: 20px;
    }

    .phonebook_box {
        padding: 27px 10px 19px 10px;
    }

    .sendcard {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding: 0px 10px 0 10px;
        ;
    }

    .send_cadrs {
        padding: 40px 0px 50px 0;
    }

    .questions-regarding .SumoSelect {
        margin-left: 0px;
    }

    .sendcard .right_form {
        width: 100%;
        float: none;
    }

    .our_team .aboutteam {
        float: left;
        margin-left:10px;
    }

    .gallerys {
        float: none;
        display: block;
        width: 100%;
        margin-top: 10px;
        padding-left:0;
    }

        .gallerys .galleryrow {
            margin-right:0;
            margin-left:0;
        }

    .team_box2 .team a {
        width: 94%;
    }

    .about .maintable ul.rowgroup li span:nth-child(2n) {
        border-right: 1px solid #e2ecf2;
    }

    .top_title8 .professor .professor_left span:nth-child(2) {
        width: 234px;
    }

    .clanderbox {
        margin: 0 auto;
        margin-top: 20px;
    }

    .registration {
        width: 100%;
        float: none;
        margin-top: 20px;
        padding: 0px 10px;
    }

    .top_title7 figure {
        display: none;
    }

    .formbox .threebox {
        width: 33.33%;
    }

    .formbox .twobox {
        width: 70%;
    }

    .formbox .onebox {
        width: 30%;
    }

    .formbox .threeinput {
        width: 33.33%;
        margin: 0;
        padding-right:5px;
        padding-left:5px;
    }

    .direction {
        padding: 0px 0 50px 0;
    }

    .location_map {
        margin-top: 0;
    }
    .show_direction .nav_form .questions-regarding {
        width: 90%;
        float: none;
        margin-bottom:10px;
    }
    .show_direction .nav_form .fbox2 {
        width: 96%;
        float: none;
        margin-bottom:10px;
    }
    .show_direction .nav_form .fbox {
        padding-right: 5px;
        padding-left: 5px;
    }

    .heartimg {
        width: 249px;
        margin-top: 20px;
    }

    .nomarginbottom {
        margin-bottom: 0 !important;
    }

    .field5 .pull-right,
    .field5 .pull-left {
        width: 49%;
    }

    .form_box .labeltext2 {
        line-height: 45px;
    }

    .necessary {
        margin: 10px 0px 10px 0;
    }

    .formrow {
        margin-right:-5px;
        margin-left:-5px;
    }

    .logo_search .container {
        padding: 0;
    }

    .galleryrow ul li {
        width: 48%;
        float: left;
        margin: 0 1% 48px;
    }
}


@media (max-width:740px) {
    .top_title3 .nav_bar ul li {
        width: 62px;
    }

    .sliders .slider .flexslider ul.slides li {
        height: 241px;
        background: #fff;
    }

    .flexslider .slides img.slide_img {
        display: none;
    }

    .sliders .slider .flexslider ul.slides li .banner_content {
        top: 41px;
        right: 0px;
        left:0;
        margin: 0 auto;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        max-width: 381px;
        top: 47px;
        right:0;
        left:0;
        margin: 0 auto;
    }

    .top_title7 figure {
        width: 330px;
    }

    .top_title7 {
        min-height: 121px;
    }
}

@media (max-width:630px) {
    .banner .children {
        width: 430px;
    }

        .banner .children .child_content {
            width: 285px;
            top: 159px;
        }

            .banner .children .child_content h2 {
                font-size: 24px;
            }

            .banner .children .child_content p {
                max-height: 74px;
                overflow: hidden;
            }

    .banner .children {
        height: 336px;
    }

    .banner_left {
        padding-top: 40px;
    }

    .hill {
        width: 86%;
    }

    .banner_left {
        padding-bottom: 216px;
    }

    .header .logo_search2 .logo {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .header .logo_search2 .search_box {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .banner .children .child_content {
        right: 37px;
    }

        .banner .children .child_content a {
            line-height: 15px;
            background-position: right 0px;
            margin-top: 7px;
            display: inline-block;
        }

    .registrationBirth-popup .col-xs-5:nth-of-type(2) {
        display: none;
    }
}


@media (max-width:600px) {
    .footer .footer_box {
        width: 100%;
        float: none;
        text-align: center;
    }

    .footer .contactfooter_box {
        width: 254px;
        float: none;
        right: 0;
        left: 0;
        margin: auto;
    }

        .footer .contactfooter_box .social {
            margin-bottom: 16px;
        }

    .footer .contactfooter_box {
        border: none;
        padding-left: 0;
    }

    .our_departments .department_box {
        padding: 0px 0px 20px 0px;
    }

        .our_departments .department_box figure {
            width: 100%;
            float: none;
        }

        .our_departments .department_box .content {
            width: 100%;
            float: none;
            padding-top: 10px;
            padding-left: 0;
        }

    .header .top_header ul.language {
        width: 163px;
    }

        .header .top_header ul.language li.hebrow1 a {
            font-size: 16px;
        }

        .header .top_header ul.language li a {
            font-size: 13px;
            padding: 0px 5px;
        }

    .top_title2 figure, .top_title3 figure, .top_title5 figure {
        display: none;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav {
        width: 162px;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav ul li a {
            font-size: 13px;
            line-height: 13px;
        }

    .sliders .slider .flexslider ul.slides li .banner_content {
        padding: 8px 61px 6px 50px;
    }

    .banner_content .bird2 {
        width: 50px;
        bottom: -47px;
    }

    .banner_content .bird1 {
        width: 50px;
        top: 10px;
    }

    .navigation .menuzord-menu > li > .megamenu .search_menu {
        margin-left:0;
        max-width: none;
        width: 100%;
    }

        .navigation .menuzord-menu > li > .megamenu .search_menu .searchbox {
            width: 267px;
        }

            .navigation .menuzord-menu > li > .megamenu .search_menu .searchbox .search-box {
                width: 224px;
            }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        padding-right:0;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav {
            left:0;
        }

    .navigation .menuzord-menu > li > .megamenu a.close_menu {
        position: relative;
        margin-top: 20px;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box4 {
        margin-bottom: 12px;
    }

    .bannerupdates {
        padding: 15px 0 0px 0px;
    }

    .banner .balloon {
        width: 135px;
    }

    .top_title3 .nav_bar {
        bottom: -64px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a.active.changearrow {
        background: #15699d url(/images/white_arrow2_rotate.png) no-repeat;
        background-position: 9px 11px;
    }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav {
        margin-bottom: 16px;
    }

    .navigation .menuzord-menu > li > .megamenu .col_box4:last-child {
        margin-bottom: 20px;
    }

    .navigation .menuzord-menu > li > .megamenu .lastcol {
        margin-bottom: -40px;
    }

    .top_title7 figure {
        display: none;
    }

    .mfp-title {
        width: 180px;
        line-height: 17px;
    }

    .mfp-description {
        width: 180px;
        top: 43px;
        text-align: left;
    }

    .our_team .teambox {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .our_team .aboutteam {
        float: left;
        margin-left:10px;
    }

    .stepsopt ul li {
        margin-right:6px;
    }

        .stepsopt ul li a {
            font-size: 16px;
            background-size: 15px;
            padding: 10px 0 10px 21px;
        }

            .stepsopt ul li a span {
                font-size: 28px;
            }

    .registration_form .rightform,
    .registration_form .leftform {
        width: 100%;
        /*float: none;*/
        margin-bottom: 10px;
    }

    .registration_form .formbox {
        margin-top: 0;
    }

    .stepsopt {
        margin-bottom: 20px;
    }

    .formbox .threeinput {
        margin-bottom: 10px;
    }
}

@media (max-width:564px) {
    .top_title3 {
        min-height: 223px;
    }

        .top_title3 .nav_bar {
            bottom: -116px;
        }

            .top_title3 .nav_bar ul li {
                margin-bottom: 5px;
            }

                .top_title3 .nav_bar ul li.active, .top_title3 .nav_bar ul li:hover {
                    margin-bottom: 5px;
                    border: 1px solid #c6d9e6;
                }

        .top_title3 .nav_bar {
            width: 300px;
        }
}

@media (max-width:558px) {
    .top_title3 .nav_bar ul li.active, .top_title3 .nav_bar ul li:hover {
        margin-bottom: 5px;
        border: 1px solid #c6d9e6;
    }
}

@media (max-width:558px) {
    .top_title3 .nav_bar ul li {
        margin-bottom: 5px;
    }

    .top_title3 .nav_bar {
        bottom: -120px;
    }

    .top_title3 {
        min-height: 223px;
    }

        .top_title3 .nav_bar ul li a {
            line-height: 13px;
        }

    .banner .balloon {
        width: 111px;
    }

    .top_title3 .nav_bar ul li.current {
        margin-bottom: 5px;
        border-top: 1px solid #c6d9e6;
        border-right: 1px solid #c6d9e6;
        border-left: 1px solid #c6d9e6;
        border-bottom: 1px solid #c6d9e6;
    }

    .gallerys .gallerybox {
        width: 50%;
        margin-bottom: 19px;
    }
}

@media (max-width:510px) {
    .show_direction .nav_form .fbox, .show_direction .nav_form .fbox2 {
        float: none;
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

     

        .show_direction .nav_form .fbox2 .showbtn {
            margin-top: 0;
        }
}

@media (max-width:480px) {
    .form_box .field {
        margin-bottom: 0;
    }

    .form_box .labeltext {
        width: 100%;
        float: none;
    }

    .form_box .SumoSelect {
        width: 100%;
        float: none;
    }

    .form_box .textfield {
        width: 100%;
        float: none;
    }

    .header .logo_search2 .logo {
        width: 271px;
    }

        .header .logo_search2 .logo span {
            float: left;
            font-size: 17px;
            padding-left:10px;
            padding-top: 27px;
        }

    .professor {
        width: 300px;
    }

        .professor .professor_right {
            width: 193px;
        }

    .neurology .professionals .red_box, .neurology .professionals .red_box2 {
        width: 250px;
    }

    .updates {
        max-width: none;
        width: 100%;
    }

    .address_howto .address_list .team {
        padding: 13px 0px 10px 0px;
    }

    .address_howto .address_list .team1 .team_deatils ul li span, .address_howto .address_list .team3 .team_deatils ul li span {
        display: block;
    }

    .address_howto .address_list .team .team_img {
        width: 53px;
    }

    .address_howto .address_list .team .team_deatils ul li {
        line-height: 23px;
    }

    .address_howto .address_list .team .team_deatils h3 {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .address_howto .address_list .team .team_deatils {
        max-width: 205px;
    }

    .navigation .menuzord-menu > li > .megamenu a.close_menu {
        width: 112px;
    }

    .header .top_header ul.text_size li:last-child a {
        margin-left:0;
    }

    .header .top_header ul.language {
        width: 75px;
    }

    .birthday_content {
        padding: 30px 11px 180px 14px;
    }

    .questions-regarding {
        padding: 10px;
        ;
    }

    .footerplay img {
        top: 6px;
        width: 123px;
    }

    .questions-regarding .inputtext, .questions-regarding .sub_btn {
        width: 100%;
        float: none;
        display: block;
    }

    .questions-regarding .sub_btn {
        margin: 10px 0px 0px 0px;
    }

    .leftbook {
        width: 100%;
        display: block;
        float: left;
    }

    .prev_btn, .next_btn {
        font-size: 22px;
    }

    .month_title {
        font-size: 25px;
        top: 10px;
    }

    .wroteabout .wroteleft,
    .wroteabout .wroteright {
        float: none;
        width: 100%;
    }

    .galleryrow ul li {
        width: 98%;
        float: none;
        margin: 0 1% 48px;
    }

    .show-direction-new .btnBlue {
        display: block;
        width: 138px;
    }

    .rightNav-new {
        width: 100% !important;
        float: none !important;
    }

    .faq_left {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
    }

    .table-responsive {
        border: none;
        overflow: hidden;
    }

    .accordion-section ul {
        width: auto !important;
    }

        .accordion-section ul li {
            padding: 0 0 9px !important;
        }

    .col_boxx2 .updates .updates_tittle {
        height: 58px;
    }

        .col_boxx2 .updates .updates_tittle a {
            display: block;
            float: none;
            clear: both;
            text-align: right;
        }

    .ourdepartments .department_box .departments_midle .content {
        width: 95%;
    }

    .ourdepartments .department_box .departments_left .content p {
        line-height: 1.2;
    }

    .lang-rtl .ourdepartments .department_box .departments_left .btn a {
        width: 100%;
    }

    .address_howto.col-xs-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ourdepartments .department_box .departments_left .btn { width: 100%; }
    .ourdepartments .department_box .departments_left .btn a { margin-top: 0; }
    .ourdepartments .department_box .departments_midle .content h2 { width: 39%;  display: inline-block; }
    .ourdepartments .department_box .departments_midle .content p { display: inline-block; }
    .ourdepartments .department_box .departments_right, 
    .ourdepartments .department_box .departments_midle, 
    .ourdepartments .department_box .departments_left { border-bottom: none; }

    .left-pane.col-xs-3 {
        width: 100%;
    }

    .item-text.ckeditor {
        padding-left: 12px;
    }

    .sendcard {
        width: 100%;
        float: right;
        padding-left: 0px;
        padding-right: 0px;
    }

        .sendcard .right_form {
            width: 100% !important;
            padding: 0 7px;
        }

    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li,
    .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li.current {
        border: none;
        background: none;
        padding-right: 0;
    }

        .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li .submenu_nav h2 {
            padding-bottom: 0;
            padding-top: 11px;
        }

    .menu_tabs {
        height: auto !important;
    }

        .menu_tabs > li {
            border-top: 1px solid #d1e0ea !important;
        }

    .questions-regarding .sub_btn.searchPhoneIndex {
        width: 89px;
        float: left;
        margin-right: 10px;
        text-align: center;
    }

    .field2.contactUs-phoneNumber.clearfix > div:last-child {
        clear: both;
    }

    .field2.contactUs-phoneNumber.clearfix > input {
        margin-bottom: 0;
    }

    .top_title,
    .top_title .container div div {
        min-height: 100% !important;
        padding: 0 !important;
    }

        .top_title .title {
            padding: 10px 0;
            clear: both;
        }

    .top_title {
        min-height: 100%;
    }

    .registration_birth {
        padding: 0 5px;
    }

    .textfieldlarge {
        width: 100% !important;
    }

    .pull-left-mobile {
        float: none !important;
    }

    .form_box .field2 .textfield {
        margin-bottom: 0;
    }

    .right_content {
        padding-left: 15px !important;
    }

    .fc-center h2 {
        margin-top: 15px !important;
    }

    .registrationBirth-popup {
        width: 90% !important;
        padding-top: 70px;
    }

    .registrationBirth-popup-content {
        width: 83%;
        padding-right: 25px;
    }

    .registrationBirth-popup a, .registrationBirth-popup .registrationBtn {
        display: inline-table;
        margin-bottom: 20px;
        line-height: 1 !important;
        width: 47%;
        text-align: center;
        margin-left: 0px !important;
    }

    .registrationBirth-popup .registrationBtn, .registrationBirth-popup a {
        line-height: 1 !important;
        width: 50%;
    }

    .addthis_sharing_toolbox {
        text-align: center;
    }

    .our_departments .department_box .content {
        padding-right: 15px;
    }

    .events_page .event_name {
        padding-right: 5px;
        background: #fff;
        font: 12px/1 Arial;
        color: navy;
    }

    .banner .children .child_content {
        left: 60px !important;
        top: 200px !important;
    }

    .lang-ltr .bannerupdates {
        padding-left: 15px;
    }

    .lang-rtl .bannerupdates {
        padding-right: 15px;
    }

    .navigationHospital .questions-regarding {
        width: 47%;
        margin-bottom: 10px;
    }

    .show_direction .nav_form .fbox2 .showbtn {
        width: 89%;
    }

    .footer .footer_box h2 {
        text-align: center;
    }

    ul.social.clearfix {
        text-align: center;
    }

    .footer .contactfooter_box .social li {
        float: none;
        display: inline-block;
    }

    .picture img {
        display: block;
        margin: 0 auto;
    }

    .our_departments.our_departments2 .department_box .departments_right .col-xs-2 { width: 36%; margin-top: 12px; }
    .lang-ltr .our_departments.our_departments2 .department_box .departments_left .stand_btn.col-xs-4 { width: 100%; }
    .professor .professor_left .titleDoctor { margin-left: -30px; }

    .footer { height: auto; }
    .contactfooter_box { float: none !important; }
    .footer .container > .pull-right { margin-top: 20px; }
    .address_howto .right_links,
    .address_howto { width: 100% !important; }
    .top_title3 { padding: 0 10px; }

    .address.send_cadrs > .container > .row .clearfix.col-xs-6 { width: 96%; margin: 0 auto; float: none; }
    .VideoModal > a { width: 100% !important; height: auto !important; padding-top: 0 !important; }
    .VideoModal > a  > img { margin-bottom: 25px; }
    .youTube-frame { position: relative; padding-bottom: 56.25%; padding-top: 60px; overflow: hidden; }
    .youTube-frame iframe,
    .youTube-frame object,
    .youTube-frame embed { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
    #VideoModal .modal-dialog { width: 100% !important; }

    .call-link { float: right; text-decoration: none !important; }
    .lang-ltr .medical_departments .medical_tittle h2 { width: 70%; }
    .lang-ltr .navigation .menuzord-menu > li > .megamenu .megamenu_nav ul li a { background-position: 96% 15px; }
    .freeText-rightColumn { width: 100% !important; }
    .freeText-leftColumn { width: 96% !important; margin: 0 auto; float: none; }
    .freeText-oneColumn .container { padding-left: 15px !important; padding-right: 15px !important; }

}

@media (max-width:460px) {
    .banner .children {
        width: 345px;
    }

        .banner .children .child_content {
            width: 217px;
            top: 134px;
        }

            .banner .children .child_content h2 {
                font-size: 18px;
                padding-bottom: 0px;
            }

            .banner .children .child_content p {
                height: 55px;
                overflow: hidden;
            }

            .banner .children .child_content a {
                font-size: 17px;
                line-height: 17px;
                background-position: right 1px;
                background-size: 7px;
            }

    .banner .children {
        height: 280px;
    }

    .banner_left {
        padding-bottom: 191px;
    }

    .header .logo_search .search_box {
        width: 274px;
    }

        .header .logo_search .search_box .search {
            width: 221px;
            font-size: 14px;
        }

        .header .logo_search .search_box .submit {
            width: 50px;
        }

    .banner_content h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .banner_content h3 {
        font-size: 15px;
        line-height: 15px;
    }

    .banner_content p {
        font-size: 13px;
        line-height: 18px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        max-width: 300px;
        top: 20px;
    }

    .professor {
        width: auto !important;
    }

        .professor .professor_left {
            width: 171px;
        }

            .professor .professor_left h2 {
                line-height: 17px;
                margin-bottom: 5px;
            }

    .formbox .threeinput {
        width: 100%;
        float: none;
    }

    .right_content,
    .address_howto .right_links2 {
        width: 100% !important;
        float: none !important;
    }

    .professor_deatils {
        width: auto !important;
    }
}

@media (max-width:400px) {
    .stepsopt ul li {
        margin-right:4px;
    }

        .stepsopt ul li a {
            font-size: 12px;
            background-size: 10px;
            padding: 10px 0 10px 15px;
        }

            .stepsopt ul li a span {
                font-size: 18px;
            }
}

@media (max-width:380px) {
    .banner .children {
        width: 283px;
        height: 231px;
        margin-top: 98px;
    }

    .banner .balloon {
        top: -99px;
        width: 116px;
    }

    .banner .children .child_content {
        width: 192px;
        top: 105px;
    }

        .banner .children .child_content h2 {
            font-size: 15px;
            line-height: 22px;
        }

        .banner .children .child_content p {
            font-size: 12px;
        }

        .banner .children .child_content a {
            font-size: 14px;
            background-position: right 3px;
            padding-right: 13px;
            background-size: 6px;
        }

    .top_title3 {
        min-height: 232px;
    }

    .sliders .slider .flexslider ul.slides li .banner_content2 {
        top: 20px;
    }

    .banner_left {
        padding-bottom: 150px;
    }

    .banner .children .child_content {
        right: 70px;
    }

        .banner .children .child_content a {
            font-size: 13px;
            margin-top: 0;
        }

    .lang-rtl .banner .children .child_content {
        left: 70px;
    }

    .lang-ltr .banner .children .child_content {
        right: 25px;
    }
}

@media (max-width:350px) {
    .our_departments .department_box .contact_link, .our_departments .department_box .stand_btn {
        float: none;
        margin: 0 auto;
    }

    .sliders .slider .flexslider ul.slides li .banner_content {
        top: 25px;
    }

    .questions-regarding .SumoSelect {
        width: 100%;
    }
}



.cmxform2 label.error {
    bottom: 21px;
}

label.error, label.errorContactUs, label.errorDonate {
    color: #eb0000;
    display: block;
    font-size: 14px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    bottom: -60px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-control.error {
    margin-bottom: 30px !important;
}

.tab-content {
    display: none;
}

    .tab-content.current {
        display: inherit;
    }

.menu_tab-content {
    display: none;
}

    .menu_tab-content.current {
        display: inherit;
    }

.formbox label.error {
    left:auto;
    right:0;
}

.registration_form .inputfield.error {
    background: #fde2e2;
    border: 1px solid #f5232c;
}


.formbox label.error {
    left:auto;
    right:0;
}

.registration_form .inputfield.error {
    background: #fde2e2;
    border: 1px solid #f5232c;
}

label.error, label.errorContactUs, label.errorDonate {
    color: #eb0000;
    display: block;
    font-size: 14px;
    margin-top: 2px;
    position: absolute;
    left: 0;
    bottom: -16px;
    margin-bottom: 0;
    padding-bottom: 0;
}

label.error {
    bottom: 0px;
    left: 1px;
    text-align: right;
}

label.errorContactUs {
    bottom: -60px;
    left: 1px;
    text-align: right;
}

label.errorDonate {
    bottom: -15px;
    left: 1px;
    text-align: right;
}

inputfield.error {
    background: #fde2e2;
    border: 1px solid #f5232c;
}

#errorsummary {
    font-size: 16px;
    color: #f5232c;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
}


@media (min-width:769px) {
    .wrapper {
        /*padding-top: 204px;*/
    }

    .shrink .header .top_header {
        display: none;
    }

    .shrink .header {
        height: 124px;
    }

        .shrink .header .logo_search .search_box {
            margin: 8px 0px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .shrink .header .logo_search .logo {
            width: 208px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .shrink .header .logo_search2 .logo {
            width: 378px;
            margin: 0;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .shrink .header .logo_search2 .logo img {
                width: 378px;
                margin: 0 0px 0 0px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .shrink .header .logo_search2 .logo span {
                font-size: 22px;
                padding-top: 17px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .shrink .header .logo_search2 .logo figure {
                width: 60px;
                height: 72px;
                padding-top: 5px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

    .tab-content3 {
        top: -79px !important;
    }

    .tab-content4 {
        top: -119px!important;
    }

    .tab-content5 {
        top: -161px!important;
    }

    .tab-content6 {
        top: -202px!important;
    }
}

h3.DepertmentTitle {
    padding: 10px;
    font-size: 22px;
}

h4.DepertmentShortDesc {
    padding: 20px 10px;
    font-size: 18px;
}

/* AUTOCOMPLETE */

.autocomplete {
    width: 100%;
    position: relative;
}

    .autocomplete input {
        font-size: 1.2em;
        width: 100%;
        padding: 0.4em;
    }

    .autocomplete ul {
        position: absolute;
        right: 0;
        width: 100%;
        border-right: 1px solid #888;
        border-left: 1px solid #888;
        border-bottom: 1px solid #888;
        z-index: 1;
    }

    .autocomplete li {
        text-align: right;
        list-style: none;
        width: 100%;
        padding: 0.4em;
        background-color: #fff;
    }

        .autocomplete li.active {
            width: 100%;
            background-color: #4bf;
        }

    .autocomplete .highlight {
        background-color: #E2E2E2;
    }

    .autocomplete li.active .highlight {
        background: #666;
        color: #fff;
    }



.loader {
    width: 100px;
    height: 100px;
}

.bolded {
    font-weight: bold;
}

.btnBlue {
    font-family: Arial, Helvetica, sans-serif !important;
    height: 40px;
    background: #0292ef;
    font-size: 18px!important;
    color: #fff;
    line-height: 14px;
    border-radius: 2px;
    padding: 12px 0px 13px 0px;
    margin-top: 14px;
    text-align: center;
    width: 200px;
    margin-left: 393px;
}

.sliders .prev,
.sliders .next {
    display: none;
}

.textAndIcon {
    margin: 10px auto;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        min-height: 38% !important;
        height: auto !important;
    }
}


.professor_deatils div, .professor_deatils span, .professor_left span, .professor_left div {
    background-color: transparent !important;
}



.left-pane .form_box {
    width: 100%;
    padding: 0px 10px;
}

    .left-pane .form_box .field4 {
        position: relative;
    }

    .left-pane .form_box .labeltext {
        font-family: Arial, Helvetica, sans-serif;
        width: 100%;
        float: left;
        color: #000000;
        font-size: 16px; /*line-height: 45px;*/
    }

    .left-pane .form_box .textfield {
        width: 100%;
        height: 45px;
        float: right;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        padding-left: 10px;
        font-size: 16px;
        color: #000000;
    }

    .left-pane .form_box .textfieldlarge {
        width: 239px;
        height: 150px;
        float: right;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        padding-left: 10px;
        font-size: 15px;
        color: #000000;
    }

    .left-pane .form_box .textfield.error {
        background: #fde2e2;
        border: 1px solid #f5232c;
    }

    .left-pane .form_box .field {
        margin-bottom: 15px;
        position: relative;
    }

    .left-pane .form_box .SumoSelect {
        width: 100%;
        float: right;
    }

        .left-pane .form_box .SumoSelect > .CaptionCont {
            height: 45px;
            border: 1px solid #d9e4ee;
            border-radius: 4px;
            padding-right: 10px;
            padding-left: 10px;
        }

            .left-pane .form_box .SumoSelect > .CaptionCont > span {
                width: 100%;
                display: block;
                font-size: 20px;
                line-height: 22px;
            }

    .left-pane .form_box .SlectBox {
        padding-top: 12px;
    }

    .left-pane .form_box .SumoSelect > .CaptionCont > span {
        float: left;
        direction: ltr;
    }

    .left-pane .form_box .SumoSelect > .optWrapper > .options > li label {
        font-size: 14px;
        padding: 4px 10px;
        text-align: left;
    }

    .left-pane .form_box .SumoSelect > .CaptionCont > label {
        right: 6px;
    }

    .left-pane .form_box .SumoSelect > .optWrapper > .options > li:first-child label {
        padding: 0;
    }

    .left-pane .form_box .SumoSelect > .optWrapper.open {
        top: 46px;
    }

    .left-pane .form_box .SumoSelect > .optWrapper > .options > li {
    }

        .left-pane .form_box .SumoSelect > .optWrapper > .options > li.selected {
        }

    .left-pane .form_box .field2 {
        margin-bottom: 0px;
    }

        .left-pane .form_box .field2 .textfield {
            width: 49%;
            float: left;
        }

        .left-pane .form_box .field2 .SumoSelect {
            width: 49%;
            float: left;
        }

    .left-pane .form_box .field3 {
        margin-bottom: 12px;
        position: relative;
    }

    .left-pane .form_box .field4 .labeltext {
        width: 100%;
        color: #000000;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 5px;
    }

    .left-pane .form_box .field4 .text_area {
        width: 100%;
        height: 175px;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        resize: none;
        padding: 6px;
        font-size: 15px;
        color: #000000;
        overflow: auto;
    }

    .left-pane .form_box .field3 .text_area {
        width: 100%;
        height: 102px;
        border: 1px solid #d9e4ee;
        border-radius: 4px;
        resize: none;
        padding: 6px;
        font-size: 15px;
        color: #000000;
        overflow: auto;
    }

.left-pane .chat_us .submit_btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: #3684c2;
    border-radius: 3px;
    width: 106px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.bgf0f0f0 {
    background-color: #f0f0f0;
}

.team_pakad h3 {
    width: 100%;
    font-size: 22px;
    color: #111111;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 6px;
    border-bottom: 1px solid #c6d9e6;
    margin-bottom: 19px;
}

.LinkWithText h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    padding-bottom: 5px;
}


.LinkWithText .appointment {
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    height: 40px;
    background: #0292ef;
    font-size: 18px!important;
    color: #fff;
    line-height: 14px;
    border-radius: 2px;
    padding: 12px 0px 13px 0px;
    display: block;
    margin-top: 14px;
    text-align: center;
    max-width: 200px;
}
/*new classes*/
.division-title {
    background-position: right 19px;
}

.division-title img {
    vertical-align: middle;
    margin-right: 10px;
}


/*changes for english*/
.lang-ltr .row > div[class*='col-xs-'] {
    float: left;
}

.lang-ltr .SumoSelect > .CaptionCont > label {
    right: 5px;
    left: auto;
}

.lang-ltr .chat_us .SumoSelect > .CaptionCont > label > i {
    background-position: left center;
}

.lang-ltr .pull-right {
    float: left !important;
}

.lang-ltr h2, .lang-ltr h3, .lang-ltr h2 {
    text-align: left;
}

.lang-ltr .professor_left { /*padding-left: 15px !important;*/
    padding-right: 0;
}

.lang-ltr .professor .professor_left h2 {
    font-family: 'fbreformaenregular';
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    padding: 15px 0px 10px 0px;
}

.lang-ltr .flex-control-nav li {
    float: right;
}

.lang-ltr .sliders .slider .flex-direction-nav, .lang-ltr .sliders .slider .flex-control-nav {
    bottom: 15px;
    right: 55px;
    left: auto;
}

.professor .professor_left h1 {
    font-family: 'fbreformaenregular';
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    padding: 15px 0px 10px 0px;
}

.registrationBirth-popup {
    position: absolute;
    bottom: 305px; /*right: 15px;*/
    width: 100%;
    height: 100%; /*max-height: 390px;*/
    background: #fbfbfb;
    direction: ltr;
    display: none;
    z-index: 1;
}

    .registrationBirth-popup > div {
        background: #fbfbfb;
    }

.registrationBirth-popup-content {
    padding-top: 60px;
}

    .registrationBirth-popup-content > h1,
    .registrationBirth-popup-content > p,
    .registrationBirth-popup-content > a {
        padding-right: 10px;
    }

.registrationBirth-popup h1 {
    margin-bottom: 10px;
    font: 35px/1 'fbreformaenregular';
    color: #000;
}

.registrationBirth-popup h2 {
    margin-bottom: 18px;
    font: 25px/1 'fbreformaenregular';
    color: #000;
}

.registrationBirth-popup p {
    margin-bottom: 30px;
    font: 16px/1.3 Arial;
    color: #000;
}

.registrationBirth-popup div.popuptext {
    margin-bottom: 30px;
    font: 16px/1.3 Arial;
    color: #000;
}

.registrationBirth-popup a {
    margin-right: 5%;
    color: #f57325;
    font: 24px/40px 'fbreformaenregular';
}

.registrationBirth-popup .registrationBtn {
    display: inline-block;
    background-color: #f57325;
    border: none;
    padding: 4px 30px;
    font: 23px/40px 'fbreformaenregular';
    color: #fff;
    line-height: 1.1em !important;
}

.registrationBirth-popup img {
    height: auto;
    position: relative;
    top: 4px;
}

.registrationBirth-popup-close {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: url(/images/close_slide.png) 0 0 no-repeat;
    border: none;
}

.event-promotion {
    padding: 10px 20px;
}

    .event-promotion p {
        margin-bottom: 15px;
        color: #222;
        font: 16px/1.3 Arial;
    }

    .event-promotion img {
        float: left;
        margin-right: 5%;
        margin-top: 1%;
    }

    .event-promotion .event-promotion-title {
        color: #000;
        font: 22px/1.3 Arial;
    }

    .event-promotion a {
        display: block;
        float: none;
        padding-top: 10px;
        color: #02416d;
        font: 16px/1 Arial;
        text-decoration: none;
    }

        .event-promotion a:after {
            position: relative;
            top: 2px;
            left: 6px;
            width: 8px;
            height: 13px;
            content: url(../images/blue_arrow2_ltr.png);
        }

.showAllQuest {
    border: none;
    background: none;
    font-size: 16px;
    color: #114f80;
    line-height: 44px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-right: 20px;
    outline:none;
}

.freetext p,
.freetext span {
    line-height: 20px;
}

.freetext .control-title {
    font: 22px/22px Arial;
}

.lang-ltr .contactUs-phoneNumber input[type="text"] {
    float: right;
}

.lang-ltr .contactUs-phoneNumber .SumoSelect {
    float: left;
}

.donor {
    padding-bottom: 0 !important;
}


/* Start - Structural Change By Avi */
.rightContent-new {
    width: 74.4%;
    float: left;
}

.rightNav-new {
    width: 21.5%;
    float: left;
}

    .rightNav-new ul.sidebar-menu li:first-child a {
        border-top: 1px solid #c6d9e6;
    }

    .rightNav-new ul.sidebar-menu li a {
        padding-top: 16px;
        padding-left: 34px;
        padding-bottom: 16px;
        padding-right: 0px;
        border-bottom: 1px solid #c6d9e6;
        display: block;
        font: 16px/20px Arial;
        color: #000;
    }

        .rightNav-new ul.sidebar-menu li a:hover, .right_nav ul.sidebar-menu li a.active {
            color: #000;
            text-decoration: none;
            background: #f9f9f9;
        }

.faq_left {
    width: 78.5%;
    float: left;
    padding-left: 40px;
}

.address_howto {
    width: 74.3%;
    float: right;
}

    .address_howto .right_links {
        width: 28.5%;
        float: right;
    }

.address_howto2 {
    width: 100%;
}

.right_content {
    width: 74.4%;
    float: left;
}

.address_howto .right_links2 {
    width: 21.6%;
    float: right;
}

.professor {
    width: 417px;
}

.professor_deatils {
    width: 388px;
}

.right_links .appointment {
    width: 100%;
    height: 40px;
    background: #0292ef;
    border-radius: 2px;
    padding: 12px 0px 13px 0px;
    display: block;
    margin-top: 14px;
    text-align: center;
    font: 18px/14px Arial;
    color: #fff;
}
/* End - Structural Change By Avi */

/* Start - Font Size */
.fontSize-min .tab-content *,
.fontSize-min .table-responsive * {
    font-size: 12px !important;
}

.fontSize-mid .tab-content *,
.fontSize-mid .table-responsive * {
    font-size: 16px !important;
}

.fontSize-max .tab-content *,
.fontSize-max .table-responsive *,
.fontSize-mid .ourdepartments .department_box .departments_midle .content h2,
.fontSize-mid .ourdepartments .department_box .departments_left .content h2,
.fontSize-mid .ourdepartments .department_box .departments_right .content h2 a {
    font-size: 20px !important;
}
/* End - Font Size */

.menu_tabs {
    height: 450px;
}

.lang-ltr .passwordRecovery-btn {
    width: 135px;
}

.show-direction-new .btnBlue {
    padding: 11px 8px;
    margin-left: 0;
}

.show-direction-new .questions-regarding {
    width: 56%;
}

    .show-direction-new .questions-regarding label {
        color: #01527f !important;
        font: 16px/40px Arial;
    }

.btnBlueDonor {
    float: right;
    height: 40px;
    padding: 10px;
    margin-top: 22px;
    background: #0292ef;
    font: 18px/18px Arial;
    color: #fff !important;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

.btn-general {
    display: inline-block;
    line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: #3684c2;
    border-radius: 3px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100px;
}

.left-pane .chatUsLight {
    background-color: #f0f0f0;
}

.left-pane .inputPhone input {
    width: 55% !important;
    float: left !important;
}

.left-pane .inputPhone .SumoSelect {
    width: 42% !important;
    float: left !important;
    margin-left: 3% !important;
}

#calendar .fc-center h2 {
    font-size: 50px;
}

#calendar .nm-btn,
#calendar .pm-btn {
    font-size: 30px !important;
}

.appointment-page {
}

.kidsNum .threeinput {
    width: 30% !important;
    margin-right: 0;
}

    .kidsNum .threeinput + .threeinput {
        margin-left: 5%;
    }

.address.address2 .container,
.logo_search .container,
.address.address3 .container,
.top_title3 .container,
.top_title4 .container {
    padding-right: 0;
    padding-left: 0;
}

.validation-frame {
    position: relative;
}

.professor .col-xs-4 {
    padding-left: 0;
}

.addthis_sharing_toolbox {
    clear: both;
}

.chat_us.chatUsLight h2 {
    padding-left: 40px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-bottom: 8px;
    background: url(/images/contactUs-icon-ltr.png) no-repeat;
    background-position: left bottom;
    text-align: left;
    font: 20px/1 Arial !important;
}

.fc-more {
    font: bold 15px/15px Arial;
    color: #114f80;
    text-align: center;
    background: #ffffff;
    display: block;
    margin: 0 auto;
    padding: 8px 5px 10px;
}

.event_list:after {
    width: 19px;
    height: 30px;
    background: url(../images/tringle.png) no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: -18px;
}

.freeText-oneColumn .container {
    padding-left: 0;
    padding-right: 0;
}

.freeText-rightColumn {
    width: 74.4%;
}

.freeText-leftColumn {
    width: 21.6%;
}

.fontSize-mid .stepsopt ul li a {
    font-size: 24px !important;
}

    .fontSize-mid .stepsopt ul li a span {
        font-size: 40px !important;
    }

.VideoModal .stopPlaying span {
    font-size: 40px !important;
}

.VideoModal .stopPlaying {
    float: right !important;
}

.VideoModal .modal-header {
    border-bottom: none;
}

.lang-ltr .mfp-counter {
    left: auto;
    right: 8px;
}

.lang-ltr .mfp-title {
    text-align: left;
}

.lang-ltr .our_departments .department_box {
    padding-left: 28px;
}

.lang-ltr label.errorDonate {
    font-size: 12px;
    font-family: fbreformaenregular;
}

.lang-ltr .galleryrow + script + div {
    clear: left;
}

.lang-ltr .team_pakad h3 {
    font-weight: bold;
}

.modal {
    overflow-x: hidden;
    overflow-y: hidden;
    outline: none;
}

.lang-ltr .right_nav ul.sidebar-menu li ul.sub li a:after {
    left: 32px;
}

.lang-ltr .right_nav ul.sidebar-menu li ul.sub li a {
    padding: 16px 0 16px 53px;
}

.registrationBirth-popup .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.registrationBirth-popup-content {
    padding-right: 12%;
}

.lang-ltr .registrationBirth-popup-content {
    padding-left: 12%;
    padding-right: 0;
}

.smallcalendarFrame .fc-content-skeleton { height: 30px !important; }
.smallcalendarFrame .fc-day-grid table tr td { border: 4px solid #fff !important; padding: 7px 5px 5px !important; }
#smallcalendarFrame .fc-center h2 { padding: 0; font-size: 22px !important; }
#smallcalendarFrame .fc-prev-button.fc-state-default.fc-corner-right,
#smallcalendarFrame .fc-next-button.fc-state-default.fc-corner-left { border: none; background: none; box-shadow: none; border-radius: 0px; outline: none; }
#smallcalendarFrame .fc-prev-button.fc-state-default.fc-corner-right span { top: 10px; z-index: 1; width: 12px; height: 23px; background: url(../images/next2.png) no-repeat; }
#smallcalendarFrame .fc-next-button.fc-state-default.fc-corner-left span { top: 10px; z-index: 1; width: 12px; height: 23px; background: url(../images/prev2.png) no-repeat; }
#smallcalendarFrame .fc-prev-button.fc-state-default.fc-corner-right span:after,
#smallcalendarFrame .fc-next-button.fc-state-default.fc-corner-left span:after { content: ""; }
.smallcalendar .fc-toolbar .fc-center { top: -30px; }
.smallcalendar .fc-toolbar { height: 50px; }
.fc button .fc-icon { top: 10px; }


}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);z-index: 99999999;}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    z-index: 9999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  max-width: 610px; width:100%;
  height: 100%;
  margin: auto;
  right: 0;
  left: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
   padding-top:0px; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: 2px;
  top: -38px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0px 0 18px 10px;
  
   }
 
  

.mfp-close-btn-in .mfp-close {
  }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { width:32px; height:32px; background:url(../images/close.png) no-repeat;   color: transparent;
  }

.mfp-counter {
  position: absolute;
  top: 5px;
  left: 8px;
  color: #555556; font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px; }


button.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  top: 46%;
    padding: 0;
  width: 32px;
  height: 48px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

  .mfp-arrow:hover{
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  

.mfp-arrow-right {
  right: 0; }
  
.mfp-arrow-right{ width:32px; height:48px; background:url(../images/next_arrow.png) no-repeat; right:20px !important; left:auto!important;}
.mfp-arrow-left{ width:32px; height:48px; background:url(../images/prev_arroe.png) no-repeat; left:20px !important; right:auto !important;}

   

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto; border:4px solid #fff; border-radius:3px; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    
    }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: right;
  line-height: 26px;
  color: #000000; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
  word-wrap: break-word;
   }
   .mfp-description{ font-size:16px; color:#000000; line-height:16px; font-family:Arial, Helvetica, sans-serif; position:absolute; top:25px; right:0;}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyleft 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider-ltr {direction:ltr; text-align:left;}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/Themes/fonts/flexslider-icon.eot');
	src:url('/Themes/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/Themes/fonts/flexslider-icon.woff') format('woff'),
		url('/Themes/fonts/flexslider-icon.ttf') format('truetype'),
		url('/Themes/ffonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}

@media (min-width:769px) {
    .flexslider .slides img {
        width: 100%;
        display: block;
    }
}
@media (max-width:768px) {
    .flexslider .slides img {
        width: auto;
        display: block;
        max-width: none;
        text-align: right;
    }
}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-left: 5px; }
	.flexslider-ltr .carousel li { margin-left:0; margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden;  cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-next { right: -50px; }
	.flexslider-ltr .flex-direction-nav .flex-next { right:auto; left: -50px; }
.flex-direction-nav .flex-prev { left: -50px; text-align: left; }
	.flexslider-ltr .flex-direction-nav .flex-prev { left:auto; right: -50px; text-align:right; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
	.flexslider-ltr.flexslider:hover .flex-next {right:auto; left: 10px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
	.flexslider-ltr.flexslider:hover .flex-prev { left:auto; right: 10px; }
.flexslider:hover .flex-prev:hover, .flexslider:hover .flex-next:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-prev:before  { content: '\f002'; }
.flexslider-ltr .flex-direction-nav a.flex-prev:before  { content: '\f001'; }
.flexslider-ltr .flex-direction-nav a.flex-next:before  { content: '\f002'; }
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; right: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
	.flexslider-ltr .flex-pauseplay a {right:auto; left:10px;}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li { float:right; margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: right; margin: 0;}
	.flexslider-ltr .flex-control-thumbs li {float:left;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; right: 10px;}
  	.flexslider-ltr .flex-direction-nav .flex-next{right:auto; left:0px;}
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flexslider-ltr .flex-direction-nav .flex-prev{left:auto; right:0px;}
}
.lightbox-nav{position:relative;margin-bottom:12px;text-align:center;font-size:0}.lightbox-nav .btn-group{vertical-align:top}.lightbox-nav .close{position:absolute;top:0;right:0}.lightbox-image-container{position:relative;text-align:center}.lightbox-image-caption{position:absolute;top:0;left:0;margin:.5em .9em;color:#000;font-size:1.5em;font-weight:700;text-align:left;text-shadow:.1em .1em .2em rgba(255,255,255,.5)}.lightbox-image-caption span{padding-top:.1em;padding-bottom:.1em;background-color:rgba(255,255,255,.75);box-shadow:.4em 0 0 rgba(255,255,255,.75),-.4em 0 0 rgba(255,255,255,.75)}
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/*------------------------------------*\
-------- Page Styles: Accordion
\*------------------------------------*/
body {
	position:relative;
	z-index:0;
}
.main:before {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	content:'';
	background:-webkit-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
	background:-moz-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
	background:-o-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
	background:radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
}

.site-header-wrap {
	margin-bottom:60px;
	border-bottom:1px solid #cd9ad6;
}

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	
}

/*----- Section Titles -----*/
.accordion-section .accordion-section-title {
	cursor: pointer;
	padding-left: 13px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 8px;
	transition:all linear 0.15s;
	
	font-size: 16px;
  color: #114f80; font-family:Arial, Helvetica, sans-serif;
  line-height: 16px;
  display: inline-block;
  background: url(../images/plus.png) no-repeat;
  background-position: left 13px;
}

.accordion-section .accordion-section-title:hover { text-decoration:underline;}

.accordion-section-title.active {
	font-size:16px; color:#101010; line-height:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	background: url(../images/minus2.png) no-repeat;
  background-position: left 16px;
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

.accordion-section-content p{ font-size:16px; color:#101010; line-height:25px; font-family:Arial, Helvetica, sans-serif; padding-bottom:7px;}
.accordion-section-content ul{ max-width:612px; width:100%;}
.accordion-section-content ul li{ font-size:16px; color:#101010; line-height:19px; font-family:Arial, Helvetica, sans-serif; padding-bottom:9px; position:relative; padding-right:10px;}
.accordion-section-content ul li:before{ width:6px; height:6px; background:url(../images/doot.png) no-repeat; position:absolute; top:8px; right:0; content:""; display:block;}

/*----- Section Content -----*/
.accordion-section-content {
	padding:0 30px 0px 0px;
	/*display:none;*/
}

#nav-accordion {
    padding-top: 10px;
}
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 379px;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .select2-container .select2-choice {
        display: block;
        /*height: 26px;*/
        padding: 0 0 0 8px;
        overflow: hidden;
        position: relative;
        /*border: 1px solid #aaa;*/
        white-space: nowrap;
        line-height: 26px;
        color: #444;
        text-decoration: none;
        /*border-radius: 4px;
        background-clip: padding-box;*/
        /*-webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));
        background-image: -webkit-linear-gradient(center bottom,#eee 0,#fff 50%);
        background-image: -moz-linear-gradient(center bottom,#eee 0,#fff 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
        background-image: linear-gradient(to top,#eee 0,#fff 50%);*/
    }

html[dir=rtl] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    /*border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));
    background-image: -webkit-linear-gradient(center bottom,#eee 0,#fff 90%);
    background-image: -moz-linear-gradient(center bottom,#eee 0,#fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom,#eee 0,#fff 90%);*/
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 0px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
    padding-top: 12px;
    color: #5a87ad !important;
}

html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(/images/select2.png) right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    /*background-position: right -11px;
    cursor: pointer;*/
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    /*filter: alpha(opacity=0);*/
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    /*border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);*/
}

    .select2-drop.select2-drop-above {
        margin-top: 1px;
        /*border-top: 1px solid #aaa;
        border-bottom: 0;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
        box-shadow: 0 -4px 5px rgba(0,0,0,.15);*/
    }

.select2-drop-active {
    /*border: 1px solid #5897fb;
    border-top: none;*/
}

.select2-drop.select2-drop-above.select2-drop-active {
    width: 319px !important;
    padding: 0 20px 0 20px !important;
    /*border-top: 1px solid #5897fb;*/
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px;
    }

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /*border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background: #ccc;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee)) #ccc;
    background: -webkit-linear-gradient(center bottom,#ccc 0,#eee 60%) #ccc;
    background: -moz-linear-gradient(center bottom,#ccc 0,#eee 60%) #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background: linear-gradient(to top,#ccc 0,#eee 60%) #ccc;*/
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    /*border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;*/
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    /*background: url(/images/select2.png) 0 1px no-repeat;*/
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 51px;
    margin: 0;
    margin-left: -1px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

    .select2-search input {
        width: 379px;
        height: auto!important;
        min-height: 51px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        height: 51px;
        border: 1px solid #d4dfe9;
        border-radius: 2px;
        padding-left: 10px;
    }

html[dir=rtl] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: url(/images/select2.png) -37px -22px no-repeat #fff;
    background: url(/images/select2.png) -37px -22px no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    /*background: url(/images/select2-spinner.gif) no-repeat 100% #fff;
    background: url(/images/select2-spinner.gif) no-repeat 100%,linear-gradient(to bottom,#fff 85%,#eee 99%);*/
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    /*border: 1px solid #5897fb;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    /*box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));
    background-image: -webkit-linear-gradient(center bottom,#fff 0,#eee 50%);
    background-image: -moz-linear-gradient(center bottom,#fff 0,#eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top,#fff 0,#eee 50%);*/
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));
    background-image: -webkit-linear-gradient(center top,#fff 0,#eee 50%);
    background-image: -moz-linear-gradient(center top,#fff 0,#eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: 0 0;
    border-left: none;
    filter: none;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-results {
    max-height: 200px;
    /*padding: 0 0 0 4px;*/
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent;
    width: 380px;
    background-color: #fff;
}

html[dir=rtl] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-family: Verdana,Arial,sans-serif;
    background-color: #fff;
}

    .select2-results li.select2-result-with-children > .select2-result-label {
        font-weight: 700;
    }

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: 0 0;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-ajax-error, .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: url(/images/select2-spinner.gif) no-repeat 100% #f4f4f4;
}

.select2-results .select2-ajax-error {
    background: rgba(255,50,50,.2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0;
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none;
    }

.select2-container-multi .select2-choices {
    height: auto!important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);
}

html[dir=rtl] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
    padding: 3px 5px!important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
    float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0!important;
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: url(/images/select2-spinner.gif) no-repeat 100% #fff!important;
        }

.select2-default {
    color: #999!important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
    background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: 0;
    background: url(/images/select2.png) right top no-repeat;
}

html[dir=rtl] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4;
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: 0 0;
        }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: none;
    font-size: 1.1em;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important;
    outline: 0!important;
    left: 0!important;
    top: 0!important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

@media (max-width:850px) {
    .select2-search input {
        width: 329px;
    }
}

@media (max-width:768px) {
    
}

@media (max-width: 460px) {
    .select2-search input {
        width: 274px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx) {
    /*.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search input, .select2-search-choice-close
    {
        background-image: url(select2x2.png)!important;
        background-repeat: no-repeat!important;
        background-size: 60px 40px!important;
    }*/

    .select2-search input {
        background-position: 100% -21px!important;
    }
}


.select2-no-results {
    display: none !important;
}

