/* Add here all your CSS customizations */

a.box_home:hover, a.box_home:hover {
	text-decoration:none;
}


@media (max-width: 599px) {
#thyroid  {
	max-width: 90%;
}
#pagetop{
	background-image: url(../img/bg-head-mob.jpg) !important;
}
}

@media (max-width: 991px) {
#desk {
	display:none;
}
}

@media (min-width: 991px) {
#mobile {
	display:none;
}
}

.thumb-info .thumb-info-title{
background:transparent;
}

.thumb-info:hover .thumb-info-title{
background:transparent;
}

.search{
-webkit-transition: width 0.2s ease-in 0.2s;
-moz-transition: width 0.2s ease-in 0.2s;
transition: width 0.2s ease-in 0.2s;
border-radius: 20px;
width: 170px;
font-size: 0.9em;
padding: 6px 12px;
height: 34px;
margin: 0;
}

.search button.btn-default {
border: 0;
background: transparent;
position: absolute;
top: 0;
right: 0;
color: #CCC;
z-index: 3;
}

#header nav ul.nav-main ul.dropdown-menu {
	filter: none !important;
}