@font-face {
  font-family: "Helvetica-Roman";
  src: url("type/HelveticaLTStd-Roman.otf");
  }


@font-face {
  font-family: "FuturaCustom";
  src: url("images/Futura-Medium.otf");
  }

@font-face {
  font-family: "Trajan";
  src: url("images/TrajanPro-Regular.otf");
  }

@font-face {
  font-family: "Helvetica-Black-Cond";
  src: url("type/HelveticaLTStd-BlkCond.otf");
  }

@font-face {
  font-family: "Helvetica-Black";
  src: url("type/HelveticaLTStd-Blk.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: #F5F5F5;
}

.rightcolumnhome {
	padding: 30px;
}

.rightcolumn {
	padding: 30px;
}

.indextxt {
	font-family: "Trajan", Arial;    
    font-size: 22px;
    color: #000000;
}

.sidebar {
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    background-color: black; 
    color: white;
} 

.navsection {
	background: #000;
 	background-image: url("images/navbgrleft.jpg");
 	background-position: top;  
 	background-repeat: no-repeat; 
}

.home {
	background-image: url("images/bgr-home.jpg");
 	background-position: top;  
 	background-repeat: no-repeat;
 }

.menuitem {
 	font-family: "Helvetica-Black-Cond", Arial;
 	font-size: 24px;  
 	color: #fff;
 	text-decoration: none;
    text-align: left;    
 	text-transform: uppercase;
 	display: block;
}

.menuitem:hover {
  color: red;
}

.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: middle;
}

.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: #8B8B8B;
}

.imghover:hover {
	opacity: 0.75;
}

.footer {
	background-color: #000;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	color: white;
}

.respimg {
	max-width: 100%;
	height: auto;
}

.ctable {
	display: table;	
}

.tablecell {
	display: table-cell;
	margin: 0;
	padding: 0;
}

.divrelative {
	position: relative;	
}

.divabsolute {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.topbutton {
	background-color: #D70000;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 5px;
    font-size: 1.8rem;
}

.topbutton_container {
    background-color: #D70000;
    display: inline-block;    
    border-radius: 20px;
    margin: 10px;    
    text-decoration: none!important;
   	font-family: 'Helvetica-Black-Cond', sans-serif;
    font-weight: 500;
}

.topbutton_mobile {
    background-color: #D70000;
    text-align: center;
    opacity: 1;
    text-decoration: none!important;
    font-family: 'Helvetica-Black-Cond', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
}

.topbutton_container:hover {
    opacity: 0.8;
}

.topbutton_mobile:hover {
    opacity: 0.8;
}

.topbutton, .topbutton a {
    color: white!important;    
    text-decoration: none!important;
    font-weight: bold;    
}

.tdbgr-home {
  background-color: #F6F6F6;
  background-image: url("images/bgr-bricks.jpg");
  background-position: top;  
  background-repeat: repeat;
}

.tdbgr-bondage-gear {
  background-color: #F6F6F6;
  background-image: url("images/bgr-bondage-gear.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-cbt {
  background-color: #F6F6F6;
  background-image: url("images/bgr-cbt.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-anal-play {
  background-color: #F6F6F6;
  background-image: url("images/bgr-anal-play.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-nipple-play {
  background-color: #F6F6F6;
  background-image: url("images/bgr-nipple-play.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-medical-gear {
  background-color: #F6F6F6;
  background-image: url("images/bgr-medical-gear.jpg");
  background-position: top;  
  background-repeat: no-repeat;
}

.tdbgr-penis-jewelry {
  background-color: #F6F6F6;
  background-image: url("images/bgr-bricks.jpg");
  background-position: top;  
  background-repeat: repeat;
}

.tdbgr-accessories {
  background-color: #F6F6F6;
  background-image: url("images/bgr-bricks.jpg");
  background-position: top;  
  background-repeat: repeat;
}

.title {
    font-family: "Helvetica-Black", Arial;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 30px;
}

.itemcontainer {
	padding: 10px;
    
}

.itemimage:hover {
	opacity: 0.75;
}

.itemtitle {
	font-size: 1.2rem;
	padding: 10px 0;
	color: black;
	font-weight: bold;
    line-height: 1.2rem;
}

.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: "FuturaCustom", Arial;
    font-size: 50px;
    color: #000000;
    line-height: 110%;
}

.prod_subtitle {
    font-family: "FuturaCustom", Arial;
    font-size: 25px;
    color: #000000;
}

.item-info {
  font-family: "Helvetica-Roman", Arial;
  font-size: 15px;
  color: #000000;
  padding-right: 30px;
  line-height: 105%;
}

.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: 12px;
    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;
}

}