/* ############################### GENERAL SETUP */
img {
	max-width:100%;
	display:block;
}
.start img {
	margin:auto;
}
iframe {
	max-width:100%;
}
/* ############################### BASE STYLES */
.page-header {
	text-align:center;
}
.toplogo {
	float:left;
	max-height:100%;
	margin-right:1em;
}
.fullheader {
	background-color:#777;
	margin-bottom:9px;
}
.content {
	padding-top:1em;
	padding-bottom:1em;
}
.row {
	padding:0.5em 1em;
	border-bottom:1px solid #eee;
}
.footer {
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #EEE;
}
.vina-jssor-image-slider {
	background-image:url(../img/slider_back.jpg);
}
.gallery #vina-jssor-image-slider121 {
	margin-left:-15px;
	margin-right:-15px;
}
.mod-languages, 
.mod-languages *, 
.mod-languages *:hover,
.mod-languages *:focus  {
    z-index:100 !important;
}

div.mod-languages ul {
    margin-top: 18px;
}
div.mod-languages ul.lang-inline li {
    float: left;
}
/* ############################### MENUS */
.navbar-placeholder {
	min-height:50px;
}

.logolink {
	transition:ease all 0.3s;
}
.logolink:hover img, .logolink:focus img {
	opacity:0.8;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color:#FFF !important;
	cursor:pointer;
}
li.parent {
	display:block !important;
}
.navbar-default .navbar-brand {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    color: #fff;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.7);
    transition: ease all .5s;
    font-size: 22px;
    transform: scaleX(0.9);
}

.navbar-default .navbar-brand:hover {
    color: #CCC;
}
.navbar {
  border: 0 solid transparent;
}
.navbar a.extra {
	border-left:1px solid #111;
	border-right:1px solid #111;
	color:#999 !important;
	background-color:#333;
}
.dropdown-menu li {
	border-bottom:1px solid #EEE;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

@media all and (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color:#FFF !important;
}
.dropdown-submenu>.dropdown-menu {
    display: block;
	font-weight:bold;
	font-size:0.9em;
	text-align:center;
}
.dropdown-submenu>.dropdown-menu li {
	border-bottom:0;
}
.dropdown-submenu>.dropdown-menu a {
    display: block;
	font-weight:bold;
	font-size:0.9em;
	text-align:center;
	border-bottom:0;
	color:#EEE !important;
	background:#333;
	margin:0.5em 1em;
}
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.footer li {
	list-style:none;
	display:inline;
	float:left;
}


.nav-tabs {
	border:0;
	border-radius:0;
	background-color:#CCC;
	padding:1px 1px 2px 1px;
}
.nav-tabs li  {
	border:0;
	border-bottom: 0;	
}
.nav-tabs > li > a {
	margin-right:0;
	border:0;
    border-radius: 0;
	border-left:5px solid #444;
	background-color:#EEE;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	border-radius:0;
	border:0;
	border-bottom-color: transparent;
	color:#0CF;
	border-left:5px solid #0CF;
}
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus {
	background-color:#DDD;
	border-left:5px solid #777;
}


.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #444;
    border: 5px solid transparent;
	color:#FFF;
    border-radius: 0;
	transition: ease all 0.3s;
}
.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #444;
	color:#0CF;
}

.pager .previous > a, .pager .previous > span {
    border-left:5px solid #777;
}
.pager .next > a, .pager .next > span {
    border-right:5px solid #777;
}

.pager .previous > a:hover, .pager .previous > span:hover,
.pager .previous > a:focus, .pager .previous > span:focus  {
    border-left:5px solid #0CF;
}
.pager .next > a:hover, .pager .next > span:hover
.pager .next > a:focus, .pager .next > span:focus {
    border-right:5px solid #0CF;
}
.pagenavcounter {
	display:none;
}
/* ############################### CONTENT STYLES */
.img_caption {
	width:auto !important;
}
.start div.item {
	padding-bottom: 1em;
}
.start .item-image {
	width:100%;
}
.item-image {
	width:50%;
}
.pull-none.item-image {
	width:100%;
}
.pull-none.item-image img {
	max-width:100%;
}
.start .pull-left,
.start .pull-right {
	padding-left:0;
	padding-right:0;
}
.pull-left {
	padding-left:0;
	padding-right:2em;
	padding-bottom:1em;
}
.pull-right {
	padding-right:0;
	padding-left:2em;
	padding-bottom:1em;
}

.pull-left img, .pull-right img {
	width:100%;
}
p.img_caption {
	background-color:#444;
	color:#0CF;
	padding:2px 5px;
}

.about-us div[class*="leading"] {
	padding-bottom:2em;
}
/* ############################### TIMELINE */
.noo-tl-item {
	margin:2em 0;
}
.noo-tl-desc a {
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
	display:block;
	text-decoration:underline;
	padding:0.3em;
	margin:0.3em;
	border: 1px solid #CCC;	
}
.noo-tl-desc a:hover {
	color:#EEE;
}
.noo-tl-desc a img {
	transition:ease all 0.5s;
	display:block;
	width:100%;
	text-decoration:none;
}
.noo-tl-desc a:hover img {
	opacity:0.5;
	background:#111;
}

/* ############################### BUTTONS */

#proj_patent, #proj_back {
	padding:0.5em 1em;
	background:#ECECEC;
	color:#555;
	font-weight:bold;
	transition: ease all 0.3s;
}
#proj_patent {
	border-right:2px solid #333;
	float:right;
}
#proj_back {
	border-left:2px solid #333;
	float:left;
}
#proj_patent:hover, #proj_back:hover {
	background:#DDD;
	text-decoration:none;
	border-color:#0CF;
}

.proj_patent, .proj_back {
	padding:0.5em 1em;
	background:#ECECEC;
	color:#555;
	font-weight:bold;
	transition: ease all 0.3s;
}
.proj_patent {
	border-right:2px solid #333;
	float:right;
}
.proj_back {
	border-left:2px solid #333;
	float:left;
}
.proj_patent:hover, .proj_back:hover {
	background:#DDD;
	text-decoration:none;
	border-color:#0CF;
}

.readmore {
	clear:both;
}
.readmore a {
	padding:0.5em 1em;
	background:#ECECEC;
	color:#333;
	font-weight:bold;
	transition: ease all 0.4s;
	border-left:2px solid #555;
}
.readmore a:hover {
	background:#DDD;
	border-left:7px solid #333;
}

.vina-caption h3 {
	font-size:28px;
}
.slide-highlight {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85) !important;
	border:0;
	border-bottom: 5px solid #0CD;
	color:#000;
}
.slide-highlight span.small {
	font-size:0.85em;
	color:#333;
}
/* ############################### FORMS */

.form-horizontal .control-label {
	text-align:left;
}

.chzn-container-single .chzn-single {
	min-width:110%;
}
.contact-form label {
	display:inline !important;
}
@media all and (min-width:768px) {

}
@media all and (min-width: 992px) {
.max-right {
	padding-left:2em;
	padding-bottom:1em;
	float:right;
}
}
@media all and (max-width:767px) {
iframe {
	width:100% !important;
}

.pull-left, .pull-right  {
	width:100%;
	padding-right:0;
	padding-bottom:1em;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
nav ul.navbar-nav {
	display:block;
	width:100%;
}
.navbar-placeholder {
	height:100px;	
}
}