@charset "utf-8";
@import "grid.css";
@import "superfish.css";
@import "font-awesome.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

/*	extra*/
.mar-top {
	margin-top: 76px;
}
.mar-top2 {
	margin-top: 40px;
}
.gallery {
	padding-top:80px;
}
.gallery .grid_3 {
	margin-left: 30px;
}
.gallery .grid_3:nth-child(1), .gallery .grid_3:nth-child(5), .gallery .grid_3:nth-child(1), .gallery .grid_3:nth-child(9) {
	margin-left: 0;
}
.gallery .grid_3, .gallery .grid_4 {
	margin-bottom: 20px;
}

.gallery-button {
	display:flex;
	align-items:center;
	padding:0!important;
}

.img3 {
	padding-left: 30px;
}

.img3 img {
	width: auto !important;
}

.news {
	display: flex;
	align-items: center;
}


@media (min-width:980px) and (max-width:1199px) {
	.gallery .grid_3 {
		margin-left: 20px;
	}
	
}
@media screen and (max-width:980px) {
	.gallery {
		padding-top:50px;
	}
	.gallery .grid_3 {
		margin-left: 20px;
	}
	
	.gallery-button {
		justify-content:center;
	}
	
	.news {
		flex-direction: column-reverse;
	}
	
	.img3 {
		margin-bottom:30px;
		padding: 0;
	}
	
	.img3 img {
		width: 100% !important;
	}
}
@media screen and (max-width:767px) {
	.gallery .grid_3 {
		margin-left: 0px;
	}
}
.bg3 {
	background-color: #f7f8f8;
	clear: both;
	padding: 50px;
	box-sizing: border-box;
}
.bg3 p {
	color: #949393;
}
/*privole*/

.c-box {
	clear: both;
}
.c-box div {
	display: flex;
	align-items: center;
}
.c-box__label {
	float: none;
	width: auto;
	min-height: auto;
	margin-left: 5px;
	margin-bottom: 0!important;
	font-size: 12px;
	line-height: 1.4;
}
input[type=checkbox] {
	width: 12px!important;
	height: 12px!important;
	margin: 0 0 0px 0;
	padding: 0!important;
	-webkit-appearance: checkbox!important;
}
/* Cookies
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #3e454c;
	z-index: 99999999;
	display: none;
}
.cookies-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.cookies p {
	font-size: 14px;
	text-align: left;
	color: #f2f2f2;
	padding-bottom: 0;
}
.cookies p a {
	text-decoration: underline;
	color: #f2f2f2;
}
.cookies p a:hover {
	opacity: 0.8;
}
.cookies a.button {
	padding: 10px 8px;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 0 40px;
	background-color: rgba(255, 255, 255, 1);
	color: #3c3c3c;
	text-transform: uppercase;
	transition: all .3s ease;
}
.cookies a.button:hover {
	background-color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
@media screen and (max-width:700px) {
	.cookies-wrap {
		flex-direction: column;
	}
	.cookies p {
		text-align: center;
	}
	.cookies a.button {
		margin: 20px 0 0 0;
	}
}
/*css*/

body {
	color: #bbbaba;
	background: #5d6166;
	font: 16px/23px 'arial';
}
body p {
	margin-bottom: 15px;
	line-height: 1.7;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	outline: none;
}
* {
	-webkit-text-size-adjust: none;
}
em {
	font-style: italic;
	color: #6dbcdb;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
h2 {
	line-height: 40px;
	margin-bottom: 41px;
	color: #5d6166;
	padding-top: 76px;
	font-size: 40px;
	font-weight: 300;
}
h2.no-pad {
	padding-top: 0;
}
h2 span {
	color: #6dbcdb;
	display: block;
}
h3 {
	color: #3e454c;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: 400;
	text-transform: none;
}
h3 a:hover {
	color: #6dbcdb;
}
h4 {
	color: #6dbcdb;
	font-size: 19px;
	line-height: 20px;
}
.extra_wrapper {
	overflow: hidden;
}
/************Header************/

header {
	padding-top: 30px;
	background: #fff;
	border-bottom: 28px solid #d7dbdc;
}
header .menu {
	float: right;
}
header h1 {
	clear: both;
	margin-bottom: 30px;
	float: left;
}
/************Content***********/

#content {
	background: #fff;
	padding: 0 0 75px;
}
#content .bg1 {
	padding: 108px 0 65px;
	background: #f7f8f8;
}
.bg1--mar-bottom {
	margin-bottom: 76px;
}
#content .brd {
	border-bottom: 1px solid #d7dbdc;
	padding-bottom: 40px;
}
#content .brd1 {
	margin-top: 10px;
	height: 1px;
	background: #d7dbdc;
	width: 100%;
}
#content .brd2 {
	border-top: 1px solid #d7dbdc;
	margin-top: 40px;
}
#content .bg2 {
	background: #f5f6f6;
	margin-top: 75px;
	text-align: center;
	padding: 34px 0;
}
.block1 {
	position: relative;
}
.div p {
	margin-bottom: 12px;
}
.div1 {
	float: left;
	margin-right: 70px;
}
.div1 p {
	line-height: 60px;
	text-transform: uppercase;
	color: #6dbcdb;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 300;
}
@media screen and (max-width:767px) {
	.div1 p {
		font-size: 40px;
	}
	.bg3 {
		background-color: #fff;
		padding: 0;
	}
}
.div2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}
.div2 a {
	color: #8abbca;
	font-size: 20px;
}
.div2 span {
	color: #5d6166;
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}
.art1 {
	margin-bottom: 20px;
}
.art1 figure {
	float: left;
	margin: 3px 20px 0 0;
}
.art1 .div2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}
.art1 .div2 span {
	color: #5d6166;
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}
.div3 {
	text-transform: uppercase;
	padding: 30px 40px 10px 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	position: relative;
}
.div3 a, .div3 span.title {
	color: #6dbcdb;
	font-size: 20px;
}
.div3 .a1 {
	width: 39px;
	position: absolute;
	height: 30px;
	top: 20px;
	background: #6dbcdb;
	text-align: center;
	padding-top: 9px;
	right: 0;
	display: inline-block;
}
.div3 .a1 .fa {
	font-size: 20px;
	color: #fff;
}
.div3 .a1:hover {
	background: #5d6166;
}
.div3 span {
	color: #5d6166;
	display: block;
	font-size: 15px;
}
.div4 {
	text-align: center;
}
.div4 div.p2 {
	color: #6dbcdb;
	text-transform: uppercase;
	margin-right: 20px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	font-size: 20px;
}
.div4 div.p2 .fa {
	margin-right: 20px;
	font-size: 30px;
	color: #5d6166;
	line-height: 40px;
}
.div4 div.p2 span.p2 {
	padding-top: 6px;
	display: inline-block;
}
.block2 {
	padding-bottom: 10px;
}
.block2 .div6 {
	position: relative;
	margin-top: 20px;
}
.block2 h4 {
	line-height: 25px;
	color: #6dbcdb;
	width: 90%;
}
.block2 h4 span {
	display: block;
	font-size: 15px;
	color: #3e454c;
}
.block2 .fa {
	padding-top: 10px;
	height: 29px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	display: inline-block;
	background: #6dbcdb;
	font-size: 20px;
	position: absolute;
	width: 39px;
	right: 0;
	top: 2px;
}
.block2 .fa:hover {
	background: #3e454c;
}
.art2 {
	margin-bottom: 45px;
	background: #f5f6f6;
	position: relative;
	padding: 25px 30px 25px;
}
.art2:before {
	left: 31px;
	content: '';
	bottom: -23px;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 24px 24px 0 0;
	border-color: #f5f6f6 transparent transparent transparent;
}
.block3 {
	padding-bottom: 40px;
}
.block3 h3 {
	width: 85%;
}
.block3 .div6 {
	position: relative;
	margin-top: 20px;
}
.block3 span {
	position: absolute;
	right: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #6dbcdb;
	font-size: 20px;
	top: 0px;
}
.art4 {
	background: #f3f4f4;
	margin-bottom: 30px;
	display: flex;
}
.art4 figure {
	float: left;
	margin-right: 30px;
}
.art4 .block4 {
	padding: 30px 20px 0 0;
	overflow: hidden;
}
.art4 .block4 p {
	margin-bottom: 28px;
}
.art4 .block4 .div11 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #3e454c;
}
.art4 .block4 .div11 div {
	display: inline-block;
}
.art4 .block4 .div11 div span, .art4 .block4 .div11 div a {
	color: #6dbcdb;
}
.art4 .block4 .div11 div a:hover {
	color: #3e454c;
}
.art4 .block4 h4 {
	margin-bottom: 5px;
}
/*********Text********/

.p1 {
	font-size: 24px;
	color: #9fa9a9;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 300;
}
.p4 {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 25px;
	color: #3e454c;
	text-transform: uppercase;
	line-height: 25px;
}
.p4 span {
	display: block;
}
.p4 a {
	color: #6dbcdb;
}
/********Images*******/

.img1 {
	top: -88px;
	position: absolute;
	left: 0;
	right: 0;
}
.img2 {
	float: left;
	margin: 4px 30px 10px 0;
}
a.lightbox {
	display: block;
	position: relative;
}
a.lightbox img {
	width: 100%;
}
a.lightbox .span {
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/magnify.png) -100px center no-repeat;
}
a.lightbox:hover span {
	background-position: center center;
}
/********Links********/

a {
	outline: none;
	text-decoration: none;
	color: inherit;
	transition: 0.5s ease;
	webkit-transition: 0.5s ease;
}
a:hover {
	color: #5d6166;
}
.a2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 15px;
	background: #6dbcdb;
	display: inline-block;
	padding: 15px 17px 16px;
}
.a2:hover {
	background: #5d6166;
	color: #fff;
}
.a4 {
	color: #6dbcdb;
}
/********List********/

.list li {
	margin-bottom: 10px;
	text-align: left;
	padding-top: 7px;
}
.list li a {
	font-size: 15px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	line-height: 15px;
	color: #6dbcdb;
}
.list li a:hover {
	color: #5d6166;
}
/*******Indent*******/

.pad1 {
	padding-top: 66px;
	margin-bottom: 47px;
}
.mrg1 {
	margin-bottom: 40px;
}
.mrg2 {
	margin-top: 65px !important;
}
#newsletter1 {
	position: relative;
	display: inline-block;
}
#newsletter1 input {
	border: 1px solid #fff;
	color: #9ea2a5;
	width: 389px;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	height: 49px;
	background: #fff;
	outline: none;
	margin-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#newsletter1 label {
	float: left;
}
#newsletter1 fieldset {
	position: relative;
}
#newsletter1 .error {
	position: absolute;
	overflow: hidden;
	display: none;
	font-size: 10px;
	top: 0;
	color: red;
	right: 48px;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#newsletter1 .success {
	border-radius: 0;
	padding: 0;
	height: 80px;
	border: 1px solid #40515e;
	text-align: center;
	background: #fff;
	position: absolute;
	z-index: 15;
	top: 0;
	width: 100%;
	color: #40515e;
}
#newsletter1 label.invalid .error {
	height: 19px;
}
#newsletter1 a[data-type="submit"] {
	float: right;
}
.a3 {
	background: #6dbcdb;
	font-size: 15px;
	display: inline-block;
	height: 36px;
	text-align: center;
	padding-top: 13px;
	font-family: 'Open Sans', sans-serif;
	width: 140px;
	text-transform: uppercase;
	color: #fff;
}
.a3:hover {
	color: #fff;
	background: #5d6166;
}
/************Footer************/

footer {
	padding: 75px 0 80px;
	text-transform: uppercase;
	color: #8f9caa;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.footer-mail {
	text-transform:lowercase;
}
footer .p3 {
	color: #6dbcdb;
	text-transform: uppercase;
}
footer .socials a {
	display: inline-block;
	width: 35px;
	height: 34px;
}
footer .socials a:hover {
	background-position: 0 bottom;
}
footer .socials .a7 {
	background: url('../images/icon7.png') 0 0 no-repeat;
}
footer .socials .a8 {
	background: url('../images/icon8.png') 0 0 no-repeat;
}
footer .socials .a9 {
	background: url('../images/icon9.png') 0 0 no-repeat;
}
footer .socials .a10 {
	background: url('../images/icon10.png') 0 0 no-repeat;
}
footer .socials a+a {
	margin-left: 5px;
}
footer figure {
	float: left;
	margin: 3px 30px 0 0;
}
footer .privacy {
	text-transform: none;
	margin-bottom: 20px;
}
footer address {
	margin-bottom: 20px;
}
footer a:hover {
	color: #f5f6f6;
}
/*******Search*******/

#search {
	position: relative;
	padding-bottom: 72px;
	border-bottom: 1px solid #d7dbdc;
	margin-top: 8px;
}
#search span {
	display: inline-block;
	padding: 10px 5px 0 0;
}
#search input {
	border: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
	font-size: 15px;
	height: 49px;
	background: #f3f4f4;
	padding: 0 35px 0 15px;
	outline: none;
	line-height: 16px;
	color: #c6c6c6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search fieldset {
	position: relative;
	text-align: center;
}
#search .error {
	position: absolute;
	overflow: hidden;
	display: none;
	font-size: 10px;
	top: 0;
	color: red;
	right: 48px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#search .success {
	border-radius: 0;
	padding: 0;
	border: 1px solid #40515e;
	text-align: center;
	background: #b6b6b6;
	position: absolute;
	z-index: 10;
	display: none;
	top: 0;
	width: 85%;
	color: #40515e;
}
#search label.invalid .error {
	height: 19px;
}
#search .a11 {
	position: absolute;
	width: 23px;
	top: 11px;
	right: 11px;
	display: block;
	height: 25px;
	cursor: pointer;
	background: url('../images/icon4.png') no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search .a11:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/********Map********/

.map {
	overflow: hidden;
	margin-bottom: 50px;
}
.map figure {
	display: block;
	margin-bottom: 25px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 100%;
	height: 467px;
	max-width: 100%;
}
.map address {
	font-style: normal;
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
}
.map address dt {
	margin-bottom: 10px;
	color: #3e454c;
	text-transform: uppercase;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: left;
}

.map address dt strong {
	font-weight:600;
}

.map address dd {
	text-align: left;
}
.map address dd span {
	color: inherit;
	padding: 0;
	display: inline-block;
	text-align: left;
}
.map address dd a{
	color: #6dbcdb;
}
.map address dd a:hover {
	color: #3e454c;
}

 .map address dd span.blue {
 	color: #6dbcdb;
	display:inline;
}
/*--------------To_Top----------*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 58%;
	margin-left: 500px;
	overflow: hidden;
	width: 73px;
	height: 73px;
	border: none;
	text-indent: -999px;
	z-index: 20;
	background: url(../images/totop.jpg) no-repeat 0 0;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1309px) {
	figure img {
		width: 100%;
	}
}
@media only screen and (max-width: 1199px) {
	header .menu {
		float: right;
		margin-bottom: 30px;
		display: inline-block;
	}
	
	header h1 {
		float: none;
		margin-bottom: 20px;
		display: inline-block;
	}
	.div1 {
		margin-right: 0px;
	}
	footer {
		padding: 70px 0;
	}
	#content {
		padding-bottom: 60px;
	}
	h3 {
		font-size: 17px;
		line-height: 20px;
	}
	#search {
		padding-bottom: 50px;
	}
	h4 {
		font-size: 17px;
		line-height: 18px;
	}
	.block2 h4 {
		width: 87%;
	}
	.block3 span {
		font-size: 16px;
	}
	.art4 .block4 {
		padding-bottom: 15px;
	}
}
@media only screen and (max-width: 978px) {
	header .menu {
		float: none;
	}
	
	.img2 {
		margin: 4px 0px 30px 0
	}
	
	/* @media only screen and (max-width: 1069px) {
  .camera_thumbs_cont ul {
    margin-top: -50px !important;
  }
  #content .bg1 {
    padding: 40px 0;
  }
  .div1 {
    margin-right: 20px;
  }
  .div1 a {
    font-size: 45px;
    line-height: 45px;
  }
  .art2 {
    padding: 15px 15px 20px;
  }
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .p1 {
    font-size: 20px;
    line-height: 24px;
  }
  .p4 {
    font-size: 12px;
    line-height: 14px;
  }
  header h1 {
    margin-bottom: 20px;
  }
  .art1 figure,
  .img2 {
    float: none;
    margin: 0 0 20px;
    display: inline-block;
  }
  .div4 div.p2 {
    margin-bottom: 10px;
  }
  .block2 .div6 h4 {
    width: 80%;
  }
  footer {
    padding: 60px 0;
  }
  #content {
    padding-bottom: 50px;
  }
  #search {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .block3 .div6 h3 {
    padding-top: 24px;
  }
  .block3 .div6 span {
    right: 40%;
  }
  .list li a {
    font-size: 10px;
    line-height: 11px;
  }
  .art4 {
    line-height: 19px;
  }
  .art4 figure {
    margin-right: 10px;
  }
  .art4 .block4 {
    padding: 10px 10px 0 0;
  }
  .art4 .block4 h4 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .art4 .block4 .div11 {
    margin-bottom: 0;
  }
  .art4 .block4 .div11 div {
    line-height: 14px;
    font-size: 11;
  }
  .art4 .block4 p {
    margin-bottom: 15px;
  }
  .a2 {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 12px 11px;
  }
  .map address dt {
    font-size: 15px;
    line-height: 16px;
  }
  .pad1 {
    padding-top: 40px;
    margin-bottom: 25px;
  }
  .map address dd {
    font-size: 12px;
  }
  .map address dd span {
    min-width: 75px;
  }
} */
	@media only screen and (max-width: 995px) {
		.art2 {
			padding: 15px 10px;
		}
		header {
			padding-top: 80px;
		}
		header, #content, footer {
			text-align: center;
		}
		.div1 {
			float: none;
			margin-bottom: 15px;
			display: inline-block;
		}
		footer {
			padding: 50px 0;
		}
		#content .bg1 {
			padding: 80px 0 65px;
		}
		header {
			padding-top: 20px;
		}
		#content {
			padding-bottom: 40px;
		}
		header h1 {
			margin-bottom: 0px;
		}
		.block3 h3 {
			padding-top: 25px;
		}
		footer address span {
			display: block;
		}
		#content .bg2 {
			margin-top: 50px;
		}
		.block3 span {
			right: 40%;
		}
		.art4 figure {
			margin: 10px 20px 0 10px;
		}
		.block2 h4 {
			width: 82%;
		}
		footer address {
			display: inline-block;
		}
		.camera_thumbs_cont ul {
			margin-top: -40px !important;
		}
		h2 {
			font-size: 38px;
			line-height: 38px;
		}
		h2.hh {
			font-size: 30px;
			line-height: 30px;
		}
		.img2 {
			display: inline-block;
			float: none;
		}
		.art1 figure {
			padding: 3px 10px 20px 0;
		}
		.map address {
			font-size: 13px;
		}
	}
	@media only screen and (max-width: 767px) {
		.block3 .div6 h3 {
			width: 100%;
		}
		.block3 .div6 span {
			right: 44%;
		}
		header .menu {
			display: block;
		}
		.art2 {
			margin-bottom: 20px;
		}
		footer address span {
			display: inline-block;
		}
		.div3 {
			margin-bottom: 30px;
		}
		h2 {
			margin-bottom: 30px;
		}
		#newsletter1 label {
			float: none;
		}
		#newsletter1 input {
			margin-bottom: 15px;
			width: 100%;
		}
		header h1 img {
			width: 100%;
		}
		.a3 {
			float: none !important;
		}
		.p4 {
			margin-bottom: 35px;
		}
		footer address {
			display: inline-block;
			margin-bottom: 40px;
		}
		#content .bg1 {
			padding: 70px 0 65px;
		}
		.block2 {
			margin-bottom: 20px;
		}
		.art4 {
			padding: 15px;
		}
		.art4 figure {
			float: none;
			margin: 0 0 20px;
			display: inline-block;
		}
		.map figure iframe {
			height: 350px;
		}
		.art1 {
			margin-bottom: 60px;
		}
		#content .bg2 {
			margin-top: 30px;
		}
		footer figure {
			display: inline-block;
			float: none;
			margin: 0 0 15px;
		}
		.div4 div.p2 {
			margin: 0 0 20px;
		}
		#newsletter1 input {
			margin: 0 0 20px;
		}
	}
	@media only screen and (max-width: 480px) {
		.p1 {
			font-size: 20px;
			line-height: 24px;
		}
		.map figure iframe {
			height: 300px;
		}
		h2 {
			font-size: 28px;
			line-height: 28px;
		}
		.art1 figure {
			float: none;
			display: inline-block;
			margin: 0;
		}
		.art4 .block4 {
			padding-top: 10px;
		}
		.div4 div.p2 .fa {
			margin-right: 0;
		}
		.div4 div.p2 {
			font-size: 16px;
			line-height: 20px;
		}
		.bg1 {
			padding-top: 20px;
		}
		.div1 a {
			font-size: 45px;
			line-height: 45px;
		}
		#content .bg1 {
			padding: 50px 0 65px;
		}
	}
	/*Core variables and mixins*/