/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; padding-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_canadiansolar" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-canadian-solar table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-canadian-solar table th {
		font-weight:bold;
	}

	.tx-canadian-solar table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tt_news" */



.news-single-rightbox,
.news-single-imgcaption,
.news-latest-date,
.news-latest-morelink,
.news-latest-category,
.news-list-category,
.news-list-author,
.news-list-imgcaption,
.news-list-date,
.news-list-browse,
.news-amenu-container,
.news-catmenu  {
	font-size:10px;
}



/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right
 {
	clear:right;
	height:1px;
	border:none;
	padding:0;
	margin:0;
}
.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
	clear:both;
}

.news-single-item HR.cl-left {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	padding:10px;
}

.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	background-color:#f3f3f3;
}


.news-latest-container H2 {
  padding: 0 0 2px 0;
  margin:0;
}

.news-latest-item {
	padding:3px;
	margin:0;
}

.news-latest-item IMG {

	margin: 0 5px 5px 0;
	float:left;
	border: none;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}




.news-latest-item > p {
	margin:0;
	padding:0;
}




/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 10px 0;

}
.news-list-item {
	padding: 0 0 10px 0;
}

.news-list-container H2 {
	margin: 0px;
}

.news-list-date {
	float: right;
	display:block;
	padding-left:10px;
}

.news-list-imgcaption {
	padding:3px 3px 0 0;

}

.news-list-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink  {
	padding-left:5px;
}



	/*---------------------------------  LIST2 / 3 ---------------------------------*/

.news-list2-container,
.news-list3-container {
	padding: 0 0 10px 0;
}


.news-list2-container,
.news-list3-container {
	background:#e5e5e5;
}

.news-list3-item,
.list2-subdiv-hdr {
	background:#f1f1f1;
}
.news-list2-container .hdr-left,
.news-list2-container .hdr-right,
.news-list3-container .list3-left,
.news-list3-container .list3-right {
	width:48%;
	float:left;
	padding:5px;
}

.news-list2-container .sub-left,
.news-list2-container .sub-middle,
.news-list2-container .sub-right {
	width:31%;
	float:left;
	padding:5px;
}

.news-list3-item {
	padding:5px;
}

.news-list3-item,
.list3-subdiv,
.list2-subdiv {
	border-top:5px solid #fff;
}


.news-list2-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}
.news-list3-container IMG {
	float: left;
	margin:0 5px 5px 2px;
	border: none;

}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
	text-align:center;
	margin-bottom:20px;
}

.activeLinkWrap {
	font-weight:bold;
}
.disabledLinkWrap {
	color: #999;
}
.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
	padding:0 1px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	padding:5px;
	margin-bottom:5px;


}

.news-single-img {
	float: right;
	margin:10px 0 0 10px;
	padding:0;
}

.news-single-img img {
	border:none;
}

.news-single-imgcaption {
	padding: 1px 0 3px 0;
	margin:0;
}

.news-single-rightbox {
	float: right;
	width:160px;
	text-align:right;
	clear:both;
}
.news-single-backlink {
	padding: 10px;
}



.news-single-additional-info {
	margin-top: 15px;
	padding:3px;
	clear:both;
}

.news-single-related,
.news-single-files,
.news-single-links  {
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
}

.news-single-related DD,
.news-single-links DD,
.news-single-files DD {
	margin-left: 20px;
}

.news-single-related DT,
.news-single-links DT,
.news-single-files DT {
	font-weight: bold;
	margin-left: 5px;
}

.news-single-files DD A {
	padding:0 3px;
}


	/*--------------------------------- SINGLE2  ---------------------------------*/


.sv-img-big img,
.sv-img-small img {
	border:none;
}

.sv-img-big {
	float: right;
	padding: 10px 0 2px 10px;
}
.sv-img-small-wrapper {
	padding:15px 0;
}
.sv-img-small {
	float: left;
	padding: 0 10px 10px 0;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	width:165px;
    padding:0;
    margin-left:10px;
}
.news-amenu-container LI {
	padding-bottom:1px;

}
.news-amenu-container LI:hover {
	background-color: #f3f3f3;

}

.news-amenu-container UL {
    padding:0;
    margin:0;
	margin-top:5px;

	list-style-type: none;
}

.news-amenu-item-year {
	font-weight: bold;
    margin-top:10px;
	padding: 2px;
	background-color: #f3f3f3;

}


.amenu-act {
	background:#fff;
	font-weight:bold;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:10px;

}

ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.tree A {
	text-decoration: none;
}

ul.tree A.pm {
	cursor: pointer;
}

ul.tree img {
	vertical-align: middle;
}

ul.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 17px;
}

ul.tree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
	white-space: nowrap;
}

ul.tree ul li.expanded ul {
	background: transparent url(c2eccc3960c5e6a571653b22dfafcbc088c5a749.gif)  repeat-y top left;
}

ul.tree ul li.last > ul {
	background: none;
}

ul.tree li.active, ul.tree ul li.active {
	background-color: #ebebeb !important;
}

ul.tree li.active ul, ul.tree ul li.active ul {
	background-color: #f7f3ef;
}






/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}



html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:before,:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src: url(34b841df31bc4bfeca291cf15a1abb35023cc5af.eot) ;src: url(ebf3f43068c9eba2391792a25f1bf97fb04b1fd9.eot)  format('embedded-opentype'), url(5a98eca303fd458885d89547e6a6de09acc724c1.woff)  format('woff'), url(33f7568c89a9b5e99b95213c2490070d69d9418c.ttf)  format('truetype'), url(fd36aa3b87c10d989d569e3f056701e537954a46.svg)  format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;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,.glyphicon-eur: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"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{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.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-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}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}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,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}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%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.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:#337ab7}a.bg-primary:hover{background-color:#286090}.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}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.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.42857143;color:#777}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'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;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{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.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.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.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.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.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.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.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.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-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.42857143;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){background-color:#f9f9f9}.table-hover>tbody>tr:hover{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:hover>.active,.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:hover>.success,.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:hover>.info,.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:hover>.warning,.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:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-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}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;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,-webkit-box-shadow ease-in-out .15s;-o-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;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=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;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:400;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],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{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,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{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,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{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}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top: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 .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.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}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.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.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;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.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:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.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.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:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;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.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.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;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.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.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;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.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.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;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.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:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.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:#23527c;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:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.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;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.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;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;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:400;line-height:1.42857143;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:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.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.42857143;color:#777;white-space:nowrap}.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+.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>.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%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events: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{position:relative;z-index:2;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:400;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:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;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:#337ab7}.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.42857143;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:#337ab7}.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;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.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{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);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;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility: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}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.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:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@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:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width: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;-webkit-box-shadow:none;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-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 .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@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-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-top-left-radius:4px;border-top-right-radius:4px;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}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{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-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.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:#9d9d9d}.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:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.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:#777}.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.42857143;color:#337ab7;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:#23527c;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:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;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:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.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:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;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}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;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}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .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.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.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:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .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}}@-o-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:#337ab7;-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;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{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:-o-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);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-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:-o-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:-o-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:-o-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:-o-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{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.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}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{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.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-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>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.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,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-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,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{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>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>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{border-bottom:0}.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,.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{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;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,.panel-group .panel-heading+.panel-collapse>.list-group{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-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.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-heading .badge{color:#dff0d8;background-color:#3c763d}.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-heading .badge{color:#d9edf7;background-color:#31708f}.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-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.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-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.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:700;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:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-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%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;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.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding: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}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@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}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;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{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;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;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;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;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;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.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,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));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,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));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:0;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%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-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 .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd: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,.dl-horizontal dd: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,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!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 (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.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}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}

@font-face{font-family:'FontAwesome';src: url(f3a5c3cf3e73b771cd62ea258837094fdc194034.eot) ;src: url(1a4854ec497bb54050dbf6174bfc663665e163a8.eot)  format('embedded-opentype'), url(7b48fc7c65299e01579de133a398832aecdc2f3d.woff)  format('woff'), url(78be86f92a9d18e7baa87c0eb1eedcea82d1e505.ttf)  format('truetype'), url(7f795d056f85acb2325814295b44409b30e25882.svg)  format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}

.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 {
	font-size: 1em;
	margin: 1px 0;
}
.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 {
	overflow: hidden;
	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: 20px;
	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%;
	/* support: IE10, see #8844 */
	list-style-image: url(1c4fb4a004ac374ae735c210f8560be0dce354ac.) ;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

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

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

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

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

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center 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 .ui-tabs-anchor {
	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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(5bd3e2dbc7d8d0a29ce811d130033761e0bdd34d.png)  50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(e60e590f4dfbbf502f77aab2fce3a8d04182c833.png)  50% 50% repeat-x;
	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 url(b53e348aaef6a53662e1ee8c9338147525aaf7f2.png)  50% 50% repeat-x;
	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 url(dc7d67d47aa3fca71f05eace5acf8a938c1ffe6d.png)  50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus 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 url(e8e83db4e55a01ab873501b21c65b3fba237149c.png)  50% 50% repeat-x;
	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 url(bee2e0a6886e685319783c515a65f46da169e8ad.png)  50% 50% repeat-x;
	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 url(01721ff271ad167f9c67e2495ce01ef0c83bef04.png)  50% 50% repeat-x;
	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;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(a2262135daabf1754ef46cf95dbdcc6d0b9d3e6a.png) ;
}
.ui-widget-header .ui-icon {
	background-image: url(a2262135daabf1754ef46cf95dbdcc6d0b9d3e6a.png) ;
}
.ui-state-default .ui-icon {
	background-image: url(02a2626bc5d240682fd6ede067d3681d8805b6ea.png) ;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(bf0a9bfdcf1238f54d5833194619685ef603357e.png) ;
}
.ui-state-active .ui-icon {
	background-image: url(bf0a9bfdcf1238f54d5833194619685ef603357e.png) ;
}
.ui-state-highlight .ui-icon {
	background-image: url(b3201fd8a604890d6817628ef03073e9004b36d1.png) ;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(748a9c6278dc173c7f53d5984f1d79131f359612.png) ;
}

/* 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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(fea095aebef6eb21601dc3d7880ecbe8a1b8b9ed.png)  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(fea095aebef6eb21601dc3d7880ecbe8a1b8b9ed.png)  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

@font-face {
font-family: 'NotoCn';
font-weight: normal;
src: url(a40e9c09b407f7bf573c367b53c89238fdffa88c.eot) ;
    src: url(ef1cace950a42612da018a5333870e2714d567bc.eot)  format('embedded-opentype'), url(7cd1ea5dc3d60d5abbb33c41c3d81cd484ec81f6.woff)  format('woff'), url(e75309d48cd62817f030a65dd9f4148417568636.)  format('truetype'), url(82b0abe643697b073dc151c1eada99c417db4e6b.)  format('svg');
}


@font-face {
    font-family: 'Noto Sans';
    src: url(2085a41e899f11d07995f689a2be9fcfdaaa4b5c.eot) ;
    src: url(ee8182d057c1298fc3dd32c6b21b2aa9460a8023.eot)  format('embedded-opentype'), url(44cb93889b67c455ccd159bf890cafde09cff705.woff)  format('woff'), url(231985d3de67f5c1786f413e48d3118d24729159.ttf)  format('truetype'), url(8974fada36741105232acfa3b2fc8ffcddebd629.svg)  format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Noto Sans';
    src: url(d0295a1ae5489f97ff775e641b788bb0b4a89425.eot) ;
    src: url(31ff4061846ef917051335400367893cd7842255.eot)  format('embedded-opentype'), url(7d009e6945cb9a5cf669c11388aff92d18cf5085.woff)  format('woff'), url(94a59e868a23d105892f37855e53b0f3e8f44367.ttf)  format('truetype'), url(52639c1b186b310730f9bef3e6ae9a75d8389a67.svg)  format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url(a762b36d9fcef130ebb7825c58616766538b35a4.eot) ;
    src: url(049cbf4d6b18c4cc3e44b22aa3ee158c050d895c.eot)  format('embedded-opentype'), url(7ede22253cab57f6b44934018de108beb9a4e733.woff)  format('woff'), url(379786ac42c1ca2b36ad81c6cf02302c3594ce86.ttf)  format('truetype'), url(d87a54d2e19a0bcca64c11ac48d2259312647fb1.svg)  format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Noto Sans';
    src: url(9d7f3349f0f4150b44b5874e4ffc3073f47db567.eot) ;
    src: url(18cdf3a7bb1a08c90fb8c914cb15f8c80d084f3e.eot)  format('embedded-opentype'), url(cc6d1bf44c4fb4c69a26b5a0e25721b2bdf757cc.woff)  format('woff'), url(0153bf61fd243beaf9a41c4096999b26f70b51a1.ttf)  format('truetype'), url(bee8060af807ac85511ffd09574476df2fb6a854.svg)  format('svg');
    font-weight: normal;
    font-style: normal;

}

.is_clickable{cursor:hand;cursor:pointer}.nstSlider{cursor:hand;cursor:pointer;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:relative;width:300px;height:20px;background:#134}.nstSlider .leftGrip.gripHighlighted,.nstSlider .rightGrip.gripHighlighted{background:#134}.nstSlider .leftGrip,.nstSlider .rightGrip{position:absolute;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;width:20px;height:20px;background:#fff}.nstSlider .bar{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:absolute;background:#fff;height:8px;top:6px}.nstSlider .highlightPanel{-webkit-transition:all 500ms ease-in-out;-moz-transition:all 500ms ease-in-out;-ms-transition:all 500ms ease-in-out;-o-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:absolute;background:#e87722;height:20px;top:0}

/*======================================================================
  Selectric
======================================================================*/
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 300px;
  cursor: pointer;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
  border-radius: 2px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  min-height: 18px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectricHover .selectric {
  border-color: #CCC;
}
.selectricHover .selectric .button {
  color: #888;
}
.selectricHover .selectric .button:after {
  border-top-color: #888;
}

.selectricOpen {
  z-index: 300;
}
.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
}
.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

/* Global */

html {
	height: 100%;
}

body {
	font-family: 'Noto Sans', Calibri, sans-serif;
	font-size: 16px;
	line-height: 24px;
	
	color: #77777a;
	background: #fff;
	position: relative;
	min-height: 100%;
	padding-bottom: 117px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.cn {
	font-family: 'NotoCn', Calibri, sans-serif;
	font-size: 16px;
	line-height: 24px;
	
	color: #77777a;
	background: #fff;
	position: relative;
	min-height: 100%;
	padding-bottom: 117px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Links */

a,
.link,
.link-gray,
.links-gray a,
.links-gray .link {
	cursor: pointer;
	color: #ca0b0f;
	text-decoration: none;
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s,color .2s;
}

a:hover,
a:focus,
.link:hover,
.link:focus,
a.active,
.link.active,
.links-gray a:hover,
.links-gray a:focus,
.links-gray .link:hover {
	color: #77777a;
	text-decoration: none;
}

.link-gray,
.link-extern,
.links-gray a,
.links-gray .link {
	color: #77777a;
}

.link-gray:hover,
.link-gray:focus,
.link-gray.active,
.link-extern:hover,
.link-extern:focus,
.link-extern.active,
.links-gray a:hover,
.links-gray a:focus,
.links-gray a.active,
.links-gray .link:hover,
.links-gray .link:focus,
.links-gray .link.active {
	color: #ca0b0f;
}

a{
	color:#ca0b0f
}

/* Highlight in red */

.highlight {
	color: #ca0b0f;
}

/* Header */

#header-spacer {
	height: 100px;
}

.fixed-nav #fixed-header-wrapper{
	border-bottom: 1px solid #ddd;
}
#fixed-header-wrapper {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	z-index: 999;	
	padding:10px 0px 25px 0px;
	background: #fff;	
	transition: ease 0.5s all;

}

body.fixed-nav #fixed-header-wrapper {
	position: fixed;
	transition: ease 0.5s all;
	top: 0px;
	padding:10px 0px 25px 0px;
	border-color: #ddd;
}

#header-wrapper {
	position: relative;
	height: 80px;
}

#logo {
	position: absolute;
	left: 15px;
	top: 14px;
	width: 257px;
}

#logocn {
	position: absolute;
	left: 15px;
	top: 5px;
	width: 160px;
}


/* Navigation */

#nav {
	position: absolute;
	right: 0px;
	top: 17px;
	font-size: 18px;
	line-height: 32px;
	height: 61px;
	text-decoration: none;
	padding: 10px 40px 10px 80px;
	text-align: right;
}

#nav .icon-down {
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 15px;
}

#nav.active .icon-down {
	margin-top: -1px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#nav .fa-bars {
	font-size: 28px;
}

/* Menu */

#menu-wrapper-fix,
#menu-wrapper {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 79px;
	left: 0;
	right: 0;
	width: 100%;
	height: 440px;
	z-index: 9000;
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding-top: 70px;
}

#menu-wrapper-fix {
	z-index: 9000;
	border: 0;
}

#teasermag{
	position:absolute;	
	width:200px;
	height:200px;
	/*background-image: url(2d49c7348b34e9229afeec6d759b89a61a14e0ef.gif) ;
	background-size:100%;*/
	left:120px;
	top:70px;
	z-index:100;
	
}

.au #menu-wrapper-fix, .au #menu-wrapper{
	height: 460px;
}

.selectdownload{
	display:none;
	margin:10px;
	color:#ca0b0f
}

br { font-family: sans-serif !important;
display:block}

/*
Mobile Header:
Heights: Header: 80px
Step: 50px
*/


@media (max-height: 600px) {
	#menu-wrapper { height: 470px !important; overflow: auto; }
}
@media (max-height: 550px) {
	#menu-wrapper { height: 420px !important; }
}
@media (max-height: 500px) {
	#menu-wrapper { height: 370px !important; }
}
@media (max-height: 450px) {
	#menu-wrapper { height: 320px !important; }
}
@media (max-height: 400px) {
	#menu-wrapper { height: 270px !important; }
}
@media (max-height: 350px) {
	#menu-wrapper { height: 220px !important; }
}
@media (max-height: 300px) {
	#menu-wrapper { height: 170px !important; }
}


#menu-container {
	height: 460px;
	position: relative;
}

#menu-nav-wrapper,
#countries-wrapper {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 365px;
}

#countries-wrapper {
	display: none;
}

#country-select-wrapper {
	display: block;
	position: absolute;
	bottom: 40px;
	right: 10px;
	padding: 5px;
}


#footer-social #country-select-wrapper{
	bottom: 2px;
	right:0px;
	position:relative;
}

#search-wrapper {
	position: relative;	
	height: 32px;
	width: 100%;
	top:0px;
	margin-bottom:15px
}

#search-input {
	outline: none;
	width: 100%;
	height: 36px;
	padding: 5px 36px 5px 12px;
	line-height: 24px;
	font-size: 20px;
	border: 0;
	border-radius: 5px;
	background: #f8f8f8;
}

#search-wrapper .icon-search {
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	top: 0;
	cursor:pointer;
	right: 0;
	font-size: 22px;
}

/* Countries */

#countries-wrapper h5 {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#countries-wrapper h6 {
	font-size: 19px;
	line-height: 24px;
	margin: 40px 0;
}

#countries-wrapper h6 .icon-globe {
	    vertical-align: sub;
    font-size: 29px;
	margin-right: 10px;
}

#countries-wrapper h7 {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	display: block;
	margin: 0 0 25px 0;
}

#home-carousel .carousel-inner .item{
	cursor:pointer;
}

.countries-list a {
	display: block;
	font-size: 19px;
	text-decoration: none;
	padding: 5px 0;
	width: 100%;
}

.countries-list a.active {
	font-weight: bold;
}

.countries-list .country {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

#countries-close-button {
	width: 36px;
	height: 36px;
	position: absolute;
	padding: 5px;
	bottom: 40px;
	right: 10px;
	text-decoration: none;
	text-align: center;
}




 #country-select-wrapper .country {
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    left: 5px;
}

 #fixed-header-wrapper #country-select-wrapper {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 260px;
    font-size:19px;
    padding: 5px;
    padding-left:45px
}

/* china country icon menu fix */
 .cn #fixed-header-wrapper #country-select-wrapper {
	 right: 15px;
 }



#countries-close-button span {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 26px;
	border: 1px solid #77777a;
	line-height: 24px;
}

#livechat-compact-container{
	height:33px
}

#livechat-compact-container iframe{
	top:0px
}

#countries-close-button:hover span {
	border-color: #ca0b0f;
}

/* Menu Navigation */

#menu-nav-container,
#module-nav {
	position: absolute;
	top: -20px;
	right: 15px;
	font-size: 19px;
	min-width: 250px;
	z-index: 100;
    max-width: 275px;

}

.ca #menu-nav-container,
.ca #module-nav{
	top:-45px;
}

#menu-nav-container h6,
#module-nav h6 {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#menu-nav,
#module-nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu-nav a,
#module-nav a {
	display: block;
	line-height: 32px;
	font-size:20px;
	text-decoration: none;
}

/* Module Selector in Menu */

#module-selector {
	width: 600px;
	display: table;
}

.powermail_textarea{
	height:120px;
}

.module-selector-item {
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	/*width: 25%;*/
	height: 320px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: width .2s;
	transition: width .2s;
}

.inquiry-input{
	margin:5px
}

.module-selector-item-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 100%;
	z-index: 200;
}

.module-selector-item-title p{
	font-size:17px;
}

.module-selector-item img {
	position: relative;
	z-index: 100;
	/*width: 100%;*/
	max-height: 320px;
	-webkit-transition: all .2s;
	transition: all .2s;
	height:auto
}

.ca .module-selector-item{
	width:auto
}
.ca .module-selector-item img {
	width: auto;
}

#module-selector:hover .module-selector-item img {
	opacity: .5;
	transform: scale(0.9);
}

#module-selector:hover .module-selector-item:hover img {
	opacity: 1;
	transform: scale(1.25);
}

.carousel-gray .carousel-control .icon-border {
	color: #77777a;
	border-color: #77777a;
}

#module-selector-text {
	position: absolute;
	left: 15px;
	bottom: 44px;
	line-height: 20px;
	font-size: 20px;
	text-decoration: none;
}

#module-selector-text .icon-right {
	border-color: #77777a;
}

#module-selector-text:hover .icon-right {
	border-color: #ca0b0f;
}

.module-finder-link {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

/* Teaser Carousel */

.teaser-carousel {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 100px;
	width: 100%;
	min-height: 460px;
	z-index: 900;
}

.cn .ssp-cell, .cn .pdm-wrapper{
		color:#77777a
	}

.teaser-carousel-placeholder {
	height: 460px;
}

.teaser-carousel .carousel-inner,
.teaser-carousel .carousel-inner .item {
	height: 100%;
}

.teaser-carousel .carousel-inner .item {
	background: no-repeat center center;
	background-size: cover;
}

.carousel-control {
	opacity: .6;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.carousel-control:hover,
.carousel-control:focus {
	opacity: 1;
}

.carousel-control.right,
.carousel-control.left {
	width: 94px;
	background: none;
	filter: none;
}

.carousel-control .carousel-control-next ,
.carousel-control .carousel-control-prev {
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
}

.carousel-control .icon-border {
	margin: 0;
	font-size: 26px;
	text-shadow: none;
	color: #fff;
	border-color: #fff;
}

.teaser-carousel .carousel-indicators {
	bottom: 15px;
	left: 110px;
	width: auto;
	margin: 0;
}

.teaser-carousel .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px 0 0;
	cursor: pointer;
	background-color: #fff;
	border: 0;
	border-radius: 50%;
}

.teaser-carousel .carousel-indicators li.active {
	background-color: #ca0b0f;
}

.teaser-carousel .item.spinner:before {
	z-index: 2;
}

.teaser-carousel-story {
	background: #fff;
	background: rgba(255, 255, 255, .95);
	border-radius: 0 5px 5px 0;
	width: 510px;
	height: 275px;
	padding: 40px 20px 0 45px;
	position: absolute;
	z-index: 1;
}

.teaser-carousel-story-pointer {
	width: 10px;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	background: no-repeat left center url(58b827b5dc45af60958ac8f78f7a3d3679919771.) ;
	background-size: 10px auto;
	opacity: .95;
}

.teaser-carousel-story-pointer:before,
.teaser-carousel-story-pointer:after {
	content: '';
	background: #fff;
	width: 10px;
	height: 115px;
	height: calc(50% - 25px);
	position: absolute;
	left: 0;
}

.teaser-carousel-story-pointer:before {
	border-radius: 5px 0 0 0;
	top: 0;
}

.teaser-carousel-story-pointer:after {
	border-radius: 0 0 0 5px;
	bottom: 0;
}

.teaser-carousel-story,
.teaser-carousel-story.position-1 {
	top: 48px;
	left: 104px;
}

.teaser-carousel-story.position-2 {
	top: 48px;
	right: 94px;
	left: auto;
}

.teaser-carousel-story.position-3 {
	bottom: 48px;
	left: 104px;
	top: auto;
}

.teaser-carousel-story.position-4 {
	bottom: 48px;
	right: 94px;
	left: auto;
	top: auto;
}

.teaser-carousel-story h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0;
}

.teaser-carousel-story h6 {
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0 0 0;
}

.teaser-carousel-story-footer {
	height: 76px;
	position: absolute;
	bottom: 10px;
	left: 45px;
	right: 15px;
}

.teaser-carousel-story .button {
	margin-top: 15px;
}

.teaser-carousel-story-country-icon,
.teaser-carousel-story-module-icon {
	float: right
}

/* Projects Carousel */

#projects-carousel.teaser-carousel {
	top: 190px;
}

#projects-carousel .teaser-carousel-story.position-2, .tiny-slider-items .teaser-carousel-story.position-2{
	height: auto;
	bottom: 48px;
	    margin-right: 0px !important;
	padding-bottom: 40px;
}

#projects-carousel .teaser-carousel-story-pointer {
	background-position: 0 100px;
}

#projects-carousel .teaser-carousel-story-pointer:before {
	height: 120px;
}

#projects-carousel .teaser-carousel-story-pointer:after {
	top: 160px;
	bottom: 0px;
	height: auto;
}

.teaser-carousel-scroller {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.tiny-slider-item .teaser-carousel-scroller {
	height: 120%;
}

#projects-carousel .teaser-carousel-story h3 {
	text-transform: none;
	color: #ca0b0f;
}

.project-carousel-details {
	margin: 50px 0 20px;   
}

.project-carousel-details td {
	font-weight: bold;
	font-size: 13px;
}

.project-carousel-details td:first-child {
	padding-right: 15px;
	white-space: nowrap;
}

.project-carousel-details a {
	color: #77777a;
}

.project-carousel-details a:hover {
	color: #ca0b0f;
}

.teaser-carousel-img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 120px;
	max-height: 180px;
}

#comingsoon{
	position:absolute;
	right:0px;
	top:-50px
}
/* Footer */

#footer-wrapper {
	background: #f8f8f8;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 950;
	/*border-top: 3px solid #fff;*/
}

#footer-container {
	position: relative;
	height: 100px;
}

#footer-nav,
#footer-social {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	margin-top: -16px;
}

#footer-social {
	right: 15px;
}

#footer-nav {
	right: 150px;
}

#footer-nav li,
#footer-social li {
	float: left;
}

#menu-nav .active  .link-gray{
	color:#ca0b0f
}

#footer-nav a,
#footer-nav .link-gray,
#footer-social a,
#footer-social .link-gray {
	display: block;
	padding: 0 10px;
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
}

#footer-social .link-gray {
	display: block;
	padding: 0;
	margin: 5px 0 0 7px;
	border: 1px solid #77777a;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
}

#footer-social .link-gray:hover,
#footer-social .link-gray.active {
	border-color: #ca0b0f;
}

#newsletter-container {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 30px;
	margin-top: -15px;
}

#newsletter-input {
	outline: none;
	width: 180px;
	height: 30px;
	padding: 5px 12px;
	line-height: 20px;
	font-size: 14px;
	border: 0;
	border-radius: 5px;
	background: #fff;
	display: inline-block;
	margin-right: 5px;
}

.inquiry{
	
	cursor:pointer;
}

.jbox-content{
	display:none
}

#newsletter-container .button {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.unpack{
	width:25%;
	display:inline-block;
	float:left;
	position:relative;
}

.unpack p{
	margin-top:10px	
}

.unpack:after{
	content:'';
	position:absolute;
	background-image: url(eb79b7210bbfa75ffa046294f2e601d9710bddf6.png) ;
	width:32px;
	height:32px;
	top: 78px;
	right: 0px;
}

.unpack.no-arrow:after{
	background-image:none
}

/* Imprint */

#imprint-map-container {
	position: relative;	
	width: 100%;
}

#imprint-headquarter-container {
	float: left;
	padding-top: 30px;
	overflow: hidden;
	padding-right: 30px;
	width: 33%;
}

.imprint-office-container {
	background: #f8f8f8;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
}



.imprint-office-container.active {
	display: block;
}

.imprint-office-container .row > div:first-child h4 {
	margin-bottom: 40px;
}

.imprint-office-container .row > div {
	border-left: 1px solid #e2e2e2;
}

.imprint-office-container .row > div:nth-child(1){
	border-left: 0px solid #e2e2e2;
}

.imprint-office {
	display: none;
}
/*
.cn .imprint-office{
	display:block;
	margin-bottom:20px
}
*/
.imprint-office.active {
	display: block;
}

.imprint-office h3{
		font-size: 25px;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 15px;
}


.imprint-office h3 i.no-highlight {
	font-style: normal;
}

.imprint-office h3 i.no-highlight:before {
	content: ' | ';
}

.imprint-marker {
	background: url(5965ccfe05332a1e41a2c8a741dc8c6eb7ca12f6.) ;
	cursor: pointer;
	width: 40px;
	height: 60px;
	position: absolute;
	z-index: 100;
	padding: 8px 0 0 7px;
}

.imprint-marker:hover {
	z-index: 200;
}

.imprint-marker.active {
	z-index: 150;
}


/* Chat */

#chat-wrapper {
	width: 270px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	bottom: 0;
	-webkit-transition: height .3s;
	transition: height .3s;
	z-index: 300;
}

#chat-wrapper.active {
	height: 380px;
}

#chat-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.chat-title {
	cursor: pointer;
	color: #fff;
	position: relative;
	background: #ca0b0f;
	font-weight: bold;
	padding-left: 15px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px 5px 0 0;
}

#chat-title-welcome,
#chat-wrapper.active #chat-title-chat-now {
	display: none;
}

#chat-wrapper.active #chat-title-welcome {
	display: block;
}

.chat-title .icon-down,
.chat-title .icon-up {
	overflow: hidden;
	text-align: center;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	border-radius: 0 5px 0 0;
	border-left: 1px solid transparent;
	-webkit-transition: background-color .2s, border-color .2s;
	transition: background-color .2s, border-color .2s;
}

.chat-title:hover .icon-down,
.chat-title:hover .icon-up {
	background: rgba(255, 255, 255, .2);
	border-left: 1px solid rgba(255, 255, 255, .2);
}

#chat-or {
	text-align: center;
	color: #aaa;
	font-size: 12px;
	line-height: 20px;
	margin: 15px 0;
	position: relative;
}

#chat-or:before,
#chat-or:after {
	content: '';
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #ddd;
	width: 65px;
}

#chat-or:before {
	left: 0;
}

#chat-or:after {
	right: 0;
}

#chat-content {
	padding: 20px 30px 0;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
	height: 348px;
}

#chat-content .button-facebook {
	display: block;
	width: 100%;
}

.chat-input-description {
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
}

.chat-input-container .button {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	height: 32px;

	line-height: 32px;	
}

.parsley-errors-list{
	display:none;
}

input.parsley-error{
	border:1px solid red !important;
}

/* Content */

#content-wrapper,
#content-wrapper.container {
	position: relative;

}

#content-wrapper .container{
	overflow:hidden;
}

#content-wrapper {
	min-height: 460px;
}

.wrapper-gray {
	background: #f8f8f8;
}

h1 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 20px;
}

.cn h1, .cn h2{
	font-size: 25px;
	line-height: 33px;
} 


h2 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 20px;
}

h1.lowercase,
h2.lowercase {
	text-transform: none;
	width:auto;
	display:inline-block;
}



h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	margin: 0 0 15px;
}

h4 {
	font-size: 25px;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 15px;
}


h4 > span {
	font-size: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

/* Grid overview */

.overview-grid {
	padding: 0 5px;
	position: relative;
}

.overview-filters-wrapper {
	position: relative;
	top: 4px;
	left: 0;
	right: 0; 
}

.overview-filters {
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 5px 0px 0;
	overflow: visible;
	width: 200px;
	height: 34px;
	-webkit-transition: width .2s, height .2s;
	transition: width .2s, height .2s;
}

#story-overview-wrapper .overview-filters.active {
	width: 360px;
	height: 210px;
}


#projects-overview-wrapper .overview-filters.active {
	width: 600px;
	height: 195px;
}

body.de .overview-filter-headline{
	width:200px;
}

.overview-filter-headline .icon-down {
	display: inline-block;
	margin-left: 6px;
	color: #ca0b0f;
	vertical-align: middle;
}

.overview-filters.active .overview-filter-headline .icon-down {
	-webkit-transform: rotate(180deg) translate(0, 1px);
	transform: rotate(180deg) translate(0, 1px);
}

.overview-filters .link-gray {
	line-height: 23px;
	text-decoration: none;
}

.overview-filters-cols {
	padding: 20px 0 0;
}


.overview-filters-col {
	width: 50%;
	float: left;
}


#projects-overview-wrapper .overview-filters-col:first-child {
	width: 28%;
}

#projects-overview-wrapper .overview-filters-col:nth-child(2) {
	width: 25%;
}

#projects-overview-wrapper .overview-filters-col:nth-child(3) {
	width: 25%;
}

#projects-overview-wrapper .overview-filters-col:last-child {
	width: 22%;
}


#projects-overview-wrapper .overview-filters-col{
	width:25%
}

.overview-grid-item {
	background: no-repeat center center;
	background-size: cover;
	height: 220px;
	border: 5px solid #fff;
	padding: 0;
	overflow: hidden;
}

.overview-grid-content {
	display: table;
	opacity: 0;
	background: rgba(201, 11, 15, .60);
	color: #fff;
	position: absolute;
	top: -1%;
	left: -1%;
	width: 102%;
	height: 102%;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	text-decoration: none;
}

.featured-prod .overview-grid-content{
	background:none
}

.overview-grid-item:hover .overview-grid-content {
	opacity: 1;
	text-decoration: none;
}

.overview-grid-content h6 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
	margin: 0;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.overview-grid-content .button-gray {
	position: absolute;
	bottom: 30px;
	font-weight: bold;
}

.overview-grid-icon-location,
.overview-grid-icon-module {
	position: absolute;
	bottom: 5px;
}

.overview-grid-icon-location {
	right: 75px;
}

.overview-grid-icon-module {
	right: 5px;
}

#overview-grid-more-button {
	opacity: 0;
	cursor: pointer;
	height: 80px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(30, 30, 30, .8);
	color: #fff;
	text-align: center;
	text-indent: 260px;
	overflow: hidden;
	line-height: 80px;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

body.de #overview-grid-more-button{
	text-indent:310px;
}

#overview-grid-more-button.active {
	opacity: .7;
	pointer-events: auto;
}

#overview-grid-more-button.active:hover {
	opacity: 1;
}

#overview-grid-more-button .icon-down {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
	text-indent: 0;
	border-color: #fff;
	text-indent: 2px;
	line-height: 56px;
}

/* Project Overview */

.overview-headline-link {
	float: right;
	padding-left: 30px;
	margin-top: 10px;
}

.overview-headline-link .icon-right {
	display: inline-block;
	margin-left: 6px;
	color: #ca0b0f;
	vertical-align: middle;
}

/* Story Detail: Teaser Text */

.story-detail-teaser-text {
	padding-top: 40px;
	padding-bottom: 40px;
}

.story-detail-teaser-text h2{
	font-size: 18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.share-container {
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none;
}

.share-container li {
	float: left;
}

.share-container .share-title {
	font-weight: bold;
	font-size: 13px;
	color: #77777a;
	padding-right: 5px;
}

.share-container a {
	display: block;
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
	padding: 0;
	margin: 0 3px;
	border: 1px solid #77777a;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
}

.share-container a:hover {
	border-color: #ca0b0f;
}

/* Story Detail: Location and Temp */

.story-detail-loc-temp {
	padding-top: 60px;
	padding-bottom: 60px;
}

.story-detail-loc-temp h3 {
	margin: 0 0 40px;
}

/* Story Detail: Eco */

.story-detail-eco {
	padding-top: 60px;
	padding-bottom: 60px;
}

.story-detail-eco-saved-container {
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}

.story-detail-eco-saved {
	padding: 25px 25px 20px;
	background: #f8f8f8;
	border-radius: 5px;
	display: inline-block;
}

.story-detail-eco-saved-number {
	white-space: nowrap;
}

.eco-highlights {
	display: inline-block;
}

.eco-highlight-red,
.eco-highlight-gray {
	font-size: 13px;
	color: #fff;
	cursor:pointer;
	border-radius: 5px;
	padding: 0 10px;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.eco-icon-subtitle span:nth-child(2), .story-detail-eco-saved-number span:nth-child(2){
	display:none
}

.eco-highlight-red {
	background: #ca0b0f;
}

.eco-highlight-gray {
	background: #ababac;
}

.story-detail-eco-icons {
	margin-top: 20px;
}

.story-detail-eco-icon {
	padding: 10px 0;
	font-size: 17px;
}

.story-detail-eco-icon > span[class^="icon-"],
.story-detail-eco-icon > span[class*=" icon-"] {
	font-size: 30px;
	width: 40px;
	vertical-align: middle;
	float: left;
}

.eco-icon-subtitle {
	width: auto;
	width: calc(100% - 50px);
	float: left;
	white-space: normal;
}

.eco-icon-subtitle .highlight {
	font-weight: bold;
	display: inline;
	margin-right: 5px;
}

/* Story Detail: Savings */

.story-detail-savings {
	padding-top: 60px;
	padding-bottom: 60px;
}

.story-detail-savings h3 {
	margin-bottom: 40px;
}

.story-detail-savings h7 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
	display: block;
}

.story-detail-savings-overview {
	padding-right: 60px;
}

.story-detail-savings-table {
	width: 100%;
	max-width: 400px;
}

.story-detail-savings-table td {
	padding: 5px 0;
	line-height: 15px;
}

.story-detail-savings-total,
.story-detail-savings-interest {
	font-weight: bold;
}

.story-detail-savings-total td {
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.story-detail-savings-breaker td {
	padding-bottom: 15px;
}

.story-detail-savings-table td:last-child {
	text-align: right;
	white-space: nowrap;
}

.story-detail-savings-charts img {
	max-width: 283px;
	margin: 15px 0;
}

/* Story Detail: Product featured */

.story-detail-product {
	padding-top: 60px;
	padding-bottom: 60px;
}

.story-detail-product-image {
	float: right;
	max-height: 160px;
}

.story-detail-product-subtitle {
	margin: 0 0 20px;
}

.story-detail-product-table-container {
	position: relative;
}

.story-detail-product-table {
	width: 100%;
	max-width: 330px;
	margin-bottom: 20px;
}

.story-detail-product-table td {
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.story-detail-product-table td:last-child {
	text-align: right;
	white-space: nowrap;
}

.story-detail-product-table tr:first-child td {
	border: 0;
}

.story-detail-product .button {
	height: 32px;
	line-height: 32px;
}

/* Story Detail: Video */

.story-detail-video {
	padding-top: 60px;
	padding-bottom: 60px;
}

.story-detail-video h4 {
	margin-bottom: 40px;
}

/* Story Detail: Quote */

.story-detail-quote {
	padding-top: 60px;
	padding-bottom: 60px;
}

.story-detail-quote .quote-text {
	font-size: 17px;
	line-height: 21px;
	font-style: italic;
}

.story-detail-quote .quote-subtitle {
	font-size: 13px;
	line-height: 17px;
	margin-top: 15px;
}

/* Story Detail: Image */

.story-detail-image {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Story Detail: Text */

.story-detail-text {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Story Detail: Text-shared */

.story-detail-text-shared {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Downloads */


.download-toggler {
	font-size: 21px;
	line-height: 30px;
	font-weight: bold;
	margin: 30px 0;
	text-transform: uppercase;
}

.download-toggler .icon-down {
	font-size: 18px;
	margin-left: 10px;
	display: inline-block;
}

.download-toggler.toggled  .icon-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.download-list {
	line-height: 30px;
	
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow:hidden
}

 
.download-list table{
	border-collapse:collapse;
}

.download-list table td{
	padding:20px 0px 20px 0px
}

.download-list img{
	cursor:pointer;
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
}

.download-list img:hover{
	
	-webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
	
}

.download-list table td {
	padding-right: 15px;
	vertical-align: top;
}

.download-list table td {
	padding-right: 25px;
}

.download-list table td:first-child {
	min-width: 200px;
}

.download-list table td:nth-child(2) {
	word-spacing: 10px;
}

@media (max-width: 768px) {
	
	.download-list table td:first-child {
		min-width: 0;
	}
	
	.teaser-carousel-scroller {
	
	height: 100px;
	
}
}

/* Story Detail: Downloads */

.story-detail-downloads {
	padding-top: 60px;
	padding-bottom: 60px;
}

.product-detail-features > div > span, .product-detail-downloads a > span {
	vertical-align: middle;
	font-size: 24px;
	margin-right: 5px;
}


.story-detail-downloads .row > div {
	padding-top: 10px;
}

.story-detail-downloads h7 {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0 25px;
}

/* Story Detail: Contact */

.story-detail-contact {
	padding-top: 60px;
	padding-bottom: 60px;
}

.story-detail-contact h4 {
	padding-left: 45px;
	position: relative;
}

.story-detail-contact h4 > span {
	position: absolute;
	left: 3px;
	top: 2px;
}

.story-detail-contact-infos {
	padding-left: 45px;
}

.story-detail-contact-infos .button {
	margin: 25px 0 15px;
}

.story-detail-contact-image {
	height: 200px;
}

/* Story Detail: Twitter */

.story-detail-twitter {
	padding-top: 60px;
	padding-bottom: 60px;
}

.story-detail-twitter iframe {
	width: 100% !important;
}

/* Story Detail: Comments */

.story-detail-comments {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Comment Box */

.comment-count {
	display: block;
	margin-bottom: 20px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

.comment-box h4 {
	margin-bottom: 10px;
}

.comment-textarea {
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	resize: vertical;
	outline: none;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 19px;
	display: block;
	margin-bottom: 15px;
}

.comment-box .button {
	height: 32px;
	line-height: 32px;
	float: right;
}

.comment-as {
	font-size: 13px;
}

.comment-as b {
	color: #333;
}

.comment-author {
	cursor: pointer;
	background: #fff;
	padding: 5px 30px 5px 10px;
	border-radius: 5px;
	font-weight: bold;
	margin-left: 5px;
	display: inline-block;
	position: relative;
}

.comment-author .icon-down {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	text-align: center;
	line-height: 28px;
}

.comment-author:hover .icon-down {
	color: #ca0b0f;
}

/* Contact Page */

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

.contact-headline {
	margin-bottom: 60px;
}

.contact-subline {
	margin: 0 0 40px;
}

.contact-personal-infos {
	max-width: 200px;
}

.contact-personal-infos .button-facebook {
	display: block;
}

.contact-container .selectric {
	width: 220px;
}

.contact-container .selectric-select-dropdown {
	margin-right: 10px;
}

.contact-textarea {
	margin-top: 10px;
	height: 284px;
	padding: 10px;
}

.contact-button {
	float: right;
	margin-top: 10px;
}

.show-investor, .show-humanresource{
	display:none
}

/* Project Services */

.project-services-box {
	padding-top: 60px;
	padding-bottom: 60px;
}

.project-services-box ul,
.project-services-box ol {
	padding-left: 30px;
}

.project-services-box .tiny-slider .icon-right,
.project-services-box .tiny-slider .icon-left {
	border-width: 2px;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	font-size: 26px;
	line-height: 52px;
}

.solar-systems-project-reference .about-tiny-slider.tiny-slider .icon-right,
.solar-systems-project-reference .about-tiny-slider.tiny-slider .icon-left{
	width: 36px;
	height: 36px;
	
	line-height: 25px;
	margin-top: -10px;
}

.solar-systems-project-reference .about-tiny-slider.tiny-slider .icon-right:before,
.solar-systems-project-reference .about-tiny-slider.tiny-slider .icon-left:before{
	font-size:18px
}

.project-services-box .tiny-slider .icon-right {
	margin-left: -28px;
}

.project-services-box .tiny-slider .icon-left {
	margin-right: -28px;
}

#ssf-tooltip-headline {
	font-weight: bold;
	margin: 10px 0;
}

#ssf-tooltip-icon {
	font-size: 50px;
	line-height: 50px;
}

.solar-systems-feature-container {
	float: left;
	padding: 20px 25px 0;
	/*width: 250px;*/
	width: 25%;
	text-align: center;
}

.solar-systems-feature-container [data-ssf-icon] {
	font-size: 80px;
	line-height: 80px;
}

.solar-systems-feature-text {
	margin-top: 20px;
}

#ssf-tooltip .jBox-content {
	padding: 20px;
}

.microgrid-system-subtext {
	margin-top: 10px;
}

/* Project Services: Teaser Text */

.project-services-teaser-text {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Project Services: Boxes (REMOVED) */

.project-services-list-boxes {
	display: table;
}

.project-services-list-box,
.project-services-list-box-spacer {
	display: table-cell;
}

.project-services-list-box {
	padding: 20px;
	background: #fff;
	width: 32%;
	vertical-align: top;
}

.project-services-list-box li {
	font-size: 13px;
	line-height: 16px;
	padding: 5px 0;
}

.project-services-list-box-spacer {
	width: 2%;
}

/* Project Services: Map (REMOVED) */

.project-services-map {
	padding-top: 40px;
	padding-bottom: 20px;
}

.project-services-map h4 {
	margin-bottom: 30px;
}

.project-services-map h4 > span {
	font-size: 50px;
}

.project-services-map-operation-link {
	float: right;
	text-decoration: none;
}

.project-services-map-operation-link:hover {
	text-decoration: none;
}

.project-services-map-operation-link .icon-right-link {
	color: #ca0b0f;
	border-color: #ca0b0f;
}

.project-services-map-img {
	background: #f8f8f8;
}

.project-services-map-img {
	width: 100%;
}

.project-services-map-container {
	position: relative;
}

.project-services-map-container .map-pointer {
	position: absolute;
	margin-top: -18px;
	margin-left: -14px;
}

.project-services-map-table {
	width: 100%;
	margin-top: 40px;
}

.project-services-map-table th,
.project-services-map-table td {
	padding-right: 5px;
}

.project-services-map-table th {
	padding-bottom: 10px;
}

.project-services-map-table td {
	border-bottom: 1px solid #ddd;
}

/* Project Services: Map (NEW) */

.project-map {
	position: relative;
}

.project-map h4 {
	position: absolute;
	left: 15px;
	top: 15px;
	font-weight: bold;
}

/* Project Services: Stages */

.project-services-stages {
	padding-top: 60px;
	padding-bottom: 60px;
}

.project-services-stages-row {
	display: table;
	overflow: hidden;
}

.project-services-stages-col {
	display: table-cell;
	width: 33.33%;
	color: #fff;
	position: relative;
	padding: 30px 30px 30px 60px;
	font-weight: bold;
	line-height: 18px;
}

.project-services-stages-col h3 {
	display: block;
	text-transform: uppercase;
	margin: 10px;
	padding-bottom: 10px;
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
}

.project-services-stages-col li {
	margin-top: 10px;
}

.project-services-stages-col-content {
	position: relative;
	z-index: 2;
}

.project-services-stages-col1 {
	background: #a9a89f;
	padding-left:30px
}

.project-services-stages-col2 {
	background: #77777a;
}

.project-services-stages-col3 {
	background: #ca0b0f;
}

.project-services-stages-col1:after,
.project-services-stages-col2:after {
	content: '';
	height: 100%;
	width: 140px;
	position: absolute;
	right: -70px;
	top: 0;
	bottom: 0;
	background: no-repeat center center;
	background-size: 100% auto;
	z-index: 1;
	pointer-events: none;
}

.project-services-stages-col1:after {
	background-image: url(a05c60a8303594a7ca6c2642793e2e68df24936f.) ;
}

.project-services-stages-col2:after {
	background-image: url(a8a51562d0862ce745840012bed051e05780809e.) ;
}

.project-services-stages-text {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

.project-services-stages-text li {
	padding: 3px 0;
}

/* Product Services: Slider */

.project-services-box .tiny-slider-item {
	height: 280px;
}

.tiny-slider-item > img{
	max-height:300px;
	width:100%;
}

/* Product Services: Advantages */

.project-services-advantages {
	padding-top: 60px;
	padding-bottom: 60px;
}

.project-services-advantages ul {
	color: #77777a;
	font-weight: bold;
	font-size: 13px;
}

.project-services-advantages-items {
	margin-top: 30px;
}

.project-services-advantages-items > div {
	float: left;
	width: 25%;
	text-align: center;
	font-weight: bold;
}

.project-services-advantages-items > div:nth-child(3n+2) {
	width: 50%;
}

.project-services-advantages-items > div .icon  {
	font-size: 50px;
	line-height: 70px;
	display: block;
}

.project-services-advantages-items > div p  {
	height: 40px;
	line-height: 20px;
}

/* Product detail New */

.product-page-nav-wrapper {
	overflow: hidden;
	width: 100%;
	height: auto;	
	margin-bottom: 30px;
	margin-top: 10px;
}

.product-page-nav{
	display:none
}

.product-page-nav-container {
	margin-left: -35px;
	margin-right: -35px;
	/*box-shadow: inset 0 0 35px rgba(0, 0, 0, .15);*/
	height: auto;
	
	font-weight: bold;
}

.solarsystems .product-page-nav-container{
	background-color:#f8f8f8;
}

.product-page-nav-container.active{
	background-color:#fff;
}

.product-page-nav-scroller {
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.product-page-nav {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 7px;
	margin-bottom: 15px;
}

.product-page-nav-item {
	display: block;
	float: left;
	width: 160px;
	padding: 0px 15px 0px 15px;
	text-align: center;
}

.product-page-nav-item > div{
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
}

.product-page-nav-item-img {
	height: 110px;
	width: 100%;
	margin-bottom: 10px;
}

.product-page-nav-item-img img{
	width:auto;
	max-width:200px;
	max-height:130px;
}

.product-detail-right {
	float: right;
	/*width: 68%;*/
	width: 55%;		
	cursor:pointer;
	position: relative;
	margin-bottom: 30px;
}

.product-detail-right:before {
	content: '';
	top: 50%;
	margin-top: -60px;
	height: 120px;	
	left: 0;
	right: 0;
	width: 100%;	
	background-size: 100% auto;
	position: absolute;
	z-index: 400;
}

.product-detail-module-preview {
	width: 80%;
	width: calc(100% - 60px);
	min-height: 400px;
	margin-top:-20px;
}

.button-gray.webgl{
	position: absolute;
	right: 0px;
	top: -55px;
	background-color:#fff;
	color:#ababac;
	border:1px solid #ababac;
	z-index:900;
}

.product-detail-module-preview img {
	max-width: 100%;
}

.product-detail-module-preview-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: no-repeat center center;
	background-size: contain;
}

.product-detail-module-iconinfo-headline {
	padding: 0 0 0 70px;
	min-height: 60px;
	padding-bottom: 15px;
	padding-top: 5px;
}

.product-detail-module-iconinfo-headline-icon {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 50px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.product-detail-module-iconinfo-img {
	max-width: 100%;
}

.product-detail-left {
	float: left;
	width: 35%;
	margin-top:20px
}

.product-detail-product-infos {
	font-size: 13px;
	line-height: 15px;
	width: 100%;
	border-spacing: 0px !important;
	padding: 10px 0px 10px 0px;
}

.product-detail-product-infos td {
	padding: 8px 0;
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px solid #ddd;
}

.product-detail-product-infos tr:last-child td {
	border-bottom: 0;
}

.product-detail-product-infos td:first-child {
	font-weight: bold;
}

.product-detail-product-infos td:last-child {
	text-align: right;
}

h2.product-detail-subline {
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	margin: 30px 0 20px;
}

.subline-strikethrough span,
h2.product-detail-subline span {
	padding-right: 10px;
	background: #fff;
	font-size: 15px;
	position: relative;
	z-index: 2;
}

.subline-strikethrough:after,
h2.product-detail-subline:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	z-index: 1;
	height: 1px;
	background: #ddd;
}

.product-detail-features,
.product-detail-downloads {
	display:inline-block;
	width:100%;
}

.product-detail-features > div,
.product-detail-downloads a {
	margin-right:5px;
	text-decoration: none;
padding: 1px 0px 1px 0px;
	/*margin-bottom: 10px;*/
}

.product-detail-downloads a {
	/*width: 33.33%;*/
	width:auto;
	display: block;
}

.product-detail-features > div > span,
.product-detail-downloads a > span {
	vertical-align: middle;
	font-size: 35px;
	margin-right: 5px;
	line-height: 40px;
}

.product-detail-certificates {
	margin-bottom: 20px;
	position: relative;
}

.product-detail-certificates .product-detail-certificates-tooltip-toggler > img {
		 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  
    filter: gray;  
    -webkit-transition: all 1s ease; 
}

.product-detail-certificates .product-detail-certificates-tooltip-toggler > img:hover {
		 filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.show-five{
	float:left
}
.product-detail-certificates .show-five:nth-child(6), .product-detail-certificates .show-five:nth-child(7), .product-detail-certificates .show-five:nth-child(8) , .product-detail-certificates .show-five:nth-child(9){
	display:none
}


.product-detail-certificates-more {
	text-decoration: none;
	margin-top: 10px;
	
	display: inline-block;
}

.product-detail-certificates-more > span {
	font-size: 11px;
	margin-right: 3px;
	vertical-align: middle;
}

.product-detail-reseller {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	font-size: 15px;
	line-height: 15px;
}



.product-detail-reseller h7,
.product-detail-reseller form {
	display: block;
	width: 50%;
	float: left;
	position: relative;
}

.product-detail-reseller h7 {
	font-weight: bold;
	padding: 5px 0;
}

/* Product Detail Tooltips */

.product-detail-tooltip {
	background: #f8f8f8;
	width: 100%;
	position: absolute;
	bottom: 100%;
	margin-bottom: 12px;
	left: 0;
	right: 0;
	z-index: 800;
	border-radius: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	padding: 10px;
	display: none;
	font-size: 12px;
}

.product-detail-tooltip-item-cols {
	padding-left: 70px;
}

.product-detail-tooltip-item-img {
	max-width: 60px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.product-detail-tooltip-item-col1,
.product-detail-tooltip-item-col2 {
	float: left;
}

.product-detail-tooltip-item-col1 {
	width: 40%;
}

.product-detail-tooltip-item-col2 {
	width: 60%;
}

.product-detail-stories-container {
	position: relative;
}

.product-detail-story-tooltip-item h7 {
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}

.product-detail-story-tooltip-item p {
	line-height: 18px;
}

.product-detail-stories-slider {
	display: none;
}

.product-detail-stories-slider.active {
	display: block;
}

.product-detail-stories-slider .tiny-slider-item {
	height: 100px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}

.product-detail-stories-slider .tiny-slider-items a.tiny-slider-item{
	min-height:86px;
	
}

.product-detail-stories-slider-toggler {
	margin-bottom: 10px;
	
}



.product-detail-stories-slider.tiny-slider .icon-right.active,
.product-detail-stories-slider.tiny-slider .icon-left.active {
	display: block;
}

.product-detail-stories-slider.tiny-slider.icon-right {
	right: 5px;
}

.product-detail-stories-slider.tiny-slider .icon-right,
.product-detail-stories-slider.tiny-slider .icon-left {
	display: none;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	opacity: .75;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	border-radius: 50%;
	cursor: pointer;
}

.product-detail-stories-slider .tiny-slider-items {
	margin: 0 -2px;
}

.product-detail-story-tooltip-toggler {
	position: relative;
}

.product-detail-story-tooltip-toggler:hover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(180, 30, 50, .75);
}

/* Certificates Modal */

.certificate-modal-items {
	padding: 0 25px;
	float: left;
	width: 100%;
}

.modal-content{
	float:left;
	padding-bottom:10px
}

.certificate-modal-item {
	float:left; 
	width: 50%;
	min-height: 150px;
	height:auto;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	color: #333;
}

.certificate-modal-items.first{
	
}

.certificate-modal-items.second{
	float: right;
}

.certificate-modal-item b {
	color: #77777a;
}

.certificate-modal-item-img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100px;
}

.certificate-modal-item-cols {
	padding-left: 70px;
}

.certificate-modal-item-col1,
.certificate-modal-item-col2 {
	float: left;
	overflow: hidden;
}

.certificate-modal-item-col1 {
	
}

.certificate-modal-item-col2 {
	
}

/* Solar Systems */

.solar-systems-headline {
	font-size: 26px;
	margin-bottom: 30px;
}

.product-page-nav-item .product-page-nav-item-icon {
	height: 60px;
	line-height: 60px;
	font-size: 50px;
}

.solar-systems-right {
	float: right;
	width: 70%;
	position: relative;
}

.solar-systems-right h2, .solar-systems-right h3 {
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	margin: 25px 0 5px;
}

.solar-systems-left {
	float: left;
	width: 25%;
	font-size: 13px;
}

.solar-systems-left h3 {
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	margin: 0;
}

.solar-systems-project-reference {
	margin-bottom: 30px;
}

.solar-systems-kit {
	margin-top: 15px;
	padding-top: 15px;
	font-size:16px;
	line-height: 24px;
	border-top: 1px solid #ccc;
}

.solar-systems-download-datasheet {
	margin: 30px 0px 20px 0px;
}

.solar-systems-project-reference-link {
	margin-top: 5px;
}

.solar-systems-project-reference-link .icon-right-link {
	font-size: 10px;
	width: 18px;
	height: 18px;
	line-height: 16px;
}

.solar-systems-carousel-wrapper {
	margin-top: 50px;
}

.solar-systems-carousel-wrapper {
	padding: 30px 0;
}

#solar-systems-carousel {
	margin-top: 50px;
}

.solar-systems-carousel-left {
	width: 36%;
	float: left;
	text-align: right;
	padding-left: 130px;
}

.solar-systems-carousel-left img {
	max-height: 300px;
	width: auto;
}

.solar-systems-carousel-right {
	width: 60%;
	float: right;
	padding-right: 130px;
}

.solar-systems-carousel-right h5 {
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	margin: 0 0 15px;
}

.solar-systems-carousel-right h7 {
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	margin: 20px 0 10px;
}

.solar-systems-carousel-right .subline-strikethrough span {
	background: #f8f8f8;
}

.solar-systems-carousel-certificate > img {
	
	padding: 5px;
	
}

.solar-systems-carousel-right .button {
	margin-top: 25px;
}

.solar-systems-carousel-more {
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

#solar-systems-carousel .item {
	height: 380px;
}

#solar-systems-carousel .carousel-indicators {
	bottom: 0;
	left: 110px;
	width: auto;
	margin: 0;
}

#solar-systems-carousel .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px 0 0;
	cursor: pointer;
	background-color: #77777a;
	border: 0;
	border-radius: 50%;
}

#solar-systems-carousel .carousel-indicators li.active {
	background-color: #ca0b0f;
}

/* Module finder */

.results-amount,
#module-finder-results {
	float: right;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 16px;
}

#module-finder-right {
	float: right;
	width: 68%;
	padding-left:100px;
	position: relative;
}

#module-finder-right {
	margin: -6px;
}

#module-finder-right .paging-container {
	margin-bottom: 30px;
	padding: 10px 15px 20px;
}

.module-finder-product-container {
	display: block;
	width: 32.33%;
	float: right;
	height: 210px;
	background: #fafafa;
	border: 8px solid #fff;
	position: relative;
}

.bcg {
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 300px;
	background-repeat: no-repeat;
}

.moduleFinderTooltip .jBox-content {
	font-size: 11px;
	line-height: 16px;
	padding: 3px 8px;
}

.moduleFinderTooltip .jBox-pointer:after {
	left: 2px;
}

.moduleFinderTooltip .jBox-pointer-top:after {
	background: #fdfdfd;
	border-color: #fdfdfd;
}

.moduleFinderTooltip .jBox-pointer-top,
.moduleFinderTooltip .jBox-pointer-bottom {
	width: 26px;
	height: 8px;
}

.module-finder-product-container img {
	max-width: 90%;
	
	display: block;
	margin: 15px auto 0;
}

.module-finder-product-title {
	font-size: 16px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
}

#module-finder-left {
	float: left;
	width: 30%;
	font-size: 16px;
	line-height: 20px;
}

.module-finder-subline {
	display: block;
	padding: 20px 0 20px;
	font-weight: bold;
}

.module-finder-subline > span {
	font-weight: normal;
}

.module-finder-built-for-container {
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.module-finder-built-for,.module-finder-width, .module-finder-length{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 0 10px;
	line-height: 20px;
	border-radius: 7px;
	padding:5px 10px 5px 10px;
	background: #ddd;
	color: #888;
}

.module-finder-built-for.active, .module-finder-width.active, .module-finder-length.active{
	background: #ca0b0f;
	color: #fff;
}

.module-finder-range-labels {
	font-size: 11px;
	line-height: 20px;
	margin-top: 3px;
	position: relative;
	height: 20px;
}

.module-finder-range-labels > div.active {
	color: #ca0b0f;
}

.module-finder-range-labels > div {
	width: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	margin-left: -15px;
}

.module-finder-range-labels > div:first-child {
	left: 0%;
}

.module-finder-range-labels > div:last-child {
	left: 100%;
}

.module-finder-options {
	
	padding-top: 20px;
	
}

.module-finder-option {
	width: 50%;
	float: left;
}

.module-finder-option h7 {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.module-finder-option-element {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid #888;
	color: #888;
	font-size: 11px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}

.module-finder-option-element.active {
	border-color: #ca0b0f;
	color: #ca0b0f;
}

.module-finder-option-element-light {
	background-image: linear-gradient(to bottom right, #fff 0%, #fff 50%, #ccc 50%, #ccc 100%);
}

.module-finder-option-element-dark {
	background-image: linear-gradient(to bottom right, #333 0%, #333 50%, #000 50%, #000 100%);
}

/* Reseller Results page */

.resellers-container h1 {
	margin-bottom: 50px;
}

.reseller-items {
	width: 400px;
	min-height: 300px;
}

.reseller-items .selectric .label {
	padding-top: 3px;
	padding-bottom: 3px;
}

.reseller-map {
	position: absolute;
	right: 0;
}

.reseller-item-container {
	border-bottom: 1px solid #ddd;
}

.reseller-item-container:first-child {
	border-top: 1px solid  #ddd;;
}

.input-search-container {
	float: right;
}

.reseller-item-container.active {
	background: #f8f8f8;
}

.resellers-form-container {
	padding: 0 0 30px;
}

.reseller-items .input-search-container {
	width: 50%;
}

.reseller-item-container {
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	font-size: 13px;
	line-height: 16px;
	cursor: pointer;
	padding: 3px 0;
}

.reseller-item-container:hover,
.reseller-item-container.active {
	background: #f8f8f8;
}

.reseller-item-headline {
	float: left;
	width: 100px;
	padding: 2px 5px;
	font-weight: bold;
}

.reseller-item-container.active .reseller-item-headline,
.reseller-item-container.active .reseller-item-table-tel,
.reseller-item-container.active .reseller-item-table-link {
	color: #ca0b0f;
}

.reseller-item-container.active .reseller-item-table-link:hover {
	text-decoration: underline;
}

.reseller-item-table {
	float: left;
	width: 300px;
}

.reseller-item-table td {
	vertical-align: top;
	padding: 2px;
}

/* Press releases */

.press-releases-row {
	margin-top: 30px;
}

.press-releases-subline {
	display: block;
	padding: 25px 0 10px;
	font-weight: bold;
}

.press-releases-search-container {
	margin-bottom: 10px;
}

.press-releases-option-container {
	margin-bottom: 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.press-releases-year-options {
	display: table;
}

.press-releases-year-options > div {
	display: table-cell;
	padding-right: 20px;
}

.press-release-container {
	width: 100%;
	display: table;
	border-bottom: 1px solid #ddd;
}

.press-release-container:first-child {
	border-top: 1px solid #ddd;
}

.press-release-container > div {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}

.press-release-container .press-release-date {
	padding-right: 15px;
	font-weight: bold;
	width:17%;
}

.press-releases-year-options > a {
	float: left;
	margin-right: 20px;
	display: inline-block;
}

.press-releases-col-options {
	padding-right: 60px;
}

.press-release-container:nth-child(2n+1) {
	background: #f8f8f8;
}

/* About */

.about-header-image-container{
	margin-bottom:20px
}

.about-headline {
	text-align: center;
	text-transform: none;
}

.about-header-text h7 {
	display: block;
	color: #ca0b0f;
	margin: 0 0 5px;
	font-weight: bold;
}

.about-stat-boxes.container {
	text-align: center;
	padding: 40px 0;
}

.about-stat-box {
	display: inline-block;
	width: 145px;
	height: 100px;
	background: #8d8c8e;
	color: #fff;
	margin: 7px;
	border-radius: 5px;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	font-weight: bold;
	-webkit-transition: background .8s;
	transition: background .8s;
	overflow: hidden;
}

.about-stat-box:after {
	content: '';
	width: 10px;
	height: 20px;
	margin-left: -3px;
	border-left: 2px solid #FFF;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background: no-repeat left center url(b920ba17a2eea544ab71cf0d435c7d5b227a0074.) ;
}

.about-stat-box:hover {
	background: #ca0b0f;
}

.about-stat-subtitle {
	position: absolute;
	bottom: 8px;
	left: 8px;
	right: 8px;
}

.about-stat-icon {
	display: block;
	margin-top: 15px;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	width: 100%;
}

.about-stat-icon.about-stat-icon-lightning {
	font-size: 50px;
	line-height: 50px;
}

.about-stat-icon.about-stat-icon-man {
	font-size: 36px;
	line-height: 36px;
}

.about-stat-icon.about-stat-icon-man .icon-man {
	margin: 0 3px;
}

.about-stat-icon.about-stat-icon-dollar {
	margin-top: 12px;
}

.about-stat-icon.about-stat-icon-dollar .icon-dollar {
	margin: 0 3px;
}

.about-stat-icon.about-stat-icon-cloud {
	margin-top: 6px;
	font-size: 54px;
	line-height: 54px;
}

.about-stat-icon-cloud-co2 {
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	text-align: center;
	color: #8d8c8e;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.about-management-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.about-management-container h2 {
	margin-bottom: 5px;
}

.about-management-container h4 {
	font-size: 14px;
}

.about-management-navs,
.about-management-container,
.about-management-button-blog {
	display: none;
}

.about-management-navs.active,
.about-management-container.active,
.about-management-button-blog.active {
	display: block;
}

.about-management-img {
	max-height: 290px;
	height:auto;
	max-width: 100%;
	display: block;
	margin: auto;
}

.button-gray.about-management-button {
	width: 33.3333%;
	padding: 0;
	display: block;
	float: left;
}

.about-management-container-nav {
	padding: 25px 0;
	font-size:15px;
}

.button-gray.about-management-button {
	text-align: center;
	white-space: nowrap;
}

.button-gray.about-management-button {
	border-radius: 0;
}

.button-gray.about-management-button:first-child {
	border-radius: 5px 0 0 5px;
}

.button-gray.about-management-button:last-child {
	border-radius: 0 5px 5px 0;
}

.button-gray.about-management-button.active:hover {
	background: #ca0b0f;
}

.about-management-navs {
	text-align: center;
}

.about-management-navs > span:after {
	content: ' | ';
	color: #77777a;
}

.about-management-navs > span:last-child:after {
	display: none;
}

.about-container-text-image {
	padding-top: 60px;
	padding-bottom: 60px;
}

a.about-text-image-download-link {
	display: inline-block;
	margin: 15px 0;
	text-decoration: none;
}

.about-tiny-slider.tiny-slider .icon-right,
.about-tiny-slider.tiny-slider .icon-left {
	border-width: 2px;
	width: 56px;
	height: 56px;
	overflow:hidden;
	margin-top: -28px;
	font-size: 26px;
	line-height: 52px;
}

.about-tiny-slider.tiny-slider .icon-right {
	margin-left: -28px;
}

.about-tiny-slider.tiny-slider .icon-left {
	margin-right: -28px;
}

.about-tiny-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(201, 11, 15, .60);
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 240px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	/* new customization*/
	padding:125px 75px 0px 75px;
	line-height:26px; 
}

.about-tiny-slider:hover .about-tiny-slider-overlay {
	opacity: 1;
}

.about-tiny-slider .tiny-slider-item {
	height: auto;
	min-height:290px
}

.about-logos-wrapper {
	padding-top: 60px;
}

.about-logos-toggler {
	text-decoration: none;
	font-weight: bold;
}

.about-logos-toggler .icon-down {
	border: 1px solid #77777a;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 14px;
	width: 24px;
	height: 24px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	text-indent: 1px;
}

.about-logos-toggler .icon-down,
.about-text-image-download-link .link-download-icon {
	color: #ca0b0f;
	position:relative;
	border-color: #ca0b0f;
}

.about-logos-toggler:hover .icon-down,
.about-logos-toggler.active .icon-down {
	border-color: #ca0b0f;
	
}

.about-logos-toggler.active .icon-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.about-logos-container {
	display: none;
	margin: 0 -6px;
	margin-top: 60px;
}

.about-logos-logo-wrapper {
	float: left;
	margin: 6px;
	display: table;
	background: #f8f8f8;
	width: 178px;
	width: calc(20% - 12px);
	height: 100px;
	overflow: hidden;
}

.wrapper-gray .about-logos-logo-wrapper {
	background: #f8f8f8;
}

h1.story-headline{
	font-size:31px;
	margin-bottom:28px;
	line-height: 30px;
	position:relative;
	
}

.about-logos-logo-container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	
}

.about-logos-logo-container > img {
	
	max-height: 100%;
}

.about-logos-logo-overlay {
	opacity: 0;
	pointer-events: none;
	background: #ca0b0f;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 10px 10px 0;
	text-align: left;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	font-size: 13px;
	line-height: 15px;
}

.about-logos-logo-container:hover .about-logos-logo-overlay {
	opacity: 0.6;
}

.about-text-span {
	padding-top: 30px;
}

.about-small-list {
	margin-top: 30px;
}

.about-small-list-booth {
	white-space: nowrap;
}

.about-small-list-www, .about-small-list-email{
	text-align:center
}

.about-small-list-www .icon-right {
	font-size: 11px;
	margin-right: 5px;
}

.about-small-list-email.truncate {
	max-width: 160px;
}

.about-small-list-exhibition {
	font-weight: bold;
}

.about-container-list {
	padding-top: 60px;
	padding-bottom: 60px;
}

.about-container-list h2 {
	margin-bottom: 30px;
}


/* Text page */

.content-text {
	position: relative;
	padding-bottom: 60px;
}

.content-text h4 {
	margin: 40px 0 20px;
}

.content-text-icons {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

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

.header-carousel .carousel-inner .item {
	height: 400px;
	background: center center no-repeat;
	background-size: cover;
}

/* Career */

#career-carousel,
#career-carousel .item {
	height: 300px;
}

.career-carousel-img {
	display: block;
	margin: auto;
	max-height: 300px;
	width: auto !important;
}

.career-carousel-text {
	width: 220px;
	position: absolute;
	right: 100px;
	top: 100px;
	
}

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

.career-teaser.container-padded {
	padding-top: 30px;
}

.career-teaser .button-linkedin {
	margin-top: 30px;
}

.career-listings-nav {
	margin-bottom: 20px;
	background: #ababac;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	padding: 5px 15px;
}

.career-listings-nav span:last-child{
	display:none
}

.job-filter-toggler {
	cursor: pointer;
	white-space: nowrap;
}

.job-filter-toggler:hover,
.job-filter-toggler.active {
	color: #ca0b0f;
}

.job-filter-toggler:after {
	content: ' | ';
	color: #fff !important;
	cursor: default !important;
}

.job-filter-toggler:last-child:after {
	display: none;
}

.career-listings-positions {
	margin-bottom: 60px;
}

.career-listing-row.active {
	font-weight: bold;
}

.career-listing-row.active > div:first-child {
	color: #ca0b0f;
}

.career-teaser .button-linkedin {
	text-align: left;
}

.career-listings-tds > div {
	float: left;
}

.career-job-description {
	display: none;
}

.career-listings-tds {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.career-listings-ths {
	font-weight: bold;
	text-transform: uppercase;
	cursor: default;
}

.career-listings-tds:hover {
	background: #f8f8f8;
}

.career-listings-ths:hover {
	background: none;
}

.career-listings-tds > div:nth-child(1) {
	font-weight: bold;
}


.career-listings-tds > div:nth-child(3) {
	width: 30%;
}

.career-listings-tds > div:nth-child(2){
	width:20%
}

.career-listings-tds > div:nth-child(1){
	width:40%
}

.career-listings-tds > div:nth-child(5) {
	width: 10%;
}

.career-listings-tds > div > span.visible-xs-inline {
	font-weight: bold;
}

.career-job-description {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.career-job-summary-header {
	margin: 30px 0;
}

.career-job-summary-header > div > b {
	margin-right: 10px;
}

.career-job-summary-header > div:nth-child(1) > b,
.career-job-summary-header > div:nth-child(1) > span,
.career-job-summary-header > div:nth-child(2) > b,
.career-job-summary-header > div:nth-child(2) > span {
	display: block;
}

.career-job-summary-header > div:nth-child(1),
.career-job-summary-header > div:nth-child(2) {
	float: right;
	margin-left: 25px;
}

.career-job-summary-text {
	margin-bottom: 30px;
}

.career-apply-button {
	margin-bottom: 15px;
}

.career-job-summary-text ul {
	padding-left: 20px;
}

/* Search results */

.search-result-container {
	margin-bottom: 25px;
}

.search-result-container h7 {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.search-result-container a {
	text-decoration: underline;
}

.search-result-container .pdf-icon {
	margin-top: 3px;
}

/* 404 Page */

.error404-subline1 {
	font-weight: bold;
}

.error404-subline2 {
	margin: 50px 0;
}

.error404-row .col-sm-4{
	height:300px
} 
.error404-row .col-sm-4:nth-child(2),
.error404-row .col-sm-4:last-child {
	padding: 0px 35px 0px 35px;
	border-left: 1px solid #ddd;
}


.error404-row h5 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
}

/* Content */

.sub-headline:before {
	content: '| ';
}

.sub-headline {
	font-weight: normal;
}

.icon-right-link {
	border: 1px solid #77777a;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 14px;
	width: 24px;
	height: 24px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	text-indent: 1px;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}

.link-gray:hover .icon-right-link {
	border-color: #ca0b0f;
}

.map-pointer,
.map-pointer-small {
	color: #ca0b0f;
	width: 28px;
	height: 36px;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	position: relative;
}

.map-pointer > span,
.map-pointer-small > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 27px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.map-pointer-small {
	width: 20px;
	height: 24px;
	font-size: 22px;
	line-height: 24px;
}

.map-pointer-small > span {
	line-height: 20px;
	font-size: 11px;
}

/* Buttons */

.button,
.button-gray,
a.button,
a.button-gray {
	display: inline-block;
	outline: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	padding: 0 15px;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
	border: 0;
	-webkit-transition: background .2s;
	transition: background .2s;
	text-decoration: none;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.button.button-small {
	line-height: 28px;
}

.button.button-multiline,
.button-linkedin.button-multiline {
	line-height: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.button {
	background: #ca0b0f;
}

.button-gray {
	background: #ababac;
}

.button:hover,
.button-gray:hover {
	text-decoration: none;
}

.button:hover,
.button.active,
.button.active:hover {
	color: #fff;
	background: #a5041a;
}

.button-gray.active {
	color: #fff;
	background: #ca0b0f;
}

.button-gray:hover {
	color: #fff;
	background: #77777a;
}

.button:active,
.button-gray:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .35);
}

.button-linkedin {
	position: relative;
	display: inline-block;
	background: #77777a;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	padding: 0 10px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
	padding-left: 50px;
	overflow: hidden;
	text-decoration: none;
}

.button-linkedin.button-red {
	background: #ca0b0f;
}

.button-linkedin:after {
	content: '';
	background: no-repeat center center url(a9ce1293edfc49ca4bd30d4d5d1238319896bc90.) ;
	background-size: 38px;
	position: absolute;
	top: 0;
	left: 6px;
	width: 38px;
	height: 38px;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.button-linkedin:hover {
	color: #fff;
	background: #6b6a6e;
	text-decoration: none;
}

.button-linkedin.button-red:hover {
	background: #a5041a;
}

.button-linkedin:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .35);
}

.button-facebook {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	background: #4c69ba;
	background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
	background: -webkit-linear-gradient(#4c69ba, #3b55a0);
	background: linear-gradient(#4c69ba, #3b55a0);
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-family: "Helvetica neue", Arial, sans-serif;
	text-shadow: 0 -1px 0 #354c8c;
	font-size: 14px;
	line-height: 25px;
	padding: 2px 6px;
	-webkit-transition: background .2s;
	transition: background .2s;
	font-weight: bold;
}

.button-facebook .fa-facebook-square {
	font-size: 27px;
	vertical-align: middle;
	margin-right: 10px;
}

.button-facebook:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#5b7bd5), to(#4864b1));
	background: -webkit-linear-gradient(#5b7bd5, #4864b1);
	background: linear-gradient(#5b7bd5, #4864b1);
	-webkit-box-shadow: inset 0 1px 0 #607fd6;
	cursor: pointer;
	color: #fff;
}

/* PDF Link */

.pdf-link {
	display: block;
	padding: 5px 0 5px 48px;
	line-height: 18px;
	position: relative;
}

.pdf-link:before {
	content: 'PDF';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	padding: 0 5px;
	background: #ca0b0f;
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
}

.pdf-icon {
	display: inline-block;
	background: #77777a;
	line-height: 20px;
	padding: 0 5px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* Icons */

.icon-border {
	display: block;
	width: 56px;
	height: 56px;
	border: 2px solid transparent;
	border-radius: 50%;
	text-align: center;
	font-size: 26px;
	line-height: 52px;
}

/* Country Icons */

.country {
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
}

.country:after,
.country:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	border-radius: 50%;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	position: absolute;
	top: 0;
	left: 0;
}

.country-container{
	/*-webkit-filter: grayscale(100%);*/   
}

.countries-list a.country-container.active, .countries-list a.country-container:hover, a.country-container:hover, a.country-container.active{
	 -webkit-filter: grayscale(0%);
	 font-weight:normal
}
	 
.country:after {
	opacity: 0;
	     
}

.country-container:hover .country:after,
.country-container.active .country:after,
.country:hover:after,
.country.active:after {
	opacity: 1;
	  
}

.country-us:before,
.country-us:after {
	background: no-repeat top left;
	background-size: 120%;
}

.country-global:before,
.country-global:after {
	background: no-repeat top left;
	background-size: 100%;
}

.country-sg:before{ background-image: url(485be3068d3ec5a640b790e2a473e33c7d714322.) }
.country-sg:after { background-image: url(38a6ba7b29d0b0d1a0b2e68b0ce2ba2c45108b06.) }

.country-uae:after{background-image: url(b523a3a92b9e6a5a18ea5d7bb9c330bf3e81039a.) }
.country-uae:before{background-image: url(00494fe8b5d75ae17a78faa6983b654d4cc474d3.) }

.country-us:before { background-image: url(6f7c0ff7f52e3688a4949e933e7487e0637030e6.) ; }
.country-us:after { background-image: url(4c3da6eac6733cf467644983c1bbef158eca1bd4.) ; }

.country-global:before { background-image: url(936841fa7b83765c1c9cdbe5be9677f2b025d5b1.) ;}
.country-global:after { background-image: url(936841fa7b83765c1c9cdbe5be9677f2b025d5b1.) ; }


.cn .country-global:before { background-size:cover;background-image: url(45fa54fde3d3078ad0c35a88ae0893496d1ea796.) ; }
.cn .country-global:after { background-size:cover;background-image: url(0e6f87615037cffb33899002b0ad6dd7d068a9de.) ; }



.country-co:before{background-image: url(014745201b69d843df42407af83fbd36359eb212.) }
.country-co:after{background-image: url(014745201b69d843df42407af83fbd36359eb212.) }

.country-de:before { background-image: url(460f0c08c71e63bf14e1789c85dc4edfa4a42424.) ; }
.country-de:after { background-image: url(d4b2e7b5beb186ce22811226183d008f4db7c63d.) ; }

.country-uk:before { background-image: url(ce929a06c91807686b476aab0c581a75a6a8cb22.) ; }
.country-uk:after { background-image: url(12127b70b037e7d3b3971437e450dc8f2a7328ae.) ; }

.country-br:before { background-image: url(0bdb7638bf1f20a225f3b74f973d4c810e6ebfa5.) ; }
.country-br:after { background-image: url(071b6feb76a1f618a72fdaf613ce27c9b07e2358.) ; }

.country-it:before { background-image: url(5c5aaa81dda68a707866abfe62f057f867a94437.) ; }
.country-it:after { background-image: url(48149775fcfed39a682cc20f1f02fcc9c7f4411d.) ; }

.country-fr:before { background-image: url(e2b1a78f04068a3b2dc545681d4747ef09fdcf4f.) ; }
.country-fr:after { background-image: url(1565fd1cdee69492dc635567350fcb489020b175.) ; }

.country-pt:before { background-image: url(c2f93d51818563c31e36f6131ef14869c7c00f1f.) ; }
.country-pt:after { background-image: url(5171cc81c82c2ac27cfaa4091e2582e1010c466c.) ; }

.country-tr:before { background-image: url(5806efe68b7c6fb4e6dfb39b32780497de24ae9b.) ;}
.country-tr:after { background-image: url(e2bb8849229e21aac2038f73ecc75ed7a5a8ac8b.) ;}

.country-es:before,
.country-es:after {
	background: no-repeat left center;
	background-size: 130%;
}
.country-es:before { background-image: url(02ad28ba699a9b41a83fe2c4bb34a834519c013e.) ; }
.country-es:after { background-image: url(9f31f7709519cd97fe3f61eee443264ea8767f6d.) ; }

.country-ca:before { background-image: url(ebe527199ec0f532d0f0c24cf1296e2f1df60e2a.) ; }
.country-ca:after { background-image: url(d275e572707dd5726b4a5d8f78a50a0081e83fb8.) ; }

.country-cn:before,
.country-cn:after {
	background: no-repeat left top;
	background-size: 180%;
}
.country-cn:before { background-image: url(45fa54fde3d3078ad0c35a88ae0893496d1ea796.) ; }
.country-cn:after { background-image: url(0e6f87615037cffb33899002b0ad6dd7d068a9de.) ; }

.country-jp:before,
.country-jp:after {
	background-color: #fff;
	border: 1px solid #ddd;
}
.country-jp:before { background-image: url(7578c934472b0c4e877271c4deb26d6c926f2e3a.) ; }
.country-jp:after { background-image: url(95ed58d490dbc658b7146776763f2c66c9d8282c.) ; }

.country-au:before { background-image: url(210c6b438debe0b716e34de3ca1fde40a19d70ed.) ; }
.country-au:after { background-image: url(4b467347d36c66a4b668e749eb16503012e88712.) ; }

.country-na:before { background-image: url(8dbba00d89b40b78bd727413f56171045599a476.) ; }
.country-na:after { background-image: url(54b2f7e2a577ebe76ceceedef26a76d86703b454.) ; }

.country-pa:before { background-image: url(c5157b77c22720ff66dfe038eedcb10dd5d25f5e.) ; }
.country-pa:after { background-image: url(0ef196aa324ff7c90c989d670b58d999bb482307.) ; }

.country-sa:before { background-image: url(0056e1eb100bfbbe247ebded8cfa7454b890e657.) ; }
.country-sa:after { background-image: url(bb9905add89c596491ec4132d5c2340fad3bd725.) ; }

.country-in:before { background-image: url(081b3d1c9dfe1b9e3fb93ea5e247a9f585356a7b.) ; }
.country-in:after { background-image: url(b057747f75ecf31be804ec04c67721829a11bf3b.) ; }


.country-pa:before { background-image: url(2f00ae1333749d1efb56db1e0bdd2ade0e89a9f9.) ; }
.country-pa:after { background-image: url(c10e64a83940e702b63c9d6f93b982e61433fbb4.) ; }

.country-vi:after { background-image: url(35ac44f02420c47056290a771c82c23262d1e621.) }
.country-vi:before { background-image: url(2bd6d9736a34881a2e50232768532ac0f037db55.) ; }

/* Shared */

.container-padded {
	padding-top: 60px;
	padding-bottom: 60px;
}

.paging-container {
	margin: 25px 0 15px;
}

.paging-container > a {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 3px 0 0;
	cursor: pointer;
	background-color: #ccc;
	border-radius: 50%;
}

.paging-container > a.active {
	background-color: #ca0b0f;
}

a .icon-download.link-download-icon {
	vertical-align: middle;
	margin-right: 6px;
	font-size: 25px;
	text-decoration: none;
}

a:hover .icon-download.link-download-icon,
a.active .icon-download.link-download-icon {
	border-color: #ca0b0f;
}

.search-wrapper {
	position: relative;
	height: 36px;
	width: 100%;
}

input[type="text"].search-input {
	outline: none;
	width: 100%;
	height: 36px;
	padding: 5px 36px 5px 12px;
	line-height: 20px;
	font-size: 16px; 
	border: 0;
	border-radius: 5px;
	background: #f8f8f8;
}

.search-wrapper .icon-search {
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	top: 0;
	cursor:pointer;
	right: 0;
	font-size: 22px;
}

.content-text-icons,
.page-items {
	font-size: 30px;
	line-height: 35px;
}

.page-items {
	float: right;
}

.page-items-headline {
	margin-top: -5px;
}

.small-list {
	display: table;
	width: 100%;
}

.small-list-ths,
.small-list-tds {
	display: table-row;
}

.small-list-ths > div,
.small-list-tds > div {
	display: table-cell;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #ddd;
}

.small-list-ths {
	font-weight: bold;
}

.page-nav {
	margin: -10px 0 40px;
}

.page-nav-link {
	font-weight: bold;
}

/* Form elements */

.chat-input-container,
.input-container {
	height: 32px;
	line-height: 32px;
	width: 100%;
	display: inline-flex;
	margin-bottom: 5px;
	position: relative;
}

input.error, textarea.error{
	border:1px solid red !important;
}

input[type="text"],
input[type="password"],
textarea {
	outline: none;
	border: 0;
	padding: 5px 10px;
	height: 32px;
	background: #f8f8f8;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
}

input[type="text"],
input[type="password"] {
	height: 32px;
}



textarea {
	resize: vertical;
}

.chat-input-container.required:after,
.input-container.required:after {
	content: '*';
	font-weight: bold;
	color: #ca0b0f;
	position: absolute;
	right: -16px;
	top: 0;
	font-size: 15px;
	line-height: 30px;
}

.input-description {
	text-align: right;
	font-size: 14px;
}

.input-search-container {
	position: relative;
}

.input-search-container input[type="text"],
.product-detail-reseller input[type="text"] {
	outline: none;
	font-size: 13px;
	line-height: 15px;
	height: 28px;
	background: #f8f8f8;
	border: 0;
	padding: 5px 30px 5px 12px;
	width: 100%;
}

.input-search-container button,
.product-detail-reseller button {
	outline: none;
	font-size: 18px;
	line-height: 25px;
	height: 28px;
	width: 28px;
	background: #ca0b0f;
	border: 0;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

/* Selectric Adjustments */

.selectricWrapper {
	width: auto;
	display: inline-block;
}

.selectric {
	border: 0;
	text-align: left;
	border-radius: 0;
	color: #aaa;
	background: #f8f8f8;
}

.selectric .label {
	text-align: left;
	font-weight: normal;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 22px;
	color: #77777a;
}

.selectricWrapper.selectricOpen .selectric .label,
.selectricWrapper.selectricOpen .selectric .button,
.selectricWrapper.selectricOpen .selectric .button:hover {
	color: #ca0b0f !important;
	border-color: #ca0b0f;
}

.selectricWrapper.selectricOpen .selectric .button:after {
	border-top-color: #ca0b0f !important;
}

.selectric .button,
.selectric .button:hover {
	background: none;
	border-radius: 50%;
	border: 1px solid #aaa;
	width: 20px;
	height: 20px;
	right: 7px;
	top: 5px;
	padding: 0;
	color: #aaa;
}

.selectric:hover .button,
.selectric:hover .button:hover,
.selectricOpen .button,
.selectricOpen .button:hover {
	color: #77777a;
	border-color: #77777a;
}

.selectricItems {
	outline: none;
	border: 0;
	background: #f8f8f8;
}

.selectricItems li {
	border: 0;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 10px;
}

.selectricItems ul li:first-child {
	
}

.selectricItems li:hover {
	color: #fff;
	background: #ca0b0f;
}

/* jQuery UI Datepicker */

.ui-datepicker.ui-corner-all {
	border-radius: 5px;
	background: #fff;
	border: 0;
	font-size: 16px;
	color: #fff;
	display: block;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	padding: 0;
}

.ui-datepicker .ui-datepicker-header {
	background: #ca0b0f;
	border-radius: 5px 5px 0 0;
	border: 0;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	height: 42px;
	padding: 0;
}

.ui-datepicker .ui-datepicker-title {
	line-height: 42px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	color: #fff;
	font-weight: normal;
	border-radius: 0;
	width: 42px;
	height: 42px;
	top: 0;
}

.ui-datepicker .ui-datepicker-prev {
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0);
}

.ui-datepicker .ui-datepicker-next {
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0);
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
	background: 0;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
	font-family: icons;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev:after {
	content: "\e605";
}

.ui-datepicker .ui-datepicker-next:after {
	content: "\e604";
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover:hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover:hover {
	top: 0;
	border: 0;
	background: none;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	text-align: center;
	background: rgba(255, 255, 255, .2);
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover:hover {
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.ui-datepicker .ui-datepicker-next.ui-state-hover:hover {
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.ui-datepicker th {
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0;
	background: #77777a;
}

.ui-datepicker .ui-datepicker-calendar tbody tr:first-child td {
	padding-top: 5px;
}

.ui-datepicker .ui-datepicker-calendar td a {
	background: #f2f2f2;
	border: 1px solid #e2e2e2;
	-webkit-transition: none;
	transition: none;
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
	background: #ca0b0f;
	border-color: #ca0b0f;
	color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
	border-radius: 5px;
	border: 0;
	padding: 4px 3px;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable a,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span {
	background: none;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
	background: #ca0b0f;
	border-color: #ca0b0f;
	color: #fff;
	font-weight: normal;
}

.ca-datepicker-icon {
	margin-left: -25px;
	font-size: 18px;
	pointer-events: none;
	line-height: 32px;
}

/* Line: or */

.or-line {
	text-align: center;
	color: #aaa;
	font-size: 12px;
	line-height: 20px;
	margin: 15px 0;
	position: relative;
}

.or-line:before,
.or-line:after {
	content: '';
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #ddd;
	width: 65px;
	width: calc(50% - 25px);
}

.or-line:before {
	left: 0;
}

.or-line:after {
	right: 0;
}

/* Modal */

.modal-header {
	border-bottom: 0;
	padding: 50px 40px 30px;
	font-size: 17px;
	text-transform: uppercase;
}

/* Slider */

.nstSlider.finder-slider {
	background: transparent;
	position: relative;
	width: 100%;
}

.nstSlider.finder-slider:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -2px;
	background: #ccc;
	z-index: 1;
}

.nstSlider.finder-slider .bar {
	background: #ddd;
	z-index: 2;
}

.nstSlider.finder-slider .leftGrip,
.nstSlider.finder-slider .rightGrip {
	background: #666;
	z-index: 3;
	border-radius: 1px 1px 0 0;
	width: 6px;
}

.nstSlider.finder-slider .leftGrip:after,
.nstSlider.finder-slider .rightGrip:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -4px;
}

.nstSlider.finder-slider .leftGrip:after {
	border-bottom: 6px solid #fff;
	border-right: 6px solid #666;
}

.nstSlider.finder-slider .rightGrip:after {
	border-bottom: 6px solid #fff;
	border-left: 6px solid #666;
}

/* Image slider */

.tiny-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.tiny-slider-item {
	display: none;
	float: left;
	background: no-repeat center center;
	background-size: cover;
}

.tiny-slider-item.active {
	display: block;
}

.tiny-slider .icon-right,
.tiny-slider .icon-left {
	display: none;
	border: 1px solid #fff;	
	color: #fff;
	opacity: .75;
	width: 56px;
	height: 56px;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	position: absolute;
	top: 48%;
	margin-top: -16px;
	border-radius: 50%;
	cursor: pointer;
}
.tiny-slider .icon-left {
	margin-left: 15px;
}

.tiny-slider .icon-right {
	margin-right: 15px;
}

.tiny-slider .icon-right.active,
.tiny-slider .icon-left.active {
	display: block;
}

.tiny-slider .icon-right:hover,
.tiny-slider .icon-left:hover {
	opacity: 1;
}

.tiny-slider .icon-right {
	right: 5px;
}

.tiny-slider .icon-left {
	left: 5px;
}

/* Adjustments */

#IE8-Modal-Notice h7 {
	display: block;
	margin-bottom: 15px;
}

.IE8-suggest-browser {
	padding: 5px 0;
	font-size: 17px;
}

.IE8-skip-browser-download {
	margin-top: 10px;
	font-size: 12px;
}

#press-releases-results-container a{
	color:#77777a
}

#press-releases-results-container a:hover{
	color: #ca0b0f;
}

/* Adjustments */

@media (min-width: 1200px) {
	
	#module-selector {
		width: 750px;
	}
	
	.overview-grid-item{
		height:280px
	}
	
	
	.bcg {
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;		
		height: 100%;		
		min-height: 900px;
		width: 100%;
		
	}
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .bcg {
    	/*background-attachment: scroll !important;*/
    }
	.story-detail-teaser {
		position: static !important;
	}
}
@media (min-width: 1600px) {
.overview-grid-item{
		height:320px
	}
}
	
@media (min-width: 992px) {
	
	/* Story Detail Page Adjustments */
	
	.story-detail-location,
	.story-detail-sunshine {
		padding-right: 50px;
	}
	
}

@media (min-width: 768px) {

	/* Story Detail Page Adjustments */
	
	.story-detail-location,
	.story-detail-sunshine {
		padding-right: 25px;
	}
	
	
	
	/* Eco Icon Adjustments */
	
	.story-detail-eco-icon {
		float: left;
		width: 25%;
		text-align: center;
		position: relative;
		padding: 0;
	}
	
	.story-detail-eco-icon > span[class^="icon-"],
	.story-detail-eco-icon > span[class*=" icon-"] {
		font-size: 60px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		width: auto;
		display: block;
		margin: auto;
		text-align: center;
		float: none;
	}
	
	.eco-icon-subtitle {
		display: block;
		font-size: 13px;
		font-weight: bold;
		width: auto;
		padding: 0 10px;
		float: none;
	}
	
	.eco-icon-subtitle .highlight {
		display: block;
		font-size: 23px;
		padding: 0 0 10px;
	}
	
}



@media(max-width:1024px){
	.#footer-container{
		height:110px
	}
	.bcg{
		height:500px
	}
	
	.unpack{
		width:100%;
		display:inline-block;
		float:left
	}
	
	
}

@media (max-width: 992px) {
	
	#module-selector {
		width: 440px;
		margin-top: -20px;
	}
	
	/* Adjust Countries */
	
	#countries-wrapper h7 {
		margin-bottom: 5px;
		margin-top: 15px;
	}
	
	.countries-list a {
		float: left;
		width: 185px;
		padding-right: 10px;
	}
	
	#countries-wrapper h6 {
		margin: 10px 0;
	}
	
	/* Adjust Story Detail: Product */
	
	.story-detail-product .button {
		position: static;
		bottom: auto;
		right: auto;
	}
	
	/* Certificates Modal */
	
	.certificate-modal-item {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	
	/* Adjust Stages */
	
	.project-services-stages-row {
		display: block;
	}
	
	.project-services-stages-col {
		display: block;
		width: auto;
		padding: 50px 30px 30px;
	}
	
	.project-services-stages-col1{
		padding-left:30px
	}
	
	.project-services-stages-col1:after,
	.project-services-stages-col2:after {
		height: 100px;
		width: 100%;
		left: 0;
		right: 0;
		top: auto;
		bottom: -40px;
		background-size: auto 100%;
	}
	
	.project-services-stages-col1:after {
		background-image: url(7283220ad2c49a246c297f6685a2aeb61daf60be.) ;
	}
	
	.project-services-stages-col2:after {
		background-image: url(a310e6ca087668ca6eb17d60fbe2ab4556365b31.) ;
	}
	
	/* Adjust Story Details Temp */
	
	.story-detail-loc-temp h3 {
		margin-bottom: 20px;
	}
	
	.story-detail-sunshine h3,
	.story-detail-temperature h3 {
		margin-top: 40px;
	}
	
	/* Adjust header carousel */
	
	.header-carousel .carousel-inner .item {
		height: 300px;
	}
	
	/* Adjust Career */
	
	#career-carousel,
	#career-carousel .item {
		height: 420px;
		text-align:center;
	}
	
	.career-carousel-text {
		width: 100%;
		left: 0;
		top: 320px;
	}
	
	.career-listings-nav .button:nth-child(2),
	.career-listings-nav .button:nth-child(3) {
		width: calc(33.3333% - 5px);
		margin-bottom: 5px;
	}
	
	.career-listings-nav .button:first-child {
		width: 33.3333%;
		margin-bottom: 5px;
	}
	
	.career-listings-nav .button:nth-child(4) {
		margin-left: 0;
		width: 25%;
	}
	
	.career-listings-nav .button:nth-child(5),
	.career-listings-nav .button:nth-child(6),
	.career-listings-nav .button:nth-child(7) {
		width: calc(25% - 5px);
	}
	
	/* Adjust About page */
	
	.about-small-list {
		font-size: 13px;
	}

	.button-gray.about-management-button {
		width: 100%;
		margin-bottom: 5px;
		border-radius: 5px !important;
	}
	
	/* Adjust Press Release */
	
	.press-releases-col-options {
		padding-right: 15px;
	}
	
	#press-releases-results-container {
		margin-top: 60px;
	}
	
}

@media (max-width: 767px) {
	
	/* Remove Module selector */
	
	#menu-nav-container {
		right: 20px;
		
	}
	
	#search-wrapper{
		left:0px
	}
}

@media (max-width: 768px) {
	
	#search-wrapper {
		left: 0px;
		width: auto;
	}
	
	
	
	/* Header Adjustmenats */
	
	#module-selector-text {
		bottom: 100px;
	}
	
	.product-page-nav-scroller{
		width:102%
	}
	
	.product-page-nav-item{
		padding:0px 5px 0px 5px
	}
	
	.product-page-nav-item.active{
		
	}
	
	.product-detail-module-preview{
		height:auto;
		width:70%
	}
	
	.bcg{
		height:350px
	}
	
	#ajax-pagination{
		display:none
	}
	
	h1.story-headline {
		font-size: 20px;
		margin-top: 15px;
		line-height: 23px;
		position: relative;
		margin-bottom: 10px;
	}
	
	/* Footer Adjustments */
	
	#footer-nav,
	#footer-social {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0 auto 10px;
		text-align: center;
	}
	
	#footer-nav li,
	#footer-social li {
		float: none;
		display: inline;
	}
	
	#footer-nav a,
	#footer-social a,
	#footer-nav .link-gray,
	#footer-social .link-gray {
		display: inline-block;
	}
	
	#footer-container {
		padding-top: 15px;
		height: 180px;
	}
	
	body {
		padding-bottom: 180px;
	}
	
	#newsletter-container {
		width: auto;
		text-align:center;
		position: relative;
		top: auto;
		left: auto;
		margin: -77px auto 0;
	}
	
	#footer-social {
		margin: 50px auto 0;
	}
	
	#footer-social .link-gray {
		border-width: 2px;
		width: 32px;
		height: 32px;
		line-height: 30px;
		text-align: center;
		font-size: 19px;
	}
	
	.cn  #footer-social .link-gray {
		 border-width: 2px;
  width: 27px;
  height: 27px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
	}
	/* Adjust Countries */
	
	#countries-wrapper {
		padding: 0 15px;
	}
	
	#countries-wrapper h7 {
		display: none;
	}
	
	.countries-list {
		margin: 20px 0;
	}
	
	.countries-list:first-child {
		border-top: 0;
	}
	
	.countries-list a {
		width: 145px;
	}
	
	/* Adjust Carousel */
		
	.teaser-carousel {
		bottom: 183px;
	}
	
	.teaser-carousel-story,
	.teaser-carousel-story.position-1, 
	.teaser-carousel-story.position-2, 
	.teaser-carousel-story.position-3, 
	.teaser-carousel-story.position-4 {
		width: auto;
		height: auto;
		position: absolute;
		top: 48px;
		left: 104px;
		right: 94px;
		bottom: auto;
		padding-bottom: 100px;
	}
	
	/* Adjust Story Details */
	
	.story-detail-savings-overview {
		padding-right: 15px;
	}
	
	.story-detail-savings-charts {
		margin-top: 30px;
	}

	.story-detail-product-image {
		float: none;
	}
	
	/* Adjust Project Services */
	
	.project-services-list-boxes,
	.project-services-list-box,
	.project-services-list-box-spacer {
		display: block;
	}
	
	.project-services-list-box {
		background: none;
		width: auto;
		padding: 0;
	}
	
	.project-services-list-box h4 {
		margin-top: 20px;
	}
	
	.project-services-map-table {
		font-size: 13px;
	}
	
	/* Product Detail Adjustments */
	
	.product-detail-left,
	.product-detail-right {
		float: none;
		width: auto;
	}
	
	.story-detail-text-shared .col-sm-6:last-child h4 {
		padding-top: 40px;
	}
	
	/* Module Finder Adjustments */
	
	#module-finder-left,
	#module-finder-right {
		float: none;
		width: auto;
	}
	
	
	.product-detail-left,
	.product-detail-right {
		float: right;
		width: 50%;
	}
	
	
	.product-detail-right canvas{
		max-width:350px;
		float:right
	}
	
	#module-finder-right {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #ddd;
		padding-left: 0;
	}
	
	/* Certificates Modal */
	
	.modal-header {
		padding: 30px 15px 15px;
	}
	
	.certificate-modal-items {
		padding: 0;
	}
	
	/* About Adjustments */
	
	.about-logos-logo-wrapper {
		width: 175px;
		width: calc(25% - 12px);
	}
	
	.about-management-carousel-text-container {
		padding-top: 50px;
	}
	
	.about-management-carousel-col.col-sm-5 .about-management-carousel-blog-link {
		position: static;
		margin-top: 30px;
	}
	
	#about-management-carousel .carousel-control {
		display: none;
	}
	
	.about-container-text-image .about-tiny-slider {
		margin-top: 20px;
	}
	
	
	.about-management-img {
		margin-bottom: 60px;
	}
	
	.about-management-button-blog {
		margin-top: 30px;
	}
	
	/* Adjust header carousel */
	
	.header-carousel .carousel-inner .item {
		height: 200px;
	}
	
	/* Adjust Contact Page */
	
	.contact-personal-infos {
		max-width: 100%;
	}
	
	.contact-personal-infos .input-container {
		width: calc(100% - 20px);
	}
	
	/* Reseller Results */
	
	.reseller-items {
		width: auto;
		min-height: 0;
	}
	.reseller-item-table {
		width: 100%;
		float: none;
	}
	
	.reseller-item-table td {
		padding: 2px 5px;
	}
	
	.reseller-item-headline {
		float: none;
		margin-bottom: 5px;
		width: auto;
	}
	
	.reseller-map {
		position: static;
		height: 300px;
	}
	
	
	
	/* Adjust Imprint */
	
	#imprint-map-container {
		float: none;
		width: 100%;
	}
	
	#imprint-headquarter-container {
		float: none;
		width: 100%;
		padding-top: 30px;
	}
	
	/* Adjust Product Detail */
	
	.product-page-nav {
		margin-left: 0;
		margin-right: 0;
	}
	
	.product-page-nav-scroller {
		margin-left: 35px;
		margin-right: 35px;
	}
	
	/* Adjust solar systems */
	
	.solar-systems-left,
	.solar-systems-right {
		float: none;
		width: 100%;
	}
	
	.career-listings-tds {
		font-size: 14px;
	}
	
	
	.solar-systems-teaser-img {
		margin-top: 50px;
	}

	/* 404 Page */
	
	.error404-row .col-sm-4:nth-child(2),
	.error404-row .col-sm-4:last-child {
		border-left: 0;
		padding-left: 15px;
	}
	
	.error404-row h5 {
		margin-top: 25px;
	}

}

@media (max-width: 600px) {
	
	/* Remove Module selector */
	
	#menu-nav-container,
	#module-nav {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0 15px;
	}
	
	#country-select-wrapper .country {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    
   }

	.module-finder-width, .module-finder-length{
		float:none;
	}
	
	#about-management-img{
		margin-bottom:10px
	}
	
	.about-management-container-nav{
		padding-top:0px
	}
	
	#menu-wrapper{
		padding-top:0px !important
	}
	
	.career-teaser h2.lowercase{
		position: absolute;
		left: 5%;
		top: 0px;
	}
	
	#career-carousel{
		margin-top:40px;
		text-align:center;
	}
	
	#search-wrapper{
		width:90%
	}
	
	#menu-wrapper-fix, #menu-wrapper{
		border-bottom:0px
	}
	
	.solar-systems-feature-container{
		font-size:14px;
		padding:0px;
		line-height:16px;
	}
	.container.project-services-box .col-sm-6 img{
		display:none
	}
	#about-tiny-slider-customer .tiny-slider-item{
		height:auto !important
	}
	
	#about-tiny-slider-customer .tiny-slider-item .position-2{
		display:none
	}
	
	
	#module-nav h6 {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #ddd;
	}
	

	
	.select-dropdown{
		margin-bottom:10px
	}
	
	.solar-systems-carousel-right{
		display:none
	}
	

	
	#country-select-wrapper,
	#countries-close-button {
		bottom: 20px;
	}
	
	/* Header Adjustmenats */
	
	#module-selector-text {
		bottom: 80px;
	}
	
	#search-wrapper {
		bottom: 15px;
	}	
	/* Adjust Countries */
	
	#menu-wrapper {
		height: 650px;
		padding-top: 30px;
	}
	
	#menu-container,
	#menu-nav-wrapper,
	#countries-wrapper {
		height: auto;
		    min-height: 365px;
	}
	
	/* Adjust Carousel */
	
	.teaser-carousel-story {
		padding: 20px 20px 0 20px;
	}
	
	.teaser-carousel-story .button {
		max-width: 80%;
	}
	
	.teaser-carousel .carousel-indicators {
		left: 25px;
	}
	
	
	.product-detail-left,
	.product-detail-right {
		float: right;
		width: 100%;
	}
	
	
	.teaser-carousel-story-footer {
		left: 20px;
	}
	
	.product-detail-module-preview{
		height:auto;
		width:100%
	}
	
	/* Career Adjustments */
	
	.career-listings-tds {
		font-size: 13px;
	}
	
	.career-listings-tds > div {
		width: auto !important;
		float: none !important;
	}
	
	.career-listings-tds > div:nth-child(4),
	.career-listings-tds > div:nth-child(5) {
		margin: 5px 10px 0 0;
		display: inline;
		white-space: nowrap;
	}
	
	.career-job-summary-header > div:nth-child(1) > b,
	.career-job-summary-header > div:nth-child(1) > span,
	.career-job-summary-header > div:nth-child(2) > b,
	.career-job-summary-header > div:nth-child(2) > span {
		display: inline;
	}
	
	.career-job-summary-header > div:nth-child(1),
	.career-job-summary-header > div:nth-child(2) {
		float: none;
		margin-left: 0;
	}
	
	.teaser-carousel-story,
	.teaser-carousel-story.position-1, 
	.teaser-carousel-story.position-2, 
	.teaser-carousel-story.position-3, 
	.teaser-carousel-story.position-4 {
		width: auto;
		height: auto;
		position: absolute;
		top: 15px;
		left: 25px;
		right: 15px;
		bottom: auto;
	}
	.teaser-carousel .carousel-control.right,
	.teaser-carousel .carousel-control.left {
		display: block;
		margin-top: 260px;
	}	
	.teaser-carousel-story h3 {
		font-size: 21px;
		line-height: 26px;
	}
	
	/* Adjust Project Teaser */
	
	#projects-carousel .teaser-carousel-story.position-2 {
		bottom: 25px;
		padding: 20px;
		padding-bottom: 20px !important;
	}
	
	.teaser-carousel-img {
		display: none;
	}
	
	#projects-carousel .carousel-indicators {
		bottom: 5px;
	}
	
	/* Adjust Product Services */
	
	.project-services-map-operation-link {
		float: none;
		display: block;
		margin-bottom: 30px;
		text-align: right;
	}
	
	h1.story-headline{
		font-size:20px;
		margin-top:15px;
		line-height: 23px;
		position:relative;
		margin-bottom:10px;
	}
	
	/* About Adjustments */
	
	.about-logos-logo-wrapper {
		width: 182px;
		width: calc(33.333% - 12px);
	}
	
	/* Adjust Overview filters */
	
	.overview-filters {
		-webkit-transition: none;
		transition: none;
	}
	
	.overview-filters.active {
		left: 0;
		width: 100% !important;
		height: auto !important;
	}
	
	#story-overview-wrapper .overview-filters-cols {
		width: auto !important;
		padding: 0 0 10px;
	}
	
	#story-overview-wrapper .overview-filters-col {
		float: left;
		width: 70% !important;
		padding-top: 5px;
		padding-bottom:12px;
	}
	
	.about-small-list {
		display: block;
	}
	
	.about-small-list .small-list-ths {
		display: none;
	}
	
	.about-small-list .small-list-tds {
		display: block;
		border-bottom: 1px solid #ddd;
		padding: 5px 0;
	}
	
	.about-small-list .small-list-tds > div {
		display: block;
		border-bottom: 0;
		padding: 0;
	}
	
	.about-small-list .about-small-list-email.truncate {
		max-width: none;
	}
	
	
	#story-overview-wrapper .overview-filters-col:last-child{
		width:30% !important
	}
	
	.overview-filters-cols{
		padding-bottom:12px;
	}
	
	.module-link{
		font-size:15px !important;
		float:left !important;
		margin-top:0px !important;
		margin-bottom:15px 
	}
	
	.module-link span{
		font-size:11px !important;
		width: 20px;
		height: 20px;
		line-height:20px
	}
	
	.product-page-nav-item-img{
		display:none
	}
	
	
	.product-page-nav-item{
		display:block;
		width: 50% !important;
		text-align: left;
		margin-bottom:10px
	}
	
	.solarsystems .product-page-nav-item{
		width: 28% !important;
		display:inline-block;
	}
	
	.solarsystems .product-page-nav{
		width:100% !important
	}
	
	.button-gray.webgl{
		display:none
	}
	
	.product-page-nav{
		margin-top:10px
	}
	
	.container .threesixty{
		height:520px !important
	}
	
	.product-page-nav{
		height:auto	
	}
	
	#projects-overview-wrapper .overview-filters-col{
		width:50% !important;
		height:150px;
	}
	
	h2, h1 {

    font-size: 26px;
    line-height: 32px;

   }
	
	.about-logos-logo-container{
		display:inline-block;
		max-width:180px;
	}
	
	.about-small-list .small-list-tds>div, .career-listings-tds
	{
		text-align:center
	}
	.about-logos-logo-container img{
		max-width:180px
	}
	
	.about-logos-logo-container img{
		max-width:100%;
		height:auto
	}
	
	.overview-filters-col .link-gray {
		display: block;
		margin-right: 5px;
	}
	
	#newsletter-input{
		width:150px;
	}

	#newsletter-container{
		width:100%
		text-align:center;
	}
	
	#search-wrapper{
		top:20px;
		left:0px
	}
	#menu-nav{
		padding-top:20px;
	}
}

@media (max-width: 500px) {
	
	/* Header Adjustments */
	
	#logo {
		top: 14px;
		width: 160px;
		max-width:75%
	}
	
	#search-wrapper{
		top:20px;
		left:0px
	}
	
	.product-detail-certificates-tooltip-toggler img, .certificate-modal-item-cols img{
		max-width:55px
	}
	
	#nav .fa-bars {
		font-size: 20px;
	}
	
	#logo{
		max-width:75%
	}
	#menu-nav{
		padding-top:20px;
	}
	
	.solar-systems-feature-container [data-ssf-icon]{
		font-size: 65px;
		line-height: 65px;
	}
	
	
		
#nav {
	
	padding: 10px 20px 10px 80px;
	
}
	
	#fixed-header-wrapper {
		height: 80px;
		top: 0px;
		position: fixed;
	}
	
	#header-spacer {
		height: 80px;
	}
	
	#header-wrapper {
		height: 80px;
	}
	
	#nav {
		top: 0;
		height: 80px;
		line-height: 45px;
		padding-left: 40px;
	}
	
	#menu-wrapper {
		top: 80px;
	}
		
	.teaser-carousel {
		top: 80px;
	}
	
	/* Adjust Nav */
	
	#menu-nav-container {
		margin-top: 0px;
	}
	
	#search-wrapper,
	#country-select-wrapper {
		
	}
	
	/* Adjust Carousel */
	
	.carousel-inner {
		overflow: visible;
	}
	
	.teaser-carousel {
		position: relative;
		top: 0;
		bottom: auto;
		min-height: 600px;
	}
	
	.teaser-carousel-placeholder {
		height: 0;
	}
	
	.teaser-carousel-story-pointer {
		display: none;
	}
	
	.teaser-carousel .carousel-indicators li {
		background: #ababac;
	}
	
	.teaser-carousel .carousel-inner,
	.teaser-carousel .carousel-inner .item {
		height: 260px;
		
	}
	
	.teaser-carousel .carousel-inner .item {
		cursor:pointer;
	}
	
	.teaser-carousel-story,
	.teaser-carousel-story.position-1,
	.teaser-carousel-story.position-2,
	.teaser-carousel-story.position-3,
	.teaser-carousel-story.position-4 {
		left: 0;
		right: 0;
		top: 100%;
	}
	
	.teaser-carousel .carousel-control.right,
	.teaser-carousel .carousel-control.left {
		display: block;
		height: 260px;
		margin-top: 0;
	}
	
	/* Adjust Project Teaser */
	
	#projects-carousel.teaser-carousel {
		top: 150px;
	}
	
	.headline-split .sub-headline {
		display: block;
		margin-top: 10px;
	}
	
	.headline-split .sub-headline:before {
		content: '';
	}
	
	/* Adjust Project Services */
	
	.project-services-map-table {
		font-size: 11px;
	}
	
	/* Product Details Adjustments */
	
	.product-detail-module-iconinfo {
		width: 280px;
	}
	
	/* Teaser Story Adjustments */
	
	.teaser-carousel-story-country-icon,
	.teaser-carousel-story-module-icon {
		width: 50px;
		margin-top: 10px;
		height:auto
	}
	
	#menu-wrapper #country-select-wrapper{
		display:none !important;
	}
	
	.teaser-carousel-story-footer {
		bottom: 0px;
	}
	
	.teaser-carousel-story {
		padding-bottom: 80px !important;
	}
}

@media (max-width: 400px) {
	
	/* About Adjustments */
	
	.about-logos-logo-wrapper {
		width: 179px;
		width: calc(50% - 12px);
	}
	
	/* Adjust Carousel */
}

@media (min-width: 1336px) {
	
	/* About Speking Tag on XXL screens */
	
	.teaser-carousel-story.position-1,
	.teaser-carousel-story.position-3 {
		left: 50%;
		margin-left: -575px;
	}
	
	.teaser-carousel-story.position-2,
	.teaser-carousel-story.position-4 {
		right: 50%;
		margin-right: -575px;
	}
	
	
	.teaser-carousel-story.position-3,
	.teaser-carousel-story.position-4 {
		bottom: 48px;
		top: auto;
	}
}

/* Spinner */

@keyframes spinner {
    to {transform: rotate(360deg);}
}
 
@-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}
 
.spinner {
    min-width: 36px;
    min-height: 36px;
}
 
.spinner:before {
    /*content: 'LoadingÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦';Ü*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-top: -15px;
    margin-left: -15px;
}
 
.spinner:not(:required):before {
   /* content: '';
    border-radius: 50%;
    border: 2px solid #bbb;
    border-top-color: #ca0b0f;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;*/
}

/* Common */

* {
	outline: none !important;
}

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

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

input,
textarea {
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
}

/* Customized CSS */

.googleMap, .pano{
	width:100%;
	height:400px
}

#googleSplit .googleMap, #googleSplit .pano{
	width:45%;
	float:left;
	height:400px
}


 .pano{
 	margin-left:50px;
 	
 }

.lat,.lang,.satellite,.zoom{
	display:none
} 

.commercial, .utility, .EPC, .residential, .module, .0, .1{
	width:33%
}

#map_canvas{
	height:500px;
	width:100%
}


.add-nav ul{
	padding:0px;
	margin:0px;
	list-style-type:none
}

.add-nav ul li .entry{
	margin-top:20px
}

.add-nav ul li{
	border:none
}

.add-nav ul li:hover{
	background-color: #f8f8f8
}

.add-nav ul li table td:nth-child(1){
	
	width:100%;
}



#loading {
	height:24px;
	width:24px;
	position:absolute;
	top:200px;
	left:50%;
	background-image: url(6d4c0e27194c96507c7ae102f0c9c62eae840de2.gif) ;
}


a.tiny-slider-item{
	color:transparent;
}


input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	outline: none;
	border: 0;
	padding: 5px 10px;
	height: 32px;
	background: #f8f8f8;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
}

.about-tiny-slider.tiny-slider .icon-right {
	margin-right: 15px;
}

.about-tiny-slider.tiny-slider .icon-left {
	margin-left: 15px;
}

#search-results strong{
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
}

.result-product{
	margin-bottom:10px
}

div[id^='show']{
	display:none
}

#show-0{
	display:block
}

.small-list-tds:hover{
	background-color:#f8f8f8
}

.about-headline{
	font-size: 30px;
	line-height: 40px;
}

.featured-prod{
	text-align: center;
	background-color: #f8f8f8;
	width: 100%;
	padding-top: 5px;
	height: auto;
	padding-bottom: 10px;
	display: inline-block;
}

.featured-prod h5{
	font-size: 16px;
}

.story-detail-teaser-text .col-md-3 > div:first-child {
	
}

.featured-proj .overview-grid-item {
	height: 210px;
	border: 0;
	border-bottom: 5px solid #fff;
	margin: 0 0 5px 0;
	display: inline-block;
}

.featured-prod .overview-grid-item {
	border: 0;
}

blockquote {
	margin: 0 0 10px 0 !important;
	font-size: 20.5px;
	border-left: 0;
	padding: 0;
	line-height: 26px;
	font-style: italic;
}

img.scrolldown{
	float:left;
}

.story-detail-headline{
	position:relative;
}

.imageScroll{
	position: relative;
	padding: 10px;
	position: absolute;
	top: -81px;
	cursor: pointer;
	border-radius: 8px;
	z-index: 99;
	left: 0;
	background-color: #fff;
}

.highcharts-input-group{
	display: none;
}

.ajax-reload, .ajax-projects-reload{
	height: 40px;
	display: inline-block;
	width: 100%;
	position: relative;
}

#loading-ajax {
	top: 0;
	height: 24px;
	width: 24px;
	position: absolute;	
	left: 50%;
	background-image: url(6d4c0e27194c96507c7ae102f0c9c62eae840de2.gif) ;
}

#powermail_fieldwrap_9 {
	display: inline-block;
}

.gallery{
	display:inline-block;
	margin:10px 0px 10px 0px;
}

/* FSVS*/

#ajax-pagination{
	margin: 0;
	padding: 8px 4px;
	position: fixed;
	height: auto;
	right: 20px;
	top: 50%;
	text-align:center;
	width: 70px;
}

#ajax-pagination li {
	list-style: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 2px 0;
	cursor: pointer;
}

#ajax-pagination li > span {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-color: #E7E5E5;
	border: 1px solid #E7E5E5;
	display: block;
}

#ajax-pagination li > span > span {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border: 1px solid #E7E5E5;
	background-color: #fff;
	display: block;
	margin: 4px;
}

#ajax-pagination li.active > span > span {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border: 1px solid #ca0b0f;
	background-color: #ca0b0f;
	display: block;
	margin: 4px;
}


/* overwrites only for local pages */

.button-gray.about-management-button:first-child {
	border-radius: 5px;
}

.button-gray.about-management-button:last-child {
	border-radius: 5px;
	float: right;
}

iframe{
	width:100% !important
}



.product-page-nav-scroller #countries-close-button
{
	position:relative;bottom:0px;right:0px;
	font-weight:normal; font-size:15px;
	padding-left:0px
}

.product-page-nav-scroller #countries-close-button span {
	display:inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 11px;
	line-height: 26px;
	border: 1px solid #77777a;
	line-height: 20px;
}

.product-detail-features .truncate img{
	width:40px;
	height:40px;
	margin-left:-4px;
}

.product-detail-certificates img, .certificate-modal-item-cols  img{
	width:auto;
	max-width:60px;
	height:auto;
	
}

.story-detail-teaser{
	position:relative;
}

.container .threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: url(c71cc5fbecf9b649c45b5573bc9186c5a486b609.png) , auto !important;
}
.container .threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.container .threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.container .threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0;
}
.container .threesixty .threesixty_images img.current-image {
  visibility: visible;
  width: 100%;
}
.container .threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background-image:none;
  background: #ca0b0f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.container .threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #fff;
  padding:5px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.container .threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
.container .threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(827b025dc4c8bee15976ca8695ccdf02e5ce50d8.png)  no-repeat;
  text-indent: -99999px;
}
.container .threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0;
}
.container .threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px;
}
.container .threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px;
}
.container .threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px;
}
/* html */
.container:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.container:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.module-finder-product-container img.do-hover{
	display:none; 
}

.construction-pic{
	margin-bottom:100px;
}

.hiding{
	display:none
}

.solar-systems-download-datasheet a.pdf-link{
	float:left;
	margin-right:20px
}

.date-input{
	width:95%;
	margin:20px 0px 20px 0px
}

.date-input label{
	font-weight:normal;
	font-size:14px;
	width:230px;
}


.date-input input{
	float:right;
	margin-right:40px;
	width:200px;
}

/* Hybrid adjustments */

.solar-systems-left.container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pdm-wrapper {
	color: #fff;
	text-align: center;
}

.pdm-highlight {
	background: #ca0b0f;
}

.pdm-mid {
	width: 60%;
	float: left;
}

.pdm-table {
	background: #77777a;
	float: left;
}

.pdm-mid .pdm-table:first-child {
	width: 18%;
}

.pdm-mid .pdm-table:nth-child(2) {
	width: 20%;
}

.pdm-mid .pdm-table:nth-child(3) {
	width: 32%;
}

.pdm-mid .pdm-table:nth-child(4) {
	width: 30%;
}

.pdm-wrapper > .pdm-table:first-child {
	width: 23%;
}

.pdm-wrapper > .pdm-table:last-child {
	width: 17%;
}

.pdm-table td,
.pdm-colspan {
	padding: 0 2px;
	height: 42px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	white-space: nowrap;
	overflow: hidden;
}

.pdm-table td.pdm-desktop-2rows {
	height: 84px;
	white-space: normal !important;
}

.pdm-colspan {
	line-height: 42px;
}

.pdm-wrapper > .pdm-table:last-child td {
	border-right: 0;
}

@media (max-width: 992px) {
	
	.pdm-wrapper > .pdm-table:first-child {
		width: 25%;
	}

	.pdm-mid {
		width: 75%;
	}
	
	#module-nav{
		left:30px !important;
	}
	
	.pdm-wrapper > .pdm-table:last-child {
		margin-top: 30px;
		width: 100%;
	}
	
	.pdm-wrapper > .pdm-table:last-child td {
		width: 50%;
	}
	
	.pdm-wrapper > .pdm-table:last-child td:first-child {
		border-right: 1px solid #fff;
	}
}

@media (max-width: 768px) {

	.pdm-mid {
		width: 100%;
		float: none;
	}
	
	.pdm-table {
		width: 100% !important;
		float: none;
		margin-top: 30px;
	}
	
	.pdm-table td,
	.pdm-colspan {
		white-space: normal;
		overflow: visible;
	}
	
	.pdm-table td {
		width: 50%;
	}
	
	.solar-systems-feature-container {
		
	}
}

@media (max-width: 600px) {
	.solar-systems-feature-container {
		float: none;
		width: 100%;
	}
}

/* Process */

.ssp-wrapper {
	padding-top: 40px;
	position:relative;
}

.ssp-pointer {
	background: center center no-repeat url(7ed2f47f201dc848fc9e8008adf6e67dbd7bde46.) ;
	background-size: cover;
}

.ssp-pointer {
	display: table;
	font-weight: bold;
	color: #fff;
}

/*
.ssp-cell {
	display: table-cell;
	vertical-align: middle;
	height: 226px;
	    color: #77777a;
	position: relative;
}

.ssp-cell:first-child {
	width: 20%;
	padding: 0 0 0 20px;
}

.ssp-cell:nth-child(2) {
	width: 19%;
	padding: 0 0 0 65px;
}

.ssp-cell:nth-child(3) {
	width: 20%;
	padding: 0 0 0 65px;
}

.ssp-cell:nth-child(4) {
	width: 19%;
	padding: 0 10px 0 60px;
}

.ssp-cell:nth-child(5) {
	width: 22%;
	padding: 0 15px 0 55px;
}

.pdm-img {
	height: 120px;
	position: absolute;
	top: -130px;
	left: 0;
	right: 0;
	background: center center no-repeat;
	background-size: cover;
}

.ssp-cell:nth-child(1) .pdm-img {
	right: 6px;
}

.ssp-cell:nth-child(2) .pdm-img {
	left: 5px;
	right: 8px;
}

.ssp-cell:nth-child(3) .pdm-img {
	left: 3px;
	right: 11px;
}

.ssp-cell:nth-child(4) .pdm-img {
	left: 0px;
	right: 22px;
}

.ssp-cell:nth-child(5) .pdm-img {
	left: -11px;
	right: 0;
}

*/

.ssp-cell{
	color:#77777a;
	width:100%;
	    display: inline-block;
    margin-bottom: 70px;
}

.ssp-cell .dm-text, .ssp-cell .pdm-text{
	width:50%;
} 
.ssp-cell .pdm-img{
	width: 48%;
    text-align: center;
    border: 1px solid #c0c0c0;
    height: 250px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center
}



@media (max-width: 1200px) {
	
	.ssp-cell:nth-child(1) .pdm-img {
		right: 13px;
	}
	
		#teasermag {
	  position: absolute;
	  width: 150px;
	  height: 150px;
	  /*background-image: url(2d49c7348b34e9229afeec6d759b89a61a14e0ef.gif) ;*/
	  background-size: 100%;
	 
	  left:20px;
	  top:30px;
	 
	  z-index: 100;
	} 
	
	#module-selector {
    width: 600px;
    display: inline-flex;
}

.module-selector-item img{
	width:100%
}
	
	.module-selector-item {
   
    width: 25%;
   
}
	
	.ssp-cell:nth-child(2) .pdm-img {
		left: -4px;
		right: 15px;
	}
	
	.ssp-cell:nth-child(3) .pdm-img {
		left: -6px;
		right: 18px;
	}
	
	.ssp-cell:nth-child(4) .pdm-img {
		left: -8px;
		right: 27px;
	}
	
	.ssp-cell:nth-child(5) .pdm-img {
		left: -17px;
		right: 0;
	}
	
	.teaser-carousel-story.position-2{
		margin-right:auto !important
	}
}

@media (max-width: 992px) {

	.ssp-wrapper {
		padding-top: 0;
	}
	
	.ssp-pointer {
		background: none;
	}
	
	.ssp-pointer {
		display: block;
	}
	
	.ssp-cell {
		display: block;
		height: auto;
		width: 100% !important;
		background: -10px bottom no-repeat url(1d51de7f57f14916c566461cba7dcaebc6093e99.) ;
		background-size: 105% auto;
		margin-bottom: 10px;
		padding: 30px 140px 60px 280px !important;
		min-height: 210px;
		text-align: left;
	}
	
	#teasermag {
	  position: absolute;
	  width: 150px;
	  height: 150px;
	  /*background-image: url(2d49c7348b34e9229afeec6d759b89a61a14e0ef.gif) ;
	  background-size: 100%;*/
	  /*right: 15px; FLO*/
	  left:auto;
	  top:auto;
	  /*bottom: 20px;  FLO */
	  left:20px;
	  top:30px;
	 	  
	  z-index: 100;
	} 
	
	.ssp-cell:last-child {
		background-image: none;
		min-height: 170px;
	}
	
	.pdm-img {
		height: 100px !important;
		width: 160px !important;
		top: 35px !important;
		left: 100px !important;
		right: auto !important;
	}
	
	.ssp-cell:nth-child(1) {
		background-color: #B2B3B2;
	}
	
	.ssp-cell:nth-child(2) {
		background-color: #A9A8A6;
	}
	
	.ssp-cell:nth-child(3) {
		background-color: #898D8C;
	}
	
	.ssp-cell:nth-child(4) {
		background-color: #77777a;
	}
	
	.ssp-cell:nth-child(5) {
		background-color: #ca0b0f;
	}	
}

@media (max-width: 768px) {
	
	.pdm-img {
		height: 80px !important;
		width: 120px !important;
		top: 15px !important;
		left: 15px !important;
	}
	
	.ssp-cell {
		padding: 15px 15px 60px 150px !important;
		min-height: 180px;
	}
	
	.ssp-cell:last-child {
		min-height: 110px;
	}
	
	
}

@media (max-width: 600px) {
	
	.ssp-cell {
		min-height: 160px;
	}
}

@media (max-width: 500px) {
	
	.ssp-cell {
		min-height: 140px;
	}
}

/* Imprint adjustments */

.imprint-office-container .googleMap {
	width: 100% !important; 
}

@media (max-width: 768px) {
	
	.imprint-office .col-xs-12 .img-responsive {
		margin-top: 30px;
	}
	
	.imprint-office-container .row > div {
		border-left: 0;
	}
}

@media (max-width: 600px) {
	
	.solar-systems-feature-container {
		float: none;
		width: 100%;
	}
	
	.imprint-office .col-xs-12 .googleMap{
		display:none;
	}
	
	.imprint-office .col-xs-12 .img-responsive {
		/* Images hidden, using too much space */ 
		margin-top: 15px;
		width: 100%;
	}
	
	.imprint-office-container .googleMap {
		/* Uncomment to hide map: 
			display: none;
		*/ 
	}
	
	
	#teasermag {
	 display:none
	} 

	#imprint-map-wrapper {
		display: none;
	}
	
	.imprint-office-container .row > div:first-child h4 {
		margin-bottom: 15px;
	}
	
	.imprint-office-container.container {
		background: none;
		padding-right: 0;
		padding-left: 0;
		margin-top: 0;
		padding-top: 0;
	}
	
	.imprint-office {
		display: block;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}
	
	.imprint-office:last-child {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
}



/* Footer */

#livechat-compact-container {
	height: 33px !important;
}

#livechat-compact-view {
	top: 0 !important;
}

/* Carousel */

#home-carousel {
	position: relative;
	height: 0;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.teaser-carousel-placeholder {
	display: none;
}

@media (max-width: 500px) {
	.teaser-carousel {
		min-height: 540px;
	}
	
	#module-nav{
		left:0px !important;
	}
}

/* Slider */

.project-slider-slider {
	width: calc(100% + 10px);
	height: 310px;
	overflow: hidden;
}

.project-slider {
	width: 100%;
	position: relative;
	height: 310px;
	margin-top: 10px;
	overflow: hidden;
}

.project-slider .slide {
	display: block;
	background: no-repeat center center;
	background-size: cover;
	width: calc(33.3333% - 10px);
	margin-right: 10px;
	height: 310px;
	float: left;
	position: relative;
	overflow: hidden;
	display: none;
}

.project-slider .slide.active {
	display: block;
}

.project-slider .slide:hover .overview-grid-content {
  opacity: 1;
  text-decoration: none;
}

.slider-nav-right,
.slider-nav-left {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	text-align: center;
	line-height: 50px;
	font-size: 50px;
	color: #fff;
	opacity: .6;
	cursor: pointer;
}

.slider-nav-right {
	right: 0;
}

.slider-nav-left {
	left: 0;
}

@media (max-width: 1600px) {
	
	.project-slider-slider,
	.project-slider,
	.project-slider .slide {
		height: 270px;
	}
}

@media (max-width: 1200px) {
	
	.project-slider-slider,
	.project-slider,
	.project-slider .slide {
		height: 210px;
	}
}

@media (max-width: 992px) {

	.project-slider .slide {
		width: calc(50% - 10px);
	}
}

@media (max-width: 768px) {
	
	.overview-grid-content {
		top: auto;
		bottom: -0.5%;
		height: 20%;
		opacity: 1;
	}
}

@media (max-width: 600px) {
	
	.project-slider .slide {
		width: 100%;
	}
}

@media (max-width: 750px) {
	/*
	.project-slider,
	.project-slider-slider {
		height: calc((210px + 10px) * 3);
	}
	
	.project-slider .slide {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		display: block !important;
	}
	
	.slider-nav-right,
	.slider-nav-left {
		display: none;
	}
	
	*/
}

/* new Frontpage */



.lp-content-wrapper,
.lp-icons-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.lp-content-wrapper-left .lp-content-headlines,
.lp-content-wrapper-left .lp-content-text {
	float: left;
	width: 50%;
	padding-right: 25px;
}

.lp-content-wrapper-left .lp-content-img-container {
	float: right;
	width: 50%;
	padding-left: 25px;
}

.lp-content-wrapper-right .lp-content-headlines,
.lp-content-wrapper-right .lp-content-text {
	float: right;
	width: 50%;
	padding-left: 25px;
}

.lp-content-wrapper-right .lp-content-img-container {
	float: left;
	width: 50%;
	padding-right: 25px;
}

.lp-content-img-container img {
	display: block;
	max-width: 100%;
	height: auto;
}

.lp-content-wrapper h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.lp-content-button {
	margin-top: 15px;
}

.lp-icons-wrapper {
	margin-top: 20px;
}

.lp-icon-container {
	width: 25%;
	padding: 0 20px;
	float: left;
	text-align: center;
}

.lp-icon-headline {
	color: #ca0b0f;
	min-height: 70px;
	height:auto;
}

.lp-icon-img {
	font-size: 80px;
	line-height: 1;
	margin-bottom: 15px;
}

body.de .page-7 #overview-grid-more-button {
	text-indent: 350px;
}
  

@media (max-width: 980px) {
	
	.lp-icon-container {
		width: 50%;
		padding: 15px;
	}
	
	.lp-icons-wrapper {
		margin-top: 0;
	}
	
	.lp-icons-wrapper {
		padding-top: 50px;
		padding-bottom: 40px;
	}
}

@media (max-width: 750px) {
	
	.lp-content-wrapper-left .lp-content-headlines,
	.lp-content-wrapper-left .lp-content-text,
	.lp-content-wrapper-right .lp-content-headlines,
	.lp-content-wrapper-right .lp-content-text,
	.lp-content-wrapper-left .lp-content-img-container,
	.lp-content-wrapper-right .lp-content-img-container {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.lp-content-img-container {
		margin-bottom: 15px;
	}
}

@media (max-width: 550px) {
	
	.lp-icon-container {
		width: 100%;
		padding: 15px 0;
	}
	
	.lp-icons-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#frontlogo{
		max-width:160px;
		margin-top: 2px;
	}
	.carousel-indicators{
		display:none;
	}
}

.product-detail-right{
	margin-top:20px
}

.bodytext img {
    max-width: 100% !important;
    height: auto !important;
}

.cn .press-releases-subline {
	display: none;
}

#frontlogo{	
	text-indent:-99999px;
	background-image: url(74a71e63729610fab56a26dfea27ea0eb3dd987b.png) ;	
	height:38px;
	width:257px;
	background-size:100%;
	background-repeat:no-repeat;
	position: absolute;
    left: 15px;
    top: 14px;
}

#projects-overview-wrapper .overview-filters-wrapper,
#story-overview-wrapper .overview-filters-wrapper {
	position: absolute;
}

#projects-overview-wrapper .overview-filters,
#story-overview-wrapper .overview-filters {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 5px 30px 0;
    overflow: hidden;
    width: 200px;
    height: 34px;
    -webkit-transition: width .2s, height .2s;
    transition: width .2s, height .2
}

/* menu fix */

@media (max-width: 600px) {

	#menu-nav-wrapper,
	#countries-wrapper {
		top: 0;
	}
	
	#menu-nav-container,
	#module-nav {
		width: 100%;
		max-width: 100%;
	}
	
	#module-nav {
		left: auto !important;
	}

	#fixed-header-wrapper #country-select-wrapper {
		bottom: 0;
		right: 15px;
	}
	
	#menu-wrapper-fix, #menu-wrapper {
		border-bottom: 1px solid #ddd;
	}
	
	#menu-nav a, #module-nav a {
		line-height: 28px;
		font-size: 18px;
	}

}

@media (max-width: 500px) {
	#menu-wrapper #country-select-wrapper {
		display: block !important;
		width: 55px;
		white-space: nowrap;
		text-indent: -10000px;
	}
}

#footer-social li .country-container {
	display: inline-block !important;
}

#footer-social li .country-container .country {
	width: 22px;
	height: 22px;
	margin: 5px 0 0 5px;
}

@media (max-width: 768px) {
	#footer-social li .country-container .country {
		width: 32px !important;
		height: 32px !important;
		margin: 0 !important;
		transform: translateY(6px) translateX(5px) !important;
	}
}


/* grid fix */


@media (min-width: 992px) {
	.overview-grid-item.col-md-4 {
		width: 33.3%;
	}
}

@media (min-width: 1200px) {
	.overview-grid-item.col-lg-4 {
		width: 33.3%;
	}
}

.tx-canadian-solar > .typo3-messages {
	display: none;
}

@font-face {
	font-family: 'icons';
	src: url(d37ff7d58c02cdf2a5adaf81b308edb378bcaf72.eot) ;
	src: url(29e54359ee09df6c1da20becc4042b2462433387.eot)  format('embedded-opentype'), url(ee1c13e5701f0f499cbe74c69b0adb494f701d86.woff)  format('woff'), url(560be85ff744294f4aa618582275801caaf7eb53.ttf)  format('truetype'), url(b0b3db200f4fdf6a468fd8b89ce6a2586e859ae3.svg)  format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-linkedin-o:before {
	content: "\f101";
}
.icon-facebook-o:before {
	content: "\f153";
}
.icon-twitter-o:before {
	content: "\f180";
}
.icon-sunny:before {
	content: "\f100";
}
.icon-lamp:before {
	content: "\f102";
}
.icon-system-range:before {
	content: "\f103";
}
.icon-2_nodes:before {
	content: "\f104";
}
.icon-home:before {
	content: "\f105";
}
.icon-washing-machine:before {
	content: "\f107";
}
.icon-turn_key_solution:before {
	content: "\f108";
}
.icon-mp3:before {
	content: "\f109";
}
.icon-dual_glas:before {
	content: "\f10b";
}
.icon-video:before {
	content: "\f10c";
}
.icon-office-admin:before {
	content: "\f10d";
}
.icon-usb_fan:before {
	content: "\f10e";
}
.icon-ip67:before {
	content: "\f10f";
}
.icon-web_card:before {
	content: "\f110";
}
.icon-headquarter:before {
	content: "\f111";
}
.icon-snow_load:before {
	content: "\f112";
}
.icon-different-applications:before {
	content: "\f113";
}
.icon-strategy:before {
	content: "\f114";
}
.icon-hr:before {
	content: "\f115";
}
.icon-residential:before {
	content: "\f116";
}
.icon-no-water-exposure:before {
	content: "\f117";
}
.icon-temperature:before {
	content: "\f185";
}
.icon-construction:before {
	content: "\f186";
}
.icon-emergency:before {
	content: "\f119";
}
.icon-sales:before {
	content: "\f11a";
}
.icon-management:before {
	content: "\f11b";
}
.icon-no-tossing:before {
	content: "\f11c";
}
.icon-location:before {
	content: "\f11d";
}
.icon-qq:before {
	content: "\f11e";
}
.icon-ptc:before {
	content: "\f11f";
}
.icon-aestethic-appearance:before {
	content: "\f120";
}
.icon-like:before {
	content: "\f121";
}
.icon-interesting:before {
	content: "\f123";
}
.icon-mppt-tracking:before {
	content: "\f124";
}
.icon-no-washing-machine:before {
	content: "\f125";
}
.icon-higher_yield:before {
	content: "\f126";
}
.icon-boating:before {
	content: "\f127";
}
.icon-no-jewelry:before {
	content: "\f128";
}
.icon-computer:before {
	content: "\f12a";
}
.icon-total-solution:before {
	content: "\f12b";
}
.icon-usb:before {
	content: "\f12c";
}
.icon-printing:before {
	content: "\f12d";
}
.icon-worth-of-immo:before {
	content: "\f12e";
}
.icon-homes_heated:before {
	content: "\f12f";
}
.icon-module:before {
	content: "\f130";
}
.icon-anti-glare:before {
	content: "\f132";
}
.icon-marketing:before {
	content: "\f134";
}
.icon-mail:before {
	content: "\f135";
}
.icon-email_alert:before {
	content: "\f136";
}
.icon-customized:before {
	content: "\f137";
}
.icon-remote_sol:before {
	content: "\f138";
}
.icon-system_reliability:before {
	content: "\f139";
}
.icon-operations_logistic:before {
	content: "\f13a";
}
.icon-celebration:before {
	content: "\f13b";
}
.icon-metal-warp-through:before {
	content: "\f13c";
}
.icon-offgrid_products:before {
	content: "\f13d";
}
.icon-mobile_phone_new:before {
	content: "\f13e";
}
.icon-ingot:before {
	content: "\f13f";
}
.icon-rv:before {
	content: "\f140";
}
.icon-tech-development:before {
	content: "\f141";
}
.icon-1or3phase:before {
	content: "\f142";
}
.icon-self-clean:before {
	content: "\f143";
}
.icon-design:before {
	content: "\f144";
}
.icon-cost_saving:before {
	content: "\f145";
}
.icon-led:before {
	content: "\f146";
}
.icon-global_solution:before {
	content: "\f147";
}
.icon-snow:before {
	content: "\f148";
}
.icon-outstanding_performance:before {
	content: "\f183";
}
.icon-performance:before {
	content: "\f149";
}
.icon-air-travel:before {
	content: "\f14a";
}
.icon-truck:before {
	content: "\f188";
}
.icon-off-road:before {
	content: "\f14b";
}
.icon-system:before {
	content: "\f14c";
}
.icon-quality:before {
	content: "\f14d";
}
.icon-co2_saving:before {
	content: "\f14e";
}
.icon-rss:before {
	content: "\f14f";
}
.icon-projects:before {
	content: "\f151";
}
.icon-4-busbar:before {
	content: "\f152";
}
.icon-3bb-with-4bb:before {
	content: "\f154";
}
.icon-download:before {
	content: "\f155";
}
.icon-1500v:before {
	content: "\f156";
}
.icon-independent_energy_prices:before {
	content: "\f157";
}
.icon-exclamation:before {
	content: "\f187";
}
.icon-monitoring:before {
	content: "\f158";
}
.icon-wafer:before {
	content: "\f159";
}
.icon-weibo:before {
	content: "\f15a";
}
.icon-fishing:before {
	content: "\f15b";
}
.icon-12v_tv:before {
	content: "\f15c";
}
.icon-no-disassembling:before {
	content: "\f15d";
}
.icon-lighting:before {
	content: "\f15e";
}
.icon-3-busbar:before {
	content: "\f15f";
}
.icon-finance:before {
	content: "\f160";
}
.icon-travelling:before {
	content: "\f161";
}
.icon-mea:before {
	content: "\f162";
}
.icon-flamable:before {
	content: "\f163";
}
.icon-question:before {
	content: "\f164";
}
.icon-efficiency:before {
	content: "\f165";
}
.icon-no-children:before {
	content: "\f166";
}
.icon-ceo:before {
	content: "\f167";
}
.icon-information:before {
	content: "\f168";
}
.icon-legal:before {
	content: "\f169";
}
.icon-ehss:before {
	content: "\f16a";
}
.icon-controll_system:before {
	content: "\f16b";
}
.icon-pv:before {
	content: "\f16c";
}
.icon-procurement:before {
	content: "\f16d";
}
.icon-environment:before {
	content: "\f16f";
}
.icon-it:before {
	content: "\f170";
}
.icon-wireless_monitoring:before {
	content: "\f172";
}
.icon-satellite_phone:before {
	content: "\f173";
}
.icon-safety:before {
	content: "\f174";
}
.icon-contact:before {
	content: "\f175";
}
.icon-mobile_phone:before {
	content: "\f176";
}
.icon-share:before {
	content: "\f177";
}
.icon-camping:before {
	content: "\f178";
}
.icon-quotes:before {
	content: "\f184";
}
.icon-independent_energy:before {
	content: "\f150";
}
.icon-mono_cell:before {
	content: "\f179";
}
.icon-multi_wafer:before {
	content: "\f171";
}
.icon-radio:before {
	content: "\f17a";
}
.icon-service:before {
	content: "\f17c";
}
.icon-protection:before {
	content: "\f17d";
}
.icon-chat:before {
	content: "\f17e";
}
.icon-rain:before {
	content: "\f17f";
}
.icon-trees-planted:before {
	content: "\f181";
}
.icon-positive_power:before {
	content: "\f182";
}
.icon-5_warranty_star:before {
	content: "\f17b";
}
.icon-10_warranty_star:before {
	content: "\f122";
}
.icon-25_warranty_star:before {
	content: "\f118";
}
.icon-30_warranty_star:before {
	content: "\f106";
}
.icon-2_warranty_circle:before {
	content: "\f133";
}
.icon-25_warranty_circle:before {
	content: "\f131";
}
.icon-arrow_left:before {
	content: "\f10a";
}
.icon-arrow_right:before {
	content: "\f16e";
}
.icon-utility-systems:before {
	content: "\e606";
}
.icon-residential-kits:before {
	content: "\e60e";
}
.icon-hybrid-solutions:before {
	content: "\e619";
}
.icon-TMP:before {
	content: "\e60c";
}
.icon-bars:before {
	content: "\e60f";
}
.icon-pointer:before {
	content: "\e60d";
}
.icon-right:before {
	content: "\e604";
}
.icon-up:before {
	content: "\e607";
}
.icon-down:before {
	content: "\e608";
}
.icon-left:before {
	content: "\e605";
}
.icon-globe:before {
	content: "\e600";
}
.icon-facebook:before {
	content: "\e601";
}
.icon-twitter:before {
	content: "\e602";
}
.icon-linkedin:before {
	content: "\e603";
}
.icon-close:before {
	content: "\e609";
}
.icon-search:before {
	content: "\f129";
}
.icon-zoom-in:before {
	content: "\e60a";
}
.icon-zoom-out:before {
	content: "\e60b";
}
.icon-tree:before {
	content: "\e610";
}
.icon-dollar:before {
	content: "\e611";
}
.icon-man:before {
	content: "\e612";
}
.icon-cloud:before {
	content: "\e613";
}
.icon-office:before {
	content: "\e614";
}
.icon-file:before {
	content: "\e615";
}
.icon-lightning:before {
	content: "\e616";
}
.icon-file-chart:before {
	content: "\e617";
}
.icon-pointer-down:before {
	content: "\e618";
}


.icon-aestethic-appearance:before {
	content: "\f120";
}

.icon-higher_energy_yield:before {
	content: "\e624";
}
.icon-total-solution:before {
	content: "\f12b";
}
.icon-global_solution:before {
	content: "\f147";
}


/* Global */

.jBox-wrapper {
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jBox-title,
.jBox-content,
.jBox-container {
	position: relative;
	word-break: break-word;
}

.jBox-container {
	background: #fff;
}

.jBox-content {
	padding: 8px 10px;
	overflow: auto;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
}

/* jBox Tooltip */

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
	padding: 8px 10px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
	padding-top: 5px;
}

/* Pointer */

.jBox-pointer {
	position: absolute;
	overflow: hidden;
}

.jBox-pointer-top { top: 0; }
.jBox-pointer-bottom { bottom: 0; }
.jBox-pointer-left { left: 0; }
.jBox-pointer-right { right: 0; }

.jBox-pointer-top,
.jBox-pointer-bottom {
	width: 30px;
	height: 12px;
}

.jBox-pointer-left,
.jBox-pointer-right {
	width: 12px;
	height: 30px;
}

.jBox-pointer:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.jBox-pointer-top:after {
	left: 5px;
	top: 6px;
	box-shadow: -1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-right:after {
	top: 5px;
	right: 6px;
	box-shadow: 1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-bottom:after {
	left: 5px;
	bottom: 6px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-left:after {
	top: 5px;
	left: 6px;
	box-shadow: -1px 1px 4px rgba(0, 0, 0, .2);
}

/* jBox Modal & jBox Confirm */

.jBox-Modal .jBox-container,
.jBox-Confirm .jBox-container {
	border-radius: 3px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

.jBox-Modal .jBox-title,
.jBox-Confirm .jBox-title {
	border-radius: 3px 3px 0 0;
	padding: 10px 15px;
	background: #f4f5f6;
	border-bottom: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
}

.jBox-Modal.jBox-closeButton-title .jBox-title,
.jBox-Confirm.jBox-closeButton-title .jBox-title {
	padding-right: 55px;
}

.jBox-Modal.jBox-closeButton-box:before,
.jBox-Confirm.jBox-closeButton-box:before {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

/* jBox Modal */

.jBox-Modal .jBox-content {
	padding: 12px 15px;
}

/* jBox Confirm */

.jBox-Confirm .jBox-content {
	text-align: center;
	padding: 45px 35px;
}

.jBox-Confirm-footer {
	border-top: 1px solid #e2e2e2;
	background: #fafafa;
	border-radius: 0 0 3px 3px;
	text-align: center;
	padding: 10px 0;
}

.jBox-Confirm-button {
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	border-radius: 3px;
	padding: 0 20px;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s;	
}

.jBox-Confirm-button-cancel {
	text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
	background: #ddd;
	color: #999;
	margin-right: 25px;
}

.jBox-Confirm-button-cancel:hover {
	background: #ccc;
	color: #666;
}

.jBox-Confirm-button-submit {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
	background: #5fc04c;
	color: #fff;
}

.jBox-Confirm-button-submit:hover {
	background: #53a642;
}

.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .26);
}

/* jBox Notice */

.jBox-Notice {
	-webkit-transition: margin .2s;
	transition: margin .2s;
}

.jBox-Notice .jBox-container {
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	background: #333;
	background-image: linear-gradient(to bottom, #444, #222);
}

.jBox-Notice .jBox-content {
	border-radius: 3px;
	padding: 12px 20px;
}

.jBox-Notice .jBox-title {
	padding: 8px 20px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Notice .jBox-content {
	padding-top: 5px;
}

.jBox-Notice-color .jBox-container {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.jBox-Notice-gray .jBox-container {
	color: #666;
	text-shadow: 0 1px 0 #fff;
	background: #f4f4f4;
	background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
}

.jBox-Notice-red .jBox-container {
	background: #b02222;
	background-image: linear-gradient(to bottom, #ee2222, #b02222);
}

.jBox-Notice-green .jBox-container {
	background: #70a800;
	background-image: linear-gradient(to bottom, #95cc2a, #70a800);
}

.jBox-Notice-blue .jBox-container {
	background: #2b91d9;
	background-image: linear-gradient(to bottom, #5abaff, #2b91d9);
}

.jBox-Notice-yellow .jBox-container {
	color: #744700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	background: #ffb11f;
	background-image: linear-gradient(to bottom, #ffd665, #ffb11f);
}

/* jBox Image */

.jBox-Image {
	background: #fff;
	padding: 8px 8px 45px;
	border-radius: 5px;
}

.jBox-Image .jBox-content {
	padding: 0;
	width: 100%;
	height: 100%;
}

.jBox-image-container {
	border-radius: 5px;
	background: #000 center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.jBox-image-label {
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	color: #333;
	margin-top: -35px;
	padding: 0 90px 5px 10px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.jBox-image-label.active {
	opacity: 1;
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
	position: absolute;
	bottom: 0px;
	width: 22px;
	height: 45px;
	background: no-repeat center center url(a00fd759fdef3d4742238be46df3096501a9ac88.) ;
	background-size: 11px auto;
	cursor: pointer;
	opacity: .6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
	opacity: 1;
}

.jBox-image-pointer-next {
	right: 8px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.jBox-image-pointer-prev {
	right: 30px;
}

.jBox-image-open #jBox-overlay {
	background-color: rgba(0, 0, 0, .86);
}

.jBox-Image.jBox-loading .jBox-container:before {
	left: auto;
	top: auto;
	bottom: -33px;
	right: 55px;
	margin-top: -9px;
	margin-left: -9px;
}

/* Close button */

.jBox-closeButton {
	cursor: pointer;
	position: absolute;
}

.jBox-closeButton svg {
	position: absolute;
	top: 50%;
	right: 50%;
}

.jBox-closeButton path {
	-webkit-transition: fill .2s;
	transition: fill .2s;
}

.jBox-closeButton path {
	fill: #aaa;
}

.jBox-closeButton:hover path {
	fill: #888;
}

.jBox-closeButton:active path {
	fill: #666;
}

/* Close button in overlay */

#jBox-overlay .jBox-closeButton {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

#jBox-overlay .jBox-closeButton svg {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-right: -10px;
}

#jBox-overlay .jBox-closeButton path {
	fill: #d2d4d6;
}

#jBox-overlay .jBox-closeButton:hover path {
	fill: #fff;
}

#jBox-overlay .jBox-closeButton:active path {
	fill: #b2b4b6;
}

/* Close button in title */

.jBox-closeButton-title .jBox-closeButton {
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
}

.jBox-closeButton-title .jBox-closeButton svg {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-right: -6px;
}

/* Close button in box */

.jBox-closeButton-box .jBox-closeButton {
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-right: -5px;
}

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
	background: #f4f5f6;
}

.jBox-closeButton-box:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-pointerPosition-top.jBox-closeButton-box:before {
	top: 4px;
}

.jBox-pointerPosition-right.jBox-closeButton-box:before {
	right: 2px;
}

/* Overlay */

#jBox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background-color: rgba(0, 0, 0, .6);
}

/* Block scrolling */

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
	overflow: hidden;
}

/* Draggable */

.jBox-draggable {
	cursor: move;
}

/* Spinner */

@keyframes jBoxLoading {
	to {transform: rotate(360deg);}
}

@-webkit-keyframes jBoxLoading {
	to {-webkit-transform: rotate(360deg);}
}

.jBox-loading .jBox-content {
	min-height: 24px;
	min-width: 24px;
	opacity: 0;
}

.jBox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
 
.jBox-spinner:before {
    content: 'Loading…';
    display: block;
    width: 16px;
    height: 16px;
	text-align: center;
}
 
.jBox-spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .3);
    border-top-color: rgba(0, 0, 0, .6);
    animation: jBoxLoading .6s linear infinite;
    -webkit-animation: jBoxLoading .6s linear infinite;
}

/* IE8 fixes */

.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
	border: 1px solid #aaa;
}

.jBox-IE8 .jBox-pointer:after {
	display: none;
}

.jBox-IE8 .jBox-pointer {
	border: 0;
	background: no-repeat url(bbf57c692038ddf472d964c9c42e97eda33cf6ee.) ;
}

.jBox-IE8 .jBox-pointer-top { background-position: center top; }
.jBox-IE8 .jBox-pointer-bottom { background-position: center bottom; }
.jBox-IE8 .jBox-pointer-left { background-position: left center; }
.jBox-IE8 .jBox-pointer-right { background-position: right center; }

.jBox-IE8.jBox-Modal .jBox-container {
	border: 3px solid #aaa;
}

.jBox-IE8 .jBox-closeButton:after {
	font-family: Verdana, sans-serif;
	content: 'x';
	text-align: center;
	font-size: 18px;
}


