
html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

.flexiblecolumn {
	min-height: 1px;
}

.clr {
	clear : both;
}

table img {
	max-width: none;
}


.column.column2 {
    width: 20%;
}

.column.center {
    width: 80%;
}

.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
    float: left;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
    float: right;
}

/* for equalheights */
.equalheights > .inner > .clr {
	display: none;
}

.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
}

.equalheights .flexiblemodule,
.equalheights .column {
	display: flex;
}

.equalheights .flexiblemodule > .inner,
.equalheights .column > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url(polina.jpg) no-repeat;*/
	background-size: cover; 
}

.hasvideobackground {
	position: relative;
	overflow: hidden;
}

/* ---------------------------------------
	specific to images
-----------------------------------------*/

ul.actions {
	margin: 0;
}

ul.actions li a {
	text-decoration: none;
}
.print-icon {
	list-style: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/printButton.png) left center no-repeat;
}

.email-icon {
	list-style: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/emailButton.png) left center no-repeat;
}

.edit-icon {
	list-style: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/edit.png) left center no-repeat;
}

/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
}

body {
	background: #FDFFF9;
	color: black;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
	font-family: Verdana, sans-serif;
}

a {
	color: #545454;
}


a:hover {
	color: #000000;
}

h1, div.componentheading {
	color: #2A594C;
	font-size: 22px;
}

h2, div.contentheading {
	color: #2A594C;
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

.button, button, button.btn, input.btn, .btn, .btn-group > .btn.active {
    border: none;
	background: #bf7a26;
	background-image: url("buttonbuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#bf7a26, # 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#bf7a26), color-stop(100%, #));
	background-image: -moz-linear-gradient(center top,#bf7a26, # 100%);
	background-image: linear-gradient(center top,#bf7a26, # 100%);
	-pie-background: linear-gradient(center top,#bf7a26, # 100%);
	border: #e3e3e3 1px solid;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #cfcfcf;
	color: #000000;
}

ul.pagenav li a, .pagination li .pagenav,  .pager li a {
    display: inline-block;
	background: #c7c499;
}

.readmore a, .readmore .btn {
	background: #;
	background-image: url("readmorebuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#, #BF7A26 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#), color-stop(100%, #BF7A26));
	background-image: -moz-linear-gradient(center top,#, #BF7A26 100%);
	background-image: linear-gradient(center top,#, #BF7A26 100%);
	-pie-background: linear-gradient(center top,#, #BF7A26 100%);
	padding-right: 20px;
	padding-left: 20px;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	height: auto;
	background: #f7f7eb;
	border: #d1d1cd 1px solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #bebebe;
	padding: 4px;
	text-align: left;
	box-shadow: rgba(84,84,80,0.5) 0px 0px 1px 0px inset;
	-moz-box-shadow: rgba(84,84,80,0.5) 0px 0px 1px 0px inset;
	-webkit-box-shadow: rgba(84,84,80,0.5) 0px 0px 1px 0px inset;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background: #dbdbd3;
	color: #000000;
}
/* ---------------------------------------
	Table styling
-----------------------------------------*/

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 1px solid #dddddd;
}
table table {
  background-color: #ffffff;
}


#wrapper > div.inner {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#block1 > div.inner {
	background: #;
	margin-right: -20px;
	margin-left: -20px;
}

#block2 > div.inner {
	margin-top: 0px;
}
#modulestop .n1 > .flexiblemodule { width: 100%; }
#modulestop .n2 > .flexiblemodule { width: 50%; }
#modulestop .n2 > .flexiblemodule + div { width: 50%; }

#modulestop > div.inner {
	background: #303030;
	border-top: #262626 1px solid;
	border-bottom: #454545 1px solid;
	border-left: #262626 1px solid;
	border-right: #262626 1px solid;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	color: #aaaaaa;
	margin-top: 20px;
	padding: 10px;
}

#modulestopmod1 > div.inner {
	padding: 10px;
}

#modulestopmod1 div.moduletable h3, #modulestopmod1 div.module h3,
#modulestopmod1 div.moduletable_menu h3, #modulestopmod1 div.module_menu h3 {
	color: #dddddd;
	font-weight: normal;
	font-size: 20px;
}

#modulestopmod2 > div.inner {
	padding: 10px;
}

#modulestopmod2 div.moduletable h3, #modulestopmod2 div.module h3,
#modulestopmod2 div.moduletable_menu h3, #modulestopmod2 div.module_menu h3 {
	color: #dddddd;
	font-weight: normal;
	font-size: 20px;
}

#maincontent > div.inner {
	margin-top: 10px;
}

#main > div.inner {
	background: #303030;
	border: #262626 1px solid;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	color: #ffffff;
}

#maintopmodule > div.inner {
	border-top: #4d4d4d 1px solid;
	color: #696969;
	margin-top: 10px;
	padding: 10px;
}

#center > div.inner {
	border: #cccacc 1px solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
	box-shadow: #cccacc 0px 0px 1px 1px;
	-moz-box-shadow: #cccacc 0px 0px 1px 1px;
	-webkit-box-shadow: #cccacc 0px 0px 1px 1px;
}

#centertopmodule > div.inner {
	border-top: #4d4d4d 1px solid;
	color: #696969;
	margin-top: 10px;
	padding: 10px;
}

#centerbottommodule > div.inner {
	border-top: #4d4d4d 1px solid;
	color: #696969;
	margin-top: 10px;
	padding: 10px;
}

#right > div.inner {
	padding: 10px;
}

#right div.moduletable, #right div.module,
#right div.moduletable_menu, #right div.module_menu {
	margin-bottom: 20px;
}

#right div.moduletable h3, #right div.module h3,
#right div.moduletable_menu h3, #right div.module_menu h3 {
	background: #4c5356;
	background-image: url("moduletitleright-gradient.svg");
	background-image: -o-linear-gradient(center left,#4c5356,#7b878c 30%,#7b878c 40%, #4c5356 100%);
	background-image: -webkit-gradient(linear, left top, right top,from(#4c5356),color-stop(30%,#7b878c),color-stop(40%,#7b878c), color-stop(100%, #4c5356));
	background-image: -moz-linear-gradient(center left,#4c5356,#7b878c 30%,#7b878c 40%, #4c5356 100%);
	background-image: linear-gradient(center left,#4c5356,#7b878c 30%,#7b878c 40%, #4c5356 100%);
	-pie-background: linear-gradient(center left,#4c5356,#7b878c 30%,#7b878c 40%, #4c5356 100%);
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 15px;
	padding-left: 10px;
	box-shadow: #4a4a4a 0px 3px 5px -2px;
	-moz-box-shadow: #4a4a4a 0px 3px 5px -2px;
	-webkit-box-shadow: #4a4a4a 0px 3px 5px -2px;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 16px;
}

#mainbottommodule > div.inner {
	border-top: #4d4d4d 1px solid;
	color: #696969;
	margin-top: 10px;
	padding: 10px;
}
#modulesbottom .n1 > .flexiblemodule { width: 100%; }
#modulesbottom .n2 > .flexiblemodule { width: 50%; }
#modulesbottom .n2 > .flexiblemodule + div { width: 50%; }
#modulesbottom .n3 > .flexiblemodule { width: 33.3333333333%; }
#modulesbottom .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#modulesbottom .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#modulesbottom .n4 > .flexiblemodule { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div + div { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div + div + div { width: 25%; }
#modulesbottom .n5 > .flexiblemodule { width: 20%; }
#modulesbottom .n5 > .flexiblemodule + div { width: 20%; }
#modulesbottom .n5 > .flexiblemodule + div + div { width: 20%; }
#modulesbottom .n5 > .flexiblemodule + div + div + div { width: 20%; }
#modulesbottom .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#modulesbottom > div.inner {
	background: #303030;
	border-top: #262626 1px solid;
	border-bottom: #454545 1px solid;
	border-left: #262626 1px solid;
	border-right: #262626 1px solid;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	color: #aaaaaa;
	margin-top: 20px;
	padding: 10px;
}

#modulesbottommod1 > div.inner {
	padding: 10px;
}

#modulesbottommod1 div.moduletable h3, #modulesbottommod1 div.module h3,
#modulesbottommod1 div.moduletable_menu h3, #modulesbottommod1 div.module_menu h3 {
	color: #dddddd;
	font-weight: normal;
	font-size: 20px;
}

#modulesbottommod2 > div.inner {
	padding: 10px;
}

#modulesbottommod2 div.moduletable h3, #modulesbottommod2 div.module h3,
#modulesbottommod2 div.moduletable_menu h3, #modulesbottommod2 div.module_menu h3 {
	color: #dddddd;
	font-weight: normal;
	font-size: 20px;
}

#modulesbottommod3 > div.inner {
	padding: 10px;
}

#modulesbottommod3 div.moduletable h3, #modulesbottommod3 div.module h3,
#modulesbottommod3 div.moduletable_menu h3, #modulesbottommod3 div.module_menu h3 {
	color: #dddddd;
	font-weight: normal;
	font-size: 20px;
}

#modulesbottommod4 > div.inner {
	padding: 10px;
}

#modulesbottommod4 div.moduletable h3, #modulesbottommod4 div.module h3,
#modulesbottommod4 div.moduletable_menu h3, #modulesbottommod4 div.module_menu h3 {
	color: #dddddd;
	font-weight: normal;
	font-size: 20px;
}

#modulesbottommod5 > div.inner {
	padding: 10px;
}

#modulesbottommod5 div.moduletable h3, #modulesbottommod5 div.module h3,
#modulesbottommod5 div.moduletable_menu h3, #modulesbottommod5 div.module_menu h3 {
	color: #dddddd;
	font-weight: normal;
	font-size: 20px;
}

#footer > div.inner {
	border-top: #4d4d4d 1px solid;
	color: #696969;
	margin-top: 10px;
	padding: 10px;
}
