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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

html {
	min-width: 540px;
	max-width: 100%;
}

:focus {
	outline: 0;
}

div {
	z-index: 2;
	box-sizing: border-box;
}
section {
	position: relative;
	z-index: 2;
}

body  {
	font-family: 'Roboto';
	width: 100%;
}

.clear {
	clear: both;
}

#content {
	backface-visibility:hidden;
    -webkit-backface-visibility:hidden; 
    -moz-backface-visibility:hidden; 
    -ms-backface-visibility:hidden; 
}

.container {
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	width: 1260px;
	position: relative;
}

#header {
    margin: 75px 0 55px 0;
	-moz-transition: top .2s ease-in-out;
	-webkit-transition: top .2s ease-in-out;
	-o-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
}

#header .container {
		width: 490px!important;
}

header {
	width: 100%;
	z-index: 999;
	background: transparent;
	top: 0;
	left: 0;
	height: 87px;
	border-bottom: 3px solid #ddd;
	-moz-transition: top .2s ease-in-out;
	-webkit-transition: top .2s ease-in-out;
	-o-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
	backface-visibility:hidden;
    -webkit-backface-visibility:hidden; 
    -moz-backface-visibility:hidden; 
    -ms-backface-visibility:hidden; 
}

#profile-pic-bot {
	margin-top: -20px;
	margin-bottom: 70px;
	margin-right: 10px;
	margin-left: 40px;
	float: left;
}

#kompanije {
	padding-right: 0px;
}

#kompanije  a {
	font-size: 18px;
}

#profile-pic {
	margin: 0 auto;
	width: 100%;
}

#profile-pic img {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
  width: 100%;
}

.condensed  #profile-pic img {
	height: 120px;
}

#myname {
	font-size: 52px;
  font-weight: bold;
  color: #ddd;
  text-transform: uppercase;
  margin-top: 25px;
  margin-left: 10px;
  float: left;
}

#signature {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 300px;
	margin: 0 auto;
}

#signature img {
	max-height:100%; 
	max-width:100%;
}

.condensed  #signature {
	left: 160px;
}

#social {
	margin: 0 auto;
	text-align: center;
}

#social a {
	text-decoration: none;
}

#social a img {
	opacity: .3;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
  width: 64px;
  padding: 5px;
}

#social a:hover img {
	opacity: 1;
}


#profile-pic img {
	max-height:100%; 
	max-width:100%;
}

#pre-contact-cont {
	background: #2b79c2;
	min-height: 100%;
	min-width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}

#pre-contact a {
  text-decoration: none;
}

#pre-contact a.save-contact {
  background-image: url('img/save-contact.svg');
  background-repeat: no-repeat;
  background-size: 26px;
  background-position-y: 8px;
  background-position-x: 13px;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  display: block;
  width: 145px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 50px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

#pre-contact a.save-contact:hover {
  opacity: 0.6;
}

#phone-icon {
	height: 60px;
}

#phone-num  {
	margin: 50px 10px ;
}

#phone-num span {
	color: #fff;
	background-color: rgba(255,255,255,0.15);
	text-align: center;
	font-size: 72px;
	line-height: 72px;
	padding: 10px 20px;
	border-radius: 10px;
	letter-spacing: 1px;
}

#mail-icon {
	height: 60px;
}

#mail {
	letter-spacing: 1px;
	font-size: 28px;
	margin-top: 15px;
	color: #fff;
}

#contact {
    background: #333;
	padding-top: 40px;
	padding-bottom: 40px;
}

#contact .container {
	width: 940px;
}

#contact .sub-title {
	color: #ccc;
	font-size: 30px;
	text-align: center;
	padding-bottom: 50px;
}

#contact input[type="text"], #contact button[type="submit"], #contact textarea {
	font-family: 'Roboto';
	border: 2px solid #555;
	color: #fff;
	font-size: 18px;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 94%;
	margin-bottom: 20px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	font-weight: bold;
	border-radius: 3px;
	-webkit-appearance: none;
	background: #333;
}

#contact button[type="submit"] {
	width: 100%;
	color: #fff;
	background: #2b79c2;
	background-size: 30px 30px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	text-transform: uppercase;   
	border: 2px solid  #2b79c2;
}

#contact input[type=text]:focus, #contact textarea:focus {
	border: 2px solid  #2b79c2;
}

#contact button[type="submit"]:hover {
	color: #2b79c2;
	background: transparent;
}

#contact button[type="submit"]:disabled {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
	background-size: 30px 30px;
  animation: animate-stripes 1s linear infinite;						
  -webkit-animation: animate-stripes 1s linear infinite; 
	-moz-animation: animate-stripes 1s linear infinite; 	
}

#contact #name-cont {
  position: absolute;
}

#contact #name-cont input {
  border: transparent;
  color: transparent;
}

#contact textarea {
	height: 100px;
	resize: none;
}

#contact div.loader-div {
  display: none;
  height: 150px;
  width: 150px;
  position: absolute;
  left: calc(50% - 75px);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  z-index: 500;
  margin-top: 20px;
  border-radius: 75px;
  background: #ffffff0d;
}

#contact div.loader-div div {
  display: block;
  height: 150px;
  width: 150px;
  background: url(img/airplane-loading.svg);
  -webkit-animation: spinner 3s linear infinite;
  -moz-animation: spinner 3s linear infinite;
  -ms-animation: spinner 3s linear infinite;
  -o-animation: spinner 3s linear infinite;
  animation: spinner 3s linear infinite;
  background-size: 150px;
}

@-webkit-keyframes spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

#firme {
  background: #444;
  padding-top: 60px;
  padding-bottom: 60px;
	display:block;
	text-align:center;
	border-bottom: 20px solid #333;
  border-top: 20px solid #333;
}

#firme a {
	margin-left: 15px;
	margin-right: 15px;
}

#firme img {
  border-radius: 15px;
  border: 3px solid transparent;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#firme img:hover {
  border: 3px solid #2b79c2;
}

@keyframes animate-stripes {
  0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
  0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-webkit-keyframes animate-stripes {
  0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

::-webkit-input-placeholder {
	color: #ccc;
	text-transform: uppercase;
}

:-moz-placeholder { 
	color: #ccc;
	text-transform: uppercase;   
}

::-moz-placeholder {  
	color: #ccc; 
	text-transform: uppercase;
}

:-ms-input-placeholder {  
	color: #ccc; 
	text-transform: uppercase;
}

footer {
	width: 100%;
	background: #000;
	position: relative;
	z-index: 3;
	min-height: 260px;
}

footer img {
  margin-top: 70px;
  margin-bottom: 20px;
  filter: invert(1);
  width: 100px;
}

footer .container {
	width: 940px;
	color: rgba(255,255,255,0.3);
	text-align: center;
}

.one_half {
	width: 48%;
}

.one_half, .one_third, .two_third, .one_fourth, .three_fourth {
	float: left;
	margin-right: 4%;
	position: relative;
}

.one_five {
	width: 20%;
	float: left;
	position: relative;
}

.last {
	margin-right: 0!important;
	clear: right;
}

.shortcode_alertbox {
	background: #fff;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 15px 40px 15px 14px;
	position: relative;
	border-radius: 3px;
}

.shortcode_alertbox  p {
	line-height: 24px;
}

.box_red {
	border: 2px solid #e74c3c;
	color: #e74c3c;
}

.box_blue {
	border: 2px solid #2b79c2;
	color: #2b79c2;
}

.box_close, .box_slide {
	background: url("img/close_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: 10px 10px;
	background-size: 20px 20px;
	display: block;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	cursor: pointer;
}

.element_from_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
	
.element_from_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
	
.element_from_left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}

.element_from_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}

.element_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}

.list_fade_in li {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace .pace-progress {
	z-index: 998;
	background: #ddd;
	height: 10px;
	-webkit-transition: width 1s, top .2s ease-in-out;
	-moz-transition: width 1s, top .2s ease-in-out;
	-o-transition: width 1s, top .2s ease-in-out;
	transition: width 1s, top .2s ease-in-out;
	padding:0px;
	top: 0;
	left: 0;
}

.hidden  .pace-progress {
	top: -130px;
}

@media only screen and (max-width: 980px) {
	.container {
    	width:auto!important;
		padding: 0 20px;
	}
	
	section {
    	width: 100%!important;
	}
	
	.one_half {
		position: relative;
    	width: 100%!important;
		margin-right: 0%;
	}
	.element_from_left {
		left: 0px;
	}

	.element_from_right {
		right: 0px;
	}
}

@media only screen and (max-width: 825px){
	#header .container {
    	width: 480px!important;
	}
		
}