@font-face {
	font-family: 'BosisStdLight';
	src: url('../fonts/bosisstd-light.eot');
	src: url('../fonts/bosisstd-light.eot') format('embedded-opentype'),  url('../fonts/bosisstd-light.woff') format('woff'),  url('../fonts/bosisstd-light.ttf') format('truetype'),  url('../fonts/bosisstd-light.svg#BosisStdLight') format('svg');
}
@font-face {
	font-family: 'TrajanProRegular';
	src: url('../fonts/trajanpro-regular.eot');
	src: url('../fonts/trajanpro-regular.eot') format('embedded-opentype'),  url('../fonts/trajanpro-regular.woff') format('woff'),  url('../fonts/trajanpro-regular.ttf') format('truetype'),  url('../fonts/trajanpro-regular.svg#TrajanProRegular') format('svg');
}
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src: url('../fonts/Pe-icon-7-stroke.eot?-2irksn');
	src: url('../fonts/Pe-icon-7-stroke.eot?#iefix-2irksn') format('embedded-opentype'),  url('../fonts/Pe-icon-7-stroke.woff?-2irksn') format('woff'),  url('../fonts/Pe-icon-7-stroke.ttf?-2irksn') format('truetype'),  url('../fonts/Pe-icon-7-stroke.svg?-2irksn#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}
/************************ animation ***********************/
.d-1 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.p-1 {
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.p-2 {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
.p-3 {
	-webkit-animation-duration: 2.5s;
	-moz-animation-duration: 2.5s;
	-o-animation-duration: 2.5s;
	animation-duration: 2.5s;
}
.p-4 {
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}
/*********************************************************/

*, *:before, *:after {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	top: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	width: 100%;
	height: 100%;
	color: #000;
}
body {
	background-color: #000;
	line-height: 1;
	font-family: "BosisStdLight", Helvetica, Arial, sans-serif;
}
a {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover, a:focus {
	text-decoration: none;
	color: rgba(195, 197, 198, 0.87);
}

::moz-selection {
 color: #fff;
 text-shadow: none;
 background: #2B2E31;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}
section {
	height: 100%;
	position: relative;
}
.footer {
	padding: 11px 20px 10px;
	background-color: rgba(255,255,255,0.2);
	position: fixed;
	right: 5%;
	bottom: 0;
	z-index: 997;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
}
.footer-inverse {
	background-color: rgba(0,0,0,0.2);
}
/*.overlay{background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.30));
    z-index: 10;
    height: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}*/

.overlay {
	background-image: url('../images/overlay.png');
	z-index: 10;
	height: 100%;
	top: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: inherit;
	margin: auto;
}
.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
}
.modal-content {
	width: inherit;
	height: inherit;
	margin: auto;
}
#footer-nav a {
	color: #fff;
	font-size: 0.9em;
	display: inline-block;
	padding: 5px;
	margin-right: 12px;
	text-decoration: none;
}
#footer-nav a.shop-link {
	margin-right: 5px;
	padding: 5px 0;
	font-size: 14px;
	position: relative;
	top: 0;
}
#footer-nav a.shop-link.gold {
	color: #caae5c;
}
#footer-nav a.social-link {
	padding: 0;
	position: relative;
	top: 4px;
}
.ajax_loader {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 40px;
	padding: 10px;
	margin-top: -27px;
	margin-left: -30px;
}
.shop-link span {
	font-size: 1.4em;
}
.social-icon {
	display: block;
	width: 18px;
	height: 18px;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.social-icon.fb {
	background-image: url(../images/socicon_facebook.svg);
}
.social-icon.ins {
	background-image: url(../images/socicon_instagram.svg);
}
.social-icon.twitter {
	background-image: url(../images/socicon_twitter.svg);
}
.social-icon.ytb {
	background-image: url(../images/socicon_youtube.svg);
}
.google-map {
	display: block;
	position: relative;
	height: calc(100% - 170px);
	top: 91px;
	margin: auto;
}
.google-marker {
	cursor: pointer;
}
/*.google-marker img{float: left; width: 50%; margin-right: 10px;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;}*/
/*.google-marker img:hover{-moz-transform: scale(1.03); -webkit-transform: scale(1.03);transform: scale(1.03);}*/
.google-view {
	position: fixed;
	width: 30%;
	left: 70%;
	top: 91px;
	height: calc(100% - 170px);
}
.google-view img.picto {
	max-width: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.google-view .matiere {
	margin-top: 5px;
	color: #fff;
	font-family: "TrajanProRegular", "Times New Roman", Times, serif;
	font-size: 18px;
}
.google-view h4 {
	color: #fff;
	font-family: "BosisStdLight", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.google-view h4.title {
	font-size: 18px;
}
.google-view .headline {
	border-bottom: #585858 1px solid;
	margin-bottom: 15px;
}
.navbar-default {
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}

.navbar-default.large{
	display:block;
}

.navbar-default.small{
	display:none;
}


@media (max-width: 767px) {
	
	.navbar-default.large{
		display:none;
	}
	
	.navbar-default.small{
		display:block!important;
	}

}

.navbar-fixed-top {
	top: 50%;
	left: 40px;
	right: 40px;
	margin-top: -45px;
}
.navbar-default .navbar-brand .logo {
	height: 60px;
}
.navbar-default .navbar-brand {
	height: 100%;
	color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #ffffff;
}
.navbar-default .navbar-text {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	font-family: "TrajanProRegular", "Times New Roman", Times, serif;
	font-weight: 400;
	/*color: rgba(255, 255, 255, 1);*/
	color: #fff;
	font-size: 1.1em;
	padding: 35px 8px 25px;
}
.navbar-default .navbar-nav:hover > li > a, .navbar-default .navbar-nav:focus > li > a {
	color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	/*color: rgba(255, 255, 255, 1);*/
	color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(0,0,0,0);
	margin-top: -20px;
}
.navbar-default .navbar-nav > .dropdown:hover > .dropdown-menu >li {
/*display: inline-block;*/
    /*padding: 3px;*/
}
.navbar-default .navbar-nav > .dropdown:hover > .dropdown-menu >li > a {
	padding: 5px 20px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: rgba(0,0,0,0);
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
	background-color: rgba(0,0,0,0);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: rgba(0,0,0,0);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	display: block;
	width: 35px;
	height: 2px;
	border-radius: 1px;
	margin-top: 6px;
	background-color: #ffffff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #ffffff;
}
.navbar-default .navbar-link {
	color: #ffffff;
}
.navbar-default .navbar-link:hover {
	color: #ffffff;
}
.navbar-default-inverse {
	color: #000 !important;
}
.navbar-default-inverse .navbar-brand {
	color: #000 !important;
}
.navbar-default-inverse .navbar-brand:hover, .navbar-default-inverse .navbar-brand:focus {
	color: #000 !important;
}
.navbar-default-inverse .navbar-text {
	color: #000 !important;
}
.navbar-default-inverse .navbar-nav > li > a {
	color: #000 !important;
}
.navbar-default-inverse .navbar-nav > li > .dropdown-menu > li > a {
	color: #000 !important;
}
.navbar-default-inverse .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default-inverse .navbar-nav > li > .dropdown-menu > li > a:focus {
	color: #000 !important;
}
.navbar-default-inverse .navbar-nav > .active > a, .navbar-default-inverse .navbar-nav > .active > a:hover, .navbar-default-inverse .navbar-nav > .active > a:focus {
	color: #000 !important;
}
.navbar-default-inverse .navbar-nav > .open > a, .navbar-default-inverse .navbar-nav > .open > a:hover, .navbar-default-inverse .navbar-nav > .open > a:focus {
	color: #000 !important;
}
.navbar-default-inverse .navbar-link {
	color: #000 !important;
}
.navbar-default-inverse .navbar-link:hover {
	color: #000 !important;
}
.modal-header, .modal-footer {
	font-family: "BosisStdLight", Helvetica, Arial, sans-serif;
	border: none;
}
.modal-title {
	font-family: "TrajanProRegular", "Times New Roman", Times, serif;
	font-weight: 600;
	padding-bottom: 15px;
}
.modal-content {
	border-radius: 0;
	background: rgba(255,255,255,0.9);
}

.btn-lg, .btn-lg:hover, .btn-lg:active, .btn-lg:focus{
	border-radius: 0;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	border-radius: 0;
	background-color: #000;
	border-color: #000;
}
.btn-primary:active:focus {
	background-color: #2d2d2d;
}
.control-label, .form-control {
	font-family: "BosisStdLight", Helvetica, Arial, sans-serif;
}
legend {
	font-family: "TrajanProRegular", "Times New Roman", Times, serif;
	font-weight: 400;
	padding-bottom: 10px;
}
.form-back-transparent {
	margin-bottom: 0;
	padding: 40px 15px 30px;
	background: rgba(255,255,255,0.5);
}
.form-control {
	color: #181818;
	border-radius: 0;
	outline: none;
}
.form-control:focus {
	border-color: #000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
}
/* contact */
#contact_form legend {
	color: #fff
}
#contact_form address {
	color: #fff
}
/**************** smartphone ***************************/
.desktop .no-responsive {
	display: none;
}
.desktop .vertical-alignment-helper.vertical-contact {
	padding-top: 91px;
	padding-bottom: 50px;
}

/*********************************************************/

@media (max-width: 767px) {
.carousel-navbar {
	top: 60px !important;
}
.navbar-fixed-top {
	top: 0;
	left: 0;
	right: 0;
}
.navbar-default {
	/*left: 0;
        right: 0;*/
	background-color: rgba(0,0,0,0.5);
	border-color: rgba(0,0,0,0.5);
}
.navbar-default .navbar-brand .logo {
	height: 40px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
	padding: 10px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: transparent;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.navbar-default .navbar-brand {
	display: none;
}
}
.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.carousel-indicators {
	left: 0; /*z-index: 30;*/
	width: auto;
	padding-left: 0;
	margin-left: 20px;
	margin-bottom: 0;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	border-radius: 3px;
}
.carousel-indicators li, .carousel-indicators li.active, .carousel-indicators li + li, .carousel-indicators li + li.active {
	width: auto;
	height: 8px;
	border-radius: 3px;
	padding-left: 50px;
}
.carousel-indicators li:before {
	content: ' ';
	display: inline-block;
	height: 1px;
	color: #fff;
	width: 40px;
}
.carousel-indicators.black li {
	border-color: #000!important;
}
.carousel-indicators.black li.active {
	background-color: #000!important;
}
.carousel-full .carousel-control {
	z-index: 30;
	width: auto;
	padding: 30px 10px;
	top: 50%;
	bottom: inherit;
	margin-top: -30px;
	font-size: 25px;
	color: #fff;
	text-align: center;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition: opacity .4s ease-in;
	-moz-transition: opacity .4s ease-in;
	-ms-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;/*-webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;*/
}
.carousel-fade .carousel-inner .active {
	left: 0;
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	left: 0;
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next,  .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,  .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,  .carousel-fade .carousel-inner > .item.prev.right,  .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.carousel-navbar {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 100;
}
.carousel-navbar .owl-carousel {
	padding: 5px 40px;
	background-color: rgba(255, 255, 255, 0.5);
}
.carousel-navbar .owl-carousel:hover {
/*background: rgba(0, 0, 0, 0.5)*/
}
.carousel-navbar .owl-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 5px;
	bottom: 5px;
}
.carousel-navbar .owl-prev, .carousel-navbar .owl-next {
	position: absolute;
	height: 100%;
	width: 40px;
	margin: auto;
}
.carousel-navbar .owl-prev:hover, .carousel-navbar .owl-next:hover {
	background-color: rgba(255,255,255,0.3);
}
.carousel-navbar .owl-next {
	right: 0;
}
.carousel-navbar .owl-prev span, .carousel-navbar .owl-next span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	color: #fff;
}
.carousel-navbar .owl-next span {
	right: 10px;
}
.carousel-navbar .owl-prev span {
	left: 10px;
}
.carousel-navbar .item .title {
	position: absolute;
	color: #fff;
	z-index: 2;
	bottom: 0;
	left: 25px;
	font-family: "BosisStdLight", Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.4);
}
.carousel-navbar .owl-stage-outer {
	z-index: 200;
}
.carousel-full .carousel-control.left, .carousel-full .carousel-control.right {
	background: rgba(128,128,128,0.3);
	text-shadow: none;
}
.carousel-caption {
	right: inherit;
	left: 0;
	padding-bottom: 10px;
	margin-left: 25px;
}
.carousel-caption.black {
	color: #000;
	text-shadow: none;
}
h1.title + h1.title {
	margin-top: 0;
}
.fill {
	position: fixed;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*.fill{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-position: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}*/
.carousel-fade .fill {
	background-position: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.gbvid, video#bgvid {
	position: fixed;
	top: 50%;
	left: 50%;
	/*min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;*/
	height:75%;
	width: 75%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

video#bgvidhome {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.intro, .intro-first {
	position: absolute;
	z-index: 30;
	top: 40%;/*width: 40%;
    left: 0;*/
}
.intro-first {
	display: none;
}
.intro .link {
	margin-top: 10px;
	display: block;
}
.intro-first h1, .intro h1, .link {
	font-family: "TrajanProRegular", "Times New Roman", Times, serif;
}
.intro p, .intro a {
	font-size: 16px;
	line-height: 22px;
}

.modal-content.welcome {
	border: 1px solid rgba(255,255,255,0.9);
	background: rgba(0,0,0,0.8);
}
.modal-content.welcome .close{
	color: #eee;
	opacity: 1;
}
.modal-content.welcome .btn-lg {
	margin: 15px 15%;
	background: rgba(255,255,255,0);
	color: #EEEEEE;
}

.modal-content.welcome .btn-lg:hover {
	background: rgba(255,255,255,0.4);
}

.news {
	position: absolute;
	top: 100px;
	z-index: 50;
	overflow: hidden;
	height: auto;
	padding-bottom: 40px;
}
.news a {
	color: #fff;
}
.news .thumbnail {
	padding: 0;
	background: linear-gradient(to top, rgba(0,0,0, 0.4), rgba(255,255,255, 0));
	border: none;
}
.news .thumbnail .caption {
	color: #fff;
	font-family: "TrajanProRegular", "Times New Roman", Times, serif;
}
.news .thumbnail .caption .resume {
	font-family: "BosisStdLight", Helvetica, Arial, sans-serif;
	font-size: 15px;
}
.news .thumbnail a>img, .news .thumbnail>img {
	border-radius: 4px 4px 0 0;
	width: 100%;
	margin: 0;
}
.masonry-container {  margin: 15px auto;  }
.masonry-container .item{width: 40%; margin:10px; cursor: pointer;}
@media (max-width: 480px) {
.carousel-indicators {
	bottom: 55px;
}
.carousel-caption {
	bottom: 65px;
}
}

@media (max-width: 767px) {
.carousel-navbar .owl-carousel {
	background: rgba(0,0,0,0.5);
}
.carousel-full .carousel-control {
	padding: 20px 8px;
	margin-top: -30px;
	font-size: 15px;
}
.carousel-indicators li,  .carousel-indicators li.active,  .carousel-indicators li + li,  .carousel-indicators li + li.active {
	padding-left: 30px;
}
.carousel-caption {
	padding-bottom: 0;
}
/*.intro {
        top: 20%;
        width: 75%;
        left: 10%;
    }*/
.intro h1 {
	font-size: 25px;
}
.intro p, .intro a {
	font-size: 14px;
	line-height: 20px;
}
}
