body {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	margin: 0px;
}

body * {
	box-sizing: border-box;
}

.contents-container {
    margin: 20px auto;
	padding: 0px 20px;

    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* Header-START	*/

header {
	position: fixed;
	top: 0;
	z-index: 100;
    margin: 0px auto;
	/* padding: 0px; */
	width: 100%;
	height: 90px;
	background-color: white;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

#wall {
	height: 70px;
}

#logo {
	width: 115px;
	height: 90px;
	cursor: pointer;
}


.mainMenuClass {
	align-self: center;
	display: flex;
    align-items: center;
	justify-content: flex-end; 
	flex-wrap: wrap;
	height: 50px;

}

.topnav {
    display: flex;
}

.topnav a {
	cursor: row-resize;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.topnav a {
	margin-left: 20px;
}

.topnav a:hover {
	color: #87CEFA;
}

.social-main {
	width: 140px;
    display: flex;
	justify-content: space-between;
	margin-left: 15px;

}

.social-main img {
	width: 24px;
}


.lMenuIcon {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #4b8bff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {transform: rotate(-45deg) translate(-9px, 6px);}
.change .bar2 {opacity: 0;}
.change .bar3 {transform: rotate(45deg) translate(-8px, -8px);}

/* Header-END */



/* Slider-START	*/
.slideshow-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slidesImg-container {
	position: relative;
	width: 400%;
	display: flex;
	justify-content: space-around;
}

.slidesImg-container div {
	overflow: hidden;
	width: 25%;
	display: flex;
	justify-content: space-around;
}

.slidesImg {
	height: 250px;
}

.fadeSlideImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	display: flex;
	justify-content: space-around;
}

.fadeSlideImg img {
	height: 250px;
	animation-name: fade;
	animation-duration: 2s;
}

@keyframes fade {
	from {opacity: 0} 
	to {opacity: 1}
}


.strelice-container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}

.strelice-container2 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}
.imgConNaslov {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 52px;
	line-height: 100%;

}
.imgCon {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 22px;

}
.imgButton {
	width: 100px;
	height: 30px;
	margin: 15px 0px;
	background-color: white;
	border: none;
	color: #4986fa;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.imgButton:hover {
	background-color: #4986fa;
	color: white;
}
#izborEfekta {
	position: absolute;
	top: 115px;
	background-color: white;
	z-index: 100;
}

.strelice {
	cursor: pointer;
	user-select: none;
	height: 60px;
	padding: 16px;
	margin: 6px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	background-color: rgba(0,0,0,0.1);
}

.strelice:hover {
	background-color: rgba(0,0,0,0.8);
}

.slidesTxt {
	width: 150px;
	background-color: rgba(255,255,255,0.6);
}

.dot-container {
	user-select: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	height: 0px;	
	position: relative;
	top: -60px;
	background-color: red;
}

.dot {
	height: 20px;
	width: 20px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	transition: background-color 0.6s ease;
}

#izborFadeMove {
	width: 150px;
	background-color: rgba(255,255,255,0.8);
}

.active, .dot:hover {
	background-color: #717171;
}

.allButtons {
    background-color: #4986fb;
    border: none;
	border-radius: 6px;
	margin: 15px 0px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
	width: 100px;
	height: 30px;
}
.allButtons:hover {
    background-color: #356edb;
}




/* Slider-END */


/* Main-START	*/

main {

	display: block;
	width: 60%;
	margin: auto;
}


h1 {
	font-size: 32px;
	/* color: #ccc; */
	font-weight: 200;
	width: 300px;
	margin: auto;
	text-align: center;
}

h2 {
	color: #39f;
	font-size: 16px;
	font-weight: 600;
}

h4 {
	background-color: #eee;
	margin: 0px;
	padding: 30px;

}

.features { 
	margin: 10px 0px;
	padding: 10px;
	border-radius: 10px;
	background-color: #eee;
}

.features:hover {
	background-color: #ddd;
}

.features img{
	float: left;
    display: block;
	width: 50px;
	margin-right: 15px;
}


.streliceProjects {
	cursor: pointer;
	width: 32px;
	padding: 6px;
	color: #888;
	font-size: 30px;
	user-select: none;
}

.streliceProjects:hover {
	background-color: rgba(0,0,0,0.4);
	color: white;
}


.Levo {
	/* height: 350px; */
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

.textSlides {
	height: 280px;
	display: flex;
	overflow: auto;
}

.textSlide {
	width: 100%;
	height: 280px;
	margin-right: -100%;

	transform: scale(0) rotate(-180deg);
	transition: 1.4s;
}

#slicice {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 220px;
	height: 280px;
	overflow: hidden;
}

#slicice h2 {
	width: 100%;
}

#slicice img {
    filter: grayscale(100%);
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}

#slicice img:hover {
    filter: grayscale(0%);
}


/* Profile */

.cardsSlider {
	overflow: hidden;
    margin: 0px auto;
}


.cardsContainer {
	position: relative;

	transition-property: left, top;
	transition-duration: 1s;
	display: flex;
}

.card {
	flex: 0 0 auto;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 5px;

	filter: grayscale(100%);
	background-color: white;
}



.card img {
	border-radius: 50%;
	width: 80%;
}

.card:hover {
    filter: grayscale(0%);
}

.ime {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-align: left;

}

.title {
  color: grey;
  font-size: 14px;
  text-align: left;
}

.social img {
	width: 12%;
	margin: 20px 0px;
	text-align: left;
}



.logoSlider {
	display: flex;
	overflow: hidden;
    margin: 0px auto;

}

.clientsLogo {
	position: relative;

	transition-property: left;
	transition-duration: 1s;
	display: flex;
}

.cLogo {
	flex: 0 0 auto;
	background-color: #eee;
	user-select: none;
}

.owl-carousel{ margin: 0px auto;}

.pola-pola {
	width: 49%;
}

.testemonial {
	width: 48%;
	display: inline-flex;
	align-items: flex-start;
}

.testemonial p {
	margin-top: 0px;
}

.testemonial div {
	height: 100%;
	
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}



#contact p {
	display: inline-block;
	font-size: 12px;
	padding-right: 10px;
}

#map {
	width: 100%;
	height: 250px;
	margin: 20px 0px;
}

input[type=text], textarea {
    width: 100%;
    padding: 6px;
    border: 2px solid #ccc;
    border-radius: 6px;
    margin-top: 6px;
    margin-bottom: 24px;
    resize: vertical;
}

input[type=text]:hover, textarea:hover {
	box-shadow: 0px 0px 8px 0px #ccc;
}

input[type=text]:focus, textarea:focus {
    outline: none;
}

#idSubmit {
	width: 100px;
	height: 30px;
    background-color: #4986fb;
    color: white;

    border: none;
    border-radius: 6px;
    cursor: pointer;
	float: right;
}

#idSubmit[disabled=true] {
	filter: grayscale(100%);
}


#idSubmit:hover {
    background-color: #356edb;
}

form p {
	margin: 0px;
	float: right;
}



/* Main-END */


/* Footer-START	*/

footer {
	display: flex;
    align-items: center;
	width: 100%;
	height: 106px;
	background-color: #eee;
}

footer .contents-container {
	flex-wrap: nowrap;
}

.footerNav {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 106px;
}

.footerNav a {
	margin: 10px 5px;
	cursor: row-resize;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.footerNav a:hover {
	color: #87CEFA;
}

#toTop {
	width: 100px;
	height: 30px;
	margin: 0px;
    background-color: #4986fb;
    color: white;

    border: none;
    border-radius: 6px;
    cursor: pointer;

	align-self: flex-end;
}

#toTop:hover {
    background-color: #356edb;
}

#terms {
	margin: 0px auto;
}


/* Footer-END */


/* Responsive-START	*/

@media (max-width: 767px) {
	.contents-container { width: 480px; }
	.features { width: 100%; }
	.Levo { width: 100%; }
	#slicice { width: 480px; height: 350px; }
	#slicice img { filter: grayscale(0%); width: 136px; height: 136px; }
	
	.mainMenuClass { display: none; position: absolute; z-index: 1; width: 100%; left: 0px; top: 90px; }
	.mainMenuClassShow { display: flex; justify-content: center; flex-direction: column; }
	.lMenuIcon { display: block; z-index: 2; }
	.topnav { width: 100%; flex-direction: column; background-color: rgba(0,0,0,0.4); }
	.topnav a { width: 100%; height: 58px; font-size: 22px; text-align: center; padding: 20px; margin-left: 0px; margin-bottom: 4px; background-color: #eee; }
	footer { height: 126px; }
	.footerNav { flex-direction: column; align-items: initial; width: 300px; height: 126px; }
	
	.cardsSlider { width: 456px; height: 496px; }
	.cardsContainer { flex-wrap: wrap; }
	.card { width: 136px; height: 232px; margin: 8px; }
	
	.logoSlider	{ width: 456px; }
	.cLogo { width: 212px; height: 66px; margin: 8px; }

	
	.testemonial { width: 100%; }
	.pola-pola { width: 100%; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.contents-container { width: 768px; }
	.mainMenuClass { flex-direction: column; justify-content: space-between; align-items: flex-end; }
	.features { width: 48%; }
	.Levo { width: 65%; }
	
	.cardsSlider { width: 744px; height: 280px; }
	.card { width: 170px; height: 264px; margin: 8px; }
	
	.logoSlider	{ width: 744px; }
	.cLogo { width: 170px; height: 70px; margin: 8px; }

}

@media (min-width: 992px) {
	.contents-container { width: 980px; }
	.features { width: 23%; }
	.Levo { width: 75%;}
	
	.cardsSlider { width: 960px; height: 258px; }
	.card { width: 140px; height: 238px; margin: 10px; }

	.logoSlider	{ width: 960px; }
	.cLogo { width: 220px; height: 70px; margin: 10px; }

}


/* Responsive-END */





/*==========  Mobile First Method  ==========
 
 Custom, iPhone Retina 
@media only screen and (min-width : 320px) {
    
}
 
 Extra Small Devices, Phones 
@media only screen and (min-width : 480px) {
 
}
 
 Small Devices, Tablets 
@media only screen and (min-width : 768px) {
 
}
 
 Medium Devices, Desktops 
@media only screen and (min-width : 992px) {
 
}
 
 Large Devices, Wide Screens 
@media only screen and (min-width : 1200px) {
 
}


/*========== Non-Mobile First Method ==========
/* Large Devices, Wide Screens 

@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops

@media only screen and (max-width: 992px) {}
/* Small Devices, Tablets

@media only screen and (max-width: 768px) {}
/* Extra Small Devices, Phones

@media only screen and (max-width: 480px) {}
/* Custom, iPhone Retina

@media only screen and (max-width: 320px) {}
*/


