/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext);

/* ==========================================================================
Global styles
========================================================================== */

body {
	background-image: url(../img/bckg.jpg);
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #525963;
	margin: 0;	
}

h1, h2, h3, h4 h5{
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-left: 30px;
}

h3 {
	font-size: 26px;
	color: #D87040;
	text-transform: uppercase;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}

h5 {
	font-size: 16px;
	font-weight:600;
	margin: 0;
}

p {
	font-size: 15px;
	margin: 0;
	line-height: 1.2;
	padding-left: 30px;
}

a {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #D87040;	
}


/* ==========================================================================
   Layout
   ========================================================================== */


.container {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 5px;
}

#main_header {
	background: #FFF;
	height: 150px;
	position: relative;
}

#logo {
	float: left;
	position:relative;
	top: 40px;
	left: 50px;
}

nav {
	float: right;
	position: absolute;
	top: 85px;
	right: 0px;
}

nav ol li {
	float: left;
	margin-right: 60px;
	border-bottom: 1px solid #DBDFE3;
}

nav ol li a {
	font-size: 16px;
	text-transform: uppercase;
}

nav .nav-sub {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	background-color: #F4F5F7;
	width: 140px;
}

.nav-top:hover .nav-sub {
	left: 235px; /* vraća padajući meni kada je kursor na services*/
}


nav .nav-sub li {
	margin:0;
	float: none;
	border: 0 none;
}

nav li ul a:hover {
	background-color: #DBDFE3;
	transition:All 0.25s ease;
	-webkit-transition:All 0.25s ease;
  	-moz-transition:All 0.25s ease;
     -o-transition:All 0.25s ease;
}

nav li ul a {
	display: block;
	padding: 10px 0px 10px 10px;
	
}

#content {
	background: #FFF;
	float: right;
	width: 100%;
	position: relative;			
}

.col1 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	width: 300px;
	background-color: #FBF8EE;
	float: left;
}

.col2 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	width: 300px;
	background-color: #FBF8EE;
	float: left;
}

.col3 {
	margin-left: 10px;
	margin-bottom: 40px;
	width: 300px;
	background-color: #FBF8EE;
	float: left;
}

#main_footer {
	clear: both;
	padding: 20px;

}

/* OSTALI STILOVI */

#slider {
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
}

#slider .slider-text {
	position: absolute;
	width: 300px;
	top: 0px;
	background-color: rgba(251,248,238,.90);
	padding: 63px 40px 67px 20px;
}
.slider-text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}

.horizontal-line {
	height: 25px;
	width: 100%;
	background: url(../img/lines.png) repeat;
	margin-bottom: 25px;
}

.horizontal-line2 {
	height: 25px;
	width: 100%;
	background: url(../img/lines.png) repeat;
	margin-bottom: 30px;
}


.central-caption {
	text-align:center;
}

.central-caption h3 {
	margin-bottom: 10px;
}

.central-caption p{
	font-size: 16px;
	margin:0px 30px 25px 30px;
	padding-right: 30px;
	line-height: 1.4;	
}

#slider a:hover .slider-text{
	color: #525963;
	background-color: #FBF8EE;
	transition:All 0.25s ease;
	-webkit-transition:All 0.25s ease;
  	-moz-transition:All 0.25s ease;
     -o-transition:All 0.25s ease;
}

.col1 h2 {
	background: #DBDFE3;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.col1 p {
	padding: 20px 25px 25px 25px;
	margin: 0px;

}

.col1 a.button {
	background-color: #DBDFE3;
	color:#4E5964;
	padding: 5px 10px ;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
}

.col1 a:hover.button {
	color: #D87040;
	background-color: #CDD2D8;
	transition: All 0.25s ease;
	-webkit-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-o-transition: All 0.25s ease;
}

.col2 h2 {
	background: #DBDFE3;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;

}

.col2 p {
	padding: 20px 25px 25px 25px;
	margin: 0px;

}

.col2 a.button {
	background-color: #DBDFE3;
	color:#4E5964;
	padding: 5px 10px ;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
}

.col2 a:hover.button {
	color: #D87040;
	background-color: #CDD2D8;
	transition: All 0.25s ease;
	-webkit-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-o-transition: All 0.25s ease;
}
.col3 h2 {
	background: #DBDFE3;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;

}

.col3 p {
	padding: 20px 25px 25px 25px;
	margin: 0px;

}

.col3 a.button {
	background-color: #DBDFE3;
	color:#4E5964;
	padding: 5px 10px ;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
}

.col3 a:hover.button {
	color: #D87040;
	background-color: #CDD2D8;
	transition: All 0.25s ease;
	-webkit-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-o-transition: All 0.25s ease;
}

small.author {
	float: right;
	padding-right: 10px;
	
}

/* ABOUT US */

#p_about h2 {
	padding-left: 80px;	
	
}

#p_about p {
	padding: 20px 60px 20px 60px;
}

#p_about .list-about {
	padding-left: 60px;
}

#p_about .list-about li {
	list-style-image: url(../img/strelica.png);
	margin-left: 50px; 
	
}

.about-us {
	margin-bottom: 30px;
	background-color: #FBF8EE;
}

#p_about p.no-bckg {
	background-color: #FFF;
	margin-bottom: 40px;
	padding-top: 0px;
}

/* CAROUSEL */

#p_about .text-ref {
	
	padding top: 0px;
	padding-bottom: 20px;
	background-color: #FBF8EE;

}


/* SERVICES */


#p_services h2 {
	padding-left: 80px;		
}

#p_services .services {
	position: relative;
}

#p_services p {
	padding: 20px 60px 40px 60px;
}

#p_services .list-services {
	padding: 30px 0px 0px 30px;
	margin: 0;
}

#p_services .list-services li {
	list-style: none;
	padding-bottom: 20px;
	margin-left: 30px; 
}

.services {
	margin-bottom: 20px;
	background-color: #FBF8EE;
}

.stamp img {
	position: absolute;
	right: 90px;
	top: 180px; 
}

#p_services h3 {
	text-transform: none;
	padding-left: 10px;
	font-size: 18px;
	float: left;
	width: 320px;
	margin-bottom: 35px;
}

.download img {
	float: left;
	width: 34px;
	padding-left: 285px;
	margin-bottom: 35px;
}

table tbody td {
	padding: 10px 10px 10px 30px;
}

tbody td.center {
	padding-right: 30px;
}

table {
	width: 100%;
}

tbody tr{
	border-bottom: 1px solid #DBDFE3;
}

tbody tr:last-child {
	border-bottom: none;
}

table tbody tr td.last-row {
	padding-bottom: 30px;
}


#p_services h4 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;		
}

article.patent-pdf {
	clear: left;
	float: left;
	width: 260px;
	background-color: #FBF8EE;
	margin-left: 40px;
	margin-bottom: 30px;
}

article.trademark-pdf {
	float: left;
	width: 260px;
	background-color: #FBF8EE;
	margin-left: 50px;
	margin-bottom: 30px;
}

article.design-pdf {
	float: left;
	width: 260px;
	background-color: #FBF8EE;
	margin-left: 50px;
	margin-bottom: 30px;
}


/* PATENTS */


#p_patents h2 {
	padding-left: 80px;		
}

.patents {
	margin-bottom: 20px;
	background-color: #FBF8EE;
}

#p_patents p {
	padding: 20px 60px 40px 60px;
}

#p_patents h4 {
	text-align: center;
	padding-top: 20px;
}

.leonardo {
	margin-left: 90px;
	margin-bottom: 10px;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
}

figcaption {
	text-align: center;
	font-style: italic;
}

#p_patents h4.orange {
	text-align: center;
	color: #D97041;
	font-weight: 600;
	padding: 20px 70px 0px 50px;
}

#p_patents h5 {
	padding-left: 70px;	
	margin: 0;
}

.col-left {
	float: left;
	width: 580px;
}
.list1 {
	margin-left: 50px;
}

.patent-pdf {
	float: left;
	width: 260px;
	background-color: #FBF8EE;
	margin-left: 80px;
	margin-bottom: 30px;
}

.list1 {
	margin-bottom: 40px;
}


/* TRADEMARKS */

#p_trademarks h2 {
	padding-left: 80px;		
}

.trademarks {
	margin-bottom: 20px;
	background-color: #FBF8EE;
}

#p_trademarks p {
	padding: 20px 60px 40px 60px;
}

#p_trademarks h5 {
	padding-left: 70px;	
	margin: 0;
}
.trade-logos {
	margin-left: 90px;
	margin-bottom: 10px;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
}

.col-left {
	float: left;
	width: 580px;
}
.list1 {
	margin-left: 50px;
}

.trademarks-pdf {
	float: left;
	width: 260px;
	background-color: #FBF8EE;
	margin-left: 80px;
	margin-bottom: 30px;
}

#p_trademarks h4 {
	text-align: center;
	padding-top: 20px;
}


/* DESIGN */


#p_design h2 {
	padding-left: 80px;		
}

.design {
	margin-bottom: 20px;
	background-color: #FBF8EE;
}

#p_design p {
	padding: 20px 60px 40px 60px;
}

#p_design h5 {
	padding-left: 70px;	
	margin: 0;
}

.design-img {
	margin-left: 90px;
	margin-bottom: 10px;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
.col-left {
	float: left;
	width: 580px;
}
.list1 {
	margin-left: 50px;
}

.design-pdf {
	float: left;
	width: 260px;
	background-color: #FBF8EE;
	margin-left: 70px;
	margin-bottom: 30px;
}

#p_design h4 {
	text-align: center;
	padding-top: 20px;
}


/* CONTACT */


#p_contact h2 {
	padding-left: 80px;		
}

.contact{
	float:left;
	width: 100%;
	margin-bottom: 30px;
	background-color: #FBF8EE;
}

#p_contact p {
	padding: 20px 60px 20px 70px;
	line-height: 1.6;
}

#p_contact h5 {
	padding: 30px 70px 20px 70px;
	font-weight:normal;
	
}

.contact-col1 {
	float: left;
	width: 300px;
	margin-bottom: 30px;
	background-color: #FBF8EE;
	
}
.contact-col2 {
	float:left;
	left: 100px;
	background-color: #FBF8EE;
	line-height: 1.8;
	padding: 25px 60px;
}

#p_contact .horizontal-line2 {
	clear: both
}

.contact-col2 span.email{
	background: no-repeat url(../img/email.gif);
	padding-left: 40px;
	text-decoration: underline;
		
}

span.email-2 {
	display: block;
	padding-left: 40px;
	text-decoration:underline;
	
}

span.phone {
	background: no-repeat url(../img/phone.gif);
	padding-left: 40px;
}

span.fax {
	background: no-repeat url(../img/fax.gif);
	padding-left: 40px;
}

.contact-col3 {
	float:right;
	width: 250px;
	height: 50px;
	padding: 40px 20px 0px 0px;
	
}

.linkedin a{
	background: url(../img/linkedin.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
	width: 25px;
	height: 30px;
}

.linkedin a:hover{
	background-image: url(../img/linkedin-hover.jpg);
	transition: ease .3s;	
}

#p_contact .contact-col3 p {
	display: inline;
	margin-left: 15px;
	padding: 0;
	float: left;
}

small {
	text-align: center;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.list-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

label.error {
    display: none !important;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}