html {
    font-size: 16px;
    font-weight: 400;
    color: #1d2733;
    font-family: "Noticia Text", Georgia, Myriad Pro, Trebuchet MS, Arial, sans-serif;
}

form input, form textarea, form select, form button {
    font-family: "Noticia Text", Georgia, Myriad Pro, Trebuchet MS, Arial, sans-serif;
}

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

body.home {
    padding-top: 167px;
}

.center {
    width: 1240px;
    margin: 0 auto;
}

.center2 {
    width: 600px;
    margin: 0 auto;
}

p {
    margin: 0;
}

a {
    color: #0063a1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

.map {
    width: 100%;
    width: calc(100% - 10px);
    height: 300px;
    border: 5px solid #ddd;
    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: 32%;
    margin-right: 1%;
    float: left;
}

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

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

}

.left25 {
    width: 24%;
    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: #dbe9f2;
    font-size: 14px;
    padding: 10px 15px;
    border: 2px solid #536cda;
}

form input, form textarea {
    width: 90%;
    width: -moz-calc(100% - 4px);
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    background: #dbe9f2;
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    padding: 12px 20px;
    margin-bottom: 10px;
    border: 2px solid #536cda;
}

form input[type=checkbox], form input[type=radio] {
    width: 20px;
    margin-right: 10px;
}

form textarea {
    height: 145px;
}

form textarea.textarea_attraction {
    height: 266px;
}

form input:focus, form textarea:focus {
    color: #66b441 !important;
    border-color: #66b441 !important;
}

button {
    background: #536cda;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 0px;
    margin: 10px 0 0 0;
    cursor: pointer;
}

button:hover {
    background: #2c5f9c;
}

button.pink {
    background: #e0165e;
}

button.blue {
    background: #2c5f9c;
}

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

.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: 80%;
    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: 400px;
    top: 100px;
    right: 50px;
    position: fixed;
    z-index: 200;
}

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

.success {
    background: #2d5f9c;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    display: none;
    margin-left: 10px;
}

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

#infocontainer .container {
    padding: 15px;
}

.col-2 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
    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-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: #3374d6;
    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: #3374d6;
    -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;
}

.inlinedisplay {
    width: 100%;
    display: inline-block;
}

.text-center {
    text-align: center;
}

.btn {
    background: #fff;
    color: #eab52e;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 3px solid #eab52e;
    margin-top: 15px;
    float: left;
    -webkit-transition: background-color 300ms linear, color 300ms linear;
    -moz-transition: background-color 300ms linear, color 300ms linear;
    -o-transition: background-color 300ms linear, color 300ms linear;
    -ms-transition: background-color 300ms linear, color 300ms linear;
    transition: background-color 300ms linear, color 300ms linear;
}

.btn:hover {
    text-decoration: none;
    background: #eab52e;
    color: #fff;
    -webkit-transition: background-color 300ms linear, color 300ms linear;
    -moz-transition: background-color 300ms linear, color 300ms linear;
    -o-transition: background-color 300ms linear, color 300ms linear;
    -ms-transition: background-color 300ms linear, color 300ms linear;
    transition: background-color 300ms linear, color 300ms linear;
}

.btn_black {
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 3px solid #000;
    margin-top: 15px;
    float: left;
    -webkit-transition: background-color 300ms linear, color 300ms linear;
    -moz-transition: background-color 300ms linear, color 300ms linear;
    -o-transition: background-color 300ms linear, color 300ms linear;
    -ms-transition: background-color 300ms linear, color 300ms linear;
    transition: background-color 300ms linear, color 300ms linear;
}

.btn_black:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
    -webkit-transition: background-color 300ms linear, color 300ms linear;
    -moz-transition: background-color 300ms linear, color 300ms linear;
    -o-transition: background-color 300ms linear, color 300ms linear;
    -ms-transition: background-color 300ms linear, color 300ms linear;
    transition: background-color 300ms linear, color 300ms linear;
}

hr {
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    border: 0;
    margin: 10px 0;
    float: left;
}

.styled-select {
    width: 60px;
    height: 28px;
    font-size: 14px;
    overflow: hidden;
    background: url('../images/ico_select.png') no-repeat top 10px right 10px #ededed;
    border: 1px solid #bebebe;
    display: inline-block !important;
    margin: 0;
}

.styled-select select {
    background: transparent;
    width: 88px !important;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 30px;
    -webkit-appearance: none;
    display: inline-block !important;
}