@font-face {
    font-family: FontAwesome;
    src: urk(../fonts/fontawesome-webfont.ttf)
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/calibri.ttf);
}
.formBody img{
    display: inline-block!important;
    vertical-align: middle;
    width: auto!important;
}
.formBody input{
    display: inline-block!important;
    vertical-align: middle;
    width: auto!important;
	margin-left: 10px;
}
.rsform-block-question input{
  width: 70px!important;
}
.formBody br{
  display:none;
}
@font-face {
    font-family: Pfdintextcondpro;
    src: url(../fonts/pfdintextcondpro-medium.ttf);
}

*,
.logo a,
.menu--top .nav-child a:hover,
.menu--top ul.nav.menu .active,
.menu--top ul.nav.menu li ul.nav-child li ul.nav-child a:hover,
.menu--top ul.nav.menu>li>a:hover,
a {
    text-decoration: none;
    list-style: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    // font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

html,
body {
    width: 100%;
    background-color: #fff;
}

.clear {
    clear: both;
    height: 0px;
    display: block;
}

* {
    font-family: 'Calibri';
}

.container {
    max-width: 1840px;
    // width: 1840px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*min-height: 1000px;*/
}

.item-page * {
	font-family:arial;
	font-size:14px;
}

header {
    position: relative;
    // min-height: 300px;
}


/*Logo*/

.logo {
    position: absolute;
    top: 0;
    left: 137px;
    z-index: 100;
    width: 20%;
    left: 2.5%;
}

.logo__in {
    width: 365px;
    width: 100%;
}

.logo__in a img {
    display: block;
    margin: 0 auto;
    width: 60%;
}

.logo__in .moduletable .custom h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    color: #2c548c;
    font-family: 'Calibri';
    padding-top: 3%;
    padding-bottom: 2%;
    font-size: 187%;
    margin: 0 auto;
}

.years {

}

.years__in {
    display: table;
    margin: 0 auto;
}

.years__in .moduletable .custom p {
    float: left;
    padding: 4px 24px 2px;
    margin: 0 1px;
	background-color: #2c548c;
	border: 1px solid #afcde4;
	border-radius: 0px 0px 7px 7px;
}

.years__in .moduletable .custom p a {
    color: #dadada;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Calibri';
    font-size: 187%;
}

.years__in .moduletable .custom p a:hover {
    color: #fff;
}

.phone_top > p {
	color:#2c548c;
	font-weight: bold;
    font-family: 'Calibri';
    text-align: center;
	font-size: 21px;
}


/*Menu*/

header .menu {
    background-color: #01538f;
    display: table;
    position: absolute;
    right: 50px;
    top: 12px;
    border-radius: 10px;
    border: 1px rgb(155, 173, 198) solid;
    box-shadow: 0px 0px 5px #fff;
    z-index: 110;
    right: 2.8%;
}

header .menu li {
    display: inline-block;
    position: relative;
}

header .menu li a,
header .menu li span {
    font-family: 'Calibri';
    font-size: 22px;
    color: #fff;
    // padding: 22px 15px 16px 12px;
    padding: 14px 7px 14px;
    display: block;
    position: relative;
    -webkit-transition: color 1s;
    transition: color 1s;
    text-transform: uppercase;

}

header .menu li a:hover {
    text-decoration: underline;
}

header .menu>li::after {
    border-right: 1px #fff solid;
    position: absolute;
    right: 0;
    top: 5px;
    height: 51px;
    content: " ";
    height: 80%;
}

header .menu li:last-child a::after {
    border: none;
}

header .show-menu {
    position: relative;
    padding-right: 20px;
}

li.deeper.parent>a::after,
li.deeper.parent>span::after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding: 0px 0px 0 17px;
    padding: 0px 0px 0 5px;
    color: #fff;
    display: block;
    float: right;
    border: none;
    -webkit-transition: color 1s;
    transition: color 1s;
}

header .menu li span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.nav-child {
    position: absolute;
    right: 0;
    top: 62px;
    background-color: #01538f;
    border-radius: 10px;
    border: 1px rgb(155, 173, 198) solid;
    box-shadow: 0px 0px 5px #fff;
    display: none;
    min-width: 190px;
    // min-width: 150px;
    top: 100%;
}

.nav-child li {
    display: block !important;
}


/*Menu mobile*/

.mobile--menu .moduletable .menu {
    width: 25%;
    font-size: 28px;
    top: 50px;
    right: 0;
    min-height: 150px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: none;
    z-index: 200;
}

// header .menu li span.show-menu::after {
//     padding: 0px 0px 0 17px;
// }
.menu li:last-child::after {
    display: none;
}

.nav-child li {
    padding-left: 0;
}

.mobile--menu .moduletable .menu li {
    padding: 16px 15px 10px 12px;
}

.mobile--menu .moduletable .menu li a {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
}

.mobile--menu .moduletable .menu li a {
    font-size: 70%;
}

.mobile--menu .moduletable .menu li a::after {
    // display: none;
}


/*language*/

.language {
    position: absolute;
    top: 88px;
    right: 50px;
    z-index: 100;
    top: 70px;
    right: 2.8%;
}

div.mod-languages li {
    margin-left: 2px;
    margin-right: 3px;
}

.lang-inline li a img {
    width: 41px;
    height: 27px;
}

.mod-languages ul li a img {
    /*padding-bottom: 3px;*/
}

.lang-active a img {
    border: 3px #acb5bc solid;
    border-radius: 3px;
    margin-top: 2px;
    padding-bottom: 0px;
}


/*Slider*/

#owl-demo {
    max-width: 1839px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.item {
    overflow: hidden;
}

.block--image {
    // min-height: 775px;
    border-bottom: 1px #fff solid;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.block--content {
    position: absolute;
    left: 50px;
    top: 403px;
    max-width: 500px;
    padding: 29px 20px 24px 20px;
    background-color: #05aae3;
    border-radius: 10px;
    border: 1px rgb(155, 173, 198) solid;
    box-shadow: 0px 0px 5px #fff;
    z-index: 100;
    left: 3%;
    top: 52%;
    width: 27%;
    padding: 1.5% 1.2% 1.5%;
}

.content h3 {
    font-size: 30px;
    font-family: 'Calibri';
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.content p {
    font-size: 16px;
    font-family: 'Calibri';
    color: #fff;
    line-height: 24px;
}

.owl-controls {
    position: absolute;
    z-index: 110;
    bottom: 5px;
	left: 3%;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #2c548c;
    border: 2px #fff solid;
    opacity: 1;
	width: 10px;
	height: 10px;
    margin: 5px 3px;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #05aae3;
}


/*Phone*/

.phone {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    bottom: 0.6%;
}

.phone_in {
    display: table;
    margin: 0 auto;
}

.phone_in .moduletable {
    float: left;
}

.call {
    float: left;
    cursor: pointer;
}

.phone_in .moduletable .custom p {
    color: #2c548c;
    font-family: 'Calibri';
    font-weight: bold;
    font-size: 60px;
    float: left;
    /*text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 15px #fff;*/
    padding: 0px 20px;
    text-shadow: -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff;
}


/*Main*/

.main__in {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

.item-page, #userForm {
    // padding: 15px;
    padding: 2% 4%;
}

.item-page ol li p {
    display: inline;
}

.item-page div p {
    line-height: 20px;
    // color: #2c548c
}

/*.item-page div h3 {
    font-size: 18px;
    font-family: 'Calibri';
    font-weight: bold;
    color: #fff;
    background-color: #00ace6;
    text-align: center;
    padding: 27px 0 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    // margin-bottom: 3%;
    padding: 1.5% 0 1%;
    line-height: 25px;

}*/
.item-page div h3 {
    font-size: 18px;
    font-family: arial;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 1.5% 0 1%;
    line-height: 25px;
}



.item-page ul li {
    line-height: 25px;
    list-style: inside;
}

.item-page ol li {
    line-height: 25px;
    list-style: inside;
    list-style-type: decimal;
}

.item-page div a.eks {
    display: block;
    color: #fff;
    background-color: #2c548c;
    border-radius: 10px;
    padding: 10px;
    font-size: 22px;
    transition: all 1s;
    text-align:center;
}

.item-page td>a.eks:hover {
    background-color: rgba(44, 84, 140, 0.8);
    text-decoration: underline;
}

/*.page-header h2 {*/
    /*text-align: center;*/
    /*padding-bottom: 15px;*/
    /*font-size: 30px;*/
/*}*/

.page-header h1, #userForm h1 {
    text-align: center;
    margin-bottom: 30px;
}

.page-header h1 span, #userForm h1 span {
	text-align: center;
    font-size: 34px;
    background-color: #00ace6;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    text-transform:uppercase;
}

.articleBody p {
    font-size: 16px;
}

.prov_single {
	width:48%;
	float:left;
}

.prov_single + .prov_single {
	width:48%;
	float:right;
}




/*Registration*/

.first-form {
    float: left;
    width: 50%;
}

.second-form {
    float: left;
    width: 50%;
}

.sub-text {
    font-size: 18px;
}

.main__in .mail--send {
    padding: 0px 15px 40px;
}

.my-reg-thanks {
	font-size: 27px;
}

.my-reg-frends {
	font-size: 27px;
}

.formRequired {
    color: red;
}

.required--top {
    padding-bottom: 20px;
}

.formValidation {
    display: none !important;
}

#userForm.formResponsive h2 {
    text-align: center;
    padding: 15px;
    font-size: 30px;
    text-transform: uppercase;
}

#userForm.formResponsive p {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
}

#userForm.formResponsive p span {
    font-weight: bold;
}

#userForm.formResponsive img {
    width: 91%;
    margin: 20px auto;
    display: block;
}

.moduletable.colleagues {
	margin-top:-110px!important;
}

.colleagues .sub-text {
	margin-bottom: 32px !important;
	width:100%!important;
	font-size:17px!important;
}

.formResponsive fieldset {
    // width: 60%;
    margin: 0 auto;
    display: table;
    max-width: 31%;
    margin-top: 0px;
    // text-align: center;
}

.colleagues .formResponsive fieldset {
	margin-top:0px;
}

.colleagues .sub-text {
	color: #2c548c!important;
	font-size: 20px!important;
}

#rsform_3_page_0.formHorizontal.formContainer div.rsform-block {
    // margin-bottom: 0 !important;
    display: table;
}

.formResponsive .formHorizontal .formControlLabel {
    float: left;
    width: 275px!important;
    padding-top: 13px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

.add-member {
    background-color: #2c548c;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: table;
    // margin: 0 auto;
    padding: 9px 13px 9px;
    font-size: 18px;
    margin-bottom: 20px;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 315px;
}

.add-member:hover {
    background-color: #0055cc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.formResponsive .formBody {
    float: left;
}

.formResponsive .formBody input {
    height: 25px;
    // resize: none;
}

.formResponsive .formBody input,
.formResponsive select {
    // background: #729fcf;
    border-color: #2c548c;
    border-radius: 0;
    // color: #fff;
}

.rsform-block div div input.rsform-error {
    border: 1px red solid!important;
}

.formResponsive input[type="submit"] {
    background: #2c548c;
    font-size: 18px;
    margin-top: 15px;
}

.reg--text {
    color: #2c548c;
    font-size: 20px;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 280px;/*340px;*/
}

#Send {
	margin-left:30px;
}

.colleagues #Send {
	margin-left:80px;
}

.formResponsive select {
    background: none;
    height: 35px;
    width: 280px;
    font-size: 16px;
}

.formResponsive input[type="submit"] {
    padding: 9px 13px 25px;
    text-transform: uppercase;
}

.formResponsive input,
.formResponsive input {
    width: 270px;
}

.item-page div td {
    // padding: 10px;
}

.main__in .item-page div table.table--date {
    // box-shadow: 0 5px 10px rgba(50, 50, 50, 0.5);
    // padding: 15px;
}

.table--date tbody tr td {
    // vertical-align: middle;
}

.main__in .item-page div table td {
    border-radius: 0px;
    padding: 5px;
}

.table--date td.table--gray {
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);*/
    border-radius: 0px;
    // padding: 10px;
    padding: 13px 0;
    /*color: #000;*/
    // margin: 0px 0 5px 0px;
    vertical-align: middle;
}

tr.header-table {
    background: #1472a6!important;
    color: #fff!important;
}

.table--date p.table--gray {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(211, 211, 211, 1) 100%);
    border-radius: 0px;
    padding: 10px;
    color: #000;
    margin: 0px 0 5px 0px;
}

.table--date {
    width: 80%;
    // margin: 0 auto;
    // display: block;
    // padding: 5px;
}

.table--date tbody tr td p.table--theme {
    /*background: linear-gradient(to bottom, rgba(0, 185, 78, 1) 0%, rgba(5, 145, 54, 1) 100%);*/
    border-radius: 0px;
    padding: 0 0 10px 10px;
    color: rgba(0, 88, 145, 1);;
    /*text-shadow: 1px 1px 1px #000;*/
    margin: 0px 0!important;
    font-weight: bold;
    /*background: rgba(0, 185, 78, 0.9);*/
}

table.table--date tr:nth-child(2n) {
    background: #fff;
}

{

}

.break {
    background: rgba(58, 132, 223, 0.5)!important
}

/*Program*/

.title-program {
    cursor: pointer;
    color: #2C548C;
}

.add-info {
    display: none;
}

.wrap--date {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.date {
    display: block;
    background-color: #1C5990;
    width: 190px;
    position: relative;
    padding: 15px;
    // margin-left: 10.3%;
    // border-radius: 10px;
    // overflow: hidden;
    margin-bottom: 10px;
    width: 29.2%;
    float: left;
    // cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px !important;
    margin-right: 2.2%;
}

.date:last-child {
    margin-right: 0;
}

.date.active--date {
    background-color: #00BA50;
    // cursor: text;
}

.date.active--date::after {
    position: absolute;
    bottom: -15px;
    content: "";
    background-color: #00BA50;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.date .date--left {
    width: 30%;
    float: left;
}

.date .date--right {
    width: 70%;
    float: left;
}

.date .date--number {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left;
    background-image: url(../images/calendar.png);
    background-size: 100% 100%;
    padding: 20px 15px 5px 15px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    display: block;
}

.date .date--month {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    // float: left;
    margin-left: -35px;
    line-height: 30px;
    display: block;
}

.date .date--day {
    color: #fff;
    font-size: 20px;
    // font-weight: bold;
    // float: left;
    margin-left: -35px;
    line-height: 15px;
    display: block;
}

.table--date p {
	padding-left:0px!important;
}

.table--date {
    border: none!important;
    float:left;
    width:100%!important;
}

.table--date tr > td {
	border-spacing:5px;
}

.table--date tr > td:first-child {
	width:10%!important;
	text-align:center;
	vertical-align:middle;
	background-color: #e9e1e1;
}

.table--date tr.break > td:first-child {
	background-color: #ccc;
}

.table--date tr > td:first-child + td[colspan='2'] {
	width:90%;
	border: 1px solid #2C548C;
}

.table--date tr > td:first-child + td, .table--date tr > td:first-child + td + td {
	width:45%;
	border: 1px solid #2C548C;
}

.table--date tr.break > td:first-child + td {
	border:none;
}

.date_eks {
	width: 48%!important;
}

.table--date + .table--date {
	float:right;
}

.main__in div.item-page div ul li p {
    display: inline;
}


/*Info*/

.info {
    background-image: url(../images/bg_info.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.info--right {}

.info .tagline .moduletable .custom h3 {
    text-align: center;
    font-family: 'Calibri';
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    padding: 5px 0 3px;
    border-top: 8px #1472a6 solid;
    border-bottom: 8px #1472a6 solid;
    margin-top: 1px;
    /*text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 15px #fff;*/
    /*text-shadow: -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff;*/
}

.lang-active img {
	box-shadow:0px 0px 3px #fff;
}

.info--left,
.info--center,
.info--right {
    float: left;
    position: relative;
}

.info--left {
    width: 38%;
}

.info--center {
    width: 28%;
}

.info--right {
    width: 34%;
    position: relative;
}

.info--left .moduletable .custom h3 {
    font-size: 68px;
    padding: 45px 0 0 0;
    color: #fff;
    font-family: 'Calibri';
    font-weight: bold;
    text-align: center;
}

.info--left .moduletable .custom p {
    font-size: 45px;
    padding-top: 15px;
    line-height: 50px;
    color: #fff;
    font-family: 'Calibri';
    font-weight: bold;
    text-align: center;
    padding-top: 2.3%;
    line-height: 110%;
}

.info--center .moduletable p {
    font-size: 48px;
    padding-top: 40px;
    line-height: 50px;
    color: #fff;
    font-family: 'Calibri';
    font-weight: bold;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 4%;
}

.info--right>.moduletable .custom p a {
    font-size: 48px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 50px;
    color: #fff;
    font-family: 'Calibri';
    font-weight: bold;
    text-align: center;
    background-color: #05aae3;
    display: table;
    box-shadow: inset 0 -2px 5px #000, inset 0 2px 5px #fff;
    margin-top: 107px;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    line-height: 115%;
    padding: 5% 7% 4%;
    margin-left: 10%;
    margin-bottom: 10%;
    margin-top: 18%;
}

.info--right>.moduletable .custom p a:hover {
    background-color: #2c548c;
}

.info--right__img {
    position: absolute;
    right: -5px;
    top: -30px;
}

.info--right__img {
    -webkit-animation-name: example;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s;
    /* Chrome, Safari, Opera */
    animation-name: example;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes example {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    40% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/* Standard syntax */

@keyframes example {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    40% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.info--right .sale {
    width: 270px;
}

.sale--text .moduletable .custom p a {
    font-family: 'Calibri';
    font-weight: bold;
    font-size: 50px;
    color: #2c548c;
    position: absolute;
    right: 37px;
    top: 70px;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    text-align: center;
    top: 45%;
    cursor: pointer;
}


/*Timer*/

#hour,
#min,
#sec,
#day {
    float: left;
    position: relative;
    display: block;
    margin: 0 10px;
}

#sec1,
#min1,
#hour1,
#day1 {}

#timer_wrap {
    overflow: hidden;
    display: block;
    margin: auto;
}

#clock {
    margin: 0 auto;
    display: table;
}

#razd {
    float: left;
    width: 1px;
}

#stop {
    font-size: 24px;
    color: #222;
}

#clock p {
    float: left;
    background-color: #05aae3;
    color: #fff;
    font-family: 'Pfdintextcondpro';
    font-weight: normal;
    font-size: 86px;
    margin: 0 2px;
    padding: 5px 2px 0px;
    border-radius: 5px;
    overflow: hidden;
    padding: 32px 2px 18px;
}

#clock p span {
    color: #fff;
    font-family: 'Pfdintextcondpro';
    font-weight: normal;
}

#clock div div span {
    clear: both;
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: 'Calibri';
    text-align: center;
    padding-top: 17px;
    padding-top: 20%;
}


/*Block 3*/

.puzlle-1 {
    position: relative;
    height: 446px;
    width: 551px;
    width: 33%;
    float: left;
}

.puzlle-1 .puzlle--border {
    background-image: url(/images/puzzl/puzlle_1.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    z-index: 170;
}

.block_3 .block_3__in .puzlle-1 a p {
    left: -20px;
    right: 0;
    top: 33%;
}

.puzlle-2 {
    position: relative;
    height: 446px;
    float: left;
    width: 33%;
}

.puzlle-2 .puzlle--border {
    background-image: url(/images/puzzl/puzlle_2.png);
    position: absolute;
    height: 100%;
    width: 118%;
    background-size: 100% 100%;
    z-index: 180;
    top: 0;
    left: -17%;
}

.block_3 .block_3__in .puzlle-2 a p {
    left: -12px;
    right: 0;
    top: 33%;
}

.puzlle-3 {
    position: relative;
    height: 446px;
    float: left;
    width: 33%;
}

.puzlle-3 .puzzle__in {
    position: relative;
    height: 351px;
    display: block;
}

.puzlle-3 .puzlle--border {
    background-image: url(/images/puzzl/puzlle_3.png);
    position: absolute;
    top: 0;
    left: -16%;
	height: 99%;
	width: 119%;
    background-size: 100% 100%;
    z-index: 170;
}

.block_3 .block_3__in .puzlle-3 a p {
    left: 0;
    right: 0;
    top: 42%;
}

.puzlle-4 {
    position: relative;
    width: 654px;
    height: 352px;
    float: left;
    /*width: 33.3%;*/
    width: 33.6%;
}

.puzlle-4 .puzlle--border {
    background-image: url(/images/puzzl/puzlle_4.png);
    position: absolute;
    top: -23%;
    left: 0;
    height: 100%;
    width: 117%;
    background-size: 100% 100%;
    z-index: 200;
}

.block_3 .block_3__in .puzlle-4 a p {
    left: 0;
    right: 0;
    top: 20%;
}

.puzlle-5 {
    position: relative;
    height: 351px;
    float: left;
    width: 33.3%;
}

.puzlle-5 .puzlle--border {
    background-image: url(../images/puzlle_5.png);
    position: absolute;
    top: -23%;
	left: 1%;
	height: 100%;
	width: 115%;
    background-size: 100% 100%;
    z-index: 175;
}

.block_3 .block_3__in .puzlle-5 a p {
    left: 0;
    right: 0;
    top: 20%;
}

.puzlle-6 {
    position: relative;
    height: 434px;
    float: left;
    width: 33%;
    margin-bottom: -10%;
}

.puzlle-6 .puzlle--border {
    background-image: url(/images/puzzl/puzlle_6.png);
    position: absolute;
    top: -38%;
	left: 3px;
	height: 100.4%;
	width: 100%;
    background-size: 100% 100%;
    z-index: 175;
}

.block_3 .block_3__in .puzlle-6 a p {
    left: 0;
    right: 0;
    top: 15%;
}

.block_3__in div a .puzlle--border {
    opacity: 0.7;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.block_3__in div a .puzlle--border:hover {
    opacity: 1;
}

.block_3 .block_3__in div a p {
    background-color: #00ace6;
    color: #fff;
    font-size: 28px;
    font-family: 'Calibri';
    font-weight: bold;
    width: 255px;
    padding: 25px 5px 20px 0;
    display: block;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    opacity: 1;
    z-index: 250;
    position: absolute;
    top: 140px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.block_3 .block_3__in div a p:hover {
    background-color: #01538f;
}

.block_3 {
    background-repeat: no-repeat;
    position: relative;
    padding: 4% 4% 0;
    overflow: hidden;
}

.block_3 .block_3__in div ul {
    padding: 60px 80px;
}

.block_3 .block_3__in div ul li {
    display: table;
    width: 560px;
    height: 350px;
    float: left;
    margin-bottom: 15px;
}

.block_3 .block_3__in div ul li a {
    background-color: #00ace6;
    color: #fff;
    font-size: 28px;
    font-family: 'Calibri';
    font-weight: bold;
    width: 255px;
    padding: 25px 5px 20px 0;
    display: block;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 140px
}


/*Bloak supported by*/

.latestnews {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
}

.partneir {
    -webkit-box-flex: 1;
    flex: 1 1 220px;
}

.partneir {
    margin: 0 0.5%;
}

.partneir img {
    display: block;
    margin: 0 auto;
}

.partneir p {
    text-align: center;
}

.partneir > p:first-child {
    height: 85px;
}

.support {
	margin-top:20px;
}

.support .support__in .moduletable h3 {
    font-size: 54px;
    font-family: 'Calibri';
    font-weight: bold;
    color: #fff;
    background-color: #01538f;
    text-align: center;
    padding: 27px 0 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 0;
}

.latestnews {
    margin-bottom: 15px;
}

.support__in .partneir {
   margin-top: 15px;
}

.support__in .partneir p img {
        display: block;
    margin: 0 auto;
    /* margin-bottom: 20px; */
    max-width: 65%;
    height: 75px;
}

.partneir p {
    text-align: center;
    font-size: 18px;
    font-family: 'Calibri';
    color: #242424;
}

.partneir p img {
    max-width: 75%;
    max-height: 80px;
}


/*Bloak partneirs*/

.partneirs--second {
    // padding-bottom: 20px;
}

.partneirs--last .moduletable {
    // padding-bottom: 5%;
}

.partneirs__in .moduletable h3 {
    font-size: 54px;
    font-family: 'Calibri';
    font-weight: bold;
    color: #fff;
    background-color: #01538f;
    text-align: center;
    padding: 27px 0 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 0;
}

.partneirs__in .partneir {
    margin-top: 15px;
}

// .partneirs__in .moduletable .partneir {
//     margin-top: 3% !important;
// }
.partneirs__in .partneir p img {
    display: block;
    margin: 0 auto;
    margin-bottom: 2%;
}

.partneir p {
    text-align: center;
    font-size: 18px;
    font-family: 'Calibri';
    color: #8f8e8a;
    font-style:italic;
}

.partneir a {
	color: #242424;
}

.partneir a:hover {
	text-decoration:underline;
}

.custom_logo_brain {
	float:right;
}


/*Contact*/

.contact {
    overflow: hidden;
    background-image: url(../images/bg_contact.jpg);
    background-size: 100% 100%;
    clear: both;
}

.contact__in > .moduletable:first-child h3 {
    font-size: 54px;
    font-family: 'Calibri';
    font-weight: bold;
    color: #fff;
    background-color: #01538f;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 3%;
    padding: 5px 0;
}

.contact .contact__in .moduletable iframe {
    width: 56%;
    padding: 0 2%;
    margin-bottom: 15px;
    float: left;
}

.contact .contact__in .contact--content {
    width: 36%;
    padding: 0 2%;
    float: left;
}

.contact .contact__in .contact--content .moduletable {
    overflow: hidden;
}

.contact .contact__in .contact--content .moduletable h3 {
    color: #009445;
    font-family: 'Calibri';
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-bottom: 4%;
}

.contact .contact__in .contact--content .moduletable:first-child {
    margin-bottom: 60px;
    margin-bottom: 3%;
}

.contact .contact__in .contact--content .moduletable:nth-child(2) {
    margin-bottom: 2%;
}

.contact .contact__in .contact--content .moduletable:nth-child(3) {
    margin-bottom: 0.5%;
}

.contact .contact__in .contact--content .moduletable p {
    line-height: 40px;
}

.contact .contact__in .contact--content .moduletable:nth-child(3) p:last-child {
    line-height: 76px;
}

.contact .contact__in .contact--content .moduletable .custom .icon {
    display: table;
    float: left;
    padding-right: 15px;
}

.contact .contact__in .moduletable .custom p {
    color: #2c548c;
    font-size: 36px;
    font-family: 'Calibri';
    font-weight: bold;
}

.contact .contact__in .moduletable .custom p a {
    list-style: none;
    text-decoration: none;
    color: #2c548c;
}

.map-info {
    display: table-cell;
    text-align: center;
    /*width: 50%;
    display: inline-block;*/
}
.text-info {
   display: table-cell;
    vertical-align: middle;
    width: 100%;
   /* display: inline-block;
    width: 49%;
    vertical-align: top;
    margin: 9% auto;*/
}

/*Footer*/

footer {
    background-color: #01538f;
    min-height: 43px;
    overflow: hidden;
}

footer .footer__in > .custom > p {
    float: left;
    padding-left: 45px;
    line-height: 43px;
    color: #fff;
    font-family: 'Calibri';
    font-size: 18px;
}

footer .footer__in a {
    float: right;
    padding-right: 45px;
    padding-top: 8px;
}

.custom_logo_brain a {
	font-size:10px;
	color:#fff;
}

.custom_logo_brain img {
	margin-top:-5px;
}

.kont_bl {
	padding:0px;
}


/*Menu mobile*/

#nav-toggle,
.mobile--menu {
    display: none;
}

#nav-toggle {
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    cursor: pointer;
    height: 0;
    padding: 20px;
    z-index: 999;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #01538f;
    position: absolute;
    display: block;
    content: '';
    padding-right: 5px;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

.mobile {
    display: none;
}


/*Back top*/

#back-top {
    background-color: rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px #01538f solid;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    z-index: 999;
}

#back-top i {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #01538f;
    margin-top: 10px;
    font-size: 24px;
}

#back-top:hover {
    border-color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: rgba(0, 0, 0, 0.6);
}

#back-top:hover i {
    color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 768px) {
    #back-top {
        bottom: 10px;
        right: 10px;
    }
}


/*Display*/

.display--block {
    display: block !important;
}

.blog .items-leading > div {
	width: 25%;
	float:left;
	margin-top:20px;
}

.blog .items-leading > div .dokl_inner {
	box-shadow: 0px 0px 3px #CFCFCF;
	border-radius: 6px;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
}

.blog .items-leading > div .dokl_inner:hover {
	box-shadow: 0px 0px 3px #2C548C;
}

.blog .items-leading > div .pull-left {
	text-align:center;
	margin-bottom:20px;
	float:none;
}

.blog .items-leading > div .page-header h2 {
	color: #2c548c;
	font-family: 'Calibri';
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.dokl_dolz {
	margin-bottom: 20px;
	text-align: justify;
	line-height: 17px;
}

.dokl_dolz * {
	text-align:justyfi;
}

.blog .items-leading > div .pull-left img {
	max-width:70%;
}

.dokl_thema {
	line-height: 17px;
}

.dokl_thema strong {
	color: #2c548c;
}

.logo_info {
	background-color:#fff;
	border:1px solid #05aae3;
	border-radius:0px 0px 10px 10px;
	padding:10px 20px 20px;
	border-top:none;
	box-shadow: 0 6px 4px -4px #000;
	z-index: 100;
	position: relative;
}

.custom.phone_top {
	margin-top: 10px;
	background-image: url('../images/call.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 25px;
}

.price_mob {
	display:none;
}

select#imgordering {display: none;}
select#limit {display: none;}
#phocagallery .pagination.pagination-centered li {display: inline-block;margin-right: 5px;font-size: 20px;}
#phocagallery .pagination.pagination-centered li.pagination-start {display: none;}
#phocagallery .pagination.pagination-centered li.pagination-prev {display: none;}
#phocagallery .pagination.pagination-centered li.pagination-next {display: none;}
#phocagallery .pagination.pagination-centered li.pagination-end {display: none;}

#phocagallery {text-align: center;}
#phocagallery .pagination.pagination-centered {font-size: 0;}
.ph-cb.pg-cv-paginaton + div {display: none!important;}

.pg-cv-box{float: none!important;    display: inline-block;}

#phocagallery .page-header h1 {text-align: center;font-size: 34px;background-color: #00ace6;padding: 10px 30px;display: inline-block;border-radius: 10px;color: #fff;text-transform: uppercase;margin-top: 30px;}

#phocagallery .pagination.pagination-centered li a {
	display:block;
	background-color:#ccc;
	color:#2C548C;
	padding:5px 10px;
}

#phocagallery .pagination.pagination-centered li span {
	display:block;
	background-color:#2C548C;
	color:#fff;
	padding:5px 10px;
}

@media only screen and (min-width: 1440px) and (max-width:1924px){
    .nav-child{
        min-width: 200px;
    }
}

@media only screen and (max-width:1700px) {
    .logo__in .moduletable .custom h2 {
        font-size: 160%;
    }
    .years__in .moduletable .custom p {
        padding: 4px 15px 2px;
    }
    header .menu li a,
    header .menu li span {
        // font-size: 130%;
        font-size: 22px;
    }
    .info .tagline .moduletable .custom h3 {
        font-size: 55px;
    }
    .info--left .moduletable .custom h3 {
        font-size: 55px;
    }
    .info--left .moduletable .custom p {
        font-size: 32px;
    }
    .info--center .moduletable p {
        font-size: 35px;
    }
    #clock p {
        font-size: 60px;
        padding: 15px 2px 18px;
    }
    .info--right > .moduletable .custom p a {
        font-size: 35px;
    }
    .info--right>.moduletable .custom p a {
        margin-top: 19%;
    }
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 190px;
    }
}

@media only screen and (max-width:1540px) {
    .info--right>.moduletable .custom p a {
        margin-top: 21%;
    }
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 8%;
    }
    header .menu li a,
    header .menu li span {
        font-size: 20px;
    }
}

@media only screen and (max-width:1440px) {
    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 130%;
    }
    .logo__in {
        width: 320px;
        width: 100%;
    }
    .years__in .moduletable .custom p {
        padding: 4px 16px 2px;
    }
    header .menu li a,
    header .menu li span {
        // padding: 14px 15px 10px 14px;
        padding: 14px 7px 14px 7px;
    }
    header .menu li a,
    header .menu li span {
        /*font-size: 90%;*/
        /*font-size: 75%*/
        font-size: 15px;
    }
    .lang-inline li a img {
        width: 30px;
        height: 20px;
    }
    .block--image {
        // min-height: 555px;
    }
    .content h3 {
        font-size: 130%;
    }
    .content p {
        font-size: 16px;
        font-family: 'Calibri';
        color: #fff;
        line-height: 24px;
        font-size: 80%;
        line-height: 120%;
    }
    .phone_in .moduletable .custom p {
        font-size: 250%;
    }
    .call {
        height: 32px;
    }
    .info--right>.moduletable .custom p a {
	    margin-top: 12%;
    }
    /*Main*/
    .info .tagline .moduletable .custom h3 {
        font-size: 320%;
    }
    .info--left .moduletable .custom h3 {
        font-size: 300%;
        padding: 45px 0 0 0;
       padding-top: 2%;
    }
    .info--left .moduletable .custom p {
        font-size: 200%;
    }
    .info--center .moduletable p {
        font-size: 200%;
    }
    #clock p {
        font-size: 250%;
    }
    #clock p {
        padding: 5px 4px 0px;
    }
    #clock div div span {
        font-size: 110%;
    }
    .info--right .moduletable .custom p a {
        font-size: 220%;
        padding: 5% 7% 4%;
        margin-left: 0;
    }
    .sale--text .moduletable .custom p a {
        top: 40%;
    }
    #hour,
    #min,
    #sec,
    #day {
        float: left;
        position: relative;
        display: block;
        margin: 0 6px;
    }
    #clock p {
        font-size: 315%;
    }
    .info--right .sale {
        width: 215px;
    }
    .sale--text .moduletable .custom p a {
        font-size: 180%;
    }
    .info--center .moduletable p {
        line-height: normal;
    }
    /*Puzlle*/
    .block_3 {
        padding: 2% 4% 0;
    }
    .puzlle-1 {
        height: 330px;
    }
    .puzlle-2 {
        height: 330px;
    }
    .puzlle-3 {
        height: 330px;
    }
    .puzlle-3 .puzzle__in {
        height: 262px;
    }
    .puzlle-4 {
        height: 250px;
    }
    .puzlle-5 {
        height: 250px;
    }
    .puzlle-6 {
        height: 308px;
    }
    .block_3 .block_3__in div a p {
        padding: 15px 0 12px 0;
        font-size: 26px;
        width: 250px;
    }
    /*Partneir*/
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 170px;
    }
    .support .support__in .moduletable h3 {
        font-size: 250%;
    }
    .partneirs__in .moduletable h3 {
        font-size: 250%;
    }
    .support__in #owl-demo-2 .owl-wrapper-outer .owl-wrapper .owl-item .item p {
        font-size: 75%;
    }
    .partneirs__in #owl-demo-2 .owl-wrapper-outer .owl-wrapper .owl-item .item p {
        font-size: 75%;
    }
    .partneir p img {
        max-width: 75%;
        max-height: 80px;
    }

    .partneir > p:first-child {
    	height: 85px;
    }

    .support__in .partneir p img {
        max-width: 65%;
        height: 75px;
    }
    .support__in .partneir p img {
        margin-bottom: 10px;
    }
    .partneir p {
        font-size: 12px;
    }
    /*Contact*/
    .contact__in > .moduletable:first-child h3 {
        font-size: 250%;
    }
    .contact .contact__in .contact--content .moduletable h3 {
        font-size: 36px;
    }
    .contact .contact__in .moduletable .custom p {
        font-size: 24px;
    }
    .contact .contact__in .moduletable iframe {
        height: 480px;
    }
}

@media only screen and (max-width:1300px) {
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 150px;
    }
    .date .date--month{
        margin-left: 0;
    }
    .date .date--day{
        margin-left: 0;
    }
}

@media only screen and (max-width:1200px) {
    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 110%;
    }
    header .menu li a,
    header .menu li span {
        // font-size: 80%;
        /*font-size: 70%;*/

    }
    .info--right > .moduletable .custom p a {
        margin-top: 21%;
    }
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 140px;
    }
    .date{
        width: 29%;
    }

}

@media only screen and (max-width:1170px) {
	.date {
		margin-right:2%;
		width: 28%;
	}

	.blog .items-leading > div {
		width:25%;
	}
}

@media only screen and (min-width: 801px) and (max-width:1150px){
    .first-form{
        float: none;
        width: auto;
    }
    .second-form{
        float: none;
        width: auto;
    }
}

@media only screen and (max-width:1100px) {
    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 100%;
    }

    .logo {
    	width:22%;
    }

    .phone_top > p {
    	font-size:18px;
    }

    .custom.phone_top {
    	background-position:left center;
    }

    .logo__in {
        width: 230px;
        width: 100%;
    }
    .years {
        bottom: 3%;
    }
    .years__in .moduletable .custom p {
        float: left;
        padding: 4px 13px 2px;
        margin: 0 1px;
    }
    header .menu li a,
    header .menu li span {
        // padding: 12px 15px 10px 12px;
    }
    header .menu li a,
    header .menu li span {
        /*font-size: 60%;*/
        font-size: 13px;
    }
    .lang-inline li a img {
        width: 25px;
        height: 17px;
    }
    .block--image {
        // min-height: 455px;
    }
    .content h3 {
        font-size: 100%;
    }
    .content p {
        font-size: 60%;
        line-height: 120%;
    }
    .phone_in .moduletable .custom p {
        font-size: 200%;
    }
    .call {
        height: 27px;
    }
    .owl-theme .owl-controls {
        margin-top: 5px;
        text-align: center;
    }
    /*Main*/
    .info .tagline .moduletable .custom h3 {
        font-size: 235%;
    }
    .info--left .moduletable .custom h3 {
        font-size: 260%;
        padding: 45px 0 0 0;
        padding-top: 7%;
    }
    .info--left .moduletable .custom p {
        font-size: 170%;
    }
    .info--center .moduletable p {
        font-size: 180%;
    }
    #clock p {
        font-size: 220%;
    }
    #clock div div span {
        font-size: 90%;
    }
    .info--right .moduletable .custom p a {
        font-size: 170%;
    }
    .info--right .sale {
        width: 170px;
        top: 5px;
    }
    .sale--text .moduletable .custom p a {
        font-size: 130%;
    }
    /*Puzlle*/
    .puzlle-1 {
        height: 250px;
    }
    .puzlle-2 {
        height: 250px;
    }
    .puzlle-3 {
        height: 250px;
    }
    .puzlle-3 .puzzle__in {
        height: 196px;
    }
    .puzlle-4 {
        height: 200px;
    }
    .puzlle-5 {
        height: 200px;
    }
    .puzlle-6 {
        height: 248px;
    }
    .block_3 .block_3__in .puzlle-6 a p {
        left: 0;
        right: 0;
        top: 17%;
    }
    .block_3 .block_3__in div a p {
        padding: 12px 0 10px 0;
        font-size: 120%;
        width: 160px;
    }
    /*Partneir*/
    .support .support__in .moduletable h3 {
        font-size: 220%;
    }
    .partneirs__in .moduletable h3 {
        font-size: 220%;
    }
    .support__in #owl-demo-2 .owl-wrapper-outer .owl-wrapper .owl-item .item p {
        font-size: 75%;
    }
    .partneirs__in #owl-demo-2 .owl-wrapper-outer .owl-wrapper .owl-item .item p {
        font-size: 75%;
    }
    .partneir p {
        font-size: 12px;
    }
    .partneirs__in .partneir p img {
        max-width: 70%;
        height: 80px;
    }
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 130px;
    }
    /*Contact*/
    .contact__in > .moduletable:first-child h3 {
        font-size: 220%;
    }
    .contact .contact__in .contact--content .moduletable h3 {
        font-size: 24px;
    }
    .contact .contact__in .moduletable .custom p {
        font-size: 16px;
    }
    .contact .contact__in .moduletable iframe {
        height: 410px;
    }
    .contact--content .moduletable .custom .icon img {
        width: 60px;
    }
    .contact .contact__in .contact--content .moduletable p {
        line-height: 32px;
    }
    .contact .contact__in .contact--content .moduletable:nth-child(3) p:last-child {
        line-height: 60px;
    }
    footer .footer__in p {
        font-size: 14px;
    }
    .block_3 .block_3__in div a p{
        width: 170px;
    }
}

@media only screen and (max-width: 1000px) {
    .block--image {
        // min-height: 400px;
    }
    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 90%;
    }
    header .menu li a,
    header .menu li span {
        /*font-size: 55%;*/
    }
    #clock p {
        font-size: 190%;
    }
    #hour,
    #min,
    #sec,
    #day {
        margin: 0 4px;
    }
    .block--content {
        top: 45%;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 10px;
        height: 10px;
        margin: 5px 2px;
    }
    .phone_in .moduletable .custom p {
        padding: 0px 10px;
    }
    .call {
        height: 17px;
    }
    .phone_in .moduletable .custom p {
        font-size: 120%;
    }
    .info--center .moduletable p {
        font-size: 145%;
    }
    .info--left .moduletable .custom h3 {
        font-size: 240%;
    }
    .info--left .moduletable .custom p {
        font-size: 150%;
    }
    .info--right .moduletable .custom p a {
        font-size: 120%;
    }
    .partneir p {
        font-size: 12px;
    }
    .partneirs__in .partneir p img {
        width: 70%;
    }
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 110px;
    }
    .contact .contact__in .contact--content .moduletable:nth-child(3) {
        margin-bottom: 0.5%;
    }
}

@media only screen and (max-width: 950px) {
    header .menu li a,
    header .menu li span {
        font-size: 60%;
    }
    header .menu li a,
    header .menu li span {
        font-size: 70%;
    }

    .phone_top > p {
	    font-size: 15px;
	    padding-left: 50px;
	    text-align:left;
	}

    #clock p {
        font-size: 170%;
    }
    .info .tagline .moduletable .custom h3 {
        font-size: 200%;
    }
    .info--left .moduletable .custom h3 {
        font-size: 200%;
    }
    .info--left .moduletable .custom p {
        font-size: 130%;
    }
    .block_3 .block_3__in div a p {
        padding: 6px 3px 4px 3px;
        font-size: 80%;
        width: 110px;
    }
    .info--right > .moduletable .custom p a {
        margin-top: 18%;
    }
    .years__in .moduletable .custom p {
        padding: 4px 10px 2px;
    }
    .map-info{
        display: block;
    }
    .text-info{
        display: block;
    }

    .blog .items-leading > div {
		width:33.3%;
	}
}

@media only screen and (max-width: 900px) {
    .latestnews {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .support__in .partneir p {
        font-size: 12px;
    }
    header .menu li a,
    header .menu li span {
        font-size: 65%;
    }
    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 70%;
        line-height: 15px;
    }

    .phone_top > p {
    	padding-left:40px;
    }

    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 100px;
    }
    .page-header h2{
        font-size: 30px;
    }
    .date .date--month{
        font-size: 20px;
    }
    .date .date--number{
        font-size: 25px;
    }
    .date .date--day{
        line-height: 0;
    }
}

@media only screen and (max-width: 800px) {
    #nav-toggle,
    .mobile--menu {
        display: block;
    }
    .moduletable_menu .nav.menu {
        display: none;
    }
    .mobile--menu .moduletable .menu li a {
        font-size: 50%;
    }
    header .menu li a,
    header .menu li span {
        font-size: 50%;
    }
    li.deeper.parent>a::after,
    li.deeper.parent>span::after {
        display: inline-block;
        float: none;
        padding-left: 5px;
    }
    .nav-child {
        position: relative;
        border-radius: 0px;
        border: none;
        box-shadow: none;
        display: none;
        width: 100%;
        transition: all 1s;
    }
    header .menu li:hover .nav-child{
        // display: block;
    }
    .mobile--menu .moduletable .menu li {
        padding: 4px 15px 4px 12px;
    }
    .block--image {
        // min-height: 300px;
    }
    .owl-theme .owl-controls {
        margin-top: 2px;
        text-align: center;
    }
    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 70%;
    }
    .years__in .moduletable .custom p {
        padding: 3px 7px 2px;
    }
    .years {
        bottom: 2.5%;
    }
    .years__in .moduletable .custom p a {
        padding: 2% 0px 1%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .language {
        top: 10px;
        right: 70px;
    }

    .phone_top > p {
	    padding-left: 30px;
	}

	.logo {
	    width: 180px;
	}

    .content h3 {
        font-size: 80%;
    }
    .content p {
        font-size: 40%;
        line-height: 120%;
    }
    .block--content {
        top: 50%;
    }
    header .menu li {
        display: block;
    }
    header .menu li a,
    header .menu li span {
        padding: 0;
    }
    .owl-controls.clickable {
        top: 88%;
    }
    .info .tagline .moduletable .custom h3 {
        font-size: 150%;
        padding: 10px 0 3px;
    }
    .info--left .moduletable .custom h3 {
        font-size: 180%;
    }
    .info--left .moduletable .custom p {
        font-size: 120%;
    }
    .info--center .moduletable p {
        font-size: 125%;
        line-height: normal;
    }
    #clock p {
        font-size: 150%;
    }
    #clock div div span {
        font-size: 70%;
    }
    .info--right .moduletable .custom p a {
        font-size: 100%;
    }
    .info--right .sale {
        width: 125px;
    }
    .info--right__img {
        top: -15px;
    }
    /*Puzlle*/
    .puzlle-1 {
        height: 215px;
    }
    .puzlle-2 {
        height: 215px;
    }
    .puzlle-3 {
        height: 215px;
    }
    .puzlle-3 .puzzle__in {
        height: 170px;
    }
    .puzlle-4 {
        height: 165px;
    }
    .puzlle-5 {
        height: 165px;
    }
    .puzlle-6 {
        height: 205px;
    }
    .block_3 .block_3__in .puzlle-6 a p {
        left: 0;
        right: 0;
        top: 17%;
    }
    .support__in .partneir p {
        font-size: 8px;
    }
    .partneir p {
        font-size: 8px;
    }
    .partneirs__in .partneir p img {
        max-width: 70%;
        height: 65px;
    }
    .partneirs__in .partneir {
        margin-top: 10px;
    }
    .latestnews {
        margin-bottom: 10px;
    }
    .support__in .partneir {
        margin-top: 10px;
    }
    .contact .contact__in .contact--content .moduletable h3 {
        font-size: 154%;
    }
    .contact .contact__in .moduletable .custom p {
        font-size: 14px;
        line-height: 190%;
    }
    .contact .contact__in .contact--content .moduletable:nth-child(3) p:last-child {
        line-height: 56px;
    }
    .contact--content .moduletable .custom .icon img {
        width: 50px;
    }
    .contact .contact__in .contact--content .moduletable .custom .icon {
        padding-right: 15px;
    }
    .contact .contact__in .moduletable iframe {
        height: 365px;
    }
    .support .support__in .moduletable h3 {
        font-size: 150%;
    }
    .partneirs__in .moduletable h3 {
        font-size: 150%;
    }
    .contact__in > .moduletable:first-child h3 {
        font-size: 150%;
    }
    footer .footer__in p {
        font-size: 10px;
    }
    .block_3 {
        padding: 4% 3% 0;
    }
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 95px;
    }
    .formResponsive .formHorizontal .formControls {
        margin-left: 0;
    }
    .formResponsive .formBody {
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
        max-width: 80%;
    }
    .formResponsive .formHorizontal .formControlLabel {
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    #userForm.formResponsive p {
        /*display: none;*/
    }
    .formResponsive .formHorizontal .rsform-block {
        margin-bottom: 0px;
        display: block !important;
    }
    .add-member {
        margin: 0 auto;
        margin-top: 20px;
        // margin-bottom: 20px;
    }
    .formResponsive .formHorizontal .formControlLabel {
        padding-bottom: 13px;
    }
    .formResponsive input[type="submit"] {
        margin-top: 0px;
    }
    .required--top {
        text-align: center;
    }
    .formResponsive .formHorizontal .formControlLabel {
        width: 90% !important;
    }
    .formResponsive fieldset {
        max-width: 100%;
    }
    .formResponsive .formBody input,
    .formResponsive select {
        width: 95% !important;
    }

    .rsform-block .formControls div.formBody select {
        width: 100% !important;
    }
    #userForm.formResponsive img {
        width: 90%;
    }
    .page-header h2 {
        font-size: 27px;
    }
    .date {
        width: 28%;
    }
    .date .date--number {
        font-size: 22px;
        padding: 20px 15px 10px 15px;
    }
}

@media only screen and (max-width: 760px) {
    .info--left .moduletable .custom h3 {
        font-size: 140%;
    }
    .info--center .moduletable p {
        font-size: 115%;
    }
    .info--left .moduletable .custom p {
        font-size: 110%;
    }
}

@media only screen and (max-width: 700px) {
    .info--right .sale {
        width: 85px;
    }
    .sale--text .moduletable .custom p a {
        font-size: 90%;
    }
    .info--center .moduletable p {
        font-size: 110%;
        line-height: normal;
    }
    #clock p {
        font-size: 120%;
    }
    .info--left .moduletable .custom h3 {
        font-size: 130%;
    }
    .info--left .moduletable .custom p {
        font-size: 100%;
    }
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 80px;
    }
    .contact .contact__in .moduletable .custom p {
        font-size: 10px;
        line-height: 270%;
    }
    .contact .contact__in .contact--content .moduletable h3 {
        font-size: 130%;
    }
    .page-header h2 {
        font-size: 23px;
    }
    .date .date--month {
        font-size: 19px;
    }
    .date .date--day{
        font-size: 17px;
    }
    .date .date--number {
        font-size: 15px;
        padding: 20px 10px 15px 10px;
    }

    .prov_single {
    	float:none;
    	width:100%;
    }

    .prov_single + .prov_single {
     	float:none;
    	width:100%;
    	margin-top:20px;
    }

    .blog .items-leading > div {
		width:50%;
	}
}

@media only screen and (max-width: 670px) {
    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 50%;
    }
    .info--left .moduletable .custom h3 {
        font-size: 132%;
    }
    .info--center .moduletable p {
        font-size: 95%;
    }

    footer .footer__in > .custom > p {
    	float:none;
    	text-align:center;
    	padding:0px;
    }

    footer .footer__in a {
    	float:none;
    	padding:0px;
    }

    .custom_logo_brain > p:first-child {
    	margin-bottom:10px;
    }

    .custom_logo_brain {
    	float:none;
    	text-align:center;
    	padding-bottom:10px;
    }
}

@media only screen and (max-width: 620px) {
	.moduletable.colleagues {
	    margin-top: 0px!important;
	}
}

@media only screen and (max-width: 600px) {
    .header__in {
        background: #1472a6;
    }

    .price_mob {
    	display:block;
    	text-align:center;
    }

    .price_big {
    	display:none;
    }

    .price_mob img {
    	margin-top:20px;
    	max-width:100%;
    	width:auto;
    	height:auto;
    }

    .pull-right, .pull-left {
    	max-width:50%;
    	width:auto;
    	height:auto;
    }

    .item-page div a.eks {
    	font-size:16px!important;
    }

    .table--date * {
    	font-size:12px!important;
    }

    .support {
    	margin-top:0px;
    }

    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before {
        background: #fff;
    }
    .owl-controls {
        top: 89%;
    }
    .logo {
        position: absolute;
        position: relative;
        width: 180px;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 60px;
    }

    .logo__in .moduletable .custom h2 {
    	line-height: 21px;
    }

    header .menu li {
        display: block;
        position: relative;
        text-align: center;
    }
    .mobile--menu .moduletable .menu {
        width: 100%;
    }
    .mobile--menu .moduletable .menu {
        border-radius: 0;
    }
    .mobile--menu .moduletable .menu li {
        padding: 10px 0px 0px 0px;
    }
    header .menu li a,
    header .menu li span {
        font-size: 70%;
    }
    header .menu li span.show-menu::after {
        padding: 0 0 0 5px;
    }
    header .menu li a {
        padding: 0px 0px 10px 0px;
    }
    header .menu li span {
        padding: 0;
        display: table;
        margin: 0 auto;
    }
    .mobile--menu .moduletable .menu {
        padding-bottom: 10px;
    }
    .nav-child {
        position: relative;
        top: 62px;
        background-color: #01538f;
        border-radius: 0;
        border: none;
        box-shadow: none;
        display: none;
        width: 100%;
        top: 100%;
        padding-bottom: 10px;
    }
    .mobile--menu .moduletable .menu li a {
        font-size: 70%;
    }
    .logo__in {
        width: 100%;
    }
    .years__in .moduletable .custom p {
        padding: 4px 22px 2px;
        font-size: 12px;
    }
    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 130%;
    }
    .info .tagline .moduletable .custom h3 {
        font-size: 135%;
    }
    #clock p {
        font-size: 145%;
    }
    .info--center .moduletable p {
        font-size: 120%;
    }
    .info--right__img {
        right: 45px;
    }
    .language {
        top: 280px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .block--content {
        top: 40%;
        width: 70%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .owl-theme .owl-controls {
        margin-top: -10px;
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 0px;
    }
    .slider {
        padding-bottom: 30px;
        background: #1472a6;
    }
    .phone {
        bottom: 3px;
    }
    .phone_in .moduletable .custom p {
        text-shadow: 0px 0px 35px #fff, 0px 0px 35px #fff;
    }
    .block--image {
        // min-height: 240px;
    }
    .language__in {
        display: table;
        margin: 0 auto;
    }
    .info--left,
    .info--center,
    .info--right {
        width: 100%;
    }
    .info--right .moduletable .custom p a {
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .info--right .sale {
        top: -20px;
    }
    .sale--text .moduletable .custom p a {
        top: 12%;
    }
    .info--right .sale {
        width: 110px;
    }
    .puzlle-1 {
        height: 150px;
    }
    .puzlle-4 {
        height: 115px;
    }
    .puzlle-2 {
        height: 150px;
    }
    .puzlle-3 {
        height: 150px;
    }
    .puzlle-3 .puzzle__in {
        height: 118px;
    }
    .puzlle-5 {
        height: 115px;
    }
    .puzlle-6 {
        height: 141px;
    }
    .block_3 {
        // padding: 1.3% 1.8% 0;
    }
    .block_3 .block_3__in div a p {
        padding: 6px 0 3px;
        border-radius: 3px;
        font-size: 70%;
        width: 100px;
    }
    .latestnews {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-flow: row wrap;
    }
    .support {
        // padding-bottom: 30px;
    }
    .partneir {
        -webkit-box-flex: 1;
        flex: 1 1 150px;
    }
    .partneirs__in .partneir {
        margin-top: 1%;
    }
    .partneirs--second {
        padding-bottom: 0px;
    }
    .support__in .partneir {
        margin-top: 10px;
    }
    .partneirs__in .partneir p img {
        width: auto;
    }
    .contact .contact__in .contact--content .moduletable h3 {
        font-size: 150%;
    }
    .contact--content .moduletable .custom .icon img {
        width: 50px;
    }
    .contact .contact__in .moduletable .custom p {
        font-size: 10px;
        line-height: 170%;
    }
    .contact .contact__in .moduletable iframe {
        padding: 0;
        width: 100%;
        width: 95%;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .contact .contact__in .contact--content {
        width: 96%;
        padding: 0 2%;
        float: left;
    }
    .contact .contact__in .contact--content .moduletable h3 {
        margin-top: 3%;
    }
    footer .footer__in p {
        padding-left: 0;
        font-size: 10px;
        width: 100%;
        text-align: center;
    }

    .contact .contact__in .contact--content .moduletable:first-child {
        margin-bottom: 60px;
        margin-bottom: 3%;
    }
    .contact .contact__in .contact--content .moduletable:nth-child(2) {
        margin-bottom: 0.8%;
    }
    .info--left .moduletable .custom h3 {
        font-size: 130%;
    }
    .info--left .moduletable .custom p {
        font-size: 90%;
    }
    .info--center .moduletable p {
        padding-top: 5%;
    }
    #clock {
        margin-top: 1%;
    }
    .info--right .moduletable .custom p a {
        padding: 2.5% 7% 2.5%;
    }
    .info {
        // background-image: url(../images/bg_info.jpg);
        background-size: auto;
    }
    .contact .contact__in .moduletable .custom p {
        font-size: 16px;
        line-height: 170%;
    }
    .first-form{
        float: none;
        width: auto;
    }
    .second-form{
        float: none;
        width: auto;
    }
    .page-header h2 {
        font-size: 19px;
    }
    .date {
        width: 27%;
    }
    .date .date--month {
        font-size: 15px;
    }
    .date .date--number {
        font-size: 12px;
    }

}

@media only screen and (max-width: 475px) {
    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 110%;
    }

    .blog .items-leading > div {
		width:100%;
	}

	.blog .items-leading > div .pull-left {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}

	.blog .items-leading > div .page-header {
		width: 45%;
		line-height: 30px;
		display: inline-block;
		vertical-align: middle;
	}

	.dokl_dolz {
		clear:both;
	}

	.blog .items-leading > div .pull-left img {
	    max-width: 100%;
	}

    .language {
        // top: 43%;
    }
    .block_3 .block_3__in div a p {
        padding: 6px 0 3px;
        border-radius: 3px;
        font-size: 9px;
        width: 75px;
    }
    .page-header h2 {
        font-size: 17px;
    }

    .date {
	    width: 25%;
		padding-left: 5px;
	}

	.date .date--day {
	    font-size: 11px;
	}

    .date.active--date::after {
        position: absolute;
        bottom: -8px;
        content: "";
        width: 15px;
        height: 15px;
    }
    .date .date--number {
        font-size: 12px;
        padding: 16px 5px 10px 5px;
    }
    .date .date--month {
        font-size: 14px;
    }
    .date .date--day {
        font-size: 14px;
    }

    .date_eks {
    	width:100%!important;
    }

}

@media only screen and (max-width: 400px) {
	.language {
		top: 240px;
	}

    .logo__in .moduletable .custom h2,
    .years__in .moduletable .custom p a {
        font-size: 75%;
    }
    .puzlle-1 {
        height: 100px;
    }
    .puzlle-4 {
        height: 80px;
    }
    .puzlle-2 {
        height: 100px;
    }
    .puzlle-3 {
        height: 100px;
    }
    .puzlle-3 .puzzle__in {
        height: 79px;
    }
    .puzlle-5 {
        height: 80px;
    }
    .puzlle-6 {
        height: 97px;
    }
    .block_3 {
        // padding: 1.3% 1.8% 0;
    }
    .block_3 .block_3__in div a p {
        padding: 6px 0 3px;
        border-radius: 3px;
        font-size: 5px;
        width: 55px;
    }
    .years__in .moduletable .custom p {
        padding: 4px 13px 2px;
    }
    .info--right__img {
        right: -5px;
    }
    .block--image {
        // min-height: 200px;
    }
    .contact .contact__in .moduletable .custom p {
        font-size: 17px;
        line-height: 170%;
    }
    .contact .contact__in .contact--content .moduletable:nth-child(2) {
        margin-bottom: 1.5%;
    }
    .page-header h2 {
        font-size: 10px;
    }
    .date {
        width: 25%;
    }
    .date .date--month {
        font-size: 10px;
    }
    .date .date--day {
        font-size: 8px;
    }

    .date .date--right {
	    width: 55%;
	    float: left;
	    margin-left: 5px;
	}
}

/****/
.partneir p img {
    max-width: 75%;
    max-height: 80px;
}

.partneir > p:first-child {
    height: 85px;
}

.partneir{
      -webkit-box-flex: 1;
    flex: 1 1 170px;
}

select#imgordering {
    display: none;
}
select#limit {
    display: none;
}
#phocagallery .pagination.pagination-centered li {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}
#phocagallery .pagination.pagination-centered li.pagination-start {
    display: none;
}
#phocagallery .pagination.pagination-centered li.pagination-prev {
    display: none;
}
#phocagallery .pagination.pagination-centered li.pagination-next {
    display: none;
}
#phocagallery .pagination.pagination-centered li.pagination-end {
    display: none;
}
.photogallery {
    text-align: center;
}
.photogallery h1 {
    text-align: center;
    font-size: 34px;
    background-color: #00ace6;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
}
.photos .eks {
    display: block;
    color: #fff;
    background-color: #2c548c;
    border-radius: 10px;
    padding: 10px;
    font-size: 22px;
    transition: all 1s;
    text-align: center;
        margin: 20px 10px 35px;
}
.photos .eks:hover{
  background-color: rgba(44, 84, 140, 0.8);
    text-decoration: underline;
}