@charset "utf-8"; 


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/js/highslide4/graphics/zoomin.cur), pointer;
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/js/highslide4/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/js/highslide4/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/js/highslide4/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/js/highslide4/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/js/highslide4/graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							*/
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 1em;
	position: absolute;
	left: 0;
	right: 1em;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	z-index: 2;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/js/highslide4/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

#me_box, #wait_box, #me_notice{
    width:50%;
    background:#F2F2FF;
    padding:10px;
    border:2px solid #CCCCCC;
    font-size: 0.8em;
    
}

#dialog_box {
    min-width:50%; 
}
.notice_box {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;  
    padding:10px; 
}

.close{
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/* stop commented backslash hack */

a img {
    border: none;
}

.input {
    margin-bottom: 0px;
    margin-top: 2px;
    padding: 2px;
}
label {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 3px;
}
.cms_input {
    width: 98%;
    font-size: 1em;
    font-weight: normal;
    padding-top: 3px;
    padding-left: 2px;
}
.cms_required {
    font-size: 0.9em;
    font-weight: normal;
    color: #FF9900;
    margin-left: 10px;
}
.cms_field_description {
    color: #999999;
    font-size: 8pt;
    margin-top: 2px;
    padding-left: 5px;
}
.cms_invalid_field {
    background-color: #FFE3E0;
    border: 1px solid #CC0000;
}
.cms_error_description, .error-message {
    color: #CC0000;
    font-size: 0.8em;
    margin-top: 2px;
    padding-left: 5px;    
}
form {
    margin: 0px;
    padding: 0px;
}
.cms_checkbox {
    float: left;
    margin: 0px 6px 7px 2px;
    _margin-top:7px;
    width: auto;
} 


.pagination {
    text-align:left;
    margin-bottom:2em;
    font-size: 8pt;
    margin-top: 10px;
}
.pagination_page {
    margin-bottom:1em;
    font-weight: bold;
    color: #999999;
}

.pagination span.pagination_selected {
border:3px solid #DDDDDD;
font-weight:bold;
}
.pagination a.pagination_prevnext {
font-weight:bold;
}
.pagination a:hover {
background-color:#DDDDDD;
border-color:#BBBBBB;
}

.pagination_disabled {
font-weight: bold;
color: #999999;
}

.pagination a, .pagination span {
border:1px solid #DDDDDD;
font-size:100%;
margin-right:0.2em;
padding:0.2em 0.5em;
}
.pagination a {
border:1px solid #DDDDDD;
text-decoration:none;
}

.cms_table table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.cms_table thead {
    font-weight: bold;
}
.cms_table .action {
    margin-left: 10px;
}
.cms_table thead tr {
}
.cms_table_head {
}
.cms_table td {
    margin: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.cms_table_body td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.cms_table_body .cms_table_last_row td {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.cms_table thead td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.cms_table_body .row_1, .row_1 {
    background-color: #EDEDED;
}
.cms_table_footer td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
.cms_table .cms_table_body .green_row_1 {
    background-color: #E0FCE2;
}
.cms_table .cms_table_body .green_row_2 {
    background-color: #F1FDF0;
}

.highslide-caption {
    background-color: #FFFFFF;
}
.cms_ob_loading {
background-color:#0099FF;
background-image:url(/css/agui/loaders/loader_arrows_blue_small.gif);
background-position:5% 50%;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:90%;
opacity:0.8;
padding-left:24px;
position:absolute;
right:0;
top:0;
width:4em;
}
.cms_icon_item {
    margin-bottom: 5px;
}
.cms_icon_large {
    float: left;
}
.cms_icon_body {
    padding-left: 55px;
}
.cms_icon_body .description {
    /*font-size: 8.5pt;*/
    color: #666666;
    margin-bottom: 3px;
}
.cms_icon_body .name {
    margin-bottom: 4px;
    font-weight: bold;
}
.cms_icon_body .cms_action {
    margin-left: 0px;
    margin-right: 10px;
}
.cms_form_fields .checkbox {
margin-bottom:8px;
}

/*PreviousNext*/
.prev_next_object {
    width:100%;
}
.prev_object {
 float:left;   
}
.next_object {
 float:right;   
 text-align:right;
}
.highslide-active-anchor img {
visibility:visible;
}
.highslide img {
border:none;
}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,aul,aol,ali,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ali{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;min-width:750px;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main,.yui-g .yui-u .yui-g{width:100%;} .yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%;}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g .yui-u{width:48.1%;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:1.0%;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;} .yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd .yui-u{width:65%;}.yui-ge div.first .yui-gd div.first{width:32%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.aclearfix { display: block; }
/* stop commented backslash hack */

html {
background-color:#809198;
min-height:100%;
height:100%;
}

body {
background-color:#809198;
height:100%;
min-height:1053px;
background-image: url(/cssl/images/m_bck_base.png);
*background-image: url(/cssl/images/m_bck_base.jpg);
background-repeat: repeat-x;
/*font-size:13px;*/
/*line-height:18px;*/
}
h2 {
font-size:18px;
font-weight:bold;
margin-bottom:5px;
margin-top:10px;
}
h3 {
font-size:14px;
font-weight:bold;
margin-bottom:14px;
margin-top:18px;
}
h4 {
font-size:13px;
font-weight:bold;
margin-bottom:16px;
margin-top:16px;
}
strong {
font-weight: bold;
}
#right_column h4 {
color:#E18719;
}
em, em strong{
font-style: italic;
}

a{
color:#E18719;
text-decoration:underline;
outline: 0;
}
a:hover {
color:#D15918;
}
h1 a, h2 a,h3 a {
text-decoration: none;
}
p {
text-align: left;
margin-top: 8px;
margin-bottom: 8px;
}

#right_column a {
color:#000000;
text-decoration:none;
}
#right_column a:hover {
color:#D15918;
}
#custom-doc {
	width:76.77em;
	*width:74.92em;
	width:998px;
	min-width:998px;
	margin:auto;
	text-align:left;
	background-image: url(/cssl/images/m_bck_main_repeater.png);
	*background-image: url(/cssl/images/m_bck_main_repeater.gif);
	background-repeat: repeat-y;
	min-height:100%;
	font-size:13px;
	line-height:18px;
}
#cd_inner {
	background-image: url(/cssl/images/m_bck_main.png);
	*background-image: url(/cssl/images/m_bck_main.jpg);
	background-repeat: no-repeat;
	height:100%;
    min-height:1053px;
	padding-left: 19px;
	padding-right: 17px;
	position: relative;
}
#hd {
	position:static;
	height: 206px;
}
#hd_main {
	background-color: #E18719;
	height: 135px;
	position: relative;
}
#logo {
	position: absolute;
	left: 20px;
	top: 42px;
}
#tools {
	text-align: right;
	padding-right: 8px;
	position: static;
	height: 42px;
	font-size:93%;
	color:#616161;
	padding-top:3px;
}
#tools a {
color:#616161;
text-decoration:none;
margin-left:12px;
}
#tools a:hover {
color:#000099;
}
#banner_top {
	position: absolute;
	right: 17px;
	*right:17px;
	top: 25px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 90px;
}
#top_menu {
background-image:url(/cssl/images/m_top_menu.png);
background-repeat:repeat-x;
color:#616161;
font-size:100%;
font-weight:bold;
height:28px;
margin-top:1px;
padding-left:18px;
padding-top:5px;
text-align:right;
}
#top_menu ul {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
padding-left:0;
}
#top_menu ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	margin-right:10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #616161;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#top_menu ul li a {
	color:#616161;
	text-decoration:none;
}
#top_menu ul li a:hover {
	color:#000066;
	text-decoration:none;
}

#motto {
	position: absolute;
	width: 600px;
	left: 234px;
	top: 102px;
	color: #FFFFFF;
	font-size:100%;
}
#search {
	position: absolute;
	width: 212px;
	left: 735px;
	top: 96px;
}
#search input {
	vertical-align: middle;
}
#search .s_search {
	height: 22px;
	width: 22px;
	float: right;
}
#search .s_adv {
	height: 22px;
	width: 13px;
	float: right;
}
#search .s_input {
border:1px solid #ABABAB;
color:#818181;
height:19px;
padding-left:3px;
padding-top:1px;
width:167px;
}
#search_adv {
background-color:#FFFFFF;
border:1px solid #8D8D8D;
font-size:11px;
left:0;
margin-top:0;
padding:3px 10px 10px;
position:absolute;
top:24px;
width:100%;
z-index:100;
}
#top_menu .menu_selected {
	color: #020202;
}
#bd {
margin-top:25px;
*margin-top:15px;
}
#bd .yui-g .fp_col1 {
width:220px;
}
#bd .yui-g .fp_col2 {
width:263px;
}
#bd .yui-g .fp_col3 {
width:273px;
}
#bd .yui-g .fp_col4 {
width:180px;
}
.fp_col1 .fp_col_in {
padding-left:14px;
}
.fp_col2 .fp_col_in {
padding-left:5px;
}
.fp_col3 .fp_col_in {
padding-left:9px;
}
.fp_col4 .fp_col_in {
padding-left:5px;
}
.fp_banner_left {
	margin-bottom: 10px;
}
.fp_box {
	width: 255px;
}
.peg_narrow .fp_box {
width:208px;
}
.fp_box_middle {
	background-image: url(/cssl/images/m_fp_tab_gray_rep.gif);
	background-repeat: repeat-y;
}
.peg_narrow .fp_box_middle {
	background-image: url(/cssl/images/m_fp_tab_gray_rep_n.gif);
	background-repeat: repeat-y;
}
.fp_box_bottom {
	background-image: url(/cssl/images/m_fp_tab_bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.peg_narrow .fp_box_bottom {
	background-image: url(/cssl/images/m_fp_tab_bottom_n.gif);
	height: 6px;
}
.fp_col2 .fp_box .pf_box_top {
	height: 97px;
}
.fp_col3 .fp_box .pf_box_top {
	height: 97px;
}
.fp_box .pf_box_top {
	background-image: url(/cssl/images/m_fp_tab_gray_rep.gif);
	background-repeat: repeat-y;
}
.peg_narrow .fp_box .pf_box_top {
background-image:url(/cssl/images/m_fp_tab_gray_rep_n.gif);
background-repeat:repeat-y;
}
.cms_object_browser {
}
.cms_ob_alphabet {
	color: #717171;
}
.cms_ob_alphabet a{
	color: #717171;
}
.cms_ob_alphabet a:hover{
	color:#000066;
}
.cms_ob_body_middle, .cms_ob_body_middle a {
	color: #929292;
	font-size: 11px;
	text-decoration:none;
}
.cms_ob_body_middle a:hover {
	color:#000066;
}

.cms_ob_body_middle div {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
}
.cms_ob_body_middle div.peg_ob_rep {
	padding-left:21px;
}
.cms_ob_body_middle div.peg_ob_rep_pad {
    padding-left:30px;
background-image:url(/cssl/images/bullet_square_gray_small.gif);
background-position:20px 10px;
background-repeat:no-repeat;
color:#929292;    
}
.cms_ob_head {
	background-image: url(/cssl/images/m_fp_tab_gray_rep.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	color: #000000;
	text-align: left;
	padding-left: 13px;
	font-size: 100%;
	font-weight: bold;
	padding-bottom:12px;
	margin-left:-1px;
}
.ob_select {
	font-weight: bold;
	padding-left: 13px;
	vertical-align: middle;
	margin-bottom:5px;
}
.ob_select div {
margin-bottom:6px;
}
.ob_select select {
	width: 136px;
	margin-right: 12px;
	border:1px solid #000000;
}
.peg_narrow .ob_select select {
	width: 95px;
}
.ob_select input {
	width: 130px;
	margin-right: 12px;
	border:1px solid #000000;
	padding:2px;
}
.peg_narrow .ob_select input {
	width: 100px;
}
.ob_select label {
	display:block;
	width:89px;
	float:left;
	font-size:100%;
}
.peg_narrow .ob_select label {
	width:82px;
	font-size:11px;
}

.ob_select p {
}
.ob_select .button {
margin-left:89px;
*margin-left:92px;
width:136px;
}
.cms_ob_head input {
	width: 130px;
	margin-right: 12px;
	border:1px solid #000000;
	padding:2px;	
    height:14px;
}
.cms_ob_head label {
	display:block;
	width:89px;
	float:left;
	font-size:100%;
}
.peg_narrow .cms_ob_head label {
	width:82px;
	font-size:11px;
}
.peg_narrow .cms_ob_head input {
width:90px;
}
#ft {
position:relative;
border-top: 1px solid #BBB9BA;
margin-left: 15px;
margin-right: 15px;
margin-top: 20px;
}
#ft div {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 225px;
	padding-top: 13px;
	color: #A19FA0;
	font-size: 85%;
	padding-bottom: 14px;
	line-height: 170%;
    position:relative;
}
#ft div hr {
background-color: #BBB9BA;
color: #BBB9BA;
height:1px;
}
#ft a {
	color:#A19FA0;
	text-decoration:underline;
	}
#ft a:hover {
	color:#000066;
	}
#ob_company_tabs, #ob_ocene, #ob_praksa, #ob_objave, #ob_forum {
background-color:#EAEAEA;
margin-left:1px;
margin-right:1px;
}
.cms_ob_body_middle .peg_ob_main_cat, .cms_ob_body_middle .peg_ob_main_cat a {
font-weight:bold;
color:#000000;
}
.cms_ob_body_middle .peg_ob_objave_sub_cat {
font-weight:normal;
color:#000000;
background-image:url(/cssl/images/bullet_square_gray_small.gif);
background-position:10px 10px;
background-repeat:no-repeat;
color:#929292;
padding-left:20px;
}
.cms_ob_body_middle .peg_ob_objave_sub_cat a {
color:#4E4E4E;
}
.cms_ob_body_middle .peg_ob_main_cat a:hover {
color:#000066;
}
.cms_ob_body_middle .peg_ob_sub_cat, .cms_ob_body_middle .peg_ob_sub_cat a {
font-weight:normal;
color:#000000;
}
.cms_ob_body_middle .peg_ob_sub_cat {
padding-left: 5px;    
}
.peg_ob_sub_cat .peg_ob_company {
padding-left: 5px;    
}


.cms_ob_body_middle {
overflow:hidden;
}
.fp_box .desc {
color:#333333;
font-size:11px;
padding:1px 12px 12px;
}#object_content {
text-align: left;
}

.peg_tab {
    height:27px;
    float:left;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/cssl/images/images/tabs_02.gif);
    background-repeat: repeat-x;
    position:relative;
    padding-right:1px;
    color:#999999;
}
#tab_nav .peg_tab_selected {
    background-image: url(/cssl/images/images/tabs_act_02.gif);
}

.peg_tab_beg_line {
    background-image: url(/cssl/images/images/tabs_03.gif);
    background-repeat: repeat-x;
    width:1px;
    height:27px;
    position:absolute;
}
.peg_tab_first .peg_tab_beg_line {
    background-image: none;
    background-color: #707170;
}
#tab_nav .peg_tab_selected .peg_tab_beg_line {
    background-image: url(/cssl/images/images/tabs_act_03.gif);
}
#tab_nav .peg_tab_selected_first .peg_tab_beg_line {
    background-image: none;
    background-color: #98560D;
}
 

.peg_tab_inner {
    background-image: url(/cssl/images/images/tabs_07.gif);
    background-repeat: repeat-x;
    height:21px;
   /* padding-left:8px;*/
    padding-top:4px;
    border-bottom: 1px solid #747474;
   /* border-left: 1px solid #747474;*/
    border-top: 1px solid #575857;
   /* text-align:center;*/
}
#tab_nav .peg_tab_selected .peg_tab_inner {
    background-image: url(/cssl/images/images/tabs_act_07.gif);
    border-bottom: 1px solid #DB750A;
    border-top: 1px solid #9B6E27;
}

.peg_tab_inner span {
    margin-left: 0px;
    display:block;
    text-align:center;
}
.peg_tab a {
color:#FFFFFF;
text-decoration:none;
}
div.Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:502px;
	height:408px;
}

.s2-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:87px;
	height:27px;
}

.s2-02_ {
	position:absolute;
	left:87px;
	top:0px;
	width:196px;
	height:27px;
}

.s2-03_ {
	position:absolute;
	left:283px;
	top:0px;
	width:74px;
	height:27px;
}

.s2-04_ {
	position:absolute;
	left:357px;
	top:0px;
	width:68px;
	height:27px;
}

.s2-05_ {
	position:absolute;
	left:425px;
	top:0px;
	width:77px;
	height:27px;
}

.s2-06_ {
	position:absolute;
	left:0px;
	top:27px;
	width:502px;
	height:5px;
}

.s2-07_ {
	position:absolute;
	left:0px;
	top:32px;
	width:502px;
	height:65px;
	background-image: url(/cssl/images/images/s2_10.gif);
	background-repeat: repeat-y;
}

.s2-08_ {
	position:absolute;
	left:0px;
	top:36px;
	width:502px;
	height:66px;
}

.s2-09_ {
	position:absolute;
	left:0px;
	top:102px;
	width:502px;
	height:3px;
}

.s2-10_ {
	position:absolute;
	left:0px;
	top:105px;
	width:502px;
	height:303px;
}
.tabs_head {
	position: relative;
	height: 32px;
}
.tabs_head img {
vertical-align: top;
}
#tab {

}
.tab_content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
}
.gallery {
	background-color: #D9D9D9;
	margin-top: 0px;
	background:#D9D9D9;
	width:100%;
    *padding-bottom:8px;
}
.peg_narrow {
	padding-left:12px;
}
.peg_product {
	margin-bottom: 4px;
	background-image: url(/cssl/images/bullet_square_black.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;	
	padding-left: 15px;
    position:relative;
}
.peg_product_name {
	font-weight: bold;
	margin-bottom:5px;
}
.peg_company_subtitle {
display:block;
font-weight:normal;
}
.tab_content ul, .peg_product ul {
margin-bottom:5px;
margin-top:5px;
padding-left:0px;
margin-left:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;	
}
.tab_content li, .peg_product li {
background-image:url(/cssl/images/bullet_square_black_small.gif);
background-position:0 4px;
background-repeat:no-repeat;
list-style-image:none;
list-style-type:none;
margin-left:0;
padding-left:15px;
position:relative;
}
.gallery div.cms_o_attachment {
background-color:#FFFFFF;
border:1px solid #555555;
float:left;
height:48px;
margin-bottom:8px;
margin-left:8px;
width:64px;
}	    
.gallery_inner {
padding-top:8px;
padding-bottom:8px;
padding-right:8px;
}
.tab_inner {
padding: 8px;
}
div.peg_company_name {
font-size:14px;
font-weight:bold;
margin-bottom:12px;
margin-top:20px;
} 
div.cms_o_attachment_logo {
margin-bottom:26px;
}
.highslide img {
cursor:url(/js/highslide4/graphics/zoomin.cur), pointer;
border:none;
}
.highslide-active-anchor img {
visibility:visible;
}
.tabs_head ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs_head a {
	display: block;
}
.tabs_head li ul {
	position: absolute;
	left: -999em;
	width:200px;
	background-color:#2C2C2C;
/*	margin-top:5px;*/
	border-left:1px solid #484848;
	border-bottom:1px solid #484848;
	border-right:1px solid #484848;
}
.tabs_head li:hover ul, .tabs_head li.sfhover ul {
	left: auto;
}
.tabs_head li {
z-index:10;
}
.tabs_head li li {
background-image:url(/cssl/images/bullet_dropdown.gif);
background-position:5px 5px;
background-repeat:no-repeat;
border-bottom:1px solid #171717;
color:#CACACA;
font-size:11px;
padding-left:15px;
}
.tabs_head li li a {
color:#CACACA;
text-decoration:none;
}
.tabs_head li li a:hover {
color:#FFA719;
}
.cms_ob_alphabet {
color:#999999;
font-size:11px;
font-weight:bold;
line-height:15px;
padding-left:5px;
padding-top:0;
}
.cms_ob_hidden {
padding-top:10px;
background-color:#EAEAEA;
font-weight:bold;
text-align:center;
margin-left:1px;
margin-right:1px;
}
.cms_ob_hidden a {
color:#666666;
}
#right_column .cms_o_attachment_gallery {
margin-bottom:20px;
}
.cms_ob_alphabet_letter a {
	text-decoration:none;
	}
div.peg_ob_rep {
background-image:url(/cssl/images/bullet_square_gray_small.gif);
background-position:10px 10px;
background-repeat:no-repeat;
color:#929292;
}
div.peg_ob_rep a {
color:#929292;
}
.peg_ob_ocene a {
	color:#828282;
}
.peg_ob_ocene_demo a {
	color:#B7B7B7;
}
#user_info {
margin-bottom:0px;
}
.cms_ob_head {
padding-bottom:10px;
}
.cms_ob_body_middle div div {
padding-bottom:4px;
padding-left:0px;
padding-top:4px;
}
#ob_company_tabs .cms_ob_body_middle .peg_ob_company_pad {
padding-left: 10px;
border-top:1px solid #F4F4F4;
}

#bd #ob_company_tabs .peg_ob_company, #bd #ob_company_tabs .peg_ob_ocene {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #F4F4F4;
    color:#929292;
}
#bd #ob_company_tabs .peg_ob_company a, #bd #ob_company_tabs .peg_ob_ocene a {
    color:#929292;
}
#custom-doc #cd_inner #bd .fp_box .fp_box_middle .cms_ob_selected a {
font-weight: bold;
color: #E18719;
}
#ob_praksa {
padding-right:8px;
padding-left:8px;
padding-top:8px;
}
#ob_praksa ul {
list-style-position:outside;
margin-bottom:8px;
margin-top:4px;
padding-left:20px;
margin-left:0px;
}
#ob_praksa a {
text-decoration: none;
}
#ob_praksa .menu_selected a{
font-weight: bold;
color:#E18719;
}
#ob_praksa .menu_not_selected a{
font-weight: normal;
color:#828282;
}
.peg_wide {
padding-left:12px;
}
.peg_oi_table {
width:100%;
font-size: 12px;
}
.peg_oi_table td {
text-align: left;
padding: 4px;
vertical-align:top;
}
.peg_oi_table td.peg_oi_4col, .peg_oi_table td.peg_oi_3col {
white-space: nowrap;
}

tr.peg_oi_detail td {
	color:#a2a2a2;
	font-size: 11px;
}

.peg_oi_table select {
width:70px;
}
.peg_oi_table .button {
width:70px;
border:1px solid #000000;
padding:2px;
}
.button:hover {
background-color: #CCCCCC;
}
h2 {
border-bottom:1px solid #A6A6A6;
padding-bottom: 10px;
line-height: 22px;
margin-bottom:15px;
}
h2.peg_company_name {
border-bottom:none;
padding-bottom: 0px;
}
.peg_title_tool {
width:20px;
margin-left:20px;
float:right;
padding-top:3px;
}
#breadcrumbs {
color:#969696;
font-size:11px;
margin-bottom:12px;
}
#breadcrumbs a {
color:#969696;
}
#breadcrumbs a:hover {
color:#E18719;
}
.peg_ui_field {
margin-left: 89px;
}
.peg_ui_field span{
background:#E1E1E1 none repeat scroll 0 0;
border:1px solid #2F2F2F;
color:#030303;
display:block;
font-weight:normal;
height:18px;
padding-left:4px;
width:129px;
overflow:hidden;
}
#bd .ob_search_button {
border:1px solid #000000;
height:20px;
margin-left:89px;
margin-right:12px;
margin-top:5px;
padding:1px;
width:136px;
}
#bd .peg_narrow .ob_search_button {
margin-left:82px;
width:96px;
}
table.cms_forum_cats {
width:100%;
}
table.cms_forum_cats .cms_table_head {
background:#B7B7B7 none repeat scroll 0 0;
font-weight:normal;
}
table.cms_forum_cats thead td {
border:medium none;
}
table.cms_forum_cats .cms_table_body .row_1 {
background-color:#FFFFFF;
}
table.cms_forum_cats .cms_table_body .row_2 {
background-color:#FFFFFF;
}
table.cms_forum_cats h3 {
margin-bottom:0;
margin-top:5px;
font-size:13px;
}
table.cms_forum_cats p {
margin: 0;
}

table.cms_forum_topics {
width:100%;
}
table.cms_forum_topics .cms_table_head {
background:#B7B7B7 none repeat scroll 0 0;
font-weight:normal;
}
table.cms_forum_topics thead td {
border:medium none;
}
table.cms_forum_topics .cms_table_body .row_1 {
background-color:#FFFFFF;
}
table.cms_forum_topics .cms_table_body .row_2 {
background-color:#FFFFFF;
}
table.cms_forum_topics h3 {
margin-bottom:0;
margin-top:5px;
font-size:13px;
}
table.cms_forum_topics p {
margin: 0;
}
.cms_position_array {
width:100%;
}
#bd .cms_ob_forum_cat {
border-bottom:1px solid #FFFFFF;
font-size:13px;
margin-left:-5px;
padding-bottom:5px;
padding-left:7px;
padding-top:5px;
}
#bd .cms_ob_forum_cat a{
}
#bd .cms_ob_forum_cat a:hover {
}
#bd .cms_ob_faq_label {
color:#AAAAAA;
font-size:11px;
font-style:italic;
margin-top:30px;
}
.cms_comment_head {
float:left;
width:218px;
font-size:13px;
font-style:normal;
margin-bottom:0px;
}
.cms_comment_body {
background:none;
border:none;
margin:0 0 0 220px;
padding:0px;
}
.cms_comment_body h3 {
font-size:13px;
margin-bottom:5px;
margin-top:0;
}
.cms_comment_author {
font-weight:normal;
}
.cms_o_forumtopic,.cms_o_forumpost {
border-bottom:1px solid #BEB9B3;
padding:10px;
}
.cms_forumpost_row_1 {
background-color: #F6F1EB;
}
.cms_forumpost_row_0 {
background-color: #FFFFFF;
}
.peg_forum_topic_head {
background:#B7B7B7;
padding:3px 10px;
}
html body #wait_box {
background-color: transparent;
border:none;
padding:0;
background-image:url(/cssl/images/loading_bck.png);
*background-image:url(/cssl/images/loading_bck.gif);
background-position:auto;
background-repeat:no-repeat;
width:255px;
height:100px;
text-align:left;

-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
opacity:1;
}
html body #wait_box img {
 left:20px;
position:relative;
top:16px;
}
.peg_table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.peg_table td {
    border: 1px solid #000000;
    padding-bottom:3px;
    padding-left:8px;
    padding-right:3px;
    vertical-align: top;
}
.peg_table_layout {
    text-align: left;
    vertical-align: top;
}
.peg_table_layout td {
    border: none;
    vertical-align: top;
}
.peg_table_icons {
    text-align: left;
    vertical-align: top;
    margin-top: 14px;
}
.peg_table_icons td {
    border: none;
    vertical-align: top;
}
.peg_table_icons tr {
margin-top:15px;
}
.peg_table_icons p {
margin-top:0px;
margin-bottom:12px;
}
.peg_table_gp_head {
background-color:#F5DBBA;
}
.peg_table_gp h3 {
color:#E2851B;
margin-top:10px;
}
.peg_table_gp {
font-size:11px;
line-height:14px;
text-align:left;
vertical-align:top;
}
.peg_table_gp td {
    border-bottom: 1px solid #BFBFBF;
    vertical-align: top;
    padding-right:10px;
    padding-bottom:10px;
}
.peg_table_gp ul {
margin-left:0;
padding-left:15px;
}
.peg_table_gp li {
}
.list_item .thumbnail {
/*height:75px;*/
margin-bottom:0;
margin-right:10px;
margin-top:4px;
padding-bottom:0;
width:80px;
float:left;
height:inherit;
}
.small_thumb .thumbnail {
height:48px;
width:64px;
}
.list_item .content_with_image {
padding-left:90px;
}
.small_thumb .content_with_image {
padding-left:80px;
}
.list_item h4 {
margin-bottom:0;
margin-top:4px;
}
.list_item h3 {
margin-bottom:0;
margin-top:4px;
}
.list_item p {
margin-bottom:2px;
margin-top:3px;
text-align:left;
line-height:16px;
}
.list_item {
margin-bottom: 18px;
width:100%;
}
.event_date {
color:#787878;
font-size:11px;
}
.more_link {
font-size:11px;
}
.peg_og_box_top {
background-image:url(/cssl/images/m_oglas_top.gif);
background-repeat:no-repeat;
width:620px;
height:7px;
}
.peg_og_box_bottom {
background-image:url(/cssl/images/m_oglas_bottom.gif);
background-repeat:no-repeat;
width:620px;
height:7px;
margin-bottom:8px;
}
.peg_og_box_middle {
background-image:url(/cssl/images/m_oglas_middle.gif);
background-repeat:repeat-y;
width:618px;
padding: 0px 1px;
}
.peg_og_box_c {
padding:4px 10px;
}

.peg_og_box_middle h2 {
border:medium none;
font-size:14px;
margin-bottom:5px;
margin-left:12px;
margin-top:0;
padding-bottom:0;
}
.peg_og_box_middle ul {
margin-left:0;
margin-top:0;
padding-left:19px;
}
.peg_og_box_white {
background-color:#FFFFFF;
color:#E0881A;
font-size:14px;
font-weight:bold;
padding:15px 10px 8px 12px;
}
.peg_og_box_white div {
float:right;
width:107px;
}
.peg_ogl_item {
border-bottom:1px solid #DBDBDB;
margin-bottom:10px;
margin-top:10px;
padding-bottom:10px;
}
.peg_ogl_cena {
float:right;
font-weight:bold;
width:100px;
}
.peg_ogl_desc {
margin-right: 115px;
}
h3.peg_ol_name {
margin-top:0;
font-size:13px;
}
.cms_o_skill_list_objects .cms_o_page_faq h4 {
margin-bottom:4px;
margin-top:4px;
}
.cms_o_skill_list_objects .cms_o_page_faq h4 a {
text-decoration: none;
}
.peg_faq_list h3 {
margin-bottom:3px;
}
.info_box {
width:374px;
}
.info_box_top {
height:10px;
background-image:url(/cssl/images/info_box_top.gif);
background-repeat:no-repeat;
}
.info_box_middle {
background-color:#E0E0E0;
background-image:url(/cssl/images/info_box_middle.gif);
background-repeat:no-repeat;
min-height:36px;
padding:5px 10px 5px 60px;
}
.info_box_bottom {
height:8px;
background-image:url(/cssl/images/info_box_bottom.gif);
background-repeat:no-repeat;
}
.info_box_long {
width:605px;
}
.info_box_long_top {
height:10px;
background-image:url(/cssl/images/info_box_long_top.gif);
background-repeat:no-repeat;
}
.info_box_long_middle {
background-color:#E0E0E0;
background-image:url(/cssl/images/info_box_long_middle.gif);
background-repeat:no-repeat;
min-height:36px;
padding:5px 10px 5px 60px;
}
.info_box_long_bottom {
height:8px;
background-image:url(/cssl/images/info_box_long_bottom.gif);
background-repeat:no-repeat;
}
.banner_left {
margin-top:15px;
margin-left:20px;
}
.cms_faq_a {
padding-left:20px;
margin-top:20px;
}
.cms_faq_q {
}
#search_adv_close {
position:absolute;
width:100px;
text-align: right;
right:0px;
font-size: 10px;
padding-right:10px;
}
.cms_form {
width:100%;
}
#user_info #login_div .button {
margin-top:20px;
}
#user_info #login_div .cms_description {
margin-bottom:10px;
}
.fp_box #user_info #login_div .button {
margin-top:0px;
}
.cms_o_form h5 {
color:#E18719;
font-weight:bold;
margin-top:15px;
}
.required_star {
color:red;
}
.cms_button {
height:auto;
padding:2px 20px;
width:auto;
}
.cms_error_description, .error-message {
color:#CC0000;
font-size:12px;
font-weight:bold;
margin-top:2px;
padding-left:0;
}
.static_notice {
}
.peg_wide .banner_left {
margin-left:43px;
}
.img_align_left {
float:left;
margin-bottom:3px;
margin-right:10px;
margin-top:3px;
}
.img_align_right {
float:right;
margin-bottom:3px;
margin-left:10px;
margin-top:3px;
}
.key {
font-size: 10px;
}
.key a {
color:#BBBBBB;
}
.fp_left_h {
color:#E58713;
font-size:20px;
font-weight:bold;
margin-bottom:12px;
}
.forum_excerpt {
margin-bottom:14px;
}
.fe_title {
color:#000000;
font-weight:bold;
}
.fe_info {
color:#888888;
font-size:11px;
font-style:italic;
}
.fe_content {
color:#444444;
font-size:13px;
}
.forum_act_list {
color:#999999;
font-size:11px;
font-style:italic;
line-height:11px;
margin:5px 0 8px;
}
.forum_act_list a {
color:#666666;
text-decoration:none;
}
.forum_act_list div {
font-style:normal;
margin-bottom:3px;
margin-top:3px;
padding-left:10px;
}
#ft div#bottom_banner {
border-bottom: 1px solid #BBB9BA;
    color: #53809B;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 5px;
    padding-top: 5px;    
}
.cms_form_narrow {
/*padding-right:0;*/
}
#login_div .cms_button {
position:relative;
width:135px;
left:89px;    
}
.small {
    font-size:10px;
line-height:13px;
}
#bd .cms_ob_body_middle div.peg_ob_no_data {
padding-left:5px;
}
#bd .cms_ob_body_middle .peg_ob_company_pad a {
text-decoration:underline;
}
.news_fp {
border-bottom:1px solid #BBB9BA;
margin-top:3px;
padding-bottom:12px;
}
.news_fp .more_link {
font-weight:bold;
text-decoration:none;  
white-space:nowrap;  
}
.news_fp b a {
color:#000000;    
}
.fp_news_main {
margin-bottom:20px;    
}
.fp_news_main .imgc {
border-bottom:1px solid #BBB9BA;    
}
table.peght {
}
table.peght td {
    padding:5px 10px;
}

span.has-details {
	background: #737373;
	border-radius: 14px;
	color: white;
	padding: 1px 0 0 0;
	font-size: 11px;
	line-height: 1;
	display: inline-block;
	width: 12px;
	height: 11px;
	text-align: center;
	vertical-align: text-top;
}

tr.poi-form {
	background-color: #f4f4f4;
}

tr.poi-form-last td {
	padding-bottom: 12px;
}

tr.poi-form-first td {
	padding-top: 12px;
}
.row {
  display: block;
}

.row .col_1,
.row .col_1_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_2,
.row .col_2_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_3,
.row .col_3_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_4,
.row .col_4_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_5,
.row .col_5_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_6,
.row .col_6_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_7,
.row .col_7_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_8,
.row .col_8_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_9,
.row .col_9_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_10,
.row .col_10_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_11,
.row .col_11_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_12,
.row .col_12_full {
  width: 100%;
  margin-bottom: 30px;
}

.row .col_100 {
  width: 100%;
}

.row .col_fixed160 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.row .forcecol_1,
.row .forcecol_1_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_2,
.row .forcecol_2_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_3,
.row .forcecol_3_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_4,
.row .forcecol_4_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_5,
.row .forcecol_5_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_6,
.row .forcecol_6_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_7,
.row .forcecol_7_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_8,
.row .forcecol_8_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_9,
.row .forcecol_9_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_10,
.row .forcecol_10_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_11,
.row .forcecol_11_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_12,
.row .forcecol_12_full {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.row .forcecol_100 {
  width: 100% !important;
}

.row .forcecol_fixed160 {
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}

@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_1 {
    width: calc(8.33333% - 13.33333px);
    padding-right: 3%;
  }
  .row .col_1_full {
    width: 8.33333%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_1_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_1_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_1_full:only-child {
    padding: 0;
  }
  .row .col_2 {
    width: calc(16.66667% - 26.66667px);
    padding-right: 3%;
  }
  .row .col_2_full {
    width: 16.66667%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_2_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_2_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_2_full:only-child {
    padding: 0;
  }
  .row .col_3 {
    width: calc(25% - 40px);
    padding-right: 3%;
  }
  .row .col_3_full {
    width: 25%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_3_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_3_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_3_full:only-child {
    padding: 0;
  }
  .row .col_4 {
    width: calc(33.33333% - 53.33333px);
    padding-right: 3%;
  }
  .row .col_4_full {
    width: 33.33333%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_4_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_4_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_4_full:only-child {
    padding: 0;
  }
  .row .col_5 {
    width: calc(41.66667% - 66.66667px);
    padding-right: 3%;
  }
  .row .col_5_full {
    width: 41.66667%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_5_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_5_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_5_full:only-child {
    padding: 0;
  }
  .row .col_6 {
    width: calc(50% - 80px);
    padding-right: 3%;
  }
  .row .col_6_full {
    width: 50%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_6_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_6_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_6_full:only-child {
    padding: 0;
  }
  .row .col_7 {
    width: calc(58.33333% - 93.33333px);
    padding-right: 3%;
  }
  .row .col_7_full {
    width: 58.33333%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_7_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_7_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_7_full:only-child {
    padding: 0;
  }
  .row .col_8 {
    width: calc(66.66667% - 106.66667px);
    padding-right: 3%;
  }
  .row .col_8_full {
    width: 66.66667%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_8_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_8_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_8_full:only-child {
    padding: 0;
  }
  .row .col_9 {
    width: calc(75% - 120px);
    padding-right: 3%;
  }
  .row .col_9_full {
    width: 75%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_9_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_9_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_9_full:only-child {
    padding: 0;
  }
  .row .col_10 {
    width: calc(83.33333% - 133.33333px);
    padding-right: 3%;
  }
  .row .col_10_full {
    width: 83.33333%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_10_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_10_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_10_full:only-child {
    padding: 0;
  }
  .row .col_11 {
    width: calc(91.66667% - 146.66667px);
    padding-right: 3%;
  }
  .row .col_11_full {
    width: 91.66667%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_11_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_11_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_11_full:only-child {
    padding: 0;
  }
  .row .col_12 {
    width: calc(100% - 160px);
    padding-right: 3%;
  }
  .row .col_12_full {
    width: 100%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .row .col_12_full:first-child {
    padding-right: 3%;
    padding-left: 0;
  }
  .row .col_12_full:last-child {
    padding-right: 0;
    padding-left: 3%;
  }
  .row .col_12_full:only-child {
    padding: 0;
  }
  .row .col_fixed160 {
    width: 160px;
  }
  .row .forcecol_1 {
    width: calc(8.33333% - 13.33333px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_1_full {
    width: 8.33333% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_1_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_1_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_1_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_2 {
    width: calc(16.66667% - 26.66667px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_2_full {
    width: 16.66667% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_2_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_2_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_2_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_3 {
    width: calc(25% - 40px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_3_full {
    width: 25% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_3_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_3_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_3_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_4 {
    width: calc(33.33333% - 53.33333px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_4_full {
    width: 33.33333% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_4_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_4_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_4_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_5 {
    width: calc(41.66667% - 66.66667px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_5_full {
    width: 41.66667% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_5_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_5_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_5_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_6 {
    width: calc(50% - 80px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_6_full {
    width: 50% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_6_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_6_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_6_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_7 {
    width: calc(58.33333% - 93.33333px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_7_full {
    width: 58.33333% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_7_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_7_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_7_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_8 {
    width: calc(66.66667% - 106.66667px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_8_full {
    width: 66.66667% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_8_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_8_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_8_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_9 {
    width: calc(75% - 120px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_9_full {
    width: 75% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_9_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_9_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_9_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_10 {
    width: calc(83.33333% - 133.33333px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_10_full {
    width: 83.33333% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_10_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_10_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_10_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_11 {
    width: calc(91.66667% - 146.66667px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_11_full {
    width: 91.66667% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_11_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_11_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_11_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_12 {
    width: calc(100% - 160px) !important;
    padding-right: 3% !important;
  }
  .row .forcecol_12_full {
    width: 100% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
  }
  .row .forcecol_12_full:first-child {
    padding-right: 3% !important;
    padding-left: 0 !important;
  }
  .row .forcecol_12_full:last-child {
    padding-right: 0 !important;
    padding-left: 3% !important;
  }
  .row .forcecol_12_full:only-child {
    padding: 0 !important;
  }
  .row .forcecol_fixed160 {
    width: 160px !important;
  }
  .row.no_spaces_columns {
    display: block;
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
  }
  .row.no_spaces_columns > div {
    display: inline-block;
    padding: .5rem;
    width: 100%;
  }
}

#hd {
  position: fixed;
  width: 100%;
  z-index: 10;
  height: auto;
  top: 0;
  left: 0;
}

#hd #motto, #hd #nav {
  display: inline-block;
}

#hd #tools {
  position: fixed;
  width: 100%;
  z-index: 12;
  top: 0;
  left: 0;
  padding: 0;
  height: auto;
  text-align: left;
  background-color: #626366;
}

#hd #tools #motto {
  position: static;
  width: auto;
  color: #bcbdbf;
}

#hd #tools #nav {
  display: block;
}

#hd #tools #nav a {
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  margin-right: 10px;
}

#hd #tools .container {
  padding: .75em 15px !important;
}

#hd #tools .container a {
  color: #bcbdbf;
  font-size: 12px;
}

#hd #tools .container a:hover {
  color: #a2a3a6;
}

#hd #hd_main {
  background-color: #7b7c80;
  padding-bottom: 20px;
  margin-top: 52px;
  height: 145px;
}

#hd #hd_main .container {
  height: 100%;
}

#hd #hd_main #logo {
  max-height: 46%;
  left: auto;
  top: auto;
  bottom: 10px;
  z-index: 12;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#hd #hd_main #top_menu {
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: relative;
  background-image: none;
}

#hd #hd_main #top_menu #banner_top {
  width: 728px;
  max-width: 80%;
  right: 0;
  top: auto;
  bottom: 35px;
  border: none;
  display: none;
}

#hd #hd_main #top_menu #banner_top iframe {
  width: 100%;
}

#hd #hd_main #top_menu ul {
  display: none;
  margin: 0;
  text-align: left;
  background-color: #7b7c80;
  border-top: 3px solid #e87425;
  position: absolute;
  top: 145px;
  width: 100%;
  padding: 2%;
  opacity: 0;
}

#hd #hd_main #top_menu ul li {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  padding-right: 19px;
}

#hd #hd_main #top_menu ul li a {
  display: block;
  padding: 5px 5%;
  color: #d6d6d8;
  font-weight: normal;
}

#hd #hd_main #top_menu ul li a:hover {
  background-color: #76777b;
}

#hd #hd_main #top_menu.open ul {
  display: block;
}

#hd #hd_main #top_menu.opening ul {
  padding-top: 5%;
  padding-bottom: 5%;
  opacity: 1;
}

#hd #hd_main #top_menu.opening ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

#hd #hd_main #search {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 10px;
  width: 20px;
  z-index: 11;
}

#hd #hd_main #search #collapse-icon,
#hd #hd_main #search #search-icon,
#hd #hd_main #search #close-search-icon {
  font-size: 20px;
  color: #d6d6d8;
  cursor: pointer;
}

#hd #hd_main #search #close-search-icon {
  top: 8px;
}

#hd #hd_main #search #collapse-icon {
  display: block;
  right: -10px;
}

#hd #hd_main #search #search_adv {
  top: 77px;
}

#hd #hd_main #search form {
  display: none;
  opacity: 0;
  position: absolute;
  left: -220px;
  width: 240px;
  top: 2px;
}

#hd #hd_main #search form #search_input {
  width: 100%;
}

#hd #hd_main #search form #search_input::-webkit-input-placeholder {
  color: #d6d6d8;
}

#hd #hd_main #search form #search_input:-ms-input-placeholder {
  color: #d6d6d8;
}

#hd #hd_main #search form #search_input::-ms-input-placeholder {
  color: #d6d6d8;
}

#hd #hd_main #search form #search_input::placeholder {
  color: #d6d6d8;
}

#hd #hd_main #search form #search_input:-ms-input-placeholder {
  color: #d6d6d8;
}

#hd #hd_main #search form #search_input::-ms-input-placeholder {
  color: #d6d6d8;
}

#hd-content #close-search-icon,
#hd-content form {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

#hd-content.searching #close-search-icon,
#hd-content.searching form {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#hd-content.searching #search-icon,
#hd-content.searching #top_menu ul {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

#hd-content.searching #top_menu ul {
  top: 115px !important;
}

#hd #tools a {
  -webkit-transition: background-color .4s, color .4s ease-in-out;
  transition: background-color .4s, color .4s ease-in-out;
}

#hd #tools .container {
  line-height: 1em;
}

#hd.mini #hd_main {
  height: 55px;
}

#hd.mini #hd_main #logo {
  max-height: 80%;
  bottom: 0;
}

#hd.mini #hd_main #top_menu.open ul {
  top: 55px;
}

#hd.mini #hd_main #search {
  bottom: -15px;
}

#hd.mini #hd_main #hd-content.searching #top_menu ul {
  top: 25px !important;
}

#hd #hd_main,
#hd #hd_main #top_menu ul,
#hd #hd_main #top_menu ul li a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#hd-content #search-icon,
#hd-content #close-search-icon,
#hd-content #top_menu,
#hd-content form {
  -webkit-transition: all 0.8s cubic-bezier(0.81, 0.1, 0.23, 0.9);
  transition: all 0.8s cubic-bezier(0.81, 0.1, 0.23, 0.9);
}

@media (min-width: 768px) {
  #hd #hd_main {
    margin-top: 30px;
  }
  #hd #hd_main #search {
    bottom: -20px;
  }
  #hd #hd_main #top_menu {
    max-width: 100%;
  }
  #hd #hd_main #top_menu #banner_top {
    display: block;
  }
  #hd #tools #nav {
    float: right;
    display: inline-block;
  }
  #hd #tools #nav a {
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  #search {
    bottom: 0 !important;
  }
  #search #collapse-icon {
    position: absolute;
    right: 16px !important;
  }
  #search #search-icon {
    position: absolute;
    right: 60px;
  }
}

@media (min-width: 992px) {
  #hd #hd_main #search {
    bottom: -17px;
  }
  #hd #hd_main #search #collapse-icon {
    display: none;
  }
  #hd #hd_main #search #search-icon,
  #hd #hd_main #search #close-search-icon {
    top: 5px;
    right: -10px;
  }
  #hd #hd_main #top_menu ul {
    display: block;
    margin: 0;
    padding: 0;
    opacity: 1;
    border: none;
    width: 775px;
    text-align: right;
    background-color: transparent;
    top: auto;
    right: 10px;
    bottom: 5px;
  }
  #hd #hd_main #top_menu ul li {
    display: inline-block;
  }
  #hd #hd_main #top_menu ul li a {
    display: inline-block;
    padding: 0;
  }
  #hd #hd_main #top_menu ul li a:hover {
    background-color: transparent;
  }
  #hd #hd-content.searching #top_menu ul {
    opacity: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: white;
}

body {
  color: #666;
  background-color: #fff;
  background-image: none;
  font-family: "Open Sans",Arial,sans-serif;
  font-weight: 500;
  min-height: auto;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 15px !important;
  margin: auto !important;
}

#bd_id,
#cd_inner {
  min-height: auto;
}

#custom-doc {
  width: 100%;
  min-width: auto;
  background-image: none;
}

#custom-doc #cd_inner {
  background-image: none;
  padding: 0;
}

#bd {
  position: relative;
  margin-top: 197px;
  z-index: 1;
}

#bd #content {
  padding-top: 50px !important;
}

#bd #header_page {
  padding: 10px 0;
  font-size: 2em;
  background-color: #e87425;
}

#bd #header_page h1 {
  color: #fff;
  line-height: 2em;
  font-size: 30px;
  padding: 0;
}

#login_form_id {
  position: relative;
}

#login_form_id .cms_button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  color: #fff;
  cursor: pointer;
  width: auto !important;
  background-color: #666;
}

#login_form_id .cms_button:hover {
  background-color: #e87425;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
  color: #333;
  border: none;
}

h2 {
  font-size: 26px;
  line-height: 34px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

p {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.7em;
  font-weight: 400;
}

p.no-margin {
  margin-bottom: 0;
}

p.text-big {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6em;
}

#ob_company_search, #ob_product_search, #ob_ocene_search, .control_input:not([type="checkbox"]), .peg_ui_field > select, .peg_ui_field > span {
  width: 100% !important;
  padding: 8px 15px !important;
  padding-right: 25px !important;
  margin-bottom: 10px;
  margin-right: 0 !important;
  color: #666;
  background-color: #ebebeb;
  font-size: 14px;
  outline: none;
  border-width: 0 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Open Sans", Arial, sans-serif;
}

.peg_ui_field span {
  height: 35px;
}

input {
  height: auto !important;
}

hr {
  border-width: 0;
  border-bottom: 1px solid #e2e4e6;
  margin: 30px 0;
}

p.btn-container {
  padding: 15px 0;
}

.clearfix {
  display: block;
}

ul {
  padding-left: 16px;
}

ul li {
  padding: 5px 0;
}

ul.items_with_padding li {
  padding: 5px 0;
}

.article .section_body .cms_position_array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}

.article .section_body .cms_position_array > div {
  width: 100%;
  padding-bottom: 30px;
}

.article .section_body .cms_position_array > div .list_item {
  position: relative;
  margin: 0;
  display: block;
}

.article .section_body .cms_position_array > div .thumbnail {
  width: 100%;
}

.article .section_body .cms_position_array > div .thumbnail img {
  width: 100%;
}

.article .section_body .cms_position_array > div .content_with_image {
  position: absolute;
  width: 100%;
  bottom: 4px;
  padding: 15px 5px;
  text-align: center;
  background-color: rgba(98, 99, 102, 0.8);
}

.article .section_body .cms_position_array > div .content_with_image p {
  font-size: 15px;
  line-height: 20px;
}

.article .section_body .cms_position_array > div .content_with_image .more_link {
  display: none;
}

.article .section_body .cms_position_array > div .content_with_image a {
  color: white;
  text-decoration: none;
}

.article .section_body .cms_position_array.one_column > div .thumbnail, .article .section_body .cms_position_array.two_column > div .thumbnail {
  width: auto;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}

.article .section_body .cms_position_array.one_column > div .content_with_image, .article .section_body .cms_position_array.two_column > div .content_with_image {
  position: static;
  text-align: left;
  background-color: transparent;
  padding: 0;
}

.article .section_body .cms_position_array.one_column > div .content_with_image .cms_object_title, .article .section_body .cms_position_array.two_column > div .content_with_image .cms_object_title {
  padding-top: 5px;
}

.article .section_body .cms_position_array.one_column > div .content_with_image .cms_object_title a, .article .section_body .cms_position_array.two_column > div .content_with_image .cms_object_title a {
  font-size: 20px;
}

.article .section_body .cms_position_array.one_column > div .content_with_image a, .article .section_body .cms_position_array.two_column > div .content_with_image a {
  color: #333;
}

.article .section_body .cms_position_array.one_column > div .content_with_image .more_link, .article .section_body .cms_position_array.two_column > div .content_with_image .more_link {
  display: block;
}

.article .section_body .cms_position_array.one_column > div .content_with_image .more_link a, .article .section_body .cms_position_array.two_column > div .content_with_image .more_link a {
  color: #e87425;
}

.article .section_body .cms_position_array.with-icon > div .thumbnail {
  margin: 0;
}

.article .section_body .cms_position_array.with-icon > div .thumbnail .item-icon {
  font-size: 32px;
  color: #e87425;
}

.article .section_body .cms_position_array.with-icon > div .thumbnail .item-icon.fa-file-alt {
  font-size: 40px;
}

.article .section_body .cms_position_array.with-icon > div .content_with_image {
  padding-left: 50px;
}

.article .section_body .cms_position_array.with-icon > div .content_with_image .cms_object_title {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: black;
}

.article .section_body .peg_ogl_desc {
  position: relative;
  margin-right: 250px;
  padding-right: 20px;
}

.article .section_body .peg_ogl_desc:after {
  font: normal normal normal 11px/1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 50%;
  text-align: center;
  background: #e87425;
  color: #fff;
}

.article .section_body .peg_ogl_cena {
  padding-top: 10px;
  padding-left: 5px;
  width: 250px;
  text-align: right;
}

.peg_oi_table {
  border: 1px solid #e8e8e9;
}

.peg_oi_table .poi-form {
  background-color: #f0f0f1;
}

.peg_oi_table tr {
  border-bottom: 1px solid #e8e8e9;
}

.peg_oi_table tr:last-child {
  border-bottom: none;
}

.peg_oi_table tr td {
  font-size: 14px;
  padding: 3px 12px;
  vertical-align: middle;
}

.peg_oi_table tr td .button {
  width: auto;
  font-size: 11px;
  padding: 4px 8px;
  border-color: #c9c9cb;
}

.peg_oi_table tr td select {
  background-color: #fff;
}

.peg_oi_table tr td:first-child a {
  color: #e87425 !important;
}

.peg_oi_table tr td:nth-last-child(1), .peg_oi_table tr td:nth-last-child(2) {
  text-align: right;
}

.peg_oi_table tr.poi-form td:nth-last-child(2) {
  text-align: left;
}

.peg_oi_table tr:last-child {
  background-color: #7b7c80;
  color: #fff;
}

.text-orange {
  color: #e87425;
}

a {
  color: #e87425;
  text-decoration: none;
}

a:hover {
  color: #ec8c4a;
}

#breadcrumbs {
  font-size: 14px;
  margin-bottom: 24px;
}

#breadcrumbs a {
  color: #e87425;
}

#breadcrumbs a:hover {
  color: #ec8c4a;
}

.aaagallery {
  margin-bottom: 20px;
  background-color: transparent;
}

.aaagallery .gallery_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
}

.aaagallery .gallery_inner > div {
  float: none;
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
}

.aaagallery .gallery_inner > div img {
  height: 118px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e5e5e5;
}

.aaagallery .gallery_inner > div a {
  position: relative;
  display: block;
}

.aaagallery .gallery_inner > div a .overflow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aaagallery .gallery_inner > div a .overflow-bg i {
  color: #fff;
  background-color: #e87425;
  border-radius: 50%;
  font-size: 15px;
  margin-top: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 8px;
}

.aaagallery .gallery_inner > div a .overflow-bg,
.aaagallery .gallery_inner > div a .overflow-bg i {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.aaagallery .gallery_inner > div a:hover .overflow-bg {
  opacity: 1;
}

.aaagallery .gallery_inner > div a:hover .overflow-bg i {
  margin-top: 0;
}

.aaagallery .highslide img {
  cursor: pointer;
  width: 100%;
}

.gallery {
  margin-bottom: 20px;
  background-color: transparent;
}

.gallery .gallery_inner {
  padding: 5px 4px;
}

.gallery .gallery_inner > div {
  float: none;
  border: none;
  margin: 4px 4px;
  padding: 0;
  display: inline-block;
}

.gallery .gallery_inner > div img {
  height: 48px;
  width: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e5e5e5;
}

.gallery .gallery_inner > div a.cms_magic_wand .overflow-bg, .gallery .gallery_inner > div a.cms_magic_wand .gui_img {
  display: none !important;
}

.gallery .gallery_inner > div a:not(.cms_magic_wand) {
  position: relative;
  display: block;
}

.gallery .gallery_inner > div a:not(.cms_magic_wand) .overflow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery .gallery_inner > div a:not(.cms_magic_wand) .overflow-bg i {
  color: #fff;
  background-color: #e87425;
  border-radius: 50%;
  font-size: 15px;
  margin-top: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 8px;
}

.gallery .gallery_inner > div a:not(.cms_magic_wand) .overflow-bg,
.gallery .gallery_inner > div a:not(.cms_magic_wand) .overflow-bg i {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gallery .gallery_inner > div a:not(.cms_magic_wand):hover .overflow-bg {
  opacity: 1;
}

.gallery .gallery_inner > div a:not(.cms_magic_wand):hover .overflow-bg i {
  margin-top: 0;
}

.gallery .highslide img {
  cursor: pointer;
  width: 100%;
}

.s2-06_ {
  display: none;
}

.tabs_head {
  background-color: #f0f0f1;
  border: 1px solid #e3e3e4;
  height: auto;
}

.tabs_head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: -1px;
}

.tabs_head ul li {
  float: none;
  padding: 0;
  background-image: none !important;
  background: #626366;
  color: #959699;
  width: 100%;
}

.tabs_head ul li span,
.tabs_head ul li .inner_menu a {
  padding: 10px 25px;
}

.tabs_head ul li .peg_tab_beg_line {
  display: none;
}

.tabs_head ul li .peg_tab_inner {
  background-image: none !important;
  border: none !important;
  height: auto;
  padding: 0;
}

.tabs_head ul li .peg_tab_inner .inner_menu {
  padding: 0 !important;
}

.tabs_head ul li .peg_tab_inner .submenu {
  display: none;
}

.tabs_head ul li .peg_tab_inner .submenu li a {
  padding: 6px 10px;
}

.tabs_head ul li .peg_tab_inner .submenu ul {
  display: block;
}

.tabs_head ul li.peg_tab {
  width: auto !important;
  height: auto;
  margin-right: 1px;
  margin-bottom: 1px;
}

.tabs_head ul li.peg_tab.peg_tab_selected {
  background-color: #e87425;
}

.tabs_head ul li.peg_tab.sfhover .submenu {
  display: block;
}

.tabs_head ul li.peg_tab a:hover {
  color: #fff;
}

.tabs_head ul li.peg_tab ul {
  background-color: transparent;
  border: none;
}

.tab_content {
  margin-bottom: 30px;
  border-left: 1px solid #e3e3e4;
  border-right: 1px solid #e3e3e4;
  border-bottom: 1px solid #e3e3e4;
}

.tab_inner {
  padding: 35px 40px;
}

.big-side-btn {
  display: block;
  width: 100%;
  background: #7b7c80;
  color: #fff;
  padding: 25px 10px;
  -webkit-transition: background-color 300ms ease 0ms;
  transition: background-color 300ms ease 0ms;
}

.big-side-btn:hover {
  background: #e87425;
  color: #fff;
}

.btn {
  border-width: 0px;
  font-size: 16px;
  text-decoration: none;
  padding: .4em 1em;
  border-radius: 3px;
}

.btn.btn-orange {
  background-color: #e87425;
  color: #fff;
}

.btn.btn-outline {
  background-color: transparent;
  border: 1px solid #fff !important;
}

.btn.btn-outline.btn-orange:hover {
  border-color: transparent !important;
  background-color: #ed9153;
}

.btn:after {
  font: normal normal normal 14px/1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  line-height: inherit;
  font-size: inherit !important;
  opacity: 0;
  margin-left: -.4em;
}

.btn:after {
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.btn:hover:after {
  opacity: 1;
  margin-left: .4em;
}

.contact-form textarea {
  min-height: 150px;
}

.cms_user_form strong {
  margin-left: 10px;
}

.cms_user_form .row {
  margin-bottom: 0;
}

.contact-form .row > div,
.cms_user_form .row > div {
  margin-bottom: 0;
}

.no-labels-form label {
  display: none;
}

.submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.submit-container .not-a-robot {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 15px;
}

.submit-container .not-a-robot input {
  max-width: 50px;
}

.submit-container .submit-btn-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.submit-container .submit-btn-container .btn {
  position: relative;
  top: 8px;
}

.info_box_long {
  width: 100%;
}

#right_column {
  margin-bottom: 10px;
}

#right_column a {
  color: #e87425;
}

#right_column div.peg_company_name {
  margin: 0;
}

#right_column div.peg_company_name a {
  color: #666;
}

#id_peg_c_ocene .desc {
  display: none;
}

@media (min-width: 768px) {
  #bd {
    margin-top: 175px;
  }
  .container {
    width: 96%;
  }
  .cms_user_form .row {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .aaasection_body .cms_position_array > div {
    width: calc(100% / 3);
    padding-right: 40px;
    padding-bottom: 30px;
  }
  .aaasection_body .cms_position_array.with_border > div {
    border-bottom: 1px solid #e3e3e4;
  }
  .aaasection_body .cms_position_array.with_border > div:first-child {
    border-top: 1px solid #e3e3e4;
  }
  .aaasection_body .cms_position_array.one_column > div {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-bottom: 1%;
  }
  .aaasection_body .cms_position_array.one_column > div:first-child {
    margin-top: 10px;
  }
  .aaasection_body .cms_position_array.one_column > div h3 {
    margin: 0;
    padding: 0;
    padding: 10px 0;
  }
  .aaasection_body .cms_position_array.two_column > div {
    width: 50%;
  }
  .aaasection_body .cms_position_array > div {
    width: calc(100% / 3);
    padding-right: 4.04%;
    padding-bottom: 7%;
  }
  .peg_oi_table tr td {
    padding: 6px 24px;
  }
}

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

.fp_box_bottom {
  display: none;
}

.article .cms_o_skill_list_objects .cms_position_array {
  width: 100%;
}

.article .cms_o_skill_list_objects .cms_position_array > div {
  width: 222px;
  height: 222px;
  padding-right: 0;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.article .cms_o_skill_list_objects .cms_position_array .cms_o_page {
  width: 100%;
  height: 100%;
}

.article .cms_o_skill_list_objects .cms_position_array .cms_o_page .section_body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.article .cms_o_skill_list_objects .cms_position_array .cms_o_page .section_body .list_item {
  position: relative;
  width: 100%;
  height: 100%;
}

.article .cms_o_skill_list_objects .cms_position_array .cms_o_page .section_body .list_item .thumbnail {
  margin-right: 0;
  margin-top: 0;
  float: none;
  width: 100%;
  height: 100%;
}

.article .cms_o_skill_list_objects .cms_position_array .cms_o_page .section_body .list_item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article .cms_o_skill_list_objects .cms_position_array .cms_o_page .section_body .list_item .content_with_image {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.article .cms_o_skill_list_objects .cms_position_array .cms_o_page .section_body .list_item .content_with_image h6 {
  padding-bottom: 0;
}

.subarticle .cms_o_skill_list_objects .list_item p {
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.7em;
}

.subarticle .cms_o_skill_list_objects .list_item .thumbnail {
  margin-top: 0;
  margin-right: 0;
  width: 100px;
}

.subarticle .cms_o_skill_list_objects .list_item img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.subarticle .cms_o_skill_list_objects .list_item .content_with_image {
  padding-left: 120px;
}

.cms_form {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.list_item h4 {
  font-size: 20px;
}

#id_peg_c_praksa .pf_box_top {
  display: none;
}

#id_peg_c_praksa .fp_box_middle {
  background-image: none;
}

.info_box_long_top, .info_box_long_bottom {
  display: none;
}

.info_box_long_middle {
  padding: 20px 20px;
  background-image: none;
}

@media (max-width: 768px) {
  .mobile-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-order-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#search_adv_close {
  display: none;
}

#search_input {
  padding: 4px 8px;
  margin-bottom: 8px;
}

#search_adv {
  padding-top: 8px;
}

.com_data_item h4 {
  font-weight: bold;
}

.tab_content ul, .peg_product ul {
  list-style-position: inside;
  list-style-type: inherit;
}

.tab_content li, .peg_product li {
  list-style-type: inherit;
  background-image: none;
}

.peg-left-menu {
  width: 220px !important;
  padding-right: 0px !important;
  margin-right: 20px !important;
}

.peg-content {
  width: 300px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.peg-right-ad {
  width: 160px !important;
  padding-left: 0 !important;
  margin: 0;
  margin-left: 20px !important;
}

.peg-company-data-item {
  width: 100% !important;
  margin-bottom: 10px !important;
}

div.cms_o_attachment_logo {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .peg-company-data-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .peg-right-ad {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .peg-company-data-item {
    width: 33.33333% !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .peg-left-menu {
    width: 280px !important;
  }
}

@media (max-width: 800px) {
  .peg-left-menu {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .peg-content {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cms_ob_loading {
  left: auto;
  top: 0;
  right: 0;
  -webkit-transform: none;
          transform: none;
  width: 68px;
}

#bd .yui-g .yui-u {
  width: 100%;
}

#bd .yui-g .yui-u .fp_box {
  width: 100%;
}

#bd .yui-g .yui-u .fp_box p {
  color: #fff;
  line-height: 1.5em;
  font-size: 13px;
  margin-bottom: 0;
}

#bd .yui-g .yui-u .fp_box .pf_box_top,
#bd .yui-g .yui-u .fp_box .fp_box_middle,
#bd .yui-g .yui-u .fp_box .cms_ob_head {
  background-image: none;
}

#bd .yui-g .yui-u .fp_box .pf_box_top {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  margin-bottom: 0px;
  height: auto;
}

#bd .yui-g .yui-u .fp_box .fp_box_middle .cms_ob_body_middle {
  padding-top: 10px;
  padding-right: 23px;
  padding-bottom: 40px;
  padding-left: 30px;
}

#bd .yui-g .yui-u .fp_box .fp_box_middle .cms_ob_body_middle .peg_ob_main_cat {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #6e6e6e;
  font-weight: normal;
}

#bd .yui-g .yui-u .fp_box .fp_box_middle .ob_select,
#bd .yui-g .yui-u .fp_box .fp_box_middle .cms_ob_head {
  margin: 0;
  padding: 0;
  padding-right: 40px;
  padding-left: 40px;
}

#bd .yui-g .yui-u .fp_box .fp_box_middle .ob_select div {
  margin: 0;
}

#bd .yui-g .yui-u .peg_narrow .fp_box .fp_box_middle .ob_select,
#bd .yui-g .yui-u .peg_wide .fp_box .fp_box_middle .ob_select {
  padding-top: 30px;
}

#bd .yui-g .fp_col2 .fp_col_in,
#bd .yui-g .fp_col3 .fp_col_in {
  padding: 0;
}

#bd .yui-g.last {
  padding: 0;
}

#bd .yui-g.last .fp_col_in {
  padding: 0;
}

.yui-g .cms_ob_head {
  padding-bottom: 15px !important;
}

.yui-g .pf_box_top,
.yui-g .ob_select,
.yui-g .cms_ob_head {
  background-color: #7594b1;
  color: white;
}

.yui-g.orange .pf_box_top,
.yui-g.orange .ob_select,
.yui-g.orange .cms_ob_head, .yui-g.gray .pf_box_top,
.yui-g.gray .ob_select,
.yui-g.gray .cms_ob_head {
  color: #fff;
}

.yui-g.orange .pf_box_top,
.yui-g.orange .ob_select,
.yui-g.orange .cms_ob_head {
  background-color: #e87425;
}

.yui-g.gray .pf_box_top,
.yui-g.gray .ob_select,
.yui-g.gray .cms_ob_head {
  background-color: #7b7c80;
}

.yui-g .fp_box h2 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 23px;
  color: #fff;
}

.yui-g .fp_box label {
  display: none;
}

.yui-g #ob_company_tabs,
.yui-g #ob_ocene {
  margin: 0;
}

#ob_company_tabs, #ob_ocene {
  background-color: #f0f0f0;
}

#ob_company #ob_company_main_c,
#ob_ocene #ob_ocene_main_c,
#ob_product #ob_product_main_c {
  margin-bottom: 20px;
}

.cms_ob_alphabet {
  width: 54px !important;
  padding: 0;
}

.cms_ob_alphabet a {
  color: #fff;
  height: 100%;
  display: block;
  text-decoration: none;
}

.cms_ob_alphabet a:hover {
  color: #fff;
}

.cms_ob_alphabet > a,
.cms_ob_alphabet > .cms_ob_alphabet_letter {
  width: 26px;
  height: 26px;
  background-color: #bfbfbf;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  float: left;
  margin-right: 1px;
  margin-top: 1px;
}

.cms_ob_alphabet > a:first-child,
.cms_ob_alphabet > .cms_ob_alphabet_letter:first-child {
  width: calc(100% - 1px);
}

.cms_ob_alphabet > a.active, .cms_ob_alphabet > a:hover,
.cms_ob_alphabet > .cms_ob_alphabet_letter.active,
.cms_ob_alphabet > .cms_ob_alphabet_letter:hover {
  background-color: #ec8c4a;
}

.cms_ob_alphabet .cms_ob_alphabet_letter {
  font-weight: normal;
}

.cms_ob_alphabet.one_row {
  width: 100% !important;
}

.cms_ob_alphabet.one_row a:first-child {
  width: 26px;
}

.cms_ob_alphabet.one_row:after {
  display: table;
  clear: both;
  content: ' ';
}

#ob_company #ob_company_main_h {
  padding: 5px 0;
  background-color: #f0f0f0;
}

#ob_company #ob_company_body,
#ob_ocene #ob_ocene_body {
  padding: 0;
  padding-top: 10px;
}

#ob_company #ob_company_body > div:not(.peg_ob_main_cat),
#ob_ocene #ob_ocene_body > div:not(.peg_ob_main_cat) {
  font-size: 13px;
  padding: 4px 0;
  border: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5em;
  border-bottom: 1px solid #fff;
}

#ob_company #ob_company_body > div:not(.peg_ob_main_cat) > a,
#ob_ocene #ob_ocene_body > div:not(.peg_ob_main_cat) > a {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 11px;
  color: #878787;
  display: inline-block;
}

#ob_company #ob_company_body > div:not(.peg_ob_main_cat):hover,
#ob_ocene #ob_ocene_body > div:not(.peg_ob_main_cat):hover {
  background-color: #fafafa;
}

#ob_product #ob_product_body .peg_ob_main_cat {
  font-size: 13px;
  padding: 4px 0;
  border: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5em;
  border-bottom: 1px solid #fff;
  margin: 0;
}

#ob_product #ob_product_body .peg_ob_main_cat > a {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 11px;
  color: #878787;
}

.select-form, .peg_ui_field_select {
  position: relative;
}

.select-form:after, .peg_ui_field_select:after {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 10px;
  content: "";
  border: 6px solid;
  border-color: #666 transparent transparent transparent;
  pointer-events: none;
}

#ob_company form,
#ob_product form,
#ob_pres form,
#ob_company_ina form,
#ob_ocene form {
  position: relative;
}

#ob_company form .fa-search,
#ob_product form .fa-search,
#ob_pres form .fa-search,
#ob_company_ina form .fa-search,
#ob_ocene form .fa-search {
  position: absolute;
  right: 8px;
  top: 12px;
  color: #666;
}

.peg_wide .banner_left {
  margin: 0;
  padding: 0;
}

.peg_narrow,
.peg_wide {
  padding: 0;
}

.banner_left {
  margin: 0;
}

span.has-details {
  width: 12px;
  height: 12px;
  padding: 0;
  vertical-align: middle;
}

div.peg_ob_rep a {
  padding-left: 24px !important;
}

#id_peg_c_ocene .ob_select {
  padding-top: 0 !important;
}

#ft {
  padding: 0;
  margin: 0;
  border: none;
  background-color: #e6e6e6;
}

#ft div {
  color: #7a7a7a;
  font-size: 13px;
  line-height: 58px;
  padding-left: 0;
}

#ft div a {
  color: #fff;
  text-decoration: none;
}

#ft div a:hover {
  color: #fff;
  text-decoration: none;
}

#ft div a:not(.btn) {
  color: #4d4d4d;
  text-decoration: none;
}

#ft div a:not(.btn):hover {
  color: #4d4d4d;
  text-decoration: none;
}

#ft div#bottom_banner {
  background-image: url(/newpeg/cssl/images/pasica-dolga.jpg);
  padding-left: 0 !important;
  padding-top: 210px;
  padding-bottom: 130px;
  margin-top: 0px;
  border: none;
  background-size: cover;
}

#ft div#bottom_banner .ft-content {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Open Sans",Arial,sans-serif;
}

#ft div#bottom_banner .ft-content.small {
  padding: 40px;
  max-width: 430px;
  text-align: left;
}

#ft div#bottom_banner .ft-content h2 {
  border: none;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
}

#ft div#bottom_banner .ft-content p {
  padding: 0;
  margin: 0;
  line-height: 15px;
  color: #fff;
}

#ft div#bottom_banner a:not(.btn) {
  border-width: 0px !important;
  border-radius: 0px;
  font-size: 34px;
  padding: 0 0.7em;
  text-decoration: none;
  white-space: pre-wrap;
  color: #fff;
  position: relative;
  top: 3px;
}

#ft div#bottom_banner a:not(.btn):after {
  line-height: inherit;
  font-size: inherit !important;
  opacity: 1;
  margin-left: .3em;
  left: auto;
}

#ft.no-padding {
  margin-top: 50px;
}

#ft.no-padding div#bottom_banner {
  padding-top: 100px;
}

#ft .main-footer {
  padding: 6% 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#ft .main-footer > .col {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 2em;
  min-width: 50%;
}

#ft .empty-footer {
  background-color: #7b7c80;
}

/*
#ft div#bottom_banner a:not(.btn):after {
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  line-height: inherit;
  font-size: inherit !important;
  opacity: 1;
  margin-left: .5em;
  left: auto;
}*/
@media (min-width: 768px) {
  #ft div#bottom_banner {
    margin-top: -110px;
  }
  #ft.no-padding div#bottom_banner {
    margin-top: 0px;
  }
  #ft .main-footer > .col {
    min-width: 0px;
  }
}
/*# sourceMappingURL=style.css.map */