@charset "utf-8";
/* CSS Document */

body {
	background-color: #0c0c0c; 
	font-family: 'Raleway', sans-serif;
	color: #fff;
	animation: fadein ease-in 0.5s;
	line-height: normal;
}

.bodyout {
	animation: fadeout ease-in 5s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@media screen and (max-width:768px) {
	.visible {
		overflow: visible;
		z-index: 350;
	}
}

/* TYPOGRAPHY
-----------------------------------------------------------*/

h1 {
	font-size: 4.875rem;
	/*78px;*/
	line-height: 1;
}

h2 {
	font-size: 4.125rem;
	/*66px*/
}

h3 {
	font-size: 3.5rem;
	/*56px;*/
}

h4 {
	font-size: 2.25rem;
	/*36px*/
	font-weight: 300;
}

p {
	line-height: 1.4;
}

strong {
	font-weight: 700;
}

a {
	color: #fff;
	text-decoration: none;
}

/*************** MEDIA QUERIES **************/

@media screen and (max-width:480px) {
	h1 {
		font-size: 3.625rem;
		/*58px;*/
		
	}
	h2 {
		font-size: 2.875rem;
		/*46px*/
	}
	h3 {
		font-size: 2.5rem;
		/*48px;*/
	}
}

/* BUTTONS
-----------------------------------------------------------*/

a.button, button {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	display: inline-block;
	cursor: pointer;
}

button {
	padding: 20px 40px;
	border: none;
	background-color: transparent;
	font-weight: 700;
	font-size: 1rem;
	/*16px;*/
}

/*btn1*/

.btn1 {
	font-weight: 700;
	font-size: 1.125rem;
	/*18px;*/
	border-bottom: 1px solid #b2b1b0;
	padding: 30px 60px 30px 40px;
	background-image: url(../images/arrow_right.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	position: relative;
	display: flex!important;
	align-items:center;
}

.btn1:before {
	background-color: #b2b1b0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	transition: all 0.3s ease 0s;
}

.btn1:after {
	background-color: #b2b1b0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all .3s ease 0s;
}

.btn1:hover:after {
	top: 96%;
}

/*btn2*/

.btn2 {
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	padding: 30px 80px 30px 60px;
	font-weight: 700;
	background-image: url(../images/arrow_right.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	font-size: 1.125rem;
	/*18px;*/
	position: relative;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

.btn2:before {
	background-color: rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: translate(-100%, -600%) rotate(30deg);
	transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1) 0s;
	width: 100%;
	z-index: 1;
}

.btn2:hover {
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.btn2:hover:before {
	transform: translate(0px, 0px);
}

/*btn3*/

.btn3 {
	padding: 30px 60px 43px 60px;
	font-weight: 700;
	background-image: url(../images/arrow_scroll.png);
	background-position: center bottom 14px;
	background-repeat: no-repeat;
	font-size: 1.125rem;
	/* 18px;*/
	position: relative;
	transition: all 0.5s ease 0s;
	margin-bottom: 5px;
}

.btn3:before {
	border: 1px solid rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}

.btn3:after {
	background-color: rgba(255, 255, 255, 0.25);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scale(0.5, 0.5);
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}

.btn3:hover:before {
	opacity: 0;
	transform: scale(1.2, 1.2);
}

.btn3:hover:after {
	opacity: 1;
	transform: scale(1, 1)
}

/* FORMS
-----------------------------------------------------------*/

input, textarea, select {
	font-size: 1rem;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	border: none;
	padding: 0 0 0 10px;
	width: 100%;
	height: 100%;
}

textarea {
	padding-top: 10px;
}

label {
	line-height: normal;
}

/* SIDEBAR 
-----------------------------------------------------------*/

.sidebar {
	background-color: #fff;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 50px;
	text-align: center;
	z-index: 310;
}

.sidebar .lang {
	background-color: #e7e6e6;
	padding: 10px 0;
	position: absolute;
	width: 100%;
	z-index: 320;
}

.sidebar .lang a {
	color: #797979;
	font-size: 0.75rem;
	/*12px*/
	font-family: 'PT Sans', sans-serif;
	display: block;
	transition: all .3s ease;
}

.sidebar .lang a:hover {
	font-weight: 700;
}

.sidebar .lang a.pasive {
	margin-top: 17px;
	display: none;
}

.sidebar .menu, .mobNav a.pasive {
	position: relative;
	height: 35px;
	margin-top: 45px;
	cursor: pointer;
}

.sidebar .menu span, .mobNav span {
	background-color: #363636;
	display: block;
	text-indent: -9999px;
	height: 2px;
	width: 28px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.sidebar .menu span:first-child, .mobNav span:first-child {
	top: 0;
}

.sidebar .menu span:nth-child(2), .mobNav span:nth-child(2) {
	top: 10px;
}

.sidebar .menu span:nth-child(3), .mobNav span:nth-child(3) {
	top: 20px;
}

.sidebar .socialMedia {
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sidebar .socialMedia a {
	margin-top: 10px;
}

.sidebar .socialMedia a svg {
	width: 26px;
	height: 26px;
}

.sidebar .socialMedia a svg path {
	transition: all .3s ease;
}

.sidebar .socialMedia a svg:hover path {
	fill: #e3b208;
}

/*active*/

.sidebarActive {
	position: absolute;
	z-index: 300;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(11, 11, 11, 0.9);
	display: none;
	overflow-y: scroll;
}

.sidebarActive .nav {
	text-align: center;
	padding: 100px 0;
}

.sidebarActive .nav a {
	font-size: 4.125rem;
	/*66px;*/
	margin-bottom: 50px;
	display: block;
	transition: all .6s ease;
}

.sidebarActive .nav a:hover {
	color: #e3b208;
}

.sidebarActive .news {
	background: rgba(26, 26, 26, 0.9);
	padding: 80px 0;

}

.sidebarActive .news h4 {
	margin-bottom: 60px;
}

.sidebarActive .news ul {
	display: flex;
	flex-flow: row wrap;
}

.sidebarActive .news li {
	flex: 0 0 50%;
	padding-right: 40px;
	margin-bottom: 46px;
}

.sidebarActive .news li strong {
	margin-bottom: 10px;
	display: block;
	color: #e3b208;
}

.sidebarActive .news li p {
	font-weight: 300;
	font-size: 1.25rem;
	/*20px;*/
	line-height: 1.6;
}

.sidebarActive .news a {
	color:#e3b208;
	transition:all .3s ease;
}

.sidebarActive .news a:hover {
	color:#fff;
}

/*************** MEDIA QUERIES ************/

@media screen and (max-width:768px) {
	.sidebar {
		display: none;
	}
}

/* HEADER*/

.header {
	margin-bottom: 100px;
}

@media screen and (max-width:768px) {
	.header {
		margin-bottom: 15px;
	}
}
	

/*header top*/

.header .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 35px;
}

.header .top .nav {
	padding-bottom: 11px;
}

.header .top .nav a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.125rem;
	/*18px*/
	font-weight: 700;
	margin-left: 40px;
	display: inline-block;
	text-align: center;
	position: relative;
}

.header .top .nav a:before {
	background-color: rgba(227, 178, 5, 1);
	top: -170px;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	z-index: 1;
	height: 70px;
	width: 12px;
	margin: 0 auto;
}

.header .top .nav a:hover:before, .header .top .nav a.active:before {
	background: rgba(227, 178, 5, 1);
	top: -85px;
}

.header .logo svg {
	max-width: 128px;
}

.header .logo a svg path.dot {fill:#fff; transition:all .4s ease-in;}

.header .logo a:hover svg path.dot {fill:#e3b208;}

@media screen and (max-width:768px) {
	
	.header .top {
		padding-top:15px;
	}
}

/* MOB NAV
--------------------------------------------------------*/

.mobNav {
	display: none;
}

.mobNav a.pasive {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 28px;
}

.mobNav span {
	background-color: #fff;
}

/*mobActive*/

.mobActive {
	background: rgba(11, 11, 11, 0.9) none repeat scroll 0 0;
	display: none;
	height: calc(100vh - 120px);
	left: 0;
	position: absolute;
	top: 120px;
	width: 100%;
	z-index: 350;
	overflow-y: scroll;
}

.mobActive .lang {
	display: flex;
	justify-content: center;
	margin-top:15px;
}

.mobActive .lang a {
	display: inline-block;
	background-color: #fff;
	color: #000;
	text-align: center;
	margin: 5px;
	padding: 10px;
	font-weight: 700;
	font-size: 0.875rem;
}

.mobActive .links {
	text-align: center;
	padding: 50px 0;
}

.mobActive .links a {
	font-size: 2.5rem;
	/*40px;*/
	margin-bottom: 30px;
	display: block;
	transition: all .6s ease;
}

.mobActive .links a:hover {
	color: #e3b208;
}

.mobActive .news {
	background: rgba(26, 26, 26, 0.9);
	padding: 80px 0;
	display: flex;
	align-items: center;
}

.mobActive .news h4 {
	margin-bottom: 60px;
}

.mobActive .news ul {
	display: flex;
	flex-flow: column wrap;
}

.mobActive .news li {
	flex: 0 0 50%;
	padding-right: 40px;
	margin-bottom: 46px;
}

.mobActive .news li strong {
	margin-bottom: 10px;
	display: block;
	color: #e3b208;
}

.mobActive .news li p {
	font-weight: 300;
	font-size: 1.25rem;
	/*20px;*/
	line-height: 1.6;
}

/************* MEDIA QUERIES ************/

@media screen and (max-width:768px) {
	.nav {
		display: none;
	}
	.mobNav {
		display: block;
	}
	
	
}

/* FULL PAGE
-----------------------------------------------------------*/

.fullPage {
	padding-right: 50px;
}

/************* MEDIA QUERIES ************/

@media screen and (max-width:768px) {
	.fullPage {
		padding-right: 0;
	}
}

/* SECTIONS SHARED ELEMENTS
-----------------------------------------------------------*/

.sections {
	width: 100%;
	position: relative;
}

/*SectionScroll*/

.sectionScroll {
	animation: MoveUpDown 0.5s ease 0s alternate none infinite running;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 30px;
	font-weight: 700;
	color: #fff;
	font-size: 0.75rem;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}

@keyframes MoveUpDown {
	0% {
		bottom: 40px;
	}
	100% {
		bottom: 30px;
	}
}

.sectionScroll span {
	display: inline-block;
	margin-top: 5px;
}

/* HOMEPAGE
-----------------------------------------------------------*/

.homePage .sections {
	background-color: #000;
	display: flex;
	align-items: stretch;
	position: relative;
}

/* SECTION-1
-----------------------------------------------------------*/

.homePage .section-1 {
	flex-direction: column;
}

.homePage .section-1 .container {
	height: auto;
}

.homePage .section-1 .wrapper {
	display: flex;
	align-items: center;
	position: relative;
}

.homePage .section-1 .video {
	flex: 0 0 50%;
	/*width:50%;*/
}

/*.homePage .wrap-content {
	flex: 0 0 30%;
	/*width:50%;
	text-align: right;
}*/

.homePage .heroTxt {
	/*flex: 0 0 30%;*/
	text-align: right;
	padding-right: 35px;
	/*float:left;*/
}

.heroTxt small {
	color: #e3b208;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.5625rem;
	/*25px*/
	display: block;
}

.heroTxt big {
	color: #fff;
	font-size: 10rem;
	/*160px*/
	font-weight: 800;
	display: block;
	margin-right: -10px;
	width: 100%;
	line-height: 0.9;
}

.homePage .section-1 .buttons {
	margin-top: 60px;
}

.homePage .section-1 .buttons a:nth-child(2) {
	margin-left: 50px;
}

/************* MEDIA QUERIES ************/

@media screen and (max-width:1400px) {
	.homePage .heroTxt big {
		font-size: 9rem;
	}
	.homePage .section-1 .video {
		margin-left: -100px;
	}
}

@media screen and (max-width:1200px) {
	.homePage .section-1 .wrapper {
		flex-direction: column-reverse;
		height: 100%;
		justify-content: flex-end;
	}
	.homePage .section-1 .video {
		/*width: 80%;*/
		flex: auto;
	}
	.homePage .section-1 .heroTxt {
		text-align: center;
		margin: 50px 0;
		padding-right: 0;
	}
	.homePage .heroTxt big, .homePage .section-1 .buttons {
		margin-right: 0px;
	}
}

@media screen and (max-width:980px) {
	.servicePage .heroTxt big {
		font-size: 7rem;
	}
}

@media screen and (max-width:768px) {
	.homePage .section-1 .wrapper {
		display: none;
	}
	.homePage .sectionScroll {
		display: none;
	}
}

/* SECTION-2
-----------------------------------------------------------*/

.homePage .section-2 {
	text-align: center;
	overflow: hidden;
}

.homePage .section-2 .container {
	padding: 60px 35px 100px 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.homePage .section-2 .video {}

.homePage .section-2 video {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	/*object-fit: cover;*/
}

.homePage .smallTitle {
	color: #e3b208;
	font-size: 1.125rem;
	/*18px*/
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}

.homePage .section-2 h2 {
	font-weight: 300;
	margin-bottom: 46px;
}

.introTxt p {
	font-weight: 200;
	font-size: 1.75rem;
	/*28px*/
	padding: 0 15%;
	text-align: center;
}

.introTxt-subtitle {
	color:#e3b208;
	margin-top:20px;
 }

.homePage .section-2 .counter {
	margin-top: 80px;
}

.homePage .section-2 .counter strong.quote {
	margin-bottom: 80px;
	font-size: 1.125rem;
}

.homePage .section-2 .counter ul {
	display: flex;
	justify-content: space-around;
}

.homePage .section-2 .counter li {
	padding: 0 20px;
	color: #fff;
	font-size: 1.375rem;
	/*22px;*/
	line-height: 1.4;
	width: 33.333%;
}

.homePage .section-2 .counter strong {
	font-family: 'PT Sans', sans-serif;
	display: block;
}

.homePage .section-2 .counter li strong {
	font-size: 4rem;
	/*65px*/
	color: #dddcdc;
}

.homePage .section-2 .counter li span {
	display: block;
	width: 100px;
	height: 10px;
	background-color: white;
	margin: 40px auto 0 auto
}

/***************** MEDIA QUERIES *******************/

@media screen and (max-width:768px) {
	.homePage .section-2 .container {
		padding: 30px 35px 80px 35px;
	}
	.introTxt p {
		padding: 0;
	}
	.homePage .section-2 .counter ul {
		flex-direction: column;
		align-items: center;
	}
	.homePage .section-2 .counter ul li {
		margin-bottom: 30px;
		width: 100%;
	}
	
	.homePage .section-2 .counter ul li:last-child {
		margin-bottom:0;
	}
}

/* SECTION-3
-----------------------------------------------------------*/

.section-3 {
	background-image: url(../images/section-3-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.section-3 .container {
	padding: 100px 35px 140px 35px;
}

.section-3 .introTxt {
	margin-bottom: 90px;
}

.section-3 .introTxt p {
	font-size: 1.75rem;
	/*28px*/
	max-width: 1020px;
	font-weight: 300;
	margin-top: 15px;
	text-align: left;
	padding: 0;
}

.section-3 .links {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.homePage .section-3 ul {
	position: relative;
	margin-right: 50px;
}

.homePage .section-3 li, .section-3 li a {
	font-size: 3rem;
	/*48px*/
	font-weight: 200;
	margin-bottom: 100px;
	color: #fff;
}

.section-3 li a {
	transition: all .3s ease;
	display: inline-block;
	margin-bottom: 0;
	color: #5e5d5d;
}

.section-3 li a:hover, .section-3 li a.active {
	color: #fff;
}

.section-3 li:nth-child(6) {
	margin-bottom: 0;
}

/*button*/

.section-3 a.btn:after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scale(0.1, 1);
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}

.section-3 a.btn {
	color: #000;
	position: relative;
	transition: all 0.5s ease 0s;
	padding: 30px 60px;
	font-size: 1.375rem;
	/*22px;*/
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	background-color: #fff;
	text-align: center;
}

.section-3 a.btn:hover {
	background-color: transparent;
	color: #fff;
}

.section-3 a.btn:hover:before {
	opacity: 0;
	transform: scale(0.1, 1)
}

.section-3 a.btn:hover:after {
	opacity: 1;
	transform: scale(1, 1.5);
}

/******************* MEDIA QUERIES *****************/

@media screen and (max-width:1024px) {
	.section-3 .container {
		padding:100px 20px 140px 20px;
	}
	
	.homePage .section-3 li, .section-3 li a {
		margin-bottom:50px;
	}
	
}

@media screen and (max-width:900px) {
	.homePage .section-3 ul {
		margin-right: 0;
	}
	.section-3 .links {
		align-items: flex-start;
		flex-direction: column;
	}
	.section-3 a.btn {
		margin-top: 20px;
	}
	.section-3 .introTxt {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:768px) {
	.section-3 .container {
		padding: 80px 20px 80px 20px;
	}
	
	
	.section-3 li a {
		margin-bottom:0;
	}

}

@media screen and (max-width:480px) {
	.homePage .section-3 li {
		margin-bottom: 40px;
	}
	.section-3 a.btn {
		padding: 30px 15px;
	}
}

/* SECTION-4
-----------------------------------------------------------*/

.homePage .section-4 {
	background-size: cover;
	background-position: center;
}

.section-4 .container {
	display: flex;
	padding: 100px 35px;
	height: 100%;
	min-height: 900px;
}

.homePage .projectInfo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.homePage .projectInfo .txt {
	width: 600px;
	margin-top: 50px;
}

.homePage .projectInfo h3 {
	margin-bottom: 50px;
}

.projectInfo .txt p {
	font-size: 1.625rem;
	/*26px*/
	font-weight: 300;
}

.homePage .projectInfo .txt ul {
	display: flex;
}

.homePage .projectInfo .txt li:first-child {
	width: 60px;
	border-top: 1px solid white;
	margin: 20px 20px 0 0;
}

.gradient {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
}

@media screen and (max-width:768px) {
	.portfolio {padding-top:30px;}
	
	.homePage .projectInfo h3 {
		margin-bottom:20px;
	}
}

/*buttons*/

.homePage .section-4 .btns {
	text-align: right;
}

.homePage .section-4 .btn1 {
	margin-left: 30px;
	margin-top: 35px;
	text-align: center;
	max-width: 280px;
	width: 100%;
}

/****************** MEDIA QUERIES *****************/
	
@media screen and (max-width:1024px) {
	.homePage .section-4 {
		background-size:contain;
		background-repeat: no-repeat;
		background-position: top center;
		padding:70% 20px 0 20px;
		height: 100% !important;
	}
	
	.projectInfo {
		width:100%;
		flex-direction:column;
	}
	
	.homePage .section-4 .btns {
		text-align:left;
		display:flex;
	}
	
	.homePage .section-4 .container {
		padding:50px 0 100px 0;
		min-height: auto;
	}
}

@media screen and (max-width:1024px) {
	.gradient {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
	}
	.homePage .projectInfo {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}
	.homePage .projectInfo .txt {
		width: 100%;
		margin-right: 0px;
		margin-top:0;
	}
	.homePage .projectInfo .txt li:first-child {
		display: none;
	}
	.section-4 .btns {
		width: 100%;
		display: flex;
	}
	.section-4 .btns .btn1 {
		margin-left: 0;
	}
	.section-4 .btns .btn1:first-child {
		margin-right: 25px;
	}
}

@media screen and (max-width:768px) {
	
	.homePage .section-4 .container {
		padding:50px 0 80px 0;
	}
	
	.homePage .section-4 .btn1 {
		max-width: 100%;
	}
	
}

@media screen and (max-width:480px) {
	.gradient {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
	}
	.section-4 .btns {
		flex-direction: column;
	}
}

/* SERVICES
-----------------------------------------------------------*/

/*section 1*/

.servicePage .section-1, .servicePage .section-1 .container {
	/*height: 100vh;*/
}

.servicePage .section-1 .container {
	min-height: 900px;
	height: 100%;
	padding-bottom: 120px;
}

.servicePage .heroTxt {
	height: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.servicePage .heroTxt small {
	margin-bottom: 0px;
	text-transform: lowercase;
}

.servicePage .heroTxt big {
	line-height: 0.9;
	text-align: center;
}

.servicePage .heroTxt .buttons {
	margin-top: 100px;
}

.servicePage .section-1 a.button:first-child {
	margin-right: 40px;
}

.heart svg {
	width: 40px;
	height: auto;
	fill: #fff;
	animation: beat .45s infinite alternate;
	transform-origin: center;
}

@keyframes beat {
	to {
		transform: scale(1.4);
	}
}

/*************** MEDIA QUERIES ************/

@media screen and (max-width:1280px) {
	.servicePage .section-1 {
		height: 100%;
	}
	.servicePage .section-1 .container {
		height: 100%;
		padding: 0 35px 150px 35px;
	}
}

@media screen and (max-width:1024px) {
	.servicePage .section-1 .container {
		padding:0 20px 150px 20px;
	}
	
}

@media screen and (max-width:768px) {
	.servicePage .section-1 .container {
		padding: 0px 20px 80px 20px;
	}
}

@media screen and (max-width:660px) {
	.servicePage .section-1 a.button {
		margin-bottom: 40px;
		display: block;
	}
	.servicePage .section-1 a.button:first-child {
		margin-right: 0;
	}
}

@media screen and (max-width:580px) {
	.servicePage .section-1 .container {
		padding: 0 35px;
		min-height: auto;
	}
	.servicePage .heroTxt, .servicePage .sectionScroll {
		display: none;
	}
}

/*section2*/

.servicePage .section-2 {
	background-image: none;
}

.servicePage .section-2 .introTxt {
	margin: 8% 0;
}

.servicePage .project {
	display: flex;
}

.servicePage .project .grid_5 {
	align-self: flex-end;
}

.servicePage .projectInfo .txt {
	width: 80%;
}

.servicePage .project h3 {
	color: #e3b208;
}

/*************** MEDIA QUERIES ***************/

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

	.servicePage .project {
		padding:0 20px;
	}
	
}

@media screen and (max-width:980px) {
	.servicePage .project {
		flex-direction: column;

	}
	.servicePage .project .grid_5, .servicePage .project .grid_7 {
		width: 100%;
		margin-right: 0;
	}
	.servicePage .project .grid_5 {
		margin-top: 20px;
	}
	.servicePage .projectInfo .txt {
		width: 100%;
	}
}

@media screen and (max-width:660px) {
	.servicePage .section-2 {
		display: none;
	}
}

/*section3*/

.servicePage .section-3 .introTxt {
	margin-bottom: 120px;
}

.servicePage .section-3 .introTxt p {
	margin-top: 35px;
}

.serviceInfo {
	display: flex;
	justify-content: space-between;
}

.servicePage .section-3 ul:first-child {
	flex: 0 0 50%;
	padding-right: 40px;
}

.servicePage .section-3 ul {
	flex: 0 0 50%;
}

.servicePage .section-3 ul li {
	margin-bottom: 60px;
}

.serviceInfo ul:nth-child(2) li {
	font-size: 1.25rem;
	/*20px;*/
	color: #c0bfbf;
	padding: 0 30px 0 0;
}

.serviceInfo ul:nth-child(2) li strong.title {
	font-size: 1.625rem;
	/*26px;*/
	color: #fff;
}

.serviceInfo ul:nth-child(2) li span {
	display: block;
	width: 100px;
	height: 5px;
	background-color: #5e5d5d;
	margin: 30px 0 30px 0;
}

.serviceInfo ul:nth-child(2) li p {
	font-family: 'PT Sans', sans-serif;
}

.serviceInfo ul:nth-child(2) li em {
	display: block;
}

/*mob*/

.serviceInfo .sub {
	display: none;
	margin-top: 40px;
}

.serviceInfo .desktop_desc li~li {
	display: none;
}

/*************** MEDIA QUERIES **************/

@media screen and (max-width:980px) {
	.serviceInfo ul:nth-child(2) {
		margin-right: 0;
	}
	.serviceInfo ul:nth-child(2) li {
		padding-right: 0;
		margin-right: 0;
	}
	/*.serviceInfo ul:nth-child(2) li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}*/
}

@media screen and (max-width:580px) {
	.servicePage .section-3 .container {
		padding: 30px 35px 80px 35px;
	}
}

@media screen and (max-width:660px) {
	.servicePage .section-3 .introTxt {
		margin: 0 0 65px 0;
	}
	.serviceInfo ul:nth-child(2) {
		display: none;
	}
	.servicePage .section-3 ul:first-child {
		flex: 0 0 100%;
		margin-right: 0;
	}
	.servicePage .section-3 li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:480px) {
	.servicePage .section-3 ul li {
		margin-bottom:50px;
	}
	
}

@media screen and (max-width:480px) {
	.servicePage .section-3 ul li {
		margin-bottom: 40px;
	}
}

/*section4*/

.servicePage .section-4 {
	background-color: #e3b208;
	text-align: center;
}

.servicePage .section-4 .container {
	flex-direction: column;
}

.servicePage .section-4 h2 {
	font-weight: 300;
	margin-bottom: 100px;
}

.servicePage .section-4 ul {
	display: flex;
	flex-flow: row wrap;
}

.servicePage .section-4 ul li {
	padding: 0 20px;
	/*margin-bottom: 40px;*/
	width: 33.33%;
	/*display: flex;*/
	height: 160px;
	position: relative;
}

.servicePage .section-4 ul li img {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/************** MEDIA QUERIES **************/

@media screen and (max-width:768px) {
	.servicePage .section-4 ul li {
		width: 50%;
	}
}

@media screen and (max-width:480px) {
	.servicePage .section-4 ul li {
		width: 100%;
	}
	.servicePage .section-4 .container {
		padding: 60px 0 40px 0;
	}
}

/*section5*/

.servicePage .section-5 .container {
	padding: 5% 35px;
}

.servicePage .section-5 big {
	color: #e3b208;
	font-size: 8rem;
	font-weight: 800;
	margin-bottom: 90px;
	display: block;
	line-height: 1;
}

.servicePage .section-5 .testimonial {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.servicePage .section-5 .testimonial ul:first-child {
	flex: 0 0 40%;
}

.servicePage .section-5 .testimonial h3 {
	margin-bottom: 40px;
	display: inline-block;
	text-align: left;
}

.servicePage .section-5 .testimonial h3 span {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.servicePage .section-5 p {
	font-size: 1.625rem;
	/*26px;*/
	font-weight: 300;
}

.servicePage .section-5 .btn1 {
	font-size: 1.8rem;
	display: block;
	max-width: 400px;
	width: 100%;
	margin-bottom: 50px;
	padding: 40px 60px 40px 60px;
	background-image: none;
	text-align: center;
}

.servicePage .section-5 li:last-child .btn1 {
	margin-bottom: 0;
}

.testimonial .grid_8 {
	padding-right: 20%;
}

.testimonial .txt li {
	position: relative;
	padding: 0 0 0 60px;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.4;
}

.testimonial .txt li:before {
	content: "";
	width: 50px;
	background-color: #fff;
	height: 1px;
	position: absolute;
	left: 0;
	top: 15px;
}

/***************** MEDIA QUERIES *******************/

@media screen and (max-width:980px) {
	.servicePage .section-5 div.testimonial {
		flex-direction: column;
		align-items: flex-start;
	}
	.servicePage .section-5 div.testimonial ul:first-child {
		margin-bottom: 20px;
		flex: 0 0 auto;
		width: 100%;
	}
	.testimonial .grid_4, .testimonial .grid_8 {
		width: 100%;
		margin-right: 0;
	}
	.testimonial .grid_8 {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.testimonial .grid_4 {
		display: flex;
	}
	.testimonial .grid_4 li:first-child {
		margin-right: 40px;
	}
}

@media screen and (max-width:660px) {
	.testimonial .grid_4 {
		flex-direction: column;
	}
	.testimonial .grid_4 li:first-child {
		margin-right: 0;
	}
}

@media screen and (max-width:760px) {
	.servicePage .section-5 big {
		font-size: 7rem;
	}
}

@media screen and (max-width:480px) {
	.servicePage .section-5 big {
		font-size: 5em;
		margin-bottom: 40px;
	}
}

@media screen and (max-width:360px) {
	.servicePage .section-5 big {
		font-size: 4em;
	}
}

/* WORK
-----------------------------------------------------------*/

.project {
	align-items: center;
	display: flex;
	position: relative;
}

.project+.project {
	margin-top: 120px;
}

.project .projectImage {
	display: block;
	left: 40%;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	width: calc(60% - 100px);
}

.project:nth-child(2n+1) .projectImage {
	left: 100px;
}

.project .projectImage img {
	display: block;
	left: 0;
	position: relative;
	width: auto;
}

.projectName {
	left: 100px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: calc(40% - 100px);
}

.project:nth-child(2n+1) .projectName {
	left: auto;
	right: 100px;
}

.projectName .inner {
	padding: 0 30px;
	width: 100%;
}

.projectName .inner p {
	line-height: 1.7;
}

.projectName .inner h4 {
	font-weight: 700;
	margin-bottom: 10px;
}

.projectName .button {
	margin-left: 0;
	margin-top: 40px;
	max-width: 320px;
}

.portfolio .contact {
	display: flex;
	align-items: flex-end;
	padding: 8% 35px;
}

.portfolio .contact big {
	font-size: 8rem;
	line-height: 1;
	color: #e3b208;
	font-weight: 800;
	display: block;
	margin-bottom: 15%;
}

.portfolio .contact p {
	font-size: 1.625rem;
	/*26px;*/
	font-weight: 300;
	margin: 0 25% 0 0;
}

.portfolio .contact .button {
	text-align: center;
	background-position: center bottom 20px;
	padding: 50px 40px 60px 40px;
	font-size: 1.875rem;
	/*30px;*/
	font-weight: 300;
}

.portfolio .contact .button:first-child {
	margin-bottom: 50px;
}

/***************** MEDIA QUERIES *******************/

@media screen and (max-width:1400px) {
	.portfolio .contact big {
		font-size: 6.25rem;
		/*100px;*/
	}
	.portfolio .contact .button {
		font-size: 1.375rem;
		/*22px*/
	}
}

@media screen and (max-width:1280px) {
	.project .projectImage {
		left: 44%;
	}
	.project:nth-child(2n+1) .projectImage {
		left: 35px;
		width: calc(60% - 35px);
	}
	.projectName {
		left: 10px;
		width: calc(40% - 10px);
	}
	.project:nth-child(2n+1) .projectName {
		right: 10px;
	}
}

@media screen and (max-width:860px) {
	.project {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.project .projectImage, .project:nth-child(2n+1) .projectImage {
		width: 100%;
		left: 0;
		margin-bottom: 40px;
	}
	.projectName {
		position: relative;
		width: 100%;
		transform: none;
		left: 0;
	}
	.project:nth-child(2n+1) .projectName {
		right: 0;
	}
	.portfolio .contact {
		flex-direction: column;
	}
	.portfolio .contact big {
		margin-bottom: 50px;
	}
	.portfolio .contact p {
		margin: 0;
	}
	.portfolio .contact .grid_7, .portfolio .contact .grid_5 {
		width: 100%;
		margin-right: 0;
	}
	.portfolio .contact .grid_5 {
		margin-top: 50px;
	}
	.portfolio .contact .button {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	.project+.project {
		margin-top: 60px;
	}
	.portfolio .contact big {
		font-size: 3.5rem;
	}
}

/* CONTACT PAGE
-----------------------------------------------------------*/

.contactPage .section-1 {
	padding: 0 0 100px 0;
}

.contactPage video {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	width: 100%;
}

.contactPage .heroTxt {
	margin-bottom: 140px;
}

.contactPage .heroTxt big {
	font-size: 8.125rem;
	/*130px;*/
}

.contactInfo {
	font-size: 1.5624rem;
	/*25px;*/
	font-weight: 300;
}

.contactPage .grid_4 li {
	margin-bottom: 20px;
}

.contactPage .grid_4 li a:hover {
	opacity: 0.8;
}

.contactPage li.map {
	font-size: 1rem;
	font-family: 'PT Sans', sans-serif;
	border-bottom: 2px solid #fff;
	display: inline;
	padding-right: 5px;
	transition: all .5s ease;
}

.contactPage li.map:hover {
	cursor: pointer;
	opacity: 0.8;
}

.contactPage .sm {
	display: flex;
	margin-top: 60px;
}

.contactPage .sm li {
	margin-right: 30px;
	width: 40px;
	text-align: center;
}

.contactPage .sm li:last-child {
	margin-right: 0px;
}

.contactPage .sm svg {
	width: 40px;
	height: 40px;
	fill: #636363;
	transition: all .3s ease;
}

.contactPage .sm a:hover svg {
	fill: #dab01e;
}

.contactPage .buttons {
	margin-top: 130px;
}

.contactPage .buttons strong {
	display: block;
	color: #e3b208;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 20px;
}

.contactPage .buttons .button:nth-child(2) {
	margin-right: 40px;
}

.contactPage .form {
	margin: 100px 0;
}

.contactPage ._1, .contactPage ._2 {
	display: none;
	position: relative;
}

.contactPage .form p {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 1.625rem;
	/*26px;*/
	text-transform: uppercase;
}

.contactPage .form ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.contactPage .form ul li {
	flex: 0 0 49%;
	margin-bottom: 20px;
	height: 65px;
}

.contactPage ._1 ul li {
	flex: 0 0 32%;
}

.contactPage .form ul li.message {
	flex: 0 0 100%;
	height: 250px;
}

.contactPage .form ul li input, .contactPage .form ul li textarea, .contactPage .form ul li select {
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	border-top: 1px solid #9e9e9e;
	background-color: transparent;
}

.contactPage .form button {
	display: block;
	margin: 10px auto 0 auto;
	transition: all .5s ease;
	position: relative;
}

.contactPage .form button:before {
	background-color: rgba(255, 255, 255, 0.25);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}

.contactPage .form button:after {
	border: 1px solid rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scale(1.2, 1.2);
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}

.contactPage .form button:hover:before {
	opacity: 0;
	transform: scale(0.5, 0.5);
}

.contactPage .form button:hover:after {
	opacity: 1;
	transform: scale(1, 1);
}

.forms {
	background-color: #1e1e1e;
}

.forms .container {
	padding: 0 35px;
}

/************MEDIA QUERIES*************/

@media screen and (max-width:860px) {
	.contactInfo .grid_4 {
		width: 48.7%;
	}
}

@media screen and (max-width:768px) {
	.contactPage .btn3 {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.contactPage .form ul li {
		flex: 0 0 100%;
	}
}

@media screen and (max-width:660px) {
	.contactPage .heroTxt big {
		font-size: 5.625rem;
		/*90px*/
	}
	.contactInfo .grid_4 {
		width: 100%;
		margin-right: 0;
	}
	.contactInfo .grid_4:first-child {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:580px) {
	.contactPage .heroTxt {
		margin-bottom: 40px;
	}
	.contactPage .heroTxt big {
		font-size: 4.375rem;
		/*70px*/
	}
	.contactPage .buttons {
		margin-top: 60px;
	}
	.contactPage .form {
		margin: 30px 0;
	}
	.contactPage .form p {
		font-size: 1rem;
	}
}

/*BLOG*/
	
.blog-wrapper {
	margin-bottom:60px;
}

.blog-title small {
	display: block;
	font-size: 16px;
	color: #e3b208;
	margin-bottom: 15px;
}

.blog-list {
	align-items: center;
	display: flex;
	position: relative;
}

.blog-list+.blog-list {
	margin-top: 120px;
}

.blog-list-image {
	display: block;
	left: 40%;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	width: calc(60% - 100px);
}

.blog-list-image img {
	display: block;
	left: 0;
	position: relative;
	width: auto;
}

.blog-list-name {
	left: 100px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: calc(40% - 100px);
}

.blog-list-name .inner {
	padding: 0 30px;
	width: 100%;
}

.blog-list-name .inner p {
	line-height: 1.7;
}

.blog-title {
	font-weight: 700;
	margin-bottom: 10px;
}

.blog-list-name .button {
	margin-left: 0;
	margin-top: 40px;
	max-width: 320px;
}

.blog-post {
	max-width: 800px;
	margin: 0 auto;
}

.blog-img {
	margin: 30px 0;
}

.blog-post p {
	font-family: 'PT Sans', sans-serif;
	color: #c0bfbf;
	font-size: 17px;
}

.blog-archive {
	max-width: 800px;
	margin: 80px auto 80px auto;
}

.blog-archive-title {
	color: #e3b208;
	font-weight: 700;
	margin-bottom: 30px;
}

.blog-archive li {
	border-bottom: 1px dashed #c0bfbf;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}

.blog-archive li:last-child {
	border-bottom: none;
}

.blog-archive small {
	display: block;
	margin-bottom: 5px;
	color: #e3b208;
	font-weight: 700;
}

.blog-archive p {
	transition: all .3s ease;
}

.blog-archive a {
	display:inline-block;
}

.blog-archive a:hover p {
	opacity: 0.8;
}


.blog-tags {
	max-width: 800px;
	margin: 80px auto 80px auto;
}


.blog-tags-title {
	color: #e3b208;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 18px;
}

.blog-tags a {
	line-height:1.7;
	transition: all 0.3s ease;
}

.blog-tags a:hover {
	opacity:0.7;
}

a.tagovi0 {
	font-size: 0.875em;
	font-weight: 400;
}

a.tagovi1 {
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: 400;
}

a.tagovi2 {
	font-size: 0.875em;
	font-weight: 700;
}

a.tagovi3 {
	font-size: 0.875em;
	font-weight: 400;
	font-style: italic;
}

a.tagovi4 {
	font-size: 0.875em;
	font-weight: 400;
}

a.tagovi5 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
}

a.tagovi6 {
	font-size: 1em;
	font-weight: 700;
}

a.tagovi7 {
	font-size: 1em;
	font-weight: 400;
	font-style: italic;
}


@media screen and (max-width:1280px) {
	.blog-list-image {
		left: 44%;
	}

	.blog-list-name {
		left: 10px;
		width: calc(40% - 10px);
	}

}


@media screen and (max-width:860px) {
	.blog-list {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.blog-list-image {
		width: 100%;
		left: 0;
		margin-bottom: 40px;
	}
	.blog-list-name{
		position: relative;
		width: 100%;
		transform: none;
		left: 0;
	}
}


/* FOOTER
-----------------------------------------------------------*/

.footer .top {
	background-color: #1e1e1e;
	padding: 100px 0 50px 0;
	line-height: 1.6;
	font-size: 1.125rem;
	/*18px;*/
	font-weight: 300;
}

.footer .sm {
	display: flex;
	margin-top: 100px;
}

.footer .sm li {
	margin-right: 40px;
	width: 45px;
	text-align: center;
}

.footer .sm li:last-child {
	margin-right: 0px;
}

.footer .sm li a {
	/*display: inline-block;
	text-indent: -9999px;
	background-size: cover;*/
}

.footer .sm li a svg {
	width: 42px;
	height: 40px;
}

.footer .sm li a svg path {
	fill: #636363;
	transition: all .3s ease;
}

.footer .sm li a:hover svg path {
	fill: #e3b208;
}

/*.footer .facebook {
	background-image: url(../images/sm_facebook.png);
	width: 24px;
	height: 50px;
}
.footer .facebook:hover {
	background-image: url(../images/sm_facebook_over.png);
}
.footer .twitter {
	background-image: url(../images/sm_twitter.png);
	width: 42px;
	height: 50px;
}
.footer .twitter:hover {
	background-image: url(../images/sm_twitter_over.png);
}
.footer .google {
	background-image: url(../images/sm_g.png);
	width: 42px;
	height: 50px;
}
.footer .google:hover {
	background-image: url(../images/sm_g_over.png);
}*/

.footer input, .footer textarea {
	background-color: transparent;
	border-left: 1px solid #515050;
	border-bottom: 1px solid #515050;
	height: 50px;
	margin-bottom: 15px;
}

.footer textarea {
	height: 200px;
}

.footer button {
	background-color: transparent;
	border: none;
	font-size: 0.875rem;
	font-family: 'PT Sans', sans-serif;
	float: right;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: center right 0px;
	padding: 0 30px 0 0;
	transition: all .3s ease;
}

.footer button:hover {
	background-position: center right 8px;
}

.footer .bottom {
	padding: 40px 0;
	color: #797878;
	font-size: 1rem;
	background-color: #131313;
}

.footer .bottom .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.footer .bottom .container input {
	border: 1px solid #515050;
}

.footer .bottom .col-left {
	margin-right: 80px;
}

.footer .bottom p {
	margin-bottom: 5px;
}

.footer .bottom p:nth-child(2) {
	margin-bottom:0;
}

.footer .bottom p a {
	color: #797878;
	transition: all .3s ease;
}

.footer .bottom p a:hover {
	opacity: 0.8;
}

.newsletter {
	max-width: 768px;
	width: 100%;
}

.newsletter ul {
	display: flex;
}

.newsletter .sign-up {
	display: flex;
}

.newsletter small {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

.newsletter button {
	/*background-color: rgba(255, 255, 255, 0.25); */
	background-image: none;
	height: 50px;
	padding: 0 20px;
	transition: all .3s ease;
	border-top: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
}

.newsletter button:hover {
	background-color: rgba(255, 255, 255, 0.22);
}

.newsletter span {
	display: flex;
	margin-top: 10px;
}

.newsletter .accept-terms {
	display: flex;
	float: right;
}

@media screen and (max-width:660px) {
	.newsletter {
		width: 100%;
	}
	.newsletter ul {
		flex-direction: column;
	}
	.newsletter .grid_6 {
		width: 100%;
		margin: 5px 0;
	}
	.newsletter .accept-terms {
		margin: -5px 0 0 0;
	}
}

/************** MEDIA QUERIES *****************/

@media screen and (max-width:768px) {
	
	.footer .top {
		padding:60px 0 50px 0;
	}
	
	.footer .grid_5 {
		width: 100%;
	}
	.footer .grid_7 {
		width: 100%;
		margin-top: 50px;
	}
	.footer .sm {
		margin-top: 50px;
	}
	.footer input, .footer textarea {
		border: 1px solid #515050;
	}
}

@media screen and (max-width:480px) {
	.footer .top {
		padding: 50px 0px;
	}
	.footer .sm {
		margin-top: 50px;
	}
	.footer input, .footer textarea {
		width: 100%;
		margin-right: 0;
	}
}

/*accept-terms*/

.accept-terms-div {
	display: none;
}

.accept-terms {
	/*float:left;*/
	margin-top: -7px;
	line-height: 1;
	font-size: 1rem;
	clear: both;
	margin-bottom: 15px;
}

.accept-terms div {
	display: flex;
	margin-bottom: 5px;
}

.accept-terms input {
	width: auto;
	height: auto;
	margin-bottom: 0;
	margin-right: 10px;
	background-color: transparent;
}

.accept-terms label {
	font-size: 13px;
	line-height: 1.3;
	opacity: 0.6;
	font-weight: 400;
	vertical-align: top;
	color: #797878;
}

.accept-terms a {
	color: #797878;
	text-decoration: underline;
}

/* Cookies
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #3c3c3c;
	z-index: 99999999;
}

.cookies-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}

.cookies p {
	font-size: 15px;
	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;
	}
}

.text-ul li {
	list-style: disc outside ;
	font-size:1.75rem;
	font-weight:300;
	line-height: 1.4;
	margin-left:25px;
	margin-bottom:15px!important;
}

.text-ul li a {
	font-size:1.75rem;
	color:#fff;
	font-weight:300;
	transition:all .3s ease;
}

.text-ul li a:hover {
	opacity: 0.7;
}

/*POSTAVLJANJE UREĐAJA*/

#tablet {
	display: none;
}

#smartphone {
	display: none;
}

/******MEDIA QUERIES******/

@media screen and (max-width: 980px) {
	#desktop {
		display: none;
	}
	#smartphone {
		display: none;
	}
	#tablet {
		display: block;
	}
}

@media screen and (max-width: 660px) {
	#desktop {
		display: none;
	}
	#smartphone {
		display: block;
	}
	#tablet {
		display: none;
	}
}