/**
 *
 * ImpressPages CMS theme: LT pagan
 *
 * Main style file for structure, global styles.
 * Integrated together with 12 column 960 grid system (960.css)
 *
 * @package ImpressPages
 *
 *
 *
 * @fonts:
 * text: 14px Verdana, Geneva, sans-serif
 * headlines: Georgia, serif
 * other messages: Arial, Helvetica, sans-serif
 *
 * @colors:
 * content background: #fff
 * margins background: #e5e5e5
 * text color: #333 / #000
 * link color: #019bd4
 * error text color: #da0001 / #e44445
 * hint color: #656565
 * inverted text: #fff
 * inverted background: #a7a7a7 / #000
 *
 */

/*
    Disabling default styles
*/
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #fefefe;
    font-family: 'open_sansregular', Verdana, Geneva, sans-serif;
    font-size: 20px;
}
body.orange{
	background-color: #f8a900;
}
body.red {
	background-color: #c80000;
}
body.green {
	background-color: #42b83e;
}
input, select, textarea, option, table {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}
table {
    border-collapse: collapse;
}
a {
    text-decoration: none;
}
h1, h2, h3 {
    font-size: 14px;
}
address {
    font-style: normal;
}

/*
    Global
*/
.clear { /* see 960.css */ }
.clearfix { /* see 960.css */ }
.left {
    float: left;
}
.right {
    float: right;
}

/*
    Structure
*/
.wrapper {
    /*background-color: #fff;*/
    /*border-color: #000;*/
    /*border-style: solid;*/
    /*border-width: 12px 0;*/
    padding-top: 75px;
}
.wrapper > header {
    /*margin-bottom: 50px;*/
}
.main {
    width: 1000px;
	margin: 0 80px 0 100px;
	position:relative
}

.middleContent{
	height: 745px;
	width: 996px;
	overflow: hidden;
	margin-bottom: 50px;
}
.hideScrolls {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 1013px;
	height: 745px;
}
.side {
    width: 420px;
	padding-left: 80px;
}
.wrapper > footer {
    border-top: 2px solid #000;
    color: #000;
    font-size: 12px;
    margin: 40px -20px 0;
    padding: 12px 20px;
}

/*
    Styles
*/
.logo {
    margin: 25px 0;
    display: block;
    float: left;
    max-width: 620px;
}
.logo a {
    color: #000;
    font-family: Georgia, serif;
    font-size: 45px;
    font-weight: bold;
}
.languages {
	width: 100%;
	background-color: #363636;
	position: fixed;
	bottom: 0;
	line-height: 50px;
}
.languages ul {
	float: right;
    list-style: none;
	padding-top: 8px;
	margin-right: 80px;
}
.languages li {
    /*border-left: 1px solid #e5e5e5;*/
    float: left;
}
.languages li:first-child {
    border: none;
}
.languages a {
    color: #737373;
    padding: 5px 10px;
}
.languages .current a,
.languages a:hover {
    color: #000;
}
.wrapper > header .banner {
    clear: both;
    display: block;
}
.topmenu {
    font-size: 30px;
    padding: 1px 0 0 15px;
	border-bottom: 2px solid #fff;
	margin-bottom: 40px;
}
.topmenu ul {
    list-style: none;
	float:right;
}
.topmenu .level1 > li {
    float: left;
    margin-right: 1px;
    position: relative;
}
.topmenu .level1 > li > a {
	color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 0 40px 10px;
	font-family: 'open_sansbold';
}
.topmenu .level1 > li:hover > a,
.topmenu .level1 > li > a:hover {
    color: #fff;
}
.topmenu .level1 > .current > a,
.topmenu .level1 > .selected > a {
    color: #fff;
	font-weight: bold;
	font-family: 'open_sansbold';
}
.topmenu li:hover > ul {
    display: none;
}
.topmenu .level1 ul {
    background-color: #f3f3f3;
    border: 1px solid #000;
    display: none;
    font-size: 12px;
    margin: -1px 0 0 -1px;
    min-width: 100%;
    padding: 2px 0;
    position: absolute;
    z-index: 10; /* should be higher than widget controls */
}

.topmenu .level2 ul {  infinite number of levels down
    margin-left: 100%;
    min-width: 0;
    top: 0;
}
.topmenu .level2 ul li {
    position: relative;
}
.topmenu .level2 a {
    color: #1a1a1a;
    display: block;
    padding: 6px 22px;
    white-space: nowrap;
}
.topmenu .level2 a:hover {
    background-color: #c8c8c8;
}
.topmenu .level2 .subnodes > a:after {
    content: '\25BC';
    position: absolute;
    right: 5px;
}
.topmenu .level2 .current a {
    text-decoration: underline;
}
.side nav {
    font-size: 12px;
    margin-bottom: 25px;
}
.side nav ul {
    list-style: none;
}
.side nav a {
    border-top: 1px solid #9e9e9e;
    color: #1a1a1a;
    display: block;
    padding: 10px 20px;
}
.side nav a:hover {
    background-color: #f3f3f3;
}
.side nav .current > a {
    background-color: #000;
    color: #fff;
}
.side nav .level1 {
    border-bottom: 1px solid #9e9e9e;
}
.side nav .level1 > li > a {
    font-weight: bold;
}
.side nav .level1 .subnodes > a {
    background-image: url(img/icon_down.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #9e9e9e;
}
.side nav .level1 > .selected > a {
    background-color: #f3f3f3;
}
.side nav .level1 ul {
    margin-left: 20px;
}
.side nav .level1 ul > li > a {
    border-top-color: #e5e5e5;
}
.side nav .level1 ul > li:first-child > a {
    border-top: none;
}
.side nav.collapse .level1 ul { /* "collapse" class force menu to hide 2nd level until parent or child is not selected */
    display: none;
}
.side nav.collapse .current > ul,
.side nav.collapse .selected > ul { /* displaying 2nd level */
    display: none;
}
.side nav.collapse .level1 .subnodes > a { /* fixing style when collapsed */
    background-image: url(img/icon_right.gif);
    background-position: 8px center;
    border-bottom: none;
}
.side nav.collapse .level1 .subnodes.current > a,
.side nav.collapse .level1 .subnodes.selected > a { /* fixing style when not collapsed */
    background-image: url(img/icon_down.gif);
    background-position: 5px center;
    border-bottom: 1px solid #9e9e9e;
}
.breadcrumb {
    font-size: 12px;
    margin-bottom: 15px;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.wrapper > footer a {
    color: #019bd4;
}
.wrapper > footer a:hover {
    text-decoration: underline;
}
.wrapper .side #ipBlock-left .ipWidget:nth-child(2) p{
	color: #000;
	font-size: 24px;
	margin-bottom: 160px;
	font-family: 'noto_serifregular';
}
.wrapper .side #ipBlock-left .ipWidget-IpText p {
	font-size: 21px;
}
.pickLang {
	float:right;
}
.side .level1 {
	font-size: 28px;
	list-style: none;
}
.side .level1 a {
	color: #000;
	padding-right: 20px;
}
.side .level1 a:hover, .side .level1 li.current a {
	font-family: 'open_sansbold';
	color: #fff;
	background: url(img/arrow-right.png) no-repeat right center;
}
.side .level1 li{
	margin-bottom: 40px;
}
.parentMain {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: #000;
	border-bottom: 2px solid #fff;
	margin-bottom: 50px;
}
.parentMenu{
	background: url(img/arrow-bottom.png) no-repeat right center;
	padding-right: 30px;
	font-family: 'open_sansbold';
}
.controlls{
	line-height: 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.controlls .current, .controlls .total{
	font-size: 25px;
	color: #000;
}
.controlls .controllsLeftBig{
	left: 20px;
	position: absolute;
	top: -500px;
}
.controlls .controllsRightBig {
	right: 25px;
	position: absolute;
	top: -500px;
}
.goBack{
	font-size: 24px;
}
.goBack a {
	color: #000;
	padding-left: 30px;
	background: url(img/goback.png) no-repeat left center;
}
.main .ipWidget-IpRichText p{
	width: 800px;
	margin: 20px auto 0;
}

.main .ipWidget-IpRichText p.widest, .main .ipWidget-IpRichText p.widest iframe{
	width: 1000px;
	height: 700px;
	margin: 0;
	overflow: hidden;
	border: none;
}