@font-face {
  font-family: "Terminator";
  src: url("type/terminator.otf");
  }


ul, li {
	padding: 0;
	margin: 0;
}

body {
  background-color: black;
  background-image: url("images/main-bgr.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

#maincontainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	background-color: grey;
}

main {
	background-color: white;
}

.rightcolumnhome {
	padding: 30px;
}

.rightcolumn {
	padding: 30px;
}

.indextxt {
	font-family: "Helvetica-Cond", Arial;   
    font-size: 1.75rem;
    line-height: 1.75rem;
    color: #000000;
}

.sidebar {
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    background-color: black; 
    color: white;
} 

.navsection {
	background: #000; 	
 	background-position: bottom;  
 	background-repeat: no-repeat; 
}

.home {
	background-image: url("images/bgr-home.jpg");
 	background-position: top;  
 	background-repeat: no-repeat;
 }

.menuitem {
    font-family: "Terminator";
    letter-spacing: 1px;
    font-size: 1rem;    
    color: white;
    text-decoration: none;
    border: 1px solid #6ACBEE;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: #007DAB;
    margin-bottom: 5px;
    padding: 10px 15px;    
}

.menuitem:hover {
  background-color: #6ACBEE;
  color: #045573;
}

.menu li {
	list-style-type: none;
}

.navtext {
  padding-left: 15px;
  padding-top: 9px;
}

.t {
	display: table;
	width: 100%;
}

.t1 {
	display: table-cell;
}

.ml {
	display: table-cell;
	vertical-align: top;
}

.mr {
	display: table-cell;
	vertical-align: middle;
}

.t2 {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

.flink, .flink:hover, .flink:visited {
	font-weight: bold;
	font-size: 1.25rem;
	color: white;
	text-decoration: none;
}

.flink a:hover {
	color: #6ACBEE;
}

.imghover:hover {
	opacity: 0.75;
}

.footer {
	background-color: #000;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	color: white;
}

.respimg {
	width: 100%
	height: auto;
}

.ctable {
	display: table;	
}

.tablecell {
	display: table-cell;
	margin: 0;
	padding: 0;
}

.divrelative {
	position: relative;	
}

.divabsolute {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.topbutton {
	background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
}

.topbutton_container {
    background-color: white;
    display: inline-block;    
    margin: 10px;
    border-radius: 5px;
    opacity: 0.8;
    text-decoration: none!important;
   	font-family: 'Montserrat', sans-serif;
    font-weight: 500;    
}

.topbutton_mobile {
    background-color: #045573;
    color: white!important;
    text-align: center;
    opacity: 0.9;
    text-decoration: none!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 2rem;
}

.topbutton_mobile a {    
    color: white!important;    
    text-decoration: none!important;    
}

.topbutton_container:hover {
    opacity: 1;
}

.topbutton_mobile:hover {
    opacity: 1;
}

.topbutton, .topbutton a {
    color: black!important;    
    text-decoration: none!important;
    font-weight: bold;    
}

.cat-bgr {
    background-color: #DFF0F6;
}

.tdbgr-home {
  background-color: #F6F6F6;
  background-image: url("images/bgr-bricks.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-urethral {
  background-color: #F6F6F6;	
  background-image: url("images/bgr-urethral.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-erection {
  background-color: #F6F6F6;	
  background-image: url("images/bgr-erection.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-bricks {
  background-color: #F6F6F6;	
  background-image: url("images/bgr-bricks.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-nipple {
  background-color: #F6F6F6;	
  background-image: url("images/bgr-nipple.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-restraints {
  background-color: #F6F6F6;	
  background-image: url("images/bgr-restraints.jpg");
  background-position: top;  
  background-repeat: no-repeat;  
}

.tdbgr-lubes {
  background-color: #F6F6F6;
  background-image: url("images/bgr-lubes.jpg");
  background-position: top;  
  background-repeat: no-repeat;  
}

.tdbgr-crimson-tied {
  background-color: #F6F6F6;	
  background-image: url("images/bgr-crimson-tied.jpg");
  background-position: top;  
  background-repeat: no-repeat;  
}

.tdbgr-platinum-bound {
  background-color: #F6F6F6;	
  background-image: url("images/bgr-platinum-bound.jpg");
  background-position: top;  
  background-repeat: no-repeat;  
}

.title {
    font-family: "Terminator", Arial;
    font-size: 3rem;
    line-height: 2.8rem;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.itemcontainer {
	border: 3px #131313 solid;
	padding: 10px;
    border-radius: 10px;
    margin: 5px;   
}

.itemimage {    
    max-width: 100%;
}

.itemimage:hover {
	opacity: 0.75;
}

.itemcontainer:hover {
    background-color: white;    
}

.itemtitle {
    font-family: Montserrat,Arial;    
	font-size: 1.2rem;
	padding: 10px 0;
    line-height: 1.4rem;
	color: black;	
}

.itemtitle a {
	text-decoration: none;
}

.itemtitle a:hover {
	text-decoration: none;
	color: grey;
}

.itemsubtitle {
	font-size: 0.9rem;
	padding-bottom: 5px;
	color: #DDD;	
}

.itemsubtitle a {
	text-decoration: none;
}

.itemsubtitle a:hover {
	text-decoration: none;
	color: grey;
}

.itemtitlelink {	
	color: black;
}

.itemsku {	
	color: white;
	display: inline-block;
	background-color: black;
	font-size: 0.75rem;
	padding: 2px 6px;
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;    
}

.prod_title {
    font-family: "Helvetica-BlackCond","Terminator", Arial;
    font-size: 2rem;
    line-height: 2rem;
    color: #000000;
    text-transform: uppercase;    
}

.prod_subtitle {
    font-family: "Terminator", Arial;
    font-size: 25px;
    color: #000000;
}

.item-sku {
    font-family: Arial;
    background: #080000;
    font-size: 12px;
    display: inline-block;
    padding: 5px 15px;
    color: #FFF;
    margin: 15px 0;
    width: 130px;
    text-align: center;
}

.item-sku0 {
    font-family: Arial;    
    font-size: 12px;
    display: inline-block;
    padding: 5px 0px;
    color: #080000;
    margin: 0 15px 0 0;    
    text-align: center;
}

.text {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    padding-right: 30px;
}


@media only screen and (min-width: 1201px) {

    [class="smaller"]{
        display:none !important;
    }
}

@media only screen and (max-width: 1200px) {

    [class="larger"]{
    display:none !important;
    }

    [class="sidebar"]{
    display:none !important;
    }
}

@media only screen and (max-width: 800px) {

.t, .t1, .t2 {
	display: block;
	text-align: center;
}

.t2 {
	padding-top: 15px;
}

}