
.clearBothAssurance{
	clear:both;
	width:100%;
	height: 0;
	zoom: 1;
}
.clearRightAssurance{
	clear:right;
	width:100%;
	height: 0;
	zoom: 1;
}
ul.MessageSection_AllMessages{
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	color: #000;
}
li.Message_NoMessages{
	padding: .5em 0 1em;
	font-size: 110%;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #555;
}
.MessageSection_DialogOverlay{
	transition: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998; /* lightbox z-index is 1000, so gotta be under that */
	left: 0px;
	top: 0px;
	zoom: 1;
	background-color: #fff;
	opacity: .3; /* set in javascript too to fix ie */
}
.MessageSection_Dialog1{
	transition: none;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 999; /* lightbox z-index is 1000, so gotta be under that */
	zoom: 1;
	position: fixed;
	display:table;
	top: 0px;
	left: 0px;
	*left: 50%;
	*top: 50%;
	*display: block;
	*height: auto;
}
.MessageSection_Dialog2{
	transition: none;
	display: table-cell;
	vertical-align: middle;
	*left: -50%;
	*top: -50%;
	*position: relative;
}
.MessageSection_Dialog3{
	transition: none;
	margin: 0 auto;
}
.MessageSection_DialogInner{
	transition: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 455px;
	margin: 0 auto;
	text-align: left;
	background: #eee;

	border: 1px solid #818181;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0pt 0pt 1.5em #999;
	-moz-box-shadow: 0pt 0pt 1.5em #999;
	-webkit-box-shadow: 0pt 0pt 1.5em #999;
}
.MessageSection_DialogX{
	float:right;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	line-height: 1em;
	padding: 0 .5em .5em .5em;
	cursor: pointer;
}
.MessageSection_DialogX:hover{
	color: #dae2f1;
}
.MessageSection_DialogTitle{
	padding: .35em .25em .35em 1em;
	background-color: #6e85ab;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

.MessageSection_DialogDialogInner table tr{
	vertical-align: top;
}

.MessageSection_MessageForm{
	transition: none;
	margin: 0;
	padding: .5em 1em 1em;
	font-size: 90%;
}
.MessageSection_MessageForm input,
.MessageSection_MessageForm textarea{
	font-size: 9pt;
}
#MessageSection6 .MessageForm_InputItem {
	margin-top: 1em;	
}
#MessageSection6 .MessageForm_InputItem .inputRadio{
	margin: 0 .5em 0 1em;
}
#MessageSection6 .MessageForm_InputItem .inputCheckbox,
#MessageSection6 .MessageForm_InputItem .inputMultiCheckbox{
	margin: 0 .5em 0 0;
}
.MessageSection_MessageForm label{
	font-weight: bold;
	color: #444;
}
.MessageSection_MessageForm table tr td{
	padding: 1px 0;
	min-width: 10em;
}

.MessageSection_MessageForm .formFieldRequiredMarker{
	font-size: 150%;
	padding-left: 4px;
	color: #cc0000;
}
.MessageForm_CurrentImage{
	text-align: center;
	color: #6179b8;
}
.MessageForm_CurrentImage img{
	padding: 2px;
	border: 1px solid #98b0d8;
	background: #fff;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.MessageForm_Buttons{
	margin-top: 1em;
}

.MessageSection_Message,
li.MessageSection_Message{
	cursor: move;
	list-style: none !important;

	padding: .5em !important;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: .5em 0 !important;
	zoom:1;
}
.Message_Image{
	float:right;
	margin: .25em 0 0 .5em;
	text-align: center;
	clear:right;
}
.Message_ClickImgTxt{
	text-align: center;
	font-size:80%;
	line-height: 1.5em;
	color: #555;
	white-space: nowrap;
}
.Message_Image img{
	padding: 2px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.Message_Name{
	font-size:125%;
	font-weight: bold;
	margin: .25em 0;
}
.Message_Name a{
	text-decoration: underline !important;
}
.Message_Name a:hover{
	text-decoration: none !important;
}
.Message_UserInfo{
	font-size: 85%;
	padding: 0 .5em;
	margin-top: .25em;

	min-height:1.5em;
	height:auto !important;
	height:1.5em;
	clear: right;
}

.Message_Approved .Message_UserInfo{
	background-color: #6E85AB;
}
.Message_Unapproved .Message_UserInfo{
	background-color: #9d2629;
	color: #e38c8e;
}
.Message_Approved .Message_Label{
	color: #dae2f1;
}
.Message_Unapproved .Message_Label{
	color: #e38c8e;
}

.Message_UserInfo a{
	color: #fff !important;
	text-decoration: underline !important;
}
.Message_UserInfo a:hover{
	text-decoration: none !important;
}
.Message_Telephone{
	display: inline;
	margin-left: 4em;
	float:right;
}
.Message_Email{
	display: inline;
	float:right;
}
.Message_Website{
	display: inline;
}
.Message_Helpful{
	padding: .25em .5em 0 .25em;

}
.Message_HelpfulTitle{
	float:right;
	font-size: 85%;
	color: #555;
	padding: 0 2px;
	line-height: 1.5em;
}
.Message_HelpfulTitle em{
	font-weight: bold;
	font-style: normal;
}
.Message_HelpfulBtn{
	width: 23px;
	font-size: 85%;
	font-weight: bold;
	background-position: top center;
	background-repeat: no-repeat;
	float:right;
	padding-top: 17px;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0.25em;
}
.Message_HelpfulYes{
	background-image: url(/cirkuit/includes/images/icons/thumbs/up-black.gif);
}
.Message_HelpfulNo{
	background-image: url(/cirkuit/includes/images/icons/thumbs/down-black.gif);
}

.Message_Rating{
	float: right;
	padding: 0 .5em 0 .25em;
}
.Message_Rating .rating{
	display: none; /* in HTML for microformats */
}
.Message_RatingStar{
	display: inline-block;
	width: 14px;
	height: 12px;
}
.Message_RatingStar_Full{
	background: url('/cirkuit/includes/images/icons/star-red-full.png') center center no-repeat;
}
.Message_RatingStar_Empty{
	background: url('/cirkuit/includes/images/icons/star-red-none.png') center center no-repeat;
}

.Message_SubmittedFromUrl,
.Message_Referrer,
.Message_User,
.Message_IpAddress,
.Message_Date{
	font-size: 80%;
	color: #555;
	text-align: right;
	padding-top:.25em;
	clear:right;
}
.Message_Referrer,
.Message_User,
.Message_IpAddress{
	color: #000;
	font-weight: bold;
}
.Message_SubmittedFromUrlTitle,
.Message_ReferrerTitle,
.Message_UserTitle,
.Message_IpAddressTitle{
	color: #333;
	font-weight: normal;
}
.Message_CustomField,
.Message_Text{
	font-size: 95%;
	line-height: 1.4em;
	margin-top: .5em;
}

.Message_ButtonAddNew{
	background: #e0e0e0 url(/cirkuit/includes/images/icons/pencil.gif) no-repeat scroll 15px .65em;
	padding: .5em .5em .5em 40px;
	color: #1281A9;
	cursor: pointer;
	border: 1px dashed #999;
	font-size: 110%;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, sans-serif;

	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: .5em 0;
}
.Message_ButtonAddNew:hover{
	text-decoration: none;
	background-color: #d0d0d0;
}

.MessageSection_MessageForm .inputText{
	min-width: 250px;
	width: 94%;
	border: 1px solid #a5acb2 !important;
}
#Message_Phone{
	width: 115px;
}

.Message_CustomFieldLabel{
	display: inline-block;
	font-weight: bold;
	margin-right: 1.5em;
}


#MessageSection_MessageForm6 td{
	vertical-align: top;
}
#MessageSection_MessageForm6 .inputPassword,
#MessageSection_MessageForm6 .inputText{
	} 
#MessageSection_MessageForm6 .invalidFormInput {
	background-color:#FFD5D6;
	border:1px dashed #CC0000;
}
#MessageSection_MessageForm6 .tableColumn{
		min-width : 10em;
	}
#MessageSection_MessageForm6 label.invalidFormInput{
	color: #cc0000;
	font-weight: normal;
	background: none;
	border: none;
	padding-left: .5em;
		float:none;
	}
.MessageForm_StatusMsg{
	color: red;
	font-weight: bold;
	text-align: center;
}
#MessageSection_MessageForm6 .formFieldRequiredMarker{
	float: left;
}

li.MessageSection_Message{
	cursor: default;
}
.Message_Pending{
	color: #cc0000;
	font-size: 85%;
	margin-top: .5em;
}
.MessageSection_RatingSummary .fn{
	display: none;
}
.MessageSection_RatingSummary .rating-details{
	text-align: right;
	font-size: 90%;
	color: #999;
	margin-top: .5em;
}

.Message_Image img{
	border: 1px solid #999;
	background: #fff;
}
.Message_Approved .Message_UserInfo{
	background-color: #eee;
}
.Message_Unapproved .Message_UserInfo{
	background-color: #eee;
	color: #e38c8e;
}
.Message_Approved .Message_Label{
	color: #888;
}
.Message_Unapproved .Message_Label{
	color: #888;
}
li.MessageSection_Message{
	border-bottom: 1px solid #eee;
}
li.Message_Unapproved{
}
li.Message_Approved{
}
.Message_Telephone{
	color: #000;
}
.Message_UserInfo a{
	color: #000 !important;
}
.Message_ClickImgTxt,
.Message_Date{
	color: #999;
}


.Message_ButtonAddNew{
	cursor: pointer;
	border: 1px dashed #999;
}

#MessageSection_MessageForm6{
	background: #ddd;
	color: #000;
	margin: 0 auto;
	padding: 1em;
	border: 1em solid #bbb;
	font-size: 13px;
		width: 420px;
	}
#MessageSection_MessageForm6 label{
	color:#000;
	font-weight: normal;
	font-size: 85%;
}
#MessageSection_MessageForm6 .MessageSection_ExtraInfo{
	color:#777;
	font-weight: normal;
	font-size: 85%;
}
.MessageForm_Buttons{
	text-align: right;
}
#MessageSection_MessageForm6 .inputPassword,
#MessageSection_MessageForm6 .inputText{
	border: 1px solid #a5acb2;
}
#MessageSection_MessageForm6 .formFieldRequiredMarker{
	font-size: 100%;
	float:none;
}
#MessageSection_MessageForm6 label.invalidFormInput{
	white-space: nowrap;
}
.Message_Pending{
	text-align: center;
}

.MessageSection_MessageForm .capImg{
	padding: 0 0 .5em;
	display: inline-block;
}
.MessageSection_MessageForm .capAnswer{
	display: block;
}
#MessageSection_MessageForm6 .capAnswer input.inputText{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	float: none;
}
.MessageSection_MessageForm .capRefresh{
	font-size: 90%;
	display: block;
}
.MessageSection_MessageForm .capRefresh a{
	text-decoration: underline;
	cursor: pointer;
}

/* PAGINATION */
.resultsCountTop,
.resultsCountBottom{
	font-size: 85%;
	background:#f3f3f3;
	color: #777;
	padding: .25em;
	text-align: center;
}
.resultsCountBottom{
	clear:both;
}
.resultsPageLinks,
.resultsPageLinksBottom{
	font-size: 90%;
	font-weight:bold;
	background:#f3f3f3;
	color: #000;
	padding: .25em;
	text-align: center;
}
.resultsPageLinksBottom{
	clear:both;
}


						.quickBtnWrap{
    text-align: center;
}
.quickBtn{
    margin: 1em 0;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; HOMEPAGE IMAGE BLOCKS &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.home #content div.cms_Imagesingle{
    max-width: none;
    padding: 0;
    margin-bottom: 12px;
}
.home #content div.cms_Imagesingle:first-child{
    margin-bottom: 0;
}
.home #content div.cms_Imagesingle .cms_Image_textAbove :first-child{
    margin-top: 0;
}
.home #content div.cms_Imagesingle .cms_Image_textAbove :last-child{
    margin-bottom: 0;
}
.home #content div.cms_Imagesingle .cms_Image_textAbove{
    padding: 4em 1em;
}
.cms_Imagesingle_2554 .cms_Image_textAbove{
    max-width: 535px;
    margin: 0 auto;
}
.home #Image2325{
    background-position: center 35%;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; FEATURED PRODUCTS &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.home #content .cms_region.cms_FeaturedProducts_2448{
    padding-bottom: 0;
}
.home #content .cms_region.cms_FeaturedProducts_2502{
    padding-top: 0;
}
.home #content .cms_region.cms_FeaturedProducts_2502 hr{
    margin-top: 0;
}
.cms_FeaturedProducts_2502 .cms_FeaturedProducts_textAbove{
    text-align: center;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; HOME HERO TEXT &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.homeTop{
    text-align: center;
    color: #fff;
}
.homeTop a{
    color: #fff;
}
.homeTop h1,
.homeTop h2{
    font-size: 200%;
    line-height: 1.7;
    font-weight: normal;
    color: #fff;
    padding: 0;
    margin: .67em;
}
.homeTop .button{
    font-weight: bold;
}
#tinymce .homeTop .button{
    color: #000;
    border-color: #000;
}
#tinymce .homeTop,
#tinymce .homeTop h1,
#tinymce .homeTop h2{
    color: #000;
}

.home-btns{
    padding: 3em 0 .75em 0;
}
.home-btns a{
    margin: 0 1em;
    font-weight: bold;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; PAGE WIDTH &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.seocart_CategoryProductContainer{
    padding-top: 0;
}
.home #content.pageWidth{
    width: 100%;
    padding: 0;
}
.home #content .cms_region{
    margin: 0 auto;
    padding: 2em 1em;
}
.home .cms_FeaturedProducts_2502 .cms_FeaturedProducts_textAbove,
.home #content .cms_AudioVideo_2504{
    max-width: 1000px;
    margin: 0 auto;
}
.home #content .cms_BasicTextandImages_2503{
    max-width: none;
    padding: 0;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; PRODUCT HEADINGS &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.cms_FeaturedProducts h2{
    margin: 0;
    font-size: 180%;
}
.cms_FeaturedProducts h3{
    margin-top: 0;
    font-size: 150%;
    font-weight: bold;
}
.cms_FeaturedProducts p{
    color: #9c9696;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; DARK REGION &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.darkRegion{
    background: #000;
    color: #fff;
    padding: 2em 1em;
}
.darkRegion .inner{
    max-width: 1000px;
    margin: 0 auto;
}
.darkRegion .button{
    margin-top: 1em;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; TESTIMONIAL SECTION &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.MessageSection_Container .Message_CustomFieldLabel{
    display: none;
}
div ul.MessageSection_AllMessages{
    width: 95%;
    margin: 0 auto !important;
}
ul.MessageSection_AllMessages .slick-track{
    transition: none;
}
.MessageSection_Container li.MessageSection_Message{
    padding: 1em;
    vertical-align: top;
    white-space: normal;
    border: none;
    text-align: center;
    font-size: 150%;
}
.MessageSection_Container .Message_CustomField{
    margin: 0;
    padding: .5em;
    background: #f0f0f0;
    text-align: left;
}
.MessageSection_Container .Message_CustomField1{
    padding-top: 1em;
    text-align: right;
    padding-right: 40px;
    font-size: 80%;
}
.MessageSection_Container .Message_CustomField2{
    padding-left: 35px;
    padding-right: 35px;
}
.MessageSection_Container .Message_Name{
    height: 40px;
    background: #f0f0f0 url(/images/managed/quote.png) no-repeat;
    background-size: auto 25px;
    background-position: 17px 15px;
    position: relative;
    top: 18px;
}



.hero-container {
    margin-right: -16px;
    margin-left: -16px;
    margin-top: -2em;
    margin-bottom: 6em; 
}


.hero-img {
    width: 100%;
    height: 27em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: relative;
    top: -30em;        /* pulls text UP onto the image */
    margin-bottom: -18em; /* removes extra white space below */
    text-align: center;
    z-index: 10;       /* ensures text always sits above images */
}



/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; TABS &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.tab .tablink{
    color: black;
    background-color: white;
    border-bottom: 2px solid black;
}
.tab .activeBtn{
    border-bottom: 5px solid #f03c40;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; SHOP CARDS &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.shop-card{
    background-size: cover;
    width: 40vw;
    margin: .5em;
}
.shop-card-wrapper{
    width: 78vw;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.tabcontent .tabcontent-icons{
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    width: 600px;
    max-width: 90vw;
    margin: 0 auto;
}
#Seller .tabcontent-icons{
    margin: 0 auto;
}
.tabcontent .tabcontent-icons p{
    font-size: 22px;
}
#create > img{
    position: relative;
    top: 8px;
}
#bag > img{
    position: relative;
    top: 10px;
}

.streaming-logo-slick .slick-track{
    display: flex;
}
.streaming-logo-slick .slick-track .slick-slide{
    display: flex;
    height: 12vh;
    align-items: center;
    justify-content: center;
}

.button{
    font-size: 90%;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; AUDIO &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.cms_AudioVideo{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.StreamingMedia_player{
    max-width: 900px;
    margin: 0 auto;
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; RESPONSIVE &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
@media only screen and (max-width: 600px){
    .cms_AudioVideo{
        width: auto;
        display: block;
    }
    .home .StreamingMedia_container,
    .home #content .cms_region.cms_AudioVideo{
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1008px){
    .hero-img{
        background-position: 50% 20%;
    }
    .frontpage-icons{
        display: flex;
        justify-content: space-between;
        width: 61em;
        margin: 0 auto;
    }
    #speed{
        position: absolute;
        left: 0;
        right: 0;
    }
    #speed #handshake img{
        height: 150px;
        width: auto;
    }
    #diamond{
        position: relative;
        top: 7.5px;
    }
    #speed img{
        position: relative;
        top: 2px;
    }
    #diamond img{
        position: relative;
        bottom: 4px;
    }
    #Buyer .tabcontent-icons{
        position: relative;
        left: 1em;
    }
    .shop-card h1{
        position: relative;
        top: 1.25em;
    }
    h3{
        position: relative;
        top: 1.25em;
    }
}

@media only screen and (max-width: 1007px){
    #diamond{
        position: relative;
        bottom: 0.5em;
    }
    #handshake{
        position: relative;
        top: 0.5em;
    }
    .shop-card h1{
        position: relative;
        top: 1.25em;
    }
    h3{
        position: relative;
        top: 1.25em;
    }
}

@media only screen and (max-width: 600px){
    .tabcontent .tabcontent-icons{
        font-weight: normal;
        font-size: 80%;
    }
    p a{
        font-size: 100%;
    }
    .tabcontent-icons div p span{
        font-size: 80%;
    }
    .tabcontent-icons #add-details{
        padding-left: 2em;
        padding-right: 2em;
    }
    .tabcontent-icons #create{
        padding-left: 2em;
        padding-right: 2em;
    }
    .shop-card{
        width: auto;
        height: 250px;
        margin-bottom: 2.5em;
    }
    h1{
        position: relative;
        top: 1.25em;
    }
    h3{
        position: relative;
        top: 1.25em;
    }
    .shop-card p{
        position: relative;
        bottom: 0.3em;
    }
    .shop-card-wrapper{
        display: block;
        width: 85vw;
        margin: 0 auto;
    }
    #shop-covers{
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px){
    .streaming-logo-slick{
        padding: 4px;
    }
}

/* &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; ICON ROWS &acirc;&#128;&#148;&acirc;&#128;&#148;&acirc;&#128;&#148; */
.frontpage-icons {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.frontpage-icons h3{
    margin-top: 0;
}
.frontpage-icons-container{
    padding-top: 0;
    padding-bottom: .1em;
    font-size: 95%;
    margin-top: -8em; 
}


#diamond,
#speed,
#handshake{
    display: flex;
    justify-content: space-around;
}

#diamond img{
    max-width: 43px;
    max-height: 45px;
    position: relative;
    top: 0.5em;
}
#speed img{
    max-width: 65px;
    max-height: 53px;
    position: relative;
    top: 0.6em;
}
#handshake img{
    max-width: 70px;
    max-height: 56px;
    position: relative;
    top: 0.5em;
}

.frontpage-icons-container {
    padding-top: 1.5em !important;
}

/* MOBILE &acirc;&#128;&#148; Stack feature icons vertically */
@media (max-width: 768px) {
    .frontpage-icons {
        display: block;
        text-align: center;
    }

    .frontpage-icons > div {
        margin-bottom: 3em; /* space between each icon block */
    }

    .frontpage-icons img {
        margin: 0 auto;
        display: block;
    }

    .frontpage-icons h2,
    .frontpage-icons h3,
    .frontpage-icons p {
        text-align: center;
    }
}



						
