

.clickdate_Wrapper::after, .clickdate_Clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clickdate_Section {
    position: relative;
    z-index: 10;
}

#clickdate_Header-Menu{
    z-index: 60;
	margin: 10px 0;
}

.clickdate_Wrapper {
    height: 100%;
    margin: 0 auto;
    position: relative;
    transition: all 0.2s linear 0s;
}

.clickdate_Wrapper {
    width: 1024px;
}

/**************************/
/********* Header Menu ****/
/**************************/

/*** Categories ***/

#clickdate_Header-Menu #clickdate_Menu {
    width: 100%;
	margin: 0 auto;
    height: 36px;
	position: relative;
}

#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item {
    /*position: relative; */
    float: left;
	margin: 0 3px;
}

#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > a {
    float: left;
    /*position: relative;*/
    color: #666;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    z-index: 10;
    text-transform: uppercase;
}

#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > a[title="Home"] {
	background: none;
	padding: 0 15px;
}

@media only screen and (max-width: 783px) {
    #clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > a {
        padding: 0 10px;
    }
}

#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item:hover > a, #clickdate_Header-Menu #clickdate_Menu >.clickdate_Item.clickdate_ItemCategories a,
#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > a:hover{
    text-decoration: none;
    background-color: #2d2d2d; 
	color: #fff;
}
#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item.clickdate_Touched:hover a{
    text-decoration: none;
    background-color: #fff; 
}
#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item.clickdate_Touched a img{padding-top:12px;}
/*** Dropdown ***/

#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item:hover > .clickdate_Dropdown,
#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item.clickdate_Touched > .clickdate_Dropdown{ display: block; }


#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > .clickdate_Dropdown{
    position: absolute;
    top: 36px;
    left: 0px;
    display: none;
    padding: 15px 0;
    z-index: 1000;
    background-color: #404040; 
    background-color: rgba(64,64,64,0.95);
    box-shadow: 0 4px 3px rgba(0,0,0,.21);
	width: 100%;
}
#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > .clickdate_Dropdown #clickdate_navMain {
    padding: 0;
}
#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > .clickdate_Dropdown > #clickdate_navMain .clickdate_navlinkss {
	width: 25%;
	float:left;
}
#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > .clickdate_Dropdown > #clickdate_navMain span{
	width: 25%;
	float: left;
}
#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > .clickdate_Dropdown > #clickdate_navMain a{
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 2;
    background-color: transparent;
    padding:0 10px 0 38px;
    background-image: url('../images/list-arrow.png');
    background-position: 23px center;
    background-repeat: no-repeat;
}

#clickdate_Header-Menu #clickdate_Menu > .clickdate_Item > .clickdate_Dropdown > #clickdate_navMain a:hover{
    color: #ffffff;
    background-color: #2d2d2d; 
    text-decoration: none;
}

@media only screen and (max-width: 783px) {
    #clickdate_Header-Menu{
        display: none;
    }
}

#clickdate_Currenthead {
    float:right;
    height: 35px;
    line-height: 35px;
    color:#666;
	text-transform: uppercase;
}

#clickdate_HeaderTexts {
    background-color: #ebebeb;
    box-shadow: 1px 2px 3px #EBEBEB;
    height: 4px;
    overflow: hidden;
    z-index: 41;
}

#clickdate_HeaderTexts .clickdate_Wrapper {
    text-align: center;
}

#clickdate_HeaderTexts .clickdate_Wrapper span {
    background-position: 26px center;
    background-repeat: no-repeat;
    border-left: 1px solid #dbdbdb;
    color: #b73957;
    display: inline-block;
    font-family: "Lato";
    font-size: 0.95em;
    line-height: 41px;
    padding: 0 25px 0 60px;
    text-transform: uppercase;
}

#clickdate_HeaderTexts .clickdate_Wrapper span:first-child {
    border: medium none;
}

#clickdate_HeaderTexts .clickdate_Wrapper span#clickdate_Text-1{
    background-image: url("../images/text1.png");
}

#clickdate_HeaderTexts .clickdate_Wrapper span#clickdate_Text-2{
    background-image: url("../images/text2.png");
}

#clickdate_HeaderTexts .clickdate_Wrapper span#clickdate_Text-3{
    background-image: url("../images/text3.png");
}

#clickdate_HeaderTexts .clickdate_Wrapper span#clickdate_Text-4{
    background-image: url("../images/text4.png");
}




