@media (max-width:1199px) and  (min-width:992px) {
	#header {
		padding:0;
	}
	.btn {
		height:42px;
		line-height:42px;
		padding:0 30px;
		font-size:18px;
	}
	.btn:hover {
		height:40px;
		line-height:40px;
		padding:0 29px;
	}
	.center {
		max-width:980px;
	}
	#nav {
		right:16px;
	}
			#home a {
				padding-top:140px;
				margin:80px auto 0;
				font-size:14px;
			}
				#home a:after,
				#home a:before {
					width:100px;
					height:100px;
					margin-left:-50px;
					background-size:200px 100px;
				}

			#container #calendario .content {
				height:calc(100% - 335px);
			}
				#calendario .content h2 {
					font-size:56px;
				}
						#calendario .content ul li {
							width:145px;
							height:123px;
							margin:0 7px;
						}
						#calendario .content ul li:after {
							width:127px;
							bottom:8px;
						}
							#calendario .content ul li p.city {
								height:44px;
								line-height:22px;
								font-size:14px;
							}
								#calendario .content ul li p.city span {
									height:44px;
								}
							#calendario .content ul li p.date {
								font-size:56px;
							}
			#cadastro {
				height:226px;
			}
					#cadastro p.title {
						padding:12px 0 10px;
					}
						#cadastro input {
							height:36px;
							padding:5px 12px;
						}

			#experiencias .header {
				height:160px;
			}
				#experiencias .header h2 {
					font-size:56px;
				}
				#experiencias .header h3 {
					font-size:18px;
				}
			#experiencias .content {
				height:calc(100% - 271px);
			}
					#experiencias .content .item p {
						margin-bottom:20px;
						line-height:20px;
						font-size:16px;
					}
						#experiencias .content .item ul.cars li {
							width:150px;
						}
							#experiencias .content .item ul.cars li p {
								font-size:14px;
								margin-bottom:10px;
							}
								#experiencias .content .item ul.cars li div.img img {
									-ms-transform: scale(0.8); /* IE 9 */
								    -webkit-transform: scale(0.8); /* Safari */
								    transform: scale(0.8);
								}
			#instagram .header {
				width:100%;
				height:120px;
				top:111px;
				left:0;
				position:absolute;
			}
				#instagram .header h2 {
					padding-top:10px;
					font-size:56px;
					font-family: 'vw_headbold';
					color:#545b5c;
					text-align:center;
					text-transform:uppercase;
				}
			#instagram .content {
				height:calc(100% - 351px);
				top:231px;
			}


					#instagram .content .gallery li {
						width:228px;
						margin:8px 6px;
					}
						#instagram .content .gallery li .img {
							width:228px;
							height:150px;
						}
							#instagram .content .gallery li .img img {
								width:228px;
							}
						#instagram .content .gallery li .box {
							width:188px;
							height:160px;
							padding:10px 20px;
						}
							#instagram .content .gallery li .box .user {
								margin:5px 0 10px;
							}
							#instagram .content .gallery li .box p {
								line-height:19px;
								font-size:14px;
							}
							#instagram .content .gallery li .box p + p {
								height:76px;
							}
				#instagram .footer a {
					padding:0 30px;
					margin-top:60px;
				}
				#instagram .footer a:hover {
					height:40px;
					line-height:40px;
					padding:0 29px;
				}
				#album .header h2 {
					font-size:56px;
				}
			#album .content {
				height:calc(100% - 211px);
				top:211px;
			}
				#album .content .gallery {
					text-align:center;
				}
					#album .content .gallery li {
						width:200px;
						height:150px;
						margin:8px 6px;
					}
					#album .content .gallery li a {
							width:200px;
							height:200px;
						}
					#album .content .gallery li img {
							width:200px;
							height:200px;
						}
						#album .content .gallery li:hover img {
							width:230px;
							height:230px;
						}
					#mais .header h2 {
						font-size:56px;
					}
			#mais .footer:after {
				width:170px;
				height:152px;
				margin-left:-85px;
				background-size:cover;
				top:-76px;
			}
					#mais .footer a.btn span {
						top:16px;
						padding:8px; /* Arrow size */
					}
}