@charset "utf-8";
/* CSS Document for Go-Jamaica Serices Page */
@font-face { 
font-family: new-font; 
src: url('');
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	box-sizing: border-box;
}

div {

}

a {
	text-decoration: none;
}

a.btn {
	width: 100%;
	height: auto;
	color: #fff;
	padding: 20px;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	text-decoration: none !important;
	display: block;
	margin: 5px auto;
	background: #ec008c;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

input {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #ec008c;
	text-align: center;
	text-transform: uppercase;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

hr {}

p {
	line-height: 1.5;
}

div.row {
	width: 100%;
	max-width: 1440px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 0 40px;
	margin: 20px auto;
}

.clear {clear: both;}

.full {
	max-width: 100% !important;
	padding: 0 !important;
}

.col-2 {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 2%;
    overflow: hidden;
}

.col-3 {
    width: 33.3%;
    height: auto;
    float: left;
    padding: 0 2%;
    overflow: hidden;
}

.col-4 {
    width: 25%;
    height: auto;
    float: left;
    padding: 0 2%;
    overflow: hidden;
}

.first {
    padding-left: 0 !important;
}

.last {
    padding-right: 0 !important;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    overflow: hidden;
    position: relative;
    font-family: Verdana, Arial, "Helvetica", sans-serif;

}

div.menu {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	display: none;
}

div.menu ul {
	margin: 0;
}

div.menu ul li {
	text-align: center;
	font-size:18px;
	color: #ec008c;
	border-bottom: 1px solid #F3F3F3;
}

div.menu ul li:hover {
	background: #f85bb8;
}

div.menu ul li a {
	color: #ec008c;
	width: 100%;
	display: block;
	padding: 10px;
	text-decoration: none;
}
div.menu ul li a:hover {color: #fff;}

div.menu ul li #close {color: #FF0000;}

div.wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border: px solid #000;
}

nav {
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	background: #ec008c;
	z-index: 5;
}

nav div.right {
	font-size: 26px;
	text-align: right;
}

nav div.right li {
	display: inline-block;
	margin: 15px 15px 0 15px;
}

nav div.right li a {color: #fff; text-decoration: none;}

nav div.right li i {
	cursor: pointer;
}

header {
	width: 100%;
	height: 709px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: -160px;
	padding-top: 140px;
	background: url('../images/bg.jpg') top center no-repeat;
	border-bottom: 10px solid #ec008c;
	z-index: 1;
}

header div.right, header div.left {
	width: 50%;
}

header div.row {
	padding: 0;
}

div.main {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
}

div.main h1 {
	margin-bottom: 120px;
}

div.main div.lady {
	width: 60%;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}

div.main div.lady div.left {
	width: 50%;
	padding-right: 8%;
	border-right: 1px solid #ec008c;
}

div.main div.lady div.right {
	width: 40%;
}

div.main div.lady h2 {
	text-align: left;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}

div.main div.lady div.left img {
	margin: 0 auto;
	display: block;
}

footer {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
}

footer ul li {
	width: 15%;
	padding: 0 1%;
	display: inline-block;
}

footer ul li img {}

.mobile {
		display: none !important;
	}


/*media queries*/

/*DESKTOPS*/
@media screen and (min-width: 1024px), screen and (min-device-width: 1024px) {
    
    .mobile {
		display: none !important;
	}
}

/*TABLETS*/
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {

	
	
}

/*TABLETS PROTRAIT 800*/
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {

	.desktop {
		display: none !important;
	}
	
	div.row {
		padding: 0 10px !important;
	}
	
	header div.row {
		padding: 0 !important;
	}
	
	header {
		width: 100%;
		height: auto !important;
	}
	
	div.right, div.left {
		float: left !important;
		width: 100% !important;
	}
	
	nav {margin: 0;}
	nav div.right, nav  div.left {width: 50% !important; font-size: 20px;}
	nav div.right li {
		margin: 5px 10px 0 0;
	}
	
	div.main div.lady {
    	width: 100% !important;
	}
	
	div.main h1 {
		font-size: 20px;
    	margin-bottom: 20px;
	}
	div.main div.lady img {max-width: 70%;}
	
	footer ul li {
	width: 30%;
	padding: 0 1%;
	display: inline-block;
}
}

/*PHONES*/
@media screen and (max-width: 720px), screen and (max-device-width: 720px) {
	
	
	
}
