@font-face {
    font-family: 'Larsseit';
    src: url('../css/fonts/Larsseit-Light.eot');
    src: url('../css/fonts/Larsseit-Light.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Larsseit-Light.woff2') format('woff2'),
        url('../css/fonts/Larsseit-Light.woff') format('woff'),
        url('../css/fonts/Larsseit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Larsseit';
    src: url('../css/fonts/Larsseit-Medium.eot');
    src: url('../css/fonts/Larsseit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Larsseit-Medium.woff2') format('woff2'),
        url('../css/fonts/Larsseit-Medium.woff') format('woff'),
        url('../css/fonts/Larsseit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Larsseit';
    src: url('../css/fonts/Larsseit.eot');
    src: url('../css/fonts/Larsseit.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Larsseit.woff2') format('woff2'),
        url('../css/fonts/Larsseit.woff') format('woff'),
        url('../css/fonts/Larsseit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monotype Modern Std';
    src: url('../css/fonts/ModernMTStd-Bold.eot');
    src: url('../css/fonts/ModernMTStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/ModernMTStd-Bold.woff2') format('woff2'),
        url('../css/fonts/ModernMTStd-Bold.woff') format('woff'),
        url('../css/fonts/ModernMTStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
	overflow-x: hidden;
}

* {
    -webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Larsseit';
	font-size: 18px;
    font-style: normal;
	font-weight: 300;
    line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #2a2a2a;
	overflow-x: hidden;
}

textarea,
select,
input[type="email"],
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

p {
	margin-bottom: 18px;
}

h2 {
	font-family: 'Monotype Modern Std';
	font-size: 85px;
	line-height: 97px;
}

a.default-link, span.default-link {
	color: #2f2f2f;
	font-size: 17px;
	cursor: pointer;
    font-weight: 500;
}

form.default {
	width: 660px;
	margin: auto;
	display: block;
	margin-top: 34px;
    margin-bottom: 70px;
}

form.default input, form.default textarea, form.default select  {
	width: 100%;	
}

form.default textarea {
	border: 1px solid #d0d0d0;
	outline: none;
	font-family: 'Nunito', sans-serif;
    font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #353535;
	margin-bottom: 22px;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
}

form.default.enquire textarea, form.default.enquire input {
	border-bottom: 1px solid #5b5265;
    background-color: #463d50;
	color: #dcdcdc;	
}

form.default.enquire textarea {
	border: 1px solid #5b5265;
}

form.default input, form.default select {
	border: none;
	border: 1px solid #d0d0d0;
	outline: none;
	font-family: 'Nunito', sans-serif;
    font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #353535;
	margin-bottom: 22px;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
}

form.default input[type="submit"] {
	width: auto;
    text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
    font-size: 16px;
    background-color: #463d50;
    border: none;
    border-radius: 4px;
    width: 260px;
    margin: auto;
    display: block;
    padding: 15px 0px 14px 0px;
    cursor: pointer;
	color: white;
	transition: 400ms ease;
}

form.default input[type="submit"]:hover {
	background-color: #000000;
}

form.default.enquire ::-webkit-input-placeholder { /* Edge */
	color: #a198ab;
}

form.default.enquire :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a198ab;
}

form.default.enquire ::placeholder {
  	color: #a198ab;
}

form.default.enquire input[type="submit"] {
	background-color: #2a262d;
    margin-top: 24px;
	margin-bottom: 30px;
}

form.default.enquire input[type="submit"]:hover {
	background-color: #1c1b1d;
}

.cbx span {
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #5b5265;
	transition: all 0.2s ease;
}

.cbx span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
}

.cbx span:last-child {
	padding-left: 8px;
	font-size: 14px;
	color: #2a2a2a;
}

.cbx:hover span:first-child {
	border-color: #ffffff;
}

.inp-cbx:checked + .cbx span:first-child {
	background: #345927;
	border-color: #6dab58;
	animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
	transform: scale(3.5);
	opacity: 0;
	transition: all 0.6s ease;
}

@keyframes wave {
	50% {
		transform: scale(0.9);
	}
}

#aniimated-thumbnials a {
    display: inline-block;
    width: 215px;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 17px;
    border: 1px solid #c5c5c5;
}

#aniimated-thumbnials a img {
    width: 100%
}