/************************************************************
* CSS Pasivní-domy.cz										*
* Author: Jakub Kocourek									*
* Date: 02.09.2013											*
*************************************************************/

/**** MAIN SETTINGS *****/
* {
	padding: 0;
	margin: 0;
}

@font-face {
    font-family: 'Futura';
    src: url('/css/front/font/futuratot-demi-webfont.eot');
    src: url('/css/front/font/futuratot-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/front/font/futuratot-demi-webfont.woff') format('woff'),
         url('/css/front/font/futuratot-demi-webfont.ttf') format('truetype'),
         url('/css/front/font/futuratot-demi-webfont.svg#futura_t_otdemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
	cursor: pointer;
	text-decoration: underline;
	color: #1E2332;
}

.blue {
	color: #008FD7 !important;
}

a.bullet {
	background: url('/img/front/ul.li.png') no-repeat 9px 5px;
	padding-left: 25px;
}

a.reset,
a.delete {
	display: inline-block;
	margin: 0 3px -2px 0;
	width: 15px;
	height: 15px;
	background: url('/img/icons/cross.png') no-repeat;
}

p {
	line-height: 150%;
}

a:hover {
	text-decoration: none;
}

img,
a img {
	border: none;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 100%;
	display:block;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.hidden {
	display: none;
}

hr {
	background-color: #ddd4ca;
	border: none;
	height: 1px;
	color: #ddd4ca;
	display: block;
	clear: both;
	*margin: -7px 0;
}

hr.thicker {
	height: 2px;
}

sup, sub {line-height:0;}

.structure {display:none;}

img.image-border {
	border: 1px solid #D2D2D2;
	border-radius: 3px;
	padding: 3px;
}

#cookie-agreement {
	position: fixed;
	bottom: 0px;
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #333;
	color: #f1f1f1;
}

#cookie-agreement a.link {
	display: inline-block;
	background: #2B862B;
	color: #fff;	
	text-decoration: none;
	padding: 3px 5px;
	border-radius: 3px;
}

#cookie-agreement a.information {
	display: inline-block;
	padding: 3px 5px;
	color: #fff;
}

.icon-title-1 { color: #5BAD24 !important; margin-top: 0px !important; }
.icon-title-2 { color: #008FD7 !important; margin-top: 0px !important; }
.icon-title-3 { color: #942C8E !important; margin-top: 0px !important; }
.icon-title-4 { color: #FFC21E !important; margin-top: 0px !important; }
.icon-title-5 { color: #FF8C00 !important; margin-top: 0px !important; }
.icon-title-6 { color: #FF8C00 !important; margin-top: 0px !important; }
.icon-title-7 { color: #589FBD !important; margin-top: 0px !important; }
.icon-title-8 { color: #5BAD24 !important; margin-top: 0px !important; }
.icon-title-9 { color: #942C8E !important; margin-top: 0px !important; }
.icon-title-10 { color: #BF2500 !important; margin-top: 0px !important; }
.icon-title-11 { color: #4D4D4D !important; margin-top: 0px !important; }

.icon-title-1 a { color: #5BAD24 !important; text-decoration: none; }
.icon-title-2 a { color: #008FD7 !important; text-decoration: none; }
.icon-title-3 a { color: #942C8E !important; text-decoration: none; }
.icon-title-4 a { color: #FFC21E !important; text-decoration: none; }
.icon-title-5 a { color: #FF8C00 !important; text-decoration: none; }
.icon-title-6 a { color: #FF8C00 !important; text-decoration: none; }
.icon-title-7 a { color: #589FBD !important; text-decoration: none; }
.icon-title-8 a { color: #5BAD24 !important; text-decoration: none; }
.icon-title-9 a { color: #942C8E !important; text-decoration: none; }
.icon-title-10 a { color: #BF2500 !important; text-decoration: none; }
.icon-title-11 a { color: #4D4D4D !important; text-decoration: none; }

a.back-to-list {
	font-size: 8pt;
}

/***** FLASH MESSAGES *****/
#flashes div {
	margin: 0 20px 20px 20px;
	padding: 20px;
	text-align: center;
	background: #f1f1f1;
	font-weight: bold;
}

#flashes form div {
	padding: 0px;
	margin: 0px;
}

#flashes form table {
	width: auto;
	margin: 20px auto 0px auto;
}

#flashes .error {
	color: #C12402;
	background: #FFE6E1;
}

/***** MAIN ELEMENTS *****/
body {
	font-size: 10pt;
/*	font-size: 81%;*/
	background: #292a30;
	cursor:default;
}

body, input, textarea {
	color: #1e2332;
	font-family: Verdana, Arial;
}

#main {
	overflow: hidden;
	min-width: 900px;
}

.inner {
	width: 890px;
	margin: 0 auto;
	position: relative;
}

#left-column {
	width: 170px;
	margin-right: 25px;
	float: left;
}

#right-column {
	width: 680px;
	float: left;
}

/***** BOXES *****/
.content .block .box {
	border: 2px solid #eeeeee;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 15px 18px;
	font-size: 8.5pt;
}

.content .block .box .title {
	margin-top: 0px;
	font-size: 12pt;
	line-height: 14pt;
	color: #008FD7;
}

.content .block .box .title a {
	text-decoration: none;
	color: #008FD7;
}

.content .block .box p {
	margin-bottom: 7px;
	font-size: 8.5pt;
}

.content .block .box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.content .block .box ul li {
	padding: 8px 0 0 0;
}

.content .block .box ul li.active a {
	text-decoration: none;
	font-weight: bold;
}

.content .block .box ul li.active li a {
	text-decoration: underline;
	font-weight: normal;
}

.content .block .box ul li.active li a:hover {
	text-decoration: none;
}

.content .block .box ul ul li {
	padding-left: 15px;
}

.content .block .box ul ul li.active a {
	text-decoration: none !important;
	font-weight: bold !important;
}

.content .block.category-tree .name a {
	font-weight: bold;
	text-decoration: none;
}

.content .block.category-tree ul {
	margin-bottom: 10px;
}

.content .block.category-tree ul li {
	padding-left: 5px;
}

.content .block.category-tree ul.material-category li {
	padding-left: 0px;
}

.content .block.category-tree ul li a.active {
	text-decoration: none;
	font-weight: bold;
}

/***** HEADER *****/
#head {
/*	background: url('/img/front/banner.jpg') no-repeat top center;*/
	position: relative;
}

#head.homepage {
	height: 420px;
}

#head #slider .slide {
	width: 100%;
	height: 390px;
}

#head #slider .banner,
#head #slider .banner a {
	display: block;
	width: 100%;
	height: 390px;
	z-index: 0 !important;
	position: absolute;
	background-size: 100% !important;
}

#head .topShadow,
.grayBlock .topShadow,
#head .bottomShadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: url('/img/front/sprite-x.png') repeat-x 0 0;
	z-index: 555;
}

#head .topShadow,
.grayBlock .topShadow {
	top: 0;
	background-position: 0 -44px;
}

#head h1,
.content h1,
.content .h1 {
	color: #c12402;
	font-size: 31px;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	margin-bottom: 8px;
	line-height: 36px;
	margin: 0 0 25px 20px;
}

#head h1 {
	width: 570px;
}

#head .infoPage h1 {
	margin-bottom: 20px;
}

#head .infoPage p {
	width: 580px;
	margin-bottom: 40px;
}

#head .infoPage .logoBg {
	right: 60px;
	height: 160px;
}

#head h1 {
	margin-bottom: 20px;
}

#head h2,
.content .perex h2 {
	color: #c12402;
	font-size: 170%;
	font-weight: normal;
	font-family: Futura, sans-serif;
	margin-bottom: 20px;
	letter-spacing: -1px;
	width: 690px;
	margin-left: 20px;
}

#head p {
	color: #292a30;
	font-size: 14pt;
	line-height: 25px;
	margin-bottom: 25px;
	width: 570px;
	margin-left: 20px;
	font-family: Futura;
}

#head .logoBg {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 170px;
}

#head .logoBg.default {
	background: url('/img/front/sprite.png') no-repeat -922px -658px;
	width: 192px;
}


#head.grayBlock .inner.inhead {
	min-height: 160px;
}

#head .contactHolder p {
	width: 496px;
	margin-top: 18px;
	margin-bottom: 35px;
}

#head .contactHolder .contact {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 156px;
	height: 116px;
	background: url('/img/front/sprite.png') no-repeat -922px -411px;
	padding: 130px 10px 0 196px;
}

#head .contactHolder .contact p {
	width: auto;
	margin: 0;
	color: #fff;
	font-size: 100%;
	line-height: 18px;
}

#head .contactHolder .contact p a {
	color: #fff;
}

#head .contactHolder .contact p strong {
	display: block;
	color: #292a30;
	font-size: 124%;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#head .contactHolder .contact img {
	position: absolute;
	bottom: 0;
	left: 20px;
}

#head .slide { z-index: auto !important }
#head .slide .sloganHolder { z-index: 999 !important }

#head .sloganHolder {
	position: absolute;
	right: 0;
	width: 360px;
	height: 250px;
	text-align: center;
	padding: 70px 40px;
	line-height: 23px;
	margin: 0 -15px 30px;
	z-index: 2;
	background: url('/img/front/sprite.png') no-repeat -633px -21px;
}

#head .sloganHolder .slogan {
	width: 360px;
	position: absolute;
}

#head .sloganHolder p {
	color: #70bfe7;
	font-size: 11pt;
	width: auto;
	margin: 0;
}

#head .sloganHolder a {
	color: #70bfe7;
}

#head .sloganHolder h1,
#head .sloganHolder h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 232%;
	padding: 0 35px;
	margin: 0 0 12px;
	line-height: 34px;
	font-weight: bold;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	width: auto;
}

#head .controls,
#head .controls {
	width: 440px;
	position: absolute;
	bottom: 123px;
	right: 0;
	text-align: center;
	z-index: 3;
}

#head controls a,
#head .controls a {
	display: inline-block;
	width: 10px;
	height: 11px;
	background: url('/img/front/sprite.png') no-repeat -257px -67px;
	margin: 0 5px;
	text-decoration: none;
}

#head .controls a.active,
#head .controls a:hover {
	background-position: -239px -67px;
}

#head .submenu {
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 905px;
	margin: 0;
}

#head .submenu li:first-child {
	margin-left: 0px;
}

#head .submenu li {
	float: left;
	width: 160px;
	margin: 0 15px 0 7px;
	list-style: none;
	padding: 0;
}

#head .submenu li a {
	display: block;
	height: 146px;
	text-align: center;
	transition: height 0.7s, margin 0.7s;
	overflow: hidden;
	margin-top: 30px;
	text-decoration: none;
}

#head .submenu li a:hover {
	height: 176px;
	margin-top: 0;
}

#head .submenu li a .top {
	display: block;
	width: 100%;
	position: relative;
	height: 71px;
	background: url('/img/front/sprite.png') no-repeat 0 -115px;
}

#head .submenu li a .top .icon {
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 36px;
	height: 43px;
	margin-left: -18px;
	display: block;
	background: url('/img/front/sprite.png') no-repeat -402px -15px;
}

#head .submenu li a .text {
	display: block;
	height: 85px;
	background: #56ad23;
	color: #fff;
	font-size: 139%;
	line-height: 20px;
	padding: 18px 10px 0;
	text-transform: uppercase;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
}

#head .submenu li a:hover .text {
	display: none;
}

#head .submenu li a .hoverText {
	display: none;
	color: #fff;
	font-size: 108%;
	padding: 20px 10px 0;
	height: 85px;
	background: #489420;
}

#head .submenu li a:hover .hoverText {
	display: block;
}

#head .submenu li a:hover .top {
	background-position: 0 -257px;
}

#head .submenu li a:hover .top .icon {
	background-position: -402px -58px;
}

#head .submenu li a.construct .top {
	background-position: -160px -115px;
}

#head .submenu li a.construct .top .icon {
	background-position: -357px -58px;
}

#head .submenu li a.construct:hover .top {
	background-position: -160px -257px;
}

#head .submenu li a.construct:hover .top .icon {
	background-position: -443px -58px;
}

#head .submenu li a.construct .text {
	background: #008fd7;
}

#head .submenu li a.construct .hoverText {
	background: #0e79b2;
}

#head .submenu li a.advanced .top {
	background-position: 0 -186px;
}

#head .submenu li a.advanced .top .icon {
	background-position: -357px -15px;
}

#head .submenu li a.advanced:hover .top {
	background-position: 0 -328px;
}

#head .submenu li a.advanced:hover .top .icon {
	background-position: -443px -15px;
}

#head .submenu li a.advanced .text {
	background: #942c8e;
}

#head .submenu li a.advanced .hoverText {
	background: #7f237a;
}

#head .submenu li a.quality .top {
	background-position: -160px -186px;
}

#head .submenu li a.quality .top .icon {
	width: 47px;
	background-position: -304px -58px;
}

#head .submenu li a.quality:hover .top {
	background-position: -160px -328px;
}

#head .submenu li a.quality:hover .top .icon {
	background-position: -484px -58px;
}

#head .submenu li a.quality .text {
	background: #c12402;
}

#head .submenu li a.quality .hoverText {
	background: #a21d09;
}

#head .submenu li a.media .top {
	background-position: -320px -186px;
}

#head .submenu li a.media .top .icon {
	width: 48px;
	background-position: -304px -15px;
}

#head .submenu li a.media:hover .top {
	background-position: -320px -257px;
}

#head .submenu li a.media:hover .top .icon {
	background-position: -484px -15px;
}

#head .submenu li a.media .text {
	background: #e94e00;
}

#head .submenu li a.media .hoverText {
	background: #c64306;
}

/* top panel */
#topPanel {
	background: #fff;
	height: 40px;
	line-height: 40px;
	color: #27282d;
	font-size: 95%;
	position: relative;
	z-index: 999;
}

#topPanel a {
	color: #27282d;
	text-decoration: none;
}

#topPanel .fright a:hover {
	text-decoration: underline;
}

#topPanel .fright .links {
	float: right;
}

#topPanel .fright form {
	display: block;
	height: 25px;
	position: relative;
	top: 7px;
	float: right;
}

#topPanel .fright form input {
	border: 1px solid #292a30;
	color: #27282e;
	padding: 2px 12px 2px 12px;
	height: 20px;
	border-radius: 5px;
	width: 218px;
	margin: 0 0 0 14px;
	display: block;
	float: left;
	line-height: normal;
}

#topPanel .fright form .searchButton {
	border: none;
	padding: 0;
	width: 24px;
	height: 27px;
	margin: 0;
	background: url('/img/front/sprite.png') no-repeat -255px -26px;
	cursor: pointer;
	display: block;
	float: left;
}

#topPanel .logo, #topPanel .logo span {position: absolute;display: block;}

#topPanel .logo {
	top: 0;
	left: -42px;
	width: 216px;
	height: 113px;
	text-align: center;
	padding: 27px 0 0 18px;
}

#topPanel .logo span {
	left: 0;
	top: 40px;
	width: 234px;
	height: 100px;
	background: url('/img/front/sprite.png') no-repeat 0 -15px;
}

#topPanel .logo img {
	position: relative;
}

/* menu */
#menu {
	margin: auto;
	width: 840px;
	height: 60px;
	text-align: left;
	padding-left: 377px;
}

#menu li {
	display: inline-block;
	list-style: none;
	position: relative;
	zoom: 1;
	*display: inline;
}

#menu li a {
	display: inline-block;
	color: #b5b5b5;
	line-height: 60px;
	padding: 0 11px;
	text-decoration: none;
}

#menu li:first-child a {
	padding-left: 0px;
}

#menu li.active a,
#menu li a:hover {
	color: #fff;
}

#menu li a.inactive {
	cursor: default;
}

#menu li.active a {
	background: url('/img/front/sprite.png') 50% -907px;
}

#menu li.sep {
	color: #c12402;
	width: 5px !important;
	text-align: center;
}

#menu ul {
	position: absolute;
	top: 60px;
	right: -8px;
	z-index: 999;
	background: #292a30;
	opacity: 0.9;
	border-radius: 0 0 7px 7px;
	display: none;
	text-align: right;
}

#menu ul li {
	display: block;
}

#menu ul li a {
	padding: 10px 20px !important;
	line-height: 20px;
	width: 170px;
	color: #b5b5b5 !important;
	border-bottom: 1px solid #3f3f43;
}

#menu ul li a:hover {
	color: #fff !important;
}

#menu li.active ul li a {
	background-image: none;
}

#menu ul li.last a {
	border-bottom: none;
	border-radius: 0 0 7px 7px;
}

#menu ul li a:hover {
	background: #383940;
}

/* breadcrumb */
#head .breadcrumb {
	border-bottom: 1px solid #3e2923;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

#head.thin .breadcrumb {
	margin-bottom: 0px;
	border-bottom: 0px;
	font-size: 8pt;
	line-height: 15pt
}

#head .breadcrumb .inner {
	padding: 15px 0 15px 214px;
	width: 676px;
}

#head .breadcrumb a {
	color: #1E2332;
}

/* slider */
#head .slideHolder {
	margin: -30px 0 0 0;
}

#head .slideHolder img {
	display: block;
}

/***** TEXT ********/
.content .text div {
	line-height: 150%;
}

.content .text img {
	margin: 10px;
}

ul.bullet,
.content .text ul {
	margin: 8px 0;
	padding: 0px;
	list-style-type: none;
}

ul.bullet li,
.content .text ul li {
	background: url('/img/front/ul.li.png') no-repeat 9px 9px;
	padding: 4px 10px 4px 25px;
	line-height: 150%;
}

.content .text ul li li {
	background: url('/img/front/ul.li.li.png') no-repeat 9px 9px;
}

.content .text ul li li li {
	background: url('/img/front/ul.li.li.li.png') no-repeat 7px 12px;
}

ul.bullet ul,
.content .text ul ul {
	margin-bottom: 0px;
}

.content div.text {
	margin-bottom: 25px;
}

.content .published {
	font-size: 8.5pt;
	margin-bottom: 5px;
}

.content .text ol {
	margin: 8px 10px 8px 20px;
	padding: 0px;
}

.content .text ol li {
	padding: 4px;
}

.content .text ol ol {
	margin-bottom: 0px;
}

.content .text table {
	border-color: #DDD4CA !important;
	line-height: 150%;
}

.content .text table th,
.content .text table td
{
	border-color: #DDD4CA;
}

.content .text table th {
	background: #454750;
	color: #fff;
}

.content .text table.generated-box {
	width: 450px;
	margin: 0 auto 20px auto;
	border-radius: 3px;
}

.content .text table.generated-box h3 {
	margin: 0px;
}

.content .text table.generated-box td {
	padding: 10px 10px 0 10px;
}

.content .text table.generated-box td:nth-child(2) {
	padding-left: 0px;
}

.content .text table.generated-box tr:last-child td {
	padding-bottom: 10px;
}

.content .text table.generated-box.box-blue {
	background: #028EE1;
	color: #fff;
}

.content .text table.generated-box.box-blue h3 {
	color: #fff;
}

.content .text table.generated-box.box-white {
	border: 1px solid #028EE1 !important;
}

.content .text table.generated-box.box-white h3 {
	color: #028EE1;
}

.chapters {
	margin-bottom: 25px;
	text-align: right;
}

.chapters p {
	float: left;
	color: #C12402;
	font-weight: bold;
}

.chapters a {
	color: #4D4D4D;
	font-weight: bold;
	padding: 5px 8px;
}

.chapters a.active {
	color: #fff;
	background: #4D4D4D;
	text-decoration: none;
	border-radius: 3px;
}

.chapters a.next,
.chapters a.before {
	font-weight: normal;
}

.chapters a.continue {
	display: block;
	margin-bottom: 25px;
	color: #C12402;
	text-decoration: none;
	font-size: 11pt;
	padding-right: 50px;
	background: url('/img/front/chapter.bullet.png') no-repeat right center;
}

.content .photogallery a {
	padding: 3px;
	border: 1px solid #DDD4CA;
	float: left;
	border-radius: 3px;
	margin: 0 5px 5px 0;
}

.content .photogallery a img {
	float: left;
}

/***** BELOW-STRIPE *****/
#below-stripe {
	background: #F2F2F2;
}

#below-stripe .inner {
	padding: 20px 0 0 215px;
	width: 675px;
}

#below-stripe h3 {
	margin: 0 0 20px 0 !important;
	color: #008FD7 !important;
}

#below-stripe h4 {
	margin-bottom: 10px;
}

#below-stripe h4 a {
	text-decoration: none;
	color: #008FD7 !important;
}

#below-stripe .related img {
	float: left;
	margin-right: 10px;
}

#below-stripe .related p a {
	color: #4D4D4D;
	text-decoration: none;
}

#below-stripe .related table tr td {
	width: 330px;
	padding-bottom: 20px;
}
#below-stripe .related table tr td:first-child {
	padding-right: 20px;
}

/***** CONTENT *****/
.content {
	background: #fff;
}

.content .inner {
	padding: 25px 20px;
	width: 850px;
}

.content .inner.wide {
	padding-right: 0px;
	width: 875px;
}

.content.object .inner {
	padding-right: 0px;
	width: 870px;
}

.content .object-contest {
	padding: 15px;
	background: #eee;
	position: relative;
	margin-bottom: 20px;
}

.content .object-contest h2 {
	margin: 0 0 20px 0;
}

.content .object-contest .pdr-logo {
	position: absolute;
	top: 15px;
	right: 15px;
}

.add-type-choose .add-type {
	display: block;
	width: 48%;
	float: left;
	text-decoration: none;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px 20px 20px 170px;
	margin: 1%;
}

.add-type-choose .add-type.add-type-form {
	background: url('/img/front/add.type.form.png') no-repeat 55px center;
}

.add-type-choose .add-type.add-type-import {
	background: url('/img/front/add.type.import.png') no-repeat 20px center;
}

.add-type-choose .add-type p big {
	font-weight: bold;
}

.add-type-choose .add-type:hover {
	border-color: #C12402;
}

.content .leftPanel {
	float: left;
	width: 540px;
	margin: 0 30px 18px -20px;
	padding: 0 20px;
}

.content .leftPanel.wide {
	width: 660px;
	margin-bottom: 0;
}

.content .leftPanel .hrBlock {
	position: relative;
}

.content .leftPanel .hrBlock .right,
.content .leftPanel .hrBlock .left {
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	margin: 0;
	*display: none;
}

.content .leftPanel .hrBlock .right {
	right: -880px;
}

.content.action h3 {
	margin: 0px;
	font-size: 115%;
}

.content.action h2.title {
	text-transform: none;
	font-size: 16pt;
}

.content.action table.terms {
	border-top: 1px solid #DDD4CA;
	border-bottom: 1px solid #DDD4CA;
}

.content.action table.terms td,
.content.action table.terms th {
	padding: 5px 10px;
}

.content.action table.terms .button.green {
	float: right;
}

.content.action table.terms th a {
	line-height: 150%;
}

.content.action table.terms tr td {
	padding-top: 15px;
}

.content.action table.terms tr th,
.content.action table.terms tr td.sign-in {
	padding-bottom: 15px;
}

.content.action table.terms.listed {
	margin-bottom: 0px;
	border-bottom: 0px;
}

.content.action table.terms.listed.first {
	margin-top: 20px;
}

.content.action table.terms.listed.last {
	border-bottom: 1px solid #DDD4CA !important;
	margin-bottom: 20px;
}

.content .leftPanel .action-list-box {
	height: 225px;
	width: 100%;
	overflow: hidden;
}

.content .leftPanel table.action-list td,
.content .leftPanel table.action-list th {
	padding-right: 0px;
	border-bottom: 1px solid #DDD4CA;
	vertical-align: top;
}

.content .leftPanel table.action-list tr:last-child td,
.content .leftPanel table.action-list tr:last-child th {
	border-bottom: none;
}

.content .leftPanel table.action-list td:first-child {
	padding-left: 0px;
}

.content .leftPanel table.action-list th a {
	text-decoration: none;
}

.content .leftPanel table.action-list th a:hover {
	text-decoration: underline;
}

.content .leftPanel table.action-list tr th {
	padding-left: 25px;
}

.content .leftPanel table.action-list tr.highlight th {
	background: url('/img/front/logo.icon.small.png') no-repeat 0px 10px;
}

.content .rightPanel {
	float: left;
	width: 280px;
	margin-right: -20px;
}

.content .rightPanel.thin {
	width: 160px;
}

.content .fb-like-box {
	height: 182px;
	margin: 0 -20px;
}

.content.action .terms a {
	text-decoration: none;
}

.content h1,
.content .h1 {
	margin-left: 0;
}

.content h2, .content h3, .content .h3,
#below-stripe h3 {
	font-size: 170%;
	line-height: 24px;
	color: #C12402;
	margin: 20px 0 10px 0;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

.content h1.underlined {
	border-bottom: 2px solid #DDD4CA;
	padding: 20px 0 5px 20px;
}

.content h2.underlined, .content h3.underlined {
	border-bottom: 1px solid #DDD4CA;
	padding: 0 0 5px 20px;
}

.content h3, .content .h3 {
	font-size: 130%;
}

.content h3.black {
	color: #292a30;
}

.content .leftPanel h2,
.content .rightPanel h2 {
	margin: 0 0 18px 0;
}

.content .leftPanel h2.blue:last-of-type {
	margin-top: 40px;
}

.content .rightPanel h3 {
	margin: 0 0 16px 0;
}

.content .perex h2 {
	margin-left: 0;
	width: auto;
}

.content .perex p {
	font-size: 11pt;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
	font-style: italic;
}

.content hr {
	margin: 15px 0;
	clear: both;
}

.content p {
	margin-bottom: 14px;
	line-height: 150%;
}

.content ul {
	margin: 0 0 14px 16px;
	line-height: 16px;
}

.content strong.big {
	font-size: 123%;
	line-height: 22px;
}

.content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 14px;
}

.content table td,
.content table th {
	text-align: left;
	padding: 10px 20px;
}

.content table .leftPanel td,
.content table .leftPanel th {
	padding-left: 24px;
}

.content table .leftPanel.wide td,
.content table .leftPanel.wide th {
	padding-left: 30px;
}

.content table .sep {
	border: none;
	padding: 0;
	width: 0;
	font-size: 0;
}

/* blocks */
.content .fourBlock,
.content .tripleBlock,
.content .doubleBlock {
	float: left;
	width: 155px;
	margin: 5px 0 20px 20px;
}

.content hr + .fourBlock,
.content hr + .tripleBlock,
.content h3 + .fourBlock,
.content h3 + .tripleBlock ,
.content hr + .doubleBlock,
.content h3 + .doubleBlock,
.fourBlock.first-in-line {
	margin-left: 0;
}

.content .fourBlock.auto {
	width: auto;
	min-width: 160px;
}

.content .tripleBlock {
	width: 480px;
}

.content .doubleBlock {
	width: 300px;
}

.content .fourBlock img,
.content .tripleBlock img {
	display: block;
}

.content .fourBlock.lastOnLine {
	width: 140px;
	margin-right: -20px;
}

.content .fourBlock a.defaultColor {
	color: #1E2332;
	line-height: 30px;
}

.content .fourBlock.lecturer img {
	margin-bottom: 10px;
}

.content .gallery {
	margin: 0 -20px 0 0;
}

.content .gallery li {
	list-style: none;
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 0 20px 20px;
}

.content .gallery li.firstOnLine {
	margin-left: 0;
	clear: both;
}

.content .gallery li img {
	display: block;
	margin: 0 auto;
}

/* bookmarks menu */
.content .bookmarks {
	margin: 0;
	height: 40px;
	margin-bottom: 16px;
}

.content .bookmarks li {
	display: block;
	float: left;
	line-height: 40px;
	position: relative;
	color: #3e2923;
	font-weight: bold;
	font-size: 115%;
	border-radius: 2px 2px 0 0;
	margin: 0 40px 0 -20px;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	background: #fff url('/img/front/sprite-x.png') repeat-x 0 25px;
}

.content .bookmarks li.active {
	z-index: 2;
	background: #fff;
}

.content .bookmarks li a {
	text-decoration: none;
	color: #3e2923;
	display: block;
	padding: 0 20px;
}

/* articles list */
.content .articles {
	margin: 0 0 20px;
}

.content .articles li {
	list-style: none;
	display: block;
	border-bottom: 1px solid #ddd4ca;
	font-weight: bold;
	padding: 20px 0;
}

.content .articles li a.title {
	color: #1E2332;
	display: block;
	margin: 0 0 20px 0;
	position: relative;
}

.content .articles li a span {
	color: #008fd7;
	position: absolute;
	top: 1px;
	right: 0px;
}

.content .articles li img {
	float: left;
	margin-right: 20px;
}

.content .articles li p {
	font-weight: normal;
	padding-right: 25px;
	min-height: 130px;
}

.content .articles li p a {
	color: #999999;
}

/*=LOGOS *********************************************************************/
li.logo-box{
	display: inline-block;
}

li.logo-box .logo-box-inner{
	padding: 5px;
	text-align: center;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	background-color: #fff;
}

li.logo-box .logo-box-inner img{
	width: 100%;
	vertical-align: middle;
}

li.logo-box .logo-box-inner-media{
	width: 60px;
	height: 60px;
}

li.logo-box .logo-box-inner-media-main{
	width: 80px;
	height: 80px;
}

li.logo-box .logo-box-inner-media-general{
	width: 100px;
	height: 100px;
}


/* logos */
.content .logos {
	padding: 20px 0 20px 20px;
	text-align: center;
	width: 850px;
}

.content .logos h2, .content .logos .h3 {
	color: #3d2923;
	font-size: 115%;
	font-weight:bold;
	text-align: left;
	margin-bottom: 10px;
}

.content .logos ul {display:block;margin:0;padding:0;list-style:none;}
.content .logos .slider-wrapper .bx-wrapper {margin:auto;}


/* gray block */
.grayBlock,
#head.grayBlock {
	background: #e8e8e8 url('/img/front/gray-bg.jpg') repeat 0 0;
	position: relative;
	padding: 0;
}

.grayBlock.hp {
	border-top: 1px solid #c6c6c7;
	height: 100px;
	padding: 0;
}

.grayBlock + .grayBlock.hp {
	border-top: none;
}

.grayBlock .alphaBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1b000000,endColorstr=#1b000000);
}

@media all and (min-width:0) {
	.grayBlock .alphaBg {
		filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
	}
}

.grayBlock .bottomShadow {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: url('/img/front/sprite-x.png') repeat-x 0 0;
}

.content .inner.hp {
	padding-top: 19px;
	margin-top: -101px;
}

.grayBlock {
	padding: 30px 0 0;
}

.grayBlock img.fleft {
	margin: 0 15px 25px 0;
}

.grayBlock p {
	color: #3e2923;
	font-size: 115%;
	line-height: 24px;
	margin: 0 30px 24px 0;
}

/* side panels */
.content .rightPanel .sideBox {
	width: 240px;
	margin: 0 0 10px;
	border-radius: 3px;
	position: relative;
	border: 2px solid #eeeeee;
}

.content .rightPanel.thin .sideBox {
	width: 120px;
	padding: 18px;
}

.content .rightPanel .sideBox.dark {
	background: #454750;
}

.content .rightPanel .sideBox.blue {
	background: #44aae1;
	color: #1E2332 !important;
}

.content .rightPanel .sideBox.dark,
.content .rightPanel .sideBox.blue {
	border: none;
	padding: 10px 20px;
}

.content .rightPanel .sideBox .boxIcon {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 21px;
	height: 25px;
	background: url('/img/front/sprite.png') no-repeat -336px -150px;
}

.content .rightPanel .sideBox .boxIcon.twitter {
	background-position: -274px -69px;
	width: 25px;
	height: 21px;
}

.content .rightPanel .sideBox h3 {
	font-size: 108%;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
	line-height: 15px;
}

.content .rightPanel .sideBox.dark h3,
.content .rightPanel .sideBox.blue h3 {
	color: #fff;
	font-size: 115%;
	line-height: normal;
	margin-bottom: 16px;
}

.content .rightPanel .sideBox a img {
	display: block;
	margin: 0 auto 12px;
}

.content .rightPanel .sideBox a .underline {
	text-decoration: underline;
}

.content .rightPanel .sideBox a:hover,
.content .rightPanel .sideBox a:hover .underline {
	text-decoration: none;
}

.content .rightPanel .sideBox #registerForm input[type=text] {
	border: 1px solid #fff;
	border-width: 1px 0 1px 1px;
	border-radius: 5px 0 0 5px;
	background: transparent;
	color: #fff;
	padding: 0 0 2px 8px;
	height: 22px;
	line-height: 22px;
	width: 208px;
	float: left;
	margin-bottom: 20px;
}

.content .rightPanel .sideBox .newsletterSubmit {
	float: left;
	border: 1px solid #fff;
	border-width: 1px 1px 1px 0;
	border-radius: 0 5px 5px 0;
	height: 24px;
}

.content .rightPanel .sideBox .newsletterSubmit input {
	height: 24px;
	width: 22px;
	border: none;
	background: transparent url('/img/front/sprite.png') no-repeat 7px -452px;
	cursor: pointer;
}

.content .rightPanel .sideBox .shareIcon {
	display: block;
	float: left;
	width: 36px;
	height: 37px;
	background: transparent url('/img/front/social.icons.png') no-repeat 0px 0px;
	margin: 0 12px 10px -2px;
	text-decoration: none;
}

.content .rightPanel .sideBox .shareIcon:hover {
	background: transparent url('/img/front/social.icons.hover.png') no-repeat 0px 0px;
}

.content .rightPanel .sideBox .shareIcon.youtube {
	background: transparent url('/img/front/social.icons.png') no-repeat -46px 0px;
}

.content .rightPanel .sideBox .shareIcon.youtube:hover {
	background: transparent url('/img/front/social.icons.hover.png') no-repeat -46px 0px;
}

.content .rightPanel .sideBox .shareIcon.linkedin {
	background: transparent url('/img/front/social.icons.png') no-repeat -92px 0px;
}

.content .rightPanel .sideBox .shareIcon.linkedin:hover{
	background: transparent url('/img/front/social.icons.hover.png') no-repeat -92px 0px;
}

.content .rightPanel .sideBox .shareIcon.chat {
	background: transparent url('/img/front/social.icons.png') no-repeat -139px 0px;
}

.content .rightPanel .sideBox .shareIcon.chat:hover {
	background: transparent url('/img/front/social.icons.hover.png') no-repeat -139px 0px;
}

.content .rightPanel .sideBox .news {
	margin: 0 0 10px;
	border-top: 1px solid #fff;
	list-style: none;
}

.content .rightPanel .sideBox .news li {
	padding: 16px 0 0 /*58px*/ 0px;
	position: relative;
	line-height: 20px;
}

.content .rightPanel .sideBox .news li .image {
	position: absolute;
	top: 16px;
	left: 0;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}

.content .rightPanel .sideBox .news li h4 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 2px;
}

.content .rightPanel .sideBox .news li h4 a {
	color: #fff;
	text-decoration: none;
}

.content .rightPanel .sideBox .news li a,
.content .rightPanel .sideBox .news li h4 a strong {
	color: #1e2332;
}

.content .rightPanel .sideBox .news li p {
	margin: 0;
}

.content .rightPanel .sideBox .news li .date {
	color: #fff;
	margin: 2px 0;
}

/* search results */
.content .searchResults {
	line-height: 16px;
	width: 870px;
}

.content .searchResults tr td,
.content .searchResults tr td h3 {
	color: #737373;
}


.content .searchResults tr.highlight td {
	color: #1e2332;
}

.content .searchResults tr.highlight td h3 {
	color: #C12402;
}

.content .searchResults tr.highlight {
	font-weight: bold;
}

.content .searchResults tr.highlight h3 {
	padding-left: 50px;
	min-height: 41px;
	position: relative;
/*	background: url('/img/front/logo.icon.png') left center no-repeat;*/
}

.content .searchResults tr.highlight h3 img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.content .searchResults .line-1 td {
	padding: 34px 18px 0 0;
}
.content .searchResults .line-2 td {
	padding: 12px 18px 24px 0;
}

.content .searchResults thead th {
	padding: 10px 0;
	font-weight: normal;
}

.content .searchResults tbody .name {
	width: 310px;
}

.content .searchResults tbody .name h3 {
	font-size: 11pt;
	margin:0px;
	line-height:1.5em;
}

.content .searchResults tbody .term-full {
	color: #C12402;
	width: 110px;
	text-align: center;
	display: inline-block;
	float: right;
	margin-top: -2px;
}

.content .searchResults tbody .name h3 a {
	text-decoration: inherit;
	color: inherit;
}

.content .searchResults tbody .name h3 a:hover {
	text-decoration: underline;
}

.content .searchResults tbody .name p {
	margin: 14px 0 0;
}

.content .searchResults thead .name {
	padding: 10px 20px 10px 0px;
}

.content .searchResults tbody .price {
	width: 110px;
	border-bottom: none;
	padding-right:0;
}

.content .searchResults tbody .organizator,
.content .searchResults tbody .place {
	width: 110px;
}

.content .searchResults tbody td {
	vertical-align: top;
}

.content .searchResults tbody .login {
	vertical-align: bottom;
	padding:0 0 24px 0;
}
.content .searchResults tbody .organizator {
	padding-bottom:24px;
}

.content .searchResults tbody .login .button {
	padding: 0;
	width: 110px;
}
.content .searchResults .line-2 td,
.content .searchResults .line-1 td.place,
.content .searchResults th {border-bottom: 1px solid #DDD4CA;}
.content .searchResults a {text-decoration:none;}

/* paging */
.content .paging {
	float: left;
	margin: 26px 0 52px;
}

.content .archive {
	color: #292a30;
	float: right;
	margin: 26px -20px 52px;
	text-decoration: underline;
}

.content .archive:hover {
	text-decoration: none;
}

/* banner */
.content .banner {
	background: #dcdcdc url('/img/front/sprite.png') no-repeat -29px 50%;
	padding: 24px 300px 24px 35px;
	font-size: 308%;
	line-height: 40px;
	font-family: Futura, sans-serif;
	border-radius: 3px;
	margin: -10px -20px;
	display: block;
	color: #292a30;
	text-decoration: none;
}

.content .banner strong {
	font-weight: 900;
}

/* course */
.content .course {
	padding: 0 20px 30px;
	border-bottom: 1px solid #ebe5df;
	margin: 0 -20px 25px;
}

.content .course .block {
	float: left;
	width: 360px;
}

.content .course .block .value {
	font-size: 155%;
	margin-bottom: 6px;
}

/* sharePanel */
.content .sharePanel {
	height: 21px;
	margin-top: 34px;
}

.content .sharePanel .fb-like {
	float: left;
	margin-right: 26px;
}

.content .sharePanel .twitter-share-button {
	float: left;
}

.content .sharePanel #___plus_0 {
	float: left !important;
	margin-right: 26px !important;
}

/* schedule */
.content .schedule {
	line-height: 20px;
	margin-bottom: 50px;
}

.content .schedule .date {
	margin: 8px 20px 8px 0;
	float: left;
	font-weight: bold;
	width: 100px;
}

.content .schedule .day {
	float: left;
	width: 720px;
	margin: 8px 0;
}

.content .schedule .day .time {
	float: left;
	width: 120px;
	margin: 0 20px 18px 0;
}

.content .schedule .day .programme {
	float: left;
	width: 530px;
	margin: 0 0 18px 0;
}

.content .schedule .day .programme a {
	color: #1E2332;
	text-decoration: underline;
}

.content .schedule .day .programme a:hover {
	text-decoration: none;
}

.content .schedule .day .programme ul {
	margin: 0;
	list-style: none;
}

.content .schedule .day .programme ul li {
	padding-left: 12px;
	background: url('/img/front/sprite.png') no-repeat -1393px -70px;
}

.content .schedule .blue {
	color: #018dd4;
}

.content .schedule + a.fleft {
	margin-top: 4px;
}

/* filter */
.content .filter {
	width: 870px;
	padding: 15px 0px 30px 20px;
	margin: 0 auto;
	z-index: 10;
}

.content .leftPanel .filter {
	width: 660px;
}

.content .filter .control {
	width: 160px;
	margin-right: 22px;
	float: left;
}

.content .filter .control.section,
.content .filter .control.section .sbHolder {
	width: 322px;
}

.content .filter .control.w204,
.content .filter .control.w204 .sbHolder {
	width: 204px;
}

.content .filter .control.w214,
.content .filter .control.w214 .sbHolder {
	width: 214px;
}

.content .filter .control.w250,
.content .filter .control.w250 .sbHolder {
	width: 250px;
}

.content .filter .control.w260,
.content .filter .control.w260 .sbHolder {
	width: 260px;
}

.content .filter .control.w300,
.content .filter .control.w300 .sbHolder {
	width: 300px;
}

.content .filter .control.w362,
.content .filter .control.w362 .sbHolder {
	width: 362px;
}


.content .filter .control label {
	color: #008fd7;
	text-transform: uppercase;
	font-size: 115%;
	padding: 0 0 6px 20px;
	font-weight: bold;
	font-family: Futura, sans-serif;
    display: block;
    line-height: 20px;
}

.content .filter .control input[type=text] {
	border: 1px solid #008fd7;
	border-radius: 2px;
	color: #292a30;
	padding: 4px 0 4px 16px;
	width: 144px;
	height: 19px;
}

.content .filter .control select,
.content .filter .control .sbHolder,
#main-filter .filter .sbHolder {
	border: 1px solid #008fd7;
	height: 27px;
	padding: 4px 0 4px 16px;
	color: #292a30;
	width: 160px;
	border-radius: 2px;
}

.content .filter .control .sbHolder,
#main-filter .filter .sbHolder {
	padding: 0;
	height: 29px;
	border: none;
}

.content .filter .control .sbHolder .sbSelector,
#main-filter .filter .sbHolder .sbSelector {
	border: 1px solid #008fd7;
	border-radius: 2px;
	height: 27px;
	line-height: 27px;
	padding-right: 27px;
}

.content .filter .control .sbHolder .sbToggle,
#main-filter .filter .sbHolder .sbToggle {
	border-color: #008fd7;
	top: 6px;
	width: 21px;
	height: 17px;
	background-position: 5px -514px;
}

.content .filter .control .sbHolder .sbOptions,
#main-filter .filter .sbHolder .sbOptions {
	border: 1px solid #008fd7;
	border-radius: 2px;
}

.content .filter .control .sbHolder .sbOptions li,
#main-filter .filter .sbHolder .sbOptions li {
	height: auto;
	min-height: 27px;
	line-height: 27px;
}

.content .filter .control .sbHolder .sbOptions a.selected,
#main-filter .filter .sbHolder .sbOptions a.selected {
	background: url('/img/front/sprite.png') no-repeat -1407px -43px;
}

.content .filter .arrowButton {
	position: relative;
	float: left;
}

.content .filter .arrowButton .arrow {
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background: url('/img/front/sprite.png') no-repeat -542px -23px;
}

.content .filter .arrowButton .blueButton {
	width: 162px;
	margin-top: 25px;
}

/* info page */
.content .infoBlock {
	float: left;
	width: 150px;
	margin-right: 30px;
	margin-top: 5px;
}

.content .infoBlock h2 {
	font-size: 138%;
	line-height: 18px;
	position: relative;
	font-weight: normal;
}

.content .infoBlock h2 a {
	color: #5fa421;
	height: 60px;
	display: block;
	padding-top: 55px;
}

.content .infoBlock.blue h2 a {
	color: #0d88cc;
}

.content .infoBlock.purple h2 a {
	color: #992a87;
}

.content .infoBlock.orange h2 a {
	color: #f7ad00;
}

.content .infoBlock.gray h2 a {
	color: #589fbd;
}

.content .infoBlock.gray {
	margin-right: -20px;
}

.content .infoBlock h2 .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 42px;
	background: url('/img/front/sprite.png') no-repeat -480px -200px;
}

.content .infoBlock.blue h2 .icon {
	background-position: -517px -200px;
}

.content .infoBlock.purple h2 .icon {
	background-position: -554px -200px;
}

.content .infoBlock.orange h2 .icon {
	width: 40px;
	background-position: -591px -200px;
}

.content .infoBlock.gray h2 .icon {
	width: 43px;
	background-position: -519px -108px;
}

.content .infoBlock p {
	color: #3e2923;
}

/***** FORMS *****/
.button,
.add_button,
.blueButton {
	border: 1px solid #c12402;
	background: #bb2302 url('/img/front/sprite-x.png') repeat-x 0 -59px;
	height: 30px;
	line-height: 28px;
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3);
	font-family: Futura, sans-serif;
	padding: 0 16px 2px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.button.grey {
	background: url('/img/front/button.grey.png') left bottom repeat-x #656565;
	border-color: #595959;
}

.button.green {
	background: url('/img/front/button.green.png') left bottom repeat-x #656565;
	border-color: #4A8C1E;
}

.button:hover,
.blueButton:hover {
	opacity: 0.9;
	filter:alpha(opacity=90);
}

a.button,
a.blueButton {
	height: 28px;
	padding-bottom: 0;
}

.button:hover,
.blueButton:hover {
	text-decoration: none;
}

.blueButton {
	border-color: #008fd7;
	background-color: #018dd4;
	background-position: 0 -88px;
}

fieldset {
	border: none;
	margin: 0 0 30px;
}

input.text,
input.input[type=text],
input.input[type=password] {
	width: 298px;
	border: 1px solid #d2d2d2;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
}

input.input[type=text].invalidInput {
	border: 1px solid #C12402;
}

textarea {
	border: 1px solid #d2d2d2;
	padding: 5px 10px;
	resize: none;
	font-size: 10pt;
}

input.radio {
	display: inline;
	height: 0;
	width: 0;
	position: absolute;
	z-index: -1;
}

input.radio + label {
	background: url('/img/front/sprite.png') no-repeat -1102px -253px;
	margin: 10px 0;
	min-height: 23px;
	padding: 1px 0 1px 30px;
	cursor: pointer;
}

input.radio:checked + label {
	background-position: -1102px -147px !important;
}

p.required {
	float: right;
	margin: 35px 0 40px;
}

fieldset + .button,
p.required + .button {
	margin: 25px 0 40px;
}

select,
.sbHolder {
	width: 320px;
	border: 1px solid #d2d2d2;
	height: 40px;
	padding: 10px 10px 10px 6px;
	-webkit-appearance: none;
}

/* custom select */
.sbHolder {
	position: relative;
	height: 40px;
	padding: 0;
	border: none;
}

.sbSelector {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	line-height: 38px;
	text-indent: 20px;
	border: 1px solid #d2d2d2;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover,
.sbHolder a {
	color: #1E2332;
	text-decoration: none;
}

.sbToggle{
	position: absolute;
	width: 23px;
	height: 22px;
	top: 10px;
	right: 0;
	background: url('/img/front/sprite.png') no-repeat 6px -511px;
	border-left: 1px solid #d2d2d2;
}

.sbHolder .sbOptions{
	background: #fff;
	border: solid 1px #d2d2d2;
	list-style: none;
	left: 0;
	right: 0;
	margin: 0;
	position: absolute;
	top: 0px !important;
	z-index: 1;
	overflow: auto;
}

.sbOptions li {
	height: 38px;
	line-height: 38px;
}

.sbOptions a {
	display: block;
	padding: 0 0 0 20px;
}

.sbOptions .sbGroup {
	padding: 0 0 0 20px;
	font-weight: bold;
}

.sbOptions .sbSub {
	padding: 0 0 0 40px;
}

.sbOptions a:hover,
.sbOptions a:focus {
	color: #0e79b2;
	text-decoration: none;
}

.sbOptions a.selected {
	background: url('/img/front/sprite.png') no-repeat -1407px -38px;
}

/***** TEXT PREVIEW *****/
.preview {
	border-top: 1px solid #DDD4CA;
	padding-top: 20px;
}

.preview h2 {
	margin-top: 0px;
	font-size: 13pt;
}

.preview p.information {
	color: #999;
	font-size: 8pt;
	margin: 0 0 5px 0;
}

.preview p.information a {
	color: #999;
}

.preview.partners h2 {
	font-size: 10pt;
	font-family: Verdana;
	display: inline;
	margin: 0px;
}

.preview.partners img {
	float: left;
}

.preview.partners table td {
	vertical-align: middle;
}

.preview.texts {
	padding-top: 20px;
}

.preview.texts:first-child {
	margin-top: 25px;
}

.preview.texts h3 {
	margin: 0 0 4px 0;
}

.preview.texts h3 a {
	color: #C12402;
}

.preview.texts .preview-img {
	display: block;
	float: left;
	margin-right: 10px;
}

.preview.texts .preview-text {
	float: left;
	width: 550px;
}

.preview.texts .preview-text.no-image {
	width: 660px;
}

.preview.texts .preview-text a.bullet {
	color: #C12402;
}

/***** ROZCESTNIK *****/
table.guidepost td {
	padding: 0 30px 0 0;
	width: 146px;
}

table.guidepost td:last-child {
	padding-right: 0px;
}

table.guidepost td h3 {
	font-weight: 600;
}

table.guidepost td h3 a {
	display: block;
	padding-top: 55px;
	text-decoration: none;
}

table.guidepost td:nth-child(1) h3 a {
	color: #56ad23;
	background: url('/img/front/icon-1.png') no-repeat left top;
}

table.guidepost td:nth-child(2) h3 a {
	color: #008fd7;
	background: url('/img/front/icon-2.png') no-repeat left top;
}

table.guidepost td:nth-child(3) h3 a {
	color: #942c8e;
	background: url('/img/front/icon-3.png') no-repeat left top;
}

table.guidepost td:nth-child(4) h3 a {
	color: #f7ad00;
	background: url('/img/front/icon-4.png') no-repeat left top;
}

table.guidepost td:nth-child(5) h3 a {
	color: #589fbd;
	background: url('/img/front/icon-5.png') no-repeat left top;
}

/***** BLOG *****/
.blog-tags {
	margin: 20px 0;
}

/***** FOOTER *****/
#footer .inner {
	color: #bfc0c3;
	padding: 40px 0 40px 20px;
	width: 850px;
}

#footer a {
	color: #bfc0c3;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .block {
	float: left;
	width: 182px;
}

#footer h3, #footer .h3 {
	font-size: 100%;
	color: #fff;
	font-weight: normal;
	margin-bottom: 18px;
}

#footer ul li {
	list-style: none;
	padding-left: 12px;
	margin: 0 0 14px -12px;
	background: url('/img/front/sprite.png') no-repeat -1436px -23px;
}

#footer ul li a {
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer .links a {
	display: block;
	margin-bottom: 14px;
}

#footer .logo {
	position: absolute;
	display: block;
	top: 40px;
	right: 28px;
	width: 117px;
	height: 41px;
	background: url('/img/front/sprite.png') no-repeat -483px -155px;
}


/* detail domu */
#head #object-banner {position:absolute;bottom:0;right:0;padding:0;margin:0;line-height:0;text-decoration:none;}
#head p.less {margin-bottom:1px;}
#head h1.less {margin-bottom:10px;}
#object-detail .info-wrapper {width:850px;padding:0;margin:0;}

.object-gallery .image {display:block;line-height:0;float:left;text-decoration:none;}
.object-gallery .image:hover {box-shadow: 0px 0px 8px 4px #eee;}
.object-gallery .image img {display:block;border:none;}

#object-detail .info-wrapper.wgal {width:690px;float:left;padding-right:10px;}
#object-detail .side-gallery {
	display: none;
	float: right;
	width: 150px;
	margin: 37px 0 0 0;
	padding: 45px 0 0 10px;
}
#object-detail .bottom-gallery {margin: 20px 0 0 0;clear:both;}

#object-detail h2,
#object-detail h3 {
	margin-left: 20px;
}

#object-detail .side-gallery .image {margin-bottom:20px;}
#object-detail .side-gallery .image.last {margin-bottom:0px;}

#object-detail .bottom-gallery .image {margin:20px 0px 0px 25px;}
#object-detail .bottom-gallery .image.column-0 {margin-left:0px;}
#object-detail .bottom-gallery .image.line-0, #object-detail .bottom-gallery.cropped .image.line-1 {margin-top:0px;}

#object-detail .info-block {margin-top:20px;}
#object-detail .info-block.first {margin-top:0px;}
#object-detail .description {margin:20px 0;}

#object-detail #tab-technicke-parametry table {
	font-size: 8.5pt;
}

#object-detail #tab-technicke-parametry table tr th,
#object-detail #tab-technicke-parametry table tr td {
	border-top: 1px dotted #DDD4CA;
}

#object-detail #tab-technicke-parametry table tr:first-child th,
#object-detail #tab-technicke-parametry table tr:first-child td {
	border-top: none;
}

#object-detail .info-wrapper table.datatable thead th {font-weight:bold;text-align:left;}
#object-detail .info-wrapper table.datatable tbody th {font-weight:normal;text-align:left;}
#object-detail .info-wrapper table.datatable tbody td {font-weight:normal;text-align:left;}
#object-detail .info-wrapper table.datatable .c4 {width:90px;}

#object-detail .export {
	display: block;
	position: absolute;
	top: 30px;
	right: 5px;
	height: 24px;
	width: 24px;
}

#object-detail .export-pdf {
	background: url('/img/icons/pdf.png') no-repeat scroll;
}

#object-detail h2 {
	margin-bottom: 30px;
}

#object-detail h3 {
	margin-bottom: 20px;
}

#object-detail .para.partner-membership {
	background: url('/img/front/partner.membership.png') no-repeat 645px 33px;
}

/* PARA ***********************************************************************/
.para {
	padding:0px 0px 20px 0px;
	width: 100%;
	clear: left;
}

.para p {
	padding: 10px 0 0 20px;
}

.para h3,
.para h4 {
	border-bottom: 1px solid #DDD4CA;
	padding: 0 0 5px 20px;
}

.para .line {
	padding: 0px 0px 0px 10px;
	margin: 10px;
}
.para .line .key,
.para .line .val {
	margin-bottom: 10px;
	display: block;
	float: left;
}

.para .line .key {
	width: 40%;
}

.para .line .val {
	width: 60%;
}

#partners h2.red {
	margin: 35px 0 0 0;
}

/* DETAIL *********************************************************************/
#detail-detail .line {margin-bottom:20px;}
#detail-detail .line.image, #detail-detail .line.image a {line-height:0px;font-size:0px;}
#detail-detail .line.image a {padding:0;margin:0;text-decoration:none;border:none;float:left;}
#detail-detail .line.image .image-right {margin-left:20px;}


#tabs-links {display:block;border-bottom:1px solid #DDD4CA;margin:0 -20px;}
#tabs-links a {display:block;font-weight:bold;float:left;margin-left:20px;padding:10px 18px;background:#fff;border:1px solid #DDD4CA;vertical-align:middle;text-decoration:none;margin-bottom:-1px;}
#tabs-links a:hover, #tabs-links a.active {color:#BF2E1A;}
#tabs-links a.active {border-bottom:1px solid #fff;}

#tabs-links a.labeled { background: #BF2E1A; color: #FFF }

#floating-links {display:block;border-bottom:1px solid #DDD4CA;margin:0 -20px;}
#floating-links a {display:block;font-weight:bold;float:left;margin-left:20px;padding:10px 18px;background:#fff;border:1px solid #DDD4CA;vertical-align:middle;text-decoration:none;margin-bottom:-1px;}
#floating-links a:hover, #floating-links a.active {color:#BF2E1A;}
#floating-links a.active {border-bottom:1px solid #fff;}

#floating-links img {
	float: right;
	margin: 8px 18px 0 0;
	display: none;
	cursor: pointer;
}

/* mapka/filter/grid poradci */
#consultancy, #objects {position:relative;}
#partners .filter,
#consultancy .filter {
	padding: 20px 0 0 0
}
#main-filter .region-map, #main-filter .filter {float:left;}
#main-filter .filter {width:300px;margin:0px 0px 0px 50px;position:relative;}
#main-filter .region-map {margin: 0px 23px 0px 80px;}
#main-filter .filter select, #main-filter .filter .sbHolder {width:300px;}
#main-filter {padding-bottom:20px;}
#objects .filter .city {display:block;height:17px;line-height:17px;border:1px solid #008FD7;border-radius:2px;padding:5px 0;text-indent:20px;text-overflow:ellipsis;white-space:nowrap;}

#objects .filter .sbHolder {
	margin-top: 10px;
}

#objects .filter,
#details .filter {
	padding: 0;
	margin: 0;
}

#details .filter {
	width: 100%;
}

#objectForm_published_by_user_tip {
	margin-right: 10px;
	position: relative;
	top: 3px;
}

#objectForm span.required {
	display: none;
}

#floating-header #floating-links {
	margin-bottom: 10px;
}

#details .filter select {
	display: none;
}

#details #main-filter {
	padding-bottom: 0px;
}

#details .filter select,
#details .filter input,
#details .filter .sbHolder {
	width: 193px;
	margin-left: 25px;
	float: left;
}

#details .filter-fulltext {
	text-align: right;
}

#details .filter-fulltext input[type=text] {
	width: 150px;
	height: 30px;
	line-height: 30px;
}

#details .filter-extension {
	text-align: right;
	background: #efefef;
	padding: 10px 20px;
	margin-top: 10px;
	display: none;
}

#details .filter-extension .filter-item {
	margin-bottom: 10px;
}

#details .filter-extension .filter-title {
	font-size: 11pt;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#details .filter-extension .filter-group-title {
	font-weight: bold;
	margin: 10px 0 3px;
}

#details .filter-extension .checkbox-container {
	position: relative;
	display: inline-block;
}

#details .filter-extension .checkbox {
	border: 1px dashed #666;
	padding: 5px 10px 5px 30px;
	display: inline-block;
	background: #fff;
	margin: 0 0 5px 0;
	cursor: pointer;
}

#details .filter-extension .checkbox-container input {
	position: absolute;
	left: 11px;
	top: 7px;
}

#details .filter .sbHolder:nth-child(2) {
	margin-left: 0px;
	width: 195px;
}

#details .detail .certified {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #C12402;
	font-style: italic;
	font-size: 8pt;
}

#details .detail .certified div {
	position: absolute;
	width: 100px;
	text-align: center;
}

#details .detail .certified img {
	margin-top: 5px;
}

#consultancy .tooltip .item {margin:0px;position:absolute;left:100px;top:195px;z-index:11;border-color:#BF2E1A;}
#consultancy .tooltip .item h3 {margin:0px;color:#BF2E1A;}

/* boxikove gridy (poradci, partneri) */
.box-grid .group {border: none;border-top:1px solid #DDD4CA;margin-top:20px;padding:20px;position:relative;}
.box-grid .group.first {margin-top:0px;}
.box-grid h3 {margin:0 0 0.33em 0;}
.box-grid .group .items {padding-left:50px;position:relative;}
.box-grid .item {position:relative;}
.box-grid .item .image {padding:0;margin:0;line-height:0;font-size:0;position:absolute;top:20px;right:20px;}

.box-grid .item.partners p { margin: 0; }

.box-grid .item {
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
	margin: 25px 0px 0px 0;
	width: 638px;
	float: left;
	line-height: 1.5em;
}

.box-grid .item.objects {
	width: 373px;
	margin-left: 20px;
}

.box-grid.from-ck .item.objects {
	width: 630px;
	margin-left: 0px;
}

.box-grid .item.objects .image {
	position: static;
	float: left;
	margin-right: 15px;
}

.box-grid .item.objects table td {
	padding: 0px;
}

.box-grid .item.objects .nzu-logo {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.box-grid .item.objects .pdr-logo {
	position: absolute;
	right: 5px;
	bottom: 5px;	
}

.box-grid .item.objects .object-votes {
	font-size: 11pt;	
	font-weight: bold;
	margin-bottom: 5px;
}

.box-grid .item.impostor, #consultancy .tooltip .item, .box-grid .item:hover {background:#fcfcfc;box-shadow: 0px 0px 8px 4px #eee;}
.box-grid .item.odd {margin-left:0px !important;clear:left;}
.box-grid .item h4, #consultancy .item h4 {margin:0px 0px 10px 0px;}
.box-grid .item.hideSectors .sectors, #consultancy .item.hideSectors .sectors {display:none;}
.box-grid .item {border-radius: 2px;}
.box-grid .item h3 {
	color: #C12402;
}

.box-grid .item.detail h3 {
	margin-top: 10px;
}

.box-grid h3 a,
.box-grid .item h3 a {text-decoration:inherit;color:inherit;}

.box-grid h3 a:hover,
.box-grid .item h3 a:hover {text-decoration:underline;}

.box-grid .item.link-like:hover {cursor:pointer;}

#objects .box-grid .item {height:185px;}

#materials .box-grid .item {
	height: 75px;
}

#materials .box-grid .item.materials {
    margin-left: 20px;
    width: 373px;
}

#details .box-grid .item.has-image {padding-top:140px;}

#details .box-grid .item {
	width: 370px;
	margin-right: 25px
}
#details .box-grid .item.even { margin-right: 0px }

#searchList .box-grid .item {width:789px;height:85px;}
#searchList .box-grid .item h3 {margin:0 0 20px 0;}
#searchList .box-grid .item p {margin:0;}
#searchList .box-grid .item.has-image {width:689px;padding-right:120px}


/* ajax loader (spinner) */
#spinner,
#spinner-search {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99999;
	width: 80px;
	height: 80px;
	background: transparent url('/img/front/loader.background.png') no-repeat scroll 0 0;
}
#spinner span,
#spinner-search span {
	display: block;
	background: transparent url('/img/front/loader.gif') no-repeat scroll 0 0;
	width: 80px;
	height: 80px;
}


/* paginator */
.content .paginator {
	margin-top: 20px;
}

.content .paginator a {
    color: #4D4D4D;
    font-weight: bold;
    padding: 5px 8px;
}

.content .paginator .current {
    background: #4D4D4D;
	color: #fff;
    font-weight: bold;
    padding: 5px 8px;
	border-radius: 3px;
}

.content .paginator .arrow {
	font-weight: normal;
	padding: 5px 8px;
	color: #4D4D4D;
}


/* vyhledavani / naseptavac */
#search {position:relative; z-index: 9999; width:1200px;}
#search input.button {display:none!important;}
#searchResults {
	display: none;
	padding: 20px;
	position: absolute;
	top: 40px;
	right: 0px;
	background: #44AAE1;
	z-index: 9999;
	line-height:1.5em;
	width: 350px;
}
#searchResults {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#searchResults .suggestions { }
#searchResults .suggestions a {text-decoration:none;}
#searchResults .suggestions a:hover {color:#fff;text-decoration:none;}
#searchResults ul {list-style:none;margin:0;padding:5px 0;}
#searchResults li {position:relative;padding-left:40px;line-height:30px;margin-bottom:5px;}
#searchResults li img {position:absolute;left:0px;}
#searchResults li.empty {text-align:center;padding:0;margin:0;font-weight:bold;color:#e5e5e5;}
#searchResults .group {font-weight:bold;color:#e5e5e5;line-height:1.5em;margin:0;padding:0;}
#searchResults .group .count {float:right;}
#searchList hr { margin: 30px 0 10px 0; }
#head .search-list .flag {display:block;position:absolute;top:-30px;height:190px;width:890px;}
#searchList h1 .search-icon {background:transparent url('/img/front/sprite.png') -255px -26px no-repeat scroll;width:24px; height:27px;display:block;float:left;margin:5px 20px 0 0;}
#searchList h1 .count {float:right;}
#searchList h1 a {text-decoration:none !important;}
#searchList ul {list-style:none;}
#searchList h2 * {text-decoration:none;}
#searchList ul.more.top {margin:0 0 0 40px;}
#searchList ul.more *, #searchList h2 .count, #searchList h2 .all {color:#B5B5B5;}
#searchList ul.more * {text-decoration:none;}
#searchList ul.more a:hover {color:#1E2332;}
#searchList h2 .all {font-size:10px;text-transform:none;}

#searchList h2 {
	margin-bottom: 20px;
}

#searchList h2 a:hover {
	text-decoration: underline;
}

#searchList .box-grid h3 {
	margin-bottom: 0px;
}

#searchList .box-grid p {
	padding-bottom: 14px;
	border-bottom: 1px solid #efefef;
}

#searchList .box-grid p.last {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* USER DEFINED FORM */
.user-defined-form {
	background: #f1f1f1;
}

.user-defined-form small {
	font-size: 10pt;
}

.user-defined-form input[type=text] {
	line-height: 25px;
	height: 25px;
}

/* REFERENCE LIST */
.reference-list table td {
	width: 50%;
	vertical-align: top;
}

.reference-list table td p {
	padding-left: 0px;
}

.reference-list table td img {
	float: left;
	margin-right: 10px;
}

.reference-list table td img a {
	display: block;
	width: 110px;
	float: left;
}

.reference-list table td h4 {
	border: none;
	margin: 0 0 5px 0;
	padding: 0px;
}

.reference-list .paginator {
	text-align: right;
}


/* REGISTRATION */
.content.registration input[type=text],
.content.registration input[type=password] {
	width: 200px;
}

.content.registration select {
	width: 222px;
}

.content.registration .submit-button {
	text-align: center;
	padding-top: 30px;
}

.content.registration td a img {
	margin-bottom: -3px;
}

/* MY ACCOUNT */
.my-account .box {
	width: 228px;
	margin: 0 20px 20px 0;
	float: left;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	padding: 20px;
	height: 110px;
}

.my-account .box:nth-child(3),
.my-account .box:nth-child(6) {
	margin-right: 0px;
}

.my-account .box h3 {
	margin-top: 0px;
}

/* USERFORM */
.userform .form-header {
	text-align: right;
	clear: both;
	border-bottom: 1px solid #DDD4CA;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.userform .form-header input[type=checkbox] {
	position: relative;
	top: 2px;
}

.userform .form-header label {
	margin: 7px 10px 0 0;
}

.userform .form-header a.import {
	float: left;
	margin-top: 10px;
}

.userform input[type=text] {
	width: 300px;
}

.userform table th {
	font-weight: normal;
}

.userform .cke_skin_office2003 td,
.userform .cke_skin_office2003 th {
	padding: 0px !important;
}

.userform .multiforms .subform {
	position: relative;
	width: 500px;
}

.userform .multiforms .subform table th {
	width: 75px;
}

.userform .multiforms .subform .formbuttons {
	position: absolute;
	top: 14px;
	right: 0px;
}

.userform .foto-image {
	position: relative;
	float: left;
}

.userform .foto-image .delete {
	display: block;
	width: 16px;
	height: 16px;
	background: url('/img/icons/silk/cross.png') no-repeat;
	position: absolute;
	top: 7px;
	right: 11px;
}

.userform .image-border {
	margin: 0 5px 5px 0;
}

.userform #multi_materials table td.cell0,
.userform #multi_categories table td.cell0,
.userform #multi_purposes table td.cell0,
.userform #multi_energyMedia table td.cell0,
.userform #multi_energySources table td.cell0 {
	width: 13px;
	padding: 12px 0px 8px 20px;
	padding-right: 0px;
}

#multi_professions table td { padding: 5px; }

#eshopForm table.userdata th {
	font-weight: normal;
	text-align: right;
	width: 100px;
}

#eshopForm table.userdata th,
#eshopForm table.userdata td {
	padding: 10px;
}

#eshopForm strong {
	display: block;
	margin: 20px 0;
}

/* ORDER FORM */
#orderForm {
	padding-top: 5px;
	background: #f1f1f1;
}

#orderForm h2 {
	margin: 15px;
}

#orderForm th {
	width: 80px !important;
	background: none;
	color: #1e2332;
}

#orderForm td,
#orderForm th {
	text-align: left;
	padding: 10px 15px;
	font-weight: normal;
}

#orderForm textarea {
	width: 514px;
}

#orderForm input[type=radio] {
	margin: 5px 5px 0 5px;
}

#orderForm .order-counts .input {
	padding-right: 10px !important;
	margin-right: 5px !important;
/*	float: left;*/
}

#orderForm .order-counts img {
	vertical-align: top !important;
}

/* newsletter */
.nl-info table th {
	width: 250px;
}

.nl-info input[type=submit] {
	margin-right: 10px;
}

/* ares button */
.ares-button {
	display: inline-block;
	font-size: 8pt;
	padding: 5px 20px 5px 0;
}

.ares-button.ares-spinner {
	background: url('/img/core/spinner.gif') right center no-repeat;
}

/* floating header */
#floating-header {
	border-bottom: 1px solid #DDD4CA;
	padding: 10px 0;
}

#floating-header.active {
	position: fixed;
	top: 0px;
	background: #FFF;
	width: 850px;
	z-index: 999;
}

/* infowindow table */
table.infowindow {
	width: auto;
}

table.infowindow td,
table.infowindow th {
	padding: 5px 10px 5px 0px;
}

/* tooltip */
#tooltip {
	position: absolute;
	z-index: 30000;
	padding: 2px;
	background: #363636;
	border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#tooltip h3 {
	color: #fff;
	padding: 10px;
	margin: 0;
	background: #5f5f5f;
	font-size: 12px !important;
	line-height: 18px !important;
	max-width: 300px;
}

/* Změna umístění logo pro soutěžní přehlídku 2016 */
.contest-2016 {    
    position: absolute;
    right: 10px;
    top: 10px;
	height: auto;
	max-width: 68px;
}
/* Zmenšení nadpisu na řádku, aby zde mohlo být logo */
.box-grid h3.h3-contest-2016 {
    width: 85%;
}
/* Posunutí logo v detailu domu pro soutěžní přehlídku 2016 */
.content .object-contest-2016 .pdr-logo{
	top: 10px;
}


/*=BANNER ********************************************************************/
/* Infobox bannery */
.content div.layout-9{
	padding: inherit;
	width: 100%;
	margin-top: 10px;
}

.content div.layout-9 img{
	margin: 0px;
}

.content div.layout-9 .box{
	margin-bottom: 10px;
}


/*=PROMO *********************************************************************/
.promo{
	display: none;
}

.promo-modal{
	overflow: hidden;
}

.promo.show{
	position: fixed;
	display: block;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
	z-index: 999;	
}

.promo.show .promo-box{
	position: fixed;
	z-index: 99999;
	top: 100px;
}

.promo.show .promo-box button{
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 15px;
}

.promo.show .promo-box button i{
	font-size: 20px;
	cursor: pointer;
}

.promo.show .promo-box .content-div{
	padding: 10px 35px 20px;
	overflow-y: scroll;
	max-height: 400px;
}
	
.promo.show .promo-box .content-div img{
	max-width: 100% !important;
}

.promo.show .promo-box .content-div table{
	width: inherit !important;
	max-width: 100% !important;
}
	
	

















@media (max-width: 1200px) {
	#menu{
		width: 740px;
		padding-left: 220px;
	}
}


/* Extra small devices (portrait phones, less than 576px) */
/*@media (max-width: 575px) {

/* Small devices (landscape phones, 576px and up) */
/*@media (min-width: 576px) { 

 }*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { 
	.promo.show .promo-box{
		left: 88px; /** older browsers **/ 
		left: -webkit-calc(50% - 200px); /** Safari 6, Chrome 19-25 **/
		left: -moz-calc(50% - 200px); /** FF 4-15  **/
		left: calc(50% - 200px); /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
		width: 400px;
	}
	
	.promo.show .promo-box .content-div{
		max-height: 400px;
	}
}

/* Medium devices (tablets, 768px and up) */
/*@media (min-width: 768px) { 

}*/

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.promo.show .promo-box{
		left: 184px; /** older browsers **/ 
		left: -webkit-calc(50% - 200px); /** Safari 6, Chrome 19-25 **/
		left: -moz-calc(50% - 200px); /** FF 4-15  **/
		left: calc(50% - 200px); /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
		width: 400px;
	}
	
	.promo.show .promo-box .content-div{
		max-height: 450px;
	}
}

/* Large devices (desktops, 992px and up) */
/*@media (min-width: 992px) { 

}*/


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
	.promo.show .promo-box{
		left: 296px; /** older browsers **/ 
		left: -webkit-calc(50% - 200px); /** Safari 6, Chrome 19-25 **/
		left: -moz-calc(50% - 200px); /** FF 4-15  **/
		left: calc(50% - 200px); /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
		width: 400px;
	}
	
	.promo.show .promo-box .content-div{
		max-height: 500px;
	}
	
	#head #slider .banner, 
	#head #slider .banner a{
		width: 960px;
		left: calc(50% - 480px);
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.promo.show .promo-box{
		left: 350px; /** older browsers **/ 
		left: -webkit-calc(50% - 250px); /** Safari 6, Chrome 19-25 **/
		left: -moz-calc(50% - 250px); /** FF 4-15  **/
		left: calc(50% - 250px); /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
		width: 500px;
	}
	
	.promo.show .promo-box .content-div{
		max-height: 700px;
	}
}


@media (min-width: 1200px) and (max-width: 1399px) { 
	#head #slider .banner, 
	#head #slider .banner a{
		width: 1200px;
		left: calc(50% - 600px);
	}
}
@media (min-width: 1400px) and (max-width: 1599px) { 
	#head #slider .banner, 
	#head #slider .banner a{
		width: 1400px;
		left: calc(50% - 700px);
	}
}
@media (min-width: 1600px) and (max-width: 1799px) { 
	#head #slider .banner, 
	#head #slider .banner a{
		width: 1600px;
		left: calc(50% - 800px);
	}
}
@media (min-width: 1800px) and (max-width: 1999px) { 
	#head #slider .banner, 
	#head #slider .banner a{
		width: 1800px;
		left: calc(50% - 900px);
	}
}