@charset "utf-8";
/* CSS Document */

body {
	color: #151515;
	font-style: normal;
	/*font-family: 'Optima', serif;
	font-family: 'Optima', Times,Times New Roman,sans-serif;*/
	font-family: 'my_fontregular'; font-weight: 300; font-style: normal;
	line-height:1.5;
	background:#301c02;
}

h1 {
	font-size:6vh;
	line-height:6vh;
	/*font-weight:700;*/
	margin-top:0px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-weight: 500;
	text-transform: uppercase;
	color: #301c02;
}

h2 {
	font-size:3vh;
	font-weight: 600;
}
h3 {
	font-weight: 600;
	font-size:2.5vh;
	line-height:2.7vh;
	margin:10px 0;
}
.language {
	position:fixed;
	top: 20px;
   right: 20px;
   z-index: 10;
	background:#000;
	color:#fff;
	padding:2px 10px;
	text-transform:uppercase;
	
}
.language a {
	color:#fff;
	text-decoration:none;
}
.language a:hover {
	text-decoration:underline;
}
.page-wrapper {
	display:flex;
	margin: 0 auto;
	width: 100%;
	align-items:center;
	background:#f8efdf;
}
.intro {
	background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/05_HDR2.jpg) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position:center;
	display:flex;
	align-items: center;
	height: 100vh;
	overflow:hidden!important;
}
p {
	text-align:left;	
	font-size: 18px;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vcenter {
  vertical-align: middle;
  min-height: 12em;
  display: table-cell;
  vertical-align: middle;
}
.page-content {
	
	text-align:center;
	margin: auto;
	/*padding:2% 0%;*/
	width:100%;
	
}
.section-full {
/*height:100vh;
min-height:100vh;*/

}
.section-wrapper {
	/*padding:0% 4%; */
	padding-left:4%;
	padding-right:4%;
	padding-top:50px;
	padding-bottom:50px;
	max-width:100%;
	margin:auto;
	/*margin-top:50px;
	margin-bottom:50px;*/
}
.section-content {
	max-width: 1024px;
	margin:auto;
	overflow: hidden;
}
.padding-zero {
	padding:0%;
	margin-top: 0px;
   margin-bottom: 90px;	
}
.icon-logo {
	font-size: 10em;
	color:#230e00;
	margin:0 auto;
	position: relative;
   bottom: -28%;
}
#contact p {
	text-align:center;	
}
#lawyers {
	background-image: url(../img/background/office-blur.jpg) !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

#contact .icon-logo {
	font-size:100px;	
	color:#230e00 !important;
	margin-bottom: 0 !important;
}
#photos {
	width:100%;
	height:30vh;
	background:#ecd7b3;	
	background-image: url(../img/office-space.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: 4vh;
}
#lawyers, #contact {
	background:#e7dcc7;
}
.vukasin-photo {
	background-image: url(../img/vukasin.jpg);
	width:84%;
	height:480px;
	margin-right:8%;
	margin-left:8%;
}
.branko-photo {
	background-image: url(../img/branko.jpg);
	width:84%;
	height:480px;
	margin-left:8%;
	margin-right:8%;
}
.vukasin-photo, .branko-photo {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 3vh;
}
.split-wrapper {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex:1 1;
	align-items: flex-start;	
}
.split-wrapper h3 {
	text-align:left;	
}
.split-wrapper>div {
	width:49%;	
}
.split-wrapper UL {
	margin:0;
	padding-left:22px;
	font-size:16px;
	margin-bottom:3vh;
}
.split-wrapper UL LI {
	line-height:22px;
	margin-bottom:6px;
}
#focus UL {
	list-style-type: square;
	padding-left: 20px;
}
#focus UL LI {
	text-align: left;
	font-size: 18px;
	line-height:22px;
	margin-bottom:10px;
}
.split-wrapper UL LI, #focus-details UL LI {
	list-style-type: square
}
#focus-details, .split-wrapper UL {
	text-align:left;
}
.important {
	font-weight:600;	
}
.my-linkedin {
	text-align:left;	
	margin-top:30px;
	margin-left: 22px;
	/*font-weight:bold;*/
}
.my-linkedin .icon {
	font-size: 42px;
	margin-right:8px;
}
.my-linkedin a {
	text-decoration:none !important;
	color:#000;
	display:flex;
   flex-direction: row;
   align-items: center;
}

.faq ul li {
    display:block;
    padding:5px;
}

.faq ul li {
    display:none;
}

.faq ul:target {
    display:block;
}

@media(max-width:1000px) {
	#photos {
		height: 25vh;
	}
	
	
}

@media(max-width:700px) {
	
	#photos {
		height: 20vh;
		margin-top: 15px;
	}
	.margin-top-lawyers {
		margin-top:50px;	
	}
	.split {
		width:100%;	
	}
	.split-wrapper {
		flex-direction: column;
	}
	.split-wrapper>div {
		width:100%;
	}
	
}

@media(max-width:420px) {
	#photos {
		height: 5rem;
		margin-top: 10px;
	}
	.icon-logo {
    	font-size: 7em;
	}
	.section-wrapper {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.margin-top-lawyers {
		margin-top:100px;	
	}
	
}


@font-face {
  font-family: "abt";
  src:url("../fonts/abt.eot");
  src:url("../fonts/abt.eot?#iefix") format("embedded-opentype"),
    url("../fonts/abt.woff") format("woff"),
    url("../fonts/abt.ttf") format("truetype"),
    url("../fonts/abt.svg#abt") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "abt" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "abt" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "\61";
}
.icon-linkedin-logo:before {
  content: "\62";
}

@font-face {
    font-family: 'my_fontregular';
    src: url('../fonts/myfont-regular-webfont.eot');
    src: url('../fonts/myfont-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myfont-regular-webfont.woff2') format('woff2'),
         url('../fonts/myfont-regular-webfont.woff') format('woff'),
         url('../fonts/myfont-regular-webfont.ttf') format('truetype'),
         url('../fonts/myfont-regular-webfont.svg#my_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}