body {
	font-family: 'Nunito', sans-serif;
	letter-spacing: -1px;
	background: #F7F7F7;
}

strong {
	font-weight: 800;
}

:hover {
	-webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

/* Top nav */
a.nav-link {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	color: white;
	padding: 1rem 1rem;
}
.nav-link:hover,
.dropdown-item:hover {
	color: #FFE066;
	background: #225D75;
}

/* Top nav */
#logoHead {
	width: 182px;
	height: 26px;
	display: block;
	color: rgba(0,0,0,0) !important;
	background: url('../../assets/svg/logo-fc.svg') 0 0 no-repeat;
	background-size: contain;
}

.fixed-top {
	z-index: 50;
}

.nav {
	background: #16546E;
}

section#logo {
	background: white;
}

section#logo a {
	color: #383838;
}
section#logo a:hover {
	color: #FFE066;
	text-decoration: none;
}

/* Shopping cart block */
#cart {
	position: absolute;
	display: flex;
	width: 27px;
	height: 24px;
	right: 50px;
	top: 97px;
	background: url('../../assets/svg/cart.svg') 0 0 no-repeat;
	background-size: contain;
}

/* Nav elements dropdown menu */
.dropdown-menu {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: #12445A;
}
.dropdown-item {
	padding: 0.65rem 1rem;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	color: white;
}
/* Nav/responsive menu-related */
.navbar-toggler {
	border: none;
}
.navbar {
	padding: 0;
}
.navbar-expand-lg {
	background: #16546E;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	color: white;
	padding: 0.75rem 0.75rem;
}
.navbar-light .navbar-nav .nav-link:hover,
li.show > a.nav-link,
.dropdown-item:hover {
	color: #FFE066!important;
	background: #225D75;
}
.navbar-light .navbar-toggler-icon {
	background-image: url('../../assets/svg/mobilemenu.svg');
}
.navbar-toggler-icon {
	width: 1.5em;
	height: 2.5em;
}
/* Pretty dropdowns */
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown:hover .dropdown-menu {
    max-height: 400px;
    opacity: 1;
}

/* Hosting plan intros */
#hostingPlans h3 {
	font-family: 'Montserrat';
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0;
	color: #222222;
	margin: 15px 0 10px 0;
}
#hostingPlans h4 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #383838;
}
#hostingPlans p {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #777875;
	margin-bottom: 10px;
}
#hostingPlans img.hero {
	width: 90px;
	margin-bottom: 10px;
}
#hostingPlans p a {
	font-weight: 700;
	color: #222222;
	text-decoration: underline;
}
#hostingPlans p a:hover {
	text-decoration: none;
}
#hostingPlans .bestValue {
	width: 152px;
	height: 33px;
	display: block;
	background: url('../../assets/img/bestvalue.png');
	background-size: contain;
	position: absolute;
	z-index: 49;
	top: 65px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
a.btn-primary {
	border-radius: 0;
	border: 0;
	background: #2DADED;
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	padding: 18px;
}
a.btn-primary:hover {
	color: #FFE066;
	background: #247BA0;
}

/* Pricing */
#pricing {
	margin-bottom: 5px;
}
#pricing h5 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #50514F;
	margin-bottom: 0;
}
#pricing .pricing-symbol,
#pricing .pricing-decimal {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 24px;
	color: #247BA0;
}
#pricing .pricing-lead {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	vertical-align: top;
	color: #247BA0;
}
#pricing .pricing-per {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 16px;
	margin-left: 5px;
	color: #222222;
}
#pricing .pricing-from {
	margin-left: 0;
	margin-right: 5px;
}

/* Plan comparison section */
section#planCompare div.col-md-12 {
	padding: 25px 0;
	border-bottom: dashed 1px #43B411;
}
section#planCompare .btn {
	padding: 0;
	text-decoration: underline;
	color: inherit;
}
.tooltip {
	margin-top: -100px;
}
.tooltip {
	background: none;
	font-family: inherit;
	font-weight: 400!important;
}
.tooltip-inner {
	padding: 10px 15px;
	background-color: #565B6C;
	opacity: 1.0;
}

/* CTAs */
#ctas {
	margin-top: 25px;
}
#ctas a.btn-primary {
	border-radius: 0;
	border: 0;
	background: #2DADED;
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	padding-top: 18px;
	padding-bottom: 18px;
}
#ctas a.btn-primary:hover {
	color: #FFE066;
	background: #247BA0;
}

/* Modal */
.modal-lg {
	max-width: 992px;
}
.modal.fade.bd-modal-lg.show {
	background: none;
}
.modal-body {
	line-height: 19px;
}
.modal-body h1 {
	font-family: 'Montserrat';
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #383838;
}
.modal-body h2 {
	font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #777875;
    margin-bottom: 10px;
}
.modal-logo {
	width: 182px;
	height: 26px;
	display: block;
	color: rgba(0,0,0,0) !important;
	background: url('../../assets/svg/logo-fc.svg') 0 0 no-repeat;
	background-size: contain;
}
#ModalLongTitle {
	font-size: 16px;
}
.modal-body #pricing {
	margin: 10px 0 25px 0;
	border-bottom: solid 5px #C8C8C8;
}
.modal-body #pricing h5 {
	margin-bottom: 5px;
}
.modal-body #pricing p {
	font-size: 14px;
	line-height: 16px;
	color: #50514F;
	margin-top: 5px;
}
.modal-body #pricing .pricing-lead {
	line-height: 36px;
}
.modal-body ul {
	padding: 0;
	list-style: none;
}
.modal-body ul li {
	line-height: 25px;
	margin-bottom: 7px;
}
.modal-body a.btn-primary {
	border-radius: 0;
	border: 0;
	background: #2DADED;
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-bottom: 30px;
}
.modal-body a.btn-primary:hover {
	color: #FFE066;
	background: #247BA0;
}
.modal-body img.benefits {
	width: 40%;
	height: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.modal-header span a {
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: inherit;
}
.modal-header span a:hover {
	color: #FFE066;
	text-decoration: none;
}

/* descSell */
/* 
#descSell {
	margin-top: 55px;
}
#descSell h1 {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 50px;
	line-height: 61px;
	color: #247BA0;
	margin-bottom: 20px;
}
#descSell p {
	line-height: 23px;
	color: #50514F;
}
#descSell a {
	font-weight: 700;
	color: inherit;
	text-decoration: underline;
}
#descSell a:hover {
	text-decoration: none;
}
*/

/* Enquiry */
#enquiry {
	background: #565B6C;
	color: #FFFFFF;
	padding: 50px 0 55px 0;
	margin-top: 70px;
}
#enquiry h3 {
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#enquiry a.btn {
	font-family: 'Montserrat';
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
	border: solid 2px;
}

/* Footer */
footer {
	background: #3B3B3B;
	font-size: 12px;
	line-height: 19px;
	color: #828282;
	padding: 35px 0;
	letter-spacing: 0;
}
footer ul {
	list-style: none;
	padding: 0;
}
footer h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 12px;
	color: inherit;
	margin-bottom: 15px;
}
footer a {
	color: #C7C7C7;
}
footer a:hover,
footer span {
	color: white;
	text-decoration: none;
}
ul li.date {
	background: url('../../assets/svg/calendar.svg') 0 0 no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 25px;
}
ul li.comments {
	background: url('../../assets/svg/comments.svg') 0 0 no-repeat;
	background-size: contain;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 25px;
}
footer a.call {
	color: #5CB325;
}
footer a.call:hover {
	color: #FFE066;
}

#copyright {
	margin-top: 35px;
	padding-top: 25px;
	border-top: solid 1px #696969;
}
#copyright p {
	margin-bottom: 0;
	padding-top: 3px;
}
#copyright ul {
	display: flex;
	float: right;
}
#copyright ul li {
	margin-left: 20px;
}
#copyright ul li a {
	opacity: 0.8;
}
#copyright ul li a:hover {
	opacity: 1.0;
}
#copyright ul li a.fb {
	color: rgba(0,0,0,0) !important;
	display: block;
	width: 8px;
	height: 14px;
	background: url('../../assets/svg/fb.svg') 0 0 no-repeat;
}
#copyright ul li a.tw {
	color: rgba(0,0,0,0) !important;
	display: block;
	width: 18px;
	height: 14px;
	background: url('../../assets/svg/tw.svg') 0 0 no-repeat;
}
#copyright ul li a.yt {
	color: rgba(0,0,0,0) !important;
	display: block;
	width: 19px;
	height: 14px;
	background: url('../../assets/svg/yt.svg') 0 0 no-repeat;
}
#copyright ul li a.in {
	color: rgba(0,0,0,0) !important;
	display: block;
	width: 15px;
	height: 14px;
	background: url('../../assets/svg/in.svg') 0 0 no-repeat;
}
.cards {
	/*width: 70%;*/
	height: auto;
}
#logoFoot {
	width: 140px;
	height: 20px;
	display: block;
	color: rgba(0,0,0,0) !important;
	background: url('../../assets/svg/logo-white.svg');
	float: left;
	margin-right: 5px;
}

/* Responsive queries */
@media (max-width: 575px) {
	#logo header {
		height: 60px;
	}
	#logoHead {
		width: 150px;
	}
	.navbar-light .navbar-nav .nav-link,
	.dropdown-menu a.dropdown-item {
		padding: 10px 1rem;
	}
	#hero {
		margin-top: 118px;
	}
	#hero h1 {
		font-size: 42px;
	}
	#hero h2 {
		font-size: 24px;
		margin-top: 15px;
	}
	/* Plans layout */
	#hostingPlans h3 {
		font-size: 26px;
    	line-height: 28px;
    	margin-top: 15px;
    	margin-bottom: 0;
	}
	img.hero {
		margin-top: 20px;
	}
	#hostingPlans .bestValue {
		top: 85px;
	}
	section#planCompare div.col-md-12 {
		padding: 15px 0;
	}
	.blank {
		display: none;
	}
	#threePoints p {
		margin-bottom: 50px;
	}
	#descSell h1 {
		font-size: 34px;
		line-height: 36px;
	}
	#enquiry h3 {
		font-size: 24px;
	}
	#enquiry a.btn {
		font-size: 13px;
		width: inherit;
		margin: 0 auto;
	}
	button.close {
		text-align: right;
	}
	.modal-body img.benefits {
		width: 85%;
	}
	.modal-body #pricing {
		margin-bottom: 12px;
	}
	.cards {
		width: 50%;
		margin: 15px 0;
	}
	#copyright ul {
		float: none;
	}

}



