/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 26, 2016 */

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

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

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

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

* {max-height: 1000000px;}
body{
	margin:0;
	font:1.0625rem/1.12 "cera_cy", Arial, Helvetica, sans-serif;
	color:#fff;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	background: #000;
}
img{
	border-style:none;
	vertical-align:top;
}
a{
	color:#fff;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
a:active {background-color: transparent;}
a[href^=tel]{
	text-decoration: none;
}
input, textarea, select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#1e1b1b;
}
main, header, footer, article, section, hgroup, nav, figure, aside { display: block; }
figure {
	margin:0;
	padding:0;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea{-webkit-appearance:none;}
textarea,
input[type=submit],
input[type=text]{-webkit-border-radius:0;}
input[type=image],
button{
	padding:0;
	border:none;
}
input[type="submit"]::-moz-focus-inner{border:0}
input[type="submit"]{cursor:pointer;}
.wrapper{
	max-width: 980px;
	margin: 0 auto;
	padding: 178px 10px 100px;
	overflow: hidden;
}
.two-columns{
	overflow: hidden;
	padding: 0 0 5.75rem;
}
.logo-section{
	float: left;
	padding:0 67px 0 62px;
}
.logo{
	width: 371px;
	height: 378px;
}
.logo img{
	display: block;
}
.info{
	overflow: hidden;
	padding: 77px 0 0 38px;
}
.slogan{
	display: block;
	color: #e23827;
	font-size: 1.688rem;
	line-height: 1.185;
	letter-spacing: 1px;
	margin: 0 0 2.56rem;
}
.info .title{
	display: block;
	font: 2.375rem/1 'newcastle', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 0.85rem;
}
.contact-info{
	display: block;
	margin: 0 0 2.65rem;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 1.1;
	font-weight: normal;
}
.contact-info span{
	display: block;
	margin: 0 0 0.8rem;
}
.info-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.info-list li{
	display: inline-block;
	vertical-align:top;
	margin: 0 0 0 19px;
	padding: 0 0 0 23px;
	position: relative;
}
.info-list li:first-child{
	margin: 0;
	padding: 0;
}
.info-list li:before{
	content: '';
	top: 1px;
	bottom: 1px;
	left: 0;
	width: 1px;
	background: #fff;
	position: absolute;
}
.info-list li:first-child:before{
	display: none;
}

#footer{
	text-align: center;
	font-size: 0.938rem;
	line-height: 1.2;
}


@media only screen and (min-width:1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor:default;
    pointer-events:none;
  }
}
@media only screen and (max-width:980px){
	html{
		font-size: 14px;
	}
	.wrapper{
		padding: 60px 20px;
	}
	.logo-section{
		padding: 0 20px;
		width: 40%;
	}
	.logo{
		width: 100%;
		height: auto;
	}
	.info{
		padding-top: 30px;
	}
	.slogan{
		margin-bottom: 1rem;
	}
	.two-columns{
		padding: 0 0 2.75rem;
	}
}
@media only screen and (max-width:767px){
	html{
		font-size: 12px;
	}
	.wrapper{
		padding: 40px 10px 20px;
		text-align: center;
	}
	.logo-section{
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.logo{
		width: 40%;
		margin: 0 auto;
	}
	.info{
		padding: 0;
	}
	.info-list li{
		display: block;
		margin: 0 0 7px !important;
		padding: 0;
	}
	.info-list li:before{
		display: none;
	}
	#footer{
		font-size: 1.1rem;
	}
}