@font-face {

    font-family: 'typographicaregular';

    src: url('../font/typographica-webfont.woff2') format('woff2'),

         url('../font/typographica-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

	}

	

@font-face {

	font-family: 'Stencil Cargo Army';

	src: url('../font/StencilCargoArmy.woff2') format('woff2'),

		url('../font/StencilCargoArmy.woff') format('woff');

	font-weight: normal;

	font-style: normal;

	}

	

body {

	font-family: 'Lato', sans-serif;

	margin:0px auto;

	background-color:#fff;

	color:#242424;

	}

	

header {

    font-family: 'Stencil Cargo Army';

	}

	

header .make div {

	display:inline-block;

	}

	

.tac {

	text-align:center;

	}

	

.tar {

	text-align:right;

	}

	

.taj {

	text-align:justify;

	}

	

.clr {

	clear:both;

	}



.dib {

	vertical-align:top;

	display:inline-block;

	}

	

.make {

	position:relative;

	margin:0px auto;

	display:block;

	max-width:1200px;

	}

	

header {

	background-image:url('../img/header_img.jpg');

	background-position:center;

	background-repeat:no-repeat;

	background-size:cover;

	font-size:500%;

	color:#fff;

	padding:3% 10px 11% 10px;

	text-shadow: 1px 2px 3px #4e4e4e

	}

	

.site_content {

	padding:50px 10px;

	}

	

.above_cntnt {

	max-width:840px;

	margin:0px auto;

	padding: 0px 10px 30px 10px;

	}

	

.blw_cntnt {

	margin:0px auto;

	padding: 20px 10px;

	}

	

.above_cntnt p  {

    font-size: 28px;

    line-height: 2;

    font-weight: 400;

	font-family: 'Oswald', sans-serif;

	}

	

.blw_cntnt p {

    font-size: 19px;

    line-height: 1.7;

	margin-bottom:20px;

	font-weight:600;

	color:#000;

	font-family: 'Josefin Sans', sans-serif;

	}

	

.above_cntnt a {

	color:#242424;

	font-weight:900;

	}

	

.prfl_image {

	position:relative;

	}

	

.prfl_image:after {

	position:absolute;

	content:"";

	width:100%;

	top:100%;

	left:0px;

	height:19px;

	background-image:url('../img/img-shdw.png');

	background-position:center top;

	background-repeat:no-repeat;

	background-size:85% auto;

	}

	

.prfl_image img {

	border:1px solid #cdcdcd;

	padding:3px;

	border-radius:20px;

	position:relative;

	width:100%;

	box-sizing: border-box;

	}

	

.imgb {

    display: inline-block;

	vertical-align:top;

    margin: 16px;

    width: 20%;

	width: -moz-calc(25% - 35px);

	width: -webkit-calc(25% - 35px);

	width: -o-calc(25% - 35px);

	width: calc(25% - 35px);

	}

		

.imgb label {

    padding: 16px;

    color: #000;

    font-weight: 600;

    display: block;

    font-size: 18px;

	}



p b {

	font-weight:900;

	}



.blw_cntnt a {

	color:#1D70C6;

	font-weight:500;

	}



	

.red_block {

    background-color: #dc0909;

    color: #fff;

    font-weight: 900;

    text-shadow: 0px 0px 4px #4e4e4e;

    margin: 10px auto;

    max-width: 720px;

    border-radius: 30px;

    padding: 30px 40px;

    font-size: 150%;

    line-height: 1.5;

	position:relative;

	}

	

.red_block:after {

	content:"";

	position:absolute;

	width:100%;

	top:100%;

	left:0px;

	height:22px;

	background-image:url('../img/red_shdw.png');

	background-position:center top;

	background-repeat:no-repeat;

	background-size:95% auto;

	}

	

footer {

	background-color:#000;

	padding:20px;

	color:#fff;

	}

	

footer span {

	color:#dc0909;

	}

	

footer .dib {

	width:49%;

	}

	

footer .dib:last-child {

	text-align:right;

	}

	

ul {

	margin:0px auto;

	}	

	

footer ul {

	display:inline-block;

	padding-left: 0px;

	}

	

footer ul li {

	display:inline-block;

	border-left:1px solid #fff;

	padding:0px 16px;

	}

	

footer ul li:first-child{

	border-left:0px none;

	}

	

footer ul li a {

	color:#fff;

	text-decoration:none;

	}

	

.inner_page p {

	line-height:1.6;

	color:#444;

	}

	

.list {

	margin:0px auto;

	list-style-type:disc;

	}

	

.list li {

	margin-bottom:10px;

	line-height:1.6;

	color:#444;

	text-decoration:none;

	}

	

.list a {

	color:#444;

	text-decoration:none;

	}

	

h1.page_head {

    font-family: 'Josefin Sans', sans-serif;

    color: #fff;

    background-color: #292929;

    margin: 0px;

    padding: 20px 5px;

    text-align: center;

	}

	

ul.contact_details {

	padding-left:0px;

	}

	

ul.contact_details li {

	list-style-type:none;

	margin-left:2px;

	padding-left:32px;

	background-repeat:no-repeat;

	background-position:left center;

	background-size:18px;

	}

	

ul.contact_details li:nth-child(1) { background-image:url('../img/tel.png'); }

ul.contact_details li:nth-child(2) { background-image:url('../img/mail.png'); }

ul.contact_details li:nth-child(3) { background-image:url('../img/lctn.png'); }



.smw{

	max-width:1000px;

	margin:0px auto;

	position:relative;

	}


@media screen and (max-width: 768px) {

footer .dib {

    width: 100%;

    display: block;

	text-align:center;

	}

	

footer .dib:last-child {

    padding-top: 16px;

	text-align:center;

	}

	

.red_block {

    font-size: 120%;

	}

	

.above_cntnt p {

    font-size: 19px;

    line-height: 1.6;

	}

}





@media screen and (max-width: 640px) {

.imgb {

    width: -moz-calc(50% - 35px);

    width: -webkit-calc(50% - 35px);

    width: -o-calc(50% - 35px);

    width: calc(50% - 35px);

	}

	

footer ul li {

    padding: 0px 5px;

	}

	

footer ul li a {

    font-size: 13px;

	}

}



@media screen and (max-width: 480px) {

header {

    font-size: 200%;

	}

	

.red_block {

    font-size: 13px;

	font-weight: 700;

	}

	

.above_cntnt p , .blw_cntnt p  {

    font-size: 16px;

    line-height: 1.8;

	}

	

}



@media screen and (max-width: 360px) {

.imgb {

    display: block;

    width: 100%;

    margin: 0px auto;

    padding: 0px 20px;

    box-sizing: border-box;

	}

}