html {
    font-size: 62.5%;
	overflow-x:hidden;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    line-height: 1;
	background:url(../images/bg.png) no-repeat center 190px #d7dfe2;
}

a {
    outline: 0 none;
	text-decoration:none;
	color:#9C1D07;
}

a:hover {
}

img {
	outline:0 none;
	border:0 none;
}

html, button, input, select, textarea {
    color: #222222;
}

h1, h2 ,h3 {
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	font-size:36px;
	font-size:3.6rem;
	color:#fff;
	padding:0 0 20px 0;
	font-weight:700;
}

h2 {
	font-size:30px;
	font-size:3.0rem;
	color:#fff;
	padding:0 0 8px 0;
	font-weight:700;
}

h3 {
	font-size:18px;
	font-size:1.8rem;
	color:#fff;
	padding:0 0 8px 0;
	line-height:135%;
	font-weight:700;
}

h1 span, h2 span, h3 span {
	font-weight:400;
}

p {
	color:#fff;
	padding:0 0 15px 0;
	padding:0 0 1.5rem 0;
	line-height:21px;
	line-height:2.1rem;
	font-size:15px;
	font-size:1.5rem;
}

ul, ol {
	padding:0 0 15px 0;
	padding:0 0 1.5rem 0;
	line-height:21px;
	line-height:2.1rem;
	font-size:15px;
	font-size:1.5rem;
	list-style:disc;
	margin-left:30px;
}

input, textarea, select {
	padding:10px;
	margin:0;
	border:1px solid #fff;
	color:#999;
	font-style:italic;
}

hr {
	border: 0 none;
	height: 1px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

strong {
	font-weight:700;
	color: #3a3a3a;
}
#footer strong {
	font-weight:700;
	color: #FFF;
}
.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #e5e5e5 #e5e5e5 #e5e5e5 #e5e5e5 -moz-use-text-color;
    border-image: none;
    border-radius: 0px;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #e5e5e5;
}
.table th {
   /* border-top: 1px dotted #f7f7f7;*/
    line-height: 18px;
    padding: 8px 8px 8px 8px;
    text-align: left;
    vertical-align: top;
	background-color: #e7ebed;
}
.table td {
   /* border-top: 1px dotted #f7f7f7;*/
    line-height: 18px;
    padding: 0 8px 18px 8px;
    text-align: left;
    vertical-align: top;
	background-color: #e7ebed;
}
.table thead th {
    background: #ced5d8 none repeat scroll 0 0;
    border-top: 0 none;
    vertical-align: bottom;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #e5e5e5;
}

.table-bordered1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #333 #333 #333 -moz-use-text-color;
    border-image: none;
    border-radius: 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.table-bordered1 th, .table-bordered 1td {
    border-left: 1px solid #333;
}
.table1 th, .table1 td {
    border-top: 1px dotted #333;
    line-height: 18px;
    padding: 8px;
    vertical-align: top;

}
.table1 thead th {
    background: #f7f7f7 none repeat scroll 0 0;
    border-top: 0 none;
    vertical-align: bottom;
	color: #000;
}
.table-bordered1 th, .table-bordered1 td {
    border-left: 1px solid #333;
}
.table-bordered .topwhite td {
	border-top: 1px dotted #f7f7f7;
	padding-top: 10px;
}	
.table-bordered p {
	padding: 0px;
}	
.table-bordered .bottomwhite td {
	border-bottom: 1px dotted #f7f7f7;
}	
	
.container {
	margin: 0 auto;
    width: 1140px;
	color: #666;
}

.right {
    float: right;
}

.left {
    float: left;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

#google-maps, .google-maps {
	width:100%;
	height:350px;
}

.leftBorder {
    border-left: 1px solid #CCCCCC;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 3;
}
.rightBorder {
    border-right: 1px solid #CCCCCC;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 3;
}

.pad10 {
	padding:10px;
}

.pad15 {
	padding:15px;
}

.pad30 {
	padding:30px;
}

.pad60 {
	padding:60px;
}

.boxPad {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 45px;
	padding-right: 75px;
	padding-bottom: 75px;
	padding-left: 75px;
}

#wrapper {
	overflow:hidden;
	position:relative;
}

.iframe-container {
    position: relative;
    padding-bottom: 216.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Top Bar */
.topBar {
	padding:0px 0;
}

.middleBtns {
	width:375px;
	margin:30px auto 0;
	position:relative;
}

.login {
	width:145px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#399bce;
	display:block;
	text-align:center;
	float:left;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	margin-top:20px;
}

.login:before {
	position:absolute;
	left:-29px;
	top:0;
	height:40px;
	width:40px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	background:#D7DFE2;
	display:block;
	content:'';
}

.signup {
	width:145px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#39ceb7;
	display:block;
	text-align:center;
	float:left;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	margin-top:20px;
}
.signup-p {
	width:145px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#c434d1;
	display:block;
	text-align:center;
	float:left;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	margin-top:20px;
}


.signup:before {
	position:absolute;
	right:-29px;
	top:0;
	height:40px;
	width:40px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	background:#D7DFE2;
	display:block;
	content:'';
}

.signup-p:before {
	position:absolute;
	right:-29px;
	top:0;
	height:40px;
	width:40px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	background:#D7DFE2;
	display:block;
	content:'';
}


.hexLogo {
	float:left;
	margin:0 8px;
}

.phone {
	text-align:right;
	float:right;
	padding-right:75px;
}

.phone h2 {
	color:#DF4228;
	font-size:36px;
	font-size:3.6rem;
}

.phone h3 {
	color:#3a3a3a;
	font-size:18px;
	font-size:1.8rem;
	padding:0;
}

/* Header */
header {
}

#menuBox {
	margin-bottom:40px;
}

#menu {
	position:relative;
	z-index:999;
}

.topMenu {
	background:#212121;
	height:60px;
}

.menuBtn {
	float:left;
	cursor:pointer;
	padding-left:130px;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	font-weight:900;
	letter-spacing:-1px;
	text-transform:uppercase;
	line-height:60px;
	vertical-align:middle;
}

.menuBtn img, .country img {
	margin-left:7px;
}

.country {
	float:right;
	padding-right:130px;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	font-weight:900;
	letter-spacing:-1px;
	text-transform:uppercase;
	line-height:60px;
	vertical-align:middle;
}

.dropDown {
	display:none;
	position:absolute;
	background:rgba(0,0,0,0.75);
	width:100%;
}

nav {
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding:0 75px;
	position:relative;
}

nav:before {
	content:'';
	border-width:0 70px 20px 0;
	border-color:transparent #9C1D07 transparent transparent ;
	border-style:solid;
	width:0;
	height:0;
	position:absolute;
	top:80px;
	left:75px;
}

nav:after {
	content:'';
	border-width:20px 70px 0px 0;
	border-color:#9C1D07 transparent transparent transparent ;
	border-style:solid;
	width:0;
	height:0;
	position:absolute;
	top:80px;
	right:75px;
}

.ribbonLeft {
	height:80px;
	width:138px;
	position:absolute;
	top:36px;
	left:0;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	background:#DF4228;
	z-index:-1;
}

.ribbonLeft:before {
	content:'';
	width:80px;
	height:80px;
	position:absolute;
	top:0px;
	left:-40px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	background:#D7DFE2;
}

.ribbonRight {
	height:80px;
	width:138px;
	position:absolute;
	top:36px;
	right:0;
	transform:rotate(13deg);
	-webkit-transform:rotate(13deg);
	-moz-transform:rotate(13deg);
	background:#DF4228;
	z-index:-1;
}

.ribbonRight:before {
	content:'';
	width:80px;
	height:80px;
	position:absolute;
	top:0px;
	right:-40px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	background:#D7DFE2;
}

nav ul {
	padding:0;
	margin-right:0;
	text-align:center;
	vertical-align:top;
	background:#DF4228;
}

nav ul li {
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:top;
}

nav ul li a {
	display:inline-block;
	height:80px;
	line-height:80px;
	padding:0px 15px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	font-weight:900;
	text-transform:uppercase;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
}

nav ul li a:hover, nav ul li.current a {
	background-color:#df4228;
}

nav ul li ul {
	display:none;
	position:absolute;
	width:230px;
	background:#971A05;
	padding:8px 0;
	margin:0;
	border-top:1px solid #C1152F;
	
	transition:all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
	-ms-transition:all 400ms ease-in-out 0s;
	-o-transition:all 400ms ease-in-out 0s;
	z-index:3;
}

nav ul li ul li {
	float:none;
	display:block;
}

nav ul li ul li a {
	height:auto;
	line-height:normal;
	display:block;
	padding:4px 18px;
	font-weight:400;
	color:#fff;
	text-align:left;
	text-transform:capitalize;
}

nav ul li ul li a:hover {
	color:#fff;
}

nav ul li.current ul li a {
	color:#fff;
}

nav ul li.current ul li a:hover {
	color:#fff;
}

nav ul li:hover ul {
	display:block;
}

.socialMedia {
	height:60px;
	background:#df4228;
}

.socialMedia ul {
	text-align:center;
	padding:10px 0;
}

.socialMedia li {
	display:inline-block;
	padding:0 8px;
	margin:0;
}

/* Mobile Menu */
#mobile-menu {
    display: none;
}

#responsive-nav-button {
	display:none;
}

/* Banner */
#banner {
	height:660px;
	width:100%;
	position:relative;
	overflow:hidden;
}

.scrollingBanner {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
}

.bannerContent {
	position:relative;
	z-index:11;
}

.logo {
	width:289px;
	margin:30px auto;
	float:left;
	padding-left:75px;
}

.logo img {
	max-width:100%;
}

.title {
	color:#3a3a3a;
	font-size:136px;
	font-size:13.6rem;
	font-weight:normal;
	font-family: 'Lobster', cursive;
}

.title span {
	color:#df4228;
}

.checkIt {
	text-align:center;
}

.checkitBtn {
	display:inline-block;
	height:60px;
	line-height:60px;
	padding:0 35px;
	background:#df4228;
	color:#000;
	font-size:21px;
	font-size:2.1rem;
	text-transform:uppercase;
	font-weight:700;
}

/* Intro */
#intro {
	color:#3a3a3a;
	margin-bottom:60px;
}

#intro h1, #intro h2, #intro p, #intro ul, #intro ol {
	color:#3a3a3a;
}

#intro h3 {
	color:#DF4228;
}

.left {
	float:left;
	width:50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

.right {
	float:right;
	width:50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

/* Content */
section {
}
#content {
	position:relative;
	margin-bottom:0px;
	background:#df4228;
}

#content:before {
	content:'';
	display:block;
	height:13px;
	background:url(../images/breaker1.jpg) repeat-x top left;
	clear:both;
}

#content:after {
	content:'';
	display:block;
	height:15px;
	background:url(../images/breaker2.jpg) repeat-x top left;
	clear:both;
}

#content .container {
	text-align:center;
}

.boxed {
	border:1px solid #9C1D07;
	padding:60px 30px 30px 30px;
	margin:50px 0 40px;
	position:relative;
}

.boxed:before {
	content:'';
	height:80px;
	width:70px;
	background:url(../images/hexagon.png) no-repeat center center;
	background-size:70px 80px;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-35px;
	top:-40px;
}

.fullHeight {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}

.bigImg {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:350px;
	position:relative;
}

.bigImg:before {
	content:'';
	height:0;
	width:0;
	top:0;
	left:0;
	border-style:solid;
	border-color:#DF4228 transparent transparent transparent;
	border-width:50px 520px 0px 0px;
	position:absolute;
	z-index:9999999;
}

.bigImg:after {
	content:'';
	height:0;
	width:0;
	bottom:0;
	right:0;
	border-style:solid;
	border-color: transparent transparent #DF4228 transparent;
	border-width:0px 0px 50px 520px;
	position:absolute;
	z-index:9999999;
}

.content p, .content ul, content ol {
	font-size:14px;
	font-size:1.4rem;
}

#trustBadges {
	margin-bottom:50px;
}

#trustBadges ul {
	text-align:center;
}

#trustBadges li {
	display:inline-block;
	padding:0 50px;
	margin:0;
}

#trustBadges li h2 {
	padding:15px 0 0 0;
	font-size:24px;
	font-size:2.4rem;
	color:#df4228;
	text-transform:uppercase;
}

/* Pricing */
.price-package {
    background: none repeat scroll 0 0 #1E7AA8;
    margin-bottom: 10px;
	width:30%;
	margin-right:5%;
	text-align:center;
	float:left;
	position:relative;
	transition:all 200ms ease-in-out 0s;
	-webkit-transition:all 200ms ease-in-out 0s;
	-moz-transition:all 200ms ease-in-out 0s;
	-ms-transition:all 200ms ease-in-out 0s;
	-o-transition:all 200ms ease-in-out 0s;
	min-height:640px;
}
.price-package:nth-child(3n+4) {
	margin-right:0;
}
.price-package:hover {
    margin-bottom: 0;
    z-index: 99;
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.35);
	
}
.package-header, .package-price, .package-features {
    padding: 20px;
}
.price-package .name, .price-package .price {
    color: #fff;
    font-family: "Montserrat",sans-serif;
}
.price-package .name {
    font-size: 16px;
    text-transform: uppercase;
}
.package-price {
    background: none repeat scroll 0 0 #399BCE;
    font-size: 30px;
    line-height: 36px;
}
.price-package:hover .package-price {
    background: none repeat scroll 0 0 #DF4228;
}
.package-header small {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}
.package-price small {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}
.price-package ul {
    list-style: none outside none;
    margin: 0;
	padding:0;
	line-height:normal;
	font-size:14px;
}
#intro .price-package ul {
	color:#dbdbdb;
}
.price-package ul li {
    margin-bottom: 12px;
}
.price-package ul li:hover {
    color: #fff;
}
.price-package .btn {
    display: block;
    margin: 0 25px 20px;
}


.border-btn {
    color: #5e2d89;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
	background:#399BCE;
}
.border-btn.white {
    color: #fff;
	background:#39CEB7;
}
.border-btn, .social-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.border-btn:hover {
	border: 1px solid #DF4228;
	background:#DF4228;
}

/* Footer */
footer {
	background:#3a3a3a;
}

footer p, footer ul, footer ol {
	font-size:14px;
	font-size:1.4rem;
	font-weight:400;
	color:#fff;
}

.col {
	width:30%;
	margin-right:5%;
	margin-top:50px;
	margin-bottom:50px;
	float:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

.col:last-child {
	margin-right:0;
}

footer p a {
	color:#fff;
}

footer p a:hover {
	color:#df4228;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
	clear:both;
}

img {
    max-width: 100% !important;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}





@media screen and (max-width: 1600px) {
	.boxPad {
	padding-top: 45px;
	padding-right: 75px;
	padding-bottom: 75px;
	padding-left: 75px;
	}
}




@media screen and (max-width: 1140px) {
	.container {
		width:100%;
	}
	
	.boxPad {
		padding:60px;
	}
	
	.title {
		font-size:75px;
		font-size:7.5rem;
		line-height:55px;
		line-height:5.5rem;
	}
}



@media screen and (max-width: 1032px) {
	
	#responsive-nav-button {
		display:block;
	}
	
	#mobile-menu {
				display: block;
				position: absolute;
				overflow: hidden;
				width: 100%;
				height: 100%;
				right: -100%;
				top: 0;
				background:url("../images/bg.png") no-repeat center 130px  #D7DFE2;
				font-family: 'Roboto', sans-serif;
				font-weight: 200;
				font-size: 14px;
				z-index: 99;
				pointer-events: none;

				-webkit-transform-origin: 0 0;
						transform-origin: 0 0;
				-webkit-transition: -webkit-transform .35s ease-in-out;
						transition: transform .35s ease-in-out;
				-webkit-transform: translateX(0);
						transform: translateX(0);
			}

			#wrapper.active #mobile-menu {
				pointer-events: auto;

				-webkit-transform: translate(-100%, 0);
						transform: translate(-100%, 0);
			}
			
			#mobile-menu > ul {
				padding:0 20px 20px 20px;
			}

				#mobile-menu > ul > li {
					border: 1px solid #ACB5B7;
					border-bottom: none;
				}

					#mobile-menu ul li a { color: #454545; }


					#mobile-menu ul li a:before {
						font-family: 'FontAwesome';
						content: "\f054";
						color: #DF4228;
						margin-right:7px;
						left: 3px;
					}

					#mobile-menu ul li a:hover:before { color: #000; }

					#mobile-menu > ul { 
						padding-top: 100px;
						background:url(../images/logo.png) center 20px no-repeat;
						background-size:auto 55px;
						font-size: 1.5rem;
						line-height:normal;
						list-style: none;
						margin-left: 0px;
					}
					
					#mobile-menu ul ul {
						line-height:normal;
						list-style: none;
						margin-left: 0px;
					}
					
					#mobile-menu ul > li > ul > li {
						border-bottom:1px solid #ACB5B7;
					}

						#mobile-menu ul li a {
							display: block;
							padding: 15px 20px;
							display: block;
							background-color: rgba(0,0,0,0.15);

							-webkit-transition: background-color .35s ease;
									transition: background-color .35s ease;
						}
						
						#mobile-menu ul ul li a { padding-left: 40px; background-color: rgba(0,0,0,0.05); }

						#mobile-menu > ul > li > a { background-color: none; }

						#mobile-menu ul li:hover > a {
							color: #000;
							background-color: #DF4228;
						}

							#mobile-menu ul ul ul li {
								position: relative;
								border-left: none;
								border-bottom: none;
								padding-left: 30px;
							}

					#menu-hide {
						width: 40px;
						height: 40px;
						background-color: #E04329;	
						text-align: center;
						font-weight: normal;
						font-style: normal;
						font-size: 21px;
						font-family: 'FontAwesome';
						line-height: 40px;
						vertical-align: middle;
						left: 17px;
						top: 30px;
						display: block;
						position: absolute;
						z-index: 105;

						-webkit-border-radius: 6px;
								border-radius: 6px;
					}

					#menu-hide:after {
						content: "\f00d";
						color: #fff;
					}
					
					.menu {
						display:none;
					}
					
					.responsive-nav-button {
						background-color: #DF4228;
						border-radius: 6px;
						display: none;
						font-family: 'FontAwesome';
						font-size: 21px;
						font-style: normal;
						font-weight: normal;
						height: 40px;
						line-height: 40px;
						text-align: center;
						vertical-align: middle;
						width: 40px;
						position:absolute;
						top:120px;
						left:50%;
						margin-left:-20px;
						cursor:pointer;
					}
					
					.responsive-nav-button:after {
						color: #fff;
						font-family: 'Roboto', sans-serif;
						content: "MENU";
						top:12px;
						left:1px;
						text-align:center;
						position:absolute;
						font-size:1.4rem;
						font-weight:700;
					}
					
					.responsive-nav-button:before {
						color: #fff;
						content: "\f0c9";
						position:absolute;
						top:-7px;
						left:12px;
						text-align:center;
					}
					
					.logo, .phone {
						width:100%;
						float:left;
						text-align:center;
					}
					
					.logo {
						padding:0;
					}
					
					.middleBtns {
					}
					
					#menuBox {
						display:none;
					}
					
					.ribbonLeft, .ribbonRight {
						display:none;
					}

	.price-package {
		background: none repeat scroll 0 0 #1e7aa8;
		float: left;
		margin-bottom: 10px;
		margin-right: 5%;
		min-height: 670px;
		position: relative;
		text-align: center;
		transition: all 200ms ease-in-out 0s;
		width:47.5%;
	}
	
	.price-package:nth-child(3n+4) {
		margin-right:5%;
	}
	
	.price-package:nth-child(2n+3) {
		margin-right:0;
	}

}




@media screen and (max-width: 740px) {	
	a:hover {
		transform:none;
		-webkit-transform:none;
		-ms-transform:none;
	}
	
	nav ul li a {
		height:60px;
		padding:25px 0 0 0;
	}
	
	.col {
		width:100%;
		margin-right:0;
		margin-bottom:0;
		padding:0 40px;
	}
	
	.boxPad {
		padding:40px;
	}
	
	.left {
		width:100%;
		margin-bottom:20px;
		padding-left:40px;
	}
	
	.right {
		width:100%;
		padding-right:40px;
		padding-left:40px;
	}
	
	.title {
		font-size:62px;
		font-size:6.2rem;
		line-height:43px;
		line-height:4.3rem;
	}
	
	
	.price-package {
		background: none repeat scroll 0 0 #1e7aa8;
		float: left;
		margin-bottom: 10px;
		margin-right: 0%;
		min-height: 670px;
		position: relative;
		text-align: center;
		transition: all 200ms ease-in-out 0s;
		width:100%;
	}
	
	.price-package:nth-child(3n+4) {
		margin-right:0%;
	}
	
	.price-package:nth-child(2n+3) {
		margin-right:0;
	}
	
	footer p, footer ul, footer ol {
		font-size:14px;
		font-size:1.4rem;
	}
}
















































