/*!
 * LEGEND - Free Responsive One Page Template
 *
 * Copyright 2013
 * Created by: Inbetwin Network
 * URL: http://inbetw.in
 * Designed and built based on Twitter Bootstrap. */

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Non-semantic
04 Navbar
05 Single-Page Sections
06 Footer
07 Bootstrap Carousel
08 Buttons
09 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

div, article, section, header, footer, nav, li {
	position:relative;
}
#folio-headline1
{
text-align:right;
margin-right:19%;
margin-bottom:5%;
}
.group:after {
	display:block;
	height:0;
	clear:both;
	content:".";
	visibility:hidden; /* For clearing */
}
body {
	/* background:#f0f0f0; */
	background: url("../img/body.jpg");
	color: #312A1E;
	font-size: 100%;
	/* font-family: 'Quattrocento', serif; */
	font-family: Verdana, Geneva, sans-serif;
}
::-moz-selection {
background:#f0bf00;
color:#333;
}
::selection {
background:#f0bf00;
color:#333;
}
/*---------- FORMS ----------*/

input[type=text], input[type=submit], textarea, select {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type=file]
{
width: 100%;
	padding-left: 0.5em;
	font-size: 1em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input, button, select, textarea {
	font-family: 'Quattrocento', serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/



p {
	font-size: 0.9em; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
}
ul, ol {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
}
body, input, textarea {
}
a:link, a:visited {
	color: #F1505A;
}
a:hover, a:active {
	color: #F1505A;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal; /* reset default browser weight for our webfonts */
	/* font-family: 'Patua One', cursive; */
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em; /* 24px */
	line-height: 1; /* 24px */
	margin-top: 1.42em;
	margin-bottom: 0em;
}
.container a
{
color: #116043;
}
h2 {
	font-size: 1.3125em; /* 21px */
	line-height: 1.1429; /* 24px */
	margin-top: 1.1429em;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.125em; /* 18px */
	line-height: 1.3333; /* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0em;
}
h4 {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin-top: 1.5em;
	margin-bottom: 0em;
}
h5 {
	font-size: 0.875em; /* 14px */
	line-height: 1.7143; /* 24px */
	margin-top: 1.7143em;
	margin-bottom: 0em;
}
strong {
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
}
small {
	font-size: 0.75em; /* 12px */
	line-height: 2; /* 24px */
	margin-top: 2em;
	margin-bottom: 0em;
}
em {
	font-style: normal;
	font-family: 'Open Sans';
}
.muted {
	color: #A5A5A2;
	font-family: 'Quattrocento', serif;
}
.impressed {
	text-shadow:
 -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}
.more-link {
	font-size: .875em; /* 14px */
	margin-top: 1.5em;
	font-family: 'Patua One', cursive;
}
.more-link:link, .more-link:visited {
	color: #f0bf00;
	text-transform: uppercase;
}
/* ---------------------------------------------------------------------------------------------------------- 
03 Non-semantic ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* New Image Replacement Hack */

.anchor
{
background: url("../img/icon.png");
}
.dropdown
{
visibility:hidden;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.medium {
	font-weight: normal;
	font-family: 'Quattrocento', serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
04 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.navbar-fixed-top .container {
/* Uncomment to make nav expand full width */
 /*	width: auto; */

}
.navbar .brand {
	margin-left:0;
	padding: 0;
	margin-top: 1.05em;
}
.navbar .brand a {
	padding: 0;
	color: #fff;
	font-size: 1.75em;
	margin-left: 0;
	font-weight: normal;
	font-family: 'Patua One', cursive;
}
.navbar .brand a:hover {
	text-decoration: none;
	color:#f0bf00;
 transition: color .15s linear;
 -webkit-transition: color .15s linear;
 -moz-transition: color .15s linear;
}
.navbar .brand a:focus {
	outline: none;
}
.navbar-inner {
	min-height: 4.75em;
}
.navbar-inverse .navbar-inner {
	background-repeat: repeat;
	background: url("../img/body.jpg");
	border-color: #f0bf00;
	height:40px;
}
.navbar-wrapper {
	overflow:hidden;/* No fixed height, will break collapsible nav */
}
.croatia
{
/* left:300px; */
left: -330px;
top:200px;
}
.england
{
/* left:300px; */
left: -360px;
top:330px;
}
.flag 
{
/* position:absolute; */
height:40px;
width:150px;
}
.bosnia
{
/* left:350px; */
left: -290px;
top:70px;
}
.macedonia
{
/* left:440px; */
left: -210px;
top:-50px;
}
.swiss
{
/* left:570px; */
left:-80px;
top:-140px;
}
.germany
{
/*left:720px; */
left:60px;
top:-180px;
}
.austria
{
top:-170px;
left:200px;
/* left:850px; */
}
.albania
{
/*left:940px; */
left:290px;
top:-135px;
}
.montenegro
{
/* left:990px; */
left:340px;
top:-80px;
}
.serbia
{
/* left:990px; */
left:370px;
top:-40px;
}
div#totalBrands
{
left:950px;
}

#menu-main {
	margin-top: 1.125em;
	/* margin:auto;
	width:800px;
	height:400px; */
}
ul#menu-main > li > a {
	font-family: 'Patua One', cursive;
	font-weight: normal;
	font-size: 1em;
	color: #00a34f;
	text-transform:uppercase;
	/* width:60px; */
	/* height:30px; */
}
ul#menu-main > li > a:hover {
	/* background: #f0bf00; */
	/* padding: 9px 15px; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
}
/* .flag {
    -webkit-animation-name: steam;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: steam;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
} */
@-webkit-keyframes steam {
    0%, 100% {
        -webkit-transform: skewY(0deg);
        opacity: 1;        
    }
    25% { -webkit-transform: skewY(5deg); opacity: .8; }
    75% { -webkit-transform: skewY(-5deg); opacity: .8; }
}
@keyframes steam {
    0%, 100% {
        transform: skewY(0deg);
        opacity: 1;        
    }
    25% { transform: skewY(5deg); opacity: .8; }
    75% { transform: skewY(-5deg); opacity: .8; }
}
#fb
{
float:right;
margin-right:50px;
font-size:12px;

}
p#fbLike
{
background: url("../img/facebook_logo.png");
background-position:top left;
width:50px;
height:50px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow: none;
}
/* ---------------------------------------------------------------------------------------------------------- 
05 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#headerwrap {
	width: 100%;
	background: url(../img/top-bg.jpg) #0b333f no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	;
	min-height: 600px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}
#headerwrap h1 {
	color: #FFFFFF;
	font-family: 'Patua One', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#headerwrap h2 {
	color: #FFFFFF;
	font-family: 'Open Sans', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#headerwrap h1 span {
	color:#f0bf00;
}
#headerwrap input[type=text] {
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	font-size: 1.3125em;
	border: 0;
	text-align: center;
	vertical-align: middle;
	margin-bottom:0 !important;
}
#headerwrap input[type=text]:focus {
	background: #43413e;
	color: #eff1ef;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#headerwrap input[type=text] {
	height: 2.9em;
	width:50%;
}
#headerwrap input[type=submit] {
	font-family: 'Patua One', cursive;
	color: #fff;
	width: 185px;
	height: 2.9em;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #f0bf00 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#headerwrap input[type=submit]:hover, #headerwrap input[type=submit]:active {
	background: #43413e !important;
}
/*========== Social Icons ==========*/
ul.icon {
	font-size:54px;
	margin:1em 0 0.5em 0;
}
ul.icon li {
	display:inline-block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul.icon li:hover {
	opacity:0.7;
}
section.single-page {
	/* padding: 4.75em 0; */ /* 76px */
}
section.single-page h1, .inside h1 {
	text-align: left;
	color:#116043;
	/* font-family:  'Patua One', cursive; */
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom: 2em; /* 72px */
	font-size: 1em; /* 36px */
}
.inside a
{
	color:#116043;
}
.entry-content
{
vertical-align:super;
color:#116043;
}
#znaminja
{
float:right;
position:relative;
top:-160px;
left:-270px;
}
#znaminja ul
{
list-style:none;
}
#znaminja ul li
{
float:left;
margin:1px 5px;
}
#before_footer
{
top:80px;
background-color:#116043;
width:100%;
height:50px;
position:relative;
z-index:-1;
}
#slikicki
{
position:relative;
left:100px;
height:500px;
}
#before_footer_index
{
background-color:#FFF;
width:100%;
height:50px;
}
.footer-wrapper
{
margin-top:90px;
box-shadow:-10px -4px 4px rgba(0, 0, 0, 0.1);
border-color:#F0BF00;
}
.footer-wrapper a
{
color:#312A1E;
}
#feature {
	background: url("../img/yellow.png") repeat-x 0 0;
	height: 406px;
	z-index: 500;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}
#feature article {
	text-align: center;
	margin-top: 120px;
	max-width: 1170px;
}
#feature-headline {
	font-family: 'Patua One', cursive;
	text-transform: uppercase;
	color: rgba(228, 229, 229, 1);
	margin-bottom: 3%; /* 39px */
	margin-top: -.25em;
	height: 109px;
	background-size: 100% auto;
}
#feature-headline span {
	font-family: 'Patua One', cursive;
	text-transform: lowercase;
}
#feature article p {
	font-family: 'Patua One', cursive;
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1.35;
	color: #fff;
}
/* totalBrands */

section#totalBrands {
	padding-bottom: 0;
}
section#totalBrands h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#totalBrands hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#totalBrands hgroup h3 {
	margin-top:  .35em;
	font-family: 'Patua One', cursive;
}
section#totalBrands .entry-content {
	margin: 1em 0 2.5em;
}
section#totalBrands .align {
	text-align:center;
	/* margin-top:50px; */
	font-size:2em;
}
section#totalBrands .align_test {
	text-align:right;
	font-size:2em;
	
}
div#totalBrands {
	padding-bottom: 0;
}
div#totalBrands h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
div#totalBrands hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
div#totalBrands hgroup h3 {
	margin-top:  .35em;
	font-family: 'Patua One', cursive;
}
div#totalBrands .entry-content {
	margin: 1em 0 2.5em;
}
div#totalBrands .align {
	text-align:center;
	margin-top:50px;
	font-size:2em;
}
div#totalBrands .align_test {
	text-align:right;
	font-size:2em;
	
}
#totalBrands1
{
position: relative;
 top: -400px;
 left:330px;
}
#swissT
{
display:block;
}
#gutFru
{
width:80px;
float:left;
}
#totalBrandsLogo
{
display:block;
float:right;
margin-right:-50px;
}
#gutesLebenLogo
{
float:right;
width:200px;
margin-right:-210px;
margin-top:110px;
}
/* article .ins
{
padding:0 !important;
} */
#swissLogo
{
width:100px;
display:block;
float:right;
margin-right:-190px;
margin-top:70px;
}
#glassRight
{
float:right;
margin-right:10px; 
width:220px;
}
#glassLeft
{
float:right;
margin-right:50px;
width:220px;
}
#totalBrandsLeft
{
display:block;
float:right;
margin-right:50px;
}
#swissLogoLeft
{
margin-right:140px;
float:right;
width:100px;
}
#swissLogo1
{
width:100px;
display:block;
float:right;
margin-right:70px;
}
#premiumQuality
{
float:left;
width:100px;
}
#fbLogo
{
width:25px; 
vertical-align:-1px;
}
#fsc
{
vertical-align:0px;
}
#tetrapak
{
vertical-align:0px;
}
#tbIcon
{
width:100px;
vertical-align:-1px;
}

.align_1
{
text-align:center;
	font-size:2em;
	position:relative;
	top:-380px;
	

}
#align1 {
	border: 1px solid #E6AF0A;
	border-radius:0 150px 0 150px;
	color:#076324;
	margin:auto;
	width:400px;
	line-height:3em;
	font-weight:bold;
   text-shadow:
   -1px -1px 0 #FFCA3D,  
    1px -1px 0 #FFCA3D,
    -1px 1px 0 #FFCA3D,
     1px 1px 0 #FFCA3D;
}
/* totalBrands Image Hover */
.mask2
{
/* margin-top:25px; */
text-align:center;

}
.mask2 img {
padding-top:10px;
	margin: 0 auto;
	max-width: 80%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	/* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mask2 img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
}
#logoto
{
position: relative;
z-index:9000;
top:0;
left:30px;
width:200px;
}
/* MENU */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
#cssmenu {
  /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif; */
 /*  font-family: 'Patua One',cursive; */
  font-size: 1em;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 2.8em;
 /* padding-left: 2em; */
  float:left;
  width:60%;
}
#hiddenMenu {
  /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif; */
  font-family: 'Patua One',cursive;
  font-size: 1em;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 1.125em;
  padding-left: 13em;
  display:none;
}
#hiddenMenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  /* background: #ffc904; */
  /* border: 1px solid #ece6e8; */
 /*  border-bottom: 3px solid #d9ced2; */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  /* background: #ffc904; */
  /* border: 1px solid #ece6e8; */
 /*  border-bottom: 3px solid #d9ced2; */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#meni > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#hiddenMenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #FFE900;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
  z-index:2;
  text-transform: none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub ul  li  > a{
  padding-top:11px;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
  
}
/* #cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #d6b900 url('caret.png') no-repeat;
  background-position: 90% 195%;
} */
#cssmenu > ul li a {
  display: block;
  padding: 12px 15px 0 15px;
  text-decoration: none;
  color: #00a92a;
  text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  color: green;
  text-shadow: 0px 1px 0px #000;
}
#photos
{
/*  top: -270px; */
top:-320px;
}
#menu-main
{
left:500px;
}
#meni
{
/*top:20px; */
}
@media (max-width: 1000px) {

#logoto
{
top:-30px;
left:530px;
width:180px;
}
}
@media (max-width: 800px) {
section#news
{
margin-top:-150px;
}
#cssmenu > ul li {
width:80px;
}
#hiddenMenu
 {
 padding:0;
 text-align:center;
 display:inline-block;
 }
  #hiddenMenu > ul {
    width: 100%;
  }
  #hiddenMenu > ul li#responsive-tab {
    display: block;
  }
  #hiddenMenu > ul li#responsive-tab a {
    background: url('menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #hiddenMenu > ul li {
    display: none;
  }
  #hiddenMenu > ul li.right {
    float: none;
  }
#meni
{
display:none;
}
#menu-main
{
left:0;
}
#photos
{
top:0;
}
 #cssmenu
 {
width:90%;
height:270px;
font-size:12px;
 padding:0;
 }

 .align_1
{
display:none;
}
#align1
{
width:300px;
	line-height:2.5em;
}
#logoto
{
top:-20px;
left:250px;
width:150px;
}
 }
@media (max-width: 600px) {
section#news
{
margin-top:0px;
}
#logoto
{
left:50px;
width:100px;
}
div#totalBrands{
left:300px;
}
#totalBrands1
{
position: relative;
 top: -20px;
 left:0px;
}

#menu-main
{
left:0;
}
#photos
{
top:0;
}
 #cssmenu
 {
 padding:0;
 height:auto;
 font-size:16px;
 }
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #meni > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('menu.png') no-repeat;
    background-position: 95% -35%;
  }
  
  /* #hiddenMenu
 {
 padding:0;
 }
  #hiddenMenu > ul {
    width: 100%;
  }
  #hiddenMenu > ul li#responsive-tab {
    display: block;
  }
  #hiddenMenu > ul li#responsive-tab a {
    background: url('menu.png') no-repeat;
    background-position: 95% -35%;
  } */
  
  #meni > ul li#responsive-tab a {
    background: url('menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    /* background-color: #d6b900; */
    background-position: 95% 135%;
  }
  #meni > ul li#responsive-tab a:hover {
    /* background-color: #d6b900; */
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #hiddenMenu > ul li {
    display: none;
  }
  #hiddenMenu > ul li.right {
    float: none;
  }
  #meni > ul li {
    display: none;
  }
  #meni > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #FFE900;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
  #meni > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #meni > ul ul li.collapsed {
    display: block !important;
  }
}
@media (max-width: 400px) {

#logoto
{
top:-140px;
left:130px;
}
}

/* Services */

section#services {
	padding-bottom: 9.5em;
}
#services h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#services h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#services p {
	margin:10px;
}
section#services .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#services .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#services .span3 {
	background:#e9e9e9;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section#services .span3:hover {
	background:#e3e3e3;
	box-shadow: 1px 1px 6px #C1BAC1;
}
/* Testimonials */

section#testimonials {
	height:  647px;
	background: url("../img/yellow_testimonial.png") repeat-x 0 0;
	padding: 0;
	color: #e4e5e2;
	z-index: 500;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
section#testimonials .blockquote-wrapper {
	display: table-cell;
	vertical-align: middle;
	height:  647px;
}
blockquote.mega {
}
blockquote.mega p {
	font-size: 45px;
	line-height: 50px;
	text-align: left;
	font-family: 'Patua One', cursive;
	font-weight:bold;
	color:#312A1E;
}
blockquote.mega .cite {
	font-size: 22px;
	text-align: left;
	font-weight:300;
}
.visina
{
height:45px;
}
.visina1
{
height:35px;
}
.text
{
padding-top:15px;
}
.text1
{
padding-top:20px;
}
.inside
{
padding-top:30px;
}
/* News */
section#news {
	/* background: url("../img/grey-cardboard-bg.png") repeat 0 0; */
	margin-top:40px;
}
section#news .align {
	font-size: 6em;
	text-align: center;
}
article.post {
	/* background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7); */
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); */
}
article .inside {
	margin: 0 24px 24px;
	/* padding-top: 2.5em; */
	padding-top: 1em;
	background: url("../img/dot-row-2.png") repeat-x scroll 0 0 transparent !important;
}
.post-date {
	color: #A5A5A2;
	float: right;
	font-family: 'Open Sans';
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	margin-right: 5px;
}
#news h1, .inside h1 {
	
	margin-bottom: 2em;
	margin-left:30px;
	/* margin-top: 0.5em; */
}
#news h2, .inside h2 {
	font-size: 21px;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #116043;
	clear: right;
}
/* Team and Contact */

section#team, section#contact {
	color: #e4e5e2;
}
section#team .align, section#contact .align {
	font-size: 6em;
	text-align: center;
}
#team h1, #contact h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#contact, #team {
	/* padding-top: 4.75em; */
}
#team {
	padding-bottom: 0;
}
#contact {
	padding-bottom: 0;
}
/* team */

#team h3 {
	font-size: 26px;
	margin-top: 24px;
	margin-bottom: 0px;
}
#team h3, .job-position {
	text-align: center;
}
#team .featurette {
	text-align: center;
	font-size: 21px;
}
#team h2.featurette-heading {
	margin-bottom: 24px;
}
.teamalign {
	text-align:center
}
.team-thumb {
	margin-top: 26px;
	text-align:center;
}
.job-position {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: .46155em;
}
/* Contact Form */
#theme-form {
	position: relative;
	z-index: 999;
}
#theme-form input[type=text],#theme-form input[type=file], .cform-form textarea, select, textarea {
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	text-align: left;
	vertical-align: middle;
}
#theme-form input[type=text]:focus, .cform-form textarea:focus, textarea:focus {
	/* background: rgba(101, 106, 100, 1);
	color: #eff1ef; */
	-webkit-box-shadow: 2px 2px 5px #888888, -2px -2px 5px #888888, -2px 2px 5px #888888, 2px -2px 5px #888888 ; 
	-moz-box-shadow: 2px 2px 5px #888888, -2px -2px 5px #888888, -2px 2px 5px #888888, 2px -2px 5px #888888;
	box-shadow: 2px 2px 5px #888888, -2px -2px 5px #888888, -2px 2px 5px #888888, 2px -2px 5px #888888;
	border:1px solid rgba(101, 106, 100, 1);
	transition: border 0.25 ease-in;
	-moz-transition: border 0.25 ease-in;
	-webkit-transition: border 0.25 ease-in;
}
#theme-form input[class=fillFields]
{
	-webkit-box-shadow: 1px 1px 5px #ff0000, -1px -1px 5px #ff0000, -1px 1px 5px #ff0000, 1px -1px 5px #ff0000;
	-moz-box-shadow: 1px 1px 5px #ff0000, -1px -1px 5px #ff0000, -1px 1px 5px #ff0000, 1px -1px 5px #ff0000;
	box-shadow: 1px 1px 5px #ff0000, -1px -1px 5px #ff0000, -1px 1px 5px #ff0000, 1px -1px 5px #ff0000;
	border:1px solid #ff0000;
	color: #ff0000;
}
#theme-form textarea[class=fillFields]
{
	-webkit-box-shadow: 1px 1px 5px #ff0000, -1px -1px 5px #ff0000, -1px 1px 5px #ff0000, 1px -1px 5px #ff0000;
	-moz-box-shadow: 1px 1px 5px #ff0000, -1px -1px 5px #ff0000, -1px 1px 5px #ff0000, 1px -1px 5px #ff0000;
	box-shadow: 1px 1px 5px #ff0000, -1px -1px 5px #ff0000, -1px 1px 5px #ff0000, 1px -1px 5px #ff0000;
	border:1px solid #ff0000;
	color: #ff0000;
}
#theme-form input[type=text],#theme-form select, #theme-form input[type=file] {
	height: 2.25em;
}
#theme-form input[type=submit] {
	font-family: 'Patua One', cursive;
	color: #fff;
	width: 145px;
	height: 60px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #076324 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#theme-form input[type=submit]:hover, #theme-form input[type=submit]:active {
	color: #116043;
	background: #fff !important;
	border:1px solid #116043;
}
#theme-form textarea {
	padding-top: 1em;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* Featurettes */



hr.featurette-divider {
	margin: 3em 0;
	border-width: 0;
	height: 9px;
	background: url("../img/dot-row-3-lt.png") repeat-x;
}
/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#map-wrapper {
	margin-top: 20px;
}
footer {
	text-align: center;
	color: #1a1a1a;
	font-weight: bold;
}
footer p {
	/* margin-top: -130px; */
}
/* ---------------------------------------------------------------------------------------------------------- 
07 Bootstrap Carousel ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
    
    .carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin-top: 200px;
	position:absolute;
}
.carousel-caption h1,  .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.carousel-caption .btn {
	margin-top: 10px;
}
.carousel-control {
	height: 50px;
	top: 46%;
	margin-top: 0;
	font-size: 6.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	background-color: transparent;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.4;
	border-radius: 0;
}
.carousel-control:link, .carousel-control:visited {
	color: #262626;
}
/* Banner Carousel  */    
    #banner.carousel {
	margin-top: 4.75em;
	margin-bottom: 0;
	margin-top: 0;
	max-height: 642px;
}
.banner-caption {
	/*	width: 18%; */
    	position: absolute;
	left: 20%;
	top: 10%;
	color: #007ac3;
}
#intro-caption {
	margin-top:150px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 80px;
	line-height: 90px;
	color:#fff;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
}
#intro-caption span {
	font-family:'Open Sans', sans-serif;
	font-size: 0.65em;
}
#banner.carousel .item {
}
#banner.carousel img {
}
#banner.carousel .carousel-control {
}
.info
{
font-size:15px;
font-weight:bold;
color:#116043;
}
/* ---------------------------------------------------------------------------------------------------------- 
08 Buttons ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */    
.btn {
	font-family: 'Patua One', cursive;
	color: #fff;
	width: 185px;
	height: 20px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding: 1em 0.5em;
	letter-spacing: 0.05em;
	margin: 4.5em auto 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #f0bf00 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn:link, .btn:visited {
	color: #fff;
}
.btn:hover {
	background: #312A1E !important;
}
.navbar-inverse .btn-navbar {
	width: auto;
	height: auto;
}

/* ---------------------------------------------------------------------------------------------------------- 
09 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* RESPONSIVE 
-------------------------------------------------- */
@media (min-width: 1900px)
{
div#totalBrands {left:1300px;}
}
@media (min-width: 1800px) and (max-width: 1900px)
{
div#totalBrands {left:1200px;}
}
@media (min-width: 1600px) and (max-width: 1800px)
{
div#totalBrands {left:1100px;}
}
@media (min-width: 1400px) and (max-width: 1600px)
{
div#totalBrands {left:1000px;}
}
    @media (max-width: 1186px) {
 .banner-caption {
	    	/*	width: 18%; */
	    	position: absolute;
 left: 20%;
 top: 6%;
 color: #007ac3;
}
 #intro-caption {
 font-family: 'Open Sans', sans-serif;
 text-align: center;
 font-size: 60px;
 line-height: 70px;
}
 .banner-caption p {
 font-size: 1em;
}
}
 @media (max-width: 979px) {
 .navbar-fixed-top {
 margin-bottom: 0;
}
 .navbar .container {
 width: 100%;
}
 .navbar .brand {
 margin-top: 0;
}
 .navbar .btn-navbar {
 margin-top: 0;
}
 .navbar-fixed-top .navbar-inner {
 padding: 0px;
}
 .featurette {
 height: auto;
 padding: 0;
}
 .featurette-image.pull-left,  .featurette-image.pull-right {
 display: block;
 float: none;
 max-width: 40%;
 margin: 0 auto 20px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
 #znaminja
 {
 float:left;
 top:-390px;
 left:-50px;
 }
 section#news
{
margin-top:-30px;
}
 #headerwrap {
 padding-top:0;
}
}
 @media (max-width: 767px) {
 .container {
 padding-right: 5px;
 padding-left: 5px;
}
 .navbar-fixed-top,  .navbar-fixed-bottom,  .navbar-static-top {
 margin-right: 0px;
 margin-left: 0px;
 margin-bottom:0px;
 padding-bottom:0px;
}
 .navbar-inner {
 margin: 0;
}
 .carousel {
 margin-left: -20px;
 margin-right: -20px;
}
 .carousel .container {
}
 .carousel-caption {
 width: 65%;
 padding: 0 70px;
 margin-top: 100px;
}
 .carousel-caption h1 {
 font-size: 30px;
}
 .carousel-caption .lead,  .carousel-caption .btn {
 font-size: 18px;
}
 .featurette-heading {
 font-size: 30px;
}
 .featurette .lead {
 font-size: 18px;
 line-height: 1.5;
}
}
    
    /* Smaller screens ----------- */
	@media (max-width : 480px) {
	 #znaminja
 {
 float:left;
 top:-390px;
 left:0px;
 }
 #headerwrap {
 padding-top:0;
}
 #headerwrap h1 {
 font-size:2em;
}
 #headerwrap h2 {
 font-size:1em;
}
 #headerwrap input[type="text"] {
 width: 100%;
}
 #headerwrap input[type="submit"] {
 margin-top:1em;
 width: 135px;
}
.align_1
{
font-size:1.5em;
top:-50px;
}
#align1
{
width:200px;
	line-height:2em;
}

 #team .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}
 #feature article p {
 font-family: 'Open Sans', sans-serif;
 font-size: 26px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
}

    
    /* Smartphones (portrait and landscape) ----------- */
	@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {
 #feature-headline {
 background: transparent;
 text-indent: 0;
 overflow: visible;
 margin-top: 1.5em;
}
 #navbar-inner {
 margin:	0;
}
 #banner { /*display: none;*/
}
 section.single-page {
 padding: 1em 0;
}
		
		/* Feature */
		#feature-badge {
/*	display: none; */
		}
		
		/* totalBrands & News */
		
		#news h1 {
 background: transparent;
}
 #news h1 span {
 background: transparent;
 padding: 0;
}
 #totalBrands .container {
 top: 0 !important;	
}
 #feature article p {
 font-family: 'Open Sans', sans-serif;
 font-size: 26px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
 .img-news {
 width: 100%;
}
 .img-news {
 margin-right: auto;
 margin-left: auto;
 display: block;
}
 section#totalBrands hgroup h2 {
 margin-top: 1.5em;
}
	
		/* Services */
		
		#services h1 {
 background: transparent;
}
 #services h1 span {
 background: transparent;
 padding: 0;
}
 section#services h2 {
 margin-bottom: 0.25em;
}
 section#services h2, section#services ul {
 text-align: center;
}
		

	    /* Testimonials */
	    
		section#testimonials { /*display: none;*/
}
	
		/* team */
		
		#team .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}
 .job-position: {
 margin-bottom: 1.5em;
}
 .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
 margin-left: auto;
 margin-right: auto;
}
		
		/* Contact Form */

		#theme-form {
 overflow: hidden;
}
 #theme-form input[type=submit] {
 width: 100%;
}
}

	/* Smartphones (landscape) ----------- */
	@media only screen  and (min-width : 321px) {
 #feature-headline {
 font-size: 32px; /* 34px */
}
}
	
	/* Smartphones (portrait) ----------- */
	@media only screen  and (max-width : 320px) {
 #feature-headline {
 font-size: 1.1875em; /* 19px */
}
 #feature article p {
 font-family: 'Open Sans', sans-serif;
 font-size: 26px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
}
	/* @media only screen and (max-width : 480px) {
	.dropdown
	{
	visibility:visible;
	}
	#menu-main
	{
	visibility:hidden;
	}
	} */
	/* iPads (portrait and landscape) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) {
 .banner-caption p {
 font-size: 0.6em;
}
 #intro-caption {
 font-size: 4em;
}
}
	
	/* iPads (landscape) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape) {
/* Styles */
	}
	
	/* iPads (portrait) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait) {
/* Styles */
	}
	
	/* Desktops and laptops ----------- */
	@media only screen  and (min-width : 1224px) {
/* Styles */
	}
