@media (max-width: 1000px) and (min-width: 768px) {
    .sf-hidden-sm {
        display: none!important;
    }
}

@media (max-width: 767px) {
    .sf-hidden-xs {
        display: none!important;
    }
}

@media (max-width: 1199px) and (min-width: 1001px) {
    .sf-hidden-md {
        display: none!important;
    }
}

@media (min-width: 1200px) {
    .sf-hidden-lg {
        display: none!important;
    }
}

.sf-phone-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.sf-phone-header {
    background: #00A1E0;
    background: linear-gradient(to bottom, #00A1E0 0%, #008bc9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$light-blue5', endColorstr='#008bc9', GradientType=0);
    height: 40px
}
.sf-phone-header .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.sf-phone-header .menuBtn {
    background: url('nav-icons.png') -59px 2px no-repeat;
    background-size: 120px;
    height: 30px;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    cursor: pointer
}
.sf-phone-header .menu .sf-content {
    position: fixed;
    overflow: auto;
    background-color: #00A1E0;
    top: 0;
    left: 0;
    max-width: 80%;
    min-width: 70%;
    height: 100%;
    z-index: 999;
    box-shadow: 7px 0 15px 0 rgba(0, 0, 0, .3);
    padding-left: 30px;
    margin-left: -30px
}
.sf-phone-header .menu .content.ng-hide-add {
    -webkit-animation: 1s bounceOutUp ease;
    animation: 1s bounceOutUp ease
}
.sf-phone-header .menu .content.ng-hide-remove {
    -webkit-animation: 1.5s bounceInLeft ease-in-out;
    animation: 1.5s bounceInLeft ease-in-out
}
.sf-phone-header .menu li {
    border-top: solid 1px #AED9EA;
    margin-left: -30px
}
.sf-phone-header .menu li:hover {
    cursor: pointer;
}
.sf-phone-header .menu li.closeBtn {
    background-color: #0384B7;
    border: none
}

.sf-phone-header .menu li.closeBtn::after {
    border-top: none
}
.sf-phone-header .menu li:last-of-type {
    border-bottom: none
}
.sf-phone-header .menu li a {
    color: #fff;
    font-size: 17px;
    margin-left: 30px;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}
.sf-phone-header .menu li a.active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.sf-phone-header .menu .items {
    margin: 0
}
.sf-phone-header .menu .subitems {
    margin-left: 30px;
    padding-left: 10px
}
.sf-phone-header .menu .backBtn {
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}
.sf-phone-header .menu .backBtn.ng-hide-add {
    -webkit-animation: .5s fadeOut ease;
    animation: .5s fadeOut ease
}
.sf-phone-header .menu .backBtn.ng-hide-remove {
    -webkit-animation: .5s fadeIn ease;
    animation: .5s fadeIn ease
}
.sf-phone-header .logo {
    background: url('nav-icons.png') center -228px no-repeat;
    background-size: 160px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    margin-right: 30px
}
.sf-phone-header .login {
    color: #fff
}

.sf-phone-header .sf-content,
.sf-phone-header .backBtn {
    display: none;
}

.sf-phone-header-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .sf-phone-header-container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .sf-phone-header-container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .sf-phone-header-container {
        width: 1170px;
    }
}
.sf-phone-header-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 320px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

@media all and (max-width: 1100px) {
	.content.CoveoSearchInterface{min-width: 450px !important; width:100% !important;}/*1201*/
	.content.CoveoSearchInterface #content_main_container{min-width: 400px !important; width:100% !important;}/*1101*/
	.content.CoveoSearchInterface #wrapper{min-width: 350px !important; width:100% !important; padding:0 !important;}/*981*/
	.content.CoveoSearchInterface #searchBox{width:100% !important;}/*910px;*/
	.content.CoveoSearchInterface #htSearchMainWrapper{width:96% !important; margin-left: 2%; !important; margin-right: 2%;}
	.content.CoveoSearchInterface #htSearchWrapper{width:100% !important;}
	.content.CoveoSearchInterface .coveo-results-section{
		max-width: 100% !important;
	}
	#htSearchMainWrapper{height: 170px;}
	.footer{min-width: 450px !important; width: 100% !important;}

	
}

@media all and (max-width: 1000px) {
	.nav-group{display:none !important;}
	#footer{display:none !important;}
	.container{min-width: 450px !important; width: 100% !important;}
	.nav-group{min-width: 300px !important; width: 80% !important;}
	.header.header-comty{width: 100% !important;}

	.CoveoSearchInterface .coveo-search-section {
		display: block;
		float: left;
		margin-right: 0%;
		width: 100%; 
	}
	.CoveoSearchInterface .coveo-search-section:last-child {margin-right: 0; } 

	.CoveoSearchInterface .coveo-search-section .coveo-logo-column {display: none; } 

	.CoveoSearchInterface .coveo-results-section {
		display: block;
		float: left;
		margin-right: 0%;
		width: 100%; 
	}
	.CoveoSearchInterface .coveo-results-section:last-child {margin-right: 0; }

	.CoveoSearchInterface .coveo-results-section .coveo-facet-column {
		display: block;
		float: left;
		margin-right: 0%;
		width: 100%;
		max-width: 100%; 
		
	}
	.CoveoSearchInterface .coveo-results-section .coveo-facet-column:last-child {margin-right: 0; }

	.CoveoSearchInterface .coveo-results-section .coveo-results-column {
		display: block;
		float: left;
		margin-right: 0%;
		width: 100%; 
	}
	#htSearchMainWrapper{height: 130px;}
	.CoveoSearchInterface .coveo-results-section .coveo-results-column:last-child {margin-right: 0; }
	.comty .content {
		padding-top:40px !important;
	}
}

@media all and (max-width: 600px) {
	#htSearchMainWrapper{height: 100px;}
	.CoveoFacet .coveo-value .coveo-caption {font-size: 130% !important;}
}

.header-user-image {
	height: 25px;
	width: 25px;
	fill: #fff;
}