@charset "UTF-8";
/* Torre */

/* Import fontov */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&amp;subset=latin-ext');

/* Telo */
html,
body {
	height: 100%;
	background: #FFF;
	color: #161616;
	font: 14px 'Montserrat', Helvetica, serif;
	font-weight: 300;
}
p {
	color: #161616;
	font: 14px 'Montserrat', Helvetica, serif;
	font-weight: 400;
	line-height: 22px;
}

/* Odkazy */
a,
a:visited {
	font-weight: 500;
	outline: none;
	color: #161616;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #161616; 
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.appleLinks a {color:#161616;}
.appleLinksWhite a {color:#161616;}

/* Typografia */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #161616;
	text-rendering: optimizeLegibility;
	text-align: center;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font: 40px 'Montserrat', sans-serif;
	margin: 0px 0 60px 0;
	font-weight: 600;
	letter-spacing: 0.060em;
}
h2 {
	font: 30px 'Montserrat', sans-serif;
	margin: 0px 0 36px 0;
	font-weight: 500;
	line-height: 49px;
}
h3 {
	font: 27px 'Montserrat', sans-serif;
	margin: 0px 0 20px 0;
	font-weight: 500;
	line-height: 39px;
}
h4 {
	font: 25px 'Montserrat', sans-serif;
	margin: 0 0 5px 0;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: 0.110em;
}

p img {
	margin: 0;
}
p.lead {
	font: 20px/36px 'Montserrat', serif;
	color: #707273;
}
em {
	font: 16px/30px 'Montserrat', serif;
	font-style: normal;
}
strong {
	font-weight: 600 !important;
	font-weight: normal;
}
small {
	font-size: 11px;
	line-height: inherit;
}
blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}
blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: 'Montserrat', serif;
	position: absolute;
	top: 30px;
	left: 0;
}
blockquote p {
	font-family: 'Montserrat', serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}
blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
	color: #707273;
	border: none;
}
abbr {
	font-family: 'Montserrat', serif;
	font-weight: 500;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #707273;
}
pre,
code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	padding: 3px;
	background: #ECF0F1;
	color: #eaeaeb;
	border-radius: 3px;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #161616;
}

::-moz-selection { background: #161616; color: #FFF;}
::selection { background: #161616; color: #FFF;}

/* Zoznamy */
ul,
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
	margin-left: 17px;
}

dl {
	margin: 0 0 15px 0;
}

dt {
	margin: 0;
	color: #1b80ff;
}

dd {
	margin: 0 0 0 20px;
}

/* Obrazky */

img.pull-right {
	margin: 12px 0px 0px 18px;
}

img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* Placeholder */
::-webkit-input-placeholder {
	color:  #161616;
}

:-moz-placeholder {

	/* Firefox 18- */
	color:  #161616;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color:  #161616;
}

:-ms-input-placeholder {
	color:  #161616;
}

.placeholder {
	color:  #161616 !important;
}

/* hr */

hr {
	border-top: 1px solid  #161616;
	width: 100%;
	margin: 20px 0 40px;
	height: 0;
	clear: both;
	text-align: center;
}

/* medzery */
.b20px {
	clear: both;
	height: 20px;
}
.b40px {
	clear: both;
	height: 40px;
}
.b60px {
	clear: both;
	height: 60px;
}
.b80px {
	clear: both;
	height: 80px;
}
.b120px {
	clear: both;
	height: 120px;
}
.b160px {
	clear: both;
	height: 160px;
}

@media only screen and (max-width: 500px)  {
	
	.b80px {
		clear: both;
		height: 30px;
	}
	.b120px {
		clear: both;
		height: 60px;
	}
	.b160px {
		clear: both;
		height: 80px;
	}
	
}

/* Hlavicka */

.menurow {
	margin: 0 auto;
	max-width: 1100px
}

header {
	height: 94px;
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 600;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;  	
}

header.opaque {
	background: #FFF;
	opacity: 1;
}

header .logo {
	float: left;
	width: 140px; 
	position: relative;
	background: url("../obrazky/torre_logo_header.svg") no-repeat center;
	background-size: 140px 40px;
	margin: 17px 0 0 29px;
	padding: 0;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;  	
	z-index: 999 !important;
}

header .logo:hover {
	background: url("../obrazky/torre_logo_header2.svg") no-repeat center;
}


header .logo a {
	display: block;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 140px;
	height: 40px;
}


/* Menu a navigacia
--------------------------------------------------------------------- */

.headertel {
	background: url(../obrazky/ikonka_tel.svg) no-repeat left center;
	float: right;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: -50px;	
	height: 20px;
	margin-right: 40px
}


@media only screen and (max-width: 800px) {
	.headertel {display:none}
}

.hdrtelbr {
	margin: 2px 0 0 32px;
}


#nav-wrap,
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
	margin: 8px 0 0 0;
	padding: 0;
}

/* nav-wrap */
#nav-wrap {
	font: 11px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0840em;
}

/* hide toggle button */
#nav-wrap > a {
	display: none;
}

ul#nav {
	min-height: 66px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: auto;  
	text-align: center;
	margin-left: 33%;
	/* toto zmen pri mob velk*/
}

@media only screen and (max-width: 860px) {
	ul#nav {margin-left: 28%}
}

ul#nav li {
	position: relative;
	list-style: none;
	display: inline-block;
	height: 66px; 
}

/* Links */
ul#nav li a {
	/* 14px padding top + 14px padding bottom + 38px line-height = 66px */
	display: block;
	padding: 5px 13px;
	line-height: 28px;
	text-decoration: none;
	text-align: left;
	color:  #161616;
	position: relative;
	border: 2px solid transparent;
	-moz-transition: color 0.5s all;
	-o-transition: color 0.5s all;
	-webkit-transition: color 0.5s all;
	-ms-transition: color 0.5s all;
	transition: color 0.5s all;
	font-weight: 600;
} 

ul#nav li a:hover {
	border: 2px solid transparent;
}

ul#nav li a:active {
	background-color: transparent !important;
}

.menuhr {
	display: block;
	margin: 35px 25px 0 25px;
	width: 24px;
	border: 1px solid black;
	color: black
}


.kocka {
  position:relative;
  vertical-align: middle;
  color: #000;
  display: inline-block;
  height: 100%;
  line-height: 100%;
  text-align: center;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition:0.5s;
}

.kocka:hover {
  border: 2px solid rgba(0,160,80,0);
  color: #000;
}

.kocka::before, .kocka::after {
  width: 100%;
  height:60%;	
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.5s;
}

.okoloborder::before {
  border-bottom: 2px solid #161616;
  border-left: 2px solid #161616;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;	
}

.okoloborder::after {
  border-top: 2px solid #161616;
  border-right: 2px solid #161616;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;	
}

.kocka:hover::after, .kocka:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);	
}

.burger {display:none}

/* Mobilne menu --------------------------------------------------------------------- */

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

	header .logo {margin-top: 25px}

	.okoloborder, .kocka, .kocka::before, .kocka::after, .okoloborder::before, .okoloborder::after {display:none}
	.burger {
		z-index: 999;
		float: right;
		display: block;
		width: 20px;
		height: 20px;
		position: relative;
		top: 35px;
		right: -120px;
		cursor: pointer;
		font: 0/0 a;
		text-shadow: none;
		background:url(../obrazky/burger.svg) no-repeat center;
		background-size: 20px 20px;
		border: none;
		margin-top: 0;
		-moz-transition: opacity 200ms;
		-o-transition: opacity 200ms;
		-webkit-transition: opacity 200ms;
		-ms-transition: opacity 200ms;
		transition: opacity 200ms;
	}


	#nav-wrap {
		font: 29px 'Montserrat', sans-serif;
		display: block;
		width: 100%;
		float: none;
		position: absolute;
		top: 0;
		right: 0;
	}

	/* mobile-btn and toggle-btn */

	
	#nav-wrap > a {
		border: none;
		color: #FFFFFF;
		height: 40px;
		min-width: 40px;
		text-align: left;
		float: right;
		display: block;
		padding: 0;
		position: relative;
		top: 12px;
		right: 30px;
	}

	.menuhr {display:none}
	
	
	#nav-wrap > a:hover .menu-icon {
		background-color: transparent;
	}

	#nav-wrap .menu-icon {
		display: inline-block;
		width: 32px;
		height: 30px;
		background: url(../obrazky/burger.svg) no-repeat center;
		background-size: 20px 20px;
		margin-top: -3px;
		position: absolute;
		right: 0px;
		top: 7px;
		bottom: auto;
		left: auto;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		z-index: 999 !important;
	}

	/* dropdown nav */
	#nav-wrap ul#nav {
		background: rgb(255,255,255,0.5);
		-webkit-backdrop-filter: blur(9px);
		backdrop-filter: blur(9px);
		opacity: 1;
		width: 100vw;
		height: 100vh;
		display: none;
		clear: both;
		position: absolute;
		top: -16px;
		right: 0;
	}
	.menu-flex-pre-mobil {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
		align-items:flex-start;
		vertical-align: middle;
	}
	#nav-wrap ul#nav > li {
		width: 100%;
		display: block;
		float: none;
		height: 20vh;
		text-align: center;
		padding: 6px 0;

	}
	#nav-wrap ul#nav > li:first-child {margin-top: 13vh}

	#nav-wrap ul#nav li a {
		display: block;
		text-transform: none;
		text-align: center;
		width: auto;
		color: #161616;
		padding: 12px 0;
		border: none;
		font-weight: 600;
	}
	#nav-wrap ul#nav li a:hover {
		color: #272727
	}

	#nav-wrap ul#nav li.current > a {
		background: none;
		color: #CBCBCB
	}

	#nav-wrap ul#nav li.current > a:after {
		display: none;
	}

	#nav-wrap a.mobile-btn {
		display: none;
	}

	.js #nav-wrap a#toggle-btn {
		display: block;
	}

	/* if js is disabled */
	.no-js #nav-wrap:not(:target) > a:first-of-type,
	.no-js #nav-wrap:target > a:last-of-type {
		display: block;
	}

	.no-js #nav-wrap:target ul#nav {
		display: block;
	}

}

/* Torre Intro obr */

#torre-intro {
	background: #FFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:  cover;
	background-size: cover;
	width: 100%;
	height: 75vh;
	position: relative;
	z-index: 1;
}

#torre-intro-pic {
		background: #cccccc url(../obrazky/torre-intro-velke.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size:  cover;
		background-size: cover;
		width: 100%;
		height: 86%;
		position: relative;
		-webkit-animation-duration: 4s;
		animation-duration: 4s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}

@media only screen and (max-width: 1920px) {
	#torre-intro-pic {
		background: #cccccc url(../obrazky/torre-intro-2.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size:  cover;
		background-size: cover;
		width: 100%;
		height: 86%;
		position: relative;
		-webkit-animation-duration: 4s;
		animation-duration: 4s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
}

#parallax{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {
	position: absolute;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.torre-intro-mat1 {
	background: url(../obrazky/torre-intro-mati1.png) center no-repeat;
	width: 120px;
	height: 111px;
	top: 69%;
	left: 57%;
}

.torre-intro-mat2 {
	background: url(../obrazky/torre-intro-mati2.png) center no-repeat;
	width: 66px;
	height: 65px;
	top: 69%;
	left: 35%;
}

.torre-intro-mat3 {
	background: url(../obrazky/torre-intro-mati3.png) center no-repeat;
	width: 88px;
	height: 87px;
	top: 18%;
	left: 31%;
}

@media only screen and (max-width: 1440px) {
	.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {background-size: 80% 80%}
	.torre-intro-mat1 {
		top: 63%;
		left: 56%;
	}
	.torre-intro-mat2 {
		top: 64%;
		left: 34%;
	}
	.torre-intro-mat3 {
		top: 23%;
		left: 30%;
	}
}

@media only screen and (max-width: 1280px) {
	.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {background-size: 70% 70%}
	.torre-intro-mat1 {
		top: 65%;
		left: 56%;
	}
	.torre-intro-mat2 {
		top: 66%;
		left: 34%;
	}
	.torre-intro-mat3 {
		top: 18%;
		left: 29%;
	}
}

.torre-intro-troj {
	width: 7px;
	height: 23px;
	background: url(../obrazky/intro-troj.png) center no-repeat;
 	float: left;
	margin-top: 50vh;
}
.torre-intro-ciarka {
	width: 2px;
	height: 29px;
	background: black;
	float: right;
	margin-top: 50vh;
}
.torre-intro-matka {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../obrazky/matka.svg) center no-repeat;
	margin-left: -10px;
	left: 50%;
	bottom: 13vh;
}

.torre-intro-tab {
	margin: 0 auto;
	position: relative;	
	width: 533px;
	height: 114px;
	background: #FFF;
	border: 1px solid #161616;
	outline: 9px solid #FFF;
	margin-top:-56px
}
.torre-intro-tab-riadok1, .torre-intro-tab-riadok2 {
	margin: 0 auto;
	text-align: center;
}

.torre-intro-tab-riadok1 {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.440em;
	padding-top: 23px;
}
.torre-intro-tab-sr {
	display:inline-block;
	width: 6px;
	margin: 0 20px 0 14px;
	height: 6px;
	background: url(../obrazky/torre-tab-sr.svg) center center no-repeat;
	background-size: 6px 6px;
}
.torre-intro-tab-hr {
	margin:0 auto;
	margin-top: 21px;
	width: 494px
}

.torre-intro-tab-riadok2 {
	font-size: 8px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.200em;
	margin-left: 30px
}
.torre-intro-tab-riadok-p {
	display:inline-block;
	height: 40px;
	border-right: 1px solid #161616;
	padding: 18px 22px 0 24px;
}
.torre-intro-tab-riadok-p:last-child {
	border-right: none;
}

@media only screen and (max-width: 1200px) {
	.torre-intro-troj {margin-left: 40px}
	.torre-intro-ciarka {margin-right: 40px}
}

@media only screen and (max-width: 860px) {
	.torre-intro-tab {
		width: 483px;
		height: 114px;
	}
	.torre-intro-tab-hr {
		margin:0 auto;
		margin-top: 21px;
		width: 404px
	}
	.torre-intro-tab-riadok1 {
		font-size: 11px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.240em;
		padding-top: 23px;
	}
}

@media only screen and (max-width:568px) {
	.torre-intro-tab {
		width: 353px;
		height: 114px;
	}
	.torre-intro-tab-hr {
		margin:0 auto;
		margin-top: 21px;
		width: 353px
	}
	.torre-intro-tab-riadok1 {
		font-size: 10px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.140em;
		padding-top: 23px;
	}
	.torre-intro-tab-sr {
		display:inline-block;
		width: 6px;
		margin: 0 10px 0 8px;
		height: 6px;
		background: url(../obrazky/torre-tab-sr.svg) center center no-repeat;
		background-size: 6px 6px;
	}
}

@-webkit-keyframes torre-intro-fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes torre-intro-fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.torre-intro-fadein {
	-webkit-animation-name: torre-intro-fadein;
	animation-name: torre-intro-fadein;
}

/* Sekcie */
.container {
	padding-top: 0;
	margin-top: 0;
}

.con-onas {
	margin: auto;
	text-align-last:center;
	max-width: 932px;
}

.con-onas p {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.0840em;
	line-height: 36px;	
}

.justify-content-center {
	text-align: justify;
	text-justify: auto;
	text-align-last: center;
}

#onas {
	padding-top: 10px;
}

.onas-ciarka {
	margin: 0 auto;
	width: 81px;
	height: 75px;
	background: url(../obrazky/ciarka.png) center no-repeat;
	filter: invert();
	
}
.certifikaty {
	padding: 40px 0 40px 0;
}
.certifikaty img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
} 

#onas, #sluzby, #kontakt, #oznam {
	padding-bottom: 115px;
}
#sluzby, #kontakt, #onas {
	padding-top: 115px;
}

#onas {
	background:  #fff; 
	padding-top: 80px;
}
.podciarknute {background-color: #FFFF00}

#kontakt {
	background: #FFFFFF;
}
#sluzby {
	background: #3a3a3a url(../obrazky/sluzby_textura.jpg) repeat;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}
#sluzby:hover {background: #3a3a3a url(../obrazky/sluzby_textura2.jpg) repeat;}

#sluzby h1, #sluzby p {color: white}

.sluzby-wrapper {
	margin: 0 auto;
	width: 1400px
}

.sluzby-wrapper::after {
  content: "";
  clear: both;
  display: table;
  margin-bottom: 70px
}

.sluzby-wrapper-lavy {
	float: left
}
.sluzby-wrapper-pravy {
	float: right
}

.sluzby-bunka {
	width: 690px;
	position: relative;
	color: #fff;
}
.sluzby-bunka:after {
    content: " ";
    clear: both;
    display: table;
}
.sluzby-ikonka {
	width: 75px;
	height: 75px;
	float: left;
}
.ti-01 {
	background: url(../obrazky/ti-01.svg) no-repeat center left;
}
.ti-02 {
	background: url(../obrazky/ti-02.svg) no-repeat center left;
}
.ti-03 {
	background: url(../obrazky/ti-03.svg) no-repeat center left;
}
.ti-04 {
	background: url(../obrazky/ti-04.svg) no-repeat center left;
}
.ti-05 {
	background: url(../obrazky/ti-05.svg) no-repeat center left;
}
.ti-06 {
	background: url(../obrazky/ti-06.svg) no-repeat center left;
}
.ti-07 {
	background: url(../obrazky/ti-07.svg) no-repeat center left;
}
.ti-08 {
	background: url(../obrazky/ti-08.svg) no-repeat center left;
}
.ti-09 {
	background: url(../obrazky/ti-09.svg) no-repeat center left;
}
.ti-10 {
	background: url(../obrazky/ti-10.svg) no-repeat center left;
}
.ti-11 {
	background: url(../obrazky/ti-11.svg) no-repeat center left;
}
.ti-12 {
	background: url(../obrazky/ti-12.svg) no-repeat center left;
}
.ti-13 {
	background: url(../obrazky/ti-13.svg) no-repeat center left;
}
.ti-14 {
	background: url(../obrazky/ti-14.svg) no-repeat center left;
}
.ti-15 {
	background: url(../obrazky/ti-15.svg) no-repeat center left;
}
.ti-16 {
	background: url(../obrazky/ti-16.svg) no-repeat center left;
}

.sluzby-ikonka-ciarka {
	width: 81px;
	height: 75px;
	float: left;
	background: url(../obrazky/ciarka.png) no-repeat center;
	z-index: 10
}
	
.sluzby-text { 
	margin-left: 170px;
	padding-top: 23px;
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0;
}

#sluzby small {
	font-size: 12px;
	font-weight: 200
}
.sluzby-sr {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: white;
	-webkit-mask: url(../obrazky/torre-tab-sr.svg) no-repeat 50% 50%;
	mask: url(../obrazky/torre-tab-sr.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
}

@media only screen and (max-width: 1420px) {
	.sluzby-wrapper {
		margin: 0 auto;
		width: 1100px
	}
	.sluzby-bunka {
		width: 540px;
		position: relative;
		color: #fff;
	}
}

@media only screen and (max-width: 1140px) {
	.sluzby-wrapper {
		margin: 0 auto;
		width: 900px
	}
	.sluzby-bunka {
		width: 440px;
		position: relative;
		color: #fff;
	}
	.sluzby-text {font-size: 16px; margin-left: 127px; padding-top: 15px}
	.sluzby-ikonka {
		width: 55px;
		height: 55px;
		float: left;
		background-size:  55px 55px;
	}
	.sluzby-ikonka-ciarka {
		width: 59px;
		height: 55px;
		float: left;
		background: url(../obrazky/ciarka.svg) no-repeat center;
		background-size:  58px 55px;
	}
}


@media only screen and (max-width: 960px) {
	.sluzby-wrapper {
		margin: 0 auto;
		width: 640px
	}
	.sluzby-bunka {
		width: 640px;
		position: relative;
		color: #fff;
	}
	.sluzby-wrapper-lavy, .sluzby-wrapper-pravy {
		float: none
	}
	.sluzby-ikonka {
		width: 75px;
		height: 75px;
		float: left;
		background-size:  75px 75px;
	}
	.sluzby-text { 
		margin-left: 170px;
		padding-top: 23px;
		font-size: 18px;
		font-weight: 200;
		line-height: 30px;
		letter-spacing: 0;
	}
	.sluzby-ikonka-ciarka {
		width: 81px;
		height: 75px;
		float: left;
		background: url(../obrazky/ciarka.svg) no-repeat center;
	}
}

@media only screen and (max-width: 690px) {
	.con-onas {max-width: 495px}
	.sluzby-wrapper {width: 440px}
	.sluzby-bunka {width: 440px}
}

@media only screen and (max-width: 500px) {
	.con-onas {max-width: 330px}
	.sluzby-wrapper {width: 370px}
	.sluzby-bunka {width: 370px}
	.sluzby-text {font-size: 16px; margin-left: 107px; padding-top: 15px}
	.sluzby-ikonka {
		width: 55px;
		height: 55px;
		float: left;
		background-size:  55px 55px;
	}
	.sluzby-ikonka-ciarka {
		width: 39px;
		height: 55px;
		float: left;
		background: url(../obrazky/ciarka.svg) no-repeat center;
		background-size:  38px 55px;
	}
}

#kontakt p {
	margin: 0 auto;
	text-align: center;
	white-space: pre;
	font-size: 17px;
	font-weight: 500;
	text-transform: normal;
	line-height: 29px;
	letter-spacing: 0.090em;
}

.kontakt-tel {
	color: #161616;
	text-rendering: optimizeLegibility;
	text-align: center;
	text-transform: uppercase;
	font: 25px 'Montserrat', sans-serif;
	margin: 0 0 5px 0;
	font-weight: 500;
	line-height: 39px;
	letter-spacing: 0.090em;
}

.kontakt-torre-logo { 
	margin: 0 auto;
	width: 56px;
	height: 49px;
	background: url(../obrazky/torre-logo.svg) center no-repeat;
	margin-bottom: 43px;
}
.kontakt-ciarka1 {
	margin: 0 auto;
	width: 2px;
	height: 24px;
	background: #161616;
	margin-top: 36px;
	margin-bottom: 36px;
}
.kontakt-ciarka2 {
	margin: 0 auto;
	width: 24px;
	height: 2px;
	background: #161616;
	margin-top: 53px;
	margin-bottom: 16px;
}

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

#footer {
	background-color: #e6e0d8;
	background: -webkit-linear-gradient(left top, #2c2c2c, #161616);
	background: -o-linear-gradient(bottom right, #2c2c2c, #161616);
	background: -moz-linear-gradient(bottom right, #2c2c2c, #161616d); 
	background: linear-gradient(to bottom right, #2c2c2c, #161616);
	padding-top: 110px;
	padding-bottom: 110px;
	position: relative;
	color: #DDD;
}

#footer .content {
	margin-bottom: 12px;
}

#footer p {
	clear: both;
	margin: 15px 0;
	padding: 24px 18px 6px 18px;
	font: 8px "Montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-align: center;
	text-transform: uppercase;
	color: #AAAAAA
}

footer a,
footer a:visited {
	color: #2a2120;
}

footer a:hover,
footer a:focus {
	color: #eeb868;
}

footer .copyright li {
	display: inline-block;
	padding: 0 5px;
}

@media only screen and (max-width: 800px) {
	
}


/* 			Mobilne optimalizacie: 			 */

/* iphone4 Portrait */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	
	  #nav-wrap ul#nav li a {
		line-height: 10vh;
	 }
}

/* iPhone 5 Portrait */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	 
	 #nav-wrap ul#nav li a {
		line-height: 18vh;
	 }
	 #torre-intro-pic {height: 100%}  
	 #onas, #oznam {padding-top: 200px}   
	.torre-intro-tab {
		width: 305px;
		height: 114px;
		margin-top: 10px
	}
	.torre-intro-tab-riadok1 {
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		padding-top: 23px;
	}
	.torre-intro-tab-sr {
		display:inline-block;
		width: 6px;
		margin: 0 9px 0 7px;
		height: 6px;
		background: url(../obrazky/torre-tab-sr.svg) center center no-repeat;
		background-size: 8px 8px;
	}
	.torre-intro-tab-hr {
		width: 303px
	}
	.torre-intro-tab-riadok2 {
		font-size: 7px;
		font-weight: 800;
		text-transform: uppercase;
		margin-left: 0px
	}
	.con-onas {
		margin: auto;
		text-align-last:center;
		max-width: 255px;
	}

	.con-onas p {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.0840em;
		line-height: 38px;	
	}  
	.sluzby-wrapper {width: 300px}
	.sluzby-bunka {width: 300px}	
	.sluzby-text {font-weight: 400}
	.kontakt-tel {
		font: 20px 'Montserrat', sans-serif;
	}
	.torre-intro-mat1 {
		top: 65%;
		left: 63%;
	}
	.torre-intro-mat2 {
		top: 60%;
		left: 5%;
	}
	.torre-intro-mat3 {
		top: 15%;
		left: 38%;
	}        
}

/* iPhone 5 Landscape */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

	 #nav-wrap ul#nav li a {
		line-height: 10vh;
	 }
	 .con-onas {
		margin: auto;
		text-align-last:center;
		max-width: 455px;
	}
	#onas {padding-top: 100px} 
	.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {background-size: 70% 70%}
	.torre-intro-mat1 {
		top: 60%;
		left: 65%;
	}
	.torre-intro-mat2 {
		top: 50%;
		left: 28%;
	}
	.torre-intro-mat3 {
		top: 19%;
		left: 14%;
	}
}

/* iPhone 6 Portrait */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	
	#torre-intro-pic {height: 100%} 
	.torre-intro-tab {width: 355px; margin-top: 10px}
	#onas, #oznam {padding-top: 200px}  
	.con-onas {
		margin: auto;
		text-align-last:center;
		max-width: 300px;
	}
	.torre-intro-mat1 {
		top: 65%;
		left: 63%;
	}
	.torre-intro-mat2 {
		top: 60%;
		left: 5%;
	}
	.torre-intro-mat3 {
		top: 15%;
		left: 38%;
	}      
}

/* iPhone 6 Landscape */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	
	  #torre-intro-pic {height: 100%} 
	  .torre-intro-tab {margin-top: 40px}
	  #onas, #oznam {padding-top: 220px;}
	  #nav-wrap ul#nav li a {
		line-height: 12vh;
	 }
	.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {background-size: 70% 70%}
	.torre-intro-mat1 {
		top: 60%;
		left: 65%;
	}
	.torre-intro-mat2 {
		top: 50%;
		left: 28%;
	}
	.torre-intro-mat3 {
		top: 19%;
		left: 14%;
	}

	  
}

/* iPhone X Portrait */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

	  .torre-intro-tab {
		margin: 0 auto;
		position: relative;	
		width: 323px;
		height: 114px;
		background: #FFF;
		border: 1px solid #161616;
		outline: 9px solid #FFF;
		margin-top:30px
	}
	.torre-intro-tab-riadok1, .torre-intro-tab-riadok2 {
		margin: 0 auto;
		text-align: center;
	}

	.torre-intro-tab-riadok1 {
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		padding-top: 23px;
	}
	.torre-intro-tab-sr {
		display:inline-block;
		width: 6px;
		margin: 0 9px 0 7px;
		height: 6px;
		background: url(../obrazky/torre-tab-sr.svg) center center no-repeat;
		background-size: 8px 8px;
	}
	.torre-intro-tab-hr {
		width: 314px
	}
	.torre-intro-tab-riadok2 {
		font-size: 7px;
		font-weight: 800;
		text-transform: uppercase;
		margin-left: 5px
	}
	 #onas, #oznam {padding-top: 210px}
	.con-onas {
		margin: auto;
		text-align-last:center;
		max-width: 295px;
	}

	.con-onas p {
		font-size: 15px;
		font-weight: 300;
		letter-spacing: 0.0840em;
		line-height: 38px;	
	}  
	.sluzby-wrapper {width: 330px}
	.sluzby-bunka {width: 330px}
	  
	.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {background-size: 70% 70%}
	.torre-intro-mat1 {
		top: 65%;
		left: 63%;
	}
	.torre-intro-mat2 {
		top: 60%;
		left: 5%;
	}
	.torre-intro-mat3 {
		top: 15%;
		left: 38%;
	}    
}
	  	  
/* iPhone X Landscape */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	  
	#torre-intro-pic {height: 100%}
	#onas {padding-top: 120px}
	.torre-intro-tab {margin-top: 40px}
	#onas, #oznam {padding-top: 230px;}
	  
	  
}

/* ----------- iPad 1, 2, Mini and Air Portrait ----------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {background-size: 80% 80%}
	.torre-intro-mat1 {
		top: 64%;
		left: 63%;
	}
	.torre-intro-mat2 {
		top: 64%;
		left: 18%;
	}
	.torre-intro-mat3 {
		top: 24%;
		left: 9%;
	}

}


/* ----------- iPad 1, 2, Mini and Air Landscape ----------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

	.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {background-size: 80% 80%}
	.torre-intro-mat1 {
		top: 62%;
		left: 56%;
	}
	.torre-intro-mat2 {
		top: 64%;
		left: 31%;
	}
	.torre-intro-mat3 {
		top: 24%;
		left: 26%;
	}
	  
}

/* ----------- iPad Pro 12.9" Portrait ----------- */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {background-size: 100% 100%}
	.torre-intro-mat1 {
		top: 65%;
		left: 65%;
	}
	.torre-intro-mat2 {
		top: 65%;
		left: 20%;
	}
	.torre-intro-mat3 {
		top: 25%;
		left: 11%;
	}

}

/* ----------- iPad Pro 12.9" Landscape ----------- */

@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	.torre-intro-mat1, .torre-intro-mat2, .torre-intro-mat3 {background-size: 90% 90%}
	.torre-intro-mat1 {
		top: 63%;
		left: 58%;
	}
	.torre-intro-mat2 {
		top: 64%;
		left: 32%;
	}
	.torre-intro-mat3 {
		top: 25%;
		left: 27%;
	}

}
