/*generic*/
.vertical-text{
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-transform-transform: rotate(-90deg);
}

li.dropdown{
	/*width: 162px;*/
}

#menu-products{
	width: 265px;
	min-width: 50px;
}

#menu-products>li{
	height: 45px;
}

#menu-products>li>a{
	height: 45px;
	padding-top: 10px;
}

.stroke{
	text-shadow:3px 3px 3px #fff;
	-webkit-text-shadow:3px 3px 3px #fff;
	-ms-text-shadow:3px 3px 3px #fff;
	-moz-text-shadow:3px 3px 3px #fff;
	-o-text-shadow:3px 3px 3px #fff;
}

.stroke-bk{
	text-shadow:3px 3px 3px #333;
	-webkit-text-shadow:3px 3px 3px #333;
	-ms-text-shadow:3px 3px 3px #333;
	-moz-text-shadow:3px 3px 3px #333;
	-o-text-shadow:3px 3px 3px #333;
}

.theme-band{/*gray band that match orange color: #f35212 more red:ff612a; */
	background: #444;
	background-image: radial-gradient(to bottom, #888 0%, #fff 60%, #888 100%);
	background-image: -o-radial-gradient(bottom, #888 0%, #fff 60%, #888 100%);
	background-image: -moz-radial-gradient(top, #888 0%, #fff 60%, #888 100%);
	background-image: -webkit-radial-gradient(top, #888 0%, #fff 60%, #888 100%);
	background-image: -ms-radial-gradient(top, #888 0%, #fff 60%, #888 100%);
	padding: 5px;
	padding-left:20px;
	color: #f35212 !important;
	margin-left: -20px;
	font-size: 15pt;
	font-style:italic;
	border-radius: 5px;
}

button.theme-band,
input.theme-band{
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
	background: #eee;
	color: #333 !important;
}

input.theme-band:hover{
	box-shadow: inset 1px 1px 5px #118cd1,inset -1px -1px 5px #118cd1;

}

.dropdown-menu .sub-menu{
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    height: 400px;
    width: 360px;
    background: rgba(238,238,238,0.9); /*rgba(5,45,99,0.9); /*#052d63 rgba(33,33,33,0.9);*/
    color: #000; /*#fff;*/
    padding: 8px;

    border:1px solid rgba(200,200,200,0.7);
    border-top:0;
}

.dropdown-menu .sub-menu img{
	width: 100px;
	height: 100px;
	float: right;
}

.sub-menu li a{
	color: #fff;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
    border:0;
    border-top:2px solid #eee ;/*border to split menu to dropdown menu*/

}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/*
*			head
*
*/
/*Header*/

img#logo{
	height: 60pt;
	width: auto;
}

#header{
	border:0px solid red;
}

#header div.container{
	position: relative;
	background: #fbfbfb;
	/*box-shadow: 5px 5px 10px #aaa;*/
	z-index: 0;
}

.logo-container{
	position:relative;
	background: rgba(255,255,255,0.85);
	background: #eee url('../img/header-bg.png') no-repeat top left;
	background-size: 100% 100%;
	padding-top: 20px;
}

#header div.logo-container .left{
	padding: 12px;
	padding-top:35px;
	overflow: visible;
	border-bottom: 0px solid #eee;
	z-index: 0;
	position: relative;
}

#header div.header-menu{
	/*background:#333 url("../img/texture/metal2.jpg") repeat right top;*/
	background: transparent;
	height: 55px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: left;
	z-index: 10;
	padding-top: 0px;
	background: #333 ;
	padding-top: 8px;
	padding-left: 10px;
}

div.header-menu div{
	/*width: 992px;*/
	width: 100%;
	margin:auto;
}

#header div.header-menu *{
	color:#fff;

}

div.header-menu a{
	font-size: 9pt;
	color: #FFF;
	margin-right: 10px;
}

.header-right{
	position: absolute;
	top: 56px;
	right: 10px;
	color: #004890;
	text-align: right;
	z-index: 0;
	width: 60%;
}

#slogan{
	font-size: 20pt;
	color: red;
	font-style: italic;
	font-family: "Georgia";
	margin-right: 20px;
}

#slogan>small{
	margin-left: 50px;
	color: #333;
}

.header-right a{
	color: inherit;
	background: #333;
	padding:5px;
}

.header-right .input-group-addon{
	background: #f35212;
}


.menu-container{
	/*background: #f35212;*/
	/*background: #fff url('../img/texture/metal.jpg') repeat top left;*/
background: #337ab7 ;
background-image: linear-gradient(to bottom, #337ab7 50%, #31708f  100%);
background-image: -o-linear-gradient(bottom, #337ab7 50%, #31708f 100%);
background-image: -moz-linear-gradient(top, #337ab7 50%, #31708f 100%);
background-image: -webkit-linear-gradient(top, #337ab7 50%, #31708f 100%);
background-image: -ms-linear-gradient(bottom, #337ab7 50%, #31708f 100%);

	padding-left: 0;
	padding-right: 0;
}


#main-menu{
	margin-bottom:0px;
	background: rgba(00,72,144,0);
	width: 100%;
	border-bottom:2px solid #ddd; 
}

#main-menu ul,
#main-menu a.navbar-brand{
	color:#fff;
	/*background: rgba(00,72,144,1);*/
	background: #337ab7;
	background-image: linear-gradient(to bottom, #337ab7 50%, #31708f 100%);
	background-image: -o-linear-gradient(bottom, #337ab7 50%, #31708f 100%);
	background-image: -moz-linear-gradient(top, #337ab7 50%, #31708f 100%);
	background-image: -webkit-linear-gradient(top, #337ab7 50%, #31708f 100%);
	background-image: -ms-linear-gradient(bottom, #337ab7 50%, #31708f 100%);
}

.menu-container .navbar{
	border-radius: 0px !important;
}

#main-menu li a{
	color:#fff;
	text-transform: uppercase;
	/*min-width: 140px;*/
	text-align: center;
}

#bs-navbar-collapse>ul>li{
	/*border-left: 1px solid #eee;*/
}

a.navbar-brand{
	border:0 !important;
	width:160px;
	text-align: center;
}

#main-menu li ul li a{
	text-align: left;
}


#main-menu li.open{
	background: #337ab7;
	background-image: linear-gradient(to bottom, #337ab7 50%, #31708f 100%);
	background-image: -o-linear-gradient(bottom, #337ab7 50%, #31708f 100%);
	background-image: -moz-linear-gradient(top, #337ab7 50%, #31708f 100%);
	background-image: -webkit-linear-gradient(top, #337ab7 50%, #31708f 100%);
	background-image: -ms-linear-gradient(bottom, #337ab7 50%, #31708f 100%);
}
#main-menu li.open>a{/*when a dropdown menu is open, its direct children anchors*/
	background: transparent;
}


#main-menu li a:active,
#main-menu li a:hover{
	background: #31708f;
	background-image: linear-gradient(to bottom, #337ab7 50%, #31708f 100%);
	background-image: -o-linear-gradient(bottom, #337ab7 50%, #31708f 100%);
	background-image: -moz-linear-gradient(top, #337ab7 50%, #31708f 100%);
	background-image: -webkit-linear-gradient(top, #337ab7 50%, #31708f 100%);
	background-image: -ms-linear-gradient(bottom, #337ab7 50%, #31708f 100%);
}

li.dropdown:hover,
#bs-navbar-collapse ul.nav>li:hover,/*li other than drop menu*/
div.navbar-header:hover/*home button*/
{/*hover on menu, uplift a bit*/
	/*height: 60px;*/
	margin-top: -10px;
	padding-top:10px;
	border:0px solid red;
	border-radius: 5px;
	background: #31708f;
	background-image: linear-gradient(to bottom, #31708f 50%, #31708f 100%);
	background-image: -o-linear-gradient(bottom, #31708f 50%, #31708f 100%);
	background-image: -moz-linear-gradient(top, #31708f 50%, #31708f 100%);
	background-image: -webkit-linear-gradient(top, #31708f 50%, #31708f 100%);
	background-image: -ms-linear-gradient(bottom, #31708f 50%, #31708f 100%);
}









#main-menu a.navbar-brand:hover{
	cursor:pointer;
}

#main-menu .sub-menu ul{
	background: transparent;
}

#main-menu .sub-menu ul li,
#main-menu .sub-menu a{
	color:#000;
}

#main-menu .sub-menu a:hover{
	background: transparent;
}


/*
*			page
*
*/

body{
/*	background: #333;
	background-image: radial-gradient(to bottom, #666 40%, #333 100%);
	background-image: -o-radial-gradient(bottom, #666 40%, #333 100%);
	background-image: -moz-radial-gradient(top, #666 40%, #333 100%);
	background-image: -webkit-radial-gradient(top, #666 40%, #333 100%);
	background-image: -ms-radial-gradient(bottom, #666 40%, #333 100%);
	background: url('../img/slide/sardines_88127413_rev.jpg') no-repeat;
	background-size:100% auto;
	background-position: left bottom;
	background-attachment: fixed;*/
}

.page{
	padding-left:5px;
	padding-right: 5px;
	min-width: 992px;
	max-width: 992px;
	margin:auto;
	min-height: 900px;
	padding-bottom: 10px;
}

/*
*
*				carousel
*
*/
.carousel-control{
	z-index: 10;
}

#myCarousel{
/*	width: 100%;
	height: 440px;*/
	overflow: hidden;
	background: #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position: relative;
}

#myCarousel img{
/*	height: 440px;
	width: 100%;*/
}

.caption{
	right: 25px;
	top: 50px;
	height: 80%;
	width: 50%;
	position: absolute;
	font-weight: bolder;
	color:#999;
	text-align: right;
}

.caption>.title{
	font-family: Impact, Charcoal, sans-serif;
	font-size: 40pt;
	text-shadow:3px 3px 3px #000;
	-webkit-text-shadow:3px 3px 3px #fff;
	-ms-text-shadow:3px 3px 3px #fff;
	-moz-text-shadow:3px 3px 3px #fff;
	-o-text-shadow:3px 3px 3px #fff;
}

.carousel-caption>h2{
	text-transform: capitalize;
	font-size: 10pt !important;
	font-weight: bold;
}

.caption>h5,
.program .sub-title{
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow:1px 1px 1px #eee;
	-webkit-text-shadow:1px 1px 1px #eee;
	-ms-text-shadow:1px 1px 1px #eee;
	-moz-text-shadow:1px 1px 1px #eee;
	-o-text-shadow:1px 1px 1px #eee;
	text-align: right;
	/*margin-right: 60px;*/
	font-size:15pt;
}


.carousel-indicators
{
/*	margin-left: 10%;
	margin-bottom: 50px;*/
}

.program-container{
	margin-top: 10px;
}

/*.program{
	border:1px solid #eee;
	display: inline-block;
	margin-right: 1px;
	width: 324px;
	height: 200px;
	position: relative;
	cursor: pointer;
}*/

/*.program img{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	heightt: 100%;
	z-index: 0;
}*/

.program:hover{
	box-shadow:inset 0px 0px 10px #fff, 0px 0px 10px #fff;
	/*border:1px solid #fff;*/
}

.title{
	width: 100%;
}

.title,
.title>a
{
	font-size: 26pt;
	color: #eee;
	font-family: Impact, Charcoal, sans-serif;
	text-shadow:1px 1px 1px #333;
	-webkit-text-shadow:1px 1px 1px #333;
	-ms-text-shadow:1px 1px 1px #333;
	-moz-text-shadow:1px 1px 1px #333;
	-o-text-shadow:1px 1px 1px #333;
	position: absolute;
	left: 10px;
	top:0px;
	z-index: 1;
	margin-top: 0;
}

.title>a{
	position: static;
}



.sub-title{
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 0;
	color: #333;
}

.program-container .program:nth-child(1){
	float: left;
}
.program-container .program:nth-child(2){
	margin-left: 4px;
}
.program-container .program:nth-child(3){
	float: right;
}

#program-group-1 .program:nth-child(3),
#program-group-3 .program:nth-child(3),
#program-group-2 .program:nth-child(2){
	margin-right: 0;
}

#program-group-2 .program:nth-child(1){
	width: 653px;
}



#program-group-2 .title{
	color: #fff;
	width: 100%;
	/*background: rgba(33,33,33,0.1);*/
	background: #f35212;
	margin:0;
	left: 0;
	padding-left: 10px;
}

#program-group-2 .program{
	/*height: 442px;*/
}



#program-group-2,
#program-group-3{
	/*margin-top: 5px;*/
}

#title-marques{
	position: absolute;
	left: -135px;
	top:-40px;
}

#title-place{
	left:auto;
	top:auto;
	right: 50px;
	bottom: 0px;
	width: auto;
}

#title-promotion.title{
	margin-left:0  !important;
	margin-top:0 !important;
	width: 440px !important;
	position: absolute;
	left: -240px;
	top: 199px;
	text-align: right;
	padding-right: 10px;
}

@media(max-width: 1000px){
	#title-promotion.title{
		left:-202px;
	}
}

/*
*
*			image slider
*
*/
.image-slider{
	position: relative;
	width: 100%;
	/*height: 100%;*/
	padding-top: 0px;
}
.image-slider img{
	display: none;
}
.image-slider img.active{
	display: block;
}
.image-slider>ol{
	/*position: absolute;*/
	bottom: 10px;
	right: 20px;
}

.image-slider>ol>li{
	display: inline-block;
	border: 1px solid #ccc;
	width: 20px;
	text-align: center;
	background: rgba(250,250,250,0.8);
}

.image-slider>ol>li:hover{
	border: 1px solid #d10000;
}

.image-slider>.headline{
	position: absolute;
	bottom: 30px;
	left: 40px;
	font-size: 35pt;
	color: #f35212 ;
	font-family: Impact, Charcoal, sans-serif;
}

/*
*			zoomer
*/
#zoom-box{
	display: none;
	height: 0;
	width: 100%;
	padding-left: 10%;
	padding-right:10%;
	padding-top: 25px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	background: rgba(33,33,33,0.8);
	margin-left: 5px;
}

#zoom-box img{
	height: 95%;
	width: auto;
}

#zoom-box .zoom-box-title{
	font-size: 20pt;
	color: #eee;
	position: absolute;
	right: 20%;
	top: 30%;	
	text-transform: capitalize;
}

@media(max-width: 1300px){
	#zoom-box .zoom-box-title{
		top:auto;
		bottom: 10%;
		right: 50px;
	}
}

#zoom-box .close{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff !important;
	text-shadow:none;
}







/*
*
*			flyer
*
*/
#flyer-thumb img{
	padding-top: 25px;
}

#flyer>div img{
	/*width: 600px;*/
	margin: auto;
}

#flyer{
	text-align: center;
}

#flyer>div img.zoom{
	width: 800px;
}

#flyer img:nth-child(1){
	/*padding-top: 0px;*/
}

#flyer img{
	padding-top: 15px;
	background: #fff;
}

/*
*
*			products
*
*/

#products-gallery{
	width: 100%;
	position: relative;
}

#products-gallery>div{
	display: inline-block;
}

#products-gallery .left{
	/*width: 167px;*/
	position: absolute;
	left: 0;
	top: 0;
}

#products-gallery .right{
	width: 100%;
	/*padding-left: 167px;*/
	overflow: hidden;
}

#myTab li{
	display: block;
	width: auto;
	background: rgba(240,240,240,0.85);

}

#myTab li>a{
	text-align: left;
}

#myTab li.active{
	background: #f35212;
	color:#fff;
}

#myTab li.active a{
	background: transparent;
	color: #fff;
	border: 0;
}

#myTabContent .gallery{
	width: auto;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
}

#myTabContent .gallery img{
	width: auto;
	height: 180px;
	cursor: pointer;
}

@media(max-width: 1200px){
	#myTabContent .gallery img{
		height: 120px;
	}
}


.page.full-page{
	width: 100%;
	max-width: 1920px;
}

/*
*			marques
*
*/
#marques{
	margin-top: 20px;
}

.marque-item{
	display: inline-block;
	overflow: hidden;
	padding: 10px;
	width: 160px;
	margin-left: 70px;
	vertical-align: top;
}

.marque-item>a>img{
	width: 140px;
	height: 140px;

}

.brand-name{
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
}

/*
*
*	  		page contact
*/
#contact-page-container{
	padding:10px;
}

#find-us{
	display: inline-block;
	width: 100px;
	height: auto;
	text-align: center;
	background: #f35212;
	color:#fff;
	margin-left: 10px;
}

#send_message{
	width: 100%;
	/*text-align: center;*/
	position: relative;
	border:1px dotted #ccc;
	padding: 20px;
	padding-bottom: 50px;
	/*padding-right: 20%;*/
}

#send_message>label{
	/*width: 200px;*/
	vertical-align: top;
        margin: 0px;
        padding: 0px;
}

#send_message>input,
#send_message>textarea{
	width: 50%;
	min-width: 200px;
}

#send_message input[type='submit']{
	/*width: 100px;*/
	margin-top: 10px;
	display: block;
	/*position: absolute;*/
	right: 22%;
}

/*
*
*			about
*
*/





/*
*			footer
*
*/
#footer{
	background: #333;
	padding-top: 10px;
}

#footer *{
	color:#ccc;
	font-size: 9pt;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.padding-clear{
    padding: 0px;
}
.margin-clear{
    margin: 0px;
}
.margin-3{
    margin: 3px;
}
.padding-top-10{
    padding-top: 10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left
{
    color: red;
}

/*.carousel-control.right
{
    background-image: linear-gradient(to right, transparent 0%, #FF0505 100%)
}

.carousel-control.left
{
    background-image: linear-gradient(to left, transparent 0%, #FF0505 100%)
}*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}