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

.flexiblecolumn {
	min-height: 0px;
}

.clr {
	clear : both;
}

table img {
	max-width: none;
}


.column.column1 {
    width: 20%;
}

.column.column2 {
    width: 25%;
}

.column.main {
    width: 80%;
}

.column.center {
    width: 75%;
}

.noleft .center {
    width: 80%;
}

.noleft .column2 {
    width: 20%;
}

.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: 100%;
}

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

body {
	color: #1f1f1e;
	text-align: left;
	font-size: 14px;
	font-family: Verdana, sans-serif;
}

a {
	color: #28170B;
}


a:hover {
	color: #b9a275;
	text-decoration: none;
}

h1, div.componentheading {
	color: #a08562;
	font-weight: bold;
	font-size: 22px;
}

h2, div.contentheading {
	color: #B9A275;
	font-style: italic;
	font-size: 18px;
}

h3 {
	color: #ff6600;
	font-size: 16px;
}

h4 {
	font-style: italic;
}

h5 {
	color: #b1cc72;
}

h6 {
	color: #4a4a49;
	font-style: italic;
	font-size: 10px;
}

.button, button, button.btn, input.btn, :not(.btn-group) > .btn, .btn-group > .btn.active {
    border: none;
	background: #B9A275;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 3px 1px 3px 1px;
	-o-border-radius: 3px 1px 3px 1px;
	-webkit-border-radius: 3px 1px 3px 1px;
	border-radius: 3px 1px 3px 1px;
	color: #28170B;
	padding: 5px;
	text-align: center;
	box-shadow: #030200 1px 2px 1px 1px;
	-moz-box-shadow: #030200 1px 2px 1px 1px;
	-webkit-box-shadow: #030200 1px 2px 1px 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #cfb176;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 3px 1px 3px 1px;
	-o-border-radius: 3px 1px 3px 1px;
	-webkit-border-radius: 3px 1px 3px 1px;
	border-radius: 3px 1px 3px 1px;
	color: #FFDD80;
	text-align: center;
	font-size: 11px;
}

.readmore a, .readmore .btn {
	background: #fefefe;
	background-image: url("readmorebuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#fefefe, #afafaf 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#fefefe), color-stop(100%, #afafaf));
	background-image: -moz-linear-gradient(center top,#fefefe, #afafaf 100%);
	background-image: linear-gradient(center top,#fefefe, #afafaf 100%);
	-pie-background: linear-gradient(center top,#fefefe, #afafaf 100%);
	color: #282828;
	padding: 5px;
	text-align: center;
	box-shadow: #292929 1px 1px 2px 0px;
	-moz-box-shadow: #292929 1px 1px 2px 0px;
	-webkit-box-shadow: #292929 1px 1px 2px 0px;
	text-transform: uppercase;
}

.readmore a:hover {
	background: #000000;
	color: #ebebeb;
}

.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: #B9A275 1px solid;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	color: #030003;
	margin: 5px;
	padding: 4px;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

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: #B9A275 1px solid;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 5px;
	padding: 4px;
	text-align: left;
	box-shadow: rgba(61,47,20,0.8) 1px 1px 2px 1px;
	-moz-box-shadow: rgba(61,47,20,0.8) 1px 1px 2px 1px;
	-webkit-box-shadow: rgba(61,47,20,0.8) 1px 1px 2px 1px;
}

ul:not(.nav) li {
list-style-type:none;
	color: #1f1f1e;
	text-align: left;
	line-height: 22px;
	font-size: 14px;
	font-family: Verdana, sans-serif;
}

.article-info {
	-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: #1f1f1e;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
/* ---------------------------------------
	Table styling
-----------------------------------------*/

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 #b9a275;
}
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 #b9a275;
}
table table {
  background-color: #ffffff;
}

table {
  border: 1px solid #b9a275;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
table th,
table td {
  border-left: 1px solid #b9a275;
}
table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child,
table tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child,
table tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tbody:last-child tr:last-child > th:first-child,
table tfoot:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tbody:last-child tr:last-child > th:last-child,
table tfoot:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
table caption + thead tr:first-child th:first-child,
table caption + tbody tr:first-child td:first-child,
table colgroup + thead tr:first-child th:first-child,
table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
table caption + thead tr:first-child th:last-child,
table caption + tbody tr:first-child td:last-child,
table colgroup + thead tr:first-child th:last-child,
table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}


#wrapper > div.inner {
	background: #;
	padding: 2px;
	text-align: center;
}

#block3 {
	width: 100%;
}

#block3 > div.inner {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#bannerrow > div.inner {
	background: #F5F2EB;
	background: rgba(245,242,235,0.6);
	-pie-background: rgba(245,242,235,0.6);
	text-align: left;
}

#block5 > div.inner {
	text-align: center;
}

#block1 > div.inner {
	text-align: left;
}

#block4 {
	width: 100%;
}

#block4 > div.inner {
	height: 40px;
	padding: 5px;
	text-align: left;
}

#block4 .fack .fa {
	color: #bab12b;
}

#block4 div.moduletable, #block4 div.module,
#block4 div.moduletable_menu, #block4 div.module_menu {
	margin: 5px;
}

#block4 div.moduletable h3, #block4 div.module h3,
#block4 div.moduletable_menu h3, #block4 div.module_menu h3 {
	text-align: left;
}

#menu_user > div.inner {
	background: #F5F2EB;
	background: rgba(245,242,235,0.6);
	-pie-background: rgba(245,242,235,0.6);
}

#slider_bloc > div.inner {
	.flexiblecolumn {
	min-height: 0px;
}
}

#slider > div.inner {
	background: #000000;
	background: rgba(0,0,0,0.4);
	-pie-background: rgba(0,0,0,0.4);
	margin: 0px;
	padding: 0px;
}

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

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

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

#left div.moduletable h3, #left div.module h3,
#left div.moduletable_menu h3, #left div.module_menu h3 {
	color: #e8e6e6;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#left ul.menu li a, #left ul.menu li span.separator {

}

#left ul.menu li a, #left ul.menu li span.separator {
    display: block;
	background: #565656;
	color: #afafaf;
	margin-bottom: 2px;
	padding: 4px;
	padding-left: 10px;
}

#left ul.menu li:hover > a, #left ul.menu li:hover > span.separator {
	background: #474747;
	color: #e3e3e3;
}

#maintopmodule > div.inner {
	margin-top: 20px;
	padding: 10px;
}

#maintopmodule div.moduletable h3, #maintopmodule div.module h3,
#maintopmodule div.moduletable_menu h3, #maintopmodule div.module_menu h3 {
	color: #e8e6e6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#center > div.inner {
	text-align: left;
}

#centertopmodule > div.inner {
	margin-top: 20px;
	padding: 10px;
}

#centertopmodule div.moduletable h3, #centertopmodule div.module h3,
#centertopmodule div.moduletable_menu h3, #centertopmodule div.module_menu h3 {
	color: #e8e6e6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#content > div.inner {
	text-align: left;
}

#content a {
	color: #5f8496;
}


#content a:hover {
	color: #543421;
}

#centerbottommodule > div.inner {
	margin-top: 20px;
	padding: 10px;
}

#centerbottommodule div.moduletable h3, #centerbottommodule div.module h3,
#centerbottommodule div.moduletable_menu h3, #centerbottommodule div.module_menu h3 {
	color: #e8e6e6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#right > div.inner {
	margin-right: 10px;
	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 {
	color: #e8e6e6;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#right ul.menu li a, #right ul.menu li span.separator {

}

#right ul.menu li a, #right ul.menu li span.separator {
    display: block;
	background: #565656;
	color: #afafaf;
	margin-bottom: 2px;
	padding: 4px;
	padding-left: 10px;
}

#right ul.menu li:hover > a, #right ul.menu li:hover > span.separator {
	background: #474747;
	color: #e3e3e3;
}

#mainbottommodule > div.inner {
	margin-top: 20px;
	padding: 10px;
}

#mainbottommodule div.moduletable h3, #mainbottommodule div.module h3,
#mainbottommodule div.moduletable_menu h3, #mainbottommodule div.module_menu h3 {
	color: #e8e6e6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
#modulestop .n1 > .flexiblemodule { width: 100%; }
#modulestop .n2 > .flexiblemodule { width: 50%; }
#modulestop .n2 > .flexiblemodule + div { width: 50%; }
#modulestop .n3 > .flexiblemodule { width: 33.333333333333%; }
#modulestop .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#modulestop .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }

#modulestop > div.inner {
	background:  url(../images/footimg.jpg) center center no-repeat scroll;
	background-size: cover;
	-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;
}

#modulestopmod1 > div.inner {
	background: #28170B;
	background: rgba(40,23,11,0.7);
	-pie-background: rgba(40,23,11,0.7);
	-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;
	margin: 3px;
	padding: 10px;
}

#modulestopmod1 div.moduletable h3, #modulestopmod1 div.module h3,
#modulestopmod1 div.moduletable_menu h3, #modulestopmod1 div.module_menu h3 {
	color: #e8e6e6;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#modulestopmod2 > div.inner {
	background: #28170B;
	background: rgba(40,23,11,0.7);
	-pie-background: rgba(40,23,11,0.7);
	-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;
	margin: 3px;
	padding: 10px;
}

#modulestopmod2 div.moduletable h3, #modulestopmod2 div.module h3,
#modulestopmod2 div.moduletable_menu h3, #modulestopmod2 div.module_menu h3 {
	color: #e8e6e6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#modulestopmod3 > div.inner {
	background: #28170B;
	background: rgba(40,23,11,0.7);
	-pie-background: rgba(40,23,11,0.7);
	-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;
	margin: 3px;
	padding: 10px;
}

#modulestopmod3 div.moduletable h3, #modulestopmod3 div.module h3,
#modulestopmod3 div.moduletable_menu h3, #modulestopmod3 div.module_menu h3 {
	color: #e8e6e6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#footer > div.inner {
	background: #28170B;
	-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;
	height: 27px;
	color: #EEE9DE;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

#footer div.moduletable h3, #footer div.module h3,
#footer div.moduletable_menu h3, #footer div.module_menu h3 {
	color: #e8e6e6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
