/* Minification failed. Returning unminified contents.
(8565,19): run-time error CSS1036: Expected expression, found '`'
 */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}input[type=text], textarea{ outline:none;border-radius:0;}
/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	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-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

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

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

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

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

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

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

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

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

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

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

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	
}
.ui-widget .ui-widget {
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #e2e2e2;
	background: #f6f6f6;
	color: #1b1b1b;
  font-size: 13px;
  letter-spacing: -1px;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.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: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}


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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video
{
    display: block;
}

mark, rp, rt, ruby, summary, time
{
    display: inline;
}

/* Global properties ======================================================== */

html
{
    width: 100%;
}



body
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #1b1b1b;
    background: url(../images/patterns/pattern1.png) 50% 0 repeat #c8e8f5 !important;
    -webkit-text-size-adjust: none;
}



.main
{
    max-width: 980px;
    margin: 10px auto 30px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    /*box-shadow: 1px 1px 8px rgba(0,0,0,0.15)*/
}

@media (max-width: 768px)
{
    .main
    {
        margin: 0;
        border-radius: 0;
    }
}

.container
{
    margin-left: auto;
    margin-right: auto;
}

/*********************************fonts*************************************/

.reg
{
    text-transform: uppercase;
}

.f_left
{
    float: left;
}

.f_right
{
    float: right;
}

.align_right
{
    text-align: right;
}

.align_center
{
    text-align: center;
}



.it
{
    font-style: italic;
}

.let
{
    letter-spacing: -1px;
}



/*********************************CLASSES**********************************/

.m_bottom_zero
{
    margin-bottom: 0 !important;
}

.m_left_zero
{
    margin-left: 0 !important;
}

.p_bottom_zero
{
    padding-bottom: 0 !important;
}

.p_left_zero
{
    padding-left: 0 !important;
}



.clear
{
    clear: both;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.wrapper
{
    width: 100%;
    overflow: hidden;
}

.extra_wrapper
{
    overflow: hidden;
}

.extra_last, .last
{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.extra_last
{
    border: none !important;
    background: none !important;
}

.fl_none
{
    float: none !important;
}

.bg_none
{
    background: none !important;
}

.bd_n
{
    border: none !important;
}

.rel
{
    position: relative;
}

/*==================================== Links ======================================================== */

a
{
    color: #1b1b1b;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

    a:hover
    {
        color: #28afc8;
        text-decoration: none;
    }



.button
{
    border-radius: 10px;
    display: inline-block;
    padding: 8px 20px 7px;
    margin: 14px 0 2px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 19px;
    color: #1b1b1b;
    background: #e5e5e5;
}

    .button:hover
    {
        background: #0f93d3;
        color: #fff;
    }

.button-green
{
    border-radius: 10px;
    display: inline-block;
    padding: 8px 20px 7px;
    margin: 14px 0 2px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 19px;
    color: #fff;
    background: #8fa008;
}

    .button-green:hover
    {
        background: #4E4E4E;
        color: #fff;
    }



/*********************************Displays*************************************/

.block
{
    display: block;
}

.inline-block
{
    display: inline-block;
}



/*********************************header*************************************/



header
{
    padding: 0 0 13px;
}



/*================================>> Heade Top <<========================================*/

.header_top
{
    padding: 13px 0px;
    border-radius: 10px 10px 0 0;
    background-color: #f6f6f6;
    position: relative;
    line-height: 16px;
    z-index: 10;
}
    /* --FIN --*/

    .header_top:after
    {
        display: block;
        position: absolute;
        background: url('../images/header_top.jpg') 0 bottom repeat-x;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        content: "";
    }

@media (max-width: 768px)
{
    .header_top
    {
        border-radius: 0;
    }
}

header h1
{
    float: left;
}

    header h1 a
    {
        display: block;
        width: 340px;
        height: 62px;
        background: url(../images/logo.png) 0 0 no-repeat;
        text-decoration: none;
        background-size: cover;
        text-indent: -9999px;
    }

/*================================>> Header bottom <<========================================*/

.header_bottom
{
    position: relative;
    padding: 16px 0 0 0;
    z-index: 9;
}



    .header_bottom .call_us
    {
        color: #848484;
        font-size: 16px;
        line-height: 24px;
        float: right;
        letter-spacing: 0px;
        padding: 5px 160px 0 0;
        text-align: right;
        position: relative;
    }

.call_us .phone_icon
{
    width: 20px;
    height: 20px;
    background: black;
    position: absolute;
    top: 7px;
    left: 50px;
    background: url(../images/phone.svg) no-repeat 0px 0px;
    background-size: 20px;
}

.header_bottom .call_us span
{
    font-size: 18px;
    color: #4B9CC3;
    font-weight: bold;
}

    .header_bottom .call_us span.blue
    {
        font-weight: bold;
        color: #4B9CC3;
        font-size: 14px;
    }

/*==============================>> Language Block <<=====================================*/

.block_language
{
    color: #848484;
    font-size: 13px;
    float: left;
}

    .block_language > li
    {
        float: left;
        margin-right: 25px;
        position: relative;
    }

        .block_language > li.currency_item > a
        {
            display: inline-block;
            margin-left: 10px;
        }



        .block_language > li .icon
        {
            margin: 2px 6px 0 0;
            display: inline-block;
        }

        .block_language > li.language > a
        {
            display: inline-block;
            margin: 0 0 0 10px;
        }

        .block_language > li a
        {
            color: #848484;
        }

        .block_language > li ul
        {
            width: 109px;
            z-index: 89;
            overflow: hidden;
            border-radius: 10px;
            position: absolute;
            right: -15px;
            top: -8px;
            background: #ffffff;
            border: 1px solid #e2e2e2;
        }

        .block_language > li.currency_item
        {
            width: 150px;
        }

            .block_language > li.currency_item ul
            {
                width: 79px;
                right: 9px;
            }

.language
{
    width: 160px;
}

    .language:before
    {
        display: inline-block;
        content: "Language:";
    }

.block_language > li.currency_item:before
{
    display: inline-block;
    content: "Currency:";
}

.drop, .drop2, .drop3, .drop4, .drop5, .drop6, .drop7, .drop8
{
    display: none;
}

.block_language > li.currency_item a
{
    padding-bottom: 5px;
}



.block_language > li ul li
{
    line-height: 16px;
    border-top: 1px solid #e2e2e2;
}

    .block_language > li ul li:first-child
    {
        border-top: none;
    }

.block_language > li ul a
{
    display: block;
    padding: 7px 0 5px 9px;
}

    .block_language > li ul a:hover
    {
        background: #f6f6f6;
        color: #1b1b1b;
    }

.slct:after, .slct2:after, .slct3:after, .slct4:after, .slct5:after, .slct6:after, .slct7:after, .slct8:after
{
    display: block;
    position: absolute;
    width: 12px;
    height: 6px;
    right: 2px;
    top: 36%;
    z-index: 99;
    background: url('../images/menu-arrow.png') no-repeat;
    content: "";
}

.block_language > li.currency_item .slct2:after
{
    right: 20px;
    top: 30%;
}

.block_language .active:after
{
    background-position: 0 -6px;
}

/*================================>> Header Links <<========================================*/

.block_headerlinks
{
    float: right;
    overflow: hidden;
}

    .block_headerlinks > li
    {
        float: left;
        font-size: 13px;
        padding-left: 11px;
        margin-left: 11px;
        background: url('../images/headerlinks_separate.jpg') 0 3px no-repeat;
    }

        .block_headerlinks > li:first-child
        {
            background: none;
        }

        .block_headerlinks > li a
        {
            color: #848484;
        }

            .block_headerlinks > li a:hover
            {
                color: #1b1b1b;
            }



/*============================>> Shoppping Cart <<=====================================*/

#shopping_cart
{
    width: 140px;
    position: absolute;
    right: 0px;
    top: 76px;
    padding-left: 54px;
    z-index: 10;
    margin-right: 30px;
}

    #shopping_cart > span
    {
        display: block;
        cursor: pointer;
    }

    #shopping_cart .cart_icon
    {
        background: #93D8F7;
        width: 52px;
        height: 39px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 10px 0 0 10px;
    }

        #shopping_cart .cart_icon em
        {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            background: url("../images/cart_icon.png") 50% 10px no-repeat;
        }

    #shopping_cart .cart_items
    {
        width: 100%;
        background: #f6f6f6;
        text-align: center;
        font-size: 14px;
        color: #1b1b1b;
        border-radius: 0 10px 10px 0;
        margin: 0 0 0 0px;
        padding: 9px 0;
        /*height: 22px;*/
    }

    #shopping_cart:hover .cart_icon em, #shopping_cart.active .cart_icon em
    {
        background-position: 50% -31px;
    }

    #shopping_cart:hover .cart_icon, #shopping_cart.active .cart_icon
    {
        background: #62B5DA;
    }

    #shopping_cart:hover .cart_items, #shopping_cart.active .cart_items
    {
        background-color: #444444;
        color: #fff;
    }

.cart_content
{
    overflow: hidden;
    opacity: 0;
    background: #fff;
    position: absolute;
    right: 0;
    top: 44px;
    border-radius: 10px;
    width: 0;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.10);
}

#shopping_cart.active .cart_content
{
    opacity: 1;
    width: 368px;
}

.cart_inner
{
    padding: 17px 19px 20px 19px;
}

.cart_list
{
}

    .cart_list > li
    {
        margin-bottom: 8px;
        background: url('../images/stripe1.jpg') 0 bottom repeat-x;
        padding-bottom: 2px;
    }

    .cart_list .product_image
    {
        width: 74px;
        padding: 6px 0;
    }

    .cart_list .product_desc
    {
        width: 167px;
    }

    .cart_list .product_quantity
    {
        width: 69px;
        color: #848484;
    }

        .cart_list .product_quantity span
        {
            font-size: 16px;
            color: #ee1b40;
        }

    .cart_list .delete
    {
        display: block;
        width: 20px;
        height: 20px;
        background: url('../images/delete_icon.png') no-repeat;
    }

        .cart_list .delete:hover
        {
            background-position: 0 -20px;
        }

    .cart_list table:after, .cart_content .total:after
    {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0;
        background: url('../images/stripe1.jpg') 0 0 repeat-x;
        content: "";
    }



.cart_content .total
{
    text-align: right;
    font-weight: bold;
    color: #1b1b1b;
    background: #f6f6f6;
    padding: 3px 38px 4px;
    position: relative;
}

    .cart_content .total span
    {
        color: #ee1b40;
        font-size: 16px;
    }

.cart_buttons
{
    text-align: right;
    padding: 10px 0 0;
}

    .cart_buttons a
    {
        display: inline-block;
        background: #8fa008; /* Old browsers */
        border-radius: 10px;
        margin-left: 2px;
        color: #fff;
        padding: 4px 24px 3px;
        border-bottom: 1px solid #8fa008;
    }

        .cart_buttons a.checkout:hover
        {
            background: #4E4E4E; /* Old browsers */
            color: #fff;
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            /*
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMjA0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzE5M2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ef2047 0%, #ec193c 100%); 

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef2047), color-stop(100%,#ec193c)); 

background: -webkit-linear-gradient(top,  #ef2047 0%,#ec193c 100%); 

background: -o-linear-gradient(top,  #ef2047 0%,#ec193c 100%); 

background: -ms-linear-gradient(top,  #ef2047 0%,#ec193c 100%); 

background: linear-gradient(to bottom,  #ef2047 0%,#ec193c 100%); 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2047', endColorstr='#ec193c',GradientType=0 ); 
*/
            border-color: #4E4E4E;
            color: #fff;
        }

        .cart_buttons a.view_cart
        {
            background: #e5e5e5; /* Old browsers */
            color: #000;
            border-color: #bbbbbb;
        }

            .cart_buttons a.view_cart:hover
            {
                background: #4E4E4E; /* Old browsers */
                color: #fff;
            }

/*================================>> Search Block <<========================================*/

#search
{
    overflow: hidden;
    width: 100%;
    clear: both;
    margin-top: 10px;
    border-radius: 10px;
}

    #search label
    {
        display: block;
        position: relative;
        margin: 0px;
        padding-right: 34px;
        overflow: hidden;
        border: solid thin #ccc;
        border-radius: 10px;
    }

    #search input
    {
        border: none;
        border-right: none;
        outline: none;
        background: #fff;
        border-radius: 10px 0 0 10px;
        font-family: 'Montserrat', Helvetica, sans-serif;
        font-size: 13px;
        color: #848484;
        margin: 0;
        padding: 10px 0 9px 13px;
        width: 100%;
        height: 16px;
    }

    #search a
    {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 35px;
        background: url('../images/search_but.png') 50% 8px no-repeat #fff;
        float: left;
        border-radius: 0 10px 10px 0;
        border-left: none;
    }

        #search a:hover
        {
            background-position: 50% -21px;
        }

/*********************************content*************************************/

#content
{
    padding: 0px 0px 30px;
    position: relative;
    z-index: 7;
}

.cont_pad
{
    padding: 9px 0 30px !important;
}



/*===============================>> Paragraphs <<=============================*/



p
{
    margin-bottom: 22px;
}

.p2
{
    margin-bottom: 11px;
}

.p3
{
    margin-bottom: 17px;
}

.p4
{
    margin-bottom: 24px;
}

.p5
{
    margin-bottom: 14px;
}

.p6
{
    margin-bottom: 0;
    font-size:12px;
}



/*================================>> LISTS <<========================================*/

.list1
{
}

    .list1 li
    {
        margin-bottom: 10px;
    }

    .list1 a
    {
        display: block;
        background: url(../images/marker1.png) 0 8px no-repeat;
        padding-left: 15px;
        font-size: 14px;
        color: #1b1b1b;
    }

        .list1 a:hover
        {
            color: #19aac5;
            background-position: 0 -24px;
        }



.list2
{
}

    .list2 li
    {
        background: url('../images/stripe3.png') repeat-x;
        padding-top: 1px;
    }

    .list2 a
    {
        display: block;
        background: url(../images/blue_marker.png) 21px 15px no-repeat;
        font-size: 16px;
        line-height: 19px;
        padding: 7px 0 7px 37px;
    }

    .list2 li:first-child
    {
        background: none;
    }



.accordion_content.pad1
{
    padding: 12px 0 14px;
}



.list3
{
    margin-top: -6px;
}

    .list3 li
    {
    }

        .list3 li a:after
        {
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            background: url("../images/stripe1.jpg") 0 0 repeat-x;
            content: "";
        }

        .list3 li.last > a:after
        {
            display: none;
        }

    .list3 a
    {
        background: url(../images/pink_marker.png) 20px 15px no-repeat;
        padding-left: 35px;
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 8px;
        padding-top: 7px;
        position: relative;
        display: block;
    }

        .list3 a:hover, .list2 a:hover
        {
            background-color: #f6f6f6;
            color: #0f93d3;
        }

    .list3 ul a
    {
        padding-left: 50px;
        font-size: 14px;
        color: #1b1b1b;
        background-position: 36px 15px;
    }

/*================================>> H <<========================================*/

h2, h3, h4
{
    font-weight: 400;
}

h2
{
    font-size: 26px;
    /*line-height: 37px;*/
    color: #E84855;
    /*background: url('../images/stripe1.jpg') 0 bottom repeat-x;

  padding-bottom: 14px;*/
}

    h2.pink
    {
        color: #ee1b40;
    }

    h2.black
    {
        font-family: 'Montserrat', Helvetica, sans-serif;
        color: #1b1b1b;
        border: none;
        background: none;
        padding-bottom: 1px;
        letter-spacing: 0px;
    }

.green
{
    color: #8fa008;
}

.celeste
{
    color: #0f93d3;
}

h2.ind
{
    margin-bottom: 15px;
}

h2.ind1
{
    margin-bottom: 20px;
}

h2.ind2
{
    margin-bottom: 21px;
}

h2.ind3
{
    margin-bottom: 11px;
}



h3
{
    font-size: 20px;
    /*line-height: 24px;*/
    color: #9DCBE0;
    /*background: url('../images/stripe1.jpg') 0 bottom repeat-x;*/
    padding: 10px 0 17px;
    letter-spacing: 1px;
    font-family: 'Montserrat' !important;
    font-weight: bold;
}

    h3.orange
    {
        color: #f5a503;
    }

    h3.orange1
    {
        color: #f5a503;
    }

    h3.green
    {
        color: #a3b513;
    }

    h3.green1
    {
        color: #a3b513;
    }

    h3.green2
    {
        padding: 0;
        border: none;
        color: #a3b513;
    }

    h3.blue
    {
        color: #19aac5;
    }

    h3.blue1
    {
        color: #19aac5;
    }

    h3.pink
    {
        color: #ee1b40;
    }

    h3.pink1
    {
        color: #ee1b40;
        padding: 0;
        border: none;
    }

    h3.pink2
    {
        color: #ee1b40;
        border-color: transparent;
    }

    h3.pink3
    {
        color: #ee1b40;
    }

    h3.pink4
    {
        color: #ee1b40;
        background: none;
        padding-top: 0;
    }

    h3.skyblue
    {
        color: #61BBE6;
    }



    h3.ind
    {
        margin-bottom: 17px;
    }

    h3.ind1
    {
        margin-bottom: 18px;
    }

    h3.ind2
    {
        margin-bottom: 20px;
    }

    h3.ind3
    {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }

    h3.ind4
    {
        margin-bottom: 24px;
    }

    h3.ind5
    {
        margin-bottom: 21px;
    }



.ext_title
{
    background: none !important;
    margin-bottom: 0 !important;
}



h4, h4 a
{
    font-size: 16px;
    line-height: 24px;
    color: #1b1b1b;
    font-weight: bold;
    font-family: 'Montserrat', Helvetica, sans-serif !important;
}

    h4 a:hover
    {
        color: #19aac5;
    }

    h4.blue, h4.blue a
    {
        color: #1b1b1b;
    }

        h4.blue a:hover
        {
            color: #19aac5;
        }

    h4.ind
    {
        margin-bottom: 19px;
    }

    h4.ind1
    {
        margin-bottom: 17px;
    }



h5
{
    font-weight: bold;
    color: #1b1b1b;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*================================>> GOOGLE FONTS  <<========================================*/

.main-menu .sf-menu > li > a, .banners1, #menu-icon, .btn1, .btn2, .btn3, .btn4
{
    font-family: 'Montserrat', sans-serif;
}

    .banners1 .font2
    {
        font-family: 'Pacifico', cursive;
    }



h2, h3, .m-caption, .social_block1, footer h4, .headers, h5, .info_404
{
    font-family: 'Luckiest Guy', cursive;
}



.slide_button, .sliderContainer .caption2 > span.font3, .sliderContainer .caption2 > span.font4, .sliderContainer .caption2 > span.font5, .sliderContainer .caption2 > span.font6, .sliderContainer .caption3 > span.font3, .sliderContainer .caption3 > span.font4, .sliderContainer .caption3 > span.font5
{
    font-family: 'Montserrat', sans-serif;
}

/*================================>> hovers <<========================================*/

#shopping_cart span, .cart_buttons a, .cart_content, .main-menu .sf-menu a, .main-menu .sf-menu a .menu-arrow, #search a, .slide_button, .add_to_cart, .add_to_cart_view, .detail_view, #newsletter a, .list1 a, .from_blog_list a, #twitter a, .footer_menu a, .banners1 a, .rating span, .like_us span, .sorting_block #view a, .categories_nav .buttons a, .add_product, .add_product em, .accordion > li > a i, .accordion > li > a, .partners_block li a, .wishlist .add_to_cart2, .wishlist .delete_item_cart, .banners1 a span, h2 a, .button, .banner6 span, .categories a, a.img_wrap1, .add_review, #flickr_badge a, .form_btn, .list3 a, .banner5 a span, .sliderContainer .prevContainer, .sliderContainer .nextContainer, .elements_buttons a, .list2 a, .panel_button, #menu-icon, .product_buttons a em, .add_to_cart, .add_to_cart_view
{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



    .ls-nav-prev, .ls-nav-next, .btn-arrow, .product_buttons, .lat_product .inner, .bestseller .inner, .brand-sl .inner, .lat_product .inner img, .bestseller .inner img, .brand-sl .inner img, a, #newsletter a em, #shopping_cart em, .owl-buttons div
    {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }



/********************************* MAIN PAGE*************************************/


.ext_list > li, .ext_box
{
    overflow: hidden;
}

    .ext_list > li > figure, .ext_box > figure
    {
        float: left;
    }

    .ext_list > li > div, .ext_box > div
    {
        overflow: hidden;
    }



.banners1
{
}

    .banners1 li
    {
        margin-bottom: 6px;
    }

    .banners1 div
    {
    }

    .banners1 a, .banner6 a
    {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .banners1 a img, .banner6 a img
        {
            width: 100%;
        }

        .banners1 a span, .banner6 a span
        {
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            overflow: hidden;
            opacity: 0;
            position: absolute;
        }

        .banners1 a:hover span, .banner6 a:hover span
        {
            opacity: 1;
        }

.m_bot1
{
    margin-bottom: 31px;
}

.m_bot2
{
    margin-bottom: 30px;
}

.m_bot3
{
    margin-bottom: 15px;
}

.m_bot4
{
    margin-bottom: 21px;
}

.m_bot5
{
    margin-bottom: 25px;
}

.m_bot6
{
    margin-bottom: 19px;
}

.m_bot7
{
    margin-bottom: 13px;
}



.p_top_zero
{
    padding-top: 0 !important;
}





.ls-bottom-nav-wrapper
{
    z-index: 9999 !important;
}

.ls-layer
{
    z-index: 1 !important;
}

/****************************** Main_Page> Latest Products ******************************/

.latest_product_box
{
    margin-bottom: 0px;
}

.lat_product, .bestseller, .brand-sl
{
    /*background: url('../images/stripe2.jpg') repeat-y;*/
    text-align: center;
    min-height: 201px;
    position: relative;
    padding: 15px 20px 0;
}

.brand-sl
{
    min-height: inherit !important;
}

.carousel_box
{
    position: relative;
}

.owl-buttons div
{
    width: 8px;
    cursor: pointer;
    height: 12px;
    display: block;
    position: absolute;
    top: -35px;
}

.owl-prev
{
    background: url('../images/car_prev.png') no-repeat;
    right: 23px;
}

.owl-next
{
    background: url('../images/car_next.png') no-repeat;
    right: 0px;
}

.owl-buttons div:hover
{
    background-position: 0 -12px !important;
}

.lat_product h4, .lat_product h4 a, .bestseller h4, .bestseller h4 a
{
    font-size: 13px;
}

.list_carousel
{
    margin: 0 0 4px 0px;
    width: auto;
}

#bestsellers div:first-child .bestseller,
#brands div:first-child .brand-sl,
#latest_products div:first-child .lat_product
{
    background: none;
}

.brands
{
    margin-top: 30px;
}

.lat_product figure
{
    margin-bottom: 15px;
    padding: 0 0px 0;
}

.bestseller figure,
.brand-sl figure
{
    padding: 0 10px;
    margin-bottom: 15px;
}

.price
{
    font-size: 16px;
    /*line-height: 24px;*/
    color: #4B9CC3;
    /*margin: 5px 0 15px;*/
}

.product-text
{
    width: 100%;
    /*min-height:60px;*/
}

#latest_products .item,
#bestseller .item
{
    border: solid 1px white;
    padding-bottom: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    #latest_products .item:before,
    #bestseller .item:before
    {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0px;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    #latest_products .item:hover:before, #latest_products .item:focus:before, #latest_products .item:active:before,
    #bestseller .item:hover:before, #bestseller .item:focus:before, #bestseller .item:active:before
    {
        left: 0;
        right: 0;
    }

/**********/

.sale_label, .new_label
{
    display: block;
    position: absolute;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    top: 14px;
    left: 15px;
    text-transform: uppercase;
    background: #8fa008;
    padding: 4px 13px;
    z-index: 10;
}

.sale_price
{
    color: #848484;
    text-decoration: line-through;
}

.new_label
{
    background: #0F9FE4;
}



.lat_product:hover .product_buttons a,
.bestseller:hover .product_buttons a,
#category > li:hover .product_buttons a
{
    opacity: 1;
}



.product_buttons
{
    overflow: hidden;
    padding-bottom: 2px;
    padding: 0;
    min-height: 35px;
    margin-top: 20px;
}

    .product_buttons a
    {
        opacity: 0;
        display: block;
        float: left;
        position: relative;
        border-radius: 10px;
        text-transform:lowercase;
    }

.add_to_cart, .add_to_cart2, .add_to_cart_view
{
    width: 100%;
    height: 34px;
    background: #0F93D3;
}

    .add_to_cart:hover, .add_to_cart2:hover, .add_to_cart_view
    {
        background: #0C78AD;
    }



.product_buttons a em
{
    display: block;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    background: url('../images/cart_icon.png') 50% 7px no-repeat;
}

.product_buttons a.add_to_cart_view em
{
    display: block;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    background: url('../images/view_prod.png') 50% 7px no-repeat;
}


.product_buttons a:hover em
{
    background-position: 50% -33px;
}

.detail_view, .delete_item_cart
{
    width: 100%;
    background: #e5e5e5;
    padding: 6px 0;
    margin-left: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}

@media (max-width: 1200px) and (min-width: 1024px)
{
    .detail_view, .delete_item_cart
    {
        /*margin-top: 5px;*/
        margin-left: 5px;
    }
}

.detail_view:hover, .delete_item_cart:hover
{
    color: #fff;
    background: #9E9E9E;
}

.product_buttons a
{
text-align:center;
}

.img_wrap, .fb_followers a
{
    display: inline-block;
    padding: 4px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
}

.img_wrap
{
    border-radius: 10px;
    padding: 4px;
}

a.img_wrap:hover, .fb_followers a:hover
{
    border-color: #4B9CC3;
}



.img_wrap1, #flickr_badge a
{
    display: block;
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}

    a.img_wrap1:hover, #flickr_badge a:hover
    {
        background: #f23a5c;
    }

/****************************** Main Page>Categories_list ********************************/

.categories
{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}

    .categories li
    {
        margin-bottom: 1px;
    }

    .categories a
    {
        display: block;
        padding: 7px 0 6px 35px;
        color: #1b1b1b;
        background: url('../images/blue_marker.png') 20px 15px no-repeat;
        position: relative;
    }

        .categories a:after
        {
            display: block;
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: -1px;
            left: 0;
            background: url('../images/stripe1.jpg') 0 bottom repeat-x;
            content: "";
        }

        .categories a .menu-arrow
        {
            display: block;
            width: 8px;
            height: 5px;
            right: 20px;
            bottom: 12px;
            background: url('../images/cat_arrow.png') no-repeat;
            position: absolute;
        }

    .categories li.sfHover .menu-arrow
    {
        background-position: 0 -5px;
    }

    .categories a:hover
    {
        background-color: #f6f6f6;
        color: #0f93d3;
    }

    .categories ul a
    {
        background-position: 35px 15px;
        padding-left: 50px;
    }

    .categories .last_item a:after
    {
        display: none;
    }



.link1
{
    color: #36a4bf;
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 16px;
}

.link2
{
    color: #36a4bf;
}



/*==============================>> Top Rated Block <<=================================*/

.top_rated_block
{
    padding: 20px 0 0 0;
    font-size: 16px;
}

    .top_rated_block h3
    {
        border: none;
    }

    .featured_product ul, .top_rated_block ul
    {
        border-radius: 10px;
    }

        .top_rated_block ul > li, .featured_product ul > li
        {
            padding: 23px 19px 25px;
            background: url('../images/stripe1.jpg') 0 bottom repeat-x;
        }

        .featured_product ul > li
        {
            padding: 23px 19px 17px;
        }

        .top_rated_block ul figure, .featured_product ul figure
        {
            margin: 4px 21px 0 0;
        }



.rating
{
    overflow: hidden;
    margin-top: -1px;
}

    .rating span
    {
        display: block;
        float: left;
        width: 17px;
        margin-right: 1px;
        cursor: pointer;
        height: 15px;
        background: url('../images/rating_stars.png') no-repeat;
    }

        .rating span.active
        {
            background-position: 0 -15px;
        }





/*********************************Block BreadCrump*************************************/

.breadcrump
{
   /* background: #f6f6f6;
    border-radius: 10px;
    padding: 9px 20px;
    font-size: 13px;
    color: #848484;
    margin-bottom: 15px;*/
        padding: 9px 20px;
    font-size: 12px;
    color: #848484;
    margin-bottom: 15px;
    margin-left: -15px;
}

    .breadcrump ul
    {
        overflow: hidden;
    }

        .breadcrump ul > li
        {
            float: left;
            margin-left: 12px;
            padding-left: 14px;
            background: url('../images/bredcrump_marker.png') 0 8px no-repeat;
        }

            .breadcrump ul > li:first-child
            {
                background: none;
                margin-left: 0;
                padding-left: 0;
            }

    .breadcrump a
    {
        color: #1b1b1b;
    }

        .breadcrump a:hover
        {
            color: #848484;
        }

/*=============================>> Sorting Block <<====================================*/

.sorting_block
{
    color: #848484;
    padding: 25px 0 11px;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
    background: url('../images/stripe1.jpg') 0 bottom repeat-x;
}

    .sorting_block #sort
    {
        float: left;
        position: relative;
        width: 100%;
    }

        .sorting_block #sort ul
        {
            position: absolute;
            overflow: hidden;
            width: 220px;
            position: absolute;
            right: 0px;
            top: -5px;
            background: #ffffff;
            border-radius: 10px;
            border: 1px solid #e2e2e2;
        }

            .sorting_block #sort ul a, .slct3, .slct4
            {
                display: block;
                padding: 4px 10px 5px;
                color: #848484;
            }

                .sorting_block #sort ul a:hover
                {
                    background: #f6f6f6;
                    color: #1b1b1b;
                }

            .sorting_block #sort ul li
            {
                border-bottom: 1px solid #e2e2e2;
            }

                .sorting_block #sort ul li.last_item
                {
                    border: none;
                }

        .sorting_block #sort label
        {
            display: block;
            float: left;
        }

            .sorting_block #sort label.criterion
            {
                /*width: 211px;*/
                position: relative;
                margin-right: 20px;
            }

            .sorting_block #sort label.show
            {
                /*width: 111px;*/
                position: relative;
            }

                .sorting_block #sort label.show ul
                {
                    width: 60px;
                }

            .sorting_block #sort label span
            {
                display: block;
                float: left;
            }

.slct3, .slct4
{
    float: left;
    background: #f6f6f6;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    margin: -5px 0 0 11px;
    width: 129px;
    padding-bottom: 4px !important;
}

.slct4
{
    width: 39px;
}

    .slct3:after, .slct4:after
    {
        width: 12px;
        height: 6px;
        right: 6px;
        top: 8px;
        z-index: 99;
        background: url('../images/menu-arrow2.png') no-repeat;
        content: "";
    }

.sorting_block #view
{
    float: right;
    text-align: right;
}

    .sorting_block #view label
    {
        overflow: hidden;
    }

    .sorting_block #view span
    {
        /*display: block;
        float: left;*/
    }

    .sorting_block #view a.view_icon1
    {
        background: url('../images/view_ico1.png') 50% 8px no-repeat;
    }

    .sorting_block #view a.view_icon2
    {
        background: url('../images/view_ico2.png') 50% 8px no-repeat;
    }

    .sorting_block #view a
    {
        width: 36px;
        height: 29px;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        border-radius: 10px;
        /*float: left;*/
        margin: -5px 0 0 5px;
    }

        .sorting_block #view a:hover, .sorting_block #view a.active
        {
            background-position: 50% -15px;
            border-bottom: 1px solid #aaaaaa;
            background-color: #e2e2e2;
        }



#category.list
{
    padding-top: 13px;
}



#category.list
{
    padding: 15px 0 0;
}

    #category.list > li
    {
        padding-bottom: 20px;
        background: url('../images/stripe1.jpg') 0 bottom repeat-x;
        margin-bottom: 21px;
        position: relative;
    }

        #category.list > li > div
        {
            overflow: hidden;
        }

            #category.list > li > div > figure
            {
                margin: 0 20px 0 0;
                float: left;
            }

            #category.list > li > div > div
            {
                padding-top: 5px;
                overflow: hidden;
            }

    #category.list h4
    {
        margin-bottom: 5px;
    }

    #category.list .description
    {
        color: #848484;
    }

    #category.list .price
    {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #category.list .detail_view
    {
        text-align: center;
        text-transform: lowercase;
    }

    #category.list .info
    {
        right: 0;
        top: 4px;
        position: absolute;
        overflow: hidden;
    }

.info .review, .info .rating
{
    float: left;
}

.info .review
{
    font-size: 13px;
}

.info .rating
{
    margin: 1px 0 0 8px;
}

/********************************* Categories_Block *************************************/

.category_image
{
    display: block;
}

    .category_image img
    {
        width: 100%;
    }





/*===========================>> Categories Grid <<================================*/

#category.grid
{
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

    #category.grid > li
    {
        width: 19%;
        float: left;
        text-align: center;
        position: relative;
        margin-bottom: 31px;
        border: solid thin white;
    }


        #category.grid > li:before
        {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            right: 50%;
            bottom: 0px;
            background: #2098d1;
            height: 4px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        #category.grid > li:hover:before, #category.grid > li:focus:before, #category.grid > li:active:before
        {
            left: 0;
            right: 0;
        }


        #category.grid > li > div
        {
            margin: 0 6%;
            position: relative;
            padding: 15px 0;
            padding-top: 0px;
        }


        #category.grid > li:after
        {
            display: block;
            position: absolute;
            left: 0;
            top: -15px;
            height: 1px;
            width: 100%;
            background: url('../images/stripe1.jpg') 0 bottom repeat-x;
            content: "";
        }

        #category.grid > li > div:after
        {
            display: block;
            position: absolute;
            left: -7.2%;
            top: 0;
            width: 1px;
            height: 100%;
            background: url('../images/stripe2.jpg') repeat-y;
            content: "";
        }

        #category.grid > li:first-child > div:after
        {
            display: none;
        }

        #category.grid > li figure
        {
            margin-bottom: 16px;
        }

        #category.grid > li a.add_to_cart
        {
        }

        #category.grid > li a.detail_view
        { /*width: 100%;margin-left: 0px;float: none;*/
          font-size: 13px;
        }

        #category.grid > li .product_buttons
        {
            position: relative;
            width: 90%;
            margin: auto;
        }

        #category.grid > li figure img, .lat_product img, .bestseller img, .brand-sl img
        {
            -moz-transition: all 0.4s ease 0s;
            -webkit-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
        }

    #category.grid.related > li
    {
        width: 24% !important;
    }



    #category.grid > li figure a:hover img, .lat_product figure:hover img, .bestseller figure:hover img, .brand-sl figure:hover img
    {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    #category.grid .description, #category.grid .rating, #category.grid .review
    {
        display: none;
    }



/*============================>> Categories Nav <<=====================================*/

.categories_nav
{
    color: #848484;
    font-size: 13px;
    padding: 10px 0 0;
    margin-bottom: 30px;
}

    .categories_nav .showing
    {
        float: left;
        padding-top: 4px;
    }

    .categories_nav .buttons
    {
        overflow: hidden;
        float: right;
    }

        .categories_nav .buttons a
        {
            width: 28px;
            display: block;
            float: left;
            background: #f6f6f6;
            border-radius: 10px;
            margin-left: 5px;
            padding: 3px 0;
            height: 22px;
            border: 1px solid transparent;
            text-align: center;
        }

            .categories_nav .buttons a.next
            {
                background: url('../images/category_next.png') 50% 9px no-repeat #f6f6f6;
            }

            .categories_nav .buttons a.prev
            {
                background: url('../images/category_prev.png') 50% 9px no-repeat #f6f6f6;
            }

            .categories_nav .buttons a.end
            {
                background: url('../images/category_end.png') 50% 9px no-repeat #f6f6f6;
            }

            .categories_nav .buttons a:hover
            {
                color: #19aac5;
                background-position: 50% -11px;
            }





/*============================>> Price Filter <<======================================*/

.price_filter
{
    padding: 20px 0 0;
}



    .price_filter #price_slider
    {
        background: #f6f6f6;
        border: 1px solid #e2e2e2;
        height: 6px;
        border-radius: 0;
        font-size: 16px;
        position: relative;
    }

.sliderCont
{
    padding: 3px 21px 0 27px;
}

.price_filter #price_slider .ui-widget-header
{
    background: none;
}

.price_filter #price_slider a
{
    width: 10px;
    height: 16px;
    border: none;
    position: absolute;
    border-radius: 5px;
    background: #a5b715;
    top: -5px;
    display: block;
    cursor: pointer;
}

.price_filter #price_slider .ui-corner-all:hover
{
    background: #b1c228;
}



.formCost
{
    padding: 21px 20px 0 21px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .formCost span
    {
        color: #36a4bf;
        font-size: 16px;
    }

    .formCost input
    {
        width: 30px;
        border: none;
        background: none;
        margin: 0;
        outline: none;
    }

    .formCost > label
    {
        float: right;
    }



.featured_product
{
    margin-bottom: 25px;
}



/*================================>> Tags <<========================================*/

.tags
{
}

    .tags > li
    {
        overflow: hidden;
        margin-bottom: 0px;
    }

    .tags a
    {
        width: 95%;
        text-align: center;
        margin-bottom: 5px;
        display: block;
        float: left;
        background: #f6f6f6;
        border-radius: 10px;
        margin-right: 3px;
    }

        .tags a span
        {
            color: #848484;
        }

        .tags a:hover, .tags a:hover span
        {
            color: #19aac5;
        }



/*=============================>> Product Page <<====================================*/

.product
{
    color: #848484;
}

    .product .price
    {
        margin-top: 9px;
        margin-bottom: 16px;
    }

.product_head
{
    width: 100%;
    height: auto;
    float: left;
}

.product_title
{
width: 60%;
}
.product_brand
{
width: 40%;
}

.product_title, .product_brand
{
    height: auto;
    float: left;
    /*margin-bottom:20px;*/
}

.product_brand
{
    text-align: right;
}

/*.product_brand img {
	width:110px;
	margin-top:-30px;
}
*/
.product_info
{
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    float: left;
}

.write_view
{
    color: #36a4bf;
}

.product_info .rating
{
    padding-top: 3px;
    margin-right: 10px;
}

.product_info > div
{
    float: left;
}

.product .product_info
{
    margin-bottom: 8px;
}


.share-button {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px; /* Agrega margen a la derecha del bot�n */
    background-color: #f0f0f0;
    text-align: center;
    line-height: 24px;
    transition: background-color 0.3s;
    border: 1px solid #ccc; /* Agrega un borde al bot�n */
    padding: 2px; /* A�ade un espacio entre el borde y el contenido del bot�n */
}

    .share-button img {
        width: 100%;
        height: 100%;
    }

    .share-button:hover {
        background-color: #d0d0d0;
    }

/*================================>> ZOOM BOX <<========================================*/

.slidezoom
{
    width: 100%;
    height: auto;/* 470px;*/
    margin-bottom: 8px;
}

.product_carousel_wrap
{
    padding: 10px 31px 0 30px;
}

    .product_carousel_wrap .owl-next,
    .product_carousel_wrap .owl-prev
    {
        width: 25px;
        height: 25px;
        margin: 0px 0 0;
        display: block;
        position: absolute;
        top: 40px;
        cursor: pointer;
        text-indent: -9999px;
    }

.owl-controls clickable {
    display: block !important;
}

    .product_carousel_wrap .owl-next
    {
        right: -30px;
        background: url('../images/flex_next.png') no-repeat;
    }

    .product_carousel_wrap .owl-prev
    {
        left: -30px;
        background: url('../images/flex_prev.png') no-repeat;
    }

    .product_carousel_wrap .owl-buttons div:hover
    {
        background-position: 0 -25px !important;
    }

#product_carousel .carousel_item img
{
    cursor: pointer;
}



.zoom
{
    display: block;
    position: relative;
}

    .zoom img:first-child
    {
        width: 100%;
    }



    /* magnifying glass icon */

    .zoom:after
    {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(icon.png);
    }



    .zoom img
    {
        display: block;
        cursor: pointer;
    }



        .zoom img::selection
        {
            background-color: transparent;
        }



/*================================>> Product Cart <<========================================*/

.product_cart
{
    position: relative;
    overflow: hidden;
    padding-bottom: 21px;
    background: url('../images/stripe1.jpg') 0 bottom repeat-x;
}

.qty input
{
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 14px;
    color: #1b1b1b;
    padding: 9px 8px 10px;
    width: 43px;
    height: 16px;
    border-radius: 10px;
}

.qty span
{
    display: inline-block;
    padding: 7px 0 0;
    width: 64px;
}

.qty label
{
    display: inline-block;
    position: relative;
}

.qtyBtn
{
    position: absolute;
    width: 8px;
    height: 8px;
    right: 10px;
}

.plus
{
    top: 7px;
    background: url('../images/plus.png') no-repeat;
}

.mines
{
    top: 24px;
    background: url('../images/minus.png') no-repeat;
}



.add_product
{
    border-radius: 10px;
    background: #F37225; /* Old browsers */
    display: inline-block;
    padding: 7px 31px 3px 13px;
    margin-left: 6px;
    font-size: 15px;
    color: white;
}

    .add_product em
    {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-right: 10px;
        margin-top: -1px;
        background: url('../images/cart_icon.png') 0 2px no-repeat;
    }

    .add_product:hover
    {
        background: #4e4e4e;
        color: #fff;
    }

        .add_product:hover em
        {
            background-position: 0 -39px;
        }



/*================================>> add info <<========================================*/

.add_info
{
    padding: 13px 0 14px;
}

    .add_info dd
    {
        background: url('../images/stripe3.png') 0 bottom repeat-x;
        margin-bottom: 6px;
        padding: 0 19px 6px;
    }

        .add_info dd.last
        {
            margin-bottom: 0;
            border: none;
            padding-bottom: 0;
            background: none;
        }

        .add_info dd strong
        {
            display: inline-block;
            min-width: 77px;
        }

/*================================>> Social BTNS <<========================================*/

.social_btns
{
    padding: 15px 0 9px;
}



.tags1 a
{
    color: #1b1b1b;
}

    .tags1 a:hover
    {
        color: #ee1b40;
    }



.banner5
{
    position: relative;
    margin: 35px 0 25px;
}

    .banner5 img
    {
        width: 100%;
    }

    .banner5 span
    {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
        top: 0;
    }

    .banner5 a:hover span
    {
        opacity: 1;
    }



/*============================>> Related Products <<=================================*/

.related > li
{
    margin-bottom: 0 !important;
}

.related1 > li
{
    width: 16.66% !important;
}

/*================================>> Reviews <<========================================*/

.review_info
{
    overflow: hidden;
    padding: 13px 18px 0 20px;
    margin-bottom: 14px;
}

.qty_review
{
    float: left;
    font-size: 16px;
}

.average_rating em
{
    font-style: normal;
    display: block;
    float: left;
    margin: -3px 8px 0 -3px;
}

.average_rating
{
    float: right;
    overflow: hidden;
    font-size: 13px;
    color: #848484;
    padding-top: 5px;
    padding-left: 3px;
}



.review_list
{
    padding-bottom: 20px;
}

    .review_list > li
    {
        padding: 0 20px 21px 19px;
        margin-bottom: 20px;
        position: relative;
        background: url('../images/stripe3.png') 0 bottom repeat-x;
    }

    .review_list .rating
    {
        position: absolute;
        right: 18px;
        top: 3px;
    }

    .review_list > li > div
    {
        padding-top: 3px;
        font-size: 13px;
        line-height: 20px;
    }

    .review_list > li > figure
    {
        margin: 0 20px 0 0;
        border: 1px solid #e2e2e2;
    }

.author
{
    font-size: 13px;
    color: #848484;
    margin-bottom: 5px;
}

    .author strong
    {
        color: #1b1b1b;
        font-size: 14px;
    }

.add_review
{
    margin-bottom: 22px;
    margin-left: 19px;
}



/*================================>> Blog <<========================================*/



.blog_list img
{
    width: 100%;
    border-radius: 10px;
}

.blog_list p
{
    margin-bottom: 11px;
}

.blog_list > li
{
    background: url('../images/stripe1.jpg') 0 bottom repeat-x;
    padding-bottom: 31px;
    margin-bottom: 30px;
}

.blog_img
{
    margin-bottom: 20px;
}

.blog
{
}

    .blog > div
    {
        padding-top: 8px;
    }

    .blog > figure
    {
        margin: 0 29px 0 0;
        padding-bottom: 14px;
        width: 71px;
        text-align: center;
        background: url('../images/stripe2.jpg') right 0 repeat-y;
        color: #90a00f;
        font-size: 12px;
        line-height: 36px;
        text-transform: uppercase;
    }

        .blog > figure time
        {
            display: block;
            padding: 8px 0;
            background: url('../images/stripe1.jpg') 0 bottom repeat-x;
            margin-bottom: 20px;
        }

            .blog > figure time strong
            {
                display: block;
                font-size: 30px;
                letter-spacing: 3px;
                margin-bottom: -10px;
            }

    .blog .comments
    {
        display: block;
        position: relative;
        width: 42px;
        margin: 0 auto 8px;
        border-radius: 5px;
        background: #f6f6f6;
        font-size: 16px;
        line-height: 20px;
        padding: 5px 0 6px;
    }

        .blog .comments:after
        {
            width: 8px;
            height: 8px;
            position: absolute;
            display: block;
            bottom: -7px;
            right: 9px;
            background: url('../images/comments_after.png') no-repeat;
            content: "";
        }

    .blog h2
    {
        margin-bottom: 0;
    }

.blog_info
{
    font-size: 13px;
    color: #848484;
    margin: -5px 0 13px;
}



#blog_tabs
{
    padding-top: 3px;
}



.popular_list > li
{
    padding: 20px 20px 21px 19px;
    margin-bottom: 0px;
    background: url('../images/stripe3.png') 0 bottom repeat-x;
}

    .popular_list > li > div
    {
    }

.popular_list h4, .rel_article h4
{
    line-height: 24px;
}

.popular_list > li > figure, .rel_article > figure
{
    margin: 0 20px 0 0;
}

.pop_info
{
    font-size: 13px;
    color: #848484;
}

#blog_tabs .rating
{
    position: static;
    margin: 5px 0;
}

#blog_tabs .review_list
{
    padding-top: 20px;
}

#blog_tabs .responsive-tabs
{
    margin-bottom: 30px;
}

.banner6
{
    margin-bottom: 15px;
}

#blog_tabs .responsive-tabs__list__item
{
    padding-left: 10px;
    padding-right: 10px;
}





.single_blog
{
    background: url('../images/stripe1.jpg') 0 bottom repeat-x;
    padding-bottom: 21px;
    margin-bottom: 25px;
}

    .single_blog > div
    {
        position: relative;
    }

.rel_article
{
    background: url('../images/stripe2.jpg') right 0 repeat-y;
}





/*==============================>> Comments Block <<===================================*/

.comments_block
{
    padding: 40px 0 0;
}

    .comments_block h3
    {
        padding: 0;
        margin-bottom: 10px;
        border: none;
    }

    .comments_block .comments
    {
        background: #f6f6f6;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
    }

.comments > li
{
    background: url('../images/stripe3.png') 0 bottom repeat-x;
    padding: 20px 20px 21px 19px;
    font-size: 13px;
    line-height: 20px;
}

    .comments > li > div
    {
        padding: 3px 0px 0 0;
        position: relative;
    }

    .comments > li > figure
    {
        border: 1px solid #e2e2e2;
        margin: 0 19px 0 0;
    }

.comments .author
{
    margin-bottom: 5px;
}

.comments > li.reply_item
{
    padding-left: 39px;
}

.comments .reply_link
{
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    color: #36a4bf;
}

    .comments .reply_link:hover
    {
        text-decoration: underline;
    }





.tabs_comment > li
{
    font-size: 16px;
    background: url('../images/stripe3.png') 0 bottom repeat-x;
    padding: 18px 18px 18px;
    color: #848484;
}



/*==============================>> Leave coment <<=====================================*/

.leave_comment
{
    padding-top: 25px;
}



#comment_form
{
}

    #comment_form label
    {
        display: block;
        overflow: hidden;
        min-height: 54px;
    }

    #comment_form input, #comment_form textarea
    {
        margin: 0;
        background: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        padding: 8px 8px 8px;
        font-family: 'Montserrat', Helvetica, sans-serif;
        font-size: 14px;
        color: #1b1b1b;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    #comment_form textarea
    {
        height: 154px;
    }

    #comment_form input.name
    {
        float: left;
        width: 49%;
    }

    #comment_form input.email
    {
        float: right;
        width: 49%;
    }

    #comment_form .add_review
    {
        margin: 19px 0 0 0px;
    }



/*================================>> Flickr Box <<========================================*/

.flickr_box
{
    padding: 20px 0 0;
}

#flickr_badge > div
{
    float: left;
    margin: 0 3% 15px 0;
}

#flickr_badge a
{
    display: inline-block;
}

#flickr_badge img
{
    width: 68px;
    height: 68px;
}

.img
{
    width: 100%;
}

/*==============================>> Blog Page End <<=====================================*/



/*============================>> Global Table styles <<====================================*/

.table_wrap
{
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    border-collapse: collapse;
}

table
{
    border: none !important;
}

    table tr td:last-child, table tr th:last-child
    {
        border-right: none;
    }

    table tr:last-child td
    {
        border-bottom: none;
    }





/*============================>> Typography Page <<================================*/

.headers
{
    padding: 5px 0 0;
}

    .headers h1
    {
        color: #ee1b40;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 2px;
        letter-spacing: 1px;
    }

    .headers h2
    {
        font-size: 30px;
        color: #a3b513;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .headers h3
    {
        font-size: 24px;
        line-height: 29px;
        color: #ee1b40;
        margin-bottom: 5px;
        letter-spacing: 1px;
    }

    .headers h4
    {
        font-size: 20px;
        line-height: 24px;
        color: #19aac5;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .headers h5
    {
        font-size: 18px;
        line-height: 22px;
        color: #ee1b40;
        margin-bottom: 9px;
    }

    .headers h6
    {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px;
        color: #a3b513;
    }

    .headers h1, .headers h2, .headers h3, .headers h4, .headers h5, .headers h6
    {
        padding: 0;
        border: none;
        font-weight: normal;
    }



.dropcap_list
{
    padding-top: 1px;
}

    .dropcap_list li
    {
        overflow: hidden;
        margin-bottom: 18px;
    }

    .dropcap_list p
    {
        margin-bottom: 0;
    }

        .dropcap_list p:first-letter
        {
            font-size: 41px;
            display: block;
            float: left;
            margin: 8px 6px 0 0;
            color: #a3b513;
        }

.drop_item1 p:first-letter
{
    color: #19AAC5;
}

.drop_item2 p:first-letter
{
    color: #ee1b40;
}

.drop_item3 p:first-letter
{
    color: #f5a503;
}

.drop_item4 p:first-letter
{
    color: #90a00f;
}



.blockquote
{
    position: relative;
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
    font-style: italic;
    font-size: 14px;
    float: none;
    margin: 10px 0;
    border-radius: 10px;
}

    .blockquote .inner
    {
        padding: 15px 25px 16px 52px;
    }

    .blockquote:after, .blockquote:before
    {
        display: block;
        position: absolute;
        width: 32px;
        height: 22px;
        content: "";
    }

    .blockquote:after
    {
        right: 14px;
        bottom: 24px;
    }

    .blockquote:before
    {
        left: 14px;
        top: 24px;
    }

blockquote.blue
{
    color: #19aac5;
}

    blockquote.blue:before
    {
        background: url('../images/blue_quote1.png') no-repeat;
    }

    blockquote.blue:after
    {
        background: url('../images/blue_quote2.png') no-repeat;
    }



blockquote.green
{
    color: #90a00f;
}

    blockquote.green:before
    {
        background: url('../images/green_quote1.png') no-repeat;
    }

    blockquote.green:after
    {
        background: url('../images/green_quote2.png') no-repeat;
    }



blockquote.pink
{
    color: #ee1b40;
    width: auto;
    margin: 0 0px 0 0px;
}

    blockquote.pink:before
    {
        background: url('../images/red_quote1.png') no-repeat;
    }

    blockquote.pink:after
    {
        background: url('../images/red_quote2.png') no-repeat;
    }



/*=============================>> Elements Page <<====================================*/

.tab_box1
{
    margin-bottom: 11px;
}

    .tab_box1 > div
    {
        overflow: visible;
    }

    .tab_box1 > figure
    {
        margin: 1px 0px 15px 0;
        float: none;
    }

        .tab_box1 > figure a
        {
            display: block;
        }

            .tab_box1 > figure a img
            {
                width: 100%;
            }

.img_indent1
{
    margin: 3px 19px 0 0;
}

.img_indent2
{
    margin: 3px 0px 0 19px;
}



.table_ind
{
    margin-bottom: 25px;
}

.elements_table
{
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    width: 100%;
    margin-top: -1px;
    text-align: left;
    color: #848484;
}

    .elements_table th
    {
        background: #f6f6f6;
        font-size: 16px;
        padding: 10px 0 7px;
        font-weight: normal;
        text-align: center;
    }

    .elements_table td.td2
    {
        color: #1b1b1b;
    }

    .elements_table td.pink
    {
        color: #ee1b40;
        font-weight: bold;
    }

    .elements_table th, .elements_table td
    {
        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .elements_table td
    {
        padding: 6px 0 5px;
        text-align: center;
    }

    .elements_table th.first
    {
        border-radius: 4px 0 0 0;
    }

    .elements_table td
    {
    }

    .elements_table th
    {
        color: #1b1b1b;
    }

th.pink
{
    color: #ee1b40;
}

.elements_pag
{
    margin: 10px 0 0 -5px;
}



.columns
{
    padding: 1px 0 0;
    margin-bottom: 19px;
}

    .columns > li
    {
        margin-bottom: 18px;
    }



.alerts
{
}

    .alerts > li
    {
        border-radius: 10px;
        font-weight: bold;
        position: relative;
        border: 1px solid #000;
        padding: 8px 20px 6px;
        margin-bottom: 10px;
        letter-spacing: 0px;
    }

        .alerts > li.orange
        {
            background: #fff5b2;
            border-color: #ffde00;
        }

        .alerts > li.pink
        {
            background: #fabac5;
            border-color: #ee1b40;
        }

        .alerts > li.green
        {
            background: #e3e9b8;
            border-color: #a3b513;
        }

        .alerts > li.blue
        {
            background: #bae5ed;
            border-color: #19aac5;
        }

.closed_btn
{
    display: block;
    position: absolute;
    width: 8px;
    height: 9px;
    right: 19px;
    top: 14px;
    background: url('../images/closed_btn.png') no-repeat;
}

    .closed_btn:hover
    {
        background-position: 0 -9px;
    }



.elements_buttons a
{
    display: inline-block;
    border-radius: 10px;
    margin-right: 3px;
}

.elements_buttons > li
{
    margin-bottom: 12px;
}



.orange_btn
{
    background: #ffe000; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffe000 0%, #ffdb00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe000), color-stop(100%,#ffdb00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffe000 0%,#ffdb00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffe000 0%,#ffdb00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffe000 0%,#ffdb00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffe000 0%,#ffdb00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe000', endColorstr='#ffdb00',GradientType=0 ); /* IE6-8 */
    border-bottom: 1px solid #e4c500;
}

.gray_btn1
{
    background: #e5e5e5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e5e5e5 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
    border-bottom: 1px solid #aaaaaa;
}

.black_btn
{
    background: #4a4a4a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjNmM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4a4a4a 0%, #3f3f3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a4a4a 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a4a4a 0%,#3f3f3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a4a4a 0%,#3f3f3f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4a4a4a 0%,#3f3f3f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-8 */
    border-bottom: 1px solid #232323;
    color: #fff;
}

.pink_btn
{
    background: #ef2046; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMjA0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzE5M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ef2046 0%, #ec193b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef2046), color-stop(100%,#ec193b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ef2046 0%,#ec193b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2046', endColorstr='#ec193b',GradientType=0 ); /* IE6-8 */
    border-bottom: 1px solid #b50a26;
    color: #fff;
}

    .pink_btn:hover
    {
        color: #fff;
    }

.green_btn
{
    background: #a7b817; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3YjgxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZGIwMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a7b817 0%, #9db011 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7b817), color-stop(100%,#9db011)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a7b817 0%,#9db011 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a7b817 0%,#9db011 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a7b817 0%,#9db011 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a7b817 0%,#9db011 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7b817', endColorstr='#9db011',GradientType=0 ); /* IE6-8 */
    border-bottom: 1px solid #8fa008;
    color: #fff;
}



.btn1
{
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn1:hover
    {
        background: #ef2046; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMjA0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzE5M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ef2046 0%, #ec193b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef2046), color-stop(100%,#ec193b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ef2046 0%,#ec193b 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2046', endColorstr='#ec193b',GradientType=0 ); /* IE6-8 */
        border-color: #758408;
        color: #fff;
    }



.btn2
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn2:hover
    {
        background: #4a4a4a; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjNmM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #4a4a4a 0%, #3f3f3f 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4a4a4a 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4a4a4a 0%,#3f3f3f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4a4a4a 0%,#3f3f3f 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4a4a4a 0%,#3f3f3f 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-8 */
        border-color: #ae7400;
        color: #fff;
    }



.btn3
{
    font-size: 14px;
    font-weight: bold;
    color: #19aac5;
    text-transform: uppercase;
    color: #19aac5;
}

.btn4
{
    font-size: 14px;
    color: #ee1b40;
    font-weight: bold;
    text-transform: uppercase;
    color: #ee1b40;
}

.btn3:hover
{
    color: #fff;
    background: #22b1ca; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiMyMmIxY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTU5ZmJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #22b1ca 13%, #159fbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#22b1ca), color-stop(100%,#159fbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #22b1ca 13%,#159fbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #22b1ca 13%,#159fbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #22b1ca 13%,#159fbc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #22b1ca 13%,#159fbc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22b1ca', endColorstr='#159fbc',GradientType=0 ); /* IE6-8 */
}

.btn4:hover
{
    background: #ef2046; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMjA0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzE5M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ef2046 0%, #ec193b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef2046), color-stop(100%,#ec193b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ef2046 0%,#ec193b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2046', endColorstr='#ec193b',GradientType=0 ); /* IE6-8 */
    color: #fff;
}



.btn1, .btn2, .btn3, .btn4
{
    padding: 15px 8px 12px;
}

.btn5, .btn6, .btn7, .btn8, .btn9
{
    color: #fff;
    font-size: 15px;
    padding: 6px 8px 6px;
    letter-spacing: 1px;
}

.btn6, .btn5
{
    color: #1b1b1b;
}

    .btn11:hover, .btn6:hover
    {
        background: #ef2046; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMjA0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzE5M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ef2046 0%, #ec193b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef2046), color-stop(100%,#ec193b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ef2046 0%,#ec193b 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ef2046 0%,#ec193b 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2046', endColorstr='#ec193b',GradientType=0 ); /* IE6-8 */
        color: #fff;
    }

    .btn5:hover, .btn7:hover, .btn10:hover, .btn12:hover
    {
        background: #35a3be;
        color: #fff;
        border-color: #257489;
    }

.btn13:hover, .btn14:hover, .btn9:hover, .btn8:hover
{
    background: #ffe000; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffe000 0%, #ffdb00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe000), color-stop(100%,#ffdb00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffe000 0%,#ffdb00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffe000 0%,#ffdb00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffe000 0%,#ffdb00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffe000 0%,#ffdb00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe000', endColorstr='#ffdb00',GradientType=0 ); /* IE6-8 */
    color: #000;
    border-color: #e4c500;
}

.btn10, .btn11, .btn12, .btn13, .btn14
{
    color: #1b1b1b;
    font-size: 14px;
    padding: 4px 8px 3px;
    letter-spacing: 1px;
}

.btn14, .btn12, .btn13
{
    color: #fff;
}



/*================================>> About Page <<========================================*/

.about
{
    margin-bottom: 8px;
}

    .about > div
    {
        overflow: visible;
    }

    .about > figure
    {
        margin: 0 19px 0 0;
    }



#testimonials blockquote
{
    width: auto;
    margin: 0;
    padding: 15px 63px 14px;
    color: #1b1b1b;
}

#testimonials .author
{
    margin-top: 11px;
    font-size: 14px;
}

#testimonials blockquote:after
{
    bottom: 50px;
}

.test_block
{
    margin: 0;
}

    .test_block .caroufredsel_wrapper
    {
        min-height: 160px;
    }

.partners_block li
{
    margin: 0;
    text-align: center;
}

    .partners_block li a
    {
        opacity: 0.44;
    }

        .partners_block li a:hover
        {
            opacity: 1;
        }



/*================================>> Page 404 <<========================================*/

.info_404
{
    padding-bottom: 30px;
}

    .info_404 .num
    {
        color: #ee1b40;
        font-size: 170px;
        line-height: 221px;
        letter-spacing: -7px;
        margin: -6px 0 0 -10px;
    }

    .info_404 .not_found
    {
        font-size: 36px;
        line-height: 50px;
        color: #1b1b1b;
        letter-spacing: 0px;
        margin: -20px 0 0;
    }



.description_404
{
    color: #1b1b1b;
    font-size: 16px;
    line-height: 24px;
    padding: 80px 0 0px 0;
}

    .description_404 p
    {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

/*================================>> Order Page <<========================================*/



.table_lists > li
{
    margin-bottom: 21px;
}

    .table_lists > li.ind
    {
        margin-bottom: 25px;
    }

.order_table
{
}



.order_table
{
    border: 1px solid #e2e2e2;
    border-right: none;
    border-bottom: none;
    width: 100%;
    margin-top: -1px;
    text-align: left;
    color: #1b1b1b;
}

    .order_table th
    {
        background: #f6f6f6;
        font-size: 14px;
        padding: 10px 10px 7px 18px;
        font-weight: normal;
    }

    .order_table th, .order_table td
    {
        border-right: 1px dashed #e2e2e2;
        border-bottom: 1px dashed #e2e2e2;
    }

    .order_table td
    {
        /*padding: 6px 18px 5px;*/
        padding-left: 18px;
        overflow: hidden;
    }

    .order_table th.first
    {
        border-radius: 4px 0 0 0;
    }


/*
.confirm td{

  padding: 8px 18px 10px;

}*/



.width_1
{
    width: 39px;
}

.width_2
{
    width: 93px;
}

.width_3
{
    width: 317px;
}

.width_4
{
    width: 52px;
}

.width_5
{
    width: 71px;
}

.width_6
{
    width: 78px;
}

.width_7
{
    width: 247px;
}

.width_8
{
    width: 101px;
}

.width_9
{
    width: 92px;
}

.total_list
{
    font-weight: bold;
    float: right;
    width: 260px;
}

    .total_list span
    {
        display: inline-block;
        /*min-width: 140px;*/
    }

.total_price
{
    color: #ee1b40;
}

.confirm_product
{
}

    .confirm_product > div
    {
        padding-top: 0px;
    }

    .confirm_product > figure
    {
        margin: 2px 15px 0 2px;
    }



/*================================>> Checkout Page<<========================================*/



#accordion2.checkout > li > a
{
    padding-left: 19px;
}

    #accordion2.checkout > li > a i
    {
        left: auto;
        right: 19px;
        top: 17px;
        width: 8px;
        height: 6px;
        background: url('../images/checkout_marker.png') no-repeat;
    }

    #accordion2.checkout > li > a.active i
    {
        background-position: 0 -6px;
    }



.pad_box1, .pad_box3
{
    padding: 17px 21px 32px;
}

.pad_box2
{
    padding: 17px 19px 32px 6px;
}

.pad_box3
{
    padding-top: 20px;
    padding-right: 5px;
}

.pad_box4
{
    padding: 20px 20px 0 6px;
}

.pad_box5
{
    padding: 20px 19px;
}

.pad_box1 h3
{
    margin-bottom: 17px;
}



.radioblock
{
    overflow: hidden;
    margin-bottom: 4px;
}

    .radioblock li
    {
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
        background: url('../images/radio.png') 0px -33px no-repeat;
        padding: 0 29px 0;
        margin-bottom: 12px;
    }

        .radioblock li.active
        {
            background-position: 0px 1px;
        }

form.checkout_form sup, sup.red
{
    display: inline-block;
    padding-top: 3px;
    color: #ef2a4d;
}

.gray
{
    color: #848484;
}



.form_btn
{
    display: inline-block;
    border-radius: 10px;
    margin-right: 3px;
    background: #454545;
    border-bottom: 1px solid #232323;
    color: #fff;
    padding: 7px 20px 5px;
    letter-spacing: 1px;
    margin: 14px 0 3px;
}

    .form_btn:hover
    {
        background: #36a4bf;
        color: #fff;
        border-color: #257489;
    }

    .form_btn.checkout
    {
        background: #ee1b40;
        color: #fff;
        border-color: #ca1331;
    }

        .form_btn.checkout:hover, .form_btn.log_in:hover
        {
            background: #4E4E4E;
            color: #fff;
        }

    .form_btn.log_in
    {
        background: #F37225;
        color: white;
        border-bottom: none;
    }

form.row
{
    margin-left: -32px;
}

form.checkout_form label, #create_account label, .cart_form label
{
    margin-bottom: 13px;
    display: block;
    position: relative;
}

.check input[type=checkbox]
{
    position: absolute;
    left: -99999px;
}

form.checkout_form input, .check_select, form.checkout_form textarea, .confirm_quantity input, #create_account input, .cart_form input,
form.checkout_form select, #create_account select, .cart_form select
{
    margin: 0;
    position: relative;
    outline: none;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #848484;
    font-size: 14px;
    padding: 8px 10px;
    width: 90%;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#create_account textarea
{
    margin: 0;
    position: relative;
    outline: none;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #848484;
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
    height: 100px;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.confirm_quantity input
{
    width: 42px;
    height: auto;
    /*margin: -3px 3px 0 0;
    padding: 5px 5px;*/
    padding-left: 10px !important;
    padding: 0px;
}

.confirm_quantity a
{
    display: inline-block;
    width: 20px;
    height: 20px;
}

    .confirm_quantity a.done
    {
        background: url('../images/done_link.png') no-repeat;
    }

    .confirm_quantity a.delete
    {
        background: url('../images/delete_link.png') no-repeat;
    }

    .confirm_quantity a:hover
    {
        background-position: 0 -20px;
    }

form.checkout_form textarea
{
    margin-top: -6px;
    height: 144px;
    margin-bottom: 10px;
}

.slct5:after, .slct6:after, .slct7:after, .slct8:after
{
    background: url('../images/checkout_marker.png') no-repeat;
    right: 5px;
    top: 13px;
}

.check_select
{
    display: block;
    padding: 5px 10px 11px;
    height: 34px;
}

form.checkout_form label ul, #create_account label ul
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 59px;
    border: 1px solid #e2e2e2;
    background: #f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

    form.checkout_form label ul a, #create_account label ul a
    {
        display: block;
        color: #848484;
        padding: 5px 10px;
    }

        form.checkout_form label ul a:hover, #create_account label ul a:hover
        {
            color: #1b1b1b;
        }

form.checkout_form label.checkboxes, #create_account label.checkboxes
{
    display: inline-block;
}

    form.checkout_form label.checkboxes .check, #create_account label.checkboxes .check
    {
        padding: 0 0 0 30px;
        display: inline-block;
        margin: 6px 0 0;
        cursor: pointer;
        background: url('../images/checkbox.png') 0px 2px no-repeat;
    }

        form.checkout_form label.checkboxes .check.active, #create_account label.checkboxes .check.active
        {
            background-position: 0 -27px;
        }

form.checkout_form span, #create_account span, .cart_form span
{
    display: block;
    margin-bottom: 4px;
}

.forgot
{
    position: absolute;
    text-align: right;
    right: 0px;
    line-height: 20px;
    top: 16px;
}

    .forgot a
    {
        color: #36a4bf;
        font-size: 13px;
    }

        .forgot a:hover
        {
            color: #1b1b1b;
        }

.separate
{
    position: relative;
}

    .separate:after
    {
        display: block;
        position: absolute;
        right: -16px;
        top: 0;
        width: 1px;
        height: 200%;
        background: #e2e2e2;
        content: "";
    }



/*=============================>> Create Account Page <<=================================*/

#create_account
{
}

    #create_account .account_box
    {
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    #create_account .form_title
    {
        background: #f6f6f6;
        font-size: 16px;
        color: #1b1b1b;
        border-bottom: 1px solid #e2e2e2;
        padding: 10px 20px 7px 18px;
        border-radius: 8px 8px 0 0;
    }

    #create_account .inner
    {
        padding: 19px 19px 29px;
    }

    #create_account .slct7:after, #create_account .slct8:after
    {
        background: url('../images/checkout_marker.png') no-repeat;
        right: 5px;
        top: 13px;
    }



    #create_account .radioblock li
    {
        padding-right: 0;
    }

.separate_li
{
    display: block !important;
    margin-bottom: 0px !important;
}

#create_account .check
{
    height: 22px;
}



/*=============================>> Shopping Cart <<====================================*/

.cart_form .inner
{
    padding: 20px 399px 28px 19px;
}

.cart_form label
{
    margin-bottom: 6px;
}

#create_account.var1 .inner
{
    padding-right: 399px;
}





.total_list.var2
{
    padding: 9px 20px 14px 0;
    font-size: 20px;
}

.total_wrap
{
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    margin-bottom: 6px;
}

/*==============================>> Wishlist Page <<======================================*/

.wishlist td
{
    padding: 8px 18px 9px;
}

.wishlist .name_col
{
    width: 368px;
}

.wishlist .model_col
{
    width: 52px;
}

.wishlist .stock_col
{
    width: 91px;
}

.wishlist .price_col
{
    width: 52px;
}

.wishlist .add_to_cart2
{
    display: inline-block;
    border-radius: 10px;
    width: 50px;
    height: 29px;
    background-image: url('../images/add_to_cart_icon2.png');
    margin: -1px 0 4px;
    background-position: 50% -22px;
    background-repeat: no-repeat;
    background-color: #ffdd00;
}

    .wishlist .add_to_cart2:hover
    {
        background-position: 50% 9px;
        background-color: #ee1b40;
        border-color: #ca1331;
    }

.wishlist .delete_item_cart
{
    display: inline-block;
    width: 50px;
    height: 17px;
    background-image: url('../images/delete_cart_icon.png');
    background-position: 50% -22px;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin: 0;
    background-color: #e2e2e2;
}

    .wishlist .delete_item_cart:hover
    {
        background-position: 50% 7px;
        background-color: #19aac5;
    }

/*================================>> Z INDEXES <<========================================*/

.z10
{
    z-index: 10;
}

.z9
{
    z-index: 9;
}

.z8
{
    z-index: 8;
}

.z7
{
    z-index: 7;
}

.z6
{
    z-index: 6;
}

.z5
{
    z-index: 5;
}

.z4
{
    z-index: 4;
}

.z3
{
    z-index: 3;
}





/* Contact form */

#contact-form
{
    padding: 1px 0 0 0;
    position: relative;
}

    #contact-form .success
    {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        border: 1px solid #000;
        text-align: center;
        padding: 20px 0;
    }

    #contact-form textarea, #contact-form input
    {
        margin: 4px 0 0;
        font-size: 12px;
        border: 1px solid #e2e2e2;
        color: #1b1b1b;
        border-radius: 10px;
        padding: 8px 10px 9px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        position: relative;
        font-family: 'Montserrat', Helvetica, sans-serif;
        background: #fff;
    }

    #contact-form textarea
    {
        overflow: auto;
        height: 224px;
        resize: none;
        float: left;
    }



    #contact-form label
    {
        display: block;
        position: relative;
        min-height: 74px;
        overflow: hidden;
    }

        #contact-form label.message
        {
            display: block;
            padding-bottom: 0;
        }

    #contact-form .button
    {
        margin-left: 8px;
    }

    #contact-form .error, #contact-form .empty, #contact-form .success
    {
        display: none;
    }

    #contact-form .error, #contact-form .empty
    {
        text-align: left;
        color: red;
        font-size: 11px;
        position: absolute;
        right: 10px;
        top: 31px;
    }

    #contact-form .buttons2
    {
        overflow: hidden;
        position: relative;
        clear: both;
        padding-top: 20px;
    }

        #contact-form .buttons2 a
        {
            cursor: pointer;
            margin-top: 0;
        }

    #contact-form span
    {
        display: block;
        margin: 0px 0 0 5px;
    }



.map_wrapper
{
    overflow: hidden;
    display: block;
    margin-bottom: 14px;
}

#map_canvas
{
    width: 100%;
    height: 388px;
}

.adress
{
}

    .adress span
    {
    }

    .adress dt
    {
        margin-bottom: 11px;
    }



.demo
{
}

    .demo:hover
    {
        text-decoration: underline;
    }

/*



<div class="social">

	<a href="#" title="RSS"><img src="images/soc1.png" alt=""></a>

	<a href="#" title="Twitter"><img src="images/soc2.png" alt=""></a>

	<a href="#" title="Facebook"><img src="images/soc3.png" alt=""></a>

	<a href="#" title="Google +"><img src="images/soc4.png" alt=""></a>

</div>

*/

/****************************footer************************/

footer
{
    padding: 0px 0 19px;
}

aside.social_block1
{
    background: #fff;
    position: relative;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 0;
    overflow: hidden;
}

    aside.social_block1:after, aside.social_block1:before
    {
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: url('../images/stripe1.jpg') repeat-x;
        left: 0;
        content: "";
    }



    aside.social_block1:before
    {
        top: 0px;
    }

    aside.social_block1:after
    {
        bottom: 0px;
    }



footer .social
{
    overflow: hidden;
    text-align: right;
}



    footer .social span
    {
        display: none;
    }

    footer .social a
    {
        display: inline-block;
        width: 35px;
        height: 35px;
        overflow: hidden;
        margin-right: 2px;
    }

    footer .social .last
    {
        margin-right: 0;
    }



#newsletter
{
}

.nl_box
{
    width: 100%;
    padding-top: 10px;
}

    .nl_box input
    {
        width: 25% !important;
    }

@media only screen and (max-width: 1024px)
{
    #view > label
    {
        float:left !important;
    }
}
  

@media only screen and (max-width: 768px)
{
    .nl_box input
    {
        width: 100% !important;
        margin-bottom: 8px !important;
    }
}

#newsletter label
{
    display: inline-block;
    padding-top: 7px;
    letter-spacing: 1px;
    min-width: 215px;
}

#newsletter input
{
    margin: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 8px 7px 9px;
    font-size: 13px;
    color: #848484;
    width: 326px;
    border-radius: 10px;
    font-family: 'Montserrat', Helvetica, sans-serif;
}

#newsletter a
{
    display: inline-block;
    width: 52px;
    position: relative;
    border-radius: 10px;
    height: 35px;
    background: #93D8F7;
}

    #newsletter a em
    {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: url('../images/mail_icon.png') 50% 8px no-repeat;
    }

    #newsletter a:hover em
    {
        background-position: 50% -28px;
    }

    #newsletter a:hover
    {
        background-color: #62b5DA;
        background-position: 50% -100px;
    }



.social span
{
    letter-spacing: 0px;
    display: inline-block;
    padding-top: 7px;
}



aside.social_block2
{
    background: #f6f6f6;
    padding: 34px 0 39px;
}

    aside.social_block2 h4
    {
        text-transform: uppercase;
        font-size: 18px;
        color: #B5B5B5;
        letter-spacing: 1px;
    }

#twitter
{
    color: #1b1b1b;
}

    #twitter a
    {
        color: #19aac5;
    }

    #twitter .tweet_time
    {
        position: absolute;
        bottom: 0;
    }

        #twitter .tweet_time a
        {
            display: block;
            margin-bottom: 15px;
            color: #848484;
            font-style: italic;
        }

.tweet_list > li
{
    margin-bottom: 15px;
    padding-bottom: 40px;
    position: relative;
}

#twitter a:hover
{
    color: #EE1B40;
}



.from_blog_list
{
    font-size: 16px;
    line-height: 24px;
    padding-right: 30px;
}

    .from_blog_list > li
    {
        margin-bottom: 27px;
    }

        .from_blog_list > li > figure
        {
            margin: 3px 20px 0 0;
        }

    .from_blog_list .img_wrap
    {
        border-radius: 5px;
    }

    .from_blog_list a
    {
        color: #1b1b1b;
    }

        .from_blog_list .comment_link:hover, .from_blog_list a:hover
        {
            color: #19aac5;
        }

    .from_blog_list time, .from_blog_list .comment_link
    {
        color: #848484;
        font-size: 13px;
    }

    .from_blog_list time
    {
        display: block;
    }





.fb_followers
{
    overflow: hidden;
    padding: 9px 0 0;
}

    .fb_followers > li
    {
        float: left;
        margin: 0 0 8px 10px;
    }



.fb_followers, .fb_fans
{
    color: #848484;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
}

    .fb_fans a
    {
        color: #1b1b1b;
        font-weight: bold;
    }

.fb_name
{
    text-align: center;
}

.fb_followers .face_3, .fb_followers .face_0, .fb_followers .face_6
{
    margin-left: 0;
}

.fb_followers li.face_4
{
    margin-left: 10px;
}



.like_us
{
    display: inline-block;
    padding: 4px 23px 3px 20px;
    color: #fff;
    box-shadow: inset 0 0 2px #6c81aa, 0 1px 0 #374a73;
    background: #5a719f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhNzE5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTcxOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5a719f 0%, #5a719f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a719f), color-stop(100%,#5a719f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5a719f 0%,#5a719f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5a719f 0%,#5a719f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5a719f 0%,#5a719f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5a719f 0%,#5a719f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a719f', endColorstr='#5a719f',GradientType=0 ); /* IE6-8 */
    border-radius: 10px;
    margin-top: -3px;
}

    .like_us span
    {
        width: 15px;
        height: 14px;
        margin: 3px 0px 0 10px;
        display: inline-block;
        background: url('../images/like_icon.png') no-repeat;
    }

    .like_us:hover
    {
        color: #fff;
        background: #4E4E4E;
        box-shadow: 0 1px 0 #4E4E4E;
    }

aside.footer_bottom
{
    font-size: 13px;
    color: #848484;
    background: url('../images/stripe1.jpg') repeat-x;
    padding: 20px 0 0;
}

ul.footer_menu
{
    overflow: hidden;
}

    ul.footer_menu > li
    {
        float: left;
        padding-left: 11px;
        margin-left: 11px;
        background: url('../images/footer_menu_sep.jpg') 0 6px no-repeat;
    }

        ul.footer_menu > li:first-child
        {
            background: none;
        }

aside.footer_bottom .privacy
{
    color: #595858;
    float: left;
}

aside.footer_bottom .footer_menu
{
    float: right;
}

.footer_menu a
{
    color: #848484;
}

    .footer_menu a:hover
    {
        color: #1b1b1b;
    }

aside.footer_bottom .privacy span
{
    color: #848484;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/


@media (min-width: 1200px)
{

    #search
    {
        width: 25%;
        float: right;
        clear: inherit;
        margin-top: 10px;
        margin-right: 20px;
    }

        #search label
        {
            padding-left: 0px;
        }

    .main-menu .sf-menu:after
    {
        display: none;
    }

    .main-menu .sf-menu > li, .main-menu .sf-menu > li:first-child
    {
    }

    .main
    {
        max-width: 90%;
    }
    /**************************** ANCHO GENERAL SITIO ****************************/

    .banners1 li
    {
        margin-bottom: 10px;
    }

    .add_to_cart, .add_to_cart_view
    {
        width: 30%;
        max-width: 100px;
    }

    .detail_view
    {
        width: 65%;
        max-width: 100px;
    }

    footer .social
    {
        text-align: left;
    }

        footer .social span
        {
            width: 142px;
            display: inline-block;
            letter-spacing: 1px;
        }

    .fb_followers li.face_4
    {
        margin-left: 0;
    }

    .fb_followers li.face_3, .fb_followers .face_6
    {
        margin-left: 10px;
    }

    .sliderContainer .caption2 > span.font1
    {
        left: 513px;
        top: 19px;
    }

    .sliderContainer .caption2 > span.font2
    {
        left: 516px;
        top: 130px;
    }

    .sliderContainer .caption2 > span.font3, .sliderContainer .caption2 > span.font5
    {
        left: 516px;
        top: 223px;
    }

    .sliderContainer .caption2 > span.font4
    {
        left: 559px;
        top: 211px;
        font-weight: 800;
    }

    .sliderContainer .caption2 > span.font5
    {
        left: 516px;
        top: 286px;
    }

    .sliderContainer .caption2 > span.font6
    {
        left: 560px;
        letter-spacing: 2px;
        top: 279px;
    }

    .caption2 .slide_button
    {
        right: 60px;
        bottom: 50px;
    }

    .caption1 .slide_button
    {
        left: 123px;
        bottom: 50px;
    }

    .caption3 .slide_button
    {
        left: 51px;
        bottom: 50px;
    }

    .from_blog_list time
    {
        display: inline;
    }

    .tags a
    {
        padding: 7px 15px 6px 13px;
        width: auto;
    }

    #blog_tabs .responsive-tabs__list__item
    {
        padding-left: 19px;
        padding-right: 19px;
    }

    .single_blog .social_btns
    {
        position: absolute;
        right: 0;
        bottom: -5px;
    }

    .blockquote
    {
        width: 298px;
    }

    blockquote.pink
    {
        width: auto;
        margin: 0 0px 0 0px;
    }

    blockquote.blue
    {
        float: left;
        margin: 0 19px 0 0;
    }

    blockquote.green
    {
        float: right;
        margin: 0 0px 0 19px;
    }

    .tab_box1 > div
    {
        overflow: hidden;
    }

    .btn1, .btn2, .btn3, .btn4
    {
        padding: 15px 20px 12px;
    }

    .btn5, .btn6, .btn7, .btn8, .btn9
    {
        padding: 6px 19px 6px;
    }

    .btn10, .btn11, .btn12, .btn13, .btn14
    {
        padding: 4px 18px 3px;
    }

    .elements_buttons a
    {
        margin-right: 6px;
    }

    .elements_table th
    {
        padding: 10px 16px 7px;
        text-align: left;
    }

    .elements_table td
    {
        padding: 6px 19px 5px;
        text-align: left;
    }

    .elements_tabs .responsive-tabs__list__item
    {
        padding-left: 19px;
        padding-right: 19px;
    }

    .tab_box1 > figure
    {
        margin: 1px 19px 0px 0;
        float: left;
    }

    .info_404 .num
    {
        font-size: 280px;
        line-height: 336px;
        letter-spacing: -5px;
        margin: -6px 0 0 -10px;
    }

    .info_404 .not_found
    {
        font-size: 61px;
        line-height: 74px;
        letter-spacing: -2px;
        margin: -50px 0 0;
    }



    .description_404
    {
        color: #1b1b1b;
        font-size: 16px;
        line-height: 24px;
        padding: 150px 0 0px 0;
    }

    .lat_product .detail_view
    {
    }

    .lat_product img
    {
        width: 100%;
    }
}


@media (min-width: 1024px) and (max-width: 1200px)
{

    .info_404 .num
    {
        font-size: 210px;
        line-height: 221px;
        letter-spacing: -7px;
    }

    .info_404 .not_found
    {
        font-size: 48px;
        line-height: 50px;
        margin-top: -20px;
        letter-spacing: -3px;
    }

    .description_404
    {
        padding-top: 100px;
    }

    .confirm_quantity input
    {
        width: 70px;
        margin: 0 0 5px;
    }

    .pad_box3, .pad_box1
    {
        padding-left: 30px;
    }

    .pad_box4
    {
        padding-right: 8px;
    }

    .separate:after
    {
        right: 0;
    }

    .lat_product .detail_view, .bestseller .detail_view
    {
        width: 100%;
        margin-top: 0px;
        margin-left: 5px;
    }

    .lat_product img, .bestseller img, .brand-sl img
    {
        width: 100%;
    }
}

@media (max-width: 1199px)
{
    .slidezoom
    {
        width: auto;
        height: auto;
    }

    .zoom img:first-child
    {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 1024px)
{

    .info_404 .num
    {
        font-size: 180px;
        line-height: 221px;
        letter-spacing: -7px;
    }

    .info_404 .not_found
    {
        font-size: 41px;
        line-height: 50px;
        margin-top: -20px;
        letter-spacing: -3px;
    }

    .description_404
    {
        padding-top: 100px;
    }

    .pad_box1, .pad_box3
    {
        padding-right: 0px;
    }

    .pad_box2
    {
        padding-right: 15px;
    }

    .pad_box4, .pad_box5
    {
        padding-right: 20px;
    }

    form.row
    {
        margin-left: -22px;
    }

    .separate:after
    {
        right: -1%;
    }

    .confirm_quantity
    {
    }

        .confirm_quantity input
        {
            display: block;
            margin: 0 0 5px;
            height: auto;
        }

    .detail_view, .delete_item_cart
    { /*width: 60px !important;*/
    }

    .add_to_cart, .add_to_cart2, .add_to_cart_view
    {
        width: 40px;
    }

    .list_carousel
    {
        margin-bottom: 30px;
    }

    #category.grid > li .product_buttons
    { /*padding-left: 42px;*/
    }

    .lat_product .product_buttons a,
    .bestseller .product_buttons a,
    #category > li .product_buttons a
    {
        opacity: 1;
        max-width: 90px;
    }
}



@media (max-width: 979px)
{



    #search
    {
        width: 265px;
    }

    .detail_view
    {
        width: 100px;
    }

    .lat_product .detail_view, .bestseller .detail_view
    {
        width: 60px;
    }



    .banners1 li
    {
        margin-bottom: 6px;
    }

    footer .social
    {
        text-align: left;
    }

        footer .social span
        {
            display: none;
        }

    .from_blog_list time
    {
        display: block;
    }

    .fb_followers > li:first-child, .fb_followers > li:first-child + li + li + li, .fb_followers > li:first-child + li + li + li + li + li + li
    {
        margin-left: 0;
    }

        .fb_followers > li:first-child + li + li + li + li
        {
            margin-left: 10px;
        }

    #category.grid > li
    {
        width: 49%;
        margin-bottom: 20px;
    }

        #category.grid > li:nth-child(3)
        {
            margin-left: 0;
        }

        #category.grid > li:after
        {
            right: -17%;
        }

    .related > li
    {
        margin-bottom: 20px !important;
        padding-bottom: 10px;
    }

    .cart_form .inner, #create_account.var1 .inner
    {
        padding-right: 20px;
    }

    .header_bottom .call_us
    {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px)
{

    .sliderContainer .caption1 > span.font1
    {
        left: 20px;
        top: 20px;
        font-size: 28px;
    }

    .sliderContainer .caption1 > span.font2
    {
        top: 10px;
        font-size: 35px;
        left: 75px;
        letter-spacing: -1px;
    }

    .sliderContainer .caption1 > span.font3
    {
        top: 25px;
        font-size: 70px;
        left: 25px;
        letter-spacing: -1px;
    }

    .sliderContainer .caption1 > span.font4
    {
        top: 120px;
        font-size: 30px;
        left: 40px;
        letter-spacing: -1px;
    }

    .sliderContainer .caption1 > span.font5
    {
        top: 110px;
        font-size: 35px;
        left: 139px;
        letter-spacing: -1px;
    }

    .sliderContainer .caption1 > span.font6
    {
        top: 130px;
        font-size: 59px;
        left: 44px;
        letter-spacing: -1px;
    }

    .slide_button
    {
        bottom: 20px;
        left: 20px;
        width: 175px;
    }



    .sliderContainer .caption2 > span.font1
    {
        left: 298px;
        font-size: 80px;
        top: -30px;
    }

    .sliderContainer .caption2 > span.font2
    {
        left: 309px;
        font-size: 54px;
        top: 56px;
        letter-spacing: 0;
    }

    .sliderContainer .caption2 > span.font3
    {
        left: 305px;
        font-size: 20px;
        top: 134px;
        line-height: 25px;
    }

    .sliderContainer .caption2 > span.font4
    {
        left: 339px;
        font-size: 40px;
        top: 115px;
    }

    .sliderContainer .caption2 > span.font5
    {
        left: 303px;
        top: 175px;
    }

    .sliderContainer .caption2 > span.font6
    {
        left: 348px;
        top: 172px;
        font-size: 24px;
    }

    .caption2 .slide_button
    {
        bottom: 20px;
        right: 20px;
        width: 155px;
    }

    .sliderContainer .caption3 > span.font1
    {
        font-size: 50px;
        left: 14px;
        top: 4px;
        letter-spacing: -1px;
    }

    .sliderContainer .caption3 > span.font2
    {
        font-size: 38px;
        left: 23px;
        top: 60px;
        letter-spacing: 0px;
    }

    .sliderContainer .caption3 > span.font3
    {
        font-size: 25px;
        left: 18px;
        top: 114px;
    }

    .sliderContainer .caption3 > span.font4
    {
        left: 81px;
        top: 106px;
    }

    .sliderContainer .caption3 > span.font5
    {
        font-size: 34px;
        left: 105px;
        top: 107px;
    }

    .caption3 .slide_button
    {
        bottom: 40px;
        left: 30px;
    }

    .sorting_block #view, .sorting_block #sort
    {
        float: none;
    }

    .sorting_block #sort
    {
        margin-bottom: 20px;
    }

    .add_product
    {
        margin: 20px 0 0;
    }

    .fullwidth .add_product
    {
        margin: 0;
    }

    #blog_tabs .popular_list > li > figure, #blog_tabs .review_list > li > figure
    {
        float: none;
        margin: 0 0 15px;
    }

    #blog_tabs .review_list img, #blog_tabs img
    {
        width: 100%;
    }

    #blog_tabs .popular_list > li > div
    {
        overflow: visible;
    }

    #flickr_badge img
    {
        width: 57px;
        height: 57px;
    }

    .elements_buttons a
    {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .confirm_product > figure
    {
        float: none;
        margin-bottom: 15px;
    }

    .related1 .product_buttons
    {
        padding: 0 !important;
    }

        .related1 .product_buttons a
        {
            display: block;
            margin-bottom: 4px;
            width: auto;
            position: static !important;
            float: none;
        }
}

@media only screen and (max-width: 979px)
{



    #search
    {
        float: none;
        width: 100%;
        clear: both;
        margin-top: 10px;
    }

    .from_blog_list > li > figure img, .lat_product img, .bestseller img, .brand-sl img
    {
        width: 100%;
    }

    .from_blog_list > li > figure
    {
        width: 70px;
    }

    .from_blog_list > li > div
    {
        overflow: visible;
    }

    .from_blog_list
    {
        padding-right: 0;
    }

    footer .social span, #newsletter label
    {
        display: block;
        margin-bottom: 10px;
    }

    .from_blog_list time
    {
        display: inline;
    }





    .fb_followers > li:first-child + li + li, .fb_followers > li:first-child + li + li + li + li + li + li, .fb_followers > li:first-child + li + li + li + li
    {
        margin-left: 0;
    }

        .fb_followers > li:first-child + li + li + li
        {
            margin-left: 10px;
        }

    .forgot
    {
        position: static;
        text-align: left;
        padding-top: 10px;
    }



    #search input
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 34px;
    }

    .sliderContainer .caption2 > span.font1, .sliderContainer .caption2 > span.font2, .sliderContainer .caption2 > span.font3, .sliderContainer .caption2 > span.font5
    {
        left: 300px;
    }

    .sliderContainer .caption2 > span.font4
    {
        left: 330px;
    }

    .sliderContainer .caption2 > span.font6
    {
        left: 338px;
    }

    #blog_tabs .responsive-tabs__list__item
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sliderContainer -nav a, .ls-fullwidth .ls-nav-next, .ls-fullwidth .ls-nav-prev
    {
        background-size: cover !important;
        width: 20px !important;
        height: 31px !important;
    }

        .sliderContainer -nav a:hover, #layerslider .ls-nav-next:hover, #layerslider .ls-nav-prev:hover
        {
            background-position: 0 -30px;
        }

    .lat_product .detail_view, .bestseller .detail_view
    {
        width: auto !important;
    }

    .product_buttons a
    {
        float: none;
        display: block;
        width: auto;
        margin: 0 0 4px;
    }
}



@media only screen and (max-width: 767px)
{

    #shopping_cart
    {
        top: 52px;
        width: 198px;
    }




    header h1
    {
        margin-top: 10px;
    }

    .header_bottom .call_us
    {
        padding-top: 4px;
        padding-right: 0px;
    }

    .block_headerlinks > li
    {
        margin-left: 4px;
        padding-left: 8px;
        float: none;
        display: inline-block;
    }

    .detail_view
    {
        width: 55%;
    }



    aside.footer_bottom .privacy
    {
        margin-bottom: 15px;
    }

    aside.footer_bottom .privacy, aside.footer_bottom .footer_menu
    {
        float: none;
    }

    ul.footer_menu > li
    {
        margin-left: 0;
        padding-left: 0;
        background-position: right 6px;
        padding-right: 11px;
        margin-right: 11px;
    }

        ul.footer_menu > li:first-child
        {
            background: url("../images/footer_menu_sep.jpg") no-repeat right 6px;
        }

    #newsletter input
    {
        width: 86%;
        box-sizing: border-box;
    }

    footer .social span
    {
        display: inline-block;
    }

    .fb_followers > li
    {
        margin-left: 0 !important;
    }

        .fb_followers > li:first-child
        {
            margin-left: 0 !important;
        }

    .fb_followers > li
    {
        margin-right: 3% !important;
    }



    #layerslider .slide_button
    {
        width: auto;
        padding: 10px;
    }

    .tags a
    {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .related1 > li
    {
        width: 33.3% !important;
    }

    #flickr_badge > div
    {
        margin: 0 1% 15px 0;
    }

    .tab_box1 > figure
    {
        margin: 1px 19px 0px 0;
        float: left;
    }

    .info_404
    {
        text-align: center;
    }

    .description_404
    {
        padding-top: 20px;
        text-align: center;
    }

    form.row
    {
        margin-left: auto;
    }

    .pad_box1, .pad_box3, .pad_box2, .pad_box4, .pad_box5
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .slider_row .grid_8
    {
        margin-bottom: 15px;
    }

    #category.grid > li a.add_to_cart,#category.grid > li a.add_to_cart_view
    {
        position: static;
    }
}

@media only screen and (max-width: 730px)
{

    .block_language, .block_headerlinks
    {
        float: none;
    }

    .block_headerlinks
    {
        clear: both;
        width: 100%;
        margin-bottom: 6px;
        text-align: center;
    }



    .sliderContainer .caption1 > span
    {
        font-size: 55px !important;
        letter-spacing: -3px !important;
    }

        .sliderContainer .caption1 > span.font1
        {
            left: 20px;
            top: 20px;
        }

        .sliderContainer .caption1 > span.font2
        {
            left: 30px;
            top: 65px;
        }

        .sliderContainer .caption1 > span.font3
        {
            left: 74px;
        }

        .sliderContainer .caption1 > span.font4
        {
            left: 13px;
            top: 167px;
        }

        .sliderContainer .caption1 > span.font5
        {
            left: 9px;
            top: 211px;
        }

        .sliderContainer .caption1 > span.font6
        {
            left: 177px;
            top: 190px;
        }

    .sliderContainer .caption2 > span
    {
        font-size: 55px !important;
        letter-spacing: -3px !important;
    }

        .sliderContainer .caption2 > span.font1
        {
            top: -40px;
        }

        .sliderContainer .caption2 > span.font2
        {
            top: 44px;
        }

        .sliderContainer .caption2 > span.font3
        {
            top: 129px;
            line-height: 51;
        }

        .sliderContainer .caption2 > span.font4
        {
            top: 109px;
            left: 380px;
        }

        .sliderContainer .caption2 > span.font5
        {
            top: 130px;
            left: 513px !important;
        }

        .sliderContainer .caption2 > span.font6
        {
            top: 175px;
            left: 400px;
            font-size: 40px !important;
        }

        .sliderContainer .caption2 > span.font1, .sliderContainer .caption2 > span.font2, .sliderContainer .caption2 > span.font3, .sliderContainer .caption2 > span.font5
        {
            left: 390px;
        }

    .sliderContainer .caption3 > span
    {
        font-size: 60px !important;
    }

        .sliderContainer .caption3 > span.font1
        {
            top: 0px;
            left: 20px;
        }

        .sliderContainer .caption3 > span.font2
        {
            top: 75px;
            left: 20px;
        }

        .sliderContainer .caption3 > span.font3
        {
            top: 100px;
            left: 20px;
            line-height: 51;
        }

        .sliderContainer .caption3 > span.font4
        {
            left: 55px;
            top: 135px;
        }

        .sliderContainer .caption3 > span.font5
        {
            left: 93px;
            top: 136px;
        }

    .m-caption, .iosSlider .item > img
    {
        display: none;
    }

    .iosSlider .slider .item > a
    {
        display: block;
    }
}

@media only screen and (max-width: 600px)
{

    .sliderContainer .caption1 > span.font4, .sliderContainer .caption1 > span.font5, .sliderContainer .caption1 > span.font6, .sliderContainer .caption2 > span.font5, .sliderContainer .caption2 > span.font6
    {
        display: none;
    }

    .slide_button
    {
        bottom: 15%;
        left: 20px;
    }

    .sliderContainer .caption2 > span.font1, .sliderContainer .caption2 > span.font2, .sliderContainer .caption2 > span.font3, .sliderContainer .caption2 > span.font5, .sliderContainer .caption2 > span.font4
    {
        left: 345px;
    }

    .caption3 .slide_button
    {
        bottom: 5%;
    }

    .fb_followers > li
    {
        margin-left: 0% !important;
    }

    .header_bottom .call_us
    {
        display: none;
    }

    header h1
    {
        float: none;
        padding: 15px 0;
    }

        header h1 a
        {
            margin: 0 auto;
        }

    #shopping_cart
    {
        clear: both;
        width: auto;
        margin-top: 20px;
        position: relative;
        top: 0;
    }

    .header_bottom
    {
        padding: 0;
    }

    #newsletter > input
    {
        width: 84%;
    }

    .sorting_block #view, .sorting_block #sort
    {
        float: none;
    }

    .sorting_block #sort
    {
        margin-bottom: 20px;
    }

    #category.grid > li .product_buttons
    {
        padding-left: 0;
        margin-left: 85px;
    }

    #category.grid .product_buttons a.add_to_cart,#category.grid .product_buttons a.add_to_cart_view
    {
        position: relative;
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    #category.list .info
    {
        position: relative;
        margin: 10px 0;
    }

    .elements_buttons a
    {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .order_table th
    {
        width: auto !important;
    }

    .confirm_product > figure
    {
        float: none;
        margin: 0 0 15px;
    }

    .order_table th, .order_table td
    {
        padding-left: inherit;
        padding-right: inherit;
        text-align: center;
    }

    .order_table input
    {
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
}

@media only screen and (max-width: 479px)
{

    .product_buttons a
    {
        float: none;
        margin: 0;
        width: auto;
    }

        .product_buttons a.add_to_cart,.product_buttons a.add_to_cart_view
        {
            margin-bottom: 8px;
        }

    .fb_followers > li
    {
        margin: 0 4% 0 0 !important;
    }

    .block_language
    {
        font-size: 12px;
    }

        .block_language > li
        {
            margin-right: 35px;
        }

            .block_language > li:last-child
            {
                margin-right: 0;
            }

            .block_language > li span
            {
                margin-left: 0px;
            }

    .block_headerlinks
    {
        margin-top: 0;
        text-align: center;
        width: 100%;
    }

        .block_headerlinks > li
        {
            margin-left: 3px;
            float: none;
            display: inline-block;
            padding-left: 0px;
            background: none;
        }

    #shopping_cart.active .cart_content
    {
        width: 302px;
    }

    #newsletter input
    {
        width: 72%;
    }

    footer .social span
    {
        display: block;
    }

    ul.footer_menu > li
    {
        margin-right: 2px;
        padding-right: 6px;
    }

    #layerslider .slide_button
    {
        padding: 0;
        display: inline;
        font-size: 13px;
        background: none;
        box-shadow: none;
        border: none;
    }

        #layerslider .slide_button > em
        {
            display: none;
        }

        #layerslider .slide_button:hover
        {
            color: #ee1b40;
        }

    .sorting_block #sort label
    {
        clear: both;
        float: none;
    }

        .sorting_block #sort label.criterion
        {
            margin-bottom: 20px;
            z-index: 9;
        }

        .sorting_block #sort label.show
        {
            width: 121px;
            z-index: 8;
        }

    .sorting_block #view span
    {
        width: 55px;
    }

    .slct4
    {
        margin-left: 22px;
    }

    .tags a
    {
        width: 99%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #category.list > li > div > figure
    {
        float: none;
        text-align: center;
    }

    #category.list
    {
        text-align: center;
    }

        #category.list .info
        {
            display: inline-block;
        }

    .categories_nav .showing
    {
        margin-bottom: 10px;
    }

    .categories_nav .showing, .categories_nav .buttons
    {
        float: none;
    }

        .categories_nav .buttons a
        {
            margin-left: 0;
            margin-right: 5px;
        }

    .blog > figure
    {
        float: none;
        width: auto;
        margin: 0 0 20px;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
    }

    .like_us
    {
        margin-top: 20px;
    }

    #flickr_badge > div
    {
        margin-right: 4%;
    }

    .headers h1
    {
        font-size: 31px;
    }

    .about img
    {
        width: 100%;
    }

    .tab_box1 > figure, .about > figure
    {
        margin: 1px 0px 15px 0;
        float: none;
    }

    .qty_review, .average_rating
    {
        float: none;
    }

    .review_list .rating
    {
        position: static;
        margin-bottom: 5px;
    }

    .total_list
    {
        width: auto;
    }

    .elements_table td, .elements_table th, .order_table td, .order_table th
    {
        font-size: 12px;
    }

    .kitchen-sink
    {
        width: auto;
    }

    #sort {
            width: 80% !important
    }
}

@media (max-width: 600px) {

    #sort {
            width: 80% !important
    }
}


@media (min-width: 320px) and (max-width: 481px)
{

    #newsletter input
    {
        width: 72%;
    }

    aside.footer_bottom .privacy, .footer_menu a
    {
        font-size: 11px;
    }

    .block_headerlinks > li
    {
        margin: 2px 3px 5px;
        float: none;
        display: inline-block;
        padding-left: 0px;
        background: none;
    }
}



@media (max-width: 340px)
{
    .add_product
    {
        margin: 20px 0 0;
    }

    .info_404 .num
    {
        padding-top: 30px;
        font-size: 120px;
        line-height: 150px;
        letter-spacing: -7px;
    }

    .info_404 .not_found
    {
        font-size: 20px;
        line-height: 24px;
        margin-top: -20px;
        letter-spacing: 0px;
        padding-top: 0;
    }
}

@media (max-width: 320px)
{

    #newsletter input
    {
        width: 71%;
    }

    aside.footer_bottom .privacy, .footer_menu a
    {
        font-size: 11px;
    }

    .block_headerlinks > li
    {
        margin-left: 2px;
        font-size: 11px;
    }

    #shopping_cart.active .cart_content
    {
        width: 274px;
    }

    .cart_inner
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .related1 > li
    {
        width: 50% !important;
    }

    #flickr_badge img
    {
        width: 105px !important;
        height: 105px !important;
    }



    .sliderContainer .selectorsBlock
    {
        display: none;
    }
}

.color-selector
{
    width: 37px;
    height: 37px;
    display: inline-block;
    margin-right: 0px;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
    line-height: 35px;
}

    .color-selector:after
    {
        position: absolute;
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px;
        border: 3px #d9d9d9 solid;
        content: "";
        opacity: 0;
    }

    .color-selector.active:after
    {
        opacity: 1;
        border: 3px #262626 solid;
    }

    .color-selector:hover:after
    {
        opacity: 1;
    }

    .color-selector:before
    {
        opacity: 0;
        border: 1px #fff solid;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        content: "";
        position: absolute;
    }

    .color-selector.active:before
    {
        opacity: 1;
    }

    .color-selector:hover:before
    {
        opacity: 1;
    }


@media (max-width: 1920px)
{
    .caption1 .slide_button
    {
        left: 123px !important;
        bottom: 45% !important;
    }

    .caption2 .slide_button
    {
        right: 60px !important;
        bottom: 45% !important;
    }

    .caption3 .slide_button
    {
        left: 51px !important;
        bottom: 45% !important;
    }
}

@media (max-width: 1480px)
{
    .caption1 .slide_button
    {
        left: 123px !important;
        bottom: 10% !important;
    }

    .caption2 .slide_button
    {
        right: 60px !important;
        bottom: 10% !important;
    }

    .caption3 .slide_button
    {
        left: 51px !important;
        bottom: 10% !important;
    }
}

@media (max-width: 1280px)
{
    .caption1 .slide_button
    {
        left: 10% !important;
        bottom: 10% !important;
    }

    .caption2 .slide_button
    {
        right: 10% !important;
        bottom: 10% !important;
    }

    .caption3 .slide_button
    {
        left: 10% !important;
        bottom: 10% !important;
    }
}

@media (max-width: 991px)
{
    /*.modal {
            margin-top: 70px;
    }*/
    
    .slide_button
    {
        font-size: 12px;
        font-weight: 500;
        padding: 9px 0;
        width: 120px;
    }
    
    #category.grid > li {
        width: 33%;
    }
}

.inputcustom
{
    margin: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 8px 7px 9px;
    font-size: 13px;
    color: #848484;
    border-radius: 10px;
    font-family: 'Montserrat', Helvetica, sans-serif;
}

.inputcustompopup
{
    margin: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 13px;
    color: #848484;
    font-family: 'Montserrat', Helvetica, sans-serif;
}


/*-----------------------------------------------------------------------------------*/
/*	CHECKOUT
/*-----------------------------------------------------------------------------------*/
.checkout_nav
{
    margin-bottom: 30px;
    margin: 0 2%;
}

    .checkout_nav li
    {
        position: relative;
        display: inline-block;
        width: 24%;
        margin-right: -4px;
        padding: 10px 0 12px;
        font-weight: 300;
        text-align: center;
        line-height: 26px;
        font-size: 16px;
        color: #999;
        border: 2px solid #ccc;
        border-right: 0;
    }

        .checkout_nav li:before
        {
            content: '';
            position: absolute;
            z-index: 1;
            right: -22px;
            top: 0;
            bottom: 0;
            width: 26px;
            background-image: url(../images/checkout_arrow.jpg);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
        }

        .checkout_nav li.active_step
        {
            font-weight: 400;
            color: #333;
            border-right: 0;
            background-color: #f4f4f4;
        }

            .checkout_nav li.active_step:before
            {
                background-image: url(../images/active_step.jpg);
            }

        .checkout_nav li.done_step,
        .checkout_nav li.done_step2
        {
            font-weight: 400;
            color: #333;
            border-color: #6d9f3b;
            border-right: 0;
            background-color: #e4ffd1;
        }

            .checkout_nav li.done_step:before
            {
                background-image: url(../images/done_step.jpg);
            }

            .checkout_nav li.done_step2:before
            {
                background-image: url(../images/done_step2.jpg);
            }

        .checkout_nav li.ultimo_step
        {
            border-right: 2px solid #ccc;
            width: 26%;
        }

            .checkout_nav li.ultimo_step:before
            {
                display: none;
            }


@media only screen and (max-width: 767px)
{
    .checkout_nav li
    {
        font-size: 12px;
        width: 50%;
    }

        .checkout_nav li.ultimo_step
        {
            font-size: 12px;
            width: 46%;
        }

    /*#modalNovedades
    {
        width: 400px !important;
    }*/

     #category.grid > li {
        width: 99%;
    }
}

/* NUEVOS ESTILOS */

.mobile-hidden
{
    display: block !important;
}

.desktop-hidden
{
    display: none !important;
}

.btn-call
{
    padding: 6px;
    border: solid thin #ccc;
    display: inline-block;
    border-radius: 10px;
}

    .btn-call > .fa
    {
        font-size: 16px;
        margin-top: 2px;
    }

@media (max-width: 730px)
{
    .btn-call
    {
        margin-top: 5px;
    }
}

@media (max-width: 768px)
{

    .mobile-hidden, .product-box .product-buttons li.blue
    {
        display: none !important;
    }

    .desktop-hidden
    {
        display: block !important;
    }

    /* CAMBIOS FOOTER */
    .list1 li
    {
        margin-bottom: 6px;
    }

    .list1 a
    {
        font-size: 13px;
    }

    aside.social_block2 h4
    {
        margin-bottom: 6px;
        font-size: 15px;
    }

    aside.social_block2 [class*="grid_"]
    {
        margin-bottom: 20px;
    }
}


/* ==========================================================================
   ESTILOS AGREGADOS
   ========================================================================== */

/* PALABRA "MENU" EN EL NAV */
.main-menu .menu-title
{
    display: none;
    color: white;
    position: absolute;
    left: 15px;
    top: 26%;
    text-transform: uppercase;
    font-weight: bold;
}

/* FLECHAS SLIDERS */
/* FLECHAS SLIDERS */

@media only screen and (min-width: 480px)
{

    .owl-prev,
    .owl-next
    {
        right: inherit;
    }

    .owl-buttons div
    {
        top: 4px !important;
    }

    .owl-controls
    {
        width: 40px;
        height: 37px;
        position: absolute;
        top: -37px;
        left: inherit;
        right: 0;
    }

    .owl-prev
    {
        left: 0;
    }

    .owl-next
    {
        left: 30px;
    }

    /* SLIDER OFERTAS */
    #latest_products .owl-controls
    {
        left: 315px !important;
    }

    /* SLIDER PRODUCTOS RELACIONADOS */
    #related_products .owl-controls
    {
        left: 350px !important;
    }

    /* SLIDER NUESTRAS MARCAS */
    #brands .owl-controls
    {
        left: 245px !important;
    }

    /* SLIDER OFERTAS */
    #bestseller .owl-controls
    {
        left: 125px !important;
    }
}


.combo
{
    margin: 0;
    position: relative;
    outline: none;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #848484;
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.multiplecolumns {
    height: 300px; /*your fixed height*/
    column-width: 250px;
     -moz-column-width: 250px; /* Firefox */
    -webkit-column-width: 250px; 
}
.multiplecolumns li {
    display: inline-block; /*necessary*/
    /*width:auto;
    min-width:200px;*/
}
/*
.main-menu .sf-menu ul.multiplecolumns li
{
    width: auto;
    min-width:200px;
}*/


.modalproducto{
    column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
}

@media only screen and (max-width: 480px) {
    .modalproducto{
    column-count: 1;
    -webkit-column-count: 1;
    column-count: `1;
    }
}
            #whaICON {
                position: fixed;
                left: 20px;
                bottom: 10px;
                z-index: 9999999999999999;
            }
          @media all and (min-width: 0px) and (max-width:520px) {
              #whaICON {
                  position: fixed;
                  left: 20px;
                  bottom: 20px;
                  z-index: 9999999999999999;
                  width:40px;
              }
          }
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/content/images-color-box/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/content/images-color-box/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/content/images-color-box/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/content/images-color-box/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/content/images-color-box/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/content/images-color-box/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/content/images-color-box/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/content/images-color-box/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/content/images-color-box/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/content/images-color-box/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/content/images-color-box/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/content/images-color-box/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/content/images-color-box/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/content/images-color-box/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* --------------- ESTILOS NUEVOS --------------- */
nav {
    background: transparent;
    z-index: inherit;
}

.cd-main-header {
    background: transparent;
    border-radius: 0;
    height: inherit;
    margin: auto;
    min-height: 40px;
    padding: 0;
    width: 90%;
}

    .cd-main-header .cd-header-buttons {
        right: 20px;
    }

.cd-nav .fa {
    font-size: 1rem;
    line-height: 60px;
}

.cd-nav .focus {
    background: #8fa008;
}

footer {
    background: white;
    border-radius: 0px 0px 10px 10px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.main {
    border-radius: 0;
    min-height: 500px;
    margin: 0 auto;
    max-width: inherit;
    /*padding-top: 10px;
  border-radius: 0 0 10px 10px; */
    width: 90%;
}

.top-nav {
    background: #f6f6f6;
    border-radius: 10px 10px 0 0;
    margin-top: 20px;
    min-height: 50px;
    padding: 5px 30px;
    position: relative;
    width: 100%;
}

    .top-nav:after {
        background: url('../images/header_top.jpg') 0 bottom repeat-x;
        bottom: -1px;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .top-nav ul {
        display: inline-block;
        font-size: 0;
    }

    .top-nav li {
        display: inline-block;
        font-size: 0.8rem;
        position: relative;
    }

        .top-nav li a {
            color: #666;
            display: block;
            line-height: 40px;
            padding: 0 10px;
        }

            .top-nav li a:hover {
                color: black;
            }

        .top-nav li:before {
            content: '|';
            left: 0;
            line-height: 40px;
            position: absolute;
        }

    .top-nav .user-nav li:first-child a {
        padding-left: 0;
    }

    .top-nav .site-nav li:last-child a {
        padding-right: 0;
    }

    .top-nav li:first-child:before {
        content: none;
    }

    .top-nav .user-nav {
        float: left;
    }

    .top-nav .site-nav {
        float: right;
    }

.top-nav-menu {
    display: none;
}

    .top-nav-menu.icon-home,
    .top-nav-menu.icon-home .fa {
        display: inline-block;
        font-size: 1.18rem;
    }

.mobile-nav {
    display: none;
}

.button-contact,
.button-contact-info {
    display: none;
}

    .button-contact a {
        background: #5B6365;
        border: none;
        font-size: 1.15rem;
        height: 38px;
        text-align: center;
    }

    .button-contact-info a {
        background: #5B6365;
        color: white;
        font-size: 0.8rem;
        height: auto;
        line-height: 30px;
        padding-bottom: 10px;
        text-align: center;
    }

.search-mobile {
    display: none;
}

    .search-mobile input {
        height: 45px;
        padding: 0 15px;
        width: 100%;
    }

.logo-header {
    background: white;
    min-height: 80px;
    padding: 10px 30px;
    width: 100%;
}

    .logo-header .call_us {
        color: #848484;
        float: right;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        margin-top: 10px;
        padding: 5px 160px 0 0;
        position: relative;
        text-align: right;
    }

        .logo-header .call_us span {
            color: #4b9cc3;
            font-size: 18px;
            font-weight: bold;
        }

            .logo-header .call_us span.blue {
                color: #4b9cc3;
                font-size: 14px;
                font-weight: bold;
            }

.logo-fixed {
    display: none;
    text-align: left;
}

    .logo-fixed img {
        margin: 10px 10px 10px 0;
        max-height: 40px;
    }

    .logo-fixed a {
        background: transparent !important;
    }

#search {
    border: solid thin #ccc;
    margin-top: 16px;
    position: relative;
}

    #search input {
        border: none;
        height: inherit;
        position: relative;
        width: 100%;
    }

@media (min-width: 1024px) {
    .marcasnav {
        min-width: 1100px !important;
    }

        .marcasnav li {
            float: none !important;
        }

    .two-columns {
        columns: 2;
        -moz-columns: 2;
        -webkit-columns: 2;
        min-width: 500px !important;
    }

    .tree-columns {
        columns: 3;
        -moz-columns: 3;
        -webkit-columns: 3;
        min-width: 500px !important;
    }

    .four-columns {
        columns: 4;
        -moz-columns: 4;
        -webkit-columns: 4;
        min-width: 600px !important;
    }

    .five-columns {
        columns: 7;
        -moz-columns: 7;
        -webkit-columns: 7;
        min-width: 1000px !important;
    }

    .six-columns {
        columns: 7;
        -moz-columns: 7;
        -webkit-columns: 7;
        min-width: 1000px !important;
    }

    .cd-nav.cd-nav-fixed .logo-fixed {
        display: inline-block;
    }

    .top-nav-menu.icon-home a {
        background: #0C78AD;
    }

    #search {
        width: 16%;
        float: right;
        clear: inherit;
        margin-top: 10px;
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    .cd-primary-nav > li > a {
        padding: 0 6px !important;
        font-size: 10px !important;
    }
}


@media (max-width: 1024px) {
    .main,
    .cd-main-header {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .main {
        padding-top: 60px;
    }

    .cd-main-header {
        background: #0f93d3;
        margin: 0;
    }

    .cd-search {
        top: 70px;
    }

    .cd-nav .fa {
        font-size: 1rem;
        line-height: 50px;
    }

    .cd-nav li {
        float: left;
        width: 100%;
    }

    .cd-primary-nav > li > a {
        padding: 0 15px !important;
        font-size: 13px !important;
    }

    footer {
        border-radius: 0px;
        margin-bottom: 0px;
    }

    .top-nav {
        border-radius: 0;
        margin-top: 0;
        min-height: 40px;
        padding: 0 30px;
    }

    .mobile-nav {
        background: #0f93d3;
        display: block;
        min-height: 50px;
        padding: 0 30px;
        position: relative;
        width: 100%;
    }

        .mobile-nav .logo-sm {
            display: inline-block;
            max-height: 40px;
        }

            .mobile-nav .logo-sm img {
                height: 40px;
                margin: 5px 0;
            }

    .logo-header {
        display: none;
    }

    .search-mobile {
        display: inline-block;
    }
}

@media (max-width: 769px) {
    .top-nav {
        display: none;
    }

    .mobile-nav {
        padding: 0 10px;
    }

    .cd-main-header .cd-header-buttons {
        right: 10px;
    }

    .top-nav-menu {
        display: block;
        float: left;
        text-align: center;
        width: 25% !important;
    }

    .button-contact,
    .button-contact-info {
        display: inline-block;
    }

    .cd-search {
        top: 60px;
    }
}

.listado {
    width: 100%;
    float: left;
    background-color: #FFF;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .listado .product-box {
        display: block;
        width: 20%;
        float: left;
        text-align: center;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.owl-carousel .product-box {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .listado .product-box {
        width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .listado .product-box {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .listado .product-box {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .listado .product-box {
        width: 100%;
    }

    .ocultarBusqueda {
        display: block !important;
    }
}

.listado .product-box:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    height: 1px;
    width: 100%;
    background: url('../images/stripe1.jpg') 0 bottom repeat-x;
    content: "";
}

.listadoNoBorder .product-box:before, .listadoNoBorder .product-box::after {
    background: none !important;
}

.listado .product-box:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: url('../images/stripe2.jpg') repeat-y;
    content: "";
}

.listado .product-box > .content,
.owl-carousel .product-box > .content {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .listado .product-box > .content:after {
        content: '';
        width: 100%;
        height: 4px;
        left: 0;
        background: #0f93d3;
        position: absolute;
        bottom: 4px;
        visibility: hidden;
        transform: scaleX(0);
        transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
    }

.listado .product-box:first-of-type:before {
    background: transparent;
}

.listado .product-box:hover > .content:after {
    visibility: visible;
    transform: scaleX(1);
}

.product-box .product-photo {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 10px 0;
}

    .product-box .product-photo img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -moz-transition: all .4s ease 0s;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        /*width:100%;*/
    }

.product-box:hover .product-photo img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-box:hover .product-photo img {
    opacity: 0.8;
}

.product-box .product-buttons {
    /*position: absolute;
	width: 100%;
	top: 100%;
	margin-top: 60px;
	left: 0;
	display: block;
	text-align: center;
	font-size: 0;
	padding: 0;
	transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;*/
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    left: 0;
    display: block;
    text-align: center;
    font-size: 0;
    padding: 0;
    opacity: 0;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.product-box:hover .product-buttons {
    /*top: 50%;
	margin-top: -30px;*/
    opacity: 1;
}

.product-box .product-buttons li {
    display: inline-block;
}

    .product-box .product-buttons li a {
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #DDD;
        border-radius: 50%;
        margin: 0 4px;
    }

        .product-box .product-buttons li a i {
            font-size: 1.2rem;
            line-height: 60px;
        }

    .product-box .product-buttons li.blue a {
        background: #0f93d3;
        color: #FFF;
    }

        .product-box .product-buttons li.blue a:hover {
            background: #0c71a3;
            color: #FFF;
        }

    .product-box .product-buttons li.gray a {
        background: #DDD;
        color: #4f4f4f;
    }

        .product-box .product-buttons li.gray a:hover {
            background: #d2d2d2;
            color: #4f4f4f;
        }

/*buscador marcas*/
.search-responsive {
    display: none;
}

.dropdown-search input {
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #2e3233;
    width: 100%;
    border-radius: 5px;
    border: solid thin #ccc;
    padding: 10px 36px 10px 10px;
    font-size: 12px;
    background: url(../images/searcher.svg) no-repeat right 10px center #fff;
    background-size: 18px;
}

.no-matches {
    color: #E84855;
    font-size: 13px;
    font-weight: 500;
}

    .no-matches.is-hidden {
        display: none;
    }

@media only screen and (min-width:1024px) {

    .dropdown-scroll {
        max-width: 250px !important;
    }

    .dropdown-search {
        display: block;
        position: absolute;
        top: 100%;
        background-color: #fff;
        left: 0;
        z-index: 2000;
        width: 100%;
        min-width: 250px;
        background-color: #fff;
        padding: 10px 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    }

        .dropdown-search.is-hidden {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s 0s, visibility 0s .3s;
            -moz-transition: opacity .3s 0s, visibility 0s .3s;
            transition: opacity .3s 0s, visibility 0s .3s;
        }

    .brands-menu {
        margin-top: 55px;
    }
}

@media only screen and (max-width:1023px) {
    .dropdown-search {
        display: none;
        position: initial;
        padding: 0 15px;
    }

    .search-responsive,
    .search-responsive .dropdown-search {
        display: block !important;
    }

    .no-matches {
        color: #ffffff;
        font-size: 14px;
        padding: 15px;
    }
}


/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0.5em 5%;
    background: #565656;
    background: rgba(86,86,86,0.95);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    z-index: 99999;
    text-align: center;
    color: #fff;
}

    .cc-cookies a, .cc-cookies a:hover {
        color: #fff;
        text-decoration: underline;
    }

        .cc-cookies a:hover {
            text-decoration: none;
        }

.cc-overlay {
    height: 100%;
    padding-top: 25%;
}

.cc-cookies-error {
    float: left;
    width: 90%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #fff;
    padding: 2em 5%;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333;
}

    .cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        background: #7DAF3B;
        padding: 0.5em 0.75em;
        border-radius: 3px;
        box-shadow: 0 0 2px rgba(0,0,0,0.25);
        text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
        -o-transition: background 0.5s ease-in;
        -webkit-transition: background 0.25s ease-in;
        -moz-transition: background 0.25s ease-in;
    }

    .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
        background: #af3b3b;
        margin-left: 0.5em;
    }

.cc-cookies a.cc-cookie-reset {
    background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
    background: #000;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em;
}

.cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto;
}

    .cc-cookies.cc-discreet a.cc-cookie-reset {
        background: none;
        text-shadow: none;
        padding: 0;
        text-decoration: underline;
    }

    .cc-cookies.cc-discreet a:hover.cc-cookie-reset {
        text-decoration: none;
    }

@media screen and (max-width: 768px) {
    .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: block;
        margin: 1em 0;
    }
}

@media screen and (max-width: 480px) {
    .cc-cookies {
        position: relative;
        float: left;
    }
}

ul.ui-autocomplete {
    /*margin-top:5px !important;*/
    /*color: red !important;*/
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 450px;
}


.ui-corner-all {
    -webkit-border-radius: 0;
    /*-moz-border-radius: 0;
    border-radius: 0;*/
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*margin-bottom:2px;*/
}

.ui-menu {
    border: 1px solid #93D8F7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .ui-menu .ui-menu-item a {
        color: #888;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .ui-menu .ui-menu-item:hover {
        display: block;
        text-decoration: none;
        color: #3D3D3D;
        cursor: pointer;
        background-color: #93D8F7;
        background-image: none;
        border: 1px solid lightgray;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus {
    border: 1px solid #93D8F7;
    background-image: none;
    background-color: #93D8F7;
    font-weight: bold;
    color: #3D3D3D;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#CaptchaImage{margin-top:20px}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

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

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

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.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;
}
.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;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  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,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-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: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .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';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}
.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 {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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 {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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-top-left-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .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-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.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: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.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: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 20px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.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: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.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;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-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 {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.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: #fff;
  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: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-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 li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.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: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-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: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
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: #fff;
  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-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(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: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}/*
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}*/
.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 .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 (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.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 {
  content: "";
  border-width: 10px;
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }

}
/*# sourceMappingURL=bootstrap.css.map */


/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}


@media only screen and (max-width: 1023px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.cd-nav .cd-header-buttons {
  display: none;
}

.cd-nav-color {
  background: #0f93d3;
  width: 100%;
  display: block;
  float: left;
  border-radius: 10px;
  position: relative;
  /*transition: all 0.35s ease, padding 0.35s ease;*/
}

@media (min-width: 1024px) {
  .cd-nav {
    position: relative;
    /**/z-index: 10;
    width: 100%;
    /*transition: all 0.35s ease, padding 0.35s ease;*/
  }

  .cd-nav > .container {
    background: white;
    width: 90%;
    padding: 10px 30px;
    /*transition: all 0.35s ease, padding 0.35s ease;*/
  }

  .cd-nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background: #0f93d3;
    border-radius: 0;
    /*transition: all 0.35s ease, padding 0.35s ease;*/
  }

  .cd-nav .cd-header-buttons {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -22px;
  }

  .cd-nav-fixed > .container {
    background: transparent;
    padding: 0px;
  }
}

@media (max-width: 1024px) {
  .cd-main-header,
  .cd-nav > .container,
  .cd-nav {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .cd-main-header {
    position: fixed !important;
    top: 0;
  }

  .cd-nav {
    position: fixed;
    height: 0;
  }
}



.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  /*transition: transform 0.3s;*/
}
@media only screen and (max-width: 1023px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.cd-main-content {
  z-index: 2;
}

.cd-main-header {
  height: 50px;
  /*background: #ffffff;*/
  z-index: 3;
}
.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1023px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cd-main-header {
    height: 120px;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}

.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%;
}
.cd-logo img {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-logo {
    top: 26px;
    left: 4em;
  }
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;
}
.cd-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
}

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid white;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: white;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: white;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: white;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: white;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #2e3233;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg");
}
@media only screen and (max-width: 1023px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-primary-nav {
    position: static;
    padding: 0 15px;
    height: auto;
    width: auto;
    float: left;
    overflow: visible;
    background: transparent;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    float: left;
    position: relative;
  }
  .cd-primary-nav > li.open {
    background: #0C78AD;
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    color: white;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
    font-size: 0.66rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  .cd-primary-nav > li > a:hover {
    color: white;
    background: #0C78AD;
  }
  .cd-primary-nav > li > a.selected {
    color: white;
    background: #0C78AD;
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
    
    
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 60px;
    min-width: 250px;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    left: 0;
  }
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: auto;
    /* here you set the number of columns - use width percentage */
    width: 100%;
    float: none;
    margin-right: 2.66%;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
  }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #2e3233;
    font-size: 0.8rem;
    border-bottom: none;
  }
  .cd-primary-nav .cd-secondary-nav a {
    height: 15px;
    line-height: 15px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 0.9rem;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #0f93d3;
  }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
    padding: 0 .4em;
  }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}
.has-children > a, .go-back a {
  position: relative;
}

@media only screen and (max-width: 1023px) { 
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #69aa6f;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }

  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 6px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }
  .cd-primary-nav > .has-children > a::before {
    right: 9px;
  }
  .cd-primary-nav > .has-children > a::after {
    right: 5px;
  }
  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 11px;
  }
  .cd-primary-nav > .has-children > a.selected::before {
    right: 10px;
  }
  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
    background: white;
  }
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: white;
  }

  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }

  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
  height: 100%;
  padding: 0;
}
.cd-search input {
  border-radius: 10px;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: 0 0 15px rgba(0,0,0,.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
@media only screen and (min-width: 1024px) {
  .cd-search {
    height: 100px;
    top: 60px;
    padding: 15px 0;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 1.5rem;
    font-weight: 300;
  }
}

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 200;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1023px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }

  .dropdown-scroll {
    max-height: 300px;
    max-width:300px;
    overflow-y: auto !important;
    columns: initial !important;
    -moz-columns: initial !important;
    -webkit-columns: initial !important; 

    }
}

/*!
 * Bootstrap Responsive v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="grid_"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.grid_12 {
  width: 940px;
}
.grid_11 {
  width: 860px;
}
.grid_10 {
  width: 780px;
}
.grid_9 {
  width: 700px;
}
.grid_8 {
  width: 620px;
}
.grid_7 {
  width: 540px;
}
.grid_6 {
  width: 460px;
}
.grid_5 {
  width: 380px;
}
.grid_4 {
  width: 300px;
}
.grid_3 {
  width: 220px;
}
.grid_2 {
  width: 140px;
}
.grid_1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="grid_"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="grid_"]:first-child {
  margin-left: 0;
}
.row-fluid .grid_12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .grid_11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .grid_10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .grid_9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .grid_8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .grid_7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .grid_6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .grid_5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .grid_4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .grid_3 {
  width: 23.404255319148934%;
  *width: 23.351063829787232%;
}
.row-fluid .grid_2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .grid_1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893616%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574466%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659573%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319148%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999998%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085105%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234034%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148937%;
}
[class*="grid_"].hide,
.row-fluid [class*="grid_"].hide {
  display: none;
}
[class*="grid_"].pull-right,
.row-fluid [class*="grid_"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}



@-ms-viewport  {
  width: device-width;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin: 0 -2%;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin: 0 2%; /*********************** modificado (antes 30px) ***********************/
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 96%; /* modificado (antes 1170px) */
  }
  .grid_12 {
    width: 96%; /* modificado (antes 1170px) */
  }
  .grid_11 {
    width: 87.66%; /* modificado (antes 1070px) */
  }
  .grid_10 {
    width: 79.33%; /* modificado (antes 970px) */
  }
  .grid_9 {
    width: 71%; /* modificado (antes 870px) */
  }
  .grid_8 {
    width: 62.66%; /* modificado (antes 770px) */
  }
  .grid_7 {
    width: 54.33%; /* modificado (antes 670px */
  }
  .grid_6 {
    width: 45.99%; /* modificado (antes 570px) */
  }
  .grid_5 {
    width: 37.66%; /* modificado (antes 470px) */
  }
  .grid_4 {
    width: 29.33%; /* modificado (antes 370px) */
  }
  .grid_3 {
    width: 20.99%; /* modificado (antes 270px) */
  }
  .grid_2 {
    width: 12.66%; /* modificado (antes 170px) */
  }
  .grid_1 {
    width: 4.33%; /* modificado (antes 70px) */
  }
  .offset12 {
    margin-left: 100%;/*1230px*/
  }
  .offset11 {
    margin-left: 91.66%;/*1130px*/
  }
  .offset10 {
    margin-left: 83.33%;/*1030px*/
  }
  .offset9 {
    margin-left: 75%;/*930px*/
  }
  .offset8 {
    margin-left: 66.66%;/*830px*/
  }
  .offset7 {
    margin-left: 58.33%;/*730px*/
  }
  .offset6 {
    margin-left: 50%;/*630px*/
  }
  .offset5 {
    margin-left: 41.66%;/*530px*/
  }
  .offset4 {
    margin-left: 33.33%;/*430px*/
  }
  .offset3 {
    margin-left: 24.99%;/*330px*/
  }
  .offset2 {
    margin-left: 16.66%;/*230px*/
  }
  .offset1 {
    margin-left: 8.33%;/* 130px*/
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="grid_"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="grid_"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="grid_"] + [class*="grid_"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .grid_12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .grid_11 {
    width: 91.45299145299145%;
    *width: 91.39979996362974%;
  }
  .row-fluid .grid_10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .grid_9 {
    width: 74.35897435897436%;
    *width: 74.30578286961265%;
  }
  .row-fluid .grid_8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .grid_7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .grid_6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .grid_5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .grid_4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .grid_3 {
    width: 23.076923076923076%;
    *width: 23.023731587561375%;
  }
  .row-fluid .grid_2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .grid_1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435351%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144752%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145294%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396256%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017093%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008546%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="grid_"] + [class*="grid_"] {
    margin-left: 30px;
  }
  input.grid_12, textarea.grid_12, .uneditable-input.grid_12 {
    width: 1156px;
  }
  input.grid_11, textarea.grid_11, .uneditable-input.grid_11 {
    width: 1056px;
  }
  input.grid_10, textarea.grid_10, .uneditable-input.grid_10 {
    width: 956px;
  }
  input.grid_9, textarea.grid_9, .uneditable-input.grid_9 {
    width: 856px;
  }
  input.grid_8, textarea.grid_8, .uneditable-input.grid_8 {
    width: 756px;
  }
  input.grid_7, textarea.grid_7, .uneditable-input.grid_7 {
    width: 656px;
  }
  input.grid_6, textarea.grid_6, .uneditable-input.grid_6 {
    width: 556px;
  }
  input.grid_5, textarea.grid_5, .uneditable-input.grid_5 {
    width: 456px;
  }
  input.grid_4, textarea.grid_4, .uneditable-input.grid_4 {
    width: 356px;
  }
  input.grid_3, textarea.grid_3, .uneditable-input.grid_3 {
    width: 256px;
  }
  input.grid_2, textarea.grid_2, .uneditable-input.grid_2 {
    width: 156px;
  }
  input.grid_1, textarea.grid_1, .uneditable-input.grid_1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .grid_12 {
    width: 724px;
  }
  .grid_11 {
    width: 662px;
  }
  .grid_10 {
    width: 600px;
  }
  .grid_9 {
    width: 538px;
  }
  .grid_8 {
    width: 476px;
  }
  .grid_7 {
    width: 414px;
  }
  .grid_6 {
    width: 352px;
  }
  .grid_5 {
    width: 290px;
  }
  .grid_4 {
    width: 228px;
  }
  .grid_3 {
    width: 166px;
  }
  .grid_2 {
    width: 104px;
  }
  .grid_1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="grid_"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="grid_"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="grid_"] + [class*="grid_"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .grid_12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .grid_11 {
    width: 91.43646408839778%;
    *width: 91.38327259903607%;
  }
  .row-fluid .grid_10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .grid_9 {
    width: 74.30939226519336%;
    *width: 74.25620077583166%;
  }
  .row-fluid .grid_8 {
    width: 65.74585635359116%;
    *width: 65.69266486422945%;
  }
  .row-fluid .grid_7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .grid_6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .grid_5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .grid_4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .grid_3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .grid_2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .grid_1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890088%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441988%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332078%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409426%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="grid_"] + [class*="grid_"] {
    margin-left: 20px;
  }
  input.grid_12, textarea.grid_12, .uneditable-input.grid_12 {
    width: 710px;
  }
  input.grid_11, textarea.grid_11, .uneditable-input.grid_11 {
    width: 648px;
  }
  input.grid_10, textarea.grid_10, .uneditable-input.grid_10 {
    width: 586px;
  }
  input.grid_9, textarea.grid_9, .uneditable-input.grid_9 {
    width: 524px;
  }
  input.grid_8, textarea.grid_8, .uneditable-input.grid_8 {
    width: 462px;
  }
  input.grid_7, textarea.grid_7, .uneditable-input.grid_7 {
    width: 400px;
  }
  input.grid_6, textarea.grid_6, .uneditable-input.grid_6 {
    width: 338px;
  }
  input.grid_5, textarea.grid_5, .uneditable-input.grid_5 {
    width: 276px;
  }
  input.grid_4, textarea.grid_4, .uneditable-input.grid_4 {
    width: 214px;
  }
  input.grid_3, textarea.grid_3, .uneditable-input.grid_3 {
    width: 152px;
  }
  input.grid_2, textarea.grid_2, .uneditable-input.grid_2 {
    width: 90px;
  }
  input.grid_1, textarea.grid_1, .uneditable-input.grid_1 {
    width: 28px;
  }
}
@media (max-width: 767px) {

.main-menu .menu-title{
  display: block;
  }

  body {
    padding: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
    padding: 0 20px;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="grid_"],
  .uneditable-input[class*="grid_"],
  .row-fluid [class*="grid_"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .grid_12,
  .row-fluid .grid_12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="grid_"],
  select[class*="grid_"],
  textarea[class*="grid_"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="grid_"],
  .input-append input[class*="grid_"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="grid_"] + [class*="grid_"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
    
    
 .combo
    {
        margin-top: 20px;
    }

    .breadcrump
    {
        display: none;
    }

  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:100px;
    margin-left: 860px;
    left: 50%;
	overflow:hidden;
	width:45px;
	height:45px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/back_to.png) no-repeat left top;
}


#toTop:hover {
	outline:none;
	background-position: 0 -46px;
}

.sliderContainer .m-caption{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.sliderContainer .caption1{
  position: absolute;
}
.sliderContainer .m-caption>span{display: block;position: absolute;}
.sliderContainer .caption1>span.font1{
  font-size: 36px;
  line-height: 44px;
  color: #848484;
  left: 48px;
  letter-spacing: -1px;
  top: 54px;
}
.sliderContainer .caption1>span.font2{
  font-size: 50px;
  line-height: 60px;
  color: #55B2DE;
  font-weight: bold;
  left: 119px;
  letter-spacing: -1px;
  top: 54px;
}
.sliderContainer .caption1>span.font3{
  font-size: 110px;
  line-height: 132px;
  color: #55B2DE;
  font-weight: bold;
  left: 47px;
  letter-spacing: -2px;
  top: 76px;
}
.sliderContainer .caption1>span.font4{
  font-size: 36px;
  line-height: 44px;
  color: #848484;
  left: 48px;
  letter-spacing: 1px;
  top: 183px;
}
.sliderContainer .caption1>span.font5{
  color: #55B2DE;
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  left: 170px;
  letter-spacing: 1px;
  top: 179px;
}
.sliderContainer .caption1>span.font6{
  font-size: 86px;
  font-weight: bold;
  line-height: 104px;
  color: #55B2DE;
  left: 95px;
  letter-spacing: 1px;
  top: 215px;
}

.sliderContainer .caption2>span.font1{
  font-size: 129px;
  line-height: 160px;
  font-weight: bold;
  color: #55B2DE;
  left: 513px;
  text-transform: uppercase;
  letter-spacing: -1px;
  top: 19px;
}
.sliderContainer .caption2>span.font2{
  font-size: 87px;
  line-height: 104px;
  text-transform: uppercase;
  color: #55B2DE;
  font-weight: bold;
  left: 518px;
  letter-spacing: 3px;
  top: 135px;
}
.sliderContainer .caption2>span.font3, .sliderContainer .caption2>span.font5{
  font-size: 27px;
  line-height: 34px;
  color: #848484;
  left: 523px;
  text-transform: uppercase;
  letter-spacing: -1px;
  top: 223px;
}
.sliderContainer .caption2>span.font3 span{
  display: block;
  margin-top: -7px;
}
.sliderContainer .caption2>span.font4{
  font-size: 65px;
  line-height: 80px;
  color: #F37225;
  left: 565px;
  font-weight: bold;
  letter-spacing: -3px;
  top: 212px;
}
.sliderContainer .caption2>span.font5{
  left: 523px;
  top: 286px;
  font-size: 24px;
}
.sliderContainer .caption2>span.font6{
  font-size: 33px;
  line-height: 41px;
  text-transform: uppercase;
  color: #55B2DE;
  left: 571px;
  letter-spacing: -1px;
  top: 279px;
}

.sliderContainer .caption3>span.font1{
  font-size: 78px;
  line-height: 96px;
  font-weight: bold;
  color: #55B2DE;
  left: 44px;
  letter-spacing: -1px;
  top: 74px;
}
.sliderContainer .caption3>span.font2{
  font-size: 55px;
  line-height: 68px;
  text-transform: uppercase;
  color: #55B2DE;
  font-weight: bold;
  left: 49px;
  letter-spacing: 0px;
  top: 148px;
}
.sliderContainer .caption3>span.font3{
  font-size: 25px;
  line-height: 34px;
  color: #848484;
  left: 49px;
  text-transform: uppercase;
  letter-spacing: -1px;
  top: 224px;
}
.sliderContainer .caption3>span.font3 span{
  display: block;
  font-size: 20px;
  margin-top: -11px;
}
.sliderContainer .caption3>span.font4{
  font-size: 32px;
  line-height: 68px;
  color: #F37225;
  left: 115px;
  letter-spacing: -3px;
  top: 207px;
}
.sliderContainer .caption3>span.font5{
  left: 133px;
  top: 217px;
  font-size: 55px;
  line-height: 68px;
   color: #F37225;
   font-weight: bold;
   letter-spacing: -4px;
}
.sliderContainer .caption3>span.font6{
  font-size: 33px;
  line-height: 41px;
  text-transform: uppercase;
  color: #078aac;
  left: 571px;
  letter-spacing: -1px;
  top: 279px;
}

.slide_button{
  display: block;
  width: 197px;
  background: #8fa008;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-weight: 800;
  padding: 15px 0 12px;
}
#layerslider .slide_button{
  width: 190px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
}
.sliderContainer .slide_button{
  left: 50px;
  bottom: 17px;
  position: absolute;
}
.caption2 .slide_button{
  left: auto;
  right: 40px;
  bottom: 10px;
  width: 196px;
}
.caption3 .slide_button{
  left: 51px;
  bottom: 40px;
  width: 180px;
}
.slide_button:hover{
  background: #4E4E4E;
  color: #fff;
}
.slide_button .btn-arrow{
  display: inline-block;
  width: 8px;
  height: 12px;
  margin:5px 0 0 20px;
  background: url('../images/button_arrow.png') no-repeat;
}
.slide_button:hover .btn-arrow{
  background-position: 0 -13px;
}
.sliderContainer .caption2 > span.font1, .sliderContainer .caption2 > span.font2, .sliderContainer .caption2 > span.font3, .sliderContainer .caption2 > span.font5{left: 390px;}
  .sliderContainer .caption2 > span.font4{left: 430px;}
  .sliderContainer .caption2 > span.font6{left: 450px;}
  
.iosSlider .slider .item>a{display: none;overflow: hidden;}
.iosSlider .slider .item>a img{width: 100%;}
.sliderContainer-nav{
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 46%;
  left: 0;
}
.selectorsss>div{
  width: 33px;
  height: 50px;
  position: absolute;
  top: 3px;
  display: block;
}
.sliderContainer-nav a.prev{
  
  left: 20px;
}
.sliderContainer-nav a.next{
  background: url('../images/slider_arrows_next.png') no-repeat;
  right: 20px;
}
.sliderContainer-nav a:hover{
  background-position: 0 -50px;
}

.sliderContainer{
	/* defaults for resposive height container */
	position: relative;
	width: 100%;
	height: 0;
	
	/* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
	padding: 0 0 61% 0;
}
.iosSlider {
	width: 100%;
	
	/* this height ends up being your maximum height, 
	 * if you want it to scale forever, set it to 
	 * a very high number */
	height: 470px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	float: left;
	
	width: 100%;
}

.iosSlider .slider .item img {
	width: 100%;
	height: auto;
}

/* controls */
.sliderContainer .prevContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	padding: 0 0 0 0;
	z-index: 10;
}

.sliderContainer .prevContainer .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: url('../images/slider_arrows_prev.png') 50% 50% no-repeat;
}

.sliderContainer .nextContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	padding: 0 0 0 0;
	z-index: 10;
}

.sliderContainer .nextContainer .next {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: url('../images/slider_arrows_next.png') 50% 50% no-repeat;
}
.sliderContainer .prevContainer, .sliderContainer .nextContainer{
  opacity: 0;
}
.sliderContainer .prevContainer:hover, .sliderContainer .nextContainer:hover{
  opacity: 1;
}
.sliderContainer .selectorsBlock {
	position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 5px;
  text-align: center;
}

.sliderContainer .selectorsBlock .selectors {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#layerslider .ls-bottom-slidebuttons{z-index: 999;bottom: -9px;top: auto;}
.sliderContainer .selectorsBlock .selectors .item, #layerslider .ls-bottom-slidebuttons a{
	display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 1px;
  background: url('../images/pag.png') no-repeat;
  text-indent: -99999px;
}

.sliderContainer .selectorsBlock .selectors .selected, .sliderContainer .selectorsBlock .selectors .item:hover, #layerslider .ls-bottom-slidebuttons a:hover, #layerslider .ls-bottom-slidebuttons a.ls-nav-active{
	background-position: 0 -12px;
}

.sliderContainer .selectorsBlock .selectors .first {
	margin-left: 0;
}
.error {
    color: red;
}

.mrl-15 {
    margin-left: 15px;
}

.validation-summary-errors {
    padding: 19px 19px 29px;
}

.ok {
    color: green;
}

.contact-form {
    padding: 1px 0 0 0;
    position: relative;
}

    /*.contact-form .success {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        border: 1px solid #000;
        text-align: center;
        padding: 20px 0;
    }*/

    .contact-form textarea, .contact-form input {
        margin: 4px 0 0;
        font-size: 12px;
        border: 1px solid #e2e2e2;
        color: #1b1b1b;
        border-radius: 10px;
        padding: 8px 10px 9px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        position: relative;
        font-family: 'Montserrat', Helvetica, sans-serif;
        background: #fff;
    }

    .contact-form textarea {
        overflow: auto;
        height: 224px;
        resize: none;
        float: left;
    }

    /*.contact-form label {
        display: block;
        position: relative;
        min-height: 74px;
        overflow: hidden;
    }*/

    /*.contact-form label.message {
            display: block;
            padding-bottom: 0;
        }*/

    .contact-form .button {
        margin-left: 8px;
    }

/*.contact-form .error, .contact-form .empty, .contact-form .success {
        display: none;
    }*/

/*.contact-form .error, .contact-form .empty {
        text-align: left;
        color: red;
        font-size: 11px;
        position: absolute;
        right: 10px;
        top: 31px;
    }*/

/*.contact-form .buttons2 {
        overflow: hidden;
        position: relative;
        clear: both;
        padding-top: 20px;
    }

        .contact-form .buttons2 a {
            cursor: pointer;
            margin-top: 0;
        }*/

/*.contact-form span {
        display: block;
        margin: 0px 0 0 5px;
    }*/

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0px;
    padding: 12px;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}

.photo_modal {
    display: inline-block;
    margin: 0 40px 0 0;
}


.textresponsive {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .textresponsive a
    {
    font-size:12px !important
    }


.leftCustomColumn {
    float: left;
    width: 64%;
}
.rigthCustomColumn {
    float: right;
    width: 24%;
    text-align: right;
}

@media all and (max-width : 768px) {

    .leftCustomColumn {
        width: 94%;
    }
    .rigthCustomColumn {
        width: 100%;
        text-align: left;
    }

    
}

/* REQUIRED for core functionality */

.responsive-tabs{padding-top: 20px;margin-bottom: 94px;}
.fullwidth .responsive-tabs{margin-bottom: 32px;}
.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: block; cursor:pointer;float: left;font-size: 16px;color: #848484;}


@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {}

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list {overflow: hidden;}
.responsive-tabs__list__item { background: #fff; padding: 10px 19px 7px; border-radius: 10px 10px 0 0;border: 1px solid #e2e2e2;margin-right: 2px;}
.elements_tabs .responsive-tabs__list__item{
  padding-left: 16px;
  padding-right: 16px;
}
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #f6f6f6; border-bottom-color: #f6f6f6;color: #1b1b1b;}

.responsive-tabs__panel {
  background: #f6f6f6;
  margin-top: -1px;
  border: 1px solid #e2e2e2;
  border-radius: 0 10px 10px 10px;
  font-size: 14px;
  color: #1b1b1b;
}
.responsive-tabs__panel .inner{
  padding: 13px 20px 23px 19px;
}
.responsive-tabs__panel .inner1{
  padding: 19px 20px 24px 19px;
}
.responsive-tabs__panel p{
  margin-bottom: 11px;
}
@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 11px 10px 12px 18px; border-radius: 5px; border: 1px solid #e2e2e2;
		background: #fff;
		position: relative;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #848484;
    letter-spacing: 0;
    margin-bottom: 2px;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 13px; 
		height: 8px;
    background: url('../images/accordion_arrows.png') 0 -9px no-repeat;
	}
	.responsive-tabs h2{
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  .responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #f6f6f6;color: #1b1b1b;}
	.responsive-tabs__heading--active { background: #f6f6f6;color: #1b1b1b;}
	.responsive-tabs__heading--active:after {
    background-position: 0 0;
	 }
   .responsive-tabs__heading--active{
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
    margin-bottom: 0;
   }
   .responsive-tabs__panel{margin-top: -2px;border-radius: 0 0 4px 4px;border-top-color: transparent;margin-bottom: 2px;}
   .responsive-tabs__panel .inner{padding-top: 10px;}
}

/* END - Optional - Basic Skin */

.responsive-tabs.fw_page{
  margin-bottom: 31px;
}


.accordion .accordion_content.closed{
  height:0;
  overflow: hidden;
  opacity: 0;
  padding: 0 19px;
}
.accordion .accordion_content{
  padding: 20px 19px 18px;
  background: #fff;
  opacity: 1;
}
#accordion2.checkout .accordion_content{
  padding: 0;
}
.accordion>li{
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
  border-radius: 10px;
}
.accordion>li>a i{
  position: absolute;
  display: block;
  top: 18px;
  left: 19px;
  width: 8px;
  height: 8px;
  background: url('../images/accordion_plus.png') no-repeat;
}

.accordion>li>a{
  display: block;
  position: relative;
  padding: 10px 34px 6px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  
}
.accordion a.active{
  border-color: #e2e2e2;
}
.accordion>li>a:hover, .accordion>li>a.active{
  color: #19aac5;
}
.accordion>li>a:hover i{
  background-position: 0 -9px;
}
.accordion>li>a.active i{
  background: url('../images/accordion_minus.jpg') 0 2px no-repeat;
}
#panel{
  background: #fff;
  width: 192px;
  left: -192px;
  position: fixed;
  z-index: 999;
  top: 24%;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  color: #848484;
  font-size: 14px;
  border-radius: 0 0 8px 0;
}
#panel .panel_button{
  display: block;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 50px;
  background: url('../images/panel_button.jpg') no-repeat;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  border-radius: 0 8px 8px 0;
}
#panel .panel_button:after{
  display: block;
  position: absolute;
  width: 10px;
  left: -10px;
  top: 0;
  background: #fff;
  height: 120%;
  content: "";
}
#panel .panel_button:hover, #panel .panel_button.active{
  background-position: 0 -50px;
}
#panel .inner{
  padding: 14px 20px 29px 20px;
}
#panel p{margin-bottom: 7px;}
.tools_list >li{
  overflow: hidden;
  margin-bottom: 5px;
}
.bg_colors{
  margin-bottom: 14px;
}
.tools_list a{
  display: block;
  float: left;
  padding: 4px;
  margin:1px 1px 1px 6px;
  box-shadow: 0 0 0 1px #e2e2e2;
  border-radius: 2px;
}
.tools_list li a:first-child{margin-left: 1px;}
.tools_list a span{
  display: block;
  width: 30px;
  height: 30px;
}
.tools_list a:hover{box-shadow: 0 0 0 1px #848484;}

.bg_colors a.color1 span{background: #e2e2e2;}
.bg_colors a.color2 span{background: #fdfbd6;}
.bg_colors a.color3 span{background: #dff2f7;}
.bg_colors a.color4 span{background: #e5efc8;}
.bg_colors a.color5 span{background: #f6e4e6;}
.bg_colors a.color6 span{background: #fff;}

.pattern_bg a span{
  width: 60px;
  height: 60px;
}
.pattern_bg{margin-bottom: 6px;}
.pattern_bg a.pattern1 span{background: url('../images/pattern_ico1.jpg') no-repeat;}
.pattern_bg a.pattern2 span{background: url('../images/pattern_ico2.jpg') no-repeat;}
.pattern_bg a.pattern3 span{background: url('../images/pattern_ico3.jpg') no-repeat;}
.pattern_bg a.pattern4 span{background: url('../images/pattern_ico4.jpg') no-repeat;}

#panel .button_wrap1 a{display: block;text-align: center;margin-top: 20px;}
