/*
 Theme Name:     Envor Child Theme
 Theme URI:      http://demo.vegatheme.com/envor/
 Description:    Envor Child Theme
 Author:         Ocean Theme
 Author URI:     http://vegatheme.com
 Template:       envor
 Version:        1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  envor-child
*/
 
@import url("../envor/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
body {
		font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
		font-weight:400;
}
.body-copy {
	font-size:16px;
	line-height:1.5;
	color:#333;
}
.envor-section h2 {
	text-align:center;
	font-size:36px;
	color:#385769;
	border-bottom: 2px #DFD6D6 solid;
	padding-bottom:5px;
}
 .envor-about-widget p.links a:hover {
	border-color: #ffffff !important;
background-color:#ffffff !important;
color:#385769 !important;}
.envor-copyright-widget {
	padding-top:0 !important;
}
.envor-mobile-menu {
	background-color:#F2F2F2 !important;
   border-left-color:#e5e5e5;
}
.envor-mobile-menu .border, .envor-mobile-cart-list .border {
	background-color:#e5e5e5;
}
.envor-mobile-menu nav ul li a {
	color:#000;
}
.envor-mobile-menu h3 {
	color:#385769;
}
.envor-mobile-menu .current_page_item.current-menu-item.page_item a , .current_page_item.current-menu-item.page_item a {
	color:#385769;
}
.current_page_item.current-menu-item.page_item {
	/*
	background-color: #fff;	*/
	color:#385769;	
	background:rgba(255,255,255,1) !important;
	
}
#envor-mobile-cart-btn{
	display:none !important;
}
 #envor-mobile-menu-btn {
	 background-color:#385769;
	 color:#f2f2f2;
 }
#envor-mobile-menu-btn, #envor-mobile-cart-btn{
	top:0;
	
}
.clicked, .envor-feature-2-color header i {
	background-color:#e5e5e5 !important;
color:#858789 !important;}
.envor-logo{
	
}
li.menu-item:hover {
	background-color:#fff;
}

	@media screen and (max-width:1200px){
		.envor-logo{
			width:200px;
		}
		
		.envor-header-1 .envor-header-bg .envor-logo{
			padding:35px 0;
		}
	}
	
	@media screen and (max-width:991px){
		.envor-logo{
			width:150px;
		}
		
		.envor-header-1 .envor-header-bg .envor-logo{
			padding:39px 0;
		}
	}
	
	@media screen and (max-width:768px){
		.envor-logo{
			width:200px;
			text-align:center;
		}
		
		.envor-header-1 .envor-header-bg .envor-logo{
			padding:35px 0;
			position:relative;
			margin:0 auto;
		}
	}

.envor-testimonials-1 p {
	color:#333;
}
.envor-header-1 .envor-header-bg{
	background-color: #f2f2f2;
	position: fixed;
    z-index: 100;
	height:auto;
	border:none;
	border-bottom:#e5e5e5 solid 1px;}

.envor-content{
	margin-top:100px;
}

.envor-header-1 .envor-header-bg nav > ul > li{
	width: auto;
	padding: 0px 20px;
	line-height: 100px;
	border: 0px solid #fff;
	border-left-width: 0px;
	border-right-width: 0px;
}

.envor-header-1 .envor-header-bg nav .hover   {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 1;
}

.nv-fold{
	width: 100%;
	float: left;
	background-image: url(images/fold-background.jpg);
	background-size: contain;
	background-color: transparent !important;
	background-position: center !important;
	background-repeat: no-repeat;
	position: relative;
}

.nv-fold:before{
	content: "";
	display: block;
	padding-top: 20%;
}

.nv-fold-breaker{
	padding:40px 0;
	width:100%;
	background-color:#385769;
	overflow: hidden;
}

.nv-fold-breaker-left{
	float:left;
	vertical-align: middle;
	min-height: 40px;
	line-height: 40px;
	padding: 0 15px;
	box-sizing:border-box;
}

.nv-fold-breaker-right{
	float:right;
	vertical-align: middle;
	padding: 0 15px;
	box-sizing:border-box;
}

	@media screen and (max-width:768px){
		.nv-fold-breaker-left{
			padding:0;
		}
		
		.nv-fold-breaker-right{
			width:100%;
			margin-top:10px;
			padding:0;
		}

	}

.nv-fold-breaker-text{
	font-size:35px;
	color:#fff;
	vertical-align: top;
	padding-right:5px;
}

	@media screen and (max-width:991px){
		.nv-fold-breaker{
			padding:20px 10px;
		}
		
		.nv-fold-breaker-left img{
				width:160px;
		}
		
		.nv-fold-breaker-text{
			font-size:24px;
		}
	}

.nv-under-fold-image{
	width: 100%;
	height:80px;
	float:left;
	background-image: url(images/under-fold-background.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-position: center !important;
	background-repeat: no-repeat;
	position: relative;
	margin:0;
	padding:0;
}

.white-button{
	cursor:pointer;
	width:200px;
	height:40px;
	line-height: 40px;
	background:#f2f2f2;
	text-align: center;
	color:#385769;
	font-size:18px;
	border-radius: 4px;
	display: inline-block;
	border:1px solid transparent;
	box-sizing:border-box;
	
	-webkit-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
}

	.white-button:hover{
		border:1px solid #f2f2f2;
		color:#f2f2f2;
		background:transparent;
	}
	
	.white-button:active{
		border:1px solid transparent;
		color:#385769;
		background:#f2f2f2;
	}

.blue-button{
	cursor:pointer;
	width:200px;
	height:40px;
	line-height: 40px;
	background:#385769;
	text-align: center;
	color:#fff;
	font-size:18px;
	border-radius: 4px;
	display: inline-block;
	border:1px solid transparent;
	box-sizing:border-box;
	
	-webkit-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
}

	.blue-button:hover{
		border:1px solid #385769;
		color:#385769;
		background:transparent;
	}
	
	.blue-button:active{
		border:1px solid transparent;
		color:#fff;
		background:#385769;
	}

.white-row{
	padding:60px 0;
}

.nv-app-icon{
	cursor:pointer;
	float:left;
	width:20%;
	margin-bottom:20px;
}

	@media ( min-width:768px ){
		.nv-app-icon:nth-child(5n+1){
			clear:both;
		}
	}

	@media ( max-width:768px){
		.nv-app-icon{
			width:50%;
		}
		
		.nv-app-icon:nth-child(2n+1){
			clear:both;
		}
	}
	
	@media (max-width:500px){
		.nv-app-icon{
			width:80%;
			margin-left:10%;
		}
	}



.nv-app-icon-img{
	width:40px;
	min-height:40px;
	display: inline-block;
}

.nv-app-icon-text{
	font-size:26px;
	color:#858789;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}



.grey-row{
	padding:60px 0;
	background-color:#f2f2f2;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.center{
	text-align:center;
}

/*inner header*/
.inner-header-line {
	background:#fff;
	background-color:#fff;
}
.inner-header-line img {
	height:22px;
}

	@media screen and (max-width: 768px){
		.inner-header-line{
			display:none;
		}
		
		.envor-content.inner-page{
			margin-top:100px !important;
		}
	}

.header-wrp {
	height:101px;
}
.envor-header-1 .envor-header-bg nav > ul > li > a {
	font-size:115%;
}
/*nav app items*/
.nv-app-2 , .nv-app-3, .nv-app-4, .nv-app-5 {
	width:100%;
	float:left;
	margin-top:30px;
}
.nv-app-icon-text{
	font-size:26px;
}
.app-rw-2 {
	margin-top:30px;
}
/*inner-page*/

.envor-content.inner-page {
	margin-top:122px;
}
.inner-page .nv-fold-breaker-text {
	text-transform:uppercase;
	font-weight:400;
}

.nv-fold-breaker-text.lower{
	text-transform:none;
	padding-right: 14px;
    margin-right: -4px;
}

.app-wrp {margin-bottom:60px;}
.body-copy-2 {
    font-size:14px;
    color:#333;
    line-height:1.5;
	padding-bottom:35px;
}
.body-copy-3 {
    font-size:14px;
    color:#333;
    line-height:1.5;
}


.nv-app-box{
	width: calc(20% - 36px);
    float: left;
    margin-left: 36px;
	margin-bottom:36px;
	box-sizing:border-box;
	float:left;
	padding:20px 10px;
	height:220px;
	color:#fff;
}

	@media screen and (min-width:1200px){
		.nv-app-box:nth-child(5n+1){
			margin-left:0px;
		}
	}

	@media screen and (max-width:1200px){
		.nv-app-box{
			width: calc(25% - 36px);
		}
		
		.nv-app-box:nth-child(4n+1){
			margin-left:0px;
		}
	}
	
	@media screen and (max-width:991px){
		.nv-app-box{
			width: calc(50% - 36px);
		}
		
		.nv-app-box:nth-child(2n+1){
			margin-left:0px;
		}
	}
	
	@media screen and (max-width:480px){
		.nv-app-box{
			width: 100%;
		}
		
		.nv-app-box:nth-child(1n+1){
			margin-left:0px;
		}
	}


@media (min-width: 768px) {

	.nv-app-1 , .nv-app-2 , .nv-app-3, .nv-app-4, .nv-app-5 {
		margin-top:0px;
	}
	.nv-app-icon-text{
		font-size:15px;
	}
	.nv-app-1 {
		width:15%;
	}
	.nv-app-2 {
		width:17%;
	}
	.nv-app-3 , .nv-app-4 {
		width:20%;
	}
	.nv-app-5 {
		width:27%;
	}
			.current_page_item.current-menu-item.page_item {
	/*
	background-color: #fff;	*/

	height: 102px;
	
	background:rgba(255,255,255,1) !important;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;

}
}


@media (min-width: 992px) {

	.nv-app-icon-text{
		font-size:20px;
	}
}

@media (min-width: 1200px) {
	
	.nv-app-icon-text{
		font-size:26px;
	}
}




.nv-app-box:first-child{
	background-color:#7da34b;
}
.nv-app-box:nth-child(2){
	background-color: #42718b ;
}
.nv-app-box:nth-child(3){
	background-color: #b6b186 ;
}
.nv-app-box:nth-child(4){
	background-color: #f29c0b ;
}
.nv-app-box:nth-child(4) .nv-app-box-title{
	vertical-align: top;
    padding-top: 12px;
}
.nv-app-box:nth-child(5){
	background-color: #9868ae ;
}
.nv-app-box:nth-child(5) .nv-app-box-title {
	font-size:14px;
}
.nv-app-box:nth-child(6){
	background-color: #53abda ;
}
.nv-app-box:nth-child(7){
	background-color: #dc4644 ;
}
.nv-app-box:nth-child(8){
	background-color: #f3cd49 ;
}
.nv-app-box:nth-child(9){
	background-color: #858789 ;
}
.nv-app-box:nth-child(10){
	background-color: #21b1b1 ;
}

.nv-app-box-icon{
	width:40px;
	height:40px;
	display:inline-block;
	text-transform: uppercase;
}

.nv-app-box-title{
	font-size: 16px;
	display:inline-block;
	vertical-align:middle;
	text-transform: uppercase;

}

.nv-app-box-desc{
	margin-top:20px;
	height:80px;
	overflow:hidden;
}

.nv-app-box-login-container{
	margin-top:20px;
	color:#363b3f;
	cursor:pointer;
}

.nvl{
}



.row-padding{
	padding:0 15px;
}

.nv-team-filter-container{
	padding:0;
	margin:0;	
	//width:100%;
	display:inline-block;
	min-height:35px;
	line-height:35px;
	background:#eee;
	margin-bottom:30px;
	margin-top:-25px;
}

.nv-team-filter-item{
	cursor:pointer;
	display:inline-block;
	margin:0;
	padding:0 33px;
	box-sizing:border-box;
	
	-webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

 .envor-about-widget p.links a:hover {
	border-color:#fff;
	background-color:#fff;
	color:#385769;
}
	@media screen and (max-width:768px){
		.nv-team-filter-item{
			width:50%;
			float:left;
			text-align:center;
		}
	}

	.nv-team-filter-item:hover{
		color:#101010;
	}

.nv-team-filter-item.selected{
	background:#385769;
	color:#fff;
	position:relative;
}

.nv-team-filter-item.selected::after{
	content:"";
	display:block;
	position:absolute;
	bottom:-6px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #385769;
}

	@media screen and (max-width:990px){
		.nv-team-filter-item.selected::after{
			display:none;
		}
	}





.nv-team-boxes-container{
	text-align:center;
	margin:0;
	padding:0;
	margin-bottom:35px;
	overflow:hidden;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}

.nv-team-box-flipper{
	cursor:pointer;
	position:relative;
	width:20%;
	height:250px;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	float:left;
	//margin: -1px 0 0 -1px;
	overflow:hidden;
	
	
	-webkit-transition: -webkit-transform 0.4s linear;
	-webkit-transform-style: preserve-3d;
	-moz-transition:-moz-transform 0.4s linear;
	-moz-transform-style: preserve-3d;  
	-o-transition:-o-transform- 0.4s linear;
	-o-transform-style: preserve-3d;
	transition:transform 0.4s linear;
	transform-style: preserve-3d;
	
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	
	-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	
	//-webkit-backface-visibility: hidden;
	//-moz-backface-visibility: hidden;
	//-o-backface-visibility: hidden;
	//backface-visibility: hidden;
}

.nv-team-box{
	height:250px;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	
	background-size:cover;
	background-position: top center;
	background-repeat: no-repeat;
}

	.nv-team-box-flipper.flip-close{
		-webkit-transform: rotateY(90deg);
		-moz-transform: rotateY(90deg);
		-o-transform: rotateY(90deg);
		transform: rotateY(90deg);
		
		-webkit-transition: -webkit-transform 0.4s ease-in;
		-moz-transition:-moz-transform 0.4s ease-in;
		-o-transition:-o-transform- 0.4s ease-in;
		transition:transform 0.4s ease-in;
	}
	
	.nv-team-box-flipper.flip-open{
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
		
		-webkit-transition: -webkit-transform 0.4s ease-out;
		-moz-transition:-moz-transform 0.4s ease-out;
		-o-transition:-o-transform- 0.4s ease-out;
		transition:transform 0.4s ease-out;
	}
	
	.nv-team-box-flipper.closed{
		-webkit-transform: rotateY(90deg);
		-moz-transform: rotateY(90deg);
		-o-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}

	.nv-team-box.partners{
		background-size: contain;
		background-position: center;
	}

	.nv-team-box-hide{
		opacity:0;
	}

	@media screen and (max-width:768px){
		.nv-team-box-flipper{
			width:33.3%;
			height:210px;
		}
				
		.nv-team-box{
			height:210px;
		}
	}
	
	@media screen and (max-width:450px){
		.nv-team-box-flipper{
			width:50%;
			height:210px;
		}
				
		.nv-team-box{
			height:210px;
		}
	}

.nv-team-box-hover-overlay{
	position:absolute;
	bottom:-100px;
	width:100%;
	height:60px;
	background:rgba(255,255,255,0.85);
	color:#555;
	padding:10px;
	margin:0;
	box-sizing:border-box;
	text-align:left;
	
	-webkit-transition: bottom 0.2s ease-out;
    -moz-transition: bottom 0.2s ease-out;
    -o-transition: bottom 0.2s ease-out;
    transition: bottom 0.2s ease-out;
}

	.nv-team-box:hover > .nv-team-box-hover-overlay{
		bottom:0; 
	}

.nv-team-box-hover-overlay-name{
	font-size:14px;
}

.nv-team-box-hover-overlay-position{
	font-size:10px;
	line-height: 10px;
}

.nv-team-list-type{
	font-size: 28px;
    color: #385769;
	margin-bottom:15px;
}




.nv-team-list-container{
	padding:0;
	margin:35px 0;
	
}

.nv-team-list-item{
	padding:0;
	margin:0;
	color:#555;
	margin-bottom:35px;
}

.nv-team-list-item.hide{
	display:none;
}

.nv-team-list-item-image{
	width:166px;
	height:210px;
	border:1px solid #eee;
	display:inline-block;
	overflow:hidden;
	
	background-size:cover;
	background-position: top center;
}

.nv-team-list-item-info{
	display:inline-block;
	padding:0;
	margin:0;
	margin-left:20px;
	width:calc(100% - 186px);
}

.nv-team-list-item-info-mobile-ready{
	display:inline-block;
	padding:0;
	margin:0;
	margin-left:20px;
	width:calc(100% - 186px);
}

	@media screen and (max-width:768px){
		.nv-team-list-item-info-mobile-ready{
			margin-left:0;
			width:100%;
		}
	}

.nv-team-list-item-name, .nv-team-list-item-position, 
.nv-team-list-item-phone, .nv-team-list-item-email{
	margin:0;
	padding:0;
}

.nv-team-list-item-name{
	font-size:16px;
}

.nv-team-list-item-position{
	margin-top:-4px;
}

.nv-team-list-item-phone{
	margin-top:-4px;
}

.nv-team-list-item-email{
	text-decoration:underline;
	margin-top:-6px;
}

.nv-team-list-item-text{
	margin-top:10px;
}

	@media screen and (max-width:600px){
		.nv-team-list-item-text{
			clear:both;
		}
	}




.permissions-double-pane, .permissions-full-pane{
	width:100%;
	max-width:500px;
	padding:0;
	margin:0;
	margin-bottom:20px;
	clear:both;
	margin-left:15px;
}

	.permissions-double-pane input{
		width:100%;
	}

.permissions-left-pane{
	width:48%;
	padding:0;
	margin:0;
}

.permissions-right-pane{
	width:48%;
	padding:0;
	margin:0;
	margin-left:4%;
}

	@media screen and (max-width:600px){
		.permissions-double-pane, .permissions-full-pane{
			margin-left:0px;
			margin-bottom:5px;
			padding:10px;
		}
		
		.permissions-left-pane, .permissions-right-pane{
			width:100%;
			margin-left:0px;
		}
		
		.permissions-right-pane{
			margin-top:20px;
		}
		
		.permissions-button{
			width:100%;
		}
	}

.permissions-full-pane textarea{
	resize:vertical;
	width:100%;
	min-height:150px;
}

.permissions-checkbox{
	width:20px;
	height:20px;
	vertical-align:bottom;
}

.permissions-checkbox-text{
	vertical-align:middle;
	margin-left:5px;
}

.permissions-error{
	color:red;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	display:none;
}

.nv-video-lightbox-container{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.4);
	z-index:9999;
	
	visibility:hidden;
	opacity:0;
	
	-webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
	
	.nv-video-lightbox-container.open{
		visibility:visible;
		opacity:1;
	}
	

.nv-video-lightbox-padder{
	padding: 20px 10px 10px 10px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 600px;
}

.nv-video-lightbox{
	padding:15px;
	background:#fff;
	border-radius:4px;
	width:100%;
}

.nv-video-lightbox-closer{
	position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 10008;
    font-size: 18px;
	background:#101010;
	
	-webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

	.nv-video-lightbox-closer:hover{
		background:#385769;
	}

.back-to-top{
	cursor:pointer;
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
	background: #363b3f;
	position:fixed;
	bottom:20px;
	right:20px;
	
	visibility:hidden;
	opacity:0;
	
	z-index:9999;
	
	-webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out, background 0.1s ease-out, color 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out, visibility 0.1s ease-out, background 0.1s ease-out, color 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out, visibility 0.1s ease-out, background 0.1s ease-out, color 0.1s ease-out;
    transition: opacity 0.1s ease-out, visibility 0.1s ease-out, background 0.1s ease-out, color 0.1s ease-out;
}

	.back-to-top:hover{
		color:#363b3f;
		background:#999999;
	}
	
	.back-to-top:active{
		color:#999999;
		background: #363b3f;
	}

	@media (max-width:769px){
		.back-to-top{
			left:20px;
			right:auto;
		}
	}
	
	.back-to-top.show{
		visibility:visible;
		opacity:1;
	}
	
	.team-search-input{
		position:relative;
		max-width:260px;
		width:100%;
		height:40px;		
	}
	
	.team-search-input::after{
		content:"";
		display:block;
		position:absolute;
		right:15px;
		top:16px;
		width: 0; 
		height: 0; 
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		
		border-top: 10px solid #e2d9dc;
	}
	
	.team-search-input input{
		width:100%;
		height:40px;
		background:transparent;
		border:1px solid #e7e7e7;
		border-radius:4px;
		outline:0;
		padding:0 10px;
	}
	
	.team-search-input .team-search-dropdown{
		position:absolute;
		top:40px;
		left:0;
		max-height:250px;
		overflow-y:auto;
		background:#fff;
		z-index:5;
		border:1px solid #e7e7e7;
		border-radius:4px;
		padding:0;
		margin:0;
		display:none;
	}
	
		.team-search-input .team-search-dropdown.show{
			display:block;
		}
	
	.team-search-input .team-search-dropdown .item{
		cursor:pointer;
		width:100%;
		height:30px;
		line-height:30px;
		padding:0 10px;
		display:none;
		color:#101010;
	
		-webkit-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
		-moz-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
		-o-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
		transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
	}
	
		.team-search-input .team-search-dropdown .item.show{
			display:block;
		}
	
	.team-search-input .team-search-dropdown .item:hover{
		background:rgba(0,0,0,0.05);
	}