@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
    font-family: myriad-pro, sans-serif;font-size: 1em;
    line-height: 1.42857143;
    color: #999999;
    background-color: #fff;
}

p {
padding-left:10px;	
	padding-right:10px;	
	font-family: myriad-pro, sans-serif;}
.center{
text-align:center;	
	
	
}
h4{
	margin-top:10px; margin-bottom:10px;
	font-family: myriad-pro, sans-serif;}
.ital{
	font-style: italic;
	
}
#header{
z-index:9999;		
width:100%;	
	position:fixed;
}
.header-logo{
	
	width:335px;
	margin: 0 auto;
	
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    color: #888888;
}

#page-container {
  
   width: 100%;
   
    padding-top: 110px;
    background: #fff;
    z-index:0;
 
}
#contents {
    display:none;
     width: 98%;
    background: #fff;
    padding-top:0px; 
    margin-top:0px; 
    z-index:9; 
    overfloy:hidden;
    margin: 0 auto;
    
    
}
.content-container {
   max-width: 96%;

    background: #fff;
    margin: 0 auto;
}
#home-slides {
    position: relative;
    top: 0px;
    width: 100%;
	margin-top:10px; 
	border: none;
}

#contact{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    padding-top:50px;
    
}
.home-content-block{
    max-width:1250px;
    margin:0 auto;
     text-align:justify;
    padding-top:40px;
}
.home-half-block{
    display: inline-block;
    width:47%;
    text-align:justify;
    
}

.button1{
    max-width:550px;
    padding:10px;
border: 1px solid;
   font-size:22px; 
cursor: pointer;
    color:#888888;
}

.button1:hover{
    
background-color: #ffa2ef;
    color:#000000;
}
.button1 a{
    
color:#000000;
}

.button1 a:hover{
    
color:#000000;
}

.vndr{
display:inline-block;
    width:49.5%;
    text-align:center;

}

.vndr img{
max-width:350px;
    height:auto;
}
@media (min-width: 320px) and (max-width: 750px) {
    
   .vndr{
display:inline-block;
    width:100%;
    text-align:center;

} 
    #vid-overlay{
        display:none;
        z-index:0;
        
    }
.home-half-block{
   
    width:100%;
    
}
}
.home-title{
    font-size:24px;
   
    margin:0 auto;
}
/*Text Formatting */
.just{
    text-align:justify;
}
/* -------------------------------------------------- */
	/*	FS Video
	/* -------------------------------------------------- */

video#bgvid { 

    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 99999;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/intro.jpg) no-repeat;
    background-size: cover; 
}

video#bgvid {
    transition: 1s opacity;
}
.stopfade { 
	
	display:none;
}

#content {
    position: relative;
    padding-top: 50px;
}


.content-block{
	display:inline-block;
	max-width:39%;
}
.item-desc{
	width:45%;
	float:right; padding-top:40px; display:inline-block;
}


#quote {
    max-width: 800px;
    margin: auto;
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
    font-style: italic;
}

h1 a {
    color: #000000;
}

.small-print{
	font-size:12px;
	
}


.ig-link {
    font-size: 20px;
    margin: auto;
    max-width: 500px;
    text-align: center;
    padding-top: 10px;
}
.ig-link a {
    color: #999999;
    trxt-decoration: none;
}
.ig-link a:hover {
    color: #000000;
    trxt-decoration: none;
}
/* -------------------------------------------------- */
	/*	Instagram Feed
	/* -------------------------------------------------- */

#ig-container {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
	 border: 1px solid black;
}
.instagram-photo {
    display: inline-block;
    width: 4.99% !important;
    height: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    position: relative;
}
.ig-caption {
    position: relative;
    font-size: 12px;
    top: -10px;
    font-family: 'Roboto', sans-serif;
}
.instagram-photo img {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
}
.instagram-photo .instagram-hover-cover {
    background: none;
    position: absolute;
    top: -3px;
}





@media (min-width: 320px) and (max-width: 750px) {
    
    
    .instagram-photo {
    display: inline-block;
    width: 9.98% !important;
    height: auto!important;
    margin-left: 0px;
    margin-bottom: 0px;
    position: relative;
}
}
.item-desc{
	width:100%;
	float:none; padding-top:0px; padding-left:25px; display:inline-block;
}

.titles {
    text-align: left;
    padding-right: 10px;
}
.titles h1 {
    font-family: myriad-pro, sans-serif;font-size: 1.6em;
    font-weight: 400;
}
.titles h2 {
    font-family: myriad-pro, sans-serif;font-size: 1.3em;
    font-weight: 400;
}
.titles .ital {
    font-style: italic;
}
.titles .ind {
    margin-left: 100px;
}
.portfolio-title {
    
    font-family: myriad-pro, sans-serif;font-size: 26px;
    font-weight: 400;
    color: #999;
    margin: auto;
    max-width: 100%;
    text-align: center;
}
#services {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin-bottom: 20px;
}
#testimonials {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin-bottom: 20px;
}
#footer {
    position: relative;
    background-color: #fff;
    color: #111;
    font-size: 10px;
    text-align: center;
    bottom: 0px;
    width: 100%;
	height:200px;
	padding-top:50px;
}
#footer span {
}
.img-border {
    border: 1px solid;
    border-color: #111;
}
/*MENU*/
.navbar-default {
    background:#fff;
    border:none;
	height:100px;
}
.navbar-default .navbar-nav > li > a{
	font-size: 20px;
	color:#999999;
	background-color: #fff;
	z-index:9999;
	
}
.container-fluid{
	height:100px;
	
}
.nav navbar-nav{
	margin-top:0px;

	 border-color: #ffffff;
    height:100px;
}

.navbar-header{
	width:100%;
height:70px;		
	
}
#nav-menu{
	padding-top:20px;
	width:405px;
	margin: 0 auto;
    padding-left:30px;
}
.navbar-logo{
	width:248px;
	margin: 0 auto;
	padding-top:5px;
}
#topFixedNavbar1{
	max-width: 405px;
	margin: 0 auto;
  
}
.navbar-brand {
    
    height: 50px;
	width:100%;
padding-top:20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
	margin: 0 auto;
	
}
.nav > li {
    position: relative;
    display: block;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
	background:#ffffff;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 5px;
    color: #999999;
   
    font-size: 16px;
    font-weight: 400;
	background:#ffffff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    padding-left:10px;
    padding-right:10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
.navbar-right > li > a {
    position: relative;
    display: block;
    padding: 10px 5px;
    float: left;
}
.dropdown-menu {
    background: #fff;
}
.dropdown-menu li {
    font-size: 16px;
    text-align: left;
    list-style: none;
    background: #fff;
}
@media (max-width: 768px) {
	#nav-menu{
	
	width:100%;
	margin: 0 auto;
}
}

.navbar-toggle {
    position: absolute;
    
    padding: 3px 3px;
    margin-top: 8px;
    top:65px;
    left:50%;

    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    z-index:9999999;
}


@media (max-width: 1280px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/*MASONRY GRID*/
/* ---- grid ---- */
.grid {
    background: none;
    padding-top: 0px;
    width:100%;
}
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer, .grid-item {
    width: 25%;
    padding: 5px 5px 5px 5px;
}
.grid-item p {
    text-align: justify;
}
.grid {
    opacity: 0;
}
.grid-sizer-4, .grid-item-4 {
    width: 25%;
    padding: 0px;
    padding-bottom: 0px;
}
.grid-item-4 a {
    cursor: zoom-in;
}
.grid-sizer-portfolio, .grid-item-portfolio {
    width: 16.66%;
    padding: 5px;
}
.grid-item-portfolio a {
    cursor: zoom-in;
}
.grid-title {
    max-width: 75%;
    text-align: left;
}
.grid-mask {
    position: absolute;
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    padding-top: 0%;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99;
}
.grid-mask span {
    position:absolute;
    width:100%;
    top: 25%;
    left:0px;
    text-align:center;
     font-size: 26px;
    font-weight: 400;
    color: #666666;
}
.grid-mask span p {

    width:100%;
  padding-left:20px;
    padding-right:20px;
    text-align:center;
     font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.grid-ttl {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-align: left;

}
.grid-mask:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9;
    cursor: pointer;
}


@media (min-width: 180px) and (max-width: 1280px) {
    
   .grid-sizer, .grid-item {
    width: 33.3%;
    top: 50px;
} 
}


@media (min-width: 180px) and (max-width: 1000px) {
/* Styles */
.page-container {
    max-width: 1280px;
    margin-top: 100px;
    background: #fff;
    margin: 0 auto;
    
    
}
/* 5 columns for larger screens */
	
.grid-mask span {
    position:absolute;
    width:100%;
    top: 10%;
    left:0px;
    text-align:center;
     font-size: 24px;
    font-weight: 400;
    color: #666666;
}	
.grid-sizer-4, .grid-item-4 {
    width: 33.3%;
}
.grid-sizer, .grid-item {
    width: 50%;
    top: 50px;
}
.grid-sizer-portfolio, .grid-item-portfolio {
    width: 33.3%;
    padding: 0px;
}
}
.grid-item {
    float: left;
}
.grid-item img {
    display: block;
    max-width: 100%;
}
.grid-item-portfolio img {
    display: block;
    max-width: 100%;
}

.grid-item-portfolio img {
    -webkit-filter: brightness(90%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: brightness(90%);
    -moz-transition: .5s ease-in-out;
    -o-filter: brightness(90%);
    -o-transition: .5s ease-in-out;
    opacity: .95;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.grid-item-portfolio img:hover {
    -webkit-filter: brightness(105%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: brightness(105%);
    -moz-transition: .5s ease-in-out;
    -o-filter: brightness(105%);
    -o-transition: .5s ease-in-out;
    opacity: 1;
}

/* ---- Page Elements ---- */

#home-slides {
    position: relative;
    top: 0px;
    width: 100%;
    background: none;
}

#home-left {
    width: 49.5%;
    height: 100%;
    float: left;
    z-index: 9999;
    cursor: pointer;
}
#home-right {
    width: 49.5%;
    height: 100%;
    float: right;
    z-index: 9999;
    cursor: pointer;
}

.float-left {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.fancybox-title iframe {
    min-height: 30px;
    vertical-align: middle;
}
.portfolio-desc{
    
   max-width:700px;
    margin: 0 auto;
    text-align:center;
    
}

.portfolio-title {
    margin-top:40px;
}

/* ---- Shopping Cart ---- */

#view_cart{
	
	position: fixed;
	top:5px;
	right:5px;
	z-index:999999;
	
}


.view-cart {
  background:none!important;
     color:inherit;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
    font-size:14px;
     cursor: pointer;
	text-decoration:none!important;
	margin-top:10px;
	margin-left:5px;
}

.view-cart:hover {
  background:none!important;
     color:inherit;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
    font-size:14px;
     cursor: pointer;
	text-decoration:none!important;
}

.add-cart {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(to bottom, #ffffff, #d1d1d1);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  padding: 3px 7px 3px 7px;
  text-decoration: none;
}

.add-cart:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  text-decoration: none;
}
@keyframes pop-in {
0% {
opacity: 0;
transform: scale(0.1);
}
60% {
opacity: 1;
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes pop-in {
0% {
opacity: 0;
-webkit-transform: scale(0.1);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes pop-in {
0% {
opacity: 0;
-moz-transform: scale(0.1);
}
60% {
opacity: 1;
-moz-transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
}
}
.minicart-showing #PPMiniCart {
	display: block;
	z-index: 99999;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	animation: pop-in 0.25s;
	-webkit-animation: pop-in 0.25s;
	-moz-animation: pop-in 0.25s;
}
#PPMiniCart {
	display: none;
	position: fixed;
	left: 50%;
	top: 75px;
}
#PPMiniCart form {
	position: relative;
	width: 400px;
	max-height: 400px;
	margin-left: -200px;
	padding: 10px 10px 40px;
	background: #fbfbfb;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	font: 15px/normal arial, helvetica;
	color: #333;
}
#PPMiniCart form.minicart-empty {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#PPMiniCart ul {
	clear: both;
	float: left;
	width: 380px;
	margin: 5px 0 20px;
	padding: 10px;
	list-style-type: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#PPMiniCart .minicart-empty ul {
	display: none;
}
#PPMiniCart .minicart-closer {
	float: right;
	margin: -12px -10px 0;
	padding: 10px;
	background: 0;
	border: 0;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}
#PPMiniCart .minicart-item {
	clear: left;
	padding: 6px 0;
	min-height: 25px;
}
#PPMiniCart .minicart-item + .minicart-item {
	border-top: 1px solid #f2f2f2;
}
#PPMiniCart .minicart-item a {
	color: #333;
	text-decoration: none;
}
#PPMiniCart .minicart-details-name {
	float: left;
	width: 62%;
}
#PPMiniCart .minicart-details-quantity {
	float: left;
	width: 15%;
}
#PPMiniCart .minicart-details-remove {
	float: left;
	width: 7%;
}
#PPMiniCart .minicart-details-price {
	float: left;
	width: 16%;
	text-align: right;
}
#PPMiniCart .minicart-attributes {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #999;
	font-size: 12px;
	line-height: 22px;
}
#PPMiniCart .minicart-attributes li {
	display: inline;
}
#PPMiniCart .minicart-attributes li:after {
	content: ",";
}
#PPMiniCart .minicart-attributes li:last-child:after {
	content: "";
}
#PPMiniCart .minicart-quantity {
	width: 30px;
	height: 18px;
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	font-size: 13px;
	text-align: right;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
}
#PPMiniCart .minicart-quantity:hover {
	border-color: #0078C1;
}
#PPMiniCart .minicart-quantity:focus {
	border-color: #0078C1;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 120, 193, 0.4);
}
#PPMiniCart .minicart-remove {
	width: 18px;
	height: 19px;
	margin: 2px 0 0;
	padding: 0;
	background: #b7b7b7;
	border: 1px solid #a3a3a3;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	opacity: 0.70;
	cursor: pointer;
}
#PPMiniCart .minicart-remove:hover {
	opacity: 1;
}
#PPMiniCart .minicart-footer {
	clear: left;
}
#PPMiniCart .minicart-subtotal {
	position: absolute;
	bottom: 17px;
	padding-left: 6px;
	left: 10px;
	font-size: 16px;
	font-weight: bold;
}
#PPMiniCart .minicart-submit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	min-width: 153px;
	height: 33px;
	margin-right: 6px;
	padding: 0 9px;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	text-shadow: 1px 1px 1px #fff6e9;
	cursor: pointer;
	background: #ffaa00;
	background: #fff;
}
#PPMiniCart .minicart-submit img {
	vertical-align: middle;
	padding: 4px 0 0 2px;
}



/* ---- Fancybox ---- */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: auto;
  overflow-y: scroll;
  background: rgba(255, 255, 255, .97);
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #000;
}
#fancybox-buttons ul {
  background: none;
  border: none;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border: none;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border: none;
  width: 35px
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border: none;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

		
		
