/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/


html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

div {
	min-height: 1px;
}

.clr {
	clear : both;
}

.column.column1 {
    width: 25%;
}

.column.column2 {
    width: 33.333333333333%;
}

.column.main {
    width: 75%;
}

.column.center {
    width: 66.666666666667%;
}

.noleft .center {
    width: 75%;
}

.noleft .column2 {
    width: 25%;
}

.noleft .main {
    width: 100%;
}

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

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

/* 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;
}

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

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

.container {
	width: 85%;
}

.container-fluid {
	max-width: 85%;
}

body {
	background:  url(../images/page.png) left top repeat fixed;
	background-size: auto;
	color: #336699;
	text-align: left;
	line-height: 20px;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

a {
	color: #24addb;
}


a:hover {
	color: #5ec5d9;
}

h1, div.componentheading {
	color: #17565e;
	font-style: normal;
	font-size: 25px;
	font-family: Arial, sans-serif;
}

h2, div.contentheading {
	color: #17565e;
	font-style: normal;
	font-size: 18px;
	font-family: Arial, sans-serif;
}

h3 {
	color: #17565e;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

h4 {
	color: #999999;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

h5 {
	font-family: Arial, sans-serif;
}

h6 {
	font-family: Arial, sans-serif;
}

.button, button, button.btn, input.btn, :not(.btn-group) > .btn, .btn-group > .btn.active {
    border: none;
	background: #26c0eb;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #1e6ed6;
}

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

.readmore a:hover {
	background: #0066ff;
}

.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;
	border: #bebebe 1px solid;
	color: #030003;
	padding: 4px;
	text-align: left;
}

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 {
	border: #000000 1px solid;
}

#wrapper > div.inner {
	background: #;
	background-image: url("blocwrapper-gradient.svg");
	background-image: -o-linear-gradient(center top,#, # 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#), color-stop(100%, #));
	background-image: -moz-linear-gradient(center top,#, # 100%);
	background-image: linear-gradient(center top,#, # 100%);
	-pie-background: linear-gradient(center top,#, # 100%);
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	color: #252c2c;
}
#modules2 .n1 > .flexiblemodule { width: 100%; }
#modules2 .n2 > .flexiblemodule { width: 40%; }
#modules2 .n2 > .flexiblemodule + div { width: 60%; }

#modules2 > div.inner {
	background: #ffffff;
}

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

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

#module1 > div.inner {
	background: #ffffff;
	padding-left: 10px;
	text-align: left;
	font-size: 18px;
	font-family: Verdana, sans-serif;
}

#module1 div.moduletable h3, #module1 div.module h3,
#module1 div.moduletable_menu h3, #module1 div.module_menu h3 {
	background: #cce4ff;
}

#maincontent > div.inner {
	background: #ffffff;
	border-bottom: #ffffff 1px solid;
}

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

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

#left div.moduletable h3, #left div.module h3,
#left div.moduletable_menu h3, #left div.module_menu h3 {
	background: #cce4ff;
	color: #4d8ba3;
	padding-left: 7px;
}

#main > div.inner {
	background: #f1f7f9;
}

#center > div.inner {
	padding: 20px;
}

#right > div.inner {
	background: #ffffff;
	height: 1000px;
	margin-left: 10px;
	padding: 10px;
}

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

#right div.moduletable h3, #right div.module h3,
#right div.moduletable_menu h3, #right div.module_menu h3 {
	background: #cce4ff;
	color: #4d8ba3;
	padding-left: 7px;
}

#footer > div.inner {
	background: #d2e6ea;
	border-left: #d2e6ea 1px solid;
	border-right: #d2e6ea 1px solid;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	color: #0d2f36;
	padding: 10px;
	text-align: center;
}
