/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}

/** GLOBAL SETS ****************************************************************/
.clear {clear:both;}
.hidden {display:none;}
body {width: 100%;min-width: 1230px;margin: 0;font-size:13px;color:#222;
	font-family: 'Segoe UI',tahoma,arial, helvetica, verdana;
	text-align:center;
background: rgb(255,255,255);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(197,188,181,1) 77%);
background: -webkit-gradient(radial, top center, 0px, top center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(77%,rgba(197,188,181,1)));
background: -webkit-radial-gradient(top, ellipse cover,  rgba(255,255,255,1) 0%,rgba(197,188,181,1) 77%);
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(197,188,181,1) 77%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(197,188,181,1) 77%);
background: radial-gradient(ellipse at top center,  rgba(255,255,255,1) 0%,rgba(197,188,181,1) 77%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5bcb5',GradientType=1 );

}
a:link, a:visited {color: #BA0000;text-decoration:underline;}
a:hover, a:focus {color:#1a1a1a;text-decoration:underline;}
#wrapper,#header,#footer{width: 1230px;margin-right:auto;margin-left:auto;}
#wrapper{
    position: relative;
}
.page-text p{
	text-indent: 10px;
	margin-bottom: 10px;
}

/* header ***************************************************************/
#main-container{
	background: url(/theme/Simple/images/bg3.png);
}
#main-subcontainer{
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(197,188,181,0.45) 50%, rgba(197,188,181,0.4) 100%);
background: -webkit-gradient(radial, top center, 0px, top center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(50%,rgba(197,188,181,0.45)), color-stop(100%,rgba(197,188,181,0.4)));
background: -webkit-radial-gradient(top, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(197,188,181,0.45) 50%,rgba(197,188,181,0.4) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(197,188,181,0.45) 50%,rgba(197,188,181,0.4) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(197,188,181,0.45) 50%,rgba(197,188,181,0.4) 100%);
background: radial-gradient(ellipse at top center,  rgba(255,255,255,0.5) 0%,rgba(197,188,181,0.45) 50%,rgba(197,188,181,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#66c5bcb5',GradientType=1 );
}
#header-container{
    background: url(images/top.png) no-repeat center top;
}
#header {position:relative;min-height: 30px;height: 30px;padding: 245px 0 0;clear: both;}
#homepage #header {position:relative;height:415px;}

#header a.logo:link, #header a.logo:visited, #header a.logo:hover {
display:block;
position:absolute;
top:0;
left:0;
height:250px;
width: 290px;
}

.phones{
	font-size:12px;
	float:left;
	margin: 10px 20px;
	min-height: 40px;
	line-height: 20px;
text-align: right;}
.phones span{font-size:16px;width:150px;display:inline-block;}
/* content ***************************************************************/

#container{
    /* overflow: hidden; */
}
#content-bg{
	background: #fff;
	box-shadow: -10px 10px 1px rgba(85, 85, 85, 0.31);
	position: absolute;
	height: 100%;
	width: 960px;
	right: 0;
	top: 0;
	z-index: 6;
}
#content {padding: 0;text-align:left;float: right;background: #fff;padding: 30px 40px;position: relative;z-index: 7;}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{color:#e84c09;font-family: 'Roboto Condensed', sans-serif;}
#content h1 {font-size: 25px;line-height: 25px;letter-spacing: 0px;margin: 20px 0 20px;}
#content h2 {font-size:25px;font-family:arial;color:#1a1a1a;line-height:37px;letter-spacing:0px;margin:25px 0 10px 0;}
#content h3 {font-family:arial;font-size:18px;margin:25px 0 10px 0;}
#content h4 {font-family:arial;font-size:16px;color:#1a1a1a;margin:25px 0 10px 0;}
#content h5 {font-family:arial;font-size: 15px;color: #FF7A00;margin: 15px 0 10px;text-transform: lowercase;font-weight: bold;}
#content h6 {font-family:arial;font-size:14px;color:#059EBB;margin: 15px 0 10px;text-transform: lowercase;font-weight: bold;}

#content #page-content {width: 850px;}
.page-meta {line-height:40px;text-transform:uppercase;color:#999;font-size:11px;text-align: right;margin-right: 20px;}
.page-meta span {text-transform:none;color: #CACACA;font-size:12px;font-family:georgia;}

.page-text {font-size:14px;line-height:22px;padding: 0;margin: 0;
	}
.page-text p, #.page-text ul, .page-text ol {margin:0 0 22px 0;}
.page-text ul,.page-text ol {margin-left:25px;}
.page-text ul ul, .page-text ol ul, .page-text ul ol, #content .page-text ol ol {
	margin:0 0 0 25px;
}
.page-text blockquote {
	margin:0 0 22px 20px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
	border-left:2px solid #ccc;
	padding:0 0 0 15px;
	}
#content code {border:1px dotted #ececec;padding:2px;
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;font-size: 12px;background:#f9f9f9;color:#000;}
#content pre code {line-height:17px;padding:15px;border:1px dotted #ececec;
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;font-size: 12px;
	background:#f9f9f9;color:#000;margin-bottom:22px;display:block;}

.page-text img {margin: 0 0 10px 0;border:1px solid #1a1a1a;}

.page-text table{
    border-collapse: collapse;
    text-align: center;
    width: 100%;
	margin: 10px 0 15px;
    border: 1px solid #CACACA;
}
.page-text table tbody{}
.page-text table tr{}
.page-text table td{
    padding: 3px 2px;
}
.page-text table td p{
	margin:0;
}
.page-text table tr:first-child{}
.page-text table tr:first-child td{
    background: #e84c09;
    color: #fff;
    font-weight: bold;
    line-height: 15px;
    border-bottom: 1px solid #666;
    border: 1px solid #333;
    height: 30px;
}
.page-text .tinfo{
	background: #e8e5de;
	border-left: 3px solid #e84c09;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/* border-radius: 5px 0 0 5px; */
	margin: 5px 0;
	padding: 5px;
}
/* sidebar ***************************************************************/
#sidebar-bg{
	float: left;
	position: absolute;
	text-align: left;
	padding: 20px 40px 83px;
	background: #e84c09;
	height: 100%;
	width: 210px;
	z-index: 4;
	top: -30px;
}
#side-title{
	width: 390px;
	height:100px;
	background: url(images/side-title.png) no-repeat center top;
	position: absolute;
	bottom: -24px;
	left: -52px;
	z-index: 10;
}
#sidebar {
	float: left;
	text-align: left;
	padding: 0px 60px 70px;
	height: 100%;
	width: 175px;
	position: relative;
	z-index: 11;
}
#outside{
    position: absolute;
    width: 2000px;
    height: 100%;
    left: -1985px;
    box-shadow: 10px 10px 1px rgba(85, 85, 85, 0.47);
    background: #fff;
    z-index: 7;
}
/* navigation ***************************************************************/

.nav{list-style-type: none;float: right;margin-right: 15px;}
.nav li{float:left;}
.nav li a{color: #555;display:block;text-decoration: none;font-size: 16px;line-height: 30px;
	height: 30px;padding: 0 20px;margin: 0;width: 110px;text-indent: 400px;overflow: hidden;margin-left: 3px;z-index: 10;position: relative;border-bottom: 2px solid transparent;}
.nav li a:hover{color:#BA0000;}
.nav li.current{}
.nav li.current a{border-color: #5B5C5C;}
.nav li.index a{background: url(images/but2.png) no-repeat;}
.nav li.kontakty a{background: url(images/but1.png)  no-repeat;}

.cat{list-style-type: none;}
.cat li{}
.cat li a{font-size: 18px;text-decoration: none;display:block;padding: 4px 10px 4px 10px;color: #111;font-family: 'Roboto Condensed', sans-serif;text-decoration: underline;font-weight: bold;}
.cat li a:hover{color: #222;}
.cat li a:active{}
.cat li.current{}
.cat li.currentpath{border-radius: 5px;list-style-type: square;}
.cat li.currentpath>a{
    color: #e8e5de;
}
.cat li.current.open>ul{}
.cat li.closed{}

.cat li ul{list-style-type: none;padding-left:15px;padding-bottom: 5px;}
.cat li ul li{}
.cat li ul li a{font-size:14px;line-height: 12px;font-weight: normal;}
.cat li.open ul li.currentpath a{border:none;font-size:14px;text-transform: lowercase;}
.vizitok,.pechatei,.tablichek{font-weight: bold;}

/* footer ***************************************************************/

#footer{
}
#footer-content{
    border: none;
    padding: 10px 50px 10px 0;
    background: #6f6f6e url(images/anch.png) no-repeat 1180px top;
    margin-left: -15px;
    margin-right: 10px;
}
.credits{text-align: right;padding:0 20px; color:#333;font-size:11px;}
.footerbar{
	margin-top: 40px;
}
#content .footerbar h3{
	text-align:center;
	font-size: 18px;
	color: #FF5C00;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.foot-cat{
	list-style-type:none;
	text-align:center;
	padding: 0px 50px;
}
.foot-cat li{
	display:inline;
	margin:5px 5px;
}
.foot-cat li a{
	color:#111;
	
}


/* forms ***************************************************************/
textarea,input
{
	background: #fff;
border: none;
margin: 5px 0px 10px;
padding: 5px;
border-radius: 3px;
transition: background 0.5s ease;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;

	border: 1px solid #cec7c0;
}
input:not([type]), input[type="text"],input[type="password"]
{height: 15px;line-height: 15px;width: 240px;}
textarea{font-family: 'Segoe UI';width: 796px;margin-bottom: 5px;height: 50px;}
input:focus,textarea:focus{box-shadow: inset 0px 1px 1px #777;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button
{background: #F16100;color:#fff;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]::-webkit-file-upload-button:hover, button:hover
{background: #FF881A;cursor:pointer;}
input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="file"]::-webkit-file-upload-button:focus, button:focus
{background: #04A9DD;cursor:pointer;}
.p01-contact{
	padding: 20px;
	background: #e8e5de;
	border-radius: 15px;
	margin: 10px 0;
	border: 1px solid #cec7c0;
	position: relative;
}
.p01-contact field{position:relative;}
.p01-contact label{color:#777;}
.p01-contact .required {border-left:2px solid #18BB18;}
.p01-contact .error{border-top:2px solid red;}
.captchaimg{text-align: center;background:#fff;border-radius:5px;width: 261px;border: 1px solid #cec7c0;}
img#captchaimg{margin: 0!important;border: none!important;}
.captcha{
	width: 263px;
}
.manage{
	float: left;
	font-size: 18px;  
	color: #FF5C00;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.quest{
	margin:0px 0 5px;
}
.c_mail,
.c_phone{
    float: left;
    margin: 5px 10px 10px 0;
}
.c_mail{
    margin-left: 10px;
    float: right;
}
.c_phone{
}
#p01-contact1_field4{float:right;}
#p01-contact1{}
#p01-contact1 #p01-contact1_field0{font-size: 18px;color: #FF5C00;font-weight: bold;text-decoration: underline;}
.ymap{
	margin: 0 0 40px;
}
#kontakty #content .page-text p{
	margin:0;
}

#p01-contact1_field0{
    width: 796px;

}
#p01-contact1_field1,
#p01-contact1_field2{
	margin-right: 9px;
}
#p01-contact1_field1,
#p01-contact1_field2,
#p01-contact1_field3{
    float: left;

}
.submit{
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 16px;
	padding: 5px 15px;
	margin: 0;
}