body {
	font-family: 'Avenir Next LT Pro';
	margin-bottom:60px;
}
html {
	min-height: 100%;
	position: relative;
}
#mainpageBody {
	margin-bottom:0px;
	
}
#productBody {
	height:calc(100% - 60px);
	
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
footer.footer.mainpage {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background: none !important;
  z-index:1;
}
.footer-text {
	font-size:12px;
	color:#f2f7ff;
	float:left;
}
.footer-text:last-child {
	float:right;
	color:#ffffff;
}

@media (max-width: 575px) { 
footer.footer.mainpage {
	height:65px;
}
.product-gallery .swiper-container {
    max-height: 300px!important;
	min-height: auto!important;
}
.footer-text {
	font-size:10px;
	display:block;
	height:20px;
	float:none;
	text-align:center;
}
.footer-text:last-child {
	float:none;
	display:block;
}
}

footer.footer.subpage .footer-text {
	color:#c2e6e5;
}
footer.footer.subpage .footer-text:last-child {
	color:#000000;
}

/* Header */
.cont-fw {
	width:100%;
}
.header-burger {
	position:absolute;
	z-index:2;
	color:#FFFFFF;
	font-size:2em!important;
	margin:14px 0px;
}
.navbar-default {
	min-height:57px;
}
.navbar-default .navbar-brand img {
	max-height:24px;
}
.navbar-default .navbar-brand {
	height:57px;
	padding:16px 0px;
}
.navbar-default.bg-color.black-opaque {
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.5);
	border: none !important;
}
.navbar-default .navbar-brand {
	color:#FFFFFF;
}
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-toggle {
    z-index: 1;
}
.navbar-social  {
	float:right;
	position:relative;
	z-index: 2;
	margin:18px 0px;
}
.navbar-social a, span  {
	text-decoration:none;
	color:#ffffff;
}
.navbar-social a:after  {
	content:'';
	margin-right:5px;
}

/* Sliders */

.swiper-container.container{
	padding: 0px;
}
.swiper-container.loading{
	opacity: 0;
	transition: .2s ease-in-out;
}
.swiper-container.loaded {
	transition: .2s ease-in-out;
}

.swiper-slide .overlay{
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 100%;
	position: relative;
}
.auto-height .swiper-slide .overlay{
	padding-top: 60px;
	padding-bottom: 60px;
}
.swiper-slide .container{
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	-webkit-align-items: center;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
	height: auto;
}
.swiper-slide .copy-container,
.swiper-slide .image-container{
	width: 100%;
	position: relative;
	color:#ffffff;
}
.swiper-slide .section-title{
	margin-bottom: 0;
}
.slide:not(.single-slide) .swiper-slide{
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
h1.heading {
	margin-top:0px !important;
	margin-bottom:0px !important;
}
.section-title p {
	margin: 0 0 0px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:50px !important;
}
.swiper-slide .container{
		max-width: 100%;
		margin: auto;
		padding: 0 20px;
	}
.jumbo .container {
	margin-bottom:350px;
}
@media (max-width: 575px) { 
.jumbo .container {
	margin-bottom:150px;
}
}


#gorbonslider-1{
background-color: #444;
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
    background-image: url(../images/slider/slider1.jpg);
}
#gorbonslider-2{
background-color: #444;
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
    background-image: url(../images/slider/slider2.jpg);
}
#gorbonslider-3{
background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/slider/slider3.png);
}
#gorbonslider-4{
background-color: #444;
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
    background-image: url(../images/slider/slider4.jpg);
}
#gorbonslider{
	background-color: #444;
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
}

.video video {
  margin-left: calc((100vw - (100vh * 1.7))/2);
  margin-right: calc((100vw - (100vh * 1.7))/2);
  min-height: 100vh;
  min-width: 100vw;
}

@media (min-aspect-ratio: 16/9) {
  .video video {
    margin-left: 0;
  }
}

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}


.swiper-slide {
  overflow: hidden;
}

/* Subpage */
.maincontent.subpage{
	margin-top:130px;
}
.maincontent.subpage h3 {
	color:#c2e6e5;
	margin-bottom:25px;
	font-weight: bold;
}
.maincontent.subpage span {
	color:#c2e6e5;
}

.maincontent.subpage .row {
 -moz-column-width: 20em;
 -webkit-column-width: 20em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
  
}


/* Contact */

.subpage.contact p {
	font-size:14px;
}

.form-control::-webkit-input-placeholder { color: #C1E6E6; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #C1E6E6; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #C1E6E6; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #C1E6E6; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #C1E6E6; }  /* Microsoft Edge */

input[type=input], input[type=email], input[type=number] {
	border:1px solid #C1E6E6;
	padding:10px;
	color: #C1E6E6;
	font-weight: 500;
	font-style: normal;
}
textarea[name=message] {
	border:1px solid #C1E6E6;
	padding:10px;
	color: #C1E6E6;
	height:100px;
	font-weight: 500;
	font-style: normal;
	resize:none;
}
.btn-gorbon,button[type=submit] {
	padding:0px;
	background:none;
	color:#C1E6E6;
	font-weight: 500;
	font-style: normal;
}
.btn-gorbon,button[type=submit]:hover {
	font-style:italic;
}
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
	margin-bottom:20px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.contact-newsletter input[type=input] {
	border-radius:0px !important;
	box-shadow:none;
	border-left:1px solid white;
	border-right:1px solid white;
	border-top:1px solid white;
	border-bottom:2px solid #C1E6E6;

	
}

/* About Gorbon */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.aboutgorbon,.col-md-6,.col-md-12 {
	margin:0px;
	padding:0px;
}

.container.aboutgorbon,.col-md-6 p {
	font-weight: 500;
	font-size:12px;
}
.container.aboutgorbon .col-md-6 h4  {
	color:#c2e6e5;
}
.container.aboutgorbon .col-md-6 h3  {
	color:#c2e6e5;
}
.container.aboutgorbon .col-md-6 span  {
	color:#c2e6e5;
}

/*.img1 {
	 background-image: url(../images/aboutgorbon/1.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:550px;
}*/
.img2 {
	 background-image: url(../images/aboutgorbon/2.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:375px;
}
.img3 {
	 background-image: url(../images/aboutgorbon/3.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:475px;
}
.img4 {
	 background-image: url(../images/aboutgorbon/eskiafis1.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:475px;
}
.img5 {
	 background-image: url(../images/aboutgorbon/eskiafis2.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:475px;
}
.img6 {
	 background-image: url(../images/aboutgorbon/eskiafis3.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:475px;
}
.img7 {
	 background-image: url(../images/aboutgorbon/eskiafis4.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:475px;
}
.img8 {
	 background-image: url(../images/aboutgorbon/oldfactory.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:475px;
}
.img9 {
	 background-image: url(../images/aboutgorbon/craftsmanship.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:225px;
}
.img10 {
	 background-image: url(../images/aboutgorbon/4.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:550px;
}
.img11 {
	 background-image: url(../images/aboutgorbon/5.jpg);
	 background-position:center;
	 background-size:cover;
	 min-height:550px;
}

/**/
.container.aboutgorbon,.row {
	margin-left:0px;
	margin-right:0px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}

/* Menu*/
.menuOverlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 2;
    bottom: -57px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.4);
    overflow-y: hidden;
    transition: 0.8s;
	padding-top:57px;

}
.overlay-item {
	float:left;
	width:50%;
	height:43%;
	padding-left:100px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	padding-top:20px;
	padding-right: 50px;
}
.overlay-item:nth-child(1) {
	border-left:none;
	height:40%;
}
.overlay-item:nth-child(2) {
	border-right:none;
}
.overlay-item:nth-child(3) {
	border-left:none;
	border-bottom:none;
	height:53%;
	position:relative;
	margin-top: -1.7em;
}
.overlay-item:nth-child(4) {
	border-right:none;
	height:30%;

}
.overlay-item:nth-child(5) {
	border-right:none;
	height:20%;
}
.overlay-item:nth-child(5) a {
	padding-top:15%;
}
.overlay-item:hover:nth-child(1), .overlay-item:active:nth-child(1) {
	background-image: url(../images/menu_aboutgorbon.jpg);
	background-position:center;
	background-size:cover;
}
.overlay-item:hover:nth-child(2) {
	background-image: url(../images/menu_worksbg.jpg);
}
.overlay-item:hover:nth-child(3) {
	background-image: url(../images/menu_productlinebg.jpg);
	background-position:center;
	background-size:cover;
}
.overlay-item:hover:nth-child(4) {
	background-image: url(../images/menu_newsletterbg.jpg);
}
.overlay-item:hover:nth-child(5) {
	background-image: url(../images/menu_contactbg.jpg);
	background-position: center center;
}
.overlay-item a {
	letter-spacing:5px;
	font-weight:bold;
	font-style:italic;
	color:#c2e6e5;
	font-size:1.5em;
	text-decoration:none;

}
.overlay-submenu {
	display:none;
}
.overlay-submenu a {
	letter-spacing:normal;
	font-style:normal;
	float:left;
	font-size:1em;
	padding-top:10px;
	font-weight:normal;
	margin-right:10px;
}
.overlay-item:hover:nth-child(1) #menu1{
    display:block !important;
}
.overlay-item:hover:nth-child(3) #menu3{
    display:block !important;
}


.overlay-submenu a:hover {
	border-bottom:1px solid #c2e6e5;
}
body.menu-open {
    overflow-y: hidden;
}

@media (max-width: 575px) { 
.overlay-item {
	padding-left:10px;
}
.overlay-item a {
	font-size:1em;
}
}

/* Bespoke */
.cont-bespoke,.col-md-3 {
	padding-left:3px;
	padding-right:3px;
	padding-bottom:7px;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}
.bespoke-img-text {
	margin: 0 auto;
	top:50%;
    position: absolute;
	color:#FFFFFF;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size:1.5em;
	text-transform: uppercase;
    text-shadow: 1px 1px #000000;
	
}
.cont-bespoke img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(90%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	transition: all 200ms linear;
}

.cont-bespoke img:hover {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
	transition: all 200ms linear;
}
.cont-bespoke,.col-md-3:nth-child(4n+1) {
	padding-left:0px;
}
.cont-bespoke,.col-md-3:nth-child(4n) {
	padding-right:0px;
}
.cont-bespoke,.col-xs-6:nth-child(2n) {
	padding-right:0px;
}

.bespoke-item {
	max-height:250px;
	overflow:hidden;
}

/* Bespoke popup */
.textrow {
	width:40%;
	float:left;
    padding-left: 10px;
}
.textrow h3 {
    margin: 0;
    border-bottom: 3px solid black;
    padding-bottom: 5px;
	font-style: italic;
}
.textrow p {
	font-weight: 500;
    font-size: 13px;
}
.textrow span {
	color:#000000;
}
.imagerow {
	width:60%;
	float:left;
}
.imagerow .swiper-container {
	max-height: 350px;
}
.imagerow .swiper-slide img {
	width:100%;
}
.closebtn {
    position: absolute;
    top: 5;
    right: 5;
	z-index: 9999;
}
@media (max-width: 600px) {
	.textrow {
		width:100%;
	}
	.imagerow {
		width:100%;
		margin-bottom:10px;
	}
}

/* Product Line */
.halfrow {
	width:50%;
	float:left;
}
@media (max-width: 575px) { 
.halfrow {
	width:100%;
	float:left;
}
}
.product-preview {
	height:35%;
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
    background-image: url(../images/products/preview/blank.jpg);
}
.product-list {
	
}
.producttitle {
	padding: 10px 10px 10px 25px;
}
.producttitle h2 {
	margin:10px;
	letter-spacing:0.1em;
	text-shadow: 2px 2px #ECECFB;
}
.productdetail {
	min-height:300px;
	border-bottom:1px solid #e3e3e3;
}
.productgalarea {
	background-color:black;
	min-height:300px;
}
.productgalarea:before {
	content:'werwerw';
	color:red;
	width:130px;
	height:100%;
	background-color:red;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	position:absolute;
}
.btn-galleryopen:hover {
    color: #fff;
    background-color: #d12e2e;
    border-color: #287068;
	-webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.btn-galleryopen {
    color: #fff;
    background-color: #ae2d2d;
    border-color: #287068;
    padding: 12px 22px;
    border-bottom-right-radius: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-right: -0.1em;
	-webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.product-colorrow {
	background: rgb(103,112,111);
	background: -moz-linear-gradient(90deg, rgba(103,112,111,1) 0%, rgba(55,62,61,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(103,112,111,1) 0%, rgba(55,62,61,1) 100%);
	background: linear-gradient(90deg, rgba(103,112,111,1) 0%, rgba(55,62,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#67706f",endColorstr="#373e3d",GradientType=1);
}
.product-box {
	border:1px solid #f0f0f0;
	border-radius:0.4em;
	box-shadow: 0 5px 15px rgb(0 0 0 / 7%);
}
.product-img {
	border: 1px solid white;
    border-bottom-right-radius: 50px;
	margin-bottom:10px;
}
.product-img img {
	border-bottom-right-radius: 50px;

}
.product-desc p{
	color:#ffffff;
	font-weight:500;
}
.product-title {
	padding:10px 0px;
	background-color:#b6d7d7;
	border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
}
.product-title h4 {
	font-size:1.2em;
	letter-spacing:0.05em;
	padding-right:-0.05em;
}
.productimage img {
	border-radius:50%;
	width:250px;
	height:250px;
	border:1px solid #C1E6E6;
}
.productdescription {
	float:left;
	padding: 5px 135px 5px 35px;
}
.product-preview .title_backdrop {
	position:absolute;
	bottom:0;
}
.product-preview .title_backdrop h2{
	font-size:4em!important;
	color:#ffffff;
}
.product-preview .title {
	position:relative;
	z-index:2;
}
.product-gallery .swiper-container {
    max-width: 800px;
    max-height: 500px;
	min-height: 500px;
}
.product_projectname {
	position: absolute;
    top: 0px;
    color: black;
    text-align: center;
    width: 100%;
    background: rgba(255,255,255,0.9);
    padding: 10px 0px;
}
.f-products {
	position:relative;
}
.collection-logo img {
	margin:0 auto;
}
.collection-icon img {
	margin:0 auto;
	max-width:185px;
}
.collection-logo {
    margin: 10px 0px 35px;
}
.collection-logo h2 {
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
}
.collection-catalogue span {
	color:#c2e6e5;
	font-weight: bold;
	font-style: normal;
	font-size:1.6em;
}
.collection-catalogue a:link {
	color:#c2e6e5;
	font-weight: bold;
	font-style: normal;
	font-size:1.6em;
}
.collection-catalogue a:hover {
	text-decoration:none;
	font-style:italic;
}
.collection-catalogue a:visited {
	color:#c2e6e5;
	text-decoration:none;
	font-style:italic;
}
/* Product Preview */
.product-detail {
	position:absolute;
	z-index:2;
	min-height:58%;
	height:auto;
	width:100%;
	background-image:url(../images/togglemenu_bgr.png);
	display:none;
	padding-top:60px;
	padding-bottom:60px;
	
}
.pr-dt-text {
	padding-top:120px;
	
}
.pr-dt-text h3 {
	font-style:italic;
	color:#c2e6e5;
}
.pr-dt-text span {
	display:block;
	font-weight: 500;
	font-style: italic;
	font-size:18px;
}
.pr-img-thumb img {
	float:left;
	padding-right:10px;
	margin-top:15px;
}
@media (max-width: 575px) { 
.pr-dt-text {
	text-align:center;
	padding-top:20px !important;
	
}
.pr-dt-text span {
	font-size:14px;
}
}
/* News */
.newsblock {
	border-left:1px solid #000000;
}
.newsblock:last-child {
	border-right:1px solid #000000;
}
.newsDetail {
	width:100%;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
}
.newsDetail p {
	font-weight: 500;
	font-style: normal;
	font-size:12px;
}
p.newsdetail {
	margin-bottom:15px;
}
@media only screen and (max-width : 992px) {
.newsblock:nth-child(3) {
	border-right:1px solid #000000;
}

}

@media only screen and (min-width : 992px) {
.masonry-grid {
	top:100px;
}

}


@media only screen and (max-width : 768px) {
.newsblock {
	border-right:1px solid #000000;
}
.newsDetail {
	text-align:center;
}
.newsDetail img {
	margin:0 auto;
}

.bespoke-img-text {
	font-size:1.2em!important;
}
.bespoke-item {
    max-height: 128px!important;
}
}

/* Product Catalogue CTA */
.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
	background-image: url('../images/ctabg.jpg');
	
}

    .bs-calltoaction > .row{
        display:table;
        width: calc(100% + 0px);
		
    }
     
        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:table-cell;
            vertical-align:middle;
        }

            .cta-contents{
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .cta-title{
                    margin: 0 auto 15px;
                    padding: 0;
                }

            .cta-button{
                padding-top: 10px;
                padding-bottom: 10px;
            }

@media (max-width: 991px){
    .bs-calltoaction > .row{
        display:block;
        width: auto;
    }

        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:block;
            vertical-align:middle;
            position: relative;
        }

        .cta-contents{
            text-align: center;
        }
}



.bs-calltoaction.bs-calltoaction-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn{
    border-color:#fff;
}
.cta-title h1{
	color:#ffffff;
	font-size:1.6em;
}
.cta-title .gorbonlogo {
	max-height:30px;
	float:left;
	margin-right:10px;
}