/* ======================================================= 
 *
 *   
 *    
 *    ---------------------------------
 *    CONTENTS
 *    ---------------------------------
 *    
 *    (1) GRAPHIC STYLE (Play around in this section)
 *
 *      [1] MAIN STUFF
 *      [2] HEADER
 *      [3] MENU
 *      [4] WELCOME SECTION
 *      [5] CONTENT
 *      [6] FEATURES
 *      [7] FOOTER
 *      [8] TO TOP
 *      [9] RESPONSIVE DESIGN
 *    
 * ======================================================= */



/* ====================================================================== *
      [1] MAIN STUFF
 * ====================================================================== */
	
	html {
    	margin-right: 0;
    	overflow: visible;
		overflow:scroll;
		
	}
	
	body{
		
		color: #424242;
		font-family: minion-pro, times new roman, serif;
		-moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (2560 - 300)));
background-color: #F6F6F6;
font-weight: 300;

	
	height: 100%;
	
		-webkit-transition: margin-top 0.4s ease;
	       -moz-transition: margin-top 0.4s ease;
	         -o-transition: margin-top 0.4s ease;
	            transition: margin-top 0.4s ease;
	}
a,
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
}

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		font-family:  typeka, times new roman, serif;
		font-weight: 400;
	}
.navbar-brand{
	display: inline-block;
	text-align: center;
	align-content: center;
	width: 100%;
	white-space: nowrap;
}
.cta{
	 display: flex;
  justify-content: center;
  align-items: center;
}
.brand-text{
	width:min-content;
	
}
.headerbg{
	background-color: #F6F6F6!important;
}
.navbar-brand a{
	color: #333;
}
	::selection {
	   
	    color: #fff;
		background-color:#777;
	}
input{
	color:#777;
}
input:hover{
	color:#494949;
}

h2{
	font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1600 - 300)));
}
h3{
	font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
}
/* ====================================================================== *
      [2] HEADER
 * ====================================================================== */

	.header{
		position: fixed;
		top:0;
		z-index: 999;
		
		width: 100%;
		
		}
.logolt, 
.logort{
	max-width: 20%;
	max-height: 50px;
	display: block;
}
	
.header-login{
	font-size:.8em;
	text-decoration: none;
	z-index: 999;
}

.header-login button{
	text-decoration: none;
	border-radius:2px;
	padding:5px;
	border:none;
	
}
.header-login button:hover {
  box-shadow: 5px 8px 16px 0 rgba(0,0,0,0.06), 5px 17px 50px 0 rgba(0,0,0,0.04);
}

/* ====================================================================== *
      [3] MENU
 * ====================================================================== */

.welcome-brand h1{
		font-family: typeka, times new roman, serif;
		margin:0px;
		font-size:calc(40px + (60 - 40) * ((100vw - 300px) / (2560 - 300)));
	}
	.welcome-brand{
		text-align:center;
	}
	.navbar-default {
	   background:none;
	    border: none;
	    margin: 0;
		font-family:  typeka, times new roman, serif;
	}
	.navbar-collapse {
    	max-height: inherit !important;
	}
.navbar-brand{
    position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	}
#navbar{
	width:50%;
	margin: 0 auto;
	padding: 0px;
}
	
.navbar-brand a{
	z-index: 3;
	font-size: .8em;
	}
	.navbar-brand h1{
		font-family: typeka, times new roman, serif;
		margin:0px;
		font-size:calc(18px + (22 - 18) * ((100vw - 300px) / (2560 - 300)));
		color:#777;
		padding: 0 25px;
	}
.navbar-brand h1:hover{
		
		color:#333;
	}
.navbar-header button{
	z-index:1000!important;
}
	
	.navbar-collapse>ul>li>a{
	 	line-height: 40px;/* the line height of the items must be the same as the height of the logo image */
	 	padding: 10px;
		font-family:  typeka, times new roman, serif;
	}
	.navbar-collapse>ul>li:last-child>a{
    padding-right: 10px;
    background-color: undefined;
	}


	@media only screen and (max-width: 860px) {
		.navbar-collapse>ul>li>a{
		 	line-height: 15px;
		}
		/* this is the hamburger icon for mobile */
		.navbar-toggle {
    		
    		outline: 0;
    		background: transparent !important;
			position:relative;
			
		}
		.navbar-brand{
	top: 2%;
	transform: translate(-50%,0%);
	}
		.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		    border-color: rgb(250, 250, 250);
		}
		
	}

	/* drop down menu style */

	/* remove background of all items on the menu (including the drop down title) */
	.content .navbar-nav>li.active>a, 
	.nav>li.open>a
	.nav>li.open>a:hover, 
	.nav>li.open>a:focus,
	.nav>li.dropdown>a.selected, 
	.nav>li.dropdown>a.selected:hover, 
	.nav>li.dropdown>a.selected:focus {
		background:none;
		
	}
   .nav>li.dropdown:hover, 
	.nav>li.dropdown>a.selected:focus {
		border-radius: 5px 5px 0px 0px;
		/*box-shadow:  0 0 10px rgba(0,0,0,0.3);*/
		z-index: 1;
	}
.dropdown:hover{
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
	border-radius:5px 5px 0px 0px;
}

.content .navbar-nav>li>a{
    font-family:  typeka, times new roman, serif;
    font-weight: 300;
    font-size: 1em;
    
	}
.navbar i{
	padding:20px;
	font-size:15pt;
}
.navbar-nav>ul>li>a{
		font-family:  typeka, times new roman, serif;
		font-weight: 300;
		font-size: 1.2em;
	}
.nav>li.open>a{
	
	border-radius: 5px;
}

.navbar-nav li i:hover{
	color:#F3F3F3 !important;
	background-color: transparent!important;
	cursor: pointer;
}

	/* the arrow pointing down of the drop down menu title */
	.dropdown-toggle .fa{
		font-size: 14px;
		margin-left: 5px;
	}
	
	/* drop down menu */
	.navbar-nav>li>.dropdown-menu{
    width: 100%;
	min-width: 80px;
    border: 0 !important;
	padding:0px;
	}
.nav .open>a{
	background-color: transparent;
	
	border-radius:5px 5px 0px 0px;
	
		
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    height: 30px; 
	width: auto;
    background-color:transparent;
    display: inline-block;
	vertical-align: text-top;
	margin:0px;
	padding:0px;
	list-style: none!important;
	font-family:proxima-nova, sans-serif;
}
.lavaLamp span{
	line-height: 25px;
	display:block;
	padding:1px;
	margin:1px;
	font-size:1em;
}

    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none!important;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: transparent no-repeat right -30px;
            width: 50px; 
			height: 25px;
			border-radius: 10px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: transparent no-repeat top left;
				border-radius: 10px;
                height: 25px;
                margin-right: 9px;
            }
         /*Styles for each menu-item. */
        .lavaLamp li span {
            position: relative; 
            text-decoration: none;
            color: #494949; 
			outline: none;
			font-size:1em;
            text-align: center;
            height: 20px; 
			top: 0px;
            z-index: 10; 
			letter-spacing: 0;
            float: left; 
			display: block;
            margin: auto 10px;
			cursor: pointer;
        }
.lavaLamp li a {
            position: relative; 
            text-decoration: none;
            color: #494949; 
			outline: none;
			font-size:1em;
            text-align: center;
            height: 20px; 
			top: 0px;
            z-index: 10; 
			letter-spacing: 0;
            float: left; 
			display: block;
            margin: auto 10px;
        }
	
	/* drop down content */
	.dropdown-menu-content{
width:100%;
		padding:none !important;
		
	}

	

	/* drop down menu column */
	.dropdown-menu-column{
		width: 100%;
		min-width: 80px;
		float: left;
		padding: 5px;
		margin: 0 !important;
		background-color:transparent;
		border-radius:0px 0px 5px 5px;
		-moz-box-shadow: 0px -8px 10px -10px #FFFFFF, 0 8px 10px 0px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0px -8px 10px -10px #FFFFFF, 0 8px 10px 0px rgba(0,0,0,0.3);
   box-shadow: 0px -8px 10px -10px #FFFFFF, 0 8px 10px 0px rgba(0,0,0,0.3);
		transition: box-shadow 3s;
		}
.dropdown-submenu{
		width: 100%;
		min-width: 80px;
		padding: 0px;
		margin: 0px 5px 0px 0px!important;
		background-color:transparent;
	-moz-box-shadow:    0px 8px 10px -10px rgba(0,0,0,0.3), 8px 0 10px -10px rgba(0,0,0,0.3), -8px 0 10px -10px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0px 8px 10px -10px rgba(0,0,0,0.3), 8px 0 10px -10px rgba(0,0,0,0.3), -8px 0 10px -10px rgba(0,0,0,0.3);
   box-shadow: 0px 8px 10px -10px rgba(0,0,0,0.3), 8px 0 10px -10px rgba(0,0,0,0.3), -8px 0 10px -10px rgba(0,0,0,0.3);
		border-radius:0px 0px 5px 5px;
		text-align: center;
	justify-content: center;
	top: 0;
  right: 100%;
  margin-top: -1px;
  position:absolute;
	}
/*.opensub:hover .dropdown-submenu{
  
	height:auto;
	padding:5px;
}
*/
.toggleMenu{
	display:none;
}

	.dropdown-menu-column li{
		position: relative;
		list-style: none !important;
		padding: 0 !important;
		margin: 0 !important; 
		
		
	}

	.dropdown-menu-column a,
	.dropdown-submenu a{
    font-size: 14pt;
    width: 100%;
    text-align: center;
    height: auto;
		display:block;
    color: #777;
    padding: 3px;
	border-radius:5px;
		
	}
.dropdown-menu-column li,
.dropdown-submenu li{
	display:block;
	padding:5px 0;
	
}

	.dropdown-menu-column a:hover, 
	.dropdown-menu-column a.selected{
		color: #333 !important;
		background-color:#DDD !important;
		text-decoration: none;
		border-radius:5px;
		transition: background-color 0.1s ease-in-out;
	}
.dropdown-menu-column a:active{
		
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.8);
		transition: box-shadow 0.05s ease-in-out;
	}
	
	/* popover for each item of the drop down menu */
	.popover{
		margin-left: -15px !important;
		
	}
	.popover-with-margin, .popover{
		margin-left: -240px !important;
		display:none!important;
		visibility: hidden!important;
	}
.d-none{
	display:none;
}
#d-none2{
	display:none;
}
#d-none{
	display:none;
}
	.popover{
		border-radius: 0px;
		border: 1px solid #D8D8D8 !important;
		-webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
		   -moz-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
			-ms-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
			 -o-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
			    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	}


	.browse,
	.browse:focus,
	.browse:hover,
	.browse:active{
		text-decoration: none !important;
		display: inline-block;
		margin: 5px;
		padding: 15px 45px;
		font-size: 13px;
		font-weight: 700;

		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		     -o-border-radius: 2px;
		        border-radius: 2px;

		-webkit-transition: all 0.1s ease;
	       -moz-transition: all 0.1s ease;
	         -o-transition: all 0.1s ease;
	            transition: all 0.1s ease;
	}
	.browse,
	.browse:focus{
		color: #fff;
		border: 2px solid #fff;
		background: transparent;
	}

	.browse:hover,
	.browse:active{
		border: 2px solid #333333;
	    background: #333333;
	    color: #fff;
	}


	.welcome-section-buttons{
		margin-top: 30px;
	}

	.usage-examples{
		background: #eee !important;
	}
.navbar-collapse>ul>li>a{
	min-width: 80px;
	justify-content: center;
	text-align: center;
	
}
	
.dropdown-toggle{
	cursor: default;
}


/* ====================================================================== *
      [5] CONTENT
 * ====================================================================== */

	.content{
		width:100%;
		max-width: 100%;
		margin: auto;
	}
.img-right{
	float:right;
	margin:0 auto;
	vertical-align: text-top;
	max-width:100%;
	min-width: 320px;
	height:auto;
}
.img-left{
	float:right;
	margin:0 auto;
	vertical-align: text-top;
	max-width:100%;
	min-width: 320px;
	height:auto;
}
	

	.content h4{
		margin: 20px 0;
		color: #494949;
	}

	.section{
		background: #fff;
		width: 100%;
		padding: 100px 0;
	}

	.content p{
		color: #494949;
		margin-bottom: 0;
	}

	.grid-section{
		background-repeat: no-repeat;
	    background-size: 100% 100%;
		/*background: rgb(250, 250, 250);*/
		
		padding-bottom: 100px;
	}
#grid{
	
	min-width:360px;
	
}
.gal-container{
			width: 1700px;
	
			margin:auto;
	
		}	


.media-boxes-no-more-entries{
			display: none;
		}

/*
.custom-filter{
    padding: 0;
    text-align: center;
}
.custom-filter li{
    list-style: none;
    display: inline-block;
	padding: 0px 5px;
    margin-left: 18px;
    font-size: 1em;
}
.custom-filter li a{
	color: #777;
	text-decoration: none;
}
.custom-filter li a:hover{
	color: #333;
}
		*/

		/* Set the style of the thumbnail overlay items */
.media-box-title{
	color: #fff;
font-size: 11px;
	margin-bottom: 5px;
	text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 28px;
}
.media-box-date{
	color: #F2F2F2;
	font-size: 10px;
}

/* Remove box shadow and border-radius from the media boxes */
.media-box-container{
	  -webkit-border-radius: 0px;
	  	 -moz-border-radius: 0px;
	  		  border-radius: 0px;

			  -webkit-box-shadow: none;
	  	 -moz-box-shadow: none;
	  	   -o-box-shadow: none;
	      -ms-box-shadow: none;
	  		  box-shadow: none;
}

/* thumbnail overlay background */
.thumbnail-overlay{
   	background-color: rgba(0,0,0, .30);

   	-webkit-transition: background-color 0.2s ease-in;
       -moz-transition: background-color 0.2s ease-in;
         -o-transition: background-color 0.2s ease-in;
            transition: background-color 0.2s ease-in;
}

/* hover effect on the thumbnail-overlay */
.thumbnail-overlay:hover{
   	background-color: rgba(0,0,0, .30) !important;
}

/* hover effect on the image */
.media-box-image img{
    -webkit-transition: transform 0.6s ease-in;
       -moz-transition: transform 0.6s ease-in;
		         -o-transition: transform 0.6s ease-in;
        -ms-transition: transform 0.6s ease-in;
            transition: transform 0.6s ease-in;

    -webkit-transform-origin: bottom left;
       -moz-transform-origin: bottom left;
         -o-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
}
.thumbnail-overlay a{
	color:white;
	background-color: rgba(255,255,255,0.3);
	padding:10px;
	border-radius: 50%;
}
.thumbnail-overlay a:hover{
	color:white;
	background-color: rgba(255,255,255,0.4);
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.media-box-content a{
	text-decoration: none;
}
	.animate-on-load{
		opacity: 0;
	}
	.header{
		background-color:transparent;}
	
	.headline2 {
		background-color: rgb(255,255,255);
	}

	.headline{
		text-align: center;
		margin-top:95px;
		margin-bottom:3vh;
		background-color: transparent;
	}


	.headline h1{
    font-family:typeka, times new roman, serif!important;

font-weight: 100;
color: #494949;
    font-size: 3em;
    margin-top: 0 !important;
	margin-bottom:0px;
	}
.headline2 h1{
    font-family: typeka, times new roman, serif;

color: #494949;
	
    
	}
.headline a{
	color: #494949;
	padding:0 20px;
	font-family:  typeka, times new roman, serif;
	font-size:1.5em;
}

	.headline p{
    color: #494949;
    font-size: 0.8em;
	}
.headline2{
		text-align: center;
		margin-top:90px;
		margin-bottom:50px;
		
	}

	.headline2 h1{
    font-family: typeka, times new roman, serif;

font-weight: 100;
color: #494949;
    font-size: 3em;
    margin-top: 0 !important;
	}
.headline2 a{
	color: #494949;
	padding:0 20px;
	font-family:  typeka, times new roman, serif;
	
}

	.headline2 p{
    color: #494949;
    font-size: 0.8em;
	}


.purchasebox{
	display: none;
    position: absolute;
    top:0px;
	right:0px;
	bottom:0px;
    width:100%;
	box-shadow: inset 0 0 4px grey; 
	background-color: rgb(255,255,255);
	padding:10px;
	margin-left:-5px;
	border:none; 
	overflow-y: scroll;
}
.contbox-c4 td{
	vertical-align: middle;
	width:200px;
	height: 50px;
	text-align: center;
}
.cart{
	position:relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.cart p{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%)
}
.contbox-c4 table form{
	position: absolute;
	outline: none !important;
	bottom: 0%;
	right:0%; 
	border: 0 !important;
}
.contbox-c4 table form:focus, .contbox-c4 table form:focus-visible{
	
	outline: none !important;
	background: transparent;
	border: 0 !important;
}
.contbox-c4 table {
  border-collapse: collapse;
}
.contbox-c4 table tr:first-child {
	text-align: left!important;
  }
.contbox-c4 select,.contbox-c4 select.selected,.contbox-c4 select:focus {
	border: solid 1px grey;
	outline: none;
  }
.purchasebox::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.purchasebox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
.purchasebox::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

/* Handle on hover */
.purchasebox::-webkit-scrollbar-thumb:hover {
  background-color: #777; 
}
.purchasebox2{
    
    width:100%;
	padding:5px 20px 10px 20px;
	
	border:none; 
}
.purchasebox2 p{
    margin: 3px; 
}
.purchasebox2 ul{
    margin: 3px; 
	padding-left: 15px;
}
.infobox{
	display: none;
    position: absolute;
    height: min-content;
	max-height: 100%;
	left:0px;
	bottom:0px;
	right:0px;
	overflow-y: auto;
    color: #DDD;
    box-shadow: inset 0 0 4px grey; 
	background-color: rgba(0,0,0,0.75);
	padding:10px;
	margin-left:0px;
	border:none;
	font-size: calc(14px + (20 - 14) * ((100% - 300px) / (1600 - 300)));
	
}
.infobox::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.infobox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
.infobox::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

/* Handle on hover */
.infobox::-webkit-scrollbar-thumb:hover {
  background-color: #777; 
}
.infoclose{
	position: absolute;
	top:5px;
	right:15px;
	cursor: pointer;
	color:#DDD;
	display: none;
}
.purchaseclose{
	position: fixed;
	top:5px;
	right:15px;
	cursor: pointer;
	color:#428bca;
}
.bigbtn{
	display:block;
	padding:20px;
	background-color:#F0F0F0;
	text-align: center;
	margin: 10px 10px;
	border-radius: 20px;
	overflow: auto;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
   -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
   box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
}
.bigbtn p{
	margin:0 auto;
	
}
.bigbtn h2{
	color:#494949;
	text-decoration: none;
}
.bigbtn:hover{
	background-color:#FCFCFC;
}
.ppform{
	text-align: center;
	font-size: 16pt; 
	height:60px; 
	display:table!important;
}
.contbox{
	
    display:none;
}
.contbox-w{
	height:100vh;
    width:100vw;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
}
	
.contbox-c {
  z-index: 1001;
  display: block;
  position: relative;
	top: 50%;
  transform: translate(-50%,-50%);
	left: 50%;
  text-align: left;
	padding: 40px;
  height: auto;
	width:30vw;
	min-width: 320px;
	font-size: 14pt;

  background-color: rgb(255,255,255);
}
.contbox-c input{
	width:100%;
}
.ccpos{
	font-size: 12pt;
	position: fixed;
	top:5px;
	right:10px;
}
.contbox2{
	
    display:none;
}
.contbox-w2{
	height:100vh;
    width:100vw;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
}
	
.contbox-c2 {
  z-index: 1001;
  display: block;
  position: relative;
	top: 50%;
  transform: translate(-50%,-50%);
	left: 50%;
  text-align: left;
	padding: 20px;
  height: auto;
	width:40vw;
	min-width: 320px;
	font-size: 14pt;

  background-color: rgb(255,255,255);
}
.contbox-c2 input{
	width:100%;
}

.signupBtn{
	z-index: 1001;
    left: 10px;
    top: 70px;
    cursor: pointer;
    position: fixed;
}
.contbox3{
	
    display:none;
}
.contbox-w3{
	height:100vh;
    width:100vw;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
}
	
.contbox-c3 {
  z-index: 1001;
  display: block;
  position: relative;
	top: 50%;
  transform: translate(-50%,-50%);
	left: 50%;
  text-align: left;
	padding: 20px;
  height: auto;
	width:30vw;
	min-width: 320px;

  background-color: rgb(255,255,255);
}
.contbox4{
	
    display:none;
}
.contentrig4{
	cursor: pointer;
	color:#428bca;
}
.contbox-w4{
	 
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
}
.contbox-w4a{
	position:fixed;
    padding:0px;
    margin:0px;
    top:0;
    left:-120px;
    width: 100vw;
    height: 100vh;
	z-index: 10000;
}
	
.contbox-c4 {
  display: none;
  text-align: left;
	padding: 20px;
  height: auto;
	min-width:min-content;
	max-width: 700px;
  background-color: rgb(255,255,255);
}



.smaller{
	font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (2560 - 300)));
}
.informationimg{
	text-align: center;
	padding:0px;
	margin:0px;
}
.strong{
	font-weight: 600;
}
.filters-container {
    position: sticky;
	position: -webkit-sticky;
	top:0px;
	padding-top:60px;
	z-index: 3;
	background-color:#F6f6F6;
	margin: 0px auto;
	padding-bottom:5px;
	font-family:  Garamond, Didot, Palatino, serif;
	width:100%;
}

.filters-container span{
	font-size:calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
}
.filters-containeri {
   
	margin: 0px auto 10px auto;
	
	width:min-content;
	min-width: 360px;
}
.filters-containeri2 {
	border-bottom:outset;
	border-color: #E5E5E5;
	border-bottom-left-radius: 600px 8px;
	border-bottom-right-radius: 600px 8px;
}
.filters-container a{
	line-height: 25px;
	display:block;
	padding:1px;
	margin:1px;
}

.filterSwitch{
	text-align: center;
	margin-bottom:10px;
	width:100%;
}
.filterSwitch span:hover a{
	display:inline-block;
	color:#494949;
}
.filterSwitch a{
	display:none;
	margin:0px 5px;
	padding: 0px 5px;
}
.filterSwitch a:hover{
	margin:0px 5px;
	background-color:#274B29;
	border-radius:10px;
	color:#f0f0f0!important;
}
.box-container {
	width: 1080px;
	position: relative;
	display: block;
	margin: 0px auto;
	justify-content: center;
	padding-bottom:30px;
}
.box-container a{
	text-decoration: none;
}
.boxctr {
  -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.35);
   -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.35);
   box-shadow: 0px 0px 12px rgba(0,0,0,0.35);
	border-radius:10px;
	min-width: 350px;
	margin:0px auto 20px auto;
	width: 750px;
	overflow: auto;
	color: #494949;
	padding: 25px;
}


.col2 {
	float: left;
	width: 50%;
	display: block;
	text-align: center;
	padding: 5px;
}
.col2 img {
	max-width: 100%;
	height: auto;
}

.boxctr table {
	width: 100%;
	text-align: center;
	display: block;
}
.boxctr table img {
	display: block;
	width: 100%;
	height: auto;
}



.infotrig{
	width:auto!important;
	position: fixed; 
	left: 54px!important; 
	top: 9px!important;
	cursor:pointer;
}
.infotrig2{
	float:left;
	margin:10px 0px 10px 10px;
	background: rgba(0,0,0,.4);
    color: #fff;
    text-align: center;
	font-style: normal;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-border-radius: 0%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0%; /* Firefox 1-3.6 */
    border-radius: 0%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -o-transition: all .05s linear;
    -ms-transition: all .05s linear;
    transition: all .05s linear;
	
}
.infotrig2:hover{
	background: rgba(0,0,0,.5);
	cursor: pointer;
}
.fixpos{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	height:auto;
}
.purchTrig{
	float:right;
	margin:10px 10px 10px 10px!important;
	background: rgba(0,0,0,.4);
    color: #fff;
    text-align: center;
	font-style: normal;
       display: block;
    height: 50px;
    width: 50px;
	border-radius: 0px!important;
    line-height: 50px;
    font-size: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-border-radius: 0%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0%; /* Firefox 1-3.6 */
    border-radius: 0%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -o-transition: all .05s linear;
    -ms-transition: all .05s linear;
    transition: all .05s linear;
	
}
.purchTrig:hover{
	background: rgba(0,0,0,.5);
	cursor: pointer;
}
.btmtbl{
	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
	  background-color:#F1F1F1;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
   -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
   box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
	padding: 10px;
	vertical-align: top;
}
#stickid ul li a{
	-webkit-transition: all 0.2s ease-in-out;
		       -moz-transition: all 0.2s ease-in-out;
		         -o-transition: all 0.2s ease-in-out;
		        -ms-transition: all 0.2s ease-in-out;
		            transition: all 0.2s ease-in-out;
}


.sticky{
	background-color: #FFFFFF;
	
	box-shadow:  0 1px 5px 2px rgba(0,0,0,0.2);
	/*-webkit-transition: all 0.5s ease-in-out;
padding-top:70px;
		       -moz-transition: all 0.5s ease-in-out;
		         -o-transition: all 0.5s ease-in-out;
		        -ms-transition: all 0.5s ease-in-out;
		            transition: all 0.5s ease-in-out;*/
}

.imgtop{
	visibility:visible;
	z-index:1;
	background-color: rgb(255,255,255);
}
.imgtop:hover {
	opacity:0;
	
}
.position-left{
	position:fixed;
	bottom:1;
	left:.2;
	display:block;
}
.position-right{
	position:fixed;
	bottom:1;
	right:0;
	display:block;
}
.lower-right{
	position:absolute;
	bottom:3px;
	right:0;
}
.lower-right2{
	float:right;
	height: 30px;
	margin-top: 20px;
	vertical-align: text-bottom;
}
.fancyboxMB-caption{
	display: none !important;
}

.fancyboxMB-content-caption{
	top:100%;
	color:lightgray;
}
.thumbnail-overlay{
	font-size: 20pt;
}
.popup_content {
  margin: 10px;
  padding: 0 10px;
  max-width: 60%;
  border: 2px solid #444;
  background: white;
}
/* ====================================================================== *
      [6] FEATURES
 * ====================================================================== */

	
/* ====================================================================== *
      [7] FOOTER
 * ====================================================================== */
	
	.footer{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		border: none !important;
		color: #777777;
		background-color: rgb(22, 22, 22);
		font-weight: 300;
	}

	.footer a{
		color: #494949;
		text-decoration: none !important;
	}

/* ====================================================================== *
      [8] TO TOP
 * ====================================================================== */
	
	.fixed{
		position: fixed;
		right: 24px;
		bottom: 0px;
		display: none;
		z-index: 999;
	}

	.to-top{
		height: 36px;
		line-height: 36px;
		width: 42px;
		background-color: rgba(0,0,0,.8);
		color: #fff;
		cursor: pointer;
		text-align: center;
		font-size: 12px;

		-webkit-border-radius: 3px 3px 0 0;
		   -moz-border-radius: 3px 3px 0 0;
		     -o-border-radius: 3px 3px 0 0;
		        border-radius: 3px 3px 0 0;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
		    -ms-transition: all 0.2s;
		     -o-transition: all 0.2s;
		        transition: all 0.2s;        
	}

	.to-top i{
		margin-top: 10px;
	}

	

/* ====================================================================== *
      [9] RESPONSIVE DESIGN
 * ====================================================================== */

	
		

	

	
@media only screen and (max-width: 1700px) {
		.gal-container {
			width: 1100px;
			
		}
	
}
@media only screen and (max-width: 1300px) {
		
#navbar{
	width:100%;
}
	
}
@media only screen and (max-width: 1200px) {
		.content{
			width: 100%;
			padding: 0px 5px !important;
		}	
	
	}
@media only screen and (max-width: 1100px) {
		.gal-container {
			width: 850px;
			
		}
	
}
@media only screen and (max-width: 1220px) {
	
	.box-container {
			width: 810px;
		}	
	}

@media only screen and (max-width: 1060px){
	.headline{
		z-index: 9999;
	}
}

@media only screen and (max-width: 860px) {
	.gal-container{
		width: 750px;
	}
	.filters-container{
		margin-top:45px;
		padding:2px;
		top:50px;
	}
	#navbar{
	width:auto;
		overflow-x: hidden;
}
	.back{
		display:none!important;
	}
	.signupBtn{
		position:fixed;
		top:50px;
		right:0px;
		left:auto;
		height:40px;
		width:150px;
		text-align: right;
	}
	.box-container{
		position:relative;
		width: 690px;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
	}
	.boxctr {
		width: 690px;
		padding-top:0px;
	}
	.headline2 {
		width:100%;
		text-align: center;
		position:absolute;
		top:50px;
		display: block;
		transform: none;
	}
	.headline {
		margin-bottom:10px;
	}
	.headline h1{
		margin-bottom:10px;
	}
	.boxctr{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-toggle{
		margin-right: 5px;
	}
	.headline2 {
		margin-top: 0px!important;
		margin-bottom: 0px!important;
	}
	.headline2 h2 {
		font-size: 1.8em!important;
	}
	.dropdown-menu-column{
		width: 100%;
		float:none;
		}
	.dropdown-submenu{
		position: static !important;
		width:100%;
		left:0%;
		background-color:#CCC;
	}
	.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{
		background-color:#EFEFEF;
	}
	.dsub{
		position:relative;
	}
	.dropdown-toggle .fa{
		float: right;
		font-size: 15px;
	}
	.popover_img_container{
		display: none;
	}
	.dropdown{
	text-align: center;
	}
	body{
		margin-top:0;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
       border:none;
        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-collapse.in{
		-moz-box-shadow: 0px 10px 15px -15px rgba(0,0,0,0.35);
		-webkit-box-shadow: 10px 8px 15px -15px rgba(0,0,0,0.35);
		box-shadow: 0px 10px 15px -15px rgba(0,0,0,0.35);
    }
	
	.navbar-brand{
		
		height:auto;
	}
	.ppform{
	text-align: center;
	font-size: 16pt; 
	height:auto; 
	margin:0 auto;
}
}

@media only screen and (max-width: 767px) {
	.gal-container{
		width: 500px;
	}
	.box-container, .boxctr {
		width: 520px;
	}		
		 
	
	
	}

@media only screen and (max-width: 540px) {
	.gal-container{
		width: 500px;
	}
	.boxctr {
		width: 100%;
		min-width: 200px;
		padding:3px;
	}
	.boxctri {
		word-wrap: break-word;
		overflow-wrap: break-word;
		
	}
	.box-container {
		width: 100%;
	}
	
}
@media only screen and (max-width: 500px){
	.gal-container{
		width: 450px;
	}
}
@media only screen and (max-width: 450px){
	.gal-container{
		width: 400px;
	}
	.infoclose{
		display: block;
	}
	.contbox-c4 td{
	vertical-align: middle;
	width:80px;
	height: 50px;
	text-align: center;
}
	.lower-right2{
		max-width: 100%;
	}
}
@media only screen and (max-width: 400px) {
		 
	.gal-container{
			width: 360px;
}
	
	.media-box-container{
		padding:2px;
		z-index: 100;
	}
	
}
@media only screen and (max-width: 390px) {
	.gal-container{
			width: 360px;
}
	.logolt,.logort{
		display: none;
	}
}
@media only screen and (max-width: 280px) {
.headline2 h1 {
		display:none;
	}
}