/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	body {
		padding-top: 105px;
	}
	body.admin-bar {
		padding-top: 77px;
	}
	.home-logo {
		left: 10px;
		top: 10px;
	}
	.home-logo img {
		width: 100px;
		height: auto;
	}
	.modal-wrapper {
		margin-top: 5em;
		padding: 50px 15px;
	}
	.modal-wrapper h2 {
		font-size: 1.5em;
	}
	.media-tiles-wrap {
		width: 200%;
	}
	.admin-bar #header {
		top: 0;
	}
	.admin-bar .breadcrumbs-wrapper,
	.breadcrumbs-wrapper {
		top: 89px;
	}
	.lang-es .breadcrumbs-wrapper,
	.lang-pt .breadcrumbs-wrapper {
		top: 120px;
	}
	#header {
		border-color: #ddd;
	}
	#header .menu-wrapper {
		text-align: left;
		margin-top: 0;
		padding-top: 10px;
		float: none;
		clear: both;
	}
	#header .logo,
	#header .tagline {
		margin-top: 5px;
	}
	#aux-header-menu {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
	#aux-header-menu .menu-item {
		padding: 0;
		text-align: center;
		border: none;
	}
	#header .menu-item a {
		font-size: 3.4vw;
		font-weight: 600;
	}
	#aux-header-menu .btn {
		margin: 0;
	}
	#aux-header-menu .btn a {
		padding: 5px 10px;
		font-size: 12px;
	}
	.lang-es #aux-header-menu,
	.lang-pt #aux-header-menu {
		flex-wrap: wrap;
	}
	.lang-es #header .menu-item:not(.btn-primary) a,
	.lang-pt #header .menu-item:not(.btn-primary) a {
		font-size: 4.4vw;
		font-weight: 400;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.lang-es #aux-header-menu .btn,
	.lang-pt #aux-header-menu .btn {
		margin-top: 5px;
	}
	.lang-es #aux-header-menu .btn a,
	.lang-pt #aux-header-menu .btn a {
		font-size: 3.7vw;
	}
	#aux-footer-menu .menu-item a  {
		font-size: 3vw;
	}
	.bottom-menu {
		width: 50%;
		min-height: 100px;
	}
	.bottom-menu:nth-child(2n+4) {
		clear: both;
	}
	.prezi {
		padding-top: 20px;
		clear: both;
	}
	#bottom-footer {
		font-size: 0.8em;
		line-height: 1.5em;
	}
	#bottom-footer .copyright {
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
	}
	.lang-es #bottom-footer .copyright,
	.lang-pt #bottom-footer .copyright {
		width: 100%;
	}
	.lang-es .bottom-menu,
	.lang-pt .bottom-menu {
		width: 50%;
	}
	.button {
		margin-top: 10px;
	}
	iframe,
	video {
		max-width: 100%;
		height: auto;
	}
	.sidebar .auxmode-ss {
		height: 600px;
	}
	#footer .cta {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#footer .ebook-link img {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 !important;
	}
	.social-icons .google-play {
		clear: both;
		float: none;
	}
	.module-anchor-statement {
		font-size: 3.5rem;
    	line-height: 4.5rem;
	}
	.home-clients-carousel .carousel .item {
		height: 300px;
		padding: 0 10%;
	}
	.home-clients-carousel .carousel .item .logo-container {
		flex-wrap: wrap;
	}
	.home-clients-carousel .carousel .item img {
		max-width: 30%;
	}
	.hero {
		background-image: none;
		font-size: 1.1em;
		margin-bottom: 0;
	}
	.hero.lighter {
		background-position: 80% 80%;
	}
	.products-home .hero h1 {
		font-size: 1.4em;
	}
	.panel-usp h3 {
		font-size: 1.7em;
		margin-top: 30px;
	}
	.panel-usp .youtube-social-icon {
		margin-bottom: 5rem;
		max-width: 75%;
		height: auto;
	}
	.yt-embed-placeholder img,
	.sample-container img {
		max-width: 100%;
		height: auto;
	}
	.tablepress.price-packages-features {
		margin-top: -40px;
	}
	.tablepress.price-packages-features .column-1,
	.tablepress.price-packages-features .column-2,
	.tablepress.price-packages-features .column-3,
	.tablepress.price-packages-features .column-4,
	.tablepress.price-packages-features .column-5 {
		width: auto;
	}
	.tablepress.price-packages-features thead th {
		text-align: left;
		min-height: 180px;
	}
	.tablepress.price-packages-features thead th span {
		-webkit-writing-mode: tb-lr;
		writing-mode: tb-lr;
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		transform: rotate(-180deg);
		min-height: 10em;
	}
	#calculators-accordion .panel-body {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	#header .menu-item a {
		font-size: 17px;
	}
}
@media (max-width: 991px) {
	.home-clients-carousel .carousel {
		margin-top: 0;
	}
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.slim-calculator .youtube-views-to-money-calculator .btn {
		margin-top: 144px;
	}
}