/*

My Custom CSS
=============

*/

/* -- FONT LIST --

font-family: 'Montserrat', sans-serif;
400
700

font-family: 'EB Garamond', serif;
400
500
600
700


*/


/* --------------------------------------
   Layout
   -------------------------------------- */

html,
body {
	height: 100%;
}


body {
font-family: 'Montserrat', sans-serif;
	font-size: 18px;
    font-weight: 400;
	line-height: 24px;
	background: #000;
	padding: 0px;
}

p {
	margin-bottom: 24px;
}

strong {
        font-weight: 700;
}

#pageMain {
    background: none;
}

#homeHeader {
	background: url(../images/backgrounds/header-bg.jpg) top center no-repeat;
    background-size: cover;
    color: #FFF;
	text-align: center;
	align-items: center;
    padding: 20px;
}



#about {
	background: url(../images/backgrounds/bg-02.jpg) fixed;
	background-size: cover;
	padding: 50px 5px 40px 5px;
	color: #000;

}


#stockists {
	background: url("../images/backgrounds/bg-process.jpg") fixed;
	background-size: cover;
    padding: 50px 5px 40px 5px;
	color: #000;
}

#stockists2 {
	background: url("../images/backgrounds/bg-process.jpg") fixed;
	background-size: cover;
    padding: 50px 5px 40px 5px;
	color: #000;
}

#process {
	background: url("../images/backgrounds/bg-process.jpg") fixed;
	background-size: cover;
	padding: 50px 5px 40px 5px;
	color: #000;
}

#reviews {
	background: #FFF url(../images/backgrounds/bg-03.jpg) fixed;
	background-size: cover;
    padding: 50px 5px 40px 5px;
	color: #000;
}


#projectiles {
	background: url(../images/backgrounds/bg-03.jpg) fixed;
	background-size: cover;
	padding: 50px 5px 40px 5px;
	color: #000;
}







.box {
    margin: 0px 20px 20px 20px;
	padding: 30px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1) ;
    
}

.boxBlack {
    margin: 0px 5px 5px 5px;
	padding: 20px;
    background: rgba(0,0,0,0.50);
	border-radius: 10px;
}

.boxBlack h1 {
    margin: 0px 0px 15px 0px;
	color: #ffffff;
	font-style: italic;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.60);
}

.shadow {
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1) ;
}

footer {
	background: url(../images/backgrounds/header-bg.jpg) top center no-repeat;
    background-size: cover;
	color: #eee;
	font-size: 11px;
	padding: 40px;
}





#bigImage1 {
	height: 500px;
}

.galleryrow {
	margin-bottom: 30px;
}

.entry-panel {
	padding: 30px;
}

.pdf-icon {
	margin: 8px;
}

.tmb-gallery {
    margin: 0 0 30px 0;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1) ;

}

.tmb-gallery:hover {
    opacity: 0.7;
}

.tmb-gallery-2 {
    margin: 0;
}

.tmb-gallery-2:hover {
    opacity: 0.7;
}


.img-link:hover {
    opacity: 0.7;
}



.extra-margin-top {
	margin-top: 20px;
}

.extra-margin-bottom {
	margin-bottom: 20px;
}

.docPDF {
    background: url(../images/pdficon_small.png) top left no-repeat;
    padding-left: 26px;
	padding-bottom: 15px;
}

.docWORD {
    background: url(../images/word-icon-sm.png) top left no-repeat;
    padding-left: 26px;
	padding-bottom: 15px;
}

.phoneNumber {
	color: #FFF;
	font-size: 24px;
	padding: 0px;
	margin: 78px 0px 0px 0px;
}


/* --------------------------------------
   Typography
   -------------------------------------- */



h1 {
font-family: 'EB Garamond', serif;
	font-weight: 500;
	font-size: 50px;
	color: #000;
	text-transform: none;
	margin-bottom: 50px;
	line-height: 50px;
	letter-spacing: 6px;
}

h2 {
font-family: 'EB Garamond', serif;
	font-weight: 500;
	font-size: 30px;
	color: #000;
	margin: 0 0 40px 0;
	line-height: normal;
    	letter-spacing: 6px;

}

h3 {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	text-transform: none;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h4 {
    color: #000000;
}


.bullet-detail {
    background: #FFF;
    padding-top: 10px;   
    padding-bottom: 20px;
    margin-bottom: 10px;
}


/* -------------------- TXT ------------------------- */




/*	--------------------------------------
	Footer
	-------------------------------------- */
	
#main-footer {
	background: url(../images/backgrounds/header-bg.jpg) bottom center no-repeat;
    background-size: cover;
	color: #FFF;
	padding: 20px 0 40px 0;
	font-size: 12px;
}

#main-footer h1 {
	font-size: 24px;
	font-weight: 100;    
    margin: 0px 0px 20px 0px;
	color: #FFF;	
}

#main-footer h2 {
	font-size: 22px;
	font-weight: 100;    
    margin: 0px 0px 20px 0px;
	color: #FFF;	
}

#main-footer h3 {
	font-size: 30px;
    line-height: 50px;
    margin: 0px 0px 20px 0px;
	color: #FFF;
    text-transform: none;
}

#main-footer h4 {
	font-size: 24px;
    margin: 0px 0px 30px 0px;
	color: #FFF;	
}

#main-footer h6 {
	font-size: 16px;    
	color: #CCC;	
}

#main-footer a {
	color: #000;
}

#main-footer a:hover {
	color: #FFF;
	text-decoration:none;
}



.ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

ul.social-buttons {
    margin-bottom: 30px;
}

ul.social-buttons li a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    font-size: 24px;
    line-height: 46px;
    outline: 0;
    color: #fff;
    background-color: #333;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #e1e1e1;
	color: #000;
}

.footerCopyright {
	margin: 20px 0px 20px 0px;
    text-transform: none;
}


.btn-default {
    font-size: 14px;
	color: #CCC;
	border-radius: 0;
	margin-top: 10px;
	padding: 4px 8px;
	border-color: #CCC;
}

.btn-default:active, .btn-default:hover {
    background-color: #fff;
    color: #000;
	border: 1px solid #000;
}



/* --------------------------------------
   Global Styles
   -------------------------------------- */

a {
	color:#5A3104;
}

a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #000000;
	text-decoration: none;
}


.featuredImg { 
	padding-bottom: 40px;
}

.btn-margin {
	margin: 5px 0;
}

hr {
	border: 0;
	height: 1px;
    background: #333;
	margin: 30px 0px 10px 0px;
}

ul {
	padding-left: 17px;
	line-height: 22px;
	margin: 0px;
	list-style-image: url(../images/bullet.png);
}

li {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.no-padding {
    padding: 0;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #EDECEF;
 }
 

.bgGrey {
	background: #f1f1f1;
	padding: 10px;
	margin-bottom: 20px;
}

.bgGreyDark {
	background: #CBCBCB;
	padding: 10px;
	margin-bottom: 20px;
}

.bgWhite {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 20px;
}

.bgGrey h3 {
	margin: 10px 0px;
}


.bgGrey2 {
	background: #f1f1f1;
	padding: 20px;
	margin-bottom: 10px;
}

.bgGrey3 {
	background: #f1f1f1;
	padding: 10px 10px 6px 10px;
	margin-bottom: 20px;
}

.bgGrey3 p {
	margin-bottom: 10px;
}

.bgWhite {
	background: #FFFFFF;
	padding: 10px;
}


/* --------------------------------------
   Quicklinks
   -------------------------------------- */

#quicklinks {
	background: rgba(255,255,255,1.00);
}


.quicklinks-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.quicklinks-box .quicklinks-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 1;
    background: rgba(0,0,0,0.00);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-shadow: rgba(0,0,0,0.70) 2px 2px 15px;
	letter-spacing: 1px;
}

.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .quicklinks-category,
.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-name {
    padding: 0 15px;
	font-family:'ITC Avant Garde Gothic W01';
	letter-spacing: 10px;
}

.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
	margin-bottom: 10px;
}

.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-name {
    font-size: 22px;
	font-weight: 300;
}

.quicklinks-box:hover .quicklinks-box-caption {
    opacity: 1;
    background: rgba(0,0,0,0.60);


}

@media(min-width:768px) {
    .quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-category {
        font-size: 16px;
    }

    .quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-name {
        font-size: 22px;
    }
}

@media(max-width:480px) {
    .quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-category {
        font-size: 16px;
    }

    .quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-name {
        font-size: 16px;
		letter-spacing: 6px;

    }
}


/* --------------------------------------
   Portfolio
   -------------------------------------- */

#portfolio {
	background: rgba(255,255,255,1.00);
}


.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0,0,0,0.70);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family:'Museo Sans W01';
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
	font-weight: 300;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}


/* --------------------------------------
   Profile
   -------------------------------------- */

#profile .profile-item {
    right: 0;
    margin: 0 0 15px;
}

#profile .profile-item .profile-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 340px;
	border: #000 solid 1px;

}

#profile .profile-item .profile-link .profile-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.70);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#profile .profile-item .profile-link .profile-hover:hover {
    opacity: 1;
}

#profile .profile-item .profile-link .profile-hover .profile-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#profile .profile-item .profile-link .profile-hover .profile-hover-content i {
    margin-top: -12px;
}


#profile .profile-item .profile-link .profile-hover .profile-hover-content h3,
#profile .profile-item .profile-link .profile-hover .profile-hover-content h4 {
    margin: 0;
}

#profile .profile-item .profile-caption {
    margin: 0 auto;
    padding: 18px;
    max-width: 300px;
    text-align: center;
    background-color: none;
}

#profile .profile-item .profile-caption h4 {
    margin: 0;
    text-transform: none;
	color: #333;
}

#profile .profile-item .profile-caption p {
    margin: 0;
	font-family:'Avenir Next W01';
    font-size: 16px;
}

#profile * {
    z-index: 2;
}

@media(min-width:767px) {
    #profile .profile-item {
        margin: 0 0 30px;
    }
}

/* --------------------------------------
   Portfolio Modal
   -------------------------------------- */

.portfolio-modal #modalcarouselholder {
	margin-bottom: 20px;
}

.modal {
    z-index: 9999;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color: rgba(0,0,0,.8);
}

.portfolio-modal .modal-body {
	background-color: #fff;
	padding: 0px;
}

.portfolio-modal .modal-details {
	background-color: #fff;
	padding: 10px 30px 30px 30px;
}

.portfolio-modal .modal-content h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 2px;
}

.portfolio-modal .modal-content h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
	font-weight: 300;
	text-align: center;
}

.portfolio-modal .modal-content p {
    font-family:'Museo Sans W01';
    font-weight: 300;    
    font-size: 16px;    
    margin-bottom: 20px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family:'Museo Sans W01';
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 0px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 3px;
    height: 40px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 40px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


/*-- CARD --*/

.card {
  border: 0;
    border-radius: 8px;
    background: #fff;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
box-shadow: 0px 4px 8px rgba(0,0,0,0.1) ;

}

.card-body {
    border-radius: 0px;
    padding: 0px 0px 20px 0px;

}

.card-title {
  font-size: 24px;
  text-transform: none;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {


h1 {
	font-size: 40px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 28px;
}

h4 {
	font-size: 18px;
}

    
#homeQuote h1 {
    font-size: 22px;
    line-height: 30px;
}

#homeQuote h2 {
	color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}    

#main-footer h1 {
	font-size: 20px;
}
    

#main-footer h2 {
	font-size: 18px;
}    
    
#main-footer h4 {
	font-size: 20px;
}    
    

.feature-gap h1 {
	font-size: 34px;
	margin: 0 0 10px 0;
}

.carousel h1 {
	font-size: 40px;
	line-height: 40px;
	margin-top: 0px;
}

.box {
    margin: 0px 0px 15px 0px;
	padding: 10px;
    background: #FFFFFF;
}


.boxBlack {
    margin: 0px 0px 10px 0px;
	padding: 4px;
    background: rgba(0,0,0,0.50);
	border-radius: 10px;
}	

.jarallax {
    display: none;
}


}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
#myCarousel .item {
	height: 300px;
}

.downloadPanel {
	padding: 6px;
	width: 100%;
}

.downloadPanelMedia {
	padding: 10px;
	width: 100%;
}

.jarallax {
    display: none;
}

	
}

/* Large desktop */
@media (min-width: 1200px) {
	
}

/* ZOOM EFFECTS [1] The container */
.img-hover-zoom {
  height: 480; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .3s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.08);
}

.img-hover-zoom-sm {
  height: 350; 
  overflow: hidden; 
}

.img-hover-zoom-sm img {
  transition: transform .3s ease;
}

.img-hover-zoom-sm:hover img {
  transform: scale(1.08);
}
