/* Minification failed. Returning unminified contents.
(904,1): run-time error CSS1019: Unexpected token, found '@import'
(904,9): run-time error CSS1019: Unexpected token, found '"../fonts/fonts.css"'
(906,1): run-time error CSS1019: Unexpected token, found '@import'
(906,9): run-time error CSS1019: Unexpected token, found '"../fonts/font-awesome.css"'
(1741,70): run-time error CSS1039: Token not allowed after unary operator: 'Sans'
(2469,1): run-time error CSS1019: Unexpected token, found '@'
(2469,2): run-time error CSS1019: Unexpected token, found '922'
(2469,6): run-time error CSS1019: Unexpected token, found '('
(2469,17): run-time error CSS1030: Expected identifier, found ' '
(2469,18): run-time error CSS1031: Expected selector, found '1200px'
(2469,18): run-time error CSS1025: Expected comma or open brace, found '1200px'
(6640,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6641,8): run-time error CSS1035: Expected colon, found '{'
(6649,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6650,8): run-time error CSS1035: Expected colon, found '{'
(6667,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6668,8): run-time error CSS1035: Expected colon, found '{'
(8355,71): run-time error CSS1030: Expected identifier, found ';'
(8662,1): run-time error CSS1019: Unexpected token, found '}'
(10186,1): run-time error CSS1019: Unexpected token, found '@import'
(10186,9): run-time error CSS1019: Unexpected token, found '"../fonts/font-awesome.css"'
(14130,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(14131,10): run-time error CSS1035: Expected colon, found '{'
(14140,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14141,10): run-time error CSS1035: Expected colon, found '{'
(14150,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14151,10): run-time error CSS1035: Expected colon, found '{'
(15006,38): run-time error CSS1030: Expected identifier, found 'li'
(15006,43): run-time error CSS1031: Expected selector, found ')'
(15006,43): run-time error CSS1025: Expected comma or open brace, found ')'
(15010,38): run-time error CSS1030: Expected identifier, found 'li'
(15010,43): run-time error CSS1031: Expected selector, found ')'
(15010,43): run-time error CSS1025: Expected comma or open brace, found ')'
(16933,1): run-time error CSS1035: Expected colon, found '}'
 */

nav.primary {
	width: 100%;
	display: table;
	float: none;
	position: relative;
	margin: 20px 0 20px;
	text-align:center;
	
}
nav.primary ul {
  padding:0; 
  display:inline-block; 
  border:2px solid #b71c23; 
  border-radius:5px; 
  -moz-border-radius:5px; 
  -webkit-border-radius:5px; 
  overflow:hidden;
  margin:0;
}
nav.primary ul li  {
	display:inline-block;
	list-style:none;
	margin:0px -2px 0px -3px;
	width:auto;
}
nav.primary ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  line-height: 14px;
	color:#FFF;
  outline: medium none;
  padding: 17px 23px 16px;
  text-decoration: none;
  background: #dc2b27; 
}
nav.primary ul li a.last{ border-right:0;}
nav.primary ul li.select-category { 
  font-size: 16px; 
  font-weight: 700;  
  padding-right: 10px;  
  padding-top: 7px;
}
nav.primary li a:hover,
nav.primary li a:active,
nav.primary li a:focus{
  color: #dc2b27; 
  background:#fff;
}
.main {
	padding:0;
	margin:0;
	display:block;
}
.entry {
	position:relative;
	float:left;
	margin:1px 1px 0px 0 !important;
}
.gallery-thumb{ 
  padding-top: 10px;
  position:relative;
}
.entry .overlay { 
  position:absolute; 
  left:0; 
  top:0; 
  width:100%; 
  height:100%; 
  background:url(../images/overlay.png) repeat; 
  display:none;
}
.entry:hover .overlay{ display:block;}
.portfolio { 
  margin: 0;
  padding: 20px 0px 20px 2px;
  min-height: 330px;
}
@media (min-width: 1184px) {
  .portfolio {
    margin-left: auto;
    margin-right: auto;
    width: 1160px;
    height: 360px;
  }
}
@media (min-width: 630px) and (max-width: 1183px) {
  .portfolio {
    margin-left: auto;
    margin-right: auto;
    width: 581px;
    height: 690px;
  }
}
@media (max-width: 629px) {
  .portfolio {
    margin-left: auto;
    margin-right: auto;
    width: 283px;
    height: 890px;
  }
}
.portfolio-blue { 
  margin: 0;
  padding: 38px 0px 20px 0px;
  background-color: #d6e9fe;
  min-height: 350px;
  box-shadow:         0px 1px 4px 4px #dbdbdb; 
  -moz-box-shadow:    0px 1px 4px 4px #dbdbdb; 
  -webkit-box-shadow: 0px 1px 4px 4px #dbdbdb;
}
.portfolio-green { 
  margin: 0;
  padding: 38px 0px 20px 0px;
  background-color: #e2fbde;
  min-height: 350px;
  box-shadow:         0px 1px 4px 4px #dbdbdb; 
  -moz-box-shadow:    0px 1px 4px 4px #dbdbdb; 
  -webkit-box-shadow: 0px 1px 4px 4px #dbdbdb;
}
.magnifier.port-detail {
	position:absolute;
	top:-26px;
  height:44px;
	width:44px;
	left:244px;
	bottom:10px;
	right:10px;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.magnifier.port-detail{
	margin:150px 0 0 0 !important;
}
.entry:hover  .magnifier {
	opacity:1;	
}
.video-hover {
	position:absolute;
	top:1100px;height:44px;
	width:44px;
	left:244px;
	bottom:10px;
	right:10px;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.entry a{ display:block;} 
.entry a:hover .magnifier { opacity:1; }
.entry a:hover .video-hover { opacity:1; }

img {
	max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}

.portfolio .entry {
  width: 313px !important;
}
.portfolio .entry:nth-child(3n+0){ margin-right:0 !important;}
.portfolio-thumbnail{ position:relative;}

.portfolio .entry a.link-preety,
.portfolio .entry a.link-more { 
  top: 50%;
  position: absolute;
  display:none;
}
.portfolio .entry a.link-preety {
  left:50%; 
  background:url(../images/plus-icon.png);
  width:52px; 
  height:53px; 
  margin:-26.5px 0 0 -26px;
}
.portfolio .entry a.link-more { 
  left:50%; 
  background:url(../images/plus-icon.png); 
  width:52px; 
  height:53px; 
  margin:-26.5px 0 0 -26px;
}
.entry:hover a.link-preety,
.entry:hover a.link-more{ display:block;}

.portfolio .entry p { 
  padding:10px 20px 10px;
  background:none; 
  /*border-bottom:6px solid #474747;*/ 
  text-align:center; 
  font-size:14px; 
  line-height:18px
}
.portfolio .entry p a{
  display:block;
  font-family: 'pt sans', 'sans-serif';
  font-weight: bold;
  color:#484848; 
  font-size:18px;
  padding-bottom: 2px;
}

.portfolio.two-column .entry {
  width: 48.5% !important;

}
@media (min-width: 629px) {
  .portfolio.four-column .entry {
    margin:0 15px 0px 15px !important;
    width: 162px !important;
    min-height: 310px;
  }
}
@media (max-width: 630px) {
  .portfolio.four-column .entry {
    margin:0 7px 0px 7px !important;
    width: 124px !important;
    min-height: 264px;
  }
}

@media (max-width:767px) {
	nav.primary ul li{ width:100%; margin:0;}
	nav.primary ul li a{ font-size:17px;}
	}




/* 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;
	border-collapse: collapse;
}
.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-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-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-next .ui-icon{background-position: right 0;}
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #1a78a8;
	background: #eeeeee;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	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 {
	background-position: 0 0;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #5c91a8;
	background: #ffffff;
	font-weight: bold;
	color: #245368;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #37a1d6;
	background: #90d8fc;
	color: #245368;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.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: 17px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../../images/date-picker-arrow.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../../images/date-picker-arrow.png);
}
.ui-state-default .ui-icon {
	background-image: url(../../images/date-picker-arrow.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../../images/date-picker-arrow.png);
}
.ui-state-active .ui-icon {
	background-image: url(../../images/date-picker-arrow.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../../images/date-picker-arrow.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../../images/date-picker-arrow.png);
}




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

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

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

@import "../fonts/fonts.css";
/*awsome fonts*/
@import "../fonts/font-awesome.css";
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! 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: 0px;
  padding: 0px;
  overflow-x:hidden;
  height: 100%;
}

a {
  background: transparent;
}

a:focus {
  outline:none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration:none;
}

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: #181818;
  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 #181818;
}

legend {
  padding: 0;
  border: 0;
}



button,
input,
select,
textarea {
  border: 1px solid #dc2b27;
  color: #181818;
  font-family: inherit;
  font-size: 14px;
  margin:0 10px 7px 0;
  padding: 13px 9px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  float:left;
}

select{ padding:12px 9px 9px}

input[type="text"], 
input[type="email"], 
input[type="number"],
select{  width: 100%; height:40px; outline:none;}
textarea{ width:98%; height:270px; resize:none; outline:none;}
button {
  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"] {
	/*min-width:130px;*/
  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;
    -moz-border-top-color: #000 !important;
    -webkit-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: 'pt sans', 'sans-serif';
  font-size: 18px;
  line-height: 1.428571429;
  color: #181818;
  background-color: #dfdfdf;
  min-height: 100%
}

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

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration:none;
}

a:focus {

}

img {
  vertical-align: middle;
}

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

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

.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: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
}

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;
}

p {
  margin: 0 0 25px;
}
p.big {
  font-size:18px;
}

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

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

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

cite {
  font-style: normal;
}

.text-muted {
  color: #888888;
}

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

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

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.1;
  color: #181818;
}

    h1.bordered,
    h2.bordered,
    h3.bordered,
    h4.bordered,
    h5.bordered,
    h6.bordered,
    .h1.bordered,
    .h2.bordered,
    .h3.bordered,
    .h4.bordered,
    .h5.bordered,
    .h6.bordered {
        border-bottom: 3px solid #003399;
    }

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.h6.light {
	font-family: 'pt sans', 'sans-serif';
}
h1.light span,
h2.light span,
h3.light span,
h4.light span,
h5.light span,
h6.light span,
.h1.light span,
.h2.light span,
.h3.light span,
.h4.light span,
.h5.light span,
.h6.light span {
	font-family: 'pt sans', 'sans-serif';
  font-weight: bold;
}

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: #181818;
}

h1,
h2,
h3 {
  margin-top: 10px;
  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: 44px;
  font-family: 'pt sans', 'sans-serif';
  font-weight: bold;
}

h2,
.h2 {
  font-size: 30px;
  font-family: 'pt sans', 'sans-serif';
  font-weight: bold;
}

h3,
.h3 {
  font-size: 28px;
  font-family: 'pt sans', 'sans-serif';
  font-weight: bold;
}

h4,
.h4 {
  font-size: 24px;
  font-family: 'pt sans', 'sans-serif';
  font-weight: bold;
}

h5,
.h5 {
  font-size: 18px;
	font-family: 'pt sans', 'sans-serif';
  font-weight: bold;
}

h6,
.h6 {
  font-size: 16px;
  font-family: 'pt sans', 'sans-serif';
  font-weight: bold;
}

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

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

ol{ padding:15px 0 15px 30px; font-size:18px;}
ol li{ line-height:56px}

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-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 849px) {
  .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;
}

abbr.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 {
  display: block;
  line-height: 1.428571429;
  color: #888888;
}

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: Monaco, Menlo, Consolas, "Courier New", monospace, PT+Sans;
}

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 {
  position:relative;
  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;
}

.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-top-open {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px;
  width: 40%;
  float: left;
}
.col-top-search {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px;
  width: 60%;
  float: left;
}

.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: 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: 849px) {
  .container {
    width: 100%;
  }
  .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: 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: 1183px) {
  .container {
    width: 100%;
  }
  .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: 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;
  }
}

@922 (min-width: 1200px) {
  .container {
    width: 100%;
  }
  .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: 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-"] {
  display: table-column;
  float: none;
}

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

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

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

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

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

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

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

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

@media (max-width: 848px) {
  .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;
  }
    .col-top-open {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0px;
    width: 100%;
    float: left;
  }
  .col-top-search {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0px;
    width: 100%;
    float: left;
  }
}

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

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

label {
  display: inline-block;
  margin-bottom: 8px;
  font-size:18px; 
  line-height: 26px;
  color:#181818; 
  padding-top:8px;
  width:33%;
}

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 #333;
  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: #181818;
  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: #181818;
}

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

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

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

.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: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

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

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

.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

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

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

.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

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

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

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

.col-bansearch {
  position: relative;
  margin: 12px 0px 0px 0px;
  min-height: 1px;
  min-width: 180px;
  padding: 0px;
  float: left;
  width: 25%;
}

.col-banimage {
  position: relative;
  height: 180px;
  padding: 0px;
  float: left;
  width: 75%;
}

@media (min-width: 849px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .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 .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: 849px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 12px 20px 6px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'pt sans', 'sans-serif';
  font-weight: bold;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color:#fff;
  text-transform:uppercase;
  background-image: none;
  border: 1px solid transparent;
  -moz-border: 1px solid transparent;
  -webkit-border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline:none;
  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;
}

.btn-rounded{ border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.btn-bordered{display: inline-block;line-height: 23px; padding:8px 23px 5px;margin: 10px 0 0; border:1px solid transparent;}

.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-mini{ font-size: 14px;min-width: 117px;padding: 8px 6px 6px;}
.btn-default {
  color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-position:-100% 0;
}

.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-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-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-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-success {
  color: #ffffff;
  background-color: #88c136;
  box-shadow: 0 3px 0 #689b1e;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #7ab02b;
}

.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-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-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,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.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%;
}

.btn-dark {
  color: #ffffff;
  background-color: #4b4b4b;
  box-shadow: 0 3px 0 #161616;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #3f3e3e;
}

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

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #565656;
  border-color: #161616;
}

.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: 0px;
  line-height: 20px;
  margin-left: 2px;
  vertical-align: middle;
  text-align: center;
  border-top: 4px solid #181818;
  -moz-border-top: 4px solid #181818;
  -webkit-border-top: 4px solid #181818;
  border-right: 4px solid transparent;
  -moz-border-right: 4px solid transparent;
  -webkit-border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  -moz-border-bottom: 0 dotted;
  -webkit-border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  -moz-border-left: 4px solid transparent;
  -webkit-border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
	padding-bottom:20px;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 236px;
  padding: 0 0 4px;
  margin: 2px 0 0;
  font-size: 16px;
  list-style: none;
  border: 3px solid #dc2b27;
  border-radius: 4px;
  background-clip: padding-box;
  background:#fff;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu li{ padding:0 17px}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 11px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #181818;
  white-space: nowrap;
  background:#fff;
  border-bottom:1px solid #e0e0e0
}

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

.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: #181818;
}

.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);
}

.dropdown-menu > li:last-child > a{ border-bottom:0 !important;}

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

.open > a {
  outline: 0;
}

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

.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 dotted;
  border-bottom: 4px solid #181818;
  -moz-border-bottom: 4px solid #181818;
  -webkit-border-bottom: 4px solid #181818;
  content: "";
}

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

.navbar-nav li .dropdown-menu li.dropdown-submenu{ position:relative}
.navbar-nav li .dropdown-menu li.dropdown-submenu .fa-angle-right{position: absolute;right: 18px;top: 13px;}
.navbar-nav li .dropdown-menu li.dropdown-submenu ul.dropdown-menu{ left:100% !important;border-top-left-radius: 0;border-top-right-radius: 0; display:none !important; top:0 !important}
.navbar-nav li .dropdown-menu li.dropdown-submenu:hover .dropdown-menu{ display:block !important;}
.navbar-nav li .dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu{ display:none !important;}
.navbar-nav li .dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu{ display:block !important;}


/*mega menu*/
.navbar-nav li.mega-menu-item{ position:static !important; padding-bottom:20px;}
.navbar-nav li.mega-menu-item .mega-menu{ 
  width:100%; 
  background:#fff; 
  position:absolute; 
  left:0; 
  top:100%; 
  padding:18px;
  border: 3px solid #dc2b27;  
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; 
  z-index:1; 
  display:none;
}
.navbar-nav li.mega-menu-item:hover .mega-menu{ display:block;}
.navbar-nav li .mega-menu img{ float:right;}
.navbar-nav li .mega-menu ul{ padding:0 15px; list-style:none; float:left; width:20%;}
.navbar-nav li .mega-menu ul li strong{ min-height:33px; font-size:18px; display:block;}
.navbar-nav li .mega-menu ul li a{ border-bottom:1px solid #E0E0E0; padding:9.5px 0; display:block;}


@media (min-width: 849px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left:0;
  }
  .navbar-nav > li.dropdown.last .dropdown-menu {
    right: 0;
    left:auto;
  }
  
}

.btn-default .caret {
  position:relative;
  border-top-color: #ffffff;
  -moz-border-top-color: #ffffff;
  -webkit-border-top-color: #ffffff;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
  -moz-border-top-color: #fff;
  -webkit-border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
  -moz-border-bottom-color: #333333;
  -webkit-border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
  -moz-border-bottom-color: #fff;
  -webkit-border-bottom-color: #fff;
}

.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: 5px 10px;
  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 {
  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 {
  display: table-cell;
  float: none;
  width: 1%;
}

[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.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: 45px;
  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: 45px;
  line-height: 45px;
}

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 20px;
}

.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 .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.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: #181818;
  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: 849px) {
  .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: 849px) {
  .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-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  -moz-border-top-color: #ffffff;
  -webkit-border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  -moz-border-bottom-color: #ffffff;
  -webkit-border-bottom-color: #ffffff;
}

.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: 849px) {
  .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: 849px) {
  .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 .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

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

.navbar {
  position: relative;
  min-height: 50px;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}


.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: 849px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  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: 849px) {
  .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: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

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

@media (min-width: 849px) {
  .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: 849px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

@media (min-width: 849px) {
  .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 {
  height: 78px;
  float: left;
	margin: 0px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand img{ width:300px}
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
  text-decoration: none;
}

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

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

.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: 849px) {
  .navbar-toggle {
    display: none;
  }
}

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

.navbar-nav > li > a {
  padding-top: 9px;
  padding-bottom: 7px;
  line-height: 20px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

@media (max-width: 848px) {
  .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;
  }
  .navbar-nav {
    margin: 0;
	}
	.navbar-collapse.navbar-right{ padding-left:0}
	.dropdown, .navbar-nav li.mega-menu-item {
    padding-bottom: 5px;}
	
}

@media (min-width: 849px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
	  margin:0 2px;
  }
  .navbar-nav > li.dropdown:hover ul{ display:block !important;}
  .navbar-nav > li:hover ul li a{ background:#fff; color:#000000 !important}

}

.navbar-nav > li label{ background: #F0AD4E;border-radius: 2px; color: #FFFFFF; display: inline-block;height: 16px;line-height: 5px;text-align: center;width: 30px;}

@media (min-width: 849px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
@media (min-width: 1184px) {
  .blog2-item {
    margin-left: 0px;
  }
  .opening-hours{
     margin-left: 0px;
  }
  .col-bansearch {
    float: left;
    margin-left: 0px;
  }
}
@media (max-width: 1183px) {
  .navbar-right {
    float: left !important;
  }
  .blog2-item {
    margin-left:auto;
    margin-right:auto;
  }
  .opening-hours {
    margin-left:auto;
    margin-right:auto;
  }
  .col-bansearch {
    float: none;
    margin-left:auto !important;
    margin-right:auto !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: 849px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .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: 848px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 849px) {
  .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-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  min-width: 264px;
}

.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-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 849px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  font-size: 17px;
  background-color: #fff;
}

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

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

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

.navbar-default .navbar-nav > li > a {
  color: #000;
  text-transform:uppercase;
}

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;

}

.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 {
  margin:25px 0 0;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

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

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
/*medical nav*/
.navbar-default .navbar-collapse.medical-nav{ margin:0;}
.navbar-default .navbar-collapse.medical-nav li{ padding-bottom:0;}
.navbar-default .navbar-collapse.medical-nav li a{ 
  padding:32px 20px 26px; 
  border-radius:0;
}
.navbar-default .navbar-collapse.medical-nav li a i{
  display:block; 
  text-align:center; 
  margin:0 0 6px 0; 
  visibility:hidden;
}
.navbar-default .navbar-collapse.medical-nav li:hover a i, .navbar-default .navbar-collapse.medical-nav li.active a i{ visibility:visible;}
.navbar-default .navbar-collapse.medical-nav li ul li a{ padding:11px 0;}

@media (max-width: 848px) {
	body{ min-width:320px;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #181818;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #181818;
    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: #181818;
    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;
  }
  .dropdown-menu li{ padding:0}
  .dropdown-menu li .fa-angle-right{ }
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 30px;
	}
	.navbar-nav .open:hover .dropdown-menu > li > a {
		background:#fff;
		color:#181818 !important
	}
	.navbar-nav .open:hover .dropdown-menu > li > a:hover {
		background:#fff;
		color:#2B96CC !important
	}
	.navbar-nav .dropdown-menu > li.dropdown-submenu .dropdown-menu li a{ padding-left:5%;}
	.navbar-nav li.mega-menu-item .mega-menu{ position:relative; top:0; border-top:0}
	.navbar-nav li .mega-menu ul {
    	float: none;
    	width: 100%;
		padding-top: 20px;
	}
	.navbar-nav li .mega-menu img{ float:none;}
	.navbar-nav li .mega-menu ul li a {
    	background: none repeat scroll 0 0 #FFFFFF;
    	color: #181818 !important;
	}
	.entry-title {
    	padding: 17% 0 0;
	}
	/*.investigations {
		margin: 0 15px;
	}*/
}

.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;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  -moz-border-top-color: #ffffff;
  -webkit-border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  -moz-border-bottom-color: #ffffff;
  -webkit-border-bottom-color: #ffffff;
}

@media (max-width: 848px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .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;
}

.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;
}

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

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

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 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

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

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

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  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 {
  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: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-group{
	padding:0;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
}

.panel-body {
  padding: 15px;
  font-size:14px;
}

.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 {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.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-heading {
  padding: 8px 0 11pxx;
  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: 18px;
  color:#373737;
  font-family: 'pt sans', 'sans-serif';
  text-transform:none;
}

.panel-title > a {
  color: inherit;
  line-height:25px;
}
.panel-title a span{ width:22px; height:22px; text-align:center; font-size:10px; color:#fff; background:#4b4b4b; float:left; margin-right:11px;}
.panel-title a span .fa{ line-height:23px;}
.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: 0;
  padding:8px 0 10px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
 
}

.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;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.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-heading > .dropdown .caret {
  border-color: #ffffff transparent;
  -moz-border-color: #ffffff transparent;
  -webkit-border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.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: #181818;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #181818;
  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;
}

.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;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.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;
}

.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: 849px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: 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';
}
/*mini slider*/
.slider-mini .carousel-indicators {
  position: absolute;
  top:-85px !important;
  bottom:auto !important;
  right:0;
  left:auto;
  z-index: 15;
  width: auto !important;
  padding-left: 0;
  margin-left:0;
  text-align: center;
  list-style: none;
}

/**/
.testimonials2 .carousel-indicators {
  top:auto !important;
  bottom:-36px;
  left:173px;
  z-index: 15;
  width: auto;
  width:60% !important;
}

.carousel-indicators {
  position: absolute;
  top:auto !important;
  bottom:-50px;
  left:50%;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin-left:-30%;
  text-align: center;
  list-style: none;
  width:60% !important;
}

.carousel-indicators li {
  display: inline-block;
  width: 25px;
  height: 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #434343;
  background-color: #434343;
}
.carousel-indicators.dark-indicators li{ background-color:#393939 !important}
.carousel-indicators .active {
  width: 25px;
  height: 4px;
  margin: 0;
}

.carousel-caption {
bottom: auto;
    color: #393939;
	font-size:52px;
    left: auto;
    position: absolute;
    right: 0;
    text-align: right;
	text-transform:uppercase;
    top: 35%;
    z-index: 10;}
.carousel-caption p{background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    line-height: 60px !important;
    margin-bottom: 5px;
    padding: 10px 20px 0;font-family: 'PT+Sans Light';}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 849px) {
  .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: 0;
    left: auto;
    padding-bottom:0;
  }
  
}
.carousel-indicators {
    top:-85px;
  }
.carousel.default .carousel-indicators {
    top:auto;
	bottom:0;
  }
.carousel.default .carousel-indicators li{ background:#fff;}
.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: 848px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 849px) and (max-width: 1183px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  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: 849px) and (max-width: 1183px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  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;
  }
  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: 848px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  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: 849px) and (max-width: 1183px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 849px) and (max-width: 1183px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  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;
  }
  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: 848px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  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: 849px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  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: 849px) and (max-width: 1183px) {
  .visible-md {
    display: block !important;
  }
  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;
  }
  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: 848px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  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: 849px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  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: 849px) and (max-width: 1183px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  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;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 848px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 849px) and (max-width: 1183px) {
  .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: 849px) and (max-width: 1183px) {
  .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;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 848px) {
  .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: 849px) and (max-width: 1183px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 849px) and (max-width: 1183px) {
  .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;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 848px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
  .col-bansearch {
  position: relative;
  min-height: 1px;
  min-width: 290px;
  max-width: 400px;
  padding: 0px;
  width: 100%;
}
  .col-banimage{
    display: none;
  }
}

@media (min-width: 849px) and (max-width: 1183px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
  .col-banimage{
    display: none;
  }
  .col-bansearch {
  margin: 20px 0px 20px 0px;
  position: relative;
  min-height: 1px;
  min-width: 300px;
  max-width: 400px;
  padding: 0px;
  width: 70%;
}
}

@media (min-width: 849px) and (max-width: 1183px) {
  .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;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 848px) {
	body{ min-width:320px;}
	h1, .h1 {
    font-size: 3em;
}
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
  .fixed-header .medicom-header{ position:relative !important; top:0 !;}
  .fixed-header .content-index, .fixed-header .sub-page-banner{ margin-top:0 !important;}
  .fixed-header.small-header .medicom-header{ min-height:90px!important; height:auto !important; top:0 !important;}
  .fixed-header.small-header .medicom-header .navbar-brand img {
		width: 200px !important;
	}
  .fixed-header .main-banner{ top:0;}
  .slider-caption {
		top: 20% !important;
	}
	.slider-caption p{ font-size: 1.6em !important;padding: 5px 20px 0 !important;}
	.anythingSlider{ height:500px !important}
	.appointment-form input[type="text"]{ width:47.5%}
	.lady1{ left:0}
	.about-sec{ height:auto;}
	.medicom-app .col-md-5{ display:none;}
	.medicom-app-content {
		margin-top: 24%;
	}
	.medicom-app-content .app-buttons li{ margin:0 3px 0 0;}
	.footer-widget{ padding-bottom:20px;}
	footer.light .copyright, footer.dark .copyright {
    	margin: 10px 0 30px;
	}
	/*home 2*/
	.service-box {
		float: none;
		padding: 30px 6% 0;
		width: auto;
	}
	.service-box.one, .service-box.two, .service-box.three{ border:0; border-bottom:1px solid #E5E5E5}
	.video-inner-content{
		display:none;	
	}
	.creative-sec{ background:none;}
	.creative-sec-thumb.one, .creative-sec-thumb.two, .creative-sec-thumb.three, .creative-sec-thumb.four{ position:static; display:block}
	.creative-sec-thumb figure{ position:relative;}
	.creative-sec-thumb.one{ width:300px; margin:20px auto 0}
	.creative-sec-thumb.two{width:300px; margin:20px auto 0}
	.creative-sec-thumb.three{width:300px; margin:20px auto 0}
	.creative-sec-thumb.four{width:300px; margin:20px auto 0}
	.creative-sec-thumb.one .overlay {
		left: 50%;
		margin-left: -73px;
	}
	.creative-sec-thumb.two .overlay {
		left: 50%;
		margin-left: -128px;
	}
	
	.creative-sec-thumb.three .overlay {
		left: 50%;
		margin-left: -76px;
	}
	.creative-sec-thumb.four .overlay {
		height: 290px;
		left: 50%;
		margin-left: -145px;
		width: 290px;
	}
	.medicom-awesome-features-sec{ 
		height:auto; padding-bottom:0;
	}
	.tab-slider{ 
		display:none
	}
	.awesome-features {
		padding-top: 0;
		width: 100%;
	}
	.media.pull-right, .media.pull-left{
		float:none !important; margin:0 0 40px !important;	
	}
	.piechart-section .chart {
		display: block;
		margin: 80px auto 50px !important;
	}
	.blog-style2 li {
		margin-bottom: 5px !important;
	}
	.top-sec-detail .social2{ float:none}
	.latest-news2 .jcarousel-container{ width:auto;}
	.jcarousel-container{ width:480px; margin:0 auto;}
	.team-description .jcarousel-skin-tango .jcarousel-item-horizontal{ width:480px;}
	
	.team-description {
		padding-left:0;
	}
	.team-description .doctors-img{ max-width:480px; margin-bottom:30px;}
	.team-description .doctors-detail{ padding-left:0;}
	.after-booking-sec li {
		padding-right: 0;
		width: 100%;
	}
	.pricing-table {
		float: none;
		width: 100%;
	}
	.contact-form{ padding-bottom:30px;}
	.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="number"], .contact-form2 	
	.contact-form textarea{ width:100%; margin-right:0;}
	.get-directions input[type="text"]{ width:60%; font-size:20px}
	.social-rounded.contact{ padding-bottom:30px;}
	.error-text p span strong {
		font-size: 245px;
		display:block;
	}
	.tri-sec{ float:none; width:100%;}
	.carousel-caption{ font-size:30px; top:20%;}
	.carousel-caption p{ line-height:35px !important;}
	.media img{ width:100%;}
	.meet-the-doctors{ background:none;}
	.meet-the-doctors .team-member-description{ display:none;}
	.overflow{ margin-bottom: 20px;overflow-x: auto;padding-bottom: 30px;}
	.cart-bar-list, .cart-bar{ min-width:849px;}
	.cart-quantity .item-counter{ width:68px;}
	.item-counter input.items-total{ width:31px;}
	.shop-banner .slider-text{ float:none; width:100%; padding-top:30px;}
	.shop-banner .slider-image{ display:none}
	.product{ width:49%;}
	.product:nth-child(3n+1){ margin-left:2%}
	.product:nth-child(2n+1){ margin-left:0}
	.contact-form2 input[type="text"], .contact-form2 input[type="email"]{ width:46%;}
	.navbar-default .navbar-collapse.medical-nav li a {padding: 15px 20px 15px;}
	.navbar-default .navbar-collapse.medical-nav li a i{ text-align:left;}
	.back {padding: 10px 10px 0;}
	.back ul {margin: 0;padding: 0;}
	.back ul li {margin: 0 4px 0 0;}

}

@media (max-width: 480px){	
	.anythingSlider {
		height: 420px !important;
	}
	.slider-caption {
		display:none;
	}
	.appointment-form input[type="text"], 
	.appointment-form  input[type="email"], 
	.appointment-form  input[type="number"], 
	.appointment-form select, 
	.appointment-form textarea{ 
		width:100%; 
		margin-right:0;
	}
	.appointment-form div.selector{ 
		width:100% !important;
	}
	h1, .h1 {
    font-size: 2.5em;
}
	.medicom-app-content .app-buttons li{
		 margin:0 0 20px 0; float:none;
	}
	.blog2-item{
		width:86%;
		padding:7px 15px 2px;
		}
	.blog2-thumbnail, .testimonials2-img, .blog-full-width-date{
		display:none;
	}
	.blog2-content, .testimonials2-content, .blog-full-width .blog-content{ 
		padding-left:0 !important;
	}
	.appointment-sec2 {
	   padding: 31px 0 35px 15px;
	}
	.appointment-sec2 input[type="text"], .appointment-sec2 input[type="email"], .appointment-sec2 input[type="number"], .appointment-sec2 textarea{
		width:61%;
	}
	.appointment-sec2 .selector{ 
		width:61% !important;
	}
	.testimonials2{ 
		padding:20px 10px;
	}
	.testimonials2 .carousel-indicators{ 
		left:20%
	}
	.awesome-features {
		padding-top: 0;
		width: 100%;
	}
	.latest-news2 .jcarousel-container{ width:auto;}
	.jcarousel-container{ width:300px; margin:0 auto;}
	.team-description .jcarousel-skin-tango .jcarousel-item-horizontal{ width:300px;}
	.doctors-detail p{ display:block;}
	.doctors-detail p label{ width:100%;}
	.error-text p span strong {
		font-size: 165px;
		display:block;
	}
	.carousel-caption{ display:none;}
	/*#slider li{ background-size:auto 420px !important}*/
	.doctors-img {
		float: none;
		width: 100%;
		margin-bottom:30px;
	}
	.doctors-img img{ width:100%;}	
	.doctors-detail{ padding-left:0}
	.home-box{ padding-bottom:50px;}
	.cart-buttons .pull-right{ text-align:center; float:none !important;}
	.cart-buttons .pull-right .btn{ margin-bottom:10px;}
	.product{ width:98%;}
	.best-seller p{ font-size:13px;}
	.product{ margin-left:0}
	.product:nth-child(3n+1){ margin-left:0}
	.product:nth-child(2n+1){ margin-left:0}
	.shop-banner .slider-text p{ font-size:16px;}
	.shop-banner .slider-text .medicom-feature-list li{ font-size:14px;}
	.main-banner .carousel-indicators li{ width:40px;}
  
  .col-banimage{
    display: none;
  }
}

@media (min-width: 849px) and (max-width: 1183px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
  .nav > li > a {
    padding: 10px 17px;}
	.navbar-collapse.navbar-right{ padding-left:0 }
	.navbar-nav li .mega-menu ul{ width:100%; float:none; padding-top:30px;}
	.navbar-nav li .mega-menu img{ float:none;}
	.slider-caption {
		top: 30% !important;
	}
	.slider-caption p{ font-size:2.4em !important; padding:15px 30px 8px}
	{ height:auto;}
	.about-sec{ height:auto;}
	.about-sec #counters .col-md-3{display: inline-block;
    width: 49%;}
	.medicom-app .col-md-5{ display:none;}
	.creative-sec{ background:none;}
	.creative-sec-thumb.one, .creative-sec-thumb.two, .creative-sec-thumb.three, .creative-sec-thumb.four{ position:static; display:block}
	.creative-sec-thumb figure{ position:relative;}
	.creative-sec-thumb.one{ width:300px; margin:20px auto 0}
	.creative-sec-thumb.two{width:300px; margin:20px auto 0}
	.creative-sec-thumb.three{width:300px; margin:20px auto 0}
	.creative-sec-thumb.four{width:300px; margin:20px auto 0}
	.creative-sec-thumb.one .overlay {
		left: 50%;
		margin-left: -73px;
	}
	.creative-sec-thumb.two .overlay {
		left: 50%;
		margin-left: -128px;
	}
	
	.creative-sec-thumb.three .overlay {
		left: 50%;
		margin-left: -76px;
	}
	.creative-sec-thumb.four .overlay {
		height: 290px;
		left: 50%;
		margin-left: -145px;
		width: 290px;
	}
	.medicom-awesome-features-sec{ 
		height:auto; padding-bottom:0;
	}
	.tab-slider{ 
		display:none
	}
	.awesome-features {
		padding-top: 0;
		width: 45%;
	}
	.media.pull-right, .media.pull-left{
		float:none !important; margin:0 0 40px !important;
	}
	.media img{ width:100%;}
	.piechart-section .chart, .chart {
		display: block !important;
		margin: 80px auto 50px !important;
	}
	.team-description .jcarousel-skin-tango .jcarousel-item-horizontal{ width:720px;}
	.team-description .doctors-img{ max-width:480px; margin-bottom:30px; float:none;}
	.team-description .doctors-detail{ padding-left:0;}
	.jcarousel-skin-tango .jcarousel-item-horizontal {
		width: 722px !important;
	}
	.footer-widget{ padding-bottom:20px;}
	.contact-form, .social-rounded.contact{ padding-bottom:30px;}
	.error-text p span strong {
		font-size: 245px;
		display:block;
	}
	.tri-sec{ float:none; width:100%;}
	.carousel-caption{ font-size:30px; top:25%;}
	.carousel-caption p{ line-height:50px !important;}
	.meet-the-doctors{ background:none;}
	.meet-the-doctors .team-member-description{ display:none;}
	.cart-quantity .item-counter{ width:68px;}
	.item-counter input.items-total{ width:31px;}
	.shop-banner .slider-text{ float:none; width:100%;}
	.shop-banner .slider-image{ display:none}
	.medical-nav .navbar-nav > li {margin: 20px 0 0;}
	.navbar-default .navbar-collapse.medical-nav li a {padding:13px 19px 12px;}
}

@media (min-width: 849px) and (max-width: 1183px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
  .nav > li > a {
    padding: 10px 15px;}
	.navbar-nav li .mega-menu img {
		width: 39%;
	}
	.appointment-form input[type="text"]{ width:47.6%}
	.awesome-features {
		width: 31%;
	}
	.tab-slider{
		margin:94px auto 0 4px
	}
	.awesome-features li {
		margin: 49px 0;
	}
	.creative-sec-thumb.two {
		left: 200px;
	}
	.creative-sec-thumb.three {
		left: 460px;
	}
	.piechart-section .chart, .chart {
		margin: 80px 0 50px 4px !important;
	}
	.team-description .jcarousel-skin-tango .jcarousel-item-horizontal{ width:944px;}
	.team-description .doctors-img{
		width:400px;
	}
	.team-description .doctors-detail {
		padding-left: 440px;
	}
	.get-directions.small input[type="text"]{ width:80%;}
	.error-text p span strong {
		font-size: 245px;
	}
	.team-member-description.three {
		left: 400px;
	}
	.team-member-description.four {
		left: 535px;
	}
	.team-member-description.five {
		left: 720px;
	}
	.meet-the-doctors .owl-carousel.two{ display:none !important;}
	.shop-banner .slider-text{ padding:70px 0 0}
	.appointment-sec2 input[type="text"], .appointment-sec2 input[type="email"], .appointment-sec2 input[type="number"], .appointment-sec2 textarea{
		margin-right:0;
	}
	.medical-nav .navbar-nav > li {margin: 0;}
	.navbar-default .navbar-collapse.medical-nav li a {padding: 32px 20px 26px;}
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
  .meet-the-doctors .owl-carousel.two{ display:none !important;}
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  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;
  }
}
select[multiple], 
select[size]{
  height: auto;
  border: 1px solid #dc2b27;
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  align-items: flex-start;

}

.tab-horizontal1{
	max-width: 800px;
  float:none;
  margin-left: auto !important;
  margin-right: auto !important;
  border-left:1px solid #afafaf;
  border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
	margin-bottom:30px !important;
}
.resp-tabs-list{ padding:0;}
    .resp-tabs-list li {
        display: inline-block;
        padding: 11px 15px;
        margin: 0;
        list-style: none;
        cursor: pointer;
        float: left;
        border: 1px solid #afafaf;
        border-bottom: 0;
        border-left: 0;
        font-size: 18px;
        font-weight: bold;
        color: #003399;
        background-color: #ededed;
        text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
        -moz-text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
        -webkit-text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
    }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  clear: left;
	margin-left: -2px;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px 15px 10px;
}

.resp-tab-active {
  border: 1px solid #afafaf;
  border-bottom: none;
  margin-bottom: -2px !important;
  padding:11px 15px 12px !important;
  background-color: #fff !important;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #afafaf;
  border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #afafaf ;
  border-top: 0px solid #dedede;
  margin: 0px;
  padding: 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #afafaf !important;
  margin-bottom: 0px !important;
  padding: 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #afafaf !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin:0 0 -1px 0;
	clear:both;
  cursor: pointer;
  float: right;
	border:1px solid #DEDEDE;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #afafaf;
  float: left;
  width: 68%;
  min-height:218px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #afafaf;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: 0 !important;
  padding: 11px 16px 11px 15px !important;
}

.resp-arrow {
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-top: 9px solid #afafaf;
  float: right;
  height: 0;
  margin-top: 3px;
  width: 0;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #afafaf;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  /*background: #DBDBDB !important;*/
}
.resp-easy-accordion  h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #afafaf;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #afafaf !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

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

h2.resp-accordion:first-child {
  border-top: 1px solid #afafaf !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #afafaf;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display:none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #afafaf !important;
  }
}

/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("../images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../images/bg-input.png") repeat-x 0 0;
  outline: 0; }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    background: url("../images/bg-input-focus.png") repeat-x 0 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  	box-shadow:0 1px 0 #F4F4F4;
	-moz-box-shadow:0 1px 0 #F4F4F4;
	-webkit-box-shadow:0 1px 0 #F4F4F4;
	border:1px solid #F4F4F4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    float: left;
    height: 40px;
	margin:0 0 7px 0;
	text-align:left;
    line-height: 26px;background:url(../images/select-bg.png) no-repeat 95%;
	background-color:#fafafa;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 48% !important; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    padding-left:9px;
    height: 38px;
    line-height: 44px;
    cursor: pointer;
    width: 100%;
    display: block; }
	div.selector option{ padding:10px;}
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 38px;
    top: 2px;
    left: 0px;
    width: 100%; }
  

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
    width: 19px;
    height: 19px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px; }
    div.checker span.checked {
      background-position: -76px -260px; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -19px -260px; }
    div.checker.active span.checked {
      background-position: -95px -260px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -38px -260px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -114px -260px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -57px -260px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -133px -260px; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: -152px -260px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -171px -260px; }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    height: 24px;
    width: 25px;
	margin-left:0 !important}
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background:url(../images/radio-btn.png) no-repeat; }
    div.radio span.checked {
      background-position: center -37px; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span {
    }
    div.radio.active span.checked {
     }
  div.radio.hover span, div.radio.focus span {
    background-position: center -37px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
     }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -126px -279px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
  div.uploader.active span.action {
    background-position: right -465px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
    div.uploader.hover span.action, div.uploader.focus span.action {
      background-position: right -437px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action {
      background-position: right -493px; }
  div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -381px; }

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px; }
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: right -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
    div.button.hover span, div.button.focus span {
      background-position: right -581px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -611px;
      cursor: default; }

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.hover span, div.button.focus span {
  color: #555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
div.selector {
  font-size: 12px; }
  div.selector span {
    color: #A5A5A5;
    }
  div.selector select {
	  cursor:pointer;
   }
  div.selector.disabled span, div.selector.disabled.active span {
   }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin:0 13px 13px 0; }

/* Uploader */
div.uploader span.action {
  text-shadow: white 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold; }
div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }

a {
    color: #003399;
}
    a:hover,
    a:focus,
    a:active {
        color: #0099ff;
    }
.caption a:hover {
    color: #0099ff !important;
}
.bg-default {
    background-color: #003399;
}
.bg-gray{
    background-color: #fff;
}
.btn-default {
    background-color: #003399;
}
    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-color: #0099ff;
    }
h1.bordered,
h2.bordered,
h3.bordered,
h4.bordered,
h5.bordered,
h6.bordered,
.h1.bordered,
.h2.bordered,
.h3.bordered,
.h4.bordered,
.h5.bordered,
.h6.bordered {
    color: #003399;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.h6.light {
    color: #003399;
}

.top-sec-detail .social2 li a:hover {
    border: 2px solid #003399;
}
    .top-sec-detail .social2 li a:hover i {
        color: #003399;
    }


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #003399;
}
.navbar-nav > li:hover a {
    background: #003399;
    color: #fff !important;
}
.dropdown-menu {
    border-top: 6px solid #003399;
}
.navbar-nav > li:hover ul li a:hover,
.navbar-nav > li:focus ul li a:focus,
.navbar-nav > li ul li a:focus{
	color:#fff !important;
}
.navbar-nav li.mega-menu-item .mega-menu {
    border-top: 6px solid #003399;
}

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

.home-box a:hover {
    color: #003399;
}
.appointment-sec h1 {
    color: #003399;
}
.ui-widget-header {
    background: #003399;
    /*border colour should be dark*/
    border: 1px solid #003399;
}

.blog-date {
    background: #003399;
}
.blog-item .blog-title a:hover {
    color: #003399;
}
.carousel-indicators .active {
    background-color: #003399;
}
.panel-title.active span {
    background: #003399;
}
.panel-title.active a {
    color: #003399 !important;
}
.testimonials h1 {
    color: #003399;
}
.footer-nav li a:hover {
    color: #003399 !important;
}
footer h4 {
    color: #003399;
}
.footer-widget h4 {
    color: #003399;
}
footer h4 span {
    border-bottom: 1px solid #003399;
}
footer.light .tweet i {
    color: #003399;
}
footer.light .contact-widget p a:hover {
    color: #003399;
}
footer.dark .contact-widget p a:hover {
    color: #003399;
}

/*home 2*/
.service-box:hover {
    background: #003399;
}
    .service-box:hover .icon {
        background: #003399;
        box-shadow: 0px 0px 0px 1px #003399;
    }
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    background: #003399 !important;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background: #003399;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    background: #003399 !important;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background: #003399;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: #003399;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background: #003399;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: #003399;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    background: #003399 !important;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:focus{background:#003399;}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active{background:#003399;}
.blog2-content h4 a:hover,
.blog2-content h4 a:active,
.blog2-content h4 a:focus {
    color: #003399;
}
.slider-mini a:hover {
    color: #003399;
    border-color: #003399;
}
.testimonials2-patient-detail span {
    color: #003399;
}
.creative-sec h1 {
    color: #003399;
}
.creative-sec-thumb .overlay{background:url(../images/red-overlay.png) repeat;}
.accordian-style2 .panel-heading i {
    color: #003399;
}



/*home4*/ 
caption a.btn-bordered:hover {
    color: #003399;
}
.slider-revolution-overlay{ background:url(../images/red-overlay.png) repeat;}
/*revolution slider nav*/
.tp-bullets.simplebullets .bullet{background:#80b5d0;}


/*sub page*/
.sub-page-banner .overlay{background:url(../images/red-overlay.png) repeat;}
.team-des-btn.active {
    background: #003399;
}
.team-member-description .team-member-desc-inner{ background:url(../images/red-overlay.png) repeat; border:1px solid #1b7fb1; 
/*box shadow should be light*/
box-shadow: inset 1px 1px 1px 0px #88c4e2;-moz-box-shadow: inset 1px 1px 1px 0px #88c4e2;-webkit-box-shadow: inset 1px 1px 1px 0px #88c4e2;}
.team-member-description .team-member-desc-inner span.pointing-arrow{ background:url(../images/team-member-desc-arrow.png) no-repeat;}
i.feature-icon {
    background: #003399;
}
i.feature-icon {
    text-shadow: 0px 5px 0px #003399;
}
.carousel.default .carousel-indicators .active {
    background: #003399;
}
.year {
    color: #003399;
}
.carousel-indicators.dark-indicators .active {
    background: #003399 !important;
}
.medicom-feature-list li i {
    border: 1px solid #003399;
    /*border should be dark*/
    background: #003399;
}
.procedures h3 {
    margin: 0;
    background: #003399;
}
.testimonials3-patient-detail span {
    color: #003399;
}


/*quote icons should be light*/
.testimonials3 .fa-quote-left, .testimonials3 .fa-quote-right{ color:#d9e6ef;}
.doctors-detail h4 {
    color: #003399;
}
.investigations h1 {
    color: #003399;
}
.pricing-table2.highlight .table-heading, .pricing-table2.highlight .table-heading .price {
    background: #003399;
}
.pricing-table .table-heading {
    background: #003399;
}

.portfolio .entry:hover p a:hover {
    color: #003399;
}
.tags li a:hover {
    color: #003399;
    border: 1px solid #003399;
}
.popular-post h4:hover, .popular-post h4 a:hover {
    color: #003399;
}
.archives li a:hover, .archives li a:hover i {
    color: #003399;
}
.get-in-touch-widget li a:hover, .we-are-social li a:hover {
    color: #003399;
}








.sidebar-nav .panel-body a:hover, .sidebar-nav .panel-body a.active {
    color: #003399;
}










/*tri sec*/ 
.tri-sec:hover {
    background: #003399;
}
.tri-sec:hover i {
    color: #003399;
}






.price-rating .price {
    color: #003399;
}
.product .ad-to-cart:hover {
    color: #003399;
}
.popular-post p strong, .best-seller p strong {
    color: #003399;
}
.popular-post h4 a:hover, .best-seller h4 a:hover {
    color: #003399;
}

.shop-banner .slider-text h1 span {
    color: #003399;
}
.product-single-content h4 {
    color: #003399;
}
.cart-total-amount .price {
    color: #003399;
}
.after-booking-sec h1 {
    color: #003399;
}
.owl-controls .owl-buttons .owl-prev:hover, .owl-controls .owl-buttons .owl-next:hover {
    background: #003399;
}
.team-thumb .links a i {
    background: #003399;
}
.team-thumb .links a:hover i {
    background: #0099ff;
}
.solid-row {
    background: #003399;
}


.villCd {
    border: 1px solid #003399;
    border-color: #003399 !important;
}

button, input, select, textarea {
    border: 1px solid #003399;
}

.dropdown-menu {
    border: 3px solid #003399;
}
.multiselect-container{
  position:absolute;
  list-style-type:none;
  margin:0;
  padding:0
}
.multiselect-container .input-group{
  margin:10px;
}
.multiselect-container>li{
  padding:0;
}
.multiselect-container>li>.multiselect-all label{
  font-weight:700 !important;
}
.multiselect-container>li>label.multiselect-group{
  margin:0;
  padding:3px 20px;
  height:100%;
  font-weight:700;
}
.multiselect-container>li>.multiselect-checkbox{
  padding:0;
}
.multiselect-container>li>.multiselect-checkbox>label{
  margin:0;
  height:100%;
  cursor:pointer;
  font-weight:400;
  padding:3px 20px 3px 20px;
}
.multiselect-container>li>.multiselect-checkbox>label.radio,.multiselect-container>li>.multiselect-checkbox>label.checkbox{
  margin:0;
}
.multiselect-container>li>.multiselect-checkbox>label>input[type=checkbox]{
  margin-bottom:5px;
}
.btn-group>.btn-group:nth-child(2) > .multiselect.btn{
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
}
.child-has-focus{
  background-color: #ff2d28 !important;
  border-bottom: 1px hidden;
  outline: none !important;
}
.child-has-focus label{
  color: #fff;
}
.child-has-focus label input{
  outline: none !important;
  border-bottom: 1px hidden;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}













.tp-simpleresponsive .caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	filter: alpha(opacity=0);	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute;
}
.caption strong{ font-weight: 400; font-family: 'SourceSansProBold';}

/*************************
	-	CAPTIONS	-
**************************/
.caption.big_white	{
						position: absolute; 
						color: #fff; font-family: 'SourceSansProLight';
						text-shadow: none; 
						font-size: 58px; 
						
						padding: 0px 4px; 
						padding-top: 1px;
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						text-transform:uppercase;	
						letter-spacing: -1.5px;
						max-width:500px;
					}

.caption.big_orange	{
						position: absolute; 
						color: #ff7302; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 36px; 
						line-height: 36px; 
						font-family: Arial; 
						padding: 0px 4px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#fff;	
						letter-spacing: -1.5px;															
					}	
					
.caption.big_black	{
						position: absolute; 
						color: #000; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 36px; 
						line-height: 36px; 
						font-family: Arial; 
						padding: 0px 4px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#fff;	
						letter-spacing: -1.5px;															
					}		

.caption.medium_grey	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-size: 22px; 
						line-height: 25px; 
						padding: 2px 4px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;
					}	
					
.caption.small_text	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 14px; 
						line-height: 20px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
					}
					
.caption.medium_text	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 20px; 
						line-height: 20px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
					}
					
.caption.large_text	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 40px; 
						line-height: 40px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
					}	
	.caption a.btn-bordered{ border:1px solid #fff;font-family: 'SourceSansProLight'; color:#fff;}				
	.caption a.btn-bordered:hover{ background:#fff;}
	.caption .or{ display:block; color:#fff; font-size:22px; padding-top:19px}
	.caption img.img-circle{ background:url(../images/slider2-img-bg.png) repeat; padding:10px; max-width:250000px !important;}
	.caption span{font-family: 'SourceSansProSemibold';}
	
.caption.very_large_text	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 60px; 
						line-height: 60px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
						letter-spacing: -2px;		
					}	
					
					
.caption.very_big_white	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 60px; 
						line-height: 60px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						padding: 0px 4px; 
						padding-top: 1px;
						background-color:#000;		
					}	
					
.caption.very_big_black	{
						position: absolute; 
						color: #000; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 60px; 
						line-height: 60px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						padding: 0px 4px; 
						padding-top: 1px;
						background-color:#fff;		
					}
					
.caption.boxshadow	{
						-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
						-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
						box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
					}
											
.caption.black {
						color: #000; 
						text-shadow: none;		
					}	
					
.caption.noshadow {
						text-shadow: none;		
					}	
					
.caption a { color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;	 }			
					



	  
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }  
  	
  
	  
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
		
				
	}
   
    @media only screen and (min-width: 0px) and (max-width: 479px) {   
		.button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}
	
					


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/
.tp-bullets									{	z-index:100; position:absolute; bottom:32px; left:0 !important; width:100% !important;}
.tp-bullets.simplebullets					{  width:100% !important; text-align:center;}


.tp-bullets.simplebullets.navbar				{ bottom:-20px; background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;}
								
.tp-bullets.simplebullets .bullet			{	cursor:pointer; position:relative;width:50px;	height:6px;  margin-right:0px; display:inline-block; margin:0 2px 0}									
.tp-bullets.simplebullets .bullet.last		{	margin-right:0px;}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}									
.tp-bullets.simplebullets.square .bullet.last		{	margin-right:0px;}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet		{	cursor:pointer; position:relative;	background:url(../assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}										
.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:30px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:30px !important;}

.tp-bullets.simplebullets .bullet:hover, 
.tp-bullets.simplebullets .bullet.selected	{	background:#fff; }




/*************************************
	-	TP ARROWS 	-
**************************************/


.tp-leftarrow						{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}										
.tp-rightarrow						{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}										

.tp-leftarrow.navbar				{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:-20px; margin-top:-8px;}										
.tp-rightarrow.navbar				{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:-20px; margin-top:-8px;}										
.tp-leftarrow.navbar.thumbswitharrow	{	margin-right:10px; }
.tp-rightarrow.navbar.thumbswitharrow	{	margin-left:0px; }

.tp-leftarrow.square				{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}										
.tp-rightarrow.square				{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}										

.tp-leftarrow.large					{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_large_left.png) no-Repeat top left;	width:46px;	height:46px;  margin-left:20px; margin-top:-23px; }										
.tp-rightarrow.large				{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_large_right.png) no-Repeat top left;	width:46px;	height:46px;  margin-left:-20px; margin-top:-23px; }										

.tp-leftarrow:hover,
.tp-rightarrow:hover {	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-	
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

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


.tp-bullets.tp-thumbs						{	z-index:100; position:absolute; padding:0px 2px 2px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
											}
											
.fullwidthbanner-container .tp-thumbs					{  padding:2px;}											

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	filter: alpha(opacity=50);	-moz-opacity: 0.5;	-khtml-opacity: 0.5;	opacity: 0.5;
												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;	
											}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	filter: alpha(opacity=1);	-moz-opacity: 1;	-khtml-opacity: 1;	opacity: 1;}											
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer{ display:none;}
	
	
	
	
/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/	
	
	
	
	
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }  
  	
  
	  
	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}
			
				
	}
   
    @media only screen and (min-width: 0px) and (max-width: 479px) {   
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
				.caption .btn{ padding: 3px 10px;font-size: 11px;}
				.caption strong{ letter-spacing: 3px;}
	}
	
   @media only screen and (min-width: 0px) and (max-width: 1159px) {	 } 
   

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

	-	BASIC SETTINGS FOR THE BANNER	-

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

 .tp-simpleresponsive img {
		-moz-user-select: none; 
        -khtml-user-select: none; 
        -webkit-user-select: none; 
        -o-user-select: none; 
		max-width:none;
}


.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}			

.tp-simpleresponsive >ul li{
	list-stye:none;			
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div {	width:10000px; height:10000px;  }  

.tp-loader 	{	background:url(../images/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px; 
				-moz-border-radius: 3px; 
				-webkit-border-radius: 3px; 
			}
   
   
   
   
 
.index-rev-slider .tp-bullets{ display:none;}
.index-rev-slider .tp-rightarrow.large{ background:url(../images/right-arrow.png) no-repeat; width:67px; height:64px; margin:0;}
.index-rev-slider .tp-leftarrow.large{ background:url(../images/left-arrow.png) no-repeat; width:67px; height:64px; margin:0;}
.file-loading{top:0;right:0;width:25px;height:25px;font-size:999px;text-align:right;color:#fff;background:transparent url('../../Images/loading.gif') top left no-repeat;border:none}.file-object{margin:0 0 -5px 0;padding:0}.btn-file{position:relative;overflow:hidden}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;text-align:right;opacity:0;background:none repeat scroll 0 0 transparent;cursor:inherit;display:block}.file-caption-name{display:inline-block;overflow:hidden;height:20px;word-break:break-all}.input-group-lg .file-caption-name{height:25px}.file-preview-detail-modal{text-align:left}.file-error-message{background-color:#f2dede;color:#a94442;text-align:center;border-radius:5px;padding:5px 10px 5px 5px}.file-error-message pre,.file-error-message ul{margin:5px 0;text-align:left}.file-caption-disabled{background-color:#eee;cursor:not-allowed;opacity:1}.file-preview{border-radius:5px;border:1px solid #ddd;padding:5px;width:100%;margin-bottom:5px}.file-preview-frame{display:table;margin:8px;height:160px;border:1px solid #ddd;box-shadow:1px 1px 5px 0 #a2958a;padding:6px;float:left;text-align:center;vertical-align:middle}.file-preview-frame:not(.file-preview-error):hover{box-shadow:3px 3px 5px 0 #333}.file-preview-image{height:160px;vertical-align:middle}.file-preview-text{text-align:left;width:160px;margin-bottom:2px;color:#428bca;background:#fff;overflow-x:hidden}.file-preview-other{display:table-cell;text-align:center;vertical-align:middle;width:160px;height:160px;border:2px solid #999;border-radius:30px;opacity:.8}.file-preview-frame:not(.file-preview-error) .file-preview-other:hover{opacity:1}.file-other-error{text-align:left}.file-icon-lg{font-size:1.2em}.file-icon-2x{font-size:2.4em}.file-icon-4x{font-size:4.8em}.file-input-new .file-preview,.file-input-new .close,.file-input-new .glyphicon-file,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button{display:none}.loading{background:transparent url('../../Images/loading.gif') no-repeat scroll center center content-box !important}.file-actions{text-align:left}.file-footer-buttons{float:right}.file-upload-indicator{padding-top:2px;cursor:default;opacity:.8;width:60%}.file-upload-indicator:hover{font-weight:bold;opacity:1}.file-footer-caption{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px;text-align:center;padding-top:4px;font-size:11px;color:#777;margin:5px auto 10px auto}.file-preview-frame:not(.file-preview-error) .file-footer-caption:hover{color:#000}.file-drop-zone{border:1px dashed #aaa;border-radius:4px;height:100%;text-align:center;vertical-align:middle;margin:12px 15px 12px 12px;padding:5px}.file-drop-zone-title{color:#aaa;font-size:40px;padding:85px 10px}.highlighted{border:2px dashed #999 !important;background-color:#f0f0f0}.file-uploading{background:url('../../Images/loading-sm.gif') no-repeat center bottom 10px;opacity:.6}.file-error-message .close{margin-top:10px}
@charset "utf-8";
/* CSS Document */

@import "../fonts/font-awesome.css";

.opnunartimi {
    white-space: nowrap
}

.kvotiUtlans {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 500;
    border: 1px;
}

    .kvotiUtlans .fa {
        margin-right: 5px;
    }

    .kvotiUtlans:hover {
        color: black;
    }
/*Medicom style*/
img {
    max-width: 100%;
}

.height5 {
    height: 5px;
}

.height10 {
    height: 10px;
}

.height20 {
    height: 20px;
}

.height30 {
    height: 30px;
}

.height40 {
    height: 40px;
}

.height50 {
    height: 50px;
}

.margin-top-180 {
    margin-top: 180px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-14 {
    margin-top: 14px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-neg-10 {
    margin-top: -50px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-2 {
    margin-bottom: 2px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-right-left-neg-15 {
    padding-left: -15px !important;
    padding-right: -15px !important;
}

.no-bg-img {
    background-image: none !important;
}

.no-bg {
    background: none !important;
}

.bg-gray {
    background-color: #474747;
}

.bg-white {
    background-color: #fff;
}

.bg-light-tint {
    background-color: #fdfdfd;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.inline {
    display: inline-block !important;
}

.grad {
    background: -webkit-linear-gradient(right,lightgrey, white); /* For Safari 5.1 to 6.0  */
    background: -o-linear-gradient(right,lightgrey, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left,lightgrey, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right,lightgrey, white); /* Standard syntax */
}

.grad-rev {
    background-color: #003399;
}

.navbar-brand {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.solid-row {
    height: 4px;
}

.slider {
    background: url(../../images/banner-img.jpg) no-repeat center top;
    height: 750px;
}

.col-banimage :focus {
    border: 1px #003399 dashed !important;
    -moz-border: 1px #003399 dashed !important;
    -webkit-border: 1px #003399 dashed !important;
}

.col-banimage a {
    border: 1px solid transparent;
    -moz-border: 1px solid transparent;
    -webkit-border: 1px solid transparent;
}

.col-banimage a:focus {
    border: 1px #003399 dashed !important;
    -moz-border: 1px #003399 dashed !important;
    -webkit-border: 1px #003399 dashed !important;
}

.bbi-banner {
    position: absolute;
    left: 5px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    display: none;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

    .bbi-banner img {
        width: 860px;
        height: 178px;
        border-bottom-left-radius: 6px;
        -moz-border-bottom-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
    }

.bbi-banner-b {
    margin: 0px;
    padding: 0px;
    background: url(../../images/banner_04.png) no-repeat left top;
    background-size: 100%;
    height: 202px;
}

.banner-item {
    margin: 0px;
    padding: 15px;
}

.main-banner img {
    width: 100%;
}

.slider-caption {
    position: absolute;
    top: 33%;
    text-align: center;
    height: auto;
    width: 100%;
}

    .slider-caption p {
        padding: 25px 60px 14px;
        background: #fff;
        font-size: 60px;
        color: #4c4c4c;
        text-transform: uppercase;
        display: inline-block;
        font-family: 'pt sans', 'sans-serif';
        line-height: 54px;
        margin-bottom: 4px;
    }

        .slider-caption p span {
            font-family: 'pt sans', 'sans-serif';
            font-weight: bold;
        }

video {
    margin-left: 6%;
    width: 88% !important;
    height: auto !important;
}

.big-font {
    font-size: 18px;
    line-height: 30px;
}

.social-rounded {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-rounded li {
    float: left;
    margin: 0 8px 7px 0;
}

.social-rounded li a i {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #e7e7e7;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #929292;
    line-height: 33px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-rounded li a i:hover {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-rounded li a i.fa-facebook:hover,
.social-rounded li a i.fa-facebook:active,
.social-rounded li a i.fa-facebook:focus {
    background: #2f4787;
    border: 2px solid #223874;
}

.social-rounded li a i.fa-twitter:hover,
.social-rounded li a i.fa-twitter:active,
.social-rounded li a i.fa-twitter:focus {
    background: #2ba8e0;
    border: 2px solid #1c90c4;
}

.social-rounded li a i.fa-google-plus:hover,
.social-rounded li a i.fa-google-plus:active,
.social-rounded li a i.fa-google-plus:focus {
    background: #d3482d;
    border: 2px solid #b42f15;
}

.social-rounded li a i.fa-dribbble:hover,
.social-rounded li a i.fa-dribbble:active,
.social-rounded li a i.fa-dribbble:focus {
    background: #da2984;
    border: 2px solid #b71568;
}

.social-rounded li a i.fa-youtube:hover,
.social-rounded li a i.fa-youtube:active,
.social-rounded li a i.fa-youtube:focus {
    background: #e92526;
    border: 2px solid #cf1314;
}

.social-rounded li a i.fa-vimeo-square:hover,
.social-rounded li a i.fa-vimeo-square:active,
.social-rounded li a i.fa-vimeo-square:focus {
    background: #03a9ee;
    border: 2px solid #0c79a6;
}

.social-rounded li a i.fa-linkedin:hover,
.social-rounded li a i.fa-linkedin:active,
.social-rounded li a i.fa-linkedin:focus {
    background: #016793;
    border: 2px solid #00475c;
}

.social-rounded li a i.fa-rss:hover,
.social-rounded li a i.fa-rss:active,
.social-rounded li a i.fa-rss:focus {
    background: #f47c23;
    border: 2px solid #d26514;
}

.social-rounded li a i.fa-pinterest:hover,
.social-rounded li a i.fa-pinterest:active,
.social-rounded li a i.fa-pinterest:focus {
    background: #ca1f28;
    border: 2px solid #003399;
}

.social-rounded li a i.fa-android:hover,
.social-rounded li a i.fa-android:active,
.social-rounded li a i.fa-android:focus {
    background: #a4ca39;
    border: 2px solid #89ac28;
}

.social-rounded li a i.fa-flickr:hover,
.social-rounded li a i.fa-flickr:active,
.social-rounded li a i.fa-flickr:focus {
    background: #fe0082;
    border: 2px solid #d90472;
}

.boxed-layout {
    max-width: 1190px;
    margin: 0 auto;
    background: none;
}

.shadow {
    box-shadow: 0px 10px 20px #888888;
}

.opening-hours {
    background: none !important;
    max-width: 500px;
    width: 84%;
    color: #393939;
    padding-bottom: 1px;
}

    .opening-hours p, .opening-hours li {
        font-size: 16px;
    }

    .opening-hours h3 {
        color: #393939 !important;
    }

    .opening-hours li {
        border-bottom: 1px solid #474747;
        margin: 0 15px;
        padding: 5px 0;
        line-height: 30px;
    }

        .opening-hours li span {
            float: left;
        }

        .opening-hours li .value {
            float: right;
        }

.latest-news {
    padding: 40px 0;
}
/*slider*/
#slider li {
    height: 750px;
}
/*Fréttir*/
#frettaTakkar {
    display: block;
}

#NaestaFrettTakki {
    float: right;
}

#frettaTakkar a .fa {
    margin: 20px;
    font-size: 36px;
}

.blog-item, .blog-sizer {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto;
    border: 1px solid #afafaf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.frettamynd {
    float: left;
    clear: left;
    margin: 0 1em .5em 0;
    max-width: 350px;
    height: auto;
}

.blog-date {
    border-top-left-radius: 5px;
}

.blog-wrapper {
    position: relative;
}

.blog-thumbnail {
    position: relative;
}

    .blog-thumbnail img {
        display: block;
        width: 100%;
    }

.blog-date {
    padding: 5px 10.5px 10px 12.5px;
    position: absolute;
    text-align: center;
    top: 0;
}

.day {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 900;
    line-height: 44px;
    margin: 0 0 0 2px;
    font-family: 'pt sans', 'sans-serif';
    font-weight: bold;
}

.monthyear {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 13px;
    margin: 2px 0 0;
}

.blog-content {
    background: #fdfdfd;
    min-height: 250px;
    padding: 10px 15px 19px;
}

    .blog-content a.btn {
        font-weight: normal;
        font-family: 'PT Sans', 'sans-serif';
    }

.blog-title, .blog-item .blog-title a {
    color: #373737;
    font-size: 26px;
    font-weight: bold;
    text-transform: none;
    line-height: 26px;
    padding-bottom: 10px;
}

.blog-content .blog-meta {
    color: #727272;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

    .blog-content .blog-meta a {
        color: #1d1d1d;
    }

.blog-content p {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 10px;
}

    .blog-content p a {
        font-size: 18px;
        font-weight: bold;
    }
/* Titill á fréttum á forsíðu og fréttalista */
.blog2-content h2:hover,
.blog2-content h2:focus,
.blog2-content h2 a:hover,
.blog2-content h2 a:focus {
    color: #003399;
    text-decoration: underline;
}

.blog2-content h3,
.blog2-content h3 a {
    margin: 3px 0px 5px;
    font-size: 21px;
    font-weight: bold;
    color: #373737;
    line-height: 1.1;
    text-transform: none;
    font-family: 'pt sans', 'sans-serif';
}

.blog2-content h3:hover,
.blog2-content h3:focus,
.blog2-content h3 a:hover,
.blog2-content h3 a:focus {
    color: #003399;
    text-decoration: underline;
}

.blog-full-width {
    width: 100%;
    float: none;
    border-bottom: 1px solid #eeeeee;
}

.blog-full-width-date {
    width: 76px;
    background: #2b96cc;
    float: left;
    text-align: center;
    margin-top: 29px;
    border-radius: 5px;
    padding: 13px 0 0;
    box-shadow: 0 3px 0 #1B83B8;
}

    .blog-full-width-date .monthyear {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }

    .blog-full-width-date a {
        color: #fff;
        font-size: 14px;
        margin: 8px 0 5px;
        display: block;
    }

        .blog-full-width-date a:hover i, .blog-full-width-date a:hover {
            color: #ccc;
        }

        .blog-full-width-date a i {
            color: #fff;
            font-size: 15px;
            margin-right: 3px;
        }

.blog-full-width .blog-content {
    padding: 20px 0 40px 100px;
    border: none;
}

.blog-full-width.blog-detail .blog-content {
    padding: 20px 0 30px 0;
}

.blog-full-width.last {
    border-bottom: 0;
    margin-bottom: 0;
}

.blog-3-coloumn .w2 {
    margin: 0;
    width: 530px;
}

@media (min-width: 1183px) {
    #wrapper {
        padding-bottom: 10px;
    }
}

@media (min-width: 511px) and (max-width: 1182px) {
    #wrapper {
        padding-bottom: 10px;
    }
}

@media (max-width: 510px) {
    #wrapper {
        padding-bottom: 10px;
    }
}
/*footer*/
.social2 {
    padding: 26px;
    text-align: center;
    margin: 0;
}

.social2 li {
    display: inline-block;
}

    .social2 li a {
        border: 1px solid black;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin: 0 1.5px;
        text-align: center;
        display: block;
        width: 31px;
        height: 31px;
        font-size: 22px;
        color: black;
        line-height: 33px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.social2.white li a {
    border: 1px solid #fff;
    color: #fff;
}

    .social2.white li a:hover {
        background: #fff;
    }

.social2 li a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

.social2 li a.fb:hover,
.social2 li a.fb:active,
.social2 li a.fb:focus {
    background: #4b68b4;
}

.social2 li a.twitter:hover,
.social2 li a.twitter:active,
.social2 li a.twitter:focus {
    background: #22bbf4;
}

.social2 li a.g-plus:hover,
.social2 li a.g-plus:active,
.social2 li a.g-plus:focus {
    background: #d3482d;
}

.social2 li a.youtube:hover,
.social2 li a.youtube:active,
.social2 li a.youtube:focus {
    background: #cc181e;
}

@media (min-width: 1183px) {
    footer {
        width: 1160px;
        margin: 20px auto 1em auto;
        padding: 20px 0 15px;
        position: relative;
        clear: both;
        border: 1px solid #afafaf;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .awards img {
        height: 80px;
    }
}

@media (max-width: 1182px) {
    footer {
        margin: 20px 15px 1em 15px;
        padding: 20px 0 15px;
        line-height: 23px;
        clear: both;
        position: relative;
        border: 1px solid #afafaf;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .social2 {
        padding: 10px;
        text-align: center;
        margin: 0;
    }

    .awards img {
        height: 50px;
        margin: 0 0 5px 10px;
    }

    .store-badge img{
        margin: 0;
    }

    .store-badge #appstore-badge{
        padding: 10px 0 10px 10px;
    }
}

@media (max-width: 412px){
    .awards .btn-group {
        display: flex;
        flex-direction: column;
    }

    .awards .btn-group a {
        height: 60px;
    }

    .store-badge #appstore-badge {
        padding-right: 10px;
    }
    
    .social2{
        margin-top: 3em;
    }

    .opnunartimi{
        white-space: normal;
    }
}


footer h4 {
    font-family: 'pt sans', 'sans-serif';
    font-weight: bold;
    margin-bottom: 30px;
}

    footer h4 span {
        padding-bottom: 7px;
        display: inline-block;
        margin-bottom: -1px;
    }

.footer-nav li {
    float: left;
    width: 50%;
    line-height: 38px;
}

    .footer-nav li a {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .footer-nav li a:hover {
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .footer-nav li a i {
            font-size: 10px;
            margin: 5px 10px 0 0;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

/*light*/
footer.light {
    background: #fafafa;
    color: #6c6c6c;
}

    footer.light h4 {
        border-bottom: 1px solid #ebebeb;
    }

    footer.light .footer-nav li a {
        color: #6c6c6c;
    }

    footer.light .newsletter i {
        color: #393939;
    }

    footer.light .contact-widget i {
        color: #616161;
    }

    footer.light .contact-widget p a {
        color: #616161;
    }

    footer.light .newsletter input[type="text"], footer.light .newsletter input[type="email"] {
        background: #fff;
    }
    /*copyright light*/
    footer.light .copyright {
        background: #f5f5f5;
        border-bottom: 1px solid #e6e6e6;
        color: #646464;
        margin: 30px 0;
        padding: 10px 0 8px;
    }

    footer.light .footer-bottom-text {
        color: #6c6c6c;
        padding-top: 10px;
    }
/*dark*/
footer.dark {
    background: #313131;
    color: #c4c4c4;
}

    footer.dark h4 {
        border-bottom: 1px solid #747474;
    }

    footer.dark .footer-nav li a {
        color: #c4c4c4;
    }

    footer.dark .newsletter i {
        color: #c4c4c4;
    }

    footer.dark .tweet i {
        color: #909090;
    }

    footer.dark .contact-widget i {
        color: #c4c4c4;
    }

    footer.dark .contact-widget p a {
        color: #c4c4c4;
    }

    footer.dark .newsletter input[type="text"], footer.dark .newsletter input[type="email"] {
        background: #292929;
        border-color: #565656;
    }
    /*copyright dark*/
    footer.dark .copyright {
        background: #222222;
        border-bottom: 1px solid #181818;
        color: #8d8d8d;
        margin: 30px 0;
        padding: 10px 0;
    }

    footer.dark .footer-bottom-text {
        color: #757575;
        padding-top: 10px;
    }

.footer-widget p {
    margin-bottom: 10px;
}
/*blog 2*/
.news-and-our-clinic {
    padding: 40px 0;
    border-top: 4px solid #f6f6f6;
    background: #fdfdfd;
}

.latest-news2 {
    margin: 0 0 15px 0;
}

.blog-style2 {
    /*margin:0 18px 0 0 !important;*/
    margin: 0 0 0 0 !important;
    overflow: visible !important;
}

    .blog-style2 li {
        position: relative;
        margin-bottom: 16px !important;
    }

.blog2-item {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 15px 7px;
    border: 1px solid #474747;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    max-width: 600px;
    min-height: 180px;
    background: #fdfdfd;
    position: relative;
}

.blog2-thumbnail {
    float: left;
    width: 96px;
}

    .blog2-thumbnail img {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.blog2-content {
    padding-left: 115px;
}

    .blog2-content h2, .blog2-content h2 a {
        margin: 3px 0 5px;
        font-size: 21px;
        color: #373737;
        text-transform: none;
        font-family: 'pt sans', 'sans-serif';
    }

    .blog2-content .post-date {
        font-size: 13px;
        color: #181818;
        margin-bottom: 3px;
    }

    .blog2-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .blog2-content p a {
            font-size: 17px;
            font-weight: bold;
        }

            .blog2-content p a:focus,
            .blog2-content p a:hover {
                text-decoration: underline;
            }

    .blog2-content .arrow-right {
        width: 13px;
        height: 18px;
        display: block;
        position: absolute;
        background: url(../../images/pointing-arrow-dark.png) no-repeat;
        right: -13px;
        top: 40%;
    }

.post-icon {
    display: block;
    background: #6c6c6c;
    text-align: center;
    width: 37px;
    height: 37px;
    position: absolute;
    right: -18.5px;
    top: 33%;
    font-size: 16px;
    height: 37px;
    line-height: 37px !important;
    color: #fff;
}
/*mini slider*/
.slider-mini {
    margin: 30px 0;
}

    .slider-mini p {
        margin-bottom: 10px;
    }

    .slider-mini img {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 20px;
    }

    .slider-mini h4 {
        margin-bottom: 6px;
        color: #4c4c4c;
    }

    .slider-mini a {
        color: #6f6f6f;
        border-color: #5c5c5c;
        margin-top: 7px;
    }
/*Video section*/
.video {
    height: 525px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../../images/video-overlay.png) repeat;
    left: 0;
    top: 0;
}

.video .container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
}

.video-inner-content {
    padding: 180px 3% 0;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 5;
}

    .video-inner-content h1 {
        color: #fff;
        margin-bottom: 0;
    }

    .video-inner-content p {
        padding: 0 3%;
        margin-bottom: 10px;
    }
/*aponitment section2*/
.appointment-sec2 {
    background: #fdfdfd;
    margin: 23px 0;
    box-shadow: 0 4px 0 #f4f4f4;
    -moz-box-shadow: 0 4px 0 #f4f4f4;
    -webkit-box-shadow: 0 4px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 31px 32px 35px;
}

    .appointment-sec2 label {
        float: left;
    }

    .appointment-sec2 input[type="text"], .appointment-sec2 input[type="email"], .appointment-sec2 input[type="number"] {
        width: 64%;
        margin-bottom: 10px;
    }

    .appointment-sec2 .selector {
        margin-bottom: 10px !important;
        width: 64% !important;
    }

    .appointment-sec2 textarea {
        width: 64%;
        height: 180px;
        margin-bottom: 10px;
    }

    .appointment-sec2 input[type="submit"] {
        margin: 0 0 0 33%;
    }
/*testimonials*/
.testimonials-carousel .carousel-indicators {
    bottom: -50px;
}
/*testimonials2*/
.testimonials2 {
    margin: 30px 0;
    background: #fdfdfd;
    box-shadow: 0 4px 0 #f4f4f4;
    -moz-box-shadow: 0 4px 0 #f4f4f4;
    -webkit-box-shadow: 0 4px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 28px 32px;
}

.testimonials2-img {
    float: left;
    margin: 0;
}

.testimonials2-content {
    padding: 0 0 0 130px;
    font-size: 16px;
    color: #646464;
}

    .testimonials2-content p {
        margin-bottom: 10px;
    }

.testimonials2-patient-detail span {
    font-size: 18px;
}
/*testimonials3*/
.testimonials3 {
    background: #f7f7f7;
    border: 1px solid #fff;
    padding: 50px 0 40px;
    margin: 40px 0 50px;
    box-shadow: 0 0 1px #e5e5e5;
    -moz-box-shadow: 0 0 1px #e5e5e5;
    -webkit-box-shadow: 0 0 1px #e5e5e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .testimonials3 .carousel-inner {
        width: 70%;
        margin: 0 auto;
    }

    .testimonials3 p {
        margin-bottom: 10px;
        padding: 5px 0px;
    }

    .testimonials3 h3 {
        font-size: 28px;
    }

.testimonials3-patient-detail {
    font-size: 14px;
    color: #959595;
    line-height: 20px;
}

    .testimonials3-patient-detail span {
        font-size: 16px;
        display: block;
    }

.testimonials3 .fa-quote-left, .testimonials3 .fa-quote-right {
    font-size: 50px;
    position: absolute;
}

.testimonials3 .fa-quote-left {
    left: 40px;
    top: 63px;
}

.testimonials3 .fa-quote-right {
    right: 40px;
    top: 75px;
}

/*accordian style2*/
.accordian-style2 {
    padding: 0;
    margin: 30px 0 20px;
}

    .accordian-style2 .panel {
        border: 1px solid #f5f5f5;
        padding: 0 !important;
        margin-top: 1px !important;
        font-size: 14px;
    }

    .accordian-style2 .panel-body {
        padding: 20px 15px;
    }

    .accordian-style2 .panel-heading {
        padding: 9px 19px 7px;
    }

        .accordian-style2 .panel-heading i {
            font-size: 16px;
            padding: 5px 16px 0 0;
            float: left;
        }

            .accordian-style2 .panel-heading i.fa-angle-down, .accordian-style2 .panel-heading i.fa-angle-up {
                font-size: 20px;
                padding: 5px 0 0 0;
            }

            .accordian-style2 .panel-heading i.fa-medkit {
                padding-top: 4px;
            }

            .accordian-style2 .panel-heading i.fa-mobile {
                font-size: 20px;
                margin-left: 6px;
                padding-top: 3px;
            }

        .accordian-style2 .panel-heading .panel-title > a {
            text-transform: uppercase;
            font-size: 14px;
            color: #545454;
            line-height: 28px;
        }

    .accordian-style2 .panel-collapse {
        border-top: 1px solid #f5f5f5;
    }

.entry-title {
    color: #fff;
    padding: 110px 0 0;
    margin-bottom: 0;
}

/* Notað fyrir bækur í leitarniðurstöum*/
.book-list {
    background: #fefefe;
    padding: 40px 0 60px;
    border-bottom: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8;
    margin: 40px 0;
}

@media (min-width: 630px) {
    .book-result {
        max-width: 1160px;
        min-height: 282px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
        background: #fff;
        border: 1px solid #afafaf;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .book-img {
        padding: 15px 0px 0px 15px;
        float: left;
    }

    .book-img a:focus img {
        outline: 2px dashed #003399;
    }

    .book-form {
        float: right;
        padding: 8px 16px 0px 0px;
    }

    .book-link h5 {
        font-size: 18px !important;
    }

    .book-cover2 {
        margin-left: 5px;
        width: 150px;
        height: 220px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .book-cover3 {
        margin-left: 5px;
        width: 170px;
        height: 250px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .book-detail {
        padding: 2px 15px 0px 218px;
        max-width: 950px;
    }

        .book-detail p label {
            clear: none;
        }
}

@media (max-width: 629px) {
    .book-result {
        min-height: 460px;
        width: auto;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 14px;
        background: #fff;
        border: 1px solid #afafaf;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .book-link h5 {
        font-size: 15px !important;
    }

    .book-img {
        padding: 15px 0px 0px 15px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .book-form {
        float: right;
        padding-right: 10px;
    }

    .book-cover2,
    .book-cover3 {
        width: 130px;
        height: 191px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .book-detail {
        padding: 2px 15px 0px 15px;
        max-width: 700px;
        height: auto;
    }
}

.engin-bok {
    min-height: 50px;
}

.book-detail h2 a {
    font-family: 'pt sans', 'sans-serif';
    margin-top: 0;
    font-size: 24px;
    color: #003399;
    font-weight: bold;
}

    .book-detail h2 a:hover,
    .book-detail h2 a:active,
    .book-detail h2 a:focus {
        color: #0099ff;
    }

.book-detail h2 span {
    font-size: 13px;
    color: #181818;
    font-family: 'pt sans', 'sans-serif';
    display: block;
}

.book-detail p {
    line-height: 17.3px;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
    display: flex;
    padding: 4px 0;
    word-wrap: break-word;
    -ms-word-break: break-word;
}

.book-detail p label {
    color: #181818;
    width: 100%;
}

.book-detail p span.detail a {
    font-weight: 600;
}

.book-detail p a {
    padding: 8px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #003399;
}

.book-detail p a:hover,
.book-detail p a:focus {
    color: #0099ff;
    text-decoration: underline;
}

.book-detail p label.heading {
    font-family: 'pt sans', 'sans-serif';
    font-weight: bold;
    width: 140px;
}

.tom-bok {
    padding: 8px 15px 0px 20px;
}

    .tom-bok h2 {
        padding-left: 50px;
        font-size: 26px;
    }

    .tom-bok i {
        padding: 8px 15px 20px 0px;
        float: left;
        font-size: 32px;
        color: #003399;
    }

    .tom-bok .book-img i {
        font-size: 64px;
    }

    .tom-bok p {
        border: none;
    }

@media (min-width: 451px) {
    .tom-bok .book-img {
        width: 109px;
    }

        .tom-bok .book-img i {
            padding: 8px 40px 20px 0px;
            float: left;
        }
}

@media (max-width: 450px) {
    .tom-bok .book-img {
        width: 100%;
    }

        .tom-bok .book-img i {
            padding: 0px 0px 20px 0px;
            float: none;
        }
}

/*Blog*/
.sidebar-widget {
    padding-bottom: 35px;
}

    .sidebar-widget h2 {
        margin-bottom: 10px;
    }

#almenn-input,
#namsefni-input {
    padding-right: 38px !important;
}


@media (min-width: 436px) {
    .search {
        width: 280px;
        margin-top: 10px;
        padding: 0px;
        position: relative;
        float: right;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
}

@media (max-width: 435px) {
    .search {
        width: 280px;
        margin-top: 10px;
        padding: 0px;
        position: relative;
        float: right;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
}

@media (min-width: 601px) {
    .book-search {
        max-width: 740px;
        min-width: 523px;
        margin: 30px 0px 30px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        position: relative;
        float: none;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
}

@media (max-width: 600px) {
    .book-search {
        max-width: 560px;
        min-width: 259px;
        margin-left: auto;
        margin-right: auto;
        margin: 30px 0px 30px;
        padding: 0px;
        position: relative;
        float: none;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
}

@media (min-width: 769px) {
    .top-list {
        margin: 0px;
        padding: 0px;
        float: right;
    }

        .top-list li {
            display: inline-block;
            padding-left: 20px;
        }
}

@media (max-width: 768px) {
    .top-list {
        margin: 0px;
        padding: 0px;
        float: left;
    }

        .top-list li {
            display: inline-block;
            padding-right: 20px;
        }
}

.col-bansearch {
    margin: 0px;
}

.search-banner {
    padding: 10px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.no-shadow {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.book-search input[type="text"] {
    border: 1px solid #003399;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    font-size: 18px;
    color: #181818 !important;
    font-style: normal;
    padding: 6px 15px 3px;
    margin: 0;
    height: 40px;
}

.book-search .search-icon {
    position: absolute;
    right: 1%;
    top: 7px;
    padding: 0;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: #003399;
    min-width: 0;
    border: 0;
    font-size: 15px;
}

#lblAlmenn {
    float: left;
    width: 270px;
    margin-bottom: 2px;
    padding-top: 0px;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
}

.book-search .search-icon i {
    color: #fff;
    margin-top: 3px;
}

.leitar-tabs {
    max-width: 1160px !important;
    width: auto !important;
}

.tab:focus {
    outline: none;
}

.tablist .tab:focus {
    text-decoration: underline;
}

.input-group-btn > .btn {
    min-width: 222px;
    padding: 10px 20px 9px;
    text-transform: none;
    font-size: 14px;
    background: #003399;
}

.put-group-btn > .btn:hover {
    padding: 9px 20px 9px;
    text-transform: none;
    font-size: 14px;
    background: #003399;
}

.search-filter > .btn-group > .btn {
    min-width: 240px;
    margin: 4px 5px 0px 0px;
    padding: 9px 20px 9px;
    text-transform: none;
    font-size: 14px;
}

.search input[type="text"] {
    border: 1px solid #003399;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    font-size: 16px;
    color: #181818;
    font-style: normal;
    padding: 4px 15px 3px;
    margin: 0;
    background: #f3f3f3;
    height: 32px !important;
}

.search-banner input[type="text"] {
    border: 2px solid #003399;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 100%;
    font-size: 16px;
    color: #181818;
    font-style: normal;
    padding: 6px 15px 3px;
    margin: 0;
    height: 46px;
}

.search .search-icon {
    position: absolute;
    right: 6px;
    top: 5px;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #003399;
    min-width: 0;
    border: 0;
    font-size: 13px;
    overflow: auto;
}

.search-icon:hover,
.search-icon:focus,
.search-icon:active {
    background-color: #0099ff !important;
    outline: none !important;
}

.search-banner .search-icon {
    position: absolute;
    right: 18px;
    top: 39px;
    padding: 0;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: #003399;
    min-width: 0;
    border: 0;
    font-size: 15px;
    overflow: auto;
}

.search .search-icon i {
    color: #fff;
    margin-top: 3px;
}

.search-banner .search-icon i {
    color: #fff;
    margin-top: 3px;
}
/*tags*/
.tags {
    list-style: none;
    padding: 15px 0 0;
}

    .tags li {
        float: left;
        margin: 0 5px 5px 0;
    }

        .tags li a {
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            display: block;
            font-size: 14px;
            color: #616161;
            padding: 9px 16px 6px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .tags li a:hover {
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }
/*popular post*/
.popular-post, .best-seller {
    padding: 19px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .popular-post img, .best-seller img {
        float: left;
        border-radius: 5px;
        width: 71px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin: 0 12px 0 0;
    }

    .popular-post h4, .popular-post h4 a, .best-seller h4, .best-seller h4 a {
        font-family: 'PT Sans', 'sans-serif';
        margin: 0;
        font-size: 22px;
        color: #373737;
        text-transform: none;
    }

        .best-seller h4, .best-seller h4 a {
            line-height: 21px;
        }

    .popular-post p, .best-seller p {
        line-height: 14px;
        margin-bottom: 0;
    }

        .popular-post p strong, .best-seller p strong {
            font-size: 18px;
            font-family: 'PT Sans', 'sans-serif';
            font-weight: bold;
            font-weight: 400;
            display: block;
            margin-top: 3px;
        }

        .popular-post p.popular-date, .best-seller p.popular-date {
            margin: 0;
            font-size: 12px;
            color: #181818;
            line-height: 21px;
        }

.list-nav {
    list-style: none;
    padding: 10px 0;
}

    .list-nav li a {
        font-size: 13px;
        font-style: italic;
    }

        .list-nav li a i {
            font-size: 10px;
            padding-right: 10px;
        }


/*404 error*/
.error-text {
    padding: 80px 0;
    text-align: center;
}

    .error-text p {
        font-size: 24px;
        font-family: 'PT Sans', 'sans-serif';
    }

        .error-text p span {
            display: block;
            padding-bottom: 20px;
            font-size: 38px;
            color: #181818;
            text-transform: uppercase;
        }

            .error-text p span strong {
                font-size: 260px;
                font-family: 'PT Sans', 'sans-serif';
                font-weight: bold;
                line-height: 200px;
            }

a.banner-btn:hover,
a.banner-btn:focus,
a.banner-btn:active {
    min-width: 270px;
    color: #fff;
    background-color: #0099ff;
    background-position: -100% 0;
    text-decoration: none;
}

a.banner-btn {
    min-width: 270px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    padding: 10px 20px 10px;
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 17px;
    font-family: 'PT Sans', 'sans-serif';
    font-weight: bold;
    line-height: 1.428571429;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #003399;
    float: right;
    width: 100%;
}

#texti {
    color: #003399;
}

a.nyjar-baekur-btn {
    border-radius: 5px;
    font-size: 15px;
    font-family: 'PT Sans', 'sans-serif';
    color: #003399;
    border: 1px solid transparent;
    background-color: white;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
}

a.nyjar-baekur-btn:hover, a.nyjar-baekur-btn:hover, a.nyjar-baekur-btn:focus, a.nyjar-baekur-btn:focus {
    color: white;
    background-color: #0099ff;
}

.shadow-in {
    /*border-radius: 8px;*/
    box-shadow: 0px 1px 12px 5px #dfdede inset;
    -moz-box-shadow: 0px 1px 12px 5px #dfdede inset;
    -webkit-box-shadow: 0px 1px 12px 5px #dfdede inset;
}

.shadow-out {
    /*border-radius: 8px;*/
    box-shadow: 0px 1px 12px 5px #dfdede;
    -moz-box-shadow: 0px 1px 12px 5px #dfdede;
    -webkit-box-shadow: 0px 1px 12px 5px #dfdede;
}

.row-name {
    text-transform: none;
    padding-bottom: 5px !important;
    margin-top: 20px;
    margin-bottom: 4px !important;
}

.address {
    color: #003399 !important;
    font-weight: bold !important;
    text-transform: none !important;
}

.sign-in {
    font-weight: bold !important;
    color: #003399 !important;
}

a.mail {
    margin: 0px;
    padding: 4px 0px 6px 0px;
    font-weight: 500;
    font-size: 16px;
    color: black;
}

    a.mail:hover,
    a.mail:active,
    a.mail:focus {
        margin: 0px;
        padding: 4px 0px 6px 0px;
        font-weight: 500;
        font-size: 16px;
        color: #003399;
    }

.contact-list p {
    margin: 0px;
    padding: 4px 0px 6px 0px;
    font-weight: 500;
    font-size: 16px;
    color: black;
}

.awards {
    vertical-align: middle;
    line-height: 80px;
}

    .awards a {
        font-size: 16px;
        line-height: 80px;
    }

        .awards a img:hover,
        .awards a img:active,
        .awards a img:focus,
        .awards a:hover img,
        .awards a:focus img,
        .awards a:active img {
            outline: 2px solid white;
        }

        .awards a img {
            margin-top: 0.3em;
            vertical-align: 0;
        }



#appstore-badge {
    padding: 13.333px;
    padding-right: 0;
}

.store-badge img{
    min-height: 60px;
}

.awards .store-badge img:hover,
.awards .store-badge img:active,
.awards .store-badge img:focus,
.awards .store-badge:hover img,
.awards .store-badge:focus img,
.awards .store-badge:active img {
    outline: none;
}

@media (max-width: 668px) {
    .footerIcons {
        width: 100%;
    }
}

/*
    Hvað er þetta? (.top)
    Þarf að taka í burtu ef við reynum aftur á BBI-1013.
    Skemmir fyrir útlitslega.
*/
.top {
    min-height: 50px;
    background: #dfdfdf;
}

.top a,
.top p {
    padding: 12px 0px 0px 0px;
    margin: 0px;
    font-size: 18px;
    color: #494949;
}

.contact-list {
    padding-left: 20px;
    list-style: none;
}

.english {
    display: none;
    height: 32px;
    width: 43px;
    float: right;
    background: url(/images/english.png) no-repeat center;
}

    .english:hover,
    .english:active,
    .english:focus {
        background-size: 101%;
    }

#sida {
    min-height: 100%;
    position: relative;
}

@media (min-width: 1183px) {
    .Footer-contact {
        text-align: left;
    }
}

@media (max-width: 848px) {
    .Footer-contact {
        text-align: center;
    }
}

.frettir-link {
    margin: 0px;
    padding: 0px 50px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    float: right;
}

.adgerdir {
    padding: 8px 0px 8px 4px;
    text-align: center;
    margin: 0;
}

    .adgerdir li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        height: 1.56em;
    }

        .adgerdir li a {
            border: 1px solid #003399;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            margin: 0px 1px 0px 1px;
            padding: 0px;
            display: block;
            width: 38px;
            height: 38px;
            font-size: 26px;
            color: #003399;
            line-height: 34px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .adgerdir li a:hover,
            .adgerdir li a:active,
            .adgerdir li a:focus {
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                color: #fff;
            }

            .adgerdir li a.takkar:hover,
            .adgerdir li a.takkar:active,
            .adgerdir li a.takkar:focus {
                background: #0099ff;
            }

            .adgerdir li a.takkar {
                display: inline-block;
                font-style: normal;
                font-weight: normal;
                line-height: 38px;
                font-size: 32px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

.hljodbrot-takkar .hbs {
    line-height: 38px;
    font-size: 26px;
}

.adgerdir li a.play {
    padding-left: 2px;
}

    .adgerdir li a.play:hover,
    .adgerdir li a.play:active,
    .adgerdir li a.play:focus {
        padding-left: 2px;
        background: #0099ff;
    }

.adgerdir li img {
    padding: 0px 4px;
}

.book-format-header {
    padding: 9px 0px 8px 0px !important;
    border-bottom: none !important;
    float: left;
    font-family: 'PT Sans', 'sans-serif';
    font-weight: bold;
    width: 74px;
}

.hidden {
    display: none;
}

#bbi-logo {
    display: inline-block;
    height: 78px;
    width: 184px;
}

    #bbi-logo .hbs {
        padding: 20px 4px 0px 4px;
        font-size: 56px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: #003399;
    }

#bbi-logo-titill {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    width: 110px;
    height: 54px;
    position: absolute;
    top: 17px;
}

#bbi-logo:focus, #bbi-logo:hover {
    background-color: #003399;
}

    #bbi-logo .hbs:focus, #bbi-logo .hbs:hover, #bbi-logo:hover .hbs, #bbi-logo:focus .hbs {
        color: #fff;
    }

@media (min-width: 626px) {
    .book-link {
        border: 1px solid transparent;
        min-height: 300px;
    }

        .book-link:hover,
        .book-link:active,
        .book-link:focus {
            background-color: #e5e5e5;
            border: 1px solid #0099ff;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            box-shadow: 0px 0px 8px 2px #cac9c9 inset;
            -moz-box-shadow: 0px 0px 8px 2px #cac9c9 inset;
            -webkit-box-shadow: 0px 0px 8px 2px #cac9c9 inset;
        }

            .book-link:hover h5,
            .book-link:active h5,
            .book-link:focus h5,
            .book-link:hover p,
            .book-link:active p,
            .book-link:focus p {
                color: #0099ff !important;
            }

        .book-link h5 {
            margin: 0px;
            padding: 6px 0px 0px 0px;
            text-align: center;
            color: #181818;
        }

        .book-link p {
            margin: 0px;
            padding: 4px 0px 8px 0px !important;
            text-align: center;
            color: #181818;
        }

    .book-cover {
        width: 140px;
        height: 200px;
        margin-left: 11px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
}

@media (max-width: 625px) {
    .book-link {
        border: 1px solid transparent;
        min-height: 240px;
        max-width: 124px;
    }

        .book-link:hover {
            background-color: #e5e5e5;
            border: 1px solid #0099ff;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            box-shadow: 0px 0px 8px 2px #cac9c9 inset;
            -moz-box-shadow: 0px 0px 8px 2px #cac9c9 inset;
            -webkit-box-shadow: 0px 0px 8px 2px #cac9c9 inset;
        }

            .book-link:hover h5,
            .book-link:hover p {
                color: #0099ff !important;
            }

        .book-link h5 {
            margin: 0px;
            padding: 6px 0px 0px 0px;
            text-align: center;
            font-size: 14px;
            color: #181818;
        }

        .book-link p {
            margin: 0px;
            font-size: 12px !important;
            padding: 4px 0px 8px 0px !important;
            text-align: center;
            color: #181818;
        }

    .book-cover {
        width: 112px;
        height: 160px;
        margin-left: 6px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
}

.news {
    border: 1px solid #afafaf;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 1px 4px 4px #dbdbdb;
    -moz-box-shadow: 0px 1px 4px 4px #dbdbdb;
    -webkit-box-shadow: 0px 1px 4px 4px #dbdbdb;
    overflow: hidden;
}

.detailed-search {
    padding-left: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #003399;
}

::-webkit-input-placeholder {
    color: #464646;
}

:-moz-placeholder { /* Firefox 18- */
    color: #464646;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #464646;
}

:-ms-input-placeholder {
    color: #464646;
}

.left-end-tab {
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
}

.right-end-tab {
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

.btn-group .dropdown-menu {
    margin: -1px 0px 0px 2px !important;
    border: 1px solid #003399;
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
}

    .btn-group .dropdown-menu li {
        padding: 0px 17px;
    }

        .btn-group .dropdown-menu li a {
            padding: 5px 0px;
            font-size: 14px;
            background: none;
        }

.languages .dropdown-menu li a:hover {
    border-bottom: 1px transparent;
}

.languages .dropdown-menu {
    min-width: 198px;
}

.criteria .dropdown-menu {
    min-width: 312px;
}

.dropdown-menu {
    overflow: visible;
    z-index: 1000 !important;
}

#innskraning:hover,
#innskraning:active,
#innskraning:focus,
#innskraning > a:hover,
#innskraning > a:active,
#innskraning > a:focus {
    background-color: #0099ff !important;
}

#innskraning .notandi-adgerdir .btn-group.open .dropdown-toggler,
#innskraning .notandi-adgerdir .btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}

#innskraning .notandi-adgerdir button:hover,
#innskraning .notandi-adgerdir button:focus {
    box-shadow: none !important;
}

#innskraning .notandi-adgerdir button .caret {
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

#innskraning .btn-group {
    width: 100%;
}

#innskraning .notandi-adgerdir .btn-group .dropdown-menu {
    padding: 0px;
    width: 99%;
    z-index: 10 !important;
}

.notandi-adgerdir .btn-group .dropdown-menu li a {
    padding: 8px 17px !important;
    color: #181818 !important;
    background-color: #fff !important;
    height: 40px !important;
    line-height: 20px !important;
}

.notandi-adgerdir .btn-group .dropdown-menu li:not(:last-child) {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

    .notandi-adgerdir .btn-group .dropdown-menu li:not(:last-child) a {
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
    }

.notandi-adgerdir .btn-group .dropdown-menu li a:hover,
.notandi-adgerdir .btn-group .dropdown-menu li a:focus {
    color: #fff !important;
    background-color: #0099ff !important;
}

@media (min-width: 1184px) {
    #innskraning {
        width: 270px;
        height: 35px;
        margin-right: 15px;
        float: right;
    }
        /* Hef litun bæði á innskráningu of hlekk þar sem upplitunarvirkni er mismunandi í Chrome og Firefox */
        #innskraning a {
            display: block;
            padding: 0px 0px 4px 0px;
            color: #fff;
            font-size: 17px;
            text-align: center;
            line-height: 35px;
            font-weight: bold;
            background: #003399;
            z-index: 130;
            overflow: visible;
        }

        #innskraning .notandi-adgerdir button {
            margin-right: 10px;
            padding: 0px 0px 4px 0px;
            height: 38px;
            width: 270px;
            font-size: 18px;
            text-transform: none;
            border-top-left-radius: 0px;
            -webkit-border-top-left-radius: 0px;
            -moz-border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            -webkit-border-top-right-radius: 0px;
            -moz-border-top-right-radius: 0px;
        }

    .aukaTopTakki {
        height: 39px;
    }
}

@media (max-width: 1183px) {
    #innskraning {
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        max-width: 380px;
        min-width: 280px;
        height: 38px;
        background: #003399;
        float: right;
        text-align: center;
    }

        #innskraning a {
            display: block;
            color: #fff;
            margin: 0px auto;
            padding: 10px 80px;
            font-size: 17px;
            line-height: 17px;
            font-weight: bold;
        }

    .meginEfni-container{
        height: 2px;
        overflow: hidden;
    }

    .aukaTopTakki {
        height: 38px;
    }
}

@media (max-width: 1183px) and (min-width: 540px) {
    #innskraning .notandi-adgerdir button {
        padding: 0px 0px 4px 0px;
        height: 38px;
        width: 380px;
        font-size: 18px;
        text-transform: none;
        border-top-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-top-right-radius: 0px;
    }
}

@media (min-width: 548px) {
    #innskraning {
        border-bottom-left-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
    }

        #innskraning a {
            border-bottom-left-radius: 4px;
            -moz-border-bottom-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-bottom-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
        }
}

@media (max-width: 539px){
    #innskraning {
        border-bottom-right-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
    }

        #innskraning a {
            border-bottom-right-radius: 4px;
            -moz-border-bottom-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
        }

        #innskraning .notandi-adgerdir button {
            padding: 0px 0px 4px 0px;
            height: 38px;
            width: 100%;
            font-size: 18px;
            text-transform: none;
        }

    .main-gray .bottom-radius {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    #sida .bbi-header {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 2em;
    }

    .bbi-header .col-top-open-container {
        position: absolute;
        top: -2em;
        left: 0;
    }

    .bbi-header .meginEfni-container {
        width: 0;
        flex: 0;
    }

    .bbi-header .row.top {
        padding: 0 5px;
    }

    .bbi-header .top {
        padding: 0 5px;
        min-height: initial;
    }

    .row.no-margin.solid-row.bottom-radius,
    .bbi-header .header-box {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
    }

    .row.no-margin.solid-row.bottom-radius {
        display: none;
    }

    .header-top-container {
        display: flex;
        flex-direction: row-reverse;
    }

        .header-top-container .boxed-layout .gefaAbendingu {
            margin: 0 1px 0 0;
            border-bottom-right-radius: 0;
        }

    .gefaAbendingu-container,
    .gleymtLykilord-container {
        flex: 20%;
    }

    .aukaTopTakki {
        width: 100%;
    }

        .aukaTopTakki .fa{
            width: 100%;
            text-align: center;
        }

    #innskraning {
        width: 80%;
        min-width: initial;
        max-width: initial;
    }
}

.main-gray {
    background: #dfdfdf !important;
}

.search-filter .btn-group .multiselect-container {
    width: 230px;
}

.display-none {
    display: none !important;
}

.search-filter .caret {
    left: 10px;
}

.margin-right-none {
    margin-right: 0px !important;
}

.loader2 {
    width: 170px;
    height: 250px;
    background: url(../../images/Loader_blar_01.GIF ) no-repeat center;
}

.loader3 {
    width: 20px;
    height: 20px;
    background: url(../../images/Loader_blar_01.GIF ) no-repeat center;
}

.titill-box {
    margin: 10px 20px 10px 20px;
    padding-bottom: 10px;
    color: #003399;
    border-bottom: 3px solid #003399;
}

.title-link:hover h2,
.title-link:active h2,
.title-link:focus h2 {
    color: #0099ff !important;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.header-background {
    padding: 0px 4px 0px 4px;
    background-color: #dfdfdf;
}
/* Haus á síðu */
.bbi-header {
    background: #fff;
    min-height: 84px;
    position: relative;
    z-index: 23;
}

.header-bottom-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -2px;
}

.header-box .container {
    padding: 0px;
}

.grar-rammi {
    border: 1px solid #afafaf;
}

.hlidar-rammi {
    border-right: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
}

.grar-bakgrunnur {
    background-color: #dfdfdf;
}


@media (min-width: 1183px) {
    .header-box {
        padding: 0px;
        width: 1160px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
}

@media (max-width: 1182px) {
    .bbi-header {
        margin: 0 10px;
    }

    .header-box {
        width: 100%;
        height: auto;
        padding: 0px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
}

.navbar-default .navbar-toggle {
    border-color: #003399 !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #003399 !important;
    }

.top-radius {
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.bottom-radius {
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.ui-menu {
    border: 2px solid #003399 !important;
}

.ui-autocomplete {
    max-width: 450px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .ui-autocomplete li:focus,
    .ui-autocomplete li:hover {
        background-color: #0099ff !important;
        color: #fff !important;
    }

.ui-menu-item {
    background: #fff !important;
    padding: 2px 5px;
    font-family: 'PT Sans', 'sans-serif';
    line-height: 24px;
    font-size: 16px;
    color: #000 !important;
}

.ui-state-focus {
    background-color: #0099ff !important;
    color: #fff !important;
}

.opnun {
    margin-top: 20px;
    font-size: 40px;
}

.nor {
    height: auto;
}

.fra_safni {
    float: right;
    padding: 14px 14px 0px 0px;
}

.ui-widget-overlay {
    background: #666666 !important;
    opacity: .5;
}

/* Stærð á font í fellilistatökkum í leit */
.dropdown-menu li a label {
    font-size: 16px;
}

#skilmalarhead {
    font-size: 24px;
}

.innskraLabel label {
    width: 40%;
}

#innskraningarform input:focus,
#innskraningarform select:focus {
    border: 2px solid #003399 !important;
    -webkit-border: 2px solid #003399 !important;
    -moz-border: 2px solid #003399 !important;
}

#skilmalar a {
    font-weight: bold;
}

    #skilmalar a:hover,
    #skilmalar a:focus {
        font-weight: bold;
        text-decoration: underline;
    }

@media (min-width: 513px) {
    .innskraAtridi {
        display: block;
        position: relative;
        height: 100px !important;
        padding: 0px 0px 20px 20px;
    }

        .innskraAtridi label {
            margin-bottom: 8px;
            font-weight: bold;
        }

        .innskraAtridi #notandanafn,
        .innskraAtridi #lykilord {
            height: 34px !important;
            width: 70% !important;
            margin: 0px 30% 4px 0px !important;
        }

    #skilmalar {
        padding: 20px 35px;
        margin-bottom: 20px;
    }

    #skilmalarCheck label {
        width: 100%;
        padding: 0px 0px 0px 28px;
    }

    .innskraButtons {
        float: none;
        min-width: 66%;
        margin: 0px 34% 10px 20px;
        padding: 4px 9px;
    }

    .nyskraButtons {
        float: none;
        min-width: 100%;
        margin: 0px 0px 10px 20px;
        padding: 4px 9px;
    }

    .field-validation-error {
        display: block;
        line-height: 1.3;
        font-size: 16px;
        font-weight: bold;
        color: #0099ff !important;
    }

    #skilmalarValidation {
        padding-left: 20px;
        height: 36px;
    }

    #skilmalarCheck {
        padding: 0px 0px 20px 20px;
    }
}

@media (max-width: 512px) {
    .innskraAtridi {
        display: block;
        position: relative;
        height: 100px !important;
        padding: 0px 0px 50px 0px;
    }

        .innskraAtridi label {
            margin-bottom: 2px;
            font-weight: bold;
        }

        .innskraAtridi #notandanafn,
        .innskraAtridi #lykilord {
            height: 34px !important;
            width: 100% !important;
            margin: 0px 0px 4px 0px !important;
        }

    #skilmalar {
        padding: 20px;
        margin-bottom: 20px;
    }

    #skilmalarCheck label {
        width: 100%;
        padding: 0px 0px 0px 30px;
    }

    .innskraButtons {
        float: none;
        min-width: 100%;
        margin: 0px 0px 10px 0px;
        padding: 4px 9px;
    }

    .nyskraButtons {
        float: none;
        min-width: 100%;
        margin: 0px 0px 10px 00px;
        padding: 4px 9px;
    }

    .field-validation-error {
        display: block;
        line-height: 1.2;
        font-size: 15px;
        font-weight: bold;
        color: #0099ff !important;
    }

    #skilmalarValidation {
        padding-left: 0px;
        height: 36px;
    }

    #skilmalarCheck {
        padding: 0px 0px 10px 0px;
    }
}

.innForm {
    max-width: 512px;
}

.innskraInput input[type=password]:focus {
    outline: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
}

#skilmalarCheck {
    height: 26px !important;
    width: 100% !important;
}

    #skilmalarCheck input[type=checkbox],
    #skilmalarCheck input[type=checkbox]:active,
    #skilmalarCheck input[type=checkbox]:hover {
        line-height: 20px !important;
        height: 20px !important;
        width: 20px !important;
        outline: none;
    }

        #skilmalarCheck input[type=checkbox]:focus {
            outline: 2px solid #003399;
        }

.innskraValidation {
    width: 100%;
    height: 36px;
}

.a-button {
    display: inline-block;
    line-height: inherit;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.innskraButtons:hover,
.innskraButtons:focus {
    outline: none;
    background-color: #0099ff !important;
}

#skilmalar p {
    max-width: 554px;
}

#skilmalar h2 {
    padding: 3px 0px 10px 0px;
}

#InnVilla {
    font-size: 16px;
    color: #0099ff !important;
}

    #InnVilla ul {
        padding-left: 26px;
        list-style-type: none;
    }

@media (min-width: 1183px) {
    .form-gsm-top {
        margin-top: 180px !important;
    }
}

@media (max-width: 1182px) {
    .form-gsm-top {
        margin-top: 30px !important;
    }
}
/* Stillingar á síðunni Mínar stillingar */
@media (min-width: 513px) {
    .atridi {
        display: block;
        position: relative;
    }

        .atridi label {
            margin-bottom: 8px;
            font-weight: bold;
            width: 80%;
        }

    .obreytanlegAtridi {
        height: 75px !important;
        padding: 0px 0px 20px 20px;
    }

        .obreytanlegAtridi label {
            font-size: 20px;
        }

    .breytilegtAtridi {
        height: 100px !important;
        padding: 0px 0px 20px 20px;
    }

    .atridi #nyttLykilord,
    .atridi #stadfestLykilord {
        height: 34px !important;
        width: 100% !important;
        margin: 0px 30% 4px 0px !important;
    }
}

@media (max-width: 512px) {
    .atridi {
        display: block;
        position: relative;
    }

        .atridi label {
            margin-bottom: 2px;
            font-weight: bold;
            width: 80%;
        }

    .obreytanlegAtridi {
        height: 75px !important;
        padding: 0px 0px 50px 0px;
    }

    .breytilegtAtridi {
        height: 100px !important;
        padding: 0px 0px 20px 20px;
    }

    .atridi #nyttLykilord,
    .atridi #stadfestLykilord {
        height: 34px !important;
        width: 100% !important;
        margin: 0px 0px 4px 0px !important;
    }
}

.stillingarButtons {
    float: none;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 4px 9px;
    font-weight: bold;
}

.atridi input:focus,
.atridi input:hover {
    outline: none;
}

.stillingarButtons:hover,
.stillingarButtons:focus {
    outline: none;
    background-color: #0099ff !important;
}

.form-ilat {
    margin: 6px 0px 10px 0px;
    padding: 0px 20px 20px 0px;
    border: 2px solid #003399;
    -webkit-border: 2px solid #003399;
    -moz-border: 2px solid #003399;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

    .form-ilat input,
    .form-ilat select {
        padding: 9px 9px 9px;
        font-size: 16px;
    }

        .form-ilat input:focus,
        .form-ilat select:focus {
            padding: 3px 3px 0px 3px;
            border: 2px solid #003399;
            -webkit-border: 2px solid #003399;
            -moz-border: 2px solid #003399;
        }

        .form-ilat select.treeItem.Destination {
            border: 1px solid #003399 !important;
            -webkit-border: 1px solid #003399 !important;
            -moz-border: 1px solid #003399 !important;
            border-radius: 6px !important;
            -webkit-border-radius: 6px !important;
            -moz-border-radius: 6px !important;
        }

#minarStillingar {
    max-width: 800px;
    margin: 20px auto;
}

    #minarStillingar .bootstrap-select {
        width: 100%;
    }

    #minarStillingar .dropdown-toggle {
        background-color: #fff;
        color: #000;
        font-weight: normal;
        border: 1px solid #003399;
        text-transform: none;
        padding: 9px 10px !important;
        max-height: 40px;
    }

        #minarStillingar .dropdown-toggle:focus {
            border: 2px solid #003399;
            padding: 8px 9px !important;
        }

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

#minar-litaval .open {
    max-height: 72px !important;
}

#minar-skoda .open {
    max-height: 72px !important;
}

.validation-summary-errors {
    color: #003399;
    font-weight: bold;
}

#adgerdTokst {
    margin: 5px 0px;
}

    #adgerdTokst h2 {
        font-size: 20px;
        color: #138401;
    }

.validation-summary-errors span {
    font-size: 20px;
}
/* Stilling á meginmáli fréttasíðu */
.frettir-meginmal img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.frettir-meginmal iframe {
    display: block;
    float: none;
    width: 100%;
    height: auto;
}

@media (min-width: 1183px) {
    .frettir-meginmal {
        margin: 12px 5px;
        padding: 20px 150px 80px 150px;
    }

        .frettir-meginmal img {
            width: auto;
            height: auto;
            float: left;
        }
}

@media (min-width: 378px) and (max-width: 1182px) {
    .frettir-meginmal {
        margin: 12px 5px;
        padding: 20px 10% 80px 10%;
    }

        .frettir-meginmal img {
            margin: 0px;
            width: auto;
            height: auto;
            float: left;
        }
}

@media (max-width: 377px) {
    .frettir-meginmal {
        margin: 12px 5px;
        padding: 20px 0px 80px 0px;
    }

        .frettir-meginmal img {
            margin: 0px;
            width: 100%;
            float: left;
        }
}

/* Stilling á meginmáli fréttasíðu */
.innsida-texti {
    padding-bottom: 30px;
}

.innsida-meginmal .innsida-myndir img {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}

.innsida-meginmal a {
    font-weight: bold;
}

    .innsida-meginmal a:focus,
    .innsida-meginmal a:hover {
        text-decoration: underline;
    }

.frettir-meginmal .blog-title {
    padding-left: 15px;
}

.main-content h1:focus {
    color: #0099ff;
    outline: none !important;
}

.innsida-meginmal {
    word-wrap: break-word;
    -ms-word-break: break-word;
}

@media (min-width: 849px) {
    .innsida-meginmal {
        margin: 12px 5px;
        padding: 20px 10% 80px 10%;
    }

    .innsida-myndir img {
        width: 100%;
        height: auto;
        padding: 0px;
        margin-bottom: 30px;
    }

    .innsida-myndir {
        display: block;
        padding: 0px;
    }

    .videoHatt {
        position: absolute;
        top: 9%;
    }
}

@media (min-width: 478px) and (max-width: 848px) {
    .innsida-meginmal {
        margin: 12px 5px;
        padding: 20px 10% 80px 10%;
    }

    .innsida-myndir {
        display: none;
    }
}

@media (max-width: 477px) {
    .innsida-meginmal {
        margin: 12px 5px;
        padding: 20px 0px 80px 0px;
    }

    .innsida-myndir {
        display: none;
    }
}

/* Stilling á síðu-flettingum í leit */
@media (min-width: 654px) {
    .pagination {
        border: 1px solid #afafaf;
    }
}

.pagination > .disabled > a {
    color: #181818 !important;
    font-weight: bold !important;
}

.pagination > li {
    font-weight: bold;
}

.pagination > .active > a {
    background-color: #003399 !important;
    border-color: #003399 !important;
}

/* Stillingar á aðalmenu-síðu */
.dropdown-menu li {
    padding: 0px !important;
}

    .dropdown-menu li a {
        padding: 8px 17px !important;
        font-size: 16px;
    }

        .dropdown-menu li a:hover,
        .dropdown-menu li a:focus {
            color: #fff;
            background-color: #0099ff !important;
            border-bottom: 1px transparent;
        }

/* Stillingar á upplistun aðila bókar á skoða bók síðu */
.adiliBokar {
    padding-right: 20px;
    display: block;
}

.show {
    padding-top: 8px;
    display: block;
}

.meira {
    margin: 0px !important;
    padding: 0px !important;
    top: -10px !important;
    height: 28px !important;
    width: 28px !important;
    min-width: 28px !important;
    float: right !important;
    font-size: 24px;
    color: #003399;
    background-color: #fff;
    border: none !important;
    outline: none !important;
}

    .meira:hover,
    .meira:focus {
        color: #0099ff;
    }

/* Stillingar fyrir staðfestingarglugga í aðgerðartökkum bóka */
#stadfest-gluggi p {
    padding: 20px;
}

#ja-nei-gluggi p {
    padding: 20px;
}

.ui-dialog-titlebar {
    border-radius: 0px;
}

.ui-widget-content {
    background-color: #fff;
    border: 1px solid #003399 !important;
    -moz-border: 1px solid #003399 !important;
    -webkit-border: 1px solid #003399 !important;
    outline: none;
}

.ui-resizable-handle {
    display: none;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-title {
    display: block;
    padding: 4px;
    text-align: center;
    font-family: 'PT Sans', 'sans-serif';
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

.ui-dialog-buttonset button {
    display: block;
    float: none;
    margin: 10px auto;
    padding: 0px;
    height: 34px;
    font-family: 'PT Sans', 'sans-serif';
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background-color: #003399;
    min-width: 130px;
}

    .ui-dialog-buttonset button:hover,
    .ui-dialog-buttonset button:focus {
        background-color: #0099ff;
        outline: none;
    }

.tveggja-takka {
    display: inline-block !important;
    min-width: 110px !important;
}

#ja-takki {
    float: left !important;
    margin: 10px 0px 10px 25px !important;
}

#nei-takki {
    float: right !important;
    margin: 10px 25px 10px 0px !important;
}

.ui-dialog-content {
    padding: 20px;
    font-family: 'PT Sans', 'sans-serif';
    font-weight: 600;
    font-size: 17px;
}
/* Stillingar á hlusta takka */
.rsbtn {
    z-index: 20 !important;
}

/* Lagfæringar á aðalvalmynd eftir merkingu fyrir lesara fyrir blinda og sjónskerta */
.navbar-default .navbar-collapse.medical-nav li .fyrirLesara a {
    padding: 32px 20px 26px;
    border-radius: 0px;
}

.navbar-nav > li > .fyrirLesara > a {
    line-height: 20px;
}

.navbar-default .navbar-nav > li > .fyrirLesara > a {
    color: #000;
    text-transform: uppercase;
}

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

.navbar-nav > li:hover > .fyrirLesara > a,
.navbar-nav > li:focus > .fyrirLesara > a,
.navbar-nav > li:active > .fyrirLesara > a,
.navbar-default .navbar-nav > li > .fyrirLesara > a:hover,
.navbar-default .navbar-nav > li > .fyrirLesara > a:focus,
.navbar-default .navbar-nav > li > .fyrirLesara > a:active,
.navbar-default .navbar-nav > li > .open > a,
.navbar-default .navbar-nav > li > .open > a:hover,
.navbar-default .navbar-nav > li > .open > a:focus,
.navbar-nav .open:hover .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #003399;
    color: #fff !important;
}

.navbar-collapse .navbar-nav .open .dropdown-menu {
    border: 2px solid #003399 !important;
    -webkit-border: 2px solid #003399 !important;
    -moz-border: 2px solid #003399 !important;
}

.navbar-nav > li > .fyrirLesara > .dropdown-menu {
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    min-width: 264px;
}

.navbar-header h1 {
    margin: 0px;
    padding: 0px;
}

/* Aðalvalmynd fyrir GSM og litla skjái */
#valmyndSima {
    outline: none;
}

/* Leitar harmonikka */
@media (max-width: 768px) {
    .resp-tab-content {
        border-radius: 0px !important;
    }
}

/* Bækur á forsíður */
.book-link h3 {
    margin: 0px;
    padding: 6px 0px 0px 0px;
    text-align: center;
    color: #181818;
    font-size: 17px !important;
    font-family: 'pt sans', 'sans-serif';
    font-weight: bold;
    display: block;
}

    .book-link:hover h3,
    .book-link h3:hover,
    .book-link h3:focus {
        color: #0099ff;
    }

#wrapper > .container > .main {
    background-color: #fff;
    border: 1px solid #afafaf;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 1px 4px 4px #dbdbdb;
    -moz-box-shadow: 0px 1px 4px 4px #dbdbdb;
    -webkit-box-shadow: 0px 1px 4px 4px #dbdbdb;
}

/* Stillingar á hraðleitartökkum */
nav.primary li a:hover,
nav.primary li a:active,
nav.primary li a:focus {
    color: #fff;
    background-color: #0099ff !important;
}

@media (max-width: 768px) {
    #hradleit .clearfix ul {
        max-width: 270px;
    }
}

.hradValinn {
    background-color: #003399 !important;
}

/* Accordion stillingar í hljóðbókaleit */
.resp-accordion:focus,
h2.resp-tab-active {
    background-color: #0099ff !important;
    border-top-color: #fff !important;
    color: #fff;
    outline: none;
}

.resp-arrow {
    border-top-color: #000;
}

h2.resp-tab-active span.resp-arrow {
    border-bottom-color: #fff;
}

h2.resp-accordion {
    font-size: 16px;
}

.resp-tabs-list li {
    font-size: 20px;
}

/* Klasi til að birta texta fyrir skjálesara en fela fyrir þeim sjáandi */
.skjalesaratexti {
    color: #000;
    position: absolute;
    clip: rect(1px1px1px1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    z-index: -1000;
}

/* Nýja dropdown filter dótið */
.multiselect-container .multiselect-all {
    font-weight: 700 !important;
}

.multiselect-container li {
    padding: 5px 2px 5px 4px !important;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    color: #000;
}
    /* Checkbox false */
    .multiselect-container li:before {
        padding: 4px 0.55em 4px 5px;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        content: "\f096";
    }
/* Checkbox true */
.multiselect-container .active:before {
    padding: 4px 0.4em 4px 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "\f046";
}

.multiselect-container .active:hover:before,
.multiselect-container .active:focus:before,
.multiselect-container li:hover:before,
.multiselect-container li:focus:before {
    background-color: #0099ff !important;
    color: #fff;
    outline: none;
}

.multiselect-container li:hover,
.multiselect-container li:focus {
    background-color: #0099ff !important;
    color: #fff;
    outline: none;
}

/* Spila hljóðbrot */
#spilari-ilat {
    min-width: 283px;
}

#hljodstika {
    height: 50px;
    width: 100%;
}

#stikaMidjun {
    width: 240px;
    height: 50px;
    margin: auto;
}

.hljodbrot-takkar {
    position: absolute;
    top: -4px;
    padding: 0px;
    height: 38px;
    min-width: 38px !important;
    line-height: 38px;
    font-size: 38px !important;
    vertical-align: middle;
    color: #003399;
    background-color: #fff;
    border: 1px solid #003399;
}

.hljoddaemistakn {
    position: absolute;
    color: #fff;
    font-size: 11px;
    left: 8px;
}

    .hljodbrot-takkar:hover .hljoddaemistakn,
    .hljodbrot-takkar:focus .hljoddaemistakn,
    .hljoddaemistakn:hover .hljoddaemistakn:focus {
        color: #0099ff;
    }

.snunings-animation {
    -webkit-animation-name: snua;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: snua;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: snua;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-moz-keyframes snua {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes snua {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes snua {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn-group .skoda {
    margin-top: -2px;
}

.hljodbrot {
    margin: 0px !important;
    padding: 0px !important;
}

.hljodbrot-styringar {
    margin: 0px !important;
    padding: 0px !important;
}

    .hljodbrot-styringar .btn-group {
        margin: 0px !important;
        padding: 0px !important;
    }

.hljodbrot-takkar:hover,
.hljodbrot-takkar:focus {
    color: #fff;
    background-color: #0099ff;
}

/* HBS spilari */
#HBS-spilari {
    max-width: 554px;
    margin: 30px auto;
    border: 2px solid #003399;
    border-radius: 5px;
}

#nafnSidu {
    font-size: 30px;
}

#titillKaflaISpilun h3 {
    font-size: 25px;
    text-align: center;
}

#spilari-takkar {
    min-height: 57px;
}

#hnappar {
    width: 220px;
    margin: 0px auto;
}

#aukahnappar {
    width: 240px;
    margin: 0px auto;
}

    #aukahnappar .spilara-takki {
        position: relative;
        font-size: 32px !important;
        height: 46px;
        min-width: 46px !important;
        border: 2px solid transparent;
    }

        #aukahnappar .spilara-takki:hover,
        #aukahnappar .spilara-takki:focus {
            border: 2px solid #003399;
        }

.hoppTala {
    height: 46px;
    width: 46px;
    position: absolute;
    font-size: 11px;
    right: -2px;
    top: 17px;
    color: #000;
}

.spilara-takki {
    float: none;
    display: inline-block;
    padding: 0px;
    margin: 5px;
    height: 60px;
    min-width: 60px !important;
    font-size: 36px;
    color: #003399;
    outline: none !important;
    background: none;
}

    .spilara-takki:hover,
    .spilara-takki:focus {
        background: none;
        color: #0099ff;
        border: 2px solid #0099ff;
        -webkit-border: 2px solid #0099ff;
        -moz-border: 2px solid #0099ff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

.hljod-takn {
    margin: 10px 2px 2px 2px;
    display: inline-block;
    float: left;
    font-size: 30px;
    color: #414141;
}

.spilari-lina {
    border-bottom: 2px solid #003399;
}

#bok {
    padding: 5px;
}

#mynd {
    float: left;
}

.kapa-spilari {
    width: 150px;
    height: 220px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#villuMynd-spilari {
    margin: 0px;
    padding: 0px 0px 0px 30px;
    font-size: 80px;
    color: #003399;
}

.spilaramynd {
    display: block;
    margin: 0px;
}

#hljodstyrkur {
    margin: 0px;
    padding: 0px;
    margin: 12px 0px 7px 4px;
    float: left;
    text-align: center;
}

#kaflar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#kaflar h3 {
    margin: 0px;
    padding: 8px;
    color: #003399;
    font-size: 24px;
    border-top: 2px solid #003399;
    -webkit-border-top: 2px solid #003399;
    -moz-border-top: 2px solid #003399;
    border-bottom: 2px solid #003399;
    -webkit-border-bottom: 2px solid #003399;
    -moz-border-bottom: 2px solid #003399;
}

.kafli {
    width: 100%;
    margin: 0px;
    padding: 5px 8px;
    border-bottom: 1px solid #e0e0e0;
}

    .kafli:hover {
        border-bottom: 1px solid transparent;
        background-color: #003399;
        color: #fff;
    }

.focusKafli {
    border-bottom: 1px solid transparent;
    background-color: #003399;
    color: #fff;
}

    .focusKafli .nafnKafla{
        color: #fff;
    }

.kafli:hover a,
.kafli:focus a {
    color: #fff;
}

.kafli > a:focus {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.virkur {
    background-color: #003399;
    color: #fff;
    border: 2px solid #003399;
}

    .virkur a {
        color: #fff;
        font-weight: bold;
    }

#timalina {
    margin: 10px 5% 10px 5%;
    width: 90%;
    height: 10px;
    background-color: #c4c4c4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    #timalina:focus {
        outline: none;
        border: 1px solid #0099ff;
        -webkit-border: 1px solid #0099ff;
        -moz-border: 1px solid #0099ff;
    }

#timi {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: inline-block;
    height: 10px;
    background-color: #003399;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#timalina:focus #timi {
    height: 8px;
    border-radius: 3px;
}

#timaTexti {
    margin: 0px 5%;
    width: 90%;
    height: 20px;
}

#timaStada {
    display: inline-block;
    padding: 0px;
    height: 20px;
    float: left;
}

#heildartimi {
    display: inline-block;
    padding: 0px;
    height: 20px;
    float: right;
}

#spilunarhradi p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.radio {
    list-style: none;
}

#svaefa fieldset {
    margin: 10px 0px;
}

    #svaefa fieldset legend {
        margin-bottom: 10px;
    }

#svaefa label:hover,
#svaefa label:focus {
    outline: none;
    color: #003399;
    text-decoration: underline;
    font-weight: bold;
}

#valstika .fa {
    padding-left: 10px;
    padding-right: 10px;
}

#valstika .col-md-6 {
    padding: 0px;
}

#valstika .btn {
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

    #valstika .btn:focus,
    #valstika .btn:hover {
        text-decoration: underline !important;
    }

#svaefaTakki {
    border-bottom: 1px solid #fff;
}

#flytilyklatexti {
    padding: 0px 15px;
}

    #flytilyklatexti h4 {
        padding-bottom: 5px;
        font-size: 21px;
        font-weight: normal;
        border-bottom: 1px solid #e5e5e5;
    }

    #flytilyklatexti ul {
        list-style: none;
        padding-left: 10px;
    }

#valstika .btn:focus {
    outline: none;
}

.radio input[type=radio] {
    margin: 8px 6px 0px 2px;
    outline: none;
}

    .radio input[type=radio]:hover,
    .radio input[type=radio]:focus {
        margin: 8px 6px 0px 2px;
        color: #003399;
        font-weight: bold;
        outline: none;
    }

.radio-focus label {
    color: #003399 !important;
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width: 501px) {
    #upplysingar {
        padding: 233px 0px 0px 0px;
    }

        #upplysingar h2 {
            margin-top: 0px;
            font-size: 25px;
        }

        #upplysingar p {
            margin: 0px;
        }

            #upplysingar p .heading {
                width: 100%;
                font-weight: bold;
            }

            #upplysingar p .detail {
                width: 100%;
                padding: 0px 0px 0px 8px;
            }

            #upplysingar p label {
                margin-bottom: 1px;
            }
}

@media (min-width: 500px) {
    #upplysingar {
        padding: 0px 0px 0px 160px;
    }

        #upplysingar h2 {
            margin-top: 0px;
            font-size: 25px;
        }

        #upplysingar p {
            margin: 0px;
        }

            #upplysingar p .heading {
                width: 66%;
                font-weight: bold;
            }

            #upplysingar p .detail {
                width: 66%;
                padding: 0px 0px 0px 8px;
            }

            #upplysingar p label {
                margin-bottom: 1px;
            }
}

@media (min-width: 619px) {
    .nafnKafla {
        display: inline-block;
        width: 85%;
        margin: 0px -2px;
    }

    .lengdKafla {
        margin: 0px -2px;
        display: inline-block;
        text-align: right;
        width: 15%;
    }
}

@media (min-width: 412px) and (max-width: 618px) {
    .nafnKafla {
        display: inline-block;
        width: 75%;
        margin: 0px -2px;
    }

    .lengdKafla {
        margin: 0px -2px;
        display: inline-block;
        text-align: right;
        width: 25%;
    }
}

@media (max-width: 411px) {
    .nafnKafla {
        display: inline-block;
        width: 55%;
        margin: 0px -2px;
    }

    .lengdKafla {
        margin: 0px -2px;
        display: inline-block;
        text-align: right;
        width: 45%;
    }
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    border: none;
    /*required for proper track sizing in FF*/
    width: 180px;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 180px;
        height: 5px;
        background: #afafaf;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        background: #003399;
        margin-top: -6px;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

    input[type=range]::-moz-range-track {
        width: 180px;
        height: 5px;
        background: #afafaf;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        background: #003399;
    }

    /*hide the outline behind the border*/
    input[type=range]:-moz-focusring {
        outline: none;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        width: 180px;
        height: 5px;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 8px 0;
        /*remove default tick marks*/
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #afafaf;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        background: #003399;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }

/* Sér til þess að texti flæði ekki útfyrir þó hann sé langur. */
.word-wrap {
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    /*
-ms-word-break: break-all;
word-break: break-all;
*/
    /* Non standard for webkit */
    /*word-break: break-word;*/
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Útlit á villusíðu */
#villubox {
    margin: 30px auto;
    max-width: 600px;
    min-height: 114px;
    border: 2px solid #003399;
    -webkit-border: 2px solid #003399;
    -moz-border: 2px solid #003399;
    border-radius: 6px;
}

#villa-villutexti-kerfi {
    padding: 5px 5px 0px 0px;
}

#villa-villutexti-alltaf {
    padding: 5px 5px 5px 0px;
}

#upplysingar #villa-villutexti-alltaf a {
    font-weight: bold;
}

/* Nafn síðu */
.main-title,
.takka-main-title h1{
    font-size: 30px;
    color: #003399;
}

/* Skoða bók gluggi */
.skodaLoader {
    margin: 5px auto;
    height: 128px;
    width: 128px;
    text-align: center;
    display: block;
}

.book-detail p span a {
    color: #003399;
}

    .book-detail p span a:hover,
    .book-detail p span a:focus {
        color: #0099ff !important;
        text-decoration: underline;
    }

.book-detail > p > .heading {
    float: none;
    display: inline-block;
    width: 140px;
}

.book-detail > p > .detail {
    float: none;
    display: inline-block;
    line-height: 18px;
    padding: 13px 0px 11px 0px !important;
    font-weight: normal !important;
    width: 100%;
}

.book-detail .detail .adaladili {
    display: inline-block;
}
.book-detail .adaladili a {
    padding: 0px 0 10px;
    display: block;
}

.book-detail .aukaadili {
    padding-top: 0;
}

.book-detail p .aukaadili a {
    padding: 0 0 10px;
}

.book-detail p span.detail .aukaadiliLeit {
    padding-top: 0;
}

.book-detail p span.detail .aukaadiliLeit a {
    padding: 0px 0 10px;
    display: block;
}

#titillBokar {
    outline: none;
}
/* Stilling á tilkynningum */
.titill-tilkynning {
    padding-left: 15px;
    color: #fff;
}

.tilkynning-bg {
    background-color: #003399;
    border: 1px solid #afafaf;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.efni-tilkynning {
    padding-left: 15px;
    font-size: 20px;
    color: #fff;
}

.icon-tilkynning {
    padding: 20px;
    font-size: 70px;
    color: #fff !important;
}

.tilkynningarmynd img {
    height: 200px;
    width: 200px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}
/* Flettiborða-takkar */
#pause {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 100;
}

#carousel-pause {
    min-width: 30px !important;
    height: 30px;
    padding: 0px;
    color: #bbb;
    font-size: 16px;
    background-color: transparent;
    border: none !important;
    outline: none;
}

    #carousel-pause:focus,
    #carousel-pause:hover {
        color: #0099ff;
        outline: none;
    }

#carousel-takkar {
    position: absolute !important;
    height: 30px;
    width: 800px;
    top: 140px;
    right: 45px;
    z-index: 99;
}

#carousel-takkalisti {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}

    #carousel-takkalisti li {
        display: inline-block;
        border: none;
    }

.carousel-takki {
    min-width: 30px !important;
    height: 30px;
    padding: 0px;
    color: #e5e5e5;
    font-size: 14px;
    border: none !important;
    background-color: transparent;
    text-shadow: -1px 0 #888, 0 1px #888, 1px 0 #888, 0 -1px #888;
    outline: none !important;
}

    .carousel-takki:focus,
    .carousel-takki:hover {
        color: #0099ff;
        border: none !important;
    }

.carousel-valin {
    color: #003399;
    border: none !important;
}

    .carousel-valin:focus,
    .carousel-valin:hover {
        color: #0099ff;
        border: none !important;
    }
/* Fá númeraröðun rétta í hreiðruðum, röðuðum listum */
ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

    ol > li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }

        ol > li:before {
            content: counters(item, ".") ". ";
            display: table-cell;
            padding-right: 0.6em;
        }

li ol > li {
    margin: 0;
}

    li ol > li:before {
        content: counters(item, ".") " ";
    }

#Efnisyfirlit {
    margin-bottom: 25px;
}

    #Efnisyfirlit li {
        line-height: normal !important;
        margin: 6px;
    }
/* Stilling á headerum á innsíðu */
.innsida-texti h2,
.innsida-texti h3,
.innsida-texti h4,
.innsida-texti h5,
.innsida-texti h6 {
    margin-top: 16px !important;
    margin-bottom: 12px !important;
}

.innsida-texti h2 {
    font-size: 28px !important;
}

.innsida-texti h3 {
    font-size: 26px !important;
}

.innsida-texti h4 {
    font-size: 24px !important;
}

.innsida-texti h5 {
    font-size: 22px !important;
}

.innsida-texti h6 {
    font-size: 20px !important;
}
/* Stillingar fyrir skjálesaraleiðbeiningar */
.leidbeiningarEftir {
    text-align: right;
    font-weight: bold;
}

.innsida-texti ol:not(.innsida-texti li ol) {
    margin-bottom: 25px !important;
}

.innsida-texti ul:not(.innsida-texti li ul) {
    margin-bottom: 25px !important;
}

.innsida-texti li ol li {
    margin-bottom: 0px !important;
}

.innsida-texti ol li {
    line-height: normal !important;
}

.innsida-texti a:hover,
.innsida-texti a:focus {
    font-weight: bold;
}
/* Stillingar fyrir nýskráningu lánþega */
#nyskraningarform input:focus,
#nyskraningarform select:focus,
#nyskraningarform textarea:focus {
    border: 2px solid #003399 !important;
    -webkit-border: 2px solid #003399 !important;
    -moz-border: 2px solid #003399 !important;
}

#grunnUppl {
    margin: 10px 0px 1px 0px;
    min-height: 228px;
    padding: 0px 0px 0px 20px;
}

#ktUmsaekjanda {
    padding: 0px 0px 0px 20px;
}

.innForm h2 {
    font-size: 18px;
    color: #181818;
}

.innForm p {
    margin-bottom: 1px;
    padding-left: 10px;
}

@media (min-width: 513px) {
    .nyskraSvaedi {
        display: block;
        position: relative;
        padding: 0px 0px 0px 20px;
    }

    #nyskTakki {
        float: none;
        margin: 11px 0px 42px 0px;
    }
}

@media (max-width: 512px) {
    .nyskraSvaedi {
        display: block;
        position: relative;
        padding: 0px 0px 10px 0px;
    }
}

.nyskraLabel label {
    width: auto !important;
    margin-bottom: 2px;
}

.nyskraMemoAtridi {
    height: 160px;
}

.nyskraSvaedi label {
    width: auto !important;
    font-weight: bold;
}

.nyskraRadioAtridi {
    margin-bottom: 7px;
}

    .nyskraRadioAtridi fieldset {
        margin: 0px 0px 1px 0px;
        padding: 0px;
        border: 1px solid #003399 !important;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

        .nyskraRadioAtridi fieldset legend {
            margin: 0px 0px 0px 6px;
            padding: 0px;
            width: auto;
            border-bottom: none;
            font-family: 'pt sans', 'sans-serif';
            font-size: 18px;
            font-weight: bold;
        }

.innskraInput textarea {
    width: 100%;
    height: 107px;
}

.radioInput ul {
    list-style: none;
    padding: 0px 10px;
}

.radioInput label {
    padding: 0px 6px;
    width: auto;
}

.radioInput input {
    margin: 7px 0px 0px 0px !important;
}

    .radioInput input:focus {
        outline-offset: 2px;
        outline: 2px solid #003399 !important;
    }

.nyskraValidation {
    padding: 2px 0px 0px 0px;
    width: 100%;
    height: 24px;
}

.skjalAtridi {
    height: 103px;
}

    .skjalAtridi label {
        padding-top: 2px;
    }

    .skjalAtridi input {
        width: 100%;
    }

.bottom-2 input {
    margin-bottom: 2px;
}

.rauttLetur {
    color: #003399 !important;
}

.graentLetur {
    color: #138401 !important;
}

#nyskraningarform #adalSkilabod {
    min-height: 40px;
}

#umsoknTokst h2 {
    font-size: 22px;
}

.skjalAtridi .input-group {
    border: 1px solid #003399;
    -webkit-border: 1px solid #003399;
    -moz-border: 1px solid #003399;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
}

    .skjalAtridi .input-group:focus {
        border: 2px solid #003399;
        -webkit-border: 2px solid #003399;
        -moz-border: 2px solid #003399;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        outline: none;
    }

.utlinur-valinn {
    border: 2px solid #003399 !important;
    -webkit-border: 2px solid #003399 !important;
    -moz-border: 2px solid #003399 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
}

    .utlinur-valinn .btn {
        padding: 9px 19px 8px 20px;
    }

    .utlinur-valinn .form-control {
        padding: 5px 12px 5px 11px;
    }

.skjalAtridi .input-group {
    background-color: #003399;
}

    .skjalAtridi .input-group .btn-primary {
        border: none;
    }

    .skjalAtridi .input-group .form-control {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .skjalAtridi .input-group .form-control:focus {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

.skjalAtridi .input-group-btn .btn {
    min-width: 100px;
}

.innskraInput select {
    line-height: 16px;
}

select {
    padding: 10px 9px 9px;
}

.innskraInput select:focus {
    padding: 8px 8px 7px;
}

.input-group .form-control .file-caption-name .kv-caption-icon {
    padding-right: 4px;
}

.skjalAtridi .input-group .file-caption-name {
    font-size: 16px;
    margin-top: 2px;
}
/* css fyrir póstnúmera dropdown á síðunni "mínar stillingar"*/


#minarStillingar .btn {
    width: 100%;
}

#minarStillingar .filter-option {
    display: inline-block;
    float: left;
    width: 80%;
    text-align: left;
}

#minarStillingar .bs-caret {
    display: inline-block;
    width: 20%;
    text-align: right;
}

    #minarStillingar .bs-caret caret {
        background-color: black;
    }

#minarStillingar .innskraInput .dropdown-menu {
    width: 100%;
    position: relative;
    left: -2px;
    height: 210px;
    top: -2px;
}

.check-mark {
    display: none;
}

#minarStillingar .open {
    color: white;
    position: relative;
}

#minarStillingar .innskraInput .btn-default .caret {
    border-top-color: black;
}

#minarStillingar .innskraInput .inner {
    border: none;
}

.inner {
    position: relative;
    bottom: -3px;
    top: 2px;
}

#btn-nyjar-baekur {
    font-weight: bold;
}

.lanudBok {
    padding-top: 10px;
    padding-bottom: 8px;
}

.videoFrett {
    margin-top: 5px;
}

.videoSize .videoLysing h3 {
    margin: 0px 0px 11px;
    font-size: 21px;
    font-weight: bold;
    color: #373737;
    line-height: 1.1;
    text-transform: none;
    font-family: 'pt sans', 'sans-serif';
}

.blind {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 1160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #afafaf;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    min-height: 400px;
}

.toggleTakki {
    margin: 10px;
}

#Efnisyfirlit li a {
    font-weight: bold;
}

    #Efnisyfirlit li a:hover,
    #Efnisyfirlit li a:focus {
        text-decoration: underline;
    }

#container {
    position: relative;
}

.blinfleitForm {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
}

.bleit {
    margin-top: 10px;
    margin-bottom: 15px;
}

.topp-takkar {
    display: inline-block;
    float: right;
}

.boxed-layout .aukaTopTakki {
    border: 1px solid #003399;
    color: white;
    float: right;
    text-align: right;
    margin: 0 15px 5px 5px;
    background-color: #003399;
    outline: none;
    padding: 0.25em 0.5em 0.35em 0.5em;
    border-radius: 0 0 5px 5px;
}

    .aukaTopTakki:hover,
    .aukaTopTakki:focus,
    .aukaTopTakki:active {
        border-color: #0099ff;
        background-color: #0099ff;
    }

    .aukaTopTakki .fa {
        margin-right: 7px;
    }

@media (max-width: 760px) {
    .gleymtLykilord-container,
    .gleymtLykilord {
        display: none;
        width: 0;
    }
}

@media (max-width: 630px) {
    .aukaTopTakki span {
        display: none;
    }

    .aukaTopTakki .fa {
        margin-right: 0;
    }
}

.meginEfni {
    border: 1px solid transparent;
    color: transparent;
    float: right;
    text-align: right;
    margin: 5px 15px 5px 5px;
    background-color: transparent;
    outline: none;
}

    .meginEfni:focus {
        border: 1px solid #003399;
        background-color: #003399;
        color: #fff !important;
        float: right;
        text-align: right;
        font-weight: bold;
        margin: 5px 15px 5px 5px;
        outline: none;
    }

.bnidurstada li {
    list-style-type: none;
}

td {
    background-color: white;
    padding-bottom: 10px;
    padding: 10px;
}

#lnr th {
    padding: 10px;
}

#bleitarnidurstada {
    margin-top: 50px;
    max-height: 1360px;
    max-width: 1360px;
    overflow-x: auto;
    overflow-y: auto;
}

.adgrdirBlindra {
    min-width: 200px;
}

.bnidurstadatafla {
    width: 100%;
}

.bskoda {
    color: white;
    background-color: #003399;
    max-height: 40px;
}

    .bskoda a {
        color: white;
    }

.bnidurstadatafla tr {
    border-bottom: 1px solid lightgrey;
    background-color: white;
}

#bl4 {
    width: 100%;
}

#lskilyrdi button {
    width: 100%;
    margin-bottom: 15px;
}

.badgerdir {
    padding: 5px;
    vertical-align: unset;
}

.bfjoldi {
    padding-top: 10px;
}

.blinfleitForm button:hover, .blinfleitForm button:focus, .blinfleitForm input:hover, .blinfleitForm input:focus {
    outline: none;
}

.blinfleitForm input[type='checkbox'] {
    margin-right: 10px;
}
/* Leitartýpu selectbox  start*/
.leitarTypa select {
    display: none;
}

.selectPicker .btn {
    width: 100%;
}

.leitarTypa {
    width: 100%;
}

    .leitarTypa .bs-caret .caret {
        border: none;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid white;
        margin-right: 10px;
    }

    .leitarTypa .pull-left {
        width: 100%;
        margin-right: -17px;
    }

    .leitarTypa .open {
        width: 100%;
        position: absolute;
        left: -2px;
        height: 260px;
    }

    .leitarTypa .inner {
        width: 105%;
        position: absolute;
        left: -5px;
        height: 260px;
        top: -1px;
        font-size: 50px;
    }
/* Leitartýpu selectbox  end*/
.blinfleitForm input[type=checkbox],
.blinfleitForm input[type=checkbox]:active,
.blinfleitForm input[type=checkbox]:hover {
    line-height: 20px !important;
    height: 20px !important;
    width: 20px !important;
    outline: none;
}

    .blinfleitForm input[type=checkbox]:focus {
        outline: 2px solid #003399;
    }

.blinfleitForm input:focus, .blinfleitForm select :focus {
    border: 2px solid;
}

.blinfleitForm input::-webkit-outer-spin-button,
.blinfleitForm input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bleitaTakki {
    width: 100%;
}

videoSize {
    width: 100%;
    margin: auto;
}

.hljodbokaTakn {
    font-size: 32px;
}

.lysing {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.lysing {
    margin-top: 18px;
}

td[data-toggle] {
    position: absolute;
    height: 10px;
}

.blinfleitForm label {
    font-weight: bold;
    width: 100%;
}

.blinfleitForm li {
    list-style-type: none;
    min-width: 300px;
}

.blinfleitForm td span {
    color: #003399;
}

.blinfleitForm #almenn-blindraleit button,
.blinfleitForm #barna-blindraleit button,
.blinfleitForm #namsefni-blindraleit button {
    margin-top: 10px;
    width: 100%;
}

    .blinfleitForm #almenn-blindraleit button span,
    .blinfleitForm #barna-blindraleit button span,
    .blinfleitForm #namsefni-blindraleit button span {
        float: right;
    }

#almenn-blindraleit ul label,
#barna-blindraleit ul label,
#namsefni-blindraleit ul label {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    width: 70%;
    margin-top: -6px;
}
/*Bootstrap var að yfirskrifa*/
.list-inline > li:first-child {
    padding-left: 5px;
}

.blinfleitForm #almenn-blindraleit legend,
.blinfleitForm #barna-blindraleit legend,
.blinfleitForm #namsefni-blindraleit legend {
    border-bottom: 0px;
}

.blinfleitForm #almenn-blindraleit fieldset,
.blinfleitForm #barna-blindraleit fieldset,
.blinfleitForm #namsefni-blindraleit fieldset {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
}

.bleitaTakki {
    margin-top: 0px;
}

.engin-leitarskylirdi {
    width: 100%;
}

.blind-tegund .col-md-6 {
    padding: 0;
}

.adgerdir-blindra {
    text-align: center;
    margin: 0;
    float: left;
}

    .adgerdir-blindra li {
        display: inline-block;
        padding-right: 5px;
        height: 1.56em;
    }

.blindraLeitarnidurstada a {
    font-size: 24px;
}

    .blindraLeitarnidurstada a:focus, .blindraLeitarnidurstada a:hover {
        text-decoration: underline;
    }

.kvotiUtlansBlindra {
    float: right;
    padding: 5px;
    position: absolute;
    right: 50px;
}

    .kvotiUtlansBlindra .fa {
        margin-right: 5px;
    }

.blindraLeitarnidurstada table .titill-bokar td * {
    font-size: 12px;
    padding-top: 0px;
}

.blindraLeitarnidurstada table td a {
    font-size: 18px;
}

.blindraLeitarnidurstada .lanudBok {
    max-height: 10px;
}

.leitar-typa-dropdown {
    margin-top: 10px;
}

#leitarnidurstada {
    padding-top: 20px;
}

@-moz-document url-prefix() {
    .blinfleitForm button .glyphicon {
        margin-top: -20px;
    }
}

.leitarord-blind {
    margin-top: 9px;
}

    .leitarord-blind .leitarord input {
        height: 40px;
    }

.blinfleitForm .leitar-typa-dropdown .selectPicker select:focus {
    border: 2px solid;
}

.leitarskilyrdi-engin p {
    margin-top: 47px;
    max-width: 500px;
}

#adgerdTokst {
    color: green;
    font-weight: 900;
}

.bleitarform .leitarskilyrdi legend {
    width: initial;
}

.bleitarform input {
    height: 40px !important;
    font-size: 16px;
    font-family: Verdana;
    letter-spacing: 0.5px;
}

#leitarform #blindMeginMal .selectPicker select option, #leitarform #blindMeginMal .selectPicker select {
    font-size: 16px;
    letter-spacing: 0.5px;
    height: 40px !important;
    font-family: Verdana;
}

#leitarform #blindMeginMal .selectPicker select {
    height: 40px !important;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: Verdana;
}

#forsida-inpu, #almenn-input, #namsefni-input, #barna-input {
    letter-spacing: 2px;
    font-family: Verdana;
}

.fjoldi-cookie {
    width: 100%;
}

.engin-leitarskylirdi label, .fjoldi-nidurstadna label {
    margin-top: 10px;
}

#kvotiUtlans {
    padding-bottom: 10px;
}
/*Lagar skölun á checkboxum fyrir farsíma*/
.checkboxes {
    max-width: 120px;
}

.norraen-upplysingar {
    padding: 20px;
}

.leitar-input {
    padding: 2px;
}

.leitar-filter {
    margin-top: 5px;
}

    .leitar-filter label {
        width: 100%;
        font-weight: 700;
    }

    .leitar-filter input {
        width: 100%;
        padding: 0px;
    }

.leitar-stillingar-valmynd-hrad {
    width: 70%;
    margin-left: 26.5%;
}

@media (max-width: 770px) {
    #hradleit .leit-stillingar-hrad {
        padding: 0px;
        padding-top: 4px;
        margin-left: 0px !important;
        min-width: 45px;
    }
    /*Yfirskrifa bootsrap virkni */
    #hradleit .primary {
        width: 100%;
    }

    .leitar-stillingar-valmynd-hrad {
        width: 94%;
        margin-left: 5%;
    }
}

.meira-btn, .meira-btn-blindleit {
    margin-top: 15px;
    margin-left: 35%;
    width: 30%;
    border: 2px;
    outline: none !important;
}

.meira-btn-blindleit {
    margin-top: 25px;
}

.leit-stillingar, .leit-stillingar-hrad {
    margin-top: 5px;
    color: white;
    outline: none;
    font-size: 15px;
    min-width: 35px;
    max-height: 35px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.leit-stillingar, .leit-stillingar-hrad {
    float: right;
    margin-bottom: 20px;
}

    .leit-stillingar-hrad .glyphicon-chevron-up {
        margin-left: 1px;
    }

    .leit-stillingar .glyphicon-chevron-up {
        padding-top: 0px !important;
        margin: 0px !important;
    }

#hradleit .primary {
    margin-bottom: 15px !important;
}

.resp.resp-tab-content {
    padding-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#almenn-leit .btn-group button, #almenn-leit .btn-group, #almenn-leit select {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.leitar-filter .col-sm-4:last-child {
    padding-right: 0px;
}

.leitar-filter select {
    padding-left: 0px;
    padding-right: 0px;
}

.search-filter .col-sm-4, .search-filter .col-sm-6 {
    padding-left: 2px;
    padding-right: 2px;
}

    .search-filter .col-sm-4:last-child, .search-filter .col-sm-6:last-child {
        padding-right: 0px;
    }

    .search-filter .col-sm-4:first-child, .search-filter .col-sm-6:first-child {
        padding-left: 0px;
    }

#namsefni .btn-group, #barnaefni .btn-group {
    width: 100%;
}

    #namsefni .btn-group button, #barnaefni .btn-group button {
        width: 100%;
    }

#namsefni .col-sm-6, #barnaefni .col-sm-6, #namsefni .col-sm-4, #barnaefni .col-sm-4 {
    padding: 4px;
}

    #namsefni .col-sm-6:first-child, #barnaefni .col-sm-6:first-child, #namsefni .col-sm-4:first-child, #barnaefni .col-sm-4:first-child {
        padding-left: 0px;
    }

    #namsefni .col-sm-6:last-child, #barnaefni .col-sm-6:last-child, #namsefni .col-sm-4:last-child, #barnaefni .col-sm-4:last-child {
        padding-right: 0px;
    }

@media (max-width: 848px) {
    .meira-btn, .meira-btn-blindleit {
        margin-top: 15px;
        margin-left: 0px;
        width: 100%;
        border: 2px;
        outline: none !important;
    }

    .leitar-stillingar-valmynd {
        padding: 0px;
    }

        .leitar-stillingar-valmynd button {
            margin-top: 5px;
        }

        .leitar-stillingar-valmynd .col-sm-4, .leitar-stillingar-valmynd .col-sm-6 {
            margin: 0px;
            padding: 0px;
        }

    .leitar-filter .col-sm-4, .leitar-filter .col-sm-6 {
        padding: 0px;
    }

    .leitar-stillingar-valmynd {
        padding: 0px;
        margin: 0px;
    }

    #namsefni .col-sm-6:first-child, #barnaefni .col-sm-6:first-child,
    #namsefni .col-sm-6:last-child, #barnaefni .col-sm-6:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }

    .leitar-filter-hrad .row .col-sm-4:first-child {
        margin: 0px;
    }

    .leitar-filter-hrad .row .col-sm-4:last-child {
        margin: 0px;
    }
}

.leitar-tabs .resp-tabs-container .btn-group .dropdown-menu {
    left: -2px;
}

.leitar-tabs .resp-tabs-container .dropdown-menu {
    width: 100% !important;
}

    .leitar-tabs .resp-tabs-container .dropdown-menu li {
        width: 100% !important;
    }

.leit-stillingar .glyphicon-chevron-up:before {
    padding: 1px;
}

.norraen-upplysingar a:hover {
    text-decoration: underline;
}

/*ítarleit skilaboð*/
.flexbox-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

    .flexbox-container > div:first-child {
        width: 92%;
        float: right;
    }

    .flexbox-container > div:last-child {
        width: 8%;
        float: right;
        min-width: 40px;
    }

    .flexbox-container > div:first-child .itarleit {
        float: right;
        font-weight: bold;
        padding-top: 10px;
    }

.leitar-filter-hrad {
    padding-right: 12px;
}

#breytaLykilordiForm input {
    width: 100%;
}

#breytaLykilordiForm .innskraAtridi {
    margin-bottom: 5px;
}

#stadfestaNyttLykilord {
    width: 95%;
}

#breytaLykilordiForm label {
    width: 100%;
}

#gleymtHlekkur {
    margin-left: 6%;
}

@media (max-width: 1180px) {
    #gleymtHlekkur {
        margin: 4%;
    }
}

.lykilordButtons {
    float: none;
    width: 95%;
    margin: 0px 34% 10px 20px;
    padding: 8px 9px;
}

#nyttLykilordSkilabod {
    color: green;
    margin-bottom: 15px;
}

.villFaCd input {
    margin-bottom: 15px;
}

.umsokn_texti {
    margin-top: 15px;
    margin-bottom: 15px;
}

.villCd {
    border-radius: 4px;
}

@media (max-width: 580px) {
    .umsokn_texti {
        margin-top: 60px;
    }
}

@supports (display: flex) {
    .adgerdir {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        max-width: 20em;
        margin: auto;
    }

        .adgerdir li {
            height: auto;
            margin: 0.2em 0.2em;
        }

        .adgerdir .hljodbrot-takkar,
        .adgerdir .skoda {
            top: 0;
            margin: auto;
        }

    .adgerdartakkastika {
        display: flex;
        flex-direction: column;
        padding: 0.4em 0;
    }
}

.contact-list p, a.mail {
    color: #fff;
}

    a.mail:hover, a.mail:active, a.mail:focus {
        color: #FF9F1E;
        text-decoration: underline;
    }

.social2 li a {
    color: #fff;
    border-color: #fff;
}

#bbi-logo:hover #bbi-logo-titill, #bbi-logo:focus #bbi-logo-titill {
    color: #fff;
}

.book-detail > p > .detail.flexbox-container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.detail .stikkord {
    margin: -0.1em 1em 0.5em 0;
    padding: 0;
}

.header-top-container {
    max-width: 1190px;
    margin: auto;
}

#almenn-leit{
    overflow: auto;
    margin-top: 1em;
    padding: 1em;
}

.col-banimage{
    width: 100%;
}

.myndband-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 1em;
}

    .myndband-container .myndband {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.myndband-lysing {
    margin-top: 1.5em;
}

#forsydu-myndband{
    margin: 0;
    width: inherit !important;
}

.height-auto {
    height: auto !important;
}

iframe{
    border: 0;
}

.Footer-contact .contact-list{
    width: 30em;
    max-width: 100%;
    margin: auto;

}

.modal-content {
    overflow: hidden;
}

.modal-header {
    text-align: center;
    color: white;
    background: #003399;
}

.modal-header h4{
    color: white;
    font-size: 18px;

}

.modal-body label{
    font-size: 17px;
    font-weight: bold;
}

.modal-body input,
.modal-body textarea,
.modal-body select {
    border: 1px solid #003399;
    color: black;
}

.modal-footer .btn-default {
    border: 3px solid #003399;
    background-color: #003399;
    color: white;
    font-size: 17px;
    font-family: 'PT Sans', 'sans-serif';
    font-weight: bold;
    padding: 0.5em;
    text-transform: none;
    min-width: 80px;
}

.btn-secondary {
    border: 3px solid #003399;
    background-color: white;
    color: #003399;
    font-size: 17px;
    font-family: 'PT Sans', 'sans-serif';
    font-weight: bold;
    padding: 0.5em;
    text-transform: none;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .modal-footer .btn-default:hover,
    .modal-footer .btn-default:focus {
        border-color: #0099ff;
        background-color: #0099ff;
        color: white;
    }

    .btn-secondary:active {
        border-color: #003399;
        background-color: white;
        color: #003399;
    }

.modal-footer .btn-default:active {
    border-color: #003399;
    background-color: #003399;
    color: white;
}

/* Til að símanúmer hverfi ekki í iOS Safari */
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.takka-main-title {

}
/*
    Breytir viðmóti til að virka betur fyrir síma.
*/

@media screen and (max-width: 480px){

    /* Header */

    #sida .bbi-header{
        margin: 0;
    }

        #sida .bbi-header .header-background,
        #sida .bbi-header .top {
            padding: 0;
        }

            #sida .bbi-header .header-background .header-box {
                border: none;
            }

                #sida .bbi-header .header-background .header-box .top-radius,
                #sida .bbi-header .top .header-top-container *{
                    border-radius: 0;
                }

    /* Body */

    body{
        background-color: white;
    }

    #wrapper > .container > .main{
        border: none;
        box-shadow: none;
    }

    #wrapper .container {
        padding: 0;
    }

        /* Breytum titlum fyrir ofan hvíta kassa. */
        #wrapper .container .main-title {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        /* Breytum hvítum kössum. */
        #wrapper .container .white-box,
        .row.bg-light-tint.shadow-out.news {
            border: none;
            box-shadow: none;
            padding: 0.5rem;
        }

    /* Footer */

    footer.footer-box {
        margin: 0;
        border-radius: 0;
        border-right: none;
        border-left: none;
        border-bottom: none;
        padding: 0.5rem;
        padding-top: 2rem;
    }

    /* Nýjar bækur */

    #bokalisti{
        height: initial !important;
    }

        #bokalisti .entry {
            width: 99px !important;
        }

            #bokalisti .entry .book-link {
                height: initial !important;
            }

        #bokalisti .nyjar-baekur-btn{
            margin-top: 1em;
        }

    .book-cover2 {
        height: 140px;
        width: 95px;
    }

    /* Skoða bók */

    #skoda-detail p:last-child{
        border:none;
    }

    .book-result {
        border-radius: 0;
        border-right: none;
        border-left: none;
        padding: 0;
    }

    .adgerdartakkastika {
        position: sticky;
        bottom: 0;
        background-color: white;
        border-top: 1px solid #dddddd;
    }

    #skoda-detail .mobileView{
        display: block;
    }
}
#leitar-box {
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 1em;
}

#texta-leit {
    width: 100%;
}
#leitar-stong {
    float: left;
    width: 100%;
    border: 0.15em solid transparent;
    height: 2.5em;
}
#leitar-input {
    margin: 0;
    height: 100%;
    width: calc(100% - 8.2em);
    border: 0.15em solid #003399;
    border-right: none;
    border-radius: 0.3em 0 0 0.3em;
    font-size: 1em;
    padding-bottom: 0.7em;
}
#leitar-takki {
    width: 3.2em;
    height: 100%;
    border: 0.1em solid #003399;
    border-left: none;
    border-radius: 0 0.15em 0.15em 0;
    color: white;
    background-color: #003399;
    font-size: 1.3em;
    text-anchor: middle;
    padding: 0.2em;
}
    #leitar-takki:hover,
    #leitar-takki:focus {
        color: white;
        background-color: #0099ff;
        border-color: #0099ff;
    }

#leitar-moguleikar {
    float: right;
    margin-left: 1em;
    border: 0.15em solid #003399;
    border-radius: 0.3em;
    height: 100%;
    width: 3em;
    text-align: center;
    padding-top: 0.3em;
    color: #003399;
    cursor: pointer;
}
    #leitar-moguleikar:hover,
    #leitar-moguleikar:focus {
        color: white;
        background-color: #0099ff;
        border-color: #0099ff;
    }
.leitar-stillingar-valmynd {
    max-width: 740px;
    min-width: 523px;
    margin: auto;
    margin-top: 4em;
}
.filter-takkar .btn-group,
.filter-takkar .multiselect {
    height: 100%;
    width: 100%;
}

#flokka-blokk {
    width: 100%;
    margin-top: 2em;
}
#flokka-takkar {
    width: 100%;
    margin: 0 auto 1em;
    display: block;
}
.takka-jafnari{
    display: inline-block;
    height: 2em;
    width: 4.2em;
    margin-right: auto;
}
.leit-tab {
    background-color: transparent;
    color: #003399;
    border: 0.05em solid #003399;
    padding: 0.5em 1em;
    width: 12em;
}
    .leit-tab.selected {
        background-color: #003399;
        color: white;
    }
    .leit-tab:hover,
    .leit-tab:focus {
        background-color: #0099ff;
        color: white;
    }
.btn-group{
    margin-bottom: 1em;
}
.rodunar-takkar{
    display: inline-block;
    margin-left: auto;
}
.rodunar-takkar .view-takki {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    border: 0.1em solid transparent;
    border-radius: 0.1em;
    text-align: center;
    font-size: 28px;
    text-align: center;
    color: #003399;
}
    .rodunar-takkar #leitar-grid-takki {
        border-bottom-width: 0.18em;
        border-left-width: 0.18em;
    }

.view-takki:hover {
    cursor: pointer;
    color: white;
    background-color: #003399;
    border-color: #003399;
}
.leitar-flokkur {
    margin: 0.25em;
    height: 5em;
    width: calc(32.5% - 0.5em);
    display: inline-block;
    border-radius: 0.2em;
    text-align: center;
    border: 0.12em solid transparent;
    color: black;
}
.leitar-flokkur:hover,
.leitar-flokkur:focus{
    cursor: pointer;
    border-color: rgba(0,0,0, 0.25);
    color: black;
}
.flokka-mynd {
    width: 2.5em;
    margin: 0 auto
}

.selected:hover {
    box-shadow: none;
}


/* ------ Flexbox -------*/

#leitar-box {
    display: flex;
    flex-direction: column;
    align-items: center
}
#leitar-stong{
    display:flex;
}
#leitar-input{
    flex: auto;
}

#flokka-takkar{
    display: flex;
    justify-content: center;
}
.flokkar-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: space-between;
}
.leitar-flokkur {
    box-sizing: border-box;
    flex: 1 0 24%;
    max-width: calc(25% - 0.5em);
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1187px) {
    #leitarform{
        margin: 0;
    }
}
@media (max-width: 848px){
    .leitar-flokkur {
        flex: 1 0 33.333%;
        max-width: calc(33.333% - 0.5em);
    }

    .takka-jafnari{
        display: none;
    }

    .rodunar-takkar{
        margin: 0 5px 0 0;
    }

    #tabs {
        flex: 1;
        display: flex;
        margin: 0 5px;
    }

        #tabs .leit-tab{
            flex: 1;
            width: auto;
        }
}
@media (max-width: 628px) {
    .leitar-flokkur {
        flex: 1 0 50%;
        max-width: calc(50% - 0.5em);
    }
    #tabs{
        width: 100%;
    }
    .leit-tab{
        width: 50%;
    }
    #texta-leit{
        margin-bottom: 0;
    }
}
@media (max-width: 450px){
    .leit-tab {
        width: 100%;
    }
}

/*------Fjálpar klassar fyrir JavaScript------*/

.falinn {
    display: none !important;
}
.leitar-stillingar-valmynd.falinn {
    display: block;
    height: 1px;
    visibility: collapse;
    overflow: hidden;
}
#leitar-moguleikar.selected {
    background-color: #003399;
    color: white;
}
.list-view {
    width: 100%;
    flex: 100%;
    max-width: initial;
    height: 3em;
    text-align: left;
    position: relative;
}
.list-view .flokka-mynd{
    width: 2em;
    margin: 0;
    float:left;
    position: absolute;
    left: 1em;
}
.list-view .flokka-nafn {
    position: absolute;
    left: 5em;
}

/* Mobile view */
@media screen and (max-width: 480px) {
    #tabs .btn{
        white-space:normal;
        font-size: 13px;
    }
}
#leitarform {
    max-width: 1160px;
    margin: 1em auto 0 auto;
}
#content {
    margin: 1em auto 0 auto;
    max-width: 1160px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #afafaf;
    border-radius: 4px;
    overflow: hidden;
}
#content .banner{
    height: 4.5em;
    width: 100%;
    margin: 0;
    padding: 0.4em;
    box-shadow: 0 0.01em 0.2em 0.1em #888888;
    display: flex;
    align-items: center;
}
.banner .flokka-mynd{
    width: 3.5em;
    margin: 0 2em;
    float: left;
}
.banner-titill{
    font-size: 2em;
    margin: 0;
}
.undirflokks-titill {
    padding-bottom: 0.1em;
    margin: 0 15px;
    border-bottom: 3px solid #003399;
    color: #003399;
}
.undirflokks-titill:focus{
    border-bottom: 3px solid #0099ff;
    color: #0099ff;
}
.undir-flokkar{
    margin-top: 2em;
}

.flexRowFiller{
    width: 192px;
}

@supports (display: flex) {
    #bokalisti {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        width: initial;
        height: initial;
        min-height: initial;
        justify-content: space-between;
    }
    #bokalisti .nyjar-baekur-btn{
        margin-left: auto;
    }

    .portfolio.four-column .entry {
        min-height: initial;
    }

    .book-link {
        min-height: initial;
    }

    .undirflokks-titill {
        flex: 100%;
        margin-bottom: 0.1em;
    }

    .fleiri-baekur {
        flex: 100%;
    }
}

@media (max-width: 630px){
    .flexRowFiller {
        width: 138px;
    }
}

@media (max-width: 450px) {
    .banner-titill {
        font-size: 1.3em;
    }

    .banner .flokka-mynd {
        margin: 1em;
    }

    #bokalisti {
        justify-content: space-around;
    }
}

/* Mobile view */
@media screen and (max-width: 480px) {

    .container{
        padding-left: 0;
        padding-right: 0;
    }

    #leitar-box {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        padding: 0.5rem;
    }

    #content{
        border-radius: 0;
    }

    .fleiri-baekur{
        margin-top: 1em;
    }
}
/*
    Þetta skjal var búið til við gerð "card view" fyrir partial view 
    undir sama nafni. Restin ef css-inu fyrir það view er í bbi.css
*/

#leitarnidurstada{
    position: relative;
}
#flex-rammi{
    margin: 0;
}
.grid-view #flex-rammi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 !important;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0.4em;
}
    .grid-view #flex-rammi .row {
        padding: 0.5em;
        padding-bottom: 0;
        border: 1px solid transparent;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        cursor: pointer;
    }
    .grid-view #flex-rammi .row.engin-bok {
        padding: 2em 0 0 0;
        border: none;
        cursor: initial;
        width: 100%;
    }
        .grid-view #flex-rammi .row.engin-bok .engin-bok {
            width: 100%;
        }
#leitarnidurstada.grid-view #flex-rammi .row.engin-bok:hover {
    box-shadow: none;
}
#leitarnidurstada.grid-view #flex-rammi .row:hover {
    border-color: #afafaf;
    box-shadow: inset 0 0 1em rgba(0,0,0,0.1);
}
#leitarnidurstada.grid-view .book-form,
#leitarnidurstada.grid-view .adgerdartakkastika {
    display: none;
}
#leitarnidurstada.grid-view .book-result{
    width: 170px;
    border: none;
    background: none;
}
#leitarnidurstada.grid-view .book-img{
    padding: 0;
    float: initial;
    margin: 0;
}
#leitarnidurstada.grid-view .book-cover3 {
    margin: 0;
    box-shadow: 0 4px 5px rgba(0,0,0,0.4);
}
#leitarnidurstada.grid-view .book-detail{
    padding: 0;
}
#leitarnidurstada.grid-view .book-detail p{
    display: none;
}
#leitarnidurstada.grid-view .book-detail .detail a{
    font-weight: lighter;
}
#leitarnidurstada.grid-view .book-detail .margin-bottom-20 {
    margin: 0.2em 0 0 0;
    line-height: 0.5em;
    pointer-events: none;
}
#leitarnidurstada.grid-view .book-detail .margin-bottom-20 a {
    font-size: 18px;
    font-weight: bold;
}
#leitarnidurstada.grid-view .book-detail .margin-bottom-20 + p {
    display: block;
    padding: 0;
    margin-top: 0.5em;
    border: none;
    pointer-events: none;
}
#leitarnidurstada.grid-view .detail {
    margin-top: -13px;
}
#leitarnidurstada.grid-view .heading {
    display: none;
}
#leitarnidurstada .rodunar-takkar {
    float:right;
    clear: both;
}
.rodunar-takkar .grid-takki {
    border-bottom-width: 0.18em;
    border-left-width: 0.18em;
}
.grid#leitarnidurstada.grid-view .engin-bok{
    width: 100%;
}

#leitarnidurstada h1{
    display: inline;
    margin: 0;
    line
}

@media (max-width: 629px) {
    #leitarnidurstada.grid-view .book-result {
        width: 130px;
    }
    #leitarnidurstada.grid-view .book-result {
        min-height: initial;
    }
    .grid-view #flex-rammi{
        justify-content: space-around;
    }
}

/* Mobile view */
@media screen and (max-width: 480px) {

    .book-cover3 {
        height: 140px;
    }

    #leitarnidurstada.grid-view .row .book-result,
    .book-cover3 {
        width: 95px;
    }

        #leitarnidurstada.grid-view .row .book-result .book-detail .skoda-hlekkur {
            font-size: 15px;
        }

        #leitarnidurstada.grid-view .row .book-result .book-detail .detail a {
            font-size: 15px;
        }

    #leitarnidurstada.grid-view .meira-btn{
        width: 95%;
        margin-left: 2.5%
    }

    .takka-main-title{
        padding: 0 5px;
        display: flex;
    }

    #leitarnidurstada .takka-main-title h1{
        font-size: 28px;
    }
}
.abendingar-gluggi {
    background: white;
    border: 1px solid #afafaf;
    color: #232323;
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 30em;
    margin: 1em;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius: 2px;
    padding: 1em;
    z-index: 100;
}

    .abendingar-gluggi h3{
        color: white;
    }

    .abendingar-gluggi a {
        color: #003399;
        text-decoration: underline;
    }
        .abendingar-gluggi a:hover {
            color: #0099ff;
            text-decoration: underline;
        }

    .abendingar-gluggi .haetta {
        color: white;
        background: #003399;
        border-radius: 4px;
        position: absolute;
        right: 0;
        bottom: 0;
        font-weight: bold;
        margin:1em;
        padding: 0.7em 1em;
    }
        .abendingar-gluggi .haetta:hover {
            background: #0099ff;
        }

    .abendingar-gluggi p{
        max-width: 85%;
    }

@media (max-width: 570px){
    .abendingar-gluggi {
        margin: 0;
        max-width: initial;
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 370px) {
    .abendingar-gluggi .haetta {
        position:initial;
        width: 100%;
        margin: 0;
    }
}
#abendingargluggi-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102,102,102,0.4);
    z-index: 1000;
}

#abendingargluggi {
    position:absolute;
    display: block;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;
    background-color: white;
    max-width: 50em;
    margin: 10em auto;
    margin-top: calc(5em + 5vw);
    overflow: auto;
    border: 1px solid #474747;
    border-radius: 2px;
    padding-bottom: 1em;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

    #abendingargluggi .theMainHeader {
        background-color: #003399;
        color: white;
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        font-size: 18px;
        font-weight: bold;
    }
    #abendingargluggi #ExternalWSCreationForm {
        margin: 1em;
    }
    #abendingargluggi #ExternalWSCreationForm textarea {
        width: 100%;
    }
    #abendingargluggi #ExternalWSCreationForm h3 {
        font-size: 17px;
        font-weight: bold;
    }

    #abendingargluggi #submitButton,
    #abendingargluggi #anotherSubmission,
    #abendingargluggi .abendingargluggi-haetta {
        margin-top: 1em;
        border-color: #003399;
        border-width: 3px;
        font-size: 17px;
        font-family: 'PT Sans', 'sans-serif';
        font-weight: bold;
        padding: 0.5em;
    }
        #abendingargluggi #submitButton:hover,
        #abendingargluggi #anotherSubmission:hover,
        #abendingargluggi .abendingargluggi-haetta:hover,
        #abendingargluggi #submitButton:focus,
        #abendingargluggi #anotherSubmission:focus,
        #abendingargluggi .abendingargluggi-haetta:focus {
            border-color: #0099ff;
            background-color: #0099ff;
            color: white;
        }

        #abendingargluggi #submitButton:active,
        #abendingargluggi #anotherSubmission:active {
            border-color: #003399;
            background-color: #003399;
        }

        #abendingargluggi .abendingargluggi-haetta:active {
            border-color: #003399;
            background-color: white;
            color: #003399 ;
        }

        #abendingargluggi #submitButton, 
        #abendingargluggi #anotherSubmission {
            background-color: #003399;
            color: white;
        }

    #abendingargluggi #submitButton:disabled {
        background-color: lightgray;
        border-color: lightgray;
        color: white;
    }
    #abendingargluggi .abendingargluggi-haetta {
        background-color: white;
        color: #003399;
    }

    #abendingargluggi #anotherSubmission {
        margin-left: 1em;
    }

    #abendingargluggi .abendingargluggi-villa{
        margin-left: 1em;
    }

    #abendingargluggi .alert {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: 1em;
    }

    #abendingargluggi .sent-skilabod,
    #abendingargluggi .villu-skilabod {
        font-size: x-large;
        margin: 1em 0 0 0;
        text-align: center;
    }
    #abendingargluggi .villu-skilabod .fa {
        color: orange;
    }
    #abendingargluggi .sent-skilabod .fa {
        color: green;
    }

@media (min-width: 1760px){
    #abendingargluggi{
        margin-top: 10em;
    }
}

@media (max-width: 800px){
    #abendingargluggi .alert {
        margin-right: 0;
        position: static;
        margin-top: 4em;

    }
}
