.visible-mobile {
	display:none !important;
}

@media (max-width:767px) {

.visible-mobile {
	display:inline-block !important;
}
.hide-mobile {
	display:none !important;
}

#show-menu {
	float:right;
    width: 25px;
    padding: 10px;
	margin-top:5px;
}

img, #show-menu img {
	max-width:100%;
}

#topmenuMobile {
    float: left;
    width: 75%;
    position: fixed;
    height: 100%;
    background: #fff;
    width: 0px;
    overflow: hidden;
	top:0px;
	left:0px;
	z-index:99;
    padding: 15px 0px;
	box-shadow: 5px 0 5px -2px #888;
	transition:0.5s ease;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
}

#topmenuMobile li {
	float:left;
	width: 84%;
    padding: 0px 8%;
	margin-bottom:10px;
}

#topmenuMobile li img {
	width:90%;
}

#topmenuMobile li a {
	display:inline-block;
	margin:0px 20px;
	font-size:14px;
	line-height:24px;
	color:#444444;
	text-decoration:none;
}
#topmenuMobile li:last-child a {
	background:none;
}

#topmenuMobile.activeMenu {
    width: 75%;
}

#closeMobileMenu {
	position:fixed;
	right:20px;
	top:15px;
	display:none;
	transition:0.5s;
	-webkit-transition:0.5s;
}

#closeMobileMenu.Show {
	display:inline-block;
}

.container-inner {
	width:92%;
    padding: 0px 4%;
}

h1 {
	font-size:30px;
}
h3 {
	font-size:1.6em;
}
.h3-small {
	font-size:1.1em;
}

#logo {
	width: 160px;
    background-size: 100% 100%;
}

#hero-container.hero-anim {
	display:none;
}
.info {
	width:100%;
	max-width:450px;
}
.container-customers {
	display:none;
}
#latest-results .container-inner {
	overflow:scroll;
	height:400px;
}
.packages-list {
	width:100%;
	max-width:636px;
}
.packages-item {
	max-width:100%;
}
.packages-item-first .packages-header {
	border-radius:8px 8px 0 0;
}
.help {
	max-width:100%;
}
.features-item {
	width:100%;
}
h1.header-tagline {
	font-size:26px;
}
.contact_box_inner {
	margin-left:4px;
}
.contact-description {
	width:100%;
	max-width:363px;
}
.yourmessage .contact-description {
	width:100%;
	max-width:550px;
}
#disclaimer {
	display:inline-block;
}
#disclaimer .right {
	margin-top:10px;
}
#disclaimer a {
	line-height:2;
}


}

@media (min-width:768px) and (max-width:991px) {
.menu-item {
	padding:0px 5px;
}
.container-inner {
    width: 96%;
    padding: 0px 2%;
}
.info {
	width:47%;
	max-width:450px;
}
h1 {
	font-size:30px;
}
#introduction h2 {
	font-size:14px;
	padding-right:15px;
}
#introduction p { 
	font-size:14px;
	padding-right:40px;
}
#hero-container {
    width: 100%;
    max-width: 910px;
    right: 0px;
}
#hero-laptop {
    max-width: 910px;
    background-size: 100% 90%;
}
#pack_section {
	text-align:center;
}
.packages-list {
	float:none;
	display:inline-block;
}
.help {
    float: none;
    display: inline-block;
    text-align: justify;
}


}