/* -- =============================== -- */
/* -- ======== Artemis & Fabs======== -- */
/* -- ============ (^_^) ============ -- */
/* -- =============================== -- */

/* ---==========================--- */
/* ---------- Navigation ---------- */
/* ---==========================--- */
#piNav{
	border-bottom:1px solid #aeaeae;
	border-radius:0;
	margin:-25px -15px 0 -15px;
}

.piMargin{margin:0 -15px 0 -15px;}

.pvsNavActive{
	border-bottom:3px solid #cc0000 !important;
	font-family:'OpticSans Medium' !important;
}

#piNav section{
	width:100%;
	margin:0 auto;
}

#piNav .divider{
	padding:0 !important;
}

#piNav .navbar-toggle{
	border:0;
	padding:15px 0 0 0;
}

#piNav .navbar-toggle:hover,
#piNav .navbar-toggle:focus{
	background-color:#222;
}

#piNav .navbar-toggle:hover .fa-navicon{color:#ee1b22;}		
#piNav .navbar-brand{
	background:none;
	color:#000 !important;
	width:auto;
	font-size:1.5em;
	margin-top:0;
}

#piNav .navbar-brand a{
	font-size:.8em; /* originally 1em */
	font-family:OpticSans Medium;
}

.piNavBrand{color:#cc0000; font-size:.8em;}	

#piNav .navbar-brand a:hover{
	color:#cc0000;
	text-decoration:none;
}

#piNav .navbar-nav li{
	padding:0 5px;
}			

#piNav .navbar-nav li > a{
	font-size:1em;
	color:#000 !important;
	border-bottom:3px solid #fff;
	transition:.3s ease-in-out;
}

#piNav .piNavCat h4 {font-size: 1em;}

#piNav .navbar-nav li > a:hover{
	font-family:'OpticSans Medium' !important;
	border-bottom:3px solid #cc0000 !important;
}

#piNavActive{
	font-family:'OpticSans Medium' !important;
	border-bottom:3px solid #cc0000 !important;
}

#piNav nav{
	background-color:#fff;
}

#piNav .nav{
	float:right;
}

/*#piNav .nav a{
	color:#000 !important;
	border-bottom:3px solid #fff;
	transition:.3s ease-in-out;
}	*/

#piNav .navbar{
	border-radius:0;
	border:0;
	margin:0;
	padding:15px 0 10px;
}

#piNav .collapse{
	/* width:60%; */
	float:right;
}	

#piNav .dropdown-toggle:focus{
	background-color:#fff;
	border-bottom:3px solid #cc0000;
	font-family:'OpticSans Medium';
}

#piNav .dropdown-large{
	position:static;
}

#piNav .dropdown-large .dropdown-menu{
	width:100%; 
	padding:10px 0;
}

.piNavCat,
.piNavMedia{margin:0 auto; width:80%;}

.piNavCat > div{float:left; width:12.5%; padding:10px;}

.piNavCat > div:hover a,
.piNavMedia > div:hover a{text-decoration:none; color:#000;}

.piNavCat > div h4 span,
.piNavMedia > div h4 span{
	border-bottom:3px solid #fff; 
	transition:.3s ease-in-out;
	font-family:'OpticSans Medium';
}

.piNavCat > div:hover h4 > span,
.piNavMedia > div:hover h4 > span{border-bottom:3px solid #cc0000;}

.piNavCat > div > a > img{background-color:#eceeed;}

.piNavMedia > div{float:left; width: calc(100%/6); padding:10px;}


/* ---==========================--- */
/* ---------- 0_General ---------- */
/* ---==========================--- */
.pvsDisplayNone{
	display:none !important;
}

.pvs70Width{
	width:70%; 
	margin:0 auto;
	overflow:auto;
}

.pvs60Width{
	width:60%;
	margin:0 auto;
	overflow:auto;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.piMargin .container{padding:0;}
.pvsLead-t{display:none !important;}



.pvsDisclaimer p{
	font-size:.8em !important;
	line-height:20px !important;
}

.piMargin .container #carousel-example-generic .carousel-control.left,
.piMargin .container #carousel-example-generic .carousel-control.right{
	z-index:1;
	color:#fff;
}

.pvsDisclaimer a{
	color:#cc0000;
	font-size:1em;
}

#pvsMainBanners .col-sm-6{padding:0;}

.pvsBor3TopBotLeft{
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	border-right:1.5px solid #fff;
}

.pvsBor3TopBotRight{
	border-top:3px solid #fff;
	border-left:1.5px solid #fff;
	border-bottom:3px solid #fff;
	border-right:3px solid #fff;
}

.pvsBor3TopBotRight .col-xs-6{
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
}

#piMainProds{
	width:70%;
	margin:0 auto;		
	padding:50px 0;
}

#piMainProds .col-sm-4{padding:5px;}

#piMainProds .col-sm-4 > div{
	background-color:#f7f7f7;
	border:1px solid #aeaeae;
	min-height:500px;
	padding:15px;
}

#piMainProds button{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	background:#ee1b22;
	color:#fff;
	border:1px solid #ee1b22;
}

.piMainHeader{
	text-align:center;
	font-size:2em;
	padding-bottom:50px;
}

.pvsGreyBkg{
	background-color:#eceeed; 
	border-bottom:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
	overflow:auto;
}

/* ----- Background Colors ----- */
.pvsWhtBttn{
	border:1px solid #cc0000;
	color:#cc0000;
	transition:.3s ease-in-out;
	background:transparent;
	padding:5px 15px;
}

a:hover .pvsWhtBttn{
	background:#cc0000;
	color:#fff;
}

.pvsInfraRedBttn{
	background:#800020;
	transition:.3s ease-in-out;
	border:1px solid #800020;
	color:#fff;
	padding:5px 15px;
}

.pvsInfraRedBttn:hover{
	background:#cc0000;
	border:1px solid #cc0000;
}

.pvsRedBttn{
	border:1px solid #cc0000;
	color:#fff;
	background:#cc0000;
	transition:.3s ease-in-out;
	padding:5px 15px;
	margin:5px;
}

.pvsRedBttn:hover{
	background:#ee0000;
	border:1px solid #ee0000;
}

/* ----- Flex ----- */	
@media screen and (min-width: 991px) {	
	.pvsFlex{
		display:flex;
		align-items:center;
		justify-content:center;
	}
}

/* ---==========================--- */
/* ---------- 1_Products ---------- */
/* ---==========================--- */
.pvsProdCat{margin:0 -15px 0 -15px;}

.pvsProdCat .nav-pills{
	width:60%;
	margin:0 auto;
	text-align:center;
}

.pvsProdCat .nav-pills-7{
	width:1300px !important;
	margin:0 auto;
	text-align:center;
	overflow:auto;
}
		
.pvsProdCat .nav-pills-8, 
.pvsProdCat .nav-pills-9 {
	width:1300px !important;
	margin:0 auto;
	text-align:center;
	overflow:auto;
}

.pvsProdCat .tab-pane > div{
	width:45%;
	margin:0 auto;
	text-align:center;
	padding:30px 0 50px 0;
	overflow:auto;
}

.pvsProdCat .tab-pane a{text-decoration:none;}
.pvsProdVidHeader{display:none;}

/* ----- Product Category Tabs ----- */
.pvsProdCat .containerMobile{display:none;}

.pvsProdCat .container{padding:0;}
.pvsProdCat .container .nav-pills li{border-bottom:4px solid #eceeed; width:20%;}	
.pvsProdCat .container .nav-pills-7 li{width:12.5%;}
.pvsProdCat .container .nav-pills-8 li{width:12.5%;}
.pvsProdCat .container .nav-pills-9 li{width:11%;}
.pvsProdCat .container .nav-pills li a{color:#000; font-size:12px;}
.pvsProdCat .container .nav-pills li a img{max-width:140px;}

.pvsProdCat .nav-pills li a,
.pvsProdCat .nav-pills li a:hover,
.pvsProdCat .nav-pills li a:focus{
	background-color:#eceeed;
	color:#000;
}

.pvsProdCat .container .nav-pills li:hover,
.pvsProdCat .container .nav-pills .active{
	border-bottom:4px solid #cc0000;
}

.pvsProdCallout{
	width:70% !important; 
	margin:0 auto !important; 
	padding:0 0 50px 0 !important;
	overflow:auto !important;
}

/* ----- Product Category Videos Lead-in ----- */
.pvsProdVideos{
	background:#000; 
	color:#fff;
	margin:0 -15px 0 -15px;
}

.pvsProdVideos .container{width:80%; margin:0 auto;}
.pvsProdVideos .nav-pills .active img{border:1px solid #cc0000;}

/* -- Video Descriptions -- */
.pvsVideoHead{font-size:18px; font-family:'OpticSans Medium';}
.pvsVideoSub{font-size:14px; font-family:'OpticSans Book';}

/* -- Video Tabs (Right) -- */
.pvsProdVideos .nav-pills li a,
.pvsProdVideos .nav-pills li a:hover,
.pvsProdVideos .nav-pills li a:focus{
	background-color:#000;
	color:#fff;
}

.pvsProdVideos .container img{border:1px solid #aeaeae;}
.pvsProdVideos .nav-pills li a:hover img{border:1px solid #cc0000;}

/* -- ================================== -- */
/* -- ========== 3_Promotions ========== -- */
/* -- ================================== -- */	
#pvsPromotions h2{text-align:center;}

#pvsPromotions > .row > .col-md-4 > div {
	border:1px solid #aeaeae;
	border-radius:5px;
	background:#f7f7f7;
	padding:10px;
	overflow:auto;
	margin-bottom:30px;
	height:200px;
}

.pvsZoomIcon{overflow:auto; position:absolute; bottom:40px; right:24px;}
.pvsZoomIcon i{font-size:1.2em !important;}

#pvsPromotions > .row > .col-md-4 > div:hover,
#pvsPromotions > .row > .col-md-4 > div:focus{
	cursor:pointer;
	background:#e7e7e7;
}

#pvsPromotions p{
	font-size:.8em !important;
	line-height:20px;
}
	
#pvsPromotionsModals .modal-dialog{width:1000px !important;}
#pvsPromotionsModals .modal-body{padding:0 15px 15px 15px;}

#pvsPromotionsModals .modal-footer ol{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#pvsPromotionsModals .modal-footer ol li{
	font-size:.8em !important;
	line-height:20px;
}

.pvsPromosTableHead{
	background:#800020;
	color:#fff;
}
		
#pvsPromotions .container {
	overflow: hidden;
}

#pvsPromotions .filterDiv {
	/* float: left;
	background-color: #2196F3;
	color: #ffffff;
	width: 100px;
	line-height: 100px;
	text-align: center;
	margin: 2px; */
	display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
#pvsPromotions .show {
	display: block;
}

/* Add a light grey background on mouse-over */
#pvsPromotions .pvsPromoFilterBtn:hover {
  background-color: #800020;
  border:1px solid #800020;
  color:#fff;
}

/* Add a dark background to the active button */
#pvsPromotions .pvsPromoFilterBtn.active {
  background-color: #800020;
  color: white;
  border:1px solid #800020;
}

.pvsPromoFilterBtn{
	padding:5px 15px;
	transition:.3s ease-in-out;
	border:1px solid #aeaeae;
	width:16%;
}

#pvsPromotions #myBtnContainer{text-align:center;}

/* -- ================================== -- */
/* -- ========== 4_Download ============ -- */
/* -- ================================== -- */
.pvsDownloadLogo .col-sm-4,
.pvsDownloadLogo .col-sm-6{
	text-align:center;
	min-height:200px;
	margin-bottom:20px;
}

.pvsDownloadLogo .col-sm-4 div,
.pvsDownloadLogo .col-sm-6 div{
	border:1px solid #aeaeae;
	padding:40px;
}

@media screen and (min-width:769px){
	.pvsDownloadLogo .col-sm-4,
	.pvsDownloadLogo .col-sm-6{
		align-items:center;
		justify-content:center;
	}
}

.pvsDownloadLogo h2{text-align:center;}	

.pvsDownloadLogo .col-sm-4 > div,
.pvsDownloadLogo .col-sm-6 > div{transition: box-shadow.3s;}		

.pvsDownloadLogo .col-sm-4 > div:hover,
.pvsDownloadLogo .col-sm-6 > div:hover{box-shadow:0 0 22px rgba(33, 33, 33, .5);}

.pvsDownloadLogo .col-sm-4 > div > h4,
.pvsDownloadLogo .col-sm-6 > div > h4{padding-top:30px;}

.pvsBlackCanonLogo{background:#000; color:#fff;}
.pvsGreyCanonLogo{background:#221e1f; color:#fff;}

/* -- ========================================= -- */
/* -- ========== 5_Captured On Canon ========== -- */
/* -- ========================================= -- */		
#pvsShotOn{color:#fff; padding:0;}		
#pvsShotOn h4{color:#fff; font-size: calc(18px + (32 - 18) * (100vw - 300px) / (1920 - 300)) !important;}		
#pvsShotOn h5{font-size:.8em;}		
.pvsRecentPosters:hover{cursor:pointer;}

/* --- Padding --- */
.pvsPostersPad50{padding:50px 0;}

.pvsAlignRight{text-align:right;}		
.pvsPostersPad50Bottom{padding-bottom:50px; border-bottom: 1px solid #707070}

/* --- Category Filter --- */
#categoryFilter {
	padding-left:0px;
	text-align: center;
	list-style-type: none;
}	

#categoryFilter li {
	display: inline-block
}

#categoryFilter li a {color: #9C9C9C}

#categoryFilter li a {
	padding: 0px 40px;
	border-right: 1px solid white;
	font-size: calc(12px + (24 - 12) * (100vw - 300px) / (1920 - 300)) !important;
    font-family: "OpticSans Book";
}

#categoryFilter li:last-of-type a {
	border-right: 0px;
}

#categoryFilter li a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#categoryFilter li a.pvsFilterActive {color:#fff}

select#categoryFilter, #categorySearch {
    border-radius: 5px;
    padding: 5px;
    background-color: #222;
    border: 1px solid #222;
    color: #bababa;
}

.pvsHide {display: none;}

.pvsPosterTitle {
	font-size: calc(24px + (50 - 24) * (100vw - 300px) / (1920 - 300)) !important;
	line-height: calc(24px + (60 - 24) * (100vw - 300px) / (1920 - 300)) !important;
	width: 70%;
    margin: 0 auto;
}

.pvsPosterTitle span {
	font-family: "OpticSans Medium";
}
	

.pvsPostersBlkBkg{background-color:#000;}		
.pvsPostersGreyBkg{background-color:#111;}

.pvsPostersBlkBkg,
.pvsPostersGreyBkg{overflow:auto;}

/* --- Carousel --- */
/* override position and transform in 3.3.x */
.carousel-inner .item.left.active {
	transform: translateX(-33%);
  }
  .carousel-inner .item.right.active {
	transform: translateX(33%);
  }
  
  .carousel-inner .item.next {
	transform: translateX(33%)
  }
  .carousel-inner .item.prev {
	transform: translateX(-33%)
  }
  
  .carousel-inner .item.right,
  .carousel-inner .item.left { 
	transform: translateX(0);
  }

  #pvsShotOn .carousel-control.left {background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,.8), rgba(0,0,0,.6), rgba(0,0,0,.3), rgba(0,0,0,.0));}
  #pvsShotOn .carousel-control.right {background-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,.8), rgba(0,0,0,.6), rgba(0,0,0,.3), rgba(0,0,0,.0));}

  #pvsShotOn .glyphicon.glyphicon-chevron-left,
  #pvsShotOn .glyphicon.glyphicon-chevron-right {opacity:0; transition: .5s;}

  #pvsShotOn #myCarousel:hover .glyphicon.glyphicon-chevron-left, 
  #pvsShotOn #myCarousel:hover .glyphicon.glyphicon-chevron-right {
	opacity:1; transition: .5s;
  } 

  #pvsShotOn .carousel-control {
	opacity: 1;
	width: 10%;
	z-index: 1;
} 

/* --- Recenter Posters --- */
.pvsRecentPosters{
	float:left;
	width:calc(100%/6);
	height:auto;
	border:1px solid #000;
}

.pvsRecentPosters img{
	border:1px solid #000;
	transition:.2s ease-in-out;
}

.pvsRecentPosters:hover img,
.pvsPosters > div:hover img{
	border:1px solid #aeaeae;
}

/* --- All Posters --- */
.pvsPosters > div{
	float:left;
	width:16.66%;
	height:auto;
	align-items:center;
	border:1px solid #000;
}

.pvsPosters > div:hover,
#pvsShotOn .carousel-inner .item img {cursor:pointer;}

.pvsPosters > div > img{
	padding: 10px;
	border:1px solid #000;
	transition:.2s ease-in-out;
}

/* --- PopUp Style --- */		
#pvsShotOn .modal-backdrop.in{opacity:.8;}		
#pvsShotOn .modal-dialog{width:1000px; top:100px;}
#pvsShotOn .modal-header{border-bottom:none;}	
#pvsShotOn .modal-body{padding-top: 0px;margin-top: 10px;}	
#pvsShotOn .modal-header .close{color:#fff;}
#pvsShotOn .modal-content{ background-color:#222; color:#f7f7f7;}		
#pvsShotOn table{width:90%;}

.cameralabel, .lenslabel {display: block; calc(14px + (18 - 14) * (100vw - 300px) / (1920 - 300)) !important;}

.cinematographerlabel,
.directorlabel,
.accoladeslabel,
.gearlabel,
.cameralabel,
.lenslabel{
	padding: 0px 0px 10px 0px;
}

.releaseDateDT {
	padding-bottom: 10px;
    display: inline-block;
}


.cinematographerlabel,
.directorlabel,
.accoladeslabel,
.gearlabel {
	font-family: "OpticSans Book";
	color: #F2F2F2;
	font-size: calc(14px + (20 - 14) * (100vw - 300px) / (1920 - 300)) !important;
}

#lensDT span a,
#cameraDT span a {font-size: calc(10px + (12 - 10) * (100vw - 300px) / (1920 - 300)) !important;}


span#cinematogDT,
span#directorDT,
span#accoladesDT {
	font-size: calc(14px + (16 - 14) * (100vw - 300px) / (1920 - 300)) !important;
	padding-bottom: 10px;
    display: inline-block;
}

span#accoladesDT {
	padding-right: 10px;
	padding-left: 15px;
}

span#accoladesDT span {
    display: list-item;
    font-size: calc(10px + (12 - 10) * (100vw - 300px) / (1920 - 300)) !important;

}

span#moveDescDT {
	padding-top: 10px;
    display: inline-block;
}

span#cameraDT,
span#lensDT {display: inline-block;}

span#cameraDT {padding-bottom:5px;}

#pvsShotOn .pvsGear .row .col-xs-12 > span > a{
	font-size:.8em;	
	text-decoration:none !important;
	color:#b3b3b3;
}

#pvsShotOn .pvsGear .row .col-xs-12 > span a:hover{
	color:#fff !important;
}

.pvsTrailer,
.pvsBTS {
	padding: 5px 18px;
	text-transform: none;
}

.pvsTrailer {
	margin-right: 10px;
}

.pvsBack {
	position: absolute;
	top:-10px;
	left: 30px;
	z-index: 10;
}

.pvsBack:hover {
	cursor: pointer;
}

.pvsBTSTitle {
	position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    display: inline-block;
    margin: 0 auto;
    width: 20%;
}

.pvsBack,
.pvsBack .fa,
.pvsBTSTitle {font-size: calc(14px + (20 - 14) * (100vw - 300px) / (1920 - 300)) !important;}



.pvsBTSFrame > div.pvsRespContainer {margin-top: 30px;}
.pvsBTSFrame {text-align: center;}

.pvsGear{text-align:left; color:#b3b3b3;}
.pvsGearNone{
	border-top:0 !important;
	padding:0 0 40px 0 !important;
}

.pvsGearLink {
    border: 1px solid #545454;
    border-radius: 50px;
    padding: 5px 10px;
    transition: .3s ease-in-out;
    float: left;
    font-size: .9em;
    margin: 0 5px 5px 0;
}

.pvsImg {
	width:100%;
}

.pvsMediaInfo .pvsDisclaimer{overflow:auto; margin-top: 20px; font-size:.8em !important; position:absolute; bottom:0;}

#pvsShotOn #pvsModal .pvsBTSInfo {display: none;}

/* Scrollbar */
.pvsPosterDetails {
	height:330px;
	overflow-y: scroll;
}

.pvsPosterDetails {
	height:330px;
	overflow-y: scroll;
}

.pvsPosterDetails::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pvsPosterDetails::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.pvsPosterDetails::-webkit-scrollbar {
    width: 6px;
    outline: 1px solid #000;
}

.pvsPosterDetails {
    scrollbar-width: thin;
    scrollbar-base-color: rgba(0, 0, 0, 0.3);
    scrollbar-face-color: darkgrey;
    scrollbar-3dlight-color: darkgrey;
    scrollbar-highlight-color: darkgrey;
    scrollbar-track-color: rgba(0, 0, 0, 0.3);
    scrollbar-arrow-color: rgba(0, 0, 0, 0.3);
    scrollbar-shadow-color: darkgrey;
    scrollbar-dark-shadow-color: darkgrey;
}

.pvsPosterDetails {
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
}

.pvsPosterDetails {
    scrollbar-color: darkgrey rgba(0, 0, 0, 0.3);
    scrollbar-width: thin;
}    


/* ---=================================--- */
/* --------------- Laptop ---------------- */
/* ---=================================--- */		
@media screen and (max-width: 1580px) {	

	/* ----- Navigation ----- */
	#piNav section{width:100%;}
				
	.pvsProdCat .nav-pills{width:70%;}
	
}

@media screen and (max-width:1500px){
	
	/* ----- Product Category Videos Lead-in ----- */
	.pvsProdVideos .container{width:99%; margin:0 auto;}			
}
	
@media screen and (max-width: 1400px) {		

	/* ----- Navigation ----- */	
	.piNavCat,
	.piNavMedia{width:99%;}
	
	.pvsProdCat .tab-pane > div{
		width:60%;
		padding:50px 0;
	}			
}

@media screen and (max-width: 1300px){
	.pvsVideoSub{display:none;}
	.pvsProdCat .nav-pills{width:80%;}		
	.pvs70Width{width:100%;}		
	.pvs60Width{width:100%;}
}
	
@media screen and (max-width: 1120px) {

	/* ----- Navigation ----- */
	#piNav .navbar-brand{font-size:1em;}
	#piNav .navbar-nav li{padding:0;}		
	#piNav .navbar-nav li > a {font-size:.8em;}
	.pvsVideoHead{font-size:14px}
}		

@media screen and (max-width:1020px){
	#pvsShotOn .modal-dialog{width:100%;}
}

/* ---=================================--- */
/* --------------- Tablet ---------------- */
/* ---=================================--- */
@media screen and (max-width: 990px) {		

	/* ----- Navigation ----- */				
	#piNav .navbar-nav li > a {font-size:.9em;}
	
	/* ----- Home Banners ----- */
	.pvsLead-d{display:none !important;}
	.pvsLead-t{display:inherit !important;}
	
	/* ----- Products ----- */
	/* .pvsProdVideos .nav-pills li{width:50%;} */
	
	.pvsProdCat .tab-pane > div{
		width:70%;
		padding:50px 0;
	}
	
	.pvsProdCallout{width:90% !important;}
	
	/* ----- Captured on Canon ----- */				
	.pvsPosters > div{float:left; width:20%;}	

	.pvsPosters > div{
		float:left;
		width:25%;
		height:auto;
		align-items:center;
		border:1px solid #000;
	}
	
}

@media (max-width:910px) and (min-width:769px){
	#piNav .collapsing {width:100%; padding:0 !important;}
}

@media screen and (max-width:910px){		
	/* ----- Navigation ----- */
	
	/* - kicks in mobile earlier - */
	#piNav .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#piNav .dropdown-menu > li > a {
		display: block;
		clear: both;
		white-space: nowrap;
	}
	
	#piNav .navbar-header {float: none;}
	#piNav .navbar-toggle {display: block;}
	#piNav .navbar-collapse.collapse {display: none !important;}
	#piNav .navbar-nav>li {float: none;}
	#piNav .navbar-collapse.collapse.in {display: block !important;}
	
	/* - - */
	
	#piNav .navbar-brand{
		padding:25px;
		font-family:'OpticSans Medium';
		color:#fff !important;
	}
	
	#piNav .navbar{
		margin-top:0; 
		border-bottom:1px solid #aeaeae;
		padding:0;
		background-color:#222;
		color:#fff;
	}
	
	#piNav .nav{float:initial; margin:0;}					
	#piNav .navbar-header{margin-bottom:10px;}
	
	#piNav .container-fluid{
		padding-right:0;
		padding-left:0;
	}
	
	#piNav .collapse{
		width:100%;
		float:initial;
		margin:0;
		padding:0;
	}
	
	#piNav .collapse ul li{width:100%;}
	
	#piNav .navbar-nav li > a{
		background-color:#ddd;
		border-bottom:1px solid #aeaeae;
		transition:.3s ease-in-out;
	}						
	
	#piNav .navbar-nav li > a:hover{border-bottom:1px solid #aeaeae !important;}
	
	#piNavActive{
		font-family:'OpticSans Medium' !important;
		border-bottom:1px solid #aeaeae !important;
	}
	
	.piNavCat,
	.piNavMedia{margin-top:-3px; width:100%;}
	
	.piNavCat > div,
	.piNavMedia > div{float: inherit; width:100%; padding:0;}
	
	.piNavCat > div img,
	.piNavCat > div br,
	.piNavMedia > div img,
	.piNavMedia > div br{display:none;}
	
	.piNavCat > div h4,
	.piNavMedia > div h4{padding:10px 15px;}
	
	.piNavCat > div h4 span,
	.piNavMedia > div h4 span{
		border-bottom:none; 
		font-family:'OpticSans Book';
	}
	
	.piNavCat > div:hover h4 > span,
	.piNavMedia > div:hover h4 > span{border-bottom:none;}
	
	#piNav .dropdown-large .dropdown-menu{
		background-color:#fff; 
		color:#000;
		padding:0;
	}
	
	#piNav .dropdown-large .dropdown-menu div a{font-size:.9em;}
	#piNav .dropdown-large .dropdown-menu div{border-bottom:1px solid #aeaeae;}
	
	#piNav .caret{
		position:absolute;
		right:0;
		margin-top:5px;
		margin-right:20px;
	}
				
	#piNav .dropdown-toggle:focus{
		background-color:#ddd;
		border-bottom:1px solid #aeaeae;
	}

}

@media screen and (min-width:767px){	
	#pvsShotOn div.modal-body > div.row {
		display: flex;
		align-content: stretch;
	}
	
	.pvsFlexCenter {
		display:flex;
		align-items: center;
	}	
}

/* ---=================================--- */
/* --------------- Mobile ---------------- */
/* ---=================================--- */
@media screen and (max-width: 768px) {

	.piMargin{margin-top:69px;}			
	.piMargin .container .carousel-indicators{bottom:-10px; font-size:.1em;}
	
	/* ---------- Navigation ----------- */
	#piNav .navbar{margin-top:5px;}		
	#piNav .navbar-header{margin:0 0;}
	
	/* ---------- Products ---------- */
	.pvsProdCat .container{display:none;}
	
	.pvsProdCat .containerMobile{
		display:inherit;
		width:100%;
		margin:0 auto;
		text-align:center;
		padding:10px;
	}
	
	.pvsProdCat .containerMobile > div{
		border:5px solid #fff;
		color:#000;
		font-size:.8em;
		padding:0;
	}
	
	.pvsProdCat .containerMobile > div > a > div{
		border:1px solid #aeaeae;
		background:#f7f7f7;
		padding:5px;
	}
	
	.pvsProdVideos{padding-top:85px;}
	.pvsProdVideos .container{padding:0 0 20px 0;}
	.pvsProdVideos .pvsFlex .col-sm-3{display:none;}
	.pvsVideoHead{display:none;}
	
	.pvsProdCat .tab-pane > div{
		width:90%;
		padding:50px 0;
	}
	
	.pvsProdCallout{
		width:100% !important; 
		margin:0 auto !important;
		padding:50px 0 !important;
	}
	
	.pvsProdCallout > div > img{width:100%;}
	
	.pvsProdCallout > div{
		padding:0;
		border:2px solid #fff;
	}	
	
	.pvsProdVidHeader{display:inherit !important;}	
	
	.pvsProdVidHeader h3{
		text-align:center; padding:10px 0 30px 0;
	}
	
			
	/* ----------- Promotions ---------- */
	.pvsPromoFilterBtn{
		width:49%;
		margin-bottom:3px;
	}
			
	/* ----------- Download Logo ---------- */
	#pvsDownloadLogo .row .col-md-4{padding:0;}
	
	/* ---------- Captured on Canon ---------- */
	
	#pvsShotOn{margin-top:65px;}
	#pvsShotOn .pvsPostersBlkBkg h2{text-align:center; font-size:1.5em;}
	.pvsPostersPad50Bottom{padding-bottom:20px;}
	
	#pvsShotOn .modal{padding-right:0 !important;}
	#pvsShotOn .modal-dialog{width:75%; top:0; margin:0 auto;}			
	#pvsShotOn .pvsGear .row .col-xs-6{padding:10px !important; border-top:0;}
	
	.pvsShotBorderBottom{border-bottom:1px solid #545454;}
			
	#pvsShotOn .pvsGear .row .col-xs-12{
		border-top:0;
	}

	.pvsGearNone {
		border-top: 0 !important;
		padding: 0 0 10px 0 !important;
	}
	
	.pvsGear {
		padding: 10px;
	}

	ul#categoryFilter li a {
		padding: 0 20px;
	}

	.pvsPosters {
		width: 70%;
		margin: 0 auto;
	}
	
	.row.pvsPostersPad50 {
		padding: 25px 0px;
	}

	.pvsPosterTitle {
		width: 100%;
		text-align: center;
		padding-bottom:20px;
	}

	.pvsPosters > div{
		float:left;
		width:50%;
		height:auto;
		align-items:center;
		border:1px solid #000;
	}	

	.pvsDisclaimer{position:static;}

	.pvsLfDsk {padding-bottom: 15px;}

	.pvsRtDsk {}
}			

@media screen and (max-width: 640px) {
	.pvsPosters > div{float:left; width:50%;}
	
	.pvsRecentPosters{
		float:left;
		width:33.33%;
	}			

	.pvsPosters {
		width: 80%;
		margin: 0 auto;
	}	
}		

@media screen and (max-width:440px){
	#piNav .navbar-brand span{display:none}
	ul#categoryFilter li a {
		padding: 0 10px;
	}
}

@media screen and (max-width:540px){
	#pvsShotOn .modal-dialog{width:100%; top:0; margin:0 auto;}	
}

@media screen and (max-width: 350px){
	.pvsGear{font-size:.7em;}
	ul#categoryFilter li a {
		padding: 0 5px;
	}


	/* ---------- Captured on Canon ---------- */

	ul#categoryFilter li a {
		padding: 0 10px;
	}
}