

html {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    font-family: "Signika";
}

form input, form textarea, form select {
   
    font-family: "Signika";
}


body {
    background: #fff;
    padding: 0;
    margin: 0;
}

.center {
    width: 1200px;
    margin: 0 auto;
}
@media all and (max-width: 1200px) {
    .center {
    width: 100%;
    margin: 0 auto;
}
}
p {
    margin: 0;
}

a {
    color: #104990;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.fullwidth {
    width: 100%;
    float: left;
}

.map {
    width: 100%;
    height: 300px;
    float: left;
}

.separator {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

.separator:last-child {
    margin-bottom: 0;
}

.left100 {
    width: 100%;
    float: left;
}

.left50 {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.left50:nth-child(2n+2) {
    margin-right: 0;
}

.left50:nth-child(2n+1) {
    clear: left;
}

.left33 {
    width: 31%;
    margin-right: 2%;
    float: left;
}

.left66 {
    width: 65%;
    float: left;
}

.left33:nth-child(2n+1) {

}

.left25 {
    width: 25%;
    margin-right: 1.25%;
    float: left;
}

.left25:nth-child(4n+1) {
    clear: left;
}

.left25:nth-child(4n+4) {
    margin-right: 0;
}

form select {
    width: 90%;
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    color: #000;
    background: #fff;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #000;
}

form input, form textarea {
    width: 90%;
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    background: #fff;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #008fd0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #104990;
}

form textarea {
    height: 150px;
    padding: 10px 15px;
}

form input:focus, form textarea:focus {
    border-color: #104990;
    color: #104990;
}

button {
    background: #104990;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px 15px 30px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

button:hover {
    background: #0c376d;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.loader {
    height: 48px;
    background: transparent;
    border: 0;
    display: none;
    font-weight: 300;
    color: #000;
    float: right;
}

.loader i {
    margin-right: 5px;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spin {
    animation: rotation 0.8s infinite steps(8);
}

#cookies {
    width: 95%;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: fixed;
    z-index: 20;
    left: 2.5%;
    bottom: 20px;
}

#cookies .container {
    padding: 10px 55px 10px 30px;
}

#cookies a {
    color: #fff;
}

#cookies .closec {
    width: 30px;
    height: 30px;
    background: transparent url('../images/close_cookies.png') center center;
    position: absolute;
    top: 5px;
    right: 5px;
}

#fbLike1 {
    width: 306px;
    right: -306px;
    top: 100px;
    position: fixed;
    z-index: 100;
}

#fbWidget1 {
    width: 300px;
    background: #fff;
    border: 3px solid #3b5999;
    position: absolute;
    z-index: 100;
}

#fbMove1 {
    width: 40px;
    height: 120px;
    background: transparent url('../images/fbright.png') top left no-repeat;
    position: absolute;
    left: -43px;
    top: 15px;
}

#fbLike0 {
    width: 306px;
    left: -306px;
    top: 100px;
    position: fixed;
    z-index: 100;
}

#fbWidget0 {
    width: 300px;
    background: #fff;
    border: 3px solid #3b5999;
    position: absolute;
    z-index: 100;
}

#fbMove0 {
    width: 40px;
    height: 120px;
    background: transparent url('../images/fbleft.png') top left no-repeat;
    position: absolute;
    right: -43px;
    top: 15px;
}

#infocontainer {
    width: 600px;
    top: 20px;
    left: 50%;
    position: fixed;
    z-index: 200;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 18px;
}

.warning {
    width: 100%;
    background: #d03933;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    display: none;
}

.success {
    width: 100%;
    background: #008fd0;
    color: #fff;
	z-index: 1000;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    display: none;
}

#infocontainer i {
    margin-right: 10px;
}

#infocontainer .container {
    padding: 15px;
}

.col-2 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
    float: left;
}

.col-2:nth-child(2n+1) {
    clear: left;
}

.col-2:nth-child(2n+2) {
    margin-right: 0;
}

.col-4 {
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 20px;
    float: left;
}

.col-4:nth-child(4n+1) {
    clear: left;
}

.col-4:nth-child(4n+4) {
    margin-right: 0;
}

.col-5 {
    width: 18%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}

.col-5:nth-child(5n+1) {
    clear: left;
}

.col-5:nth-child(5n+5) {
    margin-right: 0;
}
.col-3 {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
}

.col-3:nth-child(3n+1) {
    clear: left;
}

.col-3:nth-child(3n+3) {
    margin-right: 0;
}

#popup {
    background: #e9e9e9;
    float: left;
    position: absolute;
    top: 50px;
    left: 350px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 4px #090a0b;
    -moz-box-shadow: 0px 0px 4px #090a0b;
    box-shadow: 0px 0px 4px #090a0b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#popupContent {
    width: 600px;
    padding: 30px 0;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#popupContent .container {
    padding: 0 30px;
}

#popup .full {
    position: absolute;
}

.close {
    background: #fff;
    padding: 7px;
    position: absolute;
    right: -15px;
    top: -15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

img.btn_close {
    border: 0;
    float: right;
    margin: 0 0 0 0;
}

img.btn_close:hover {
    background: transparent url('../images/close_active.png') no-repeat;
}

* html #fade {
    position: absolute;
}

* html . {
    position: absolute;
}

#fade {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 100;
}

.pagination {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    float: left;
}

.pagination a {
    background: transparent;
    color: #002b53;
    padding: 3px 7px;
    margin: 0 5px 5px 0;
    display: inline-block;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination a.bg, .pagination a:hover {
    color: #fff;
    text-decoration: none;
    background: #002b53;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.news .inlinedisplay {
width: none!important;
	}
.fullwidth .news {
  width: none!important;
  }
 .center .inlinedisplay .fullwidth {
  width: none!important;
  }
.inlinedisplay {
    width: 100%;
    display: inline-block;
}