@CHARSET "UTF-8";
/* MIN - MAX */

@media  (min-width : 992px) and (max-width : 1200px) {
	.progicoform,
	.nameform,
	.downloadform,
	.infoform,
	.mailform {
		float: left;
	}

	.nameform {
		width: calc(100% - 30px);
	}

	.downloadform {
		clear: both;
		margin-top: 10px;
	}

	.infoform {
		margin-top: 10px;
	}

	.mailform {
		margin-top: 10px;
		width: calc(100% - 129px);
	}

	.files-download-list .table-like {
		display: block;
	}

	.files-download-list .table-row {
		display: block;
	}
}

@media  (min-width : 652px) and (max-width : 992px) {
	.progicoform,
	.nameform,
	.downloadform,
	.infoform,
	.mailform {
		display: table-cell;
		vertical-align: top;
	}

	.smaller-boxes {
		min-width: 635px;
	}

	.nameform {
		width: 38%;
	}

	.downloadform {
		clear: none;
		margin-top: 0;
	}

	.infoform {
		margin-top: 0;
	}

	.mailform {
		width: calc(60% - 129px);
	}
}

@media  (min-width : 430px) and (max-width : 651px) {
	.progicoform,
	.nameform,
	.downloadform,
	.infoform,
	.mailform {
		float: left;
	}

	.nameform {
		width: calc(100% - 30px);
	}

	.downloadform {
		clear: both;
		margin-top: 10px;
	}

	.infoform {
		margin-top: 10px;
	}

	.mailform {
		margin-top: 10px;
		width: calc(100% - 129px);
	}

	.files-download-list .table-like {
		display: block;
	}

	.files-download-list .table-row {
		display: block;
	}
}


/* MIN WIDTH */
/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
	.progicoform,
	.nameform,
	.downloadform,
	.infoform,
	.mailform {
		display: table-cell;
		vertical-align: top;
	}

	.smaller-boxes {
		min-width: 635px;
	}

	.nameform {
		width: 38%;
	}

	.downloadform {
		clear: none;
		margin-top: 0;
	}

	.infoform {
		margin-top: 0;
	}

	.mailform {
		width: calc(60% - 129px);
	}
}

/* Medium Devices, Desktops */
@media (min-width : 992px) {
	.smaller-boxes {
		padding-left: 10px;
	}

	#result-image {
		padding-right: 0;
	}

	.navbar-collapse {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }

    
}





/* MAX WIDTH */
@media (max-width: 992px) {
	.search-result.tile-result {
		max-width: 48%;
	}

	.topbar-agregate-container {
		width: 100%;
	}

	.topbar-agregate-container > div {
		clear: both;
		margin: 5px 0;
		width: 100%;
	}

	.topbar-agregate-container > div > a {
		display: block;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}

	.features_values_container  {
		left: 0;
		top: 0;
	}
	.features_values_container_arrow {
		display: none;
	}

	.topbar-agregate-container > div > .roll-down-box {
		position: relative;
		top: 0;
		width: 100%;
		margin-top: -3px;
	}

	header .navbar-right {
		float: none !important;
	}
}

@media(max-width:767px) {
	#welcome-text-intro {
		text-align: center;
		font-size: 35px;
		line-height: 40px;
	}
	
	#welcome-list {
		margin-top: 30px;
	}
	
	.navbar-collapse, .navbar-header {
		margin: 0;
	}
	
	.navbar-header {
		padding: 0;
		width: 100%;
		background: url("../img/li_pointer.png") repeat #d20014;
		height: auto;
	}
	
	#top-nav ul li a {
		color: #000;
		padding: 10px 0;
		border:none;
		font-size: 16px;
		text-decoration: none;
		text-align: center;
	}
	
	.navbar-collapse {
		border: none;
	}
	
	#welcome-sign-in {
		width: 100%;
	}
	
	footer {
		margin-top: 20px;
	}
	
	#bottom-nav .navbar-text {
		padding-left: 20px;
		margin: 0;
		line-height:20px;
	}
	
	.top-title {
		padding-bottom: 0px;
	}
	
	.navbar-text {
		color: #d20014 !important;
		text-align: center;
		line-height: 40px;
	}
	
	.navbar-nav li:hover {
		background: #fff;
	}
	
	li.navbar-text:hover {
		background: none;
	}
	
	#search-form-container {
		clear: both;
		width: 100%;
	}
	
	#search-container {
		max-width: 100%;
	}

	.search-result.list-result {
		display: none;
	}

	.list .search-result.tile-result {
		display: block;
	}

	.result-sort-container span {
		display: block;
		margin-top: 10px;
	}
}

@media(max-width:480px) {
	#welcome-text-intro {
		font-size: 30px;
		line-height: 35px;
	}
	
	#welcome-list {
		display: none;
	}
	
	main {
		margin-top: 0;
	}

	.search-result.tile-result {
		max-width: 98%;
	}

	.navbar-header a img {
		max-width:80%;
	}

	.features_values_container {
		width: 100%;
	}

	.under-header .back-button,
	.under-header .db-version,
	.under-header .country-select * {
		font-size: 12px !important;
	}
}

@media  (max-width : 430px) {
	.progicoform,
	.nameform,
	.downloadform,
	.infoform,
	.mailform {
		float: left;
	}

	.nameform {
		width: calc(100% - 30px);
	}

	.downloadform {
		clear: both;
		margin-top: 10px;
	}

	.infoform {
		margin-top: 10px;
	}

	.mailform {
		clear: both;
		margin-top: 10px;
		width: 100%;
	}

	.files-download-list .table-like {
		display: block;
	}

	.files-download-list .table-row {
		display: block;
	}
}