@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic&subset=latin,latin-ext);
/*---------------------------
	INFO
--------------------------
DEVELOPED BY: Vladimir Ivaz
DATE OF FIRST PUBLICATION: 13/JAN/2013
-> CONSTANTLY IMPROVING <-
/*------------------------
RESET
------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size: 100%;
	vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------
GLOBAL STYLES
------------------------*/
html,body {
	height: 100%;
}

body {
	background-color: #F2F2F2;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Ubuntu', sans-serif;
	color: #4C4C4C;
}

.container {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 2.4em;
	line-height: 3em;
}
h5 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 100;
}

a {
	text-decoration: underline;
	color: #4C4C4C;
}
a:hover {
	color: #000;
	text-decoration: none;
}

p {
	line-height: 1.2em;
}

#p_home #l_home,
#p_web #l_web,
#p_foto #l_foto,
#p_video #l_video,
#p_about #l_about,
#p_contact #l_contact {
	background-color: rgba(0, 0, 0, 0.50);
}

/*------------------------
SPECIFIC STYLES
------------------------*/

/*------------------------
LEVA STRANA
------------------------*/

#left {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.75);*/
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	/*border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.14);*/
}


.logo {
	margin-top: 30px;
	margin-left: 80px;
}

#left nav {
	position: relative;
	margin-top: 70px;
	text-align: right;
}
.main-nav {
	position: relative;
}

.main-nav p {
	line-height: 1.8;
	float: right;
}
.main-nav li, .main.nav a, .main-nav div {
	height: 30px;
	display: block;
}
.main-nav div {
	display: none;
}

#left nav ul li {
	line-height: 30px;
	padding: 0 30px 0 30px;
	margin-bottom: 7px;
    top: 0;
}
#left nav ul li:hover {
	background-color: rgba(0, 0, 0, 0.50);
}
#left nav a {
	color: #CCC;
	text-decoration: none;
	font-size: 17px;
}

#left footer {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 12px;
	color: #666;
}

#left footer ul {
	position: relative;
	bottom: 4px;
	float: left;
	width: 100%;
}
#left footer li {
	float: left;
}

.soc-icons li, .soc-icons a {
	height: 26px;
	width: 26px;
	display: block;
}
.soc-icons .fab {
	font-size: 26px;
	color: #8e8e8e;
}
.soc-icons .fab:hover {
	color: #5d5d5d;
}


.goog-te-gadget-icon {
	display: none;
}
#google_translate_element .goog-te-menu-value {
	font-size: 12px;
	font-weight: 200;
}

.fb-like{
	float: left;
	margin: 13px 0;
}

#fb, #twitter, #vimeo, #linkedin {
	margin-right: 5px;
}
#left footer small {
	display: inline-block;
}

/*------------------------
LEVA STRANA END
------------------------*/

/*------------------------
INDEX
------------------------*/

.content {
	position: relative;
	top: 130px;
	left: 300px;
	width: 50%;
	padding: 1% 5%;
	height: auto;
	/*background-color: rgba(250, 248, 245, 0.9);*/
	overflow: hidden;
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0 25px 25px 0;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.24);
}
.index_h1 {
	font-weight: 400;
	font-size: 3em;
	line-height: 1.4em;
	margin: 0.4em 0 0.6em;
}
.index_h2 {
	font-size: 2.2em;
	font-style: italic;
	font-weight: 300;
	line-height: 1.1em;
	margin-bottom: 1.4em;
	margin-top: 1em;
}
.index_h3 {
	padding: 1.2em 0;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-bottom: 1.2em;
}
.index_text {
	font-size: 1.2em;
	font-weight: 300;
	margin: 0 7%;
	max-width: 560px;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
.link-index-references {
	display: flex;
	
}
.link-index-references a {
	text-decoration: none !important;
	margin: 0 auto;
}
.references-button {
	padding: 1em;
	font-size: 1.4em;
	font-weight: 700;
	background-color: #fff;
	box-shadow: 0px 7px 8px -5px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.references-button:hover {
	background-color: #e6e6e6;
	color: #171717;
}
.references-button:active {
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-o-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

/*------------------------
INDEX END
------------------------*/

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

#p_contact {
	background-color: #535353;
	background-image: url(../images/bkg_contact.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact_content {
	width: 330px;
	min-height: 520px;
	margin-bottom: 40px;
}

.contact_h2 {
	font-size: 23px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 20px;
}

#editMe.design_2, #appView .powrMark {
	display: none !important;
}

/*---Strara FORMA ---*/
/*.msg_sent {
	
}
label.error {
	color: red;
	position: relative;
	float: left;
}

.form {
	float: left;
	position: relative;
	top: 130px;
	left: 300px;
}
.form div{
	overflow: hidden;
}
.form div label {
	background-color: rgba(0,0,0,.5);
	padding: 9px;
	top: 2px;
}

#SenderName,
#SenderEmail,
#SenderPhone,
#SenderMessage,
#button {
	float: left;
	border: none;
	padding: 7px 10px;
	background-color: rgba(250, 248, 245, 0.9);
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
}
input, textarea:focus {
	outline-color: #FFF;
}
.input:focus {
	width: 260px;
}
.input {
	width: 190px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
input.error {
	border: 1px solid red !important;
}
#SenderMessage {
	width: 190px;
	height: 170px;
	resize: none;
}
#button {
	width: 210px;
	background-color: #F3D418;
	font-size: 22px;	
	cursor: pointer;
}
#button:active {
	padding: 8px 10px 6px;
}*/

::-webkit-input-placeholder { /* WebKit browsers */
	color:    #4C4C4C;
	font-family: 'Ubuntu', sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #4C4C4C;
	font-family: 'Ubuntu', sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #4C4C4C;
	font-family: 'Ubuntu', sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #4C4C4C;
	font-family: 'Ubuntu', sans-serif;
}

::-webkit-scrollbar { width: 8px; }

::-webkit-scrollbar-thumb { background: #838383; }

::-webkit-scrollbar-track { background: #cdcdcd; }

/*------------------------
CONTACT END
------------------------*/

/*------------------------
ABOUT
------------------------*/

/*.about p, .about h2 {
	font-size: 15px;
}
.about h2 {
	margin-top: 10px;
}
.about h2, .about h3, .about ul {
	line-height: 1.2;
}
.about p {
	margin-bottom: 60px;
}
.about ul {
	font-size: 12px;
	font-weight: 300;
}
.about h3 {
	font-size: 12px;
}
.exhibition, .work {
	margin-bottom: 30px;
}*/

/*------------------------
ABOUT END
------------------------*/

/*------------------------
WEB
------------------------*/

.web-references-container, .index-references {
	display: flex;
	flex-wrap: wrap;
}
.web-reference {
	max-width: 48%;
	margin-right: 2%;
	margin-bottom: 3%;
}

.web_ul {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.web_ul li {
	padding: 5% 5% 7% 6%;
	width: 80%;
	height: 25%;
	overflow: hidden;
	/*margin: 10px 10px 40px 10px;*/
}
/*.rapp li, .jungman_travel li, .sasadesign li, .wellnessvodic li, .zute-strane li, .milicaradic li, .teensywonders li, .astristrio li, .jovananikolic li, .webshop li, .iwm li, .tatjana li, .dl li, .dikan li, .izdavastvo li {
	width: 55%;
}*/

/*.digcoop {
	max-width: 100%;
}*/

.web-reference-many {
	max-width: 100%;
}
.web-reference-many li {
	width: 40%;
	padding: 3% 7% 5% 3%;
}

.web_ul p {
	text-align: center;
	margin-top: 6px;
	min-height: 2.4em;
}
.web_ul img {
	width: 100%;
	box-shadow: 0px 7px 8px -5px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.web_ul img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.tatjana h5, .webshop h5 {
	margin-bottom: 1.4em;
}

/*------------------------
WEB END
------------------------*/

/*------------------------
FOTO
------------------------*/

.foto p {
	font-weight: 300;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.foto h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.foto img {
	box-shadow: 0px 7px 8px -5px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.foto img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.digital {
	padding: 3%;
	width: 94%;
	border-bottom: 1px solid rgb(175, 175, 175);
	overflow: hidden;
}
.digital ul, .vogel ul, .forest ul, .mtb ul {
	overflow: hidden;
	margin-bottom: 20px;
}
.digital ul li {
	float: left;
	margin: 0 30px 10px 0;
}

.vogel {
	padding: 3%;
	width: 94%;
	overflow: hidden;
	border-bottom: 1px solid rgb(175, 175, 175);
}

.vogel ul li {
	float: left;
	padding: 0 20px 20px 0;
}

.forest {
	padding: 3%;
	width: 94%;
	overflow: hidden;
	border-bottom: 1px solid rgb(175, 175, 175);
}
.forest h2 {
	margin-left: 30px;
}
.forest ul li {
	float: left;
	padding: 0 10px 10px 0;
}

.mtb {
	padding: 3%;
	width: 94%;
	overflow: hidden;
}
.mtb ul li {
	float: left;
	padding: 0 10px 10px 0;
}

/*------------------------
FOTO END
------------------------*/

/*------------------------
VIDEO
------------------------*/

.video {
	overflow: hidden;
}
.video h2 {
	font-size: 16px;
	font-weight: normal;
	float: left;
	width: 100%;
}
.video p {
	font-size: 14px;
	font-weight: 300;
	float: left;
	width: 200px;
}
.video a {
	float: left;
	margin-bottom: 1%;
}
.video img {
	width: 100%;
	box-shadow: 0px 7px 8px -5px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.video img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.bathroom, .line, .i, .bmw {
	overflow: hidden;
	padding: 3%;
}
.bathroom, .line, .i {
	border-bottom: 1px solid rgb(175, 175, 175);
}

/*------------------------
VIDEO END
------------------------*/

/*media query*/
@media screen and (max-width: 1079px) {

	.web_ul li {
		margin: 1%;
		width: 92%;
	}
}

@media screen and (max-width: 1156px) {
	
	.content {
		width: 58%;
		left: 25%;
	}
	.contact_content{
		width: 25%;
	}
	.form {
		left: 25%;
	}
	#left {
		width: 25%;
	}
	.logo {
		margin: 5%;
	}
	.logo img {
		max-width: 100%;
	}
	
	#left footer {
		left: 1%;
	}
}

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

	.index_h1 {
		font-size: 2em;
	}
	.index_h2 {
		font-size: 1.6em;
	}
	.index_h3 {
		font-size: 1.2em;
	}
	h5 {
		font-size: 1em;
		line-height: 1.2em;
	}
}

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

	.logo {
		margin: 5%;
	}
	#left nav {
		margin-top: 38px;
	}
	
	.main-nav p{
		display: none;
	}

	.main-nav div {
		float: right;
		margin-right: 1em;
		width: 26px;
		display: block;
	}
	
	.bkg_home .fas,.bkg_web .fas, .bkg_foto .fas, .bkg_video .fas, .bkg_about .fas, .bkg_contact .fas {
		font-size: 26px;
	}

	.content {
		left: 25%;
		top: 100px;
	}

	#left nav ul li {
		padding: 0 5px 0;
	}
	#left footer {
		width: 100%;
	}

	#google_translate_element .goog-te-menu-value {
		font-size: 12px;
		font-weight: 200;
	}
}

@media screen and (max-width: 599px) {
	
	body {
		background-image: none;
	}
	#left nav {
		margin-top: 20px;
	}
	#p_contact {
		background-image: none;
	}
	.content {
		width: 65%;
		top: 60px;
	}
	#left footer {
		width: 97%;
		padding-left: 3%;
		position: relative;
		margin-top: 20px;
	}
	#left footer ul, #left footer .fb-like, #left footer .fb_iframe_widget, .delicious-icon {
		display: none;
	}
	#left footer small {
		position: relative;
	}
	.index_h1 {
		line-height: 1.2em;
	}
	.contact_content {
		margin-bottom: 0;
	}
	.form {
		top: 80px;
	}
}

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

	.web-references-container, .index-references {
    		display: flex;
    		flex-direction: column;
	}
	.web-reference {
		max-width: 100%;
		margin-right: 0%;
		margin-bottom: 7%;
	}
	.web_ul li {
		margin: 0%;
    		width: 100%;
	}
	.web_ul li {
		padding: 4% 0;
	}
}