@import "normalize.css";
@import "../fonts/fontawesome/font-awesome.css";
@import "../fonts/Evatheme-Icon/css/Evatheme-Icon-Fonts.css";


/*-- adjustment settings
============================================*/

* {
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

body {
	background: #fff;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;	
}


*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection{
	color: #fff;
	background-color: #ffd21d;
}

::-moz-selection{
color: #fff;
background-color: #ffd21d;
}

.maincontent {
	width: 100%;
}

.container {
	max-width: 1460px;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;
}

ul, ol {
	list-style: none;
	padding: 0;
}

a{
	text-decoration: none;
	color: #ffd21d;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover{
	color: initial;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0;
}

.column-wrapper {
	display: flex;
	flex-flow: row nowrap;
	
	/*align-items: stretch;*/
}

.left, .right{
	width: 50%;
	max-height: 600px;
}

.right{
	order: 2;
}

.column-img {
	width: 100%;
	height: 600px;
}


/*-- first section
============================================*/

.first-section {
	width: 100%;
}

.slick-slider{
	overflow: hidden;
}

.header__slider {
	position: relative;
}

.slider__item {
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.slick-prev, .slick-next {
	width: 32px;
	height: 39px;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 0;
	top: 50%;
	left: -50px;
	position: absolute;
	z-index: 99;
	overflow: hidden;
	-webkit-transition: left 0.5s, right 0.5s;
	-o-transition: left 0.5s, right 0.5s;
	transition: left 0.5s, right 0.5s;
}

.slick-prev:after, .slick-next:after{
	content: '';
	display: block;
	height: 60px;
	width: 60px;
	position: absolute;
	left: 28px;
	top: -12px;
	border-left: 6px solid #ffd21d;
	border-bottom: 6px solid #ffd21d;
	-moz-transform: rotate(45deg) skewX(-15deg) skewY(-15deg);
	-webkit-transform: rotate(45deg) skewX(-15deg) skewY(-15deg);
	-o-transform: rotate(45deg) skewX(-15deg) skewY(-15deg);
	-ms-transform: rotate(45deg) skewX(-15deg) skewY(-15deg);
	transform: rotate(45deg) skewX(-15deg) skewY(-15deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.slick-prev:before, .slick-next:before{
	content: '';
	display: block;
	height: 28px;
	border-left: 6px solid #ffd21d;
	position: absolute;
	right: 0;
	top: 6px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.slick-next {
	right: -50px;
	left: auto;
}

.slick-next:after{
	left: auto;
	right: 28px;
	top: -14px;
	-moz-transform: rotate(-135deg) skewX(-15deg) skewY(-15deg);
	-webkit-transform: rotate(-135deg) skewX(-15deg) skewY(-15deg);
	-o-transform: rotate(-135deg) skewX(-15deg) skewY(-15deg);
	-ms-transform: rotate(-135deg) skewX(-15deg) skewY(-15deg);
	transform: rotate(-135deg) skewX(-15deg) skewY(-15deg);
}

.slick-next:before{
	left: 0;
	right: auto;
}

.slick-next:hover:after,.slick-next:hover:before,
.slick-prev:hover:after,.slick-prev:hover:before{
	border-color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.slick-slider:hover .slick-prev{
	left: 10%;
}

.slick-slider:hover .slick-next{
	right: 10%;
}

.slider-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	min-height: 885px;
	padding-top: 70px;
}

.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 30px;
	z-index: 999;
	
}

.inner-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	    flex-flow: column nowrap;
	max-width: 1170px;
	padding-left:15px;
	padding-right:15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
}


.header__logo a {
	display: block;
	width: 189px;
	height: 35px;
	max-width: 100%;
	background:  url(../images/logo.png) 0 0 no-repeat;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.headhesive--stick .header__logo a {
	width: 78px;
	height: 38px;
	background:  url(../images/responsive_logo.png) 0 0 no-repeat;
}

.header__nav {
	margin-top: 35px;
}

.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__item {
	margin-left: 50px;
	cursor: pointer;
}


.nav__item:first-child {
	margin-left: 0;
}

.nav__link {
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

.nav__link:hover {
	color: #ffd21d;
}

.btn_nav {
	display: none;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 13px;
	right: 10px;
	color: #ffffff;
	font-size: 30px;
	outline: none;
	z-index: 3;
}

.header_sticky{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #162240;
	padding-top: 0;
}

.header_sticky .inner-header {
	flex-flow: row nowrap;
	height: 80px;
	justify-content: space-between;
	align-items: center;

}

.header_sticky .header__logo {
	width: auto;
	height: auto;
}

.header_sticky .header__nav {
	margin-top: 0;
}

.current {
	position: relative;
}

.current .nav__link {
	color: #ffd21d;
	
}

.current:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffd21d;
	top: -10px;
	left: 0;
}


.triangle {
	position: relative;
	height: 670px;
	padding: 200px 35px 0 35px;
}

.triangle_back{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 380px;
	height: 100%;
	background: #162240;
}

.triangle_back:before {
	content: '';
	position: absolute;
	width: 150px;
	height: 7px;
	top: 124px;
	background: #ffd21d;
	left: 50%;
	transform: translateX(-50%);
}

.triangle_back:after {
	content: '';
	position: absolute;
	bottom: -249px;
	left: 0;
	border: 190px solid transparent;border-top: 60px solid #162240;
}

h1 {
	font-size: 60px;
	line-height: 62px;
	width: 850px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 300;
	margin: 0;
}

h1 > span {
	display: block;
	font-size: 120px;
	line-height: 122px;
	font-weight: 700;
}

.triangle__desc {
	position: relative;
	z-index: 2;
	margin-top: 50px;
	text-align: center;
	color: #fff;
	font-weight: 300;
	line-height: 30px;
}

.triangle__desc p{
	display: inline-block;
	width: 250px;
}

.mouse-click {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.label_animation{
  animation: animationFrames linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  translate(-50%,0px);
    opacity: 1;
  }
  50%{
    opacity: 1;
  }
  100% {
    transform:  translate(-50%,30px);
    opacity: 0;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(-50%,0px);
    opacity: 1;
  }
  50%{
    opacity: 1;
  }
  100% {
    -moz-transform:  translate(-50%,30px);
    opacity: 0;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(-50%,0px);
    opacity: 1;
  }
  50%{
    opacity: 1;
  }
  100% {
    -webkit-transform:  translate(-50%,30px);
    opacity: 0;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(-50%,0px);
    opacity: 1;
  }
  50%{
    opacity: 1;
  }
  100% {
    -o-transform:  translate(-50%,30px);
    opacity: 0;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(-50%,0px);
    opacity: 1;
  }
  50%{
    opacity: 1;
  }
  100% {
    -ms-transform:  translate(-50%,30px);
    opacity: 0;
  }
}

/*-- second section
============================================*/



.block-description {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 90px 15%;
	text-align: center;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}

h2 {
	font-size: 60px;
	line-height: 62px;
	color: #333;
	position: relative;
	padding-bottom: 35px;
	font-weight: normal;
	margin-top: 0;
}

h2:after {
	position: absolute;
	content: '';
	width: 33px;
	height: 4px;
	background: #ffd21d;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.description__text {
	color: #666;
	font-size: 20px;
	line-height: 34px;
	font-weight: 300;
	margin: 35px auto 0 auto;
}

.description__btn {
	margin-top: 55px;
	background: #ffd21d;
	display: inline-block;
	color: #162240;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	padding: 22px 40px;
	border-radius: 37px;
	text-transform: uppercase;
}

.description__btn:hover {
	background: #162240;
	color: #fff;
}

.about {
	background: url('../images/about.jpg') center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.characters__list {
	display: flex;
	padding: 0;
	margin: 0;
}

.characters__item {
	width: 25%;
	background: #f7f8fc;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-right: 1px solid rgba(22,34,64,.1);
}


.characters__item:last-child {
	border-right: none;
}

.characters__link {
	display: block;
	padding: 80px 50px;
}

.characters__icon {
	font-size: 40px;
	line-height: 42px;
	color: #bfc2cd;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.characters__title {
	margin-top: 35px;
	font-size: 26px;
	line-height: 28px;
	color: #666;
	font-weight: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.characters__desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #929394;
	font-weight: 300;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.characters__item:hover {
	background: #eff1f9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.characters__item:hover .characters__icon {
	color: #ffd21d;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.characters__item:hover .characters__title {
	color: #162240;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.characters__item:hover .characters__desc {
	color: #666;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}



/*-- third section
============================================*/


.services {
	background: url('../images/services.jpg') center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.slide__item {
	background: url('../images/services_slider.jpg') center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.slide__item .left, .slide__item .right {
	max-height: 700px;
	display: flex;
	padding: 145px 0 80px 0;
}


.slide-description {
	max-width: 445px;
	margin-left: 130px;
}

.slide__title {
	font-size: 70px;
	line-height: 72px;
	font-weight: normal;
	color: #fff;
	margin-top: 0;
}

.slide__desc {
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	margin-top: 45px;
	font-weight: 300;

}

.services-image {
	margin-left: 130px;
	position: relative;
}

.services-image img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: relative;
}

.services-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 6px solid #ffd21d;
	left: 80px;
	top: -50px;
}

.slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

.slick-dots li {
	display: inline-block;
	margin-left: 18px;
}

.slick-dots li:first-child {
	margin-left: 0;
}


.slick-dots button{
	width: 10px;
	height: 10px;
	outline: none;
	border: none;
	font-size: 0;
	background: rgba(255,255,255,.25);
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
}

.slick-active button {
	background: #ffd21d;
}


/*-- fourth section
============================================*/

.works {
	background: url('../images/works.jpg') center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.examples__list {
	display: flex;
	padding: 0;
	margin: 0;
	flex-flow: row wrap;
}

.examples__item {
	width: 25%;
	margin-bottom: -3px;
	position: relative;
	overflow: hidden;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}


.examples__link {
	display: block;
	width: 100%;
	padding-bottom: 150%;
	outline: none;
	overflow: hidden;
	position: relative;
}

.examples__item img {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.examples_hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(22,34,65,.75);
	text-shadow: 2px 2px 5px rgba(22,34,65,.75);
	text-align: center;
	font-size: 46px;
	line-height: 48px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.examples_hover p {
	-webkit-transform: translate(-40px, 0);
	-ms-transform: translate(-40px, 0);
	-o-transform: translate(-40px, 0);
	transform: translate(-40px, 0);
	z-index: 2;
	position: relative;
	margin-top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.examples p span {
	display: block;
}

.examples_hover:after {
	content: '';
	display: block;
	width: 88px;
	height: 0;
	border-left: 6px solid #ffd21d;
	border-right: 6px solid #ffd21d;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.examples_hover:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 238px;
	border-top: 6px solid #ffd21d;
	border-bottom: 6px solid #ffd21d;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.examples__item:hover .examples_hover {
	opacity: 1;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.examples__item:hover .examples_hover:after{
	height: 238px;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.examples__item:hover .examples_hover:before{
	width: 100px;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.examples__item:hover .examples_hover p {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

/* magnificpoput */

.image-source-link {
	display: none;
}

.mfp-content {
	background: #162240;
	padding: 0 55px;
}

.mfp-figure:after {
	background: none;
	box-shadow: none;
}

img.mfp-img {
	padding-top: 100px;
	padding-bottom: 50px;
}

.mfp-bg {
	background: rgba(22,33,64, .75);
}

.mfp-bottom-bar {
	top: 38px;
	margin-top: 0;
}

.mfp-title {
	text-align: center;
	font-size: 32px;
	line-height: 34px;
}

.mfp-arrow-left {
	background: url('../images/prev.png') center center no-repeat !important;
	width: 32px;
	height: 40px;
	text-align: center;
	left: 60px;
	opacity: 1;
}

.mfp-arrow-left:hover {
	background: url('../images/prev_active.png') center center no-repeat !important;
	left: 61px;
}

.mfp-arrow-right {
	background: url('../images/next.png') center center no-repeat !important;
	width: 32px;
	height: 40px;
	right: 60px;
	opacity: 1;
}

.mfp-arrow-right:hover {
	background: url('../images/next_active.png') center center no-repeat !important;
	
}

.mfp-arrow-left:before, .mfp-arrow-left:after, .mfp-arrow-right:before, .mfp-arrow-right:after {
	border: none;
}



.mfp-bullet {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
}
.mfp-bullet {
	display: none;
}



.bullet-item {
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,.25);
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.mfp-title {
	padding-right: 0;
}
.mfp-counter {
	display: none;
}

.bullet-active {
	background: #ffd21d;
}

.bullet-item:first-child {
	margin-left: 0;
}

.mfp-image-holder .mfp-close{
	position: absolute;
	width: auto;
	padding: 0;
	top: 20px;
	right: 20px;
}

.mfp-close:before{
	content: "\f00d";
	display: block;
	font: normal normal normal 16px/1 FontAwesome;
	color: #fff;
	cursor: pointer;
}

.mfp-close:hover:before{
	color: #ffd21d;
}

.more-btn {
	text-align: center;
	padding: 40px 0;
	background: #f7f8fc;
	border-bottom: 1px solid #e0e2e9;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #bfc2cd;
}

.more-btn p{
	margin: 0;
}

.more__link {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #bfc2cd;
}
.more__link .fa {
	margin-right: 15px;
}
.more__link:hover {
	color: #333333;
}
.more__link:hover .fa,
.loaded.more__link .fa {
	color: #ffd21d;
}

/*-- brands
============================================*/

.brands__list {
	display: flex;
	justify-content: space-around;
	list-style: none;
	align-items: center;
	padding: 40px 0;
}

.brands__item {
	width: 16.666666%;
	text-align: center;
	padding: 15px;
}

.brands__item a{
	opacity: 0.5;
}
.brands__item  a:hover {
	opacity: 1;
}

.brands__item img{
	max-width: 80%;
}


/*-- fifth-section
============================================*/


.fifth-section {
	background: #162240;
	padding: 60px 0 80px 0;
}

.comments__item {
	text-align: center;
}
.comments {
	padding: 0 150px;
}

.quot {
	text-align: center;
}

.quot>img{
	display: inline-block;
}

.comments__desc {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	margin-top: 40px;
	padding: 0 250px;
}

.comments__name {
	margin-top: 60px;
	padding-top: 22px;
	position: relative;
	font-size: 26px;
	line-height: 28px;
	color: #fff;
}

.comments__name:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 33px;
	height: 4px;
	background: #ffd21d;
	transform: translateX(-50%);
}

.comment__job {
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	color: #ffd21d;
	display: block;
	margin-top: 5px;
}


/*-- discount
============================================*/

.discount {
	background: #ffd21d;
}

.inner-discount {
	display: flex;
	height: 200px;
	align-items: center;
	justify-content: space-between;
}

.discount h3 {
	color: #162240;
	font-size: 52px;
	line-height: 54px;
	font-weight: normal;
	margin-top: 0;
}

.discount-btn {
	margin-top: 0;
	background: #162240;
	color: #fff;
}

.discount-btn:hover{
	background-color: #fff;
	color: #162240;
}

/*-- fifth-section
============================================*/

#map {
	width: 100%;
	height: 600px;
}

.contacts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;   
	flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
	height: 600px;
	position: relative;
	text-align: center;
}

.address {
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	color: #333;
	margin-top: 35px;
}

.telephone {
	display: inline-block;
	font-size: 50px;
	line-height: 52px;
	font-weight: 500;
	margin-top: 20px;
	color: #333;
}

.email:hover,
.telephone:hover{
	color: #ffd21d;
}

.email {
	display: inline-block;
	color: #039;
	margin-top: 20px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
}

.copyright {
	color: #aeb2bc;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);

}


/*-- social
============================================*/

.social_list {
	padding: 0;
	margin: 0;
}
.social_list a {
	display: block;
	width: 120px;
	height: 99px;
	font-size: 26px;
	line-height: 60px;
	padding: 20px;
	text-align: center;
	color: #bfc2cd;
	background-color: #f7f8fc;
}

.social_list a:hover {
	background-color: #eff1f9;
	color: #162240;
}
.social_list li:not(:last-child) {
	border-bottom: 1px solid #e0e2e9;
}



/* ------------------------------------------------

    9. Animate

------------------------------------------------ */

  .animate_el{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .tr_top{
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  .tr_bottom{
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  .tr_left{
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  .tr_right{
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }

  .slick-active .animate_el{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .delay_1{
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .delay_2{
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .delay_3{
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .delay_4{
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .delay_5{
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .delay_6{
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }

  .delay_7{
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }

/** Additions **/

.background-blue {
  background: #162240;
}
