
ul.simpleTabsNavigation {
    margin: 0 0px;
    padding: 0;
    text-align: left;
    position: relative;
}

    ul.simpleTabsNavigation li {
        list-style: none;
        display: inline;
        margin: 0;
        padding: 0;
        position: relative;
    }

        ul.simpleTabsNavigation li a {
            border: 1px solid #E0E0E0;
            padding: 3px 3px;
            background: #F0F0F0;
            font-weight: bold;
            font-size: 16px;
            text-decoration: none;
            position: relative;
            margin-bottom: -7px;
            border-radius: 5px 5px 0 0;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
        }

            ul.simpleTabsNavigation li a:hover {
                background-color: #F6F6F6;
            }

            ul.simpleTabsNavigation li a.current {
                background: #fff;
                color: #222;
                border-bottom: 1px solid #fff;
            }

div.simpleTabsContent {
    border: 1px solid #E0E0E0;
    padding: 5px 15px 15px;
    /*display: none;*/
    border-radius: 0 5px 5px 5px;
}

    div.simpleTabsContent.currentTab {
        display: block;
    }

/*overall tabbed search container*/
div.simpleTabs {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 5px;
   /* 
    border: 1px solid #CFD3DD;
    border-radius: 3px;
    background: none repeat scroll 0% 0% #F4F6F9;
	*/
}
/*tab style*/
ul.simpleTabsNavigation li a {
    border: 1px solid #D3D3D3;
    background: #989EAB;
    color: #23242B;
}
    /*hovered tab style*/
    ul.simpleTabsNavigation li a:hover {
        background-color: #FFFFFF;
        color: #23242B;
    }
    /*active tab style*/
    ul.simpleTabsNavigation li a.current {
        background: #434C5A;
        color: #FFFFFF;
        border-bottom: 2px solid #D3D3D3;
    }
/*tab content style*/
div.simpleTabsContent {
    border: 0px;
}

.InnerRow {
    /*margin-top: 35px;*/
    padding-left: 40px;
    padding-right: 85px;
    margin-right: -15px;
    margin-left: -15px;
}

.MainContainer {
    width: 93%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    box-sizing: border-box;
	margin-top: 35px;
}

body {
    background: none;
	font-family: 'Gotham', 'arial', 'sans-serif' !important;
}

input[type="text"] {
	/*
    padding: 2px 5px;
    background-color: rgba( 255,255,255,0.85 );
    color: #444;
    width: 90%;
    height: 32px;
    margin-top: 0px;
    position: relative;
    //border: 2px solid #CFD3DD;
    border-radius: 3px;//
	height: 63px !important;
    padding: .6em .8em .5em;
	*/
	
    border: 1.5px solid #8f929e;
    padding: 18px 20px;
    margin: 0;
    caret-color: #e50e56;
    color: #080809;
    font-size: 16px;
    font-weight: 325;
    line-height: 26px;
    letter-spacing: -0.16px;
}

p.searchby {
    font-size: 18px;
}

.artcheckbox {
    /*appearance: none; */
    vertical-align: middle;
    display: inline-block;
    width: 26px;
    height: 26px;
    /* border-radius: 4px; */
    /*outline: 2px solid #080809;*/
    padding: 0;
    margin: -4 6 0 0 !important;
    font-weight: 350;
}

select {
    padding: 2px 5px;
    background-color: rgba( 255,255,255,0.85 );
    color: #444;
    width: 20%;
    height: 36px !important;
    margin-top: 0px;
    position: relative;
    border: 1px solid;
    /*border-radius: 3px;*/
    float: left;
    margin-right: 5px;
}

.searchSelect{
    height: 64px;
    padding: 18px 20px;
    margin: 0;
    caret-color: #e50e56;
    color: #080809;
    font-size: 16px;
    font-weight: 325;
    line-height: 26px;
    letter-spacing: -0.16px;
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    height: 45px;
    width: 30%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    border: 1px solid;
}

.searchLabels label {
    font-size: 16px;
    font-weight: 350;
}

.finderSearchBtn {
    background-color: transparent;
    font-size: 24px;
}

button {
    background-color: transparent;
    border: none;
    right: -8px;
    top: 2px;
    position: absolute;
    display: inline;
}

.searchBtnBottom button.searchBtn {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 24px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: #fff;
    background-color: #080809;
    line-height: 1.4;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 0 1rem;
    min-width: 110px;
    height: auto;
}

.LeftContainer.catalogue-title.col-sm-3 {
    /*text-align: right;*/
    font-size: 26px;
    color: #000;
    line-height: 1.1;
    font-weight: bold;
}

span#DT1_FT {
	padding-right: 20px;
}

.innerSearch {
    position: relative;
    border: 1px solid;
	height:64px;
    /*border-radius: 3px;*/
    margin-left: 116px;
    background-color: rgba( 255,255,255,0.85 );
}

 
.searchBtn:hover {
	cursor: pointer;
}
			
.searchBtn {
	height: 100%;
	/*width: -webkit-fill-available;*/
	background-color: transparent;
	z-index: 10;
	top: auto;
	right: auto;	
	width:15% !important;
}

div.search div.innerSearch input[type=text] {
	border: 0px;
	outline: 0;
}

input:focus, input:active {
	outline: none !important;
	border: 1px solid #5e9ed7;
	box-shadow: 0 0 10px #5e9ed7;
}
			

@media (max-width: 767px) {
.innerSearch
    .LeftContainer.catalogue-title.col-sm-3 {
        text-align: left;
    }

    .inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .InnerRow {
        padding-left: 0px;
        padding-right: 0px;
    }

    .innerSearch {
        margin-left: 33%;
        width: 70%;
    }

    select {
        width: 43%;
		height: 64px !important;
		padding: .6em .8em .5em;
		font-size: 16px;
		line-height: 26px;
    }

    input[type="text"] {
        width: 85%;
    }

    .searchLabels {
        width: 100%;
		font-size: 12px;
		margin-top: 10px;
    }
	
	.searchBtnBottom {
		margin-top: 20px;
	}

    div.simpleTabs {
        height: 90%;
    }
	
	
	.Search {
		font-size: 12px;
	}
	
}

@media (min-width:100px) and (max-width:480px) {
	select {
		float: none;
	}
	
	.searchSelect {
		width:100%
	}
	
	.innerSearch {
		margin-left:0px;
		margin-top: 20px;
		width: 100%;
		max-width: 480px;
	}
	
	span#DT1_FT {
		float:left;
		width: 100%;
	}
	span#DT2_FT {
		float:left;
		margin-top: 20px;
	}
	
	.searchLabels {
        margin-top: 10px;
        overflow: auto;
        padding-top: 5px;
    }
}
	
	
	
@media (device-width: 320px) {
	label{
	    font-size: 10px;
	}
	
	select {
		float: none;
	}
	
	.Search {
		font-size: 8.5px;
	}
	
}


