/*
* © The Hut Group 2018, All Rights Reserved.
*
* This source code is the property of The Hut Group, registered address:
* 5th Floor, Voyager House Chicago Avenue, Manchester Airport,
* Manchester, England, M90 3DQ
*/
@charset "utf-8";

/*
 *	LAYOUT TIPS 101!
 * ==========================================================================================
 *	This site has a set of floats set which will take care of 90% of the layout process.
 *	To apply these floats please add...
 *
 *		.float-two
 *		.float-three
 *		.float-four
 *		.float-five
 *		.float-six
 *
 *	To the immediate wrapping selector!


 	<section class="float-three">
		<div> THIS WILL FLOAT LEFT WITH 33.3% WIDTH </div>
		<div> THIS WILL FLOAT LEFT WIT 33.3% WIDTH </div>
		<div> THIS WILL FLOAT LEFT WIT 33.3% WIDTH </div>
	</section>


 *
 *
 *	To stop this float affecting all the immediate items add this class to the selector you wish to be full width.
 *
 *		.full-width
 *

  	<section class="float-two">
		<div> THIS WILL FLOAT LEFT WITH 50% WIDTH </div>
		<div> THIS WILL FLOAT LEFT WIT 50% WIDTH </div>

		<div class="full-width"> THIS WILL HAVE A FULL 100% WIDTH </div>
	</section>

 **/

::selection {
	background: #00ACD1; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
	background: #00ACD1; /* Gecko Browsers */
	color: #fff;
}

/*
 * 1. Required
 **************************************************/
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
section:before,
section:after,
.float-two:before,
.float-two:after,
.float-three:before,
.float-three:after,
.float-four:before,
.float-four:after,
.float-five:before,
.float-five:after,
.float-six:before,
.float-six:after {
	content: "";
	display: table;
}
.wrapper:after,
section:after,
.float-two:after,
.float-three:after,
.float-four:after,
.float-five:after,
.float-six:after,
.clearfix:after {
	clear: both;
}
.clear {
	clear:both;
}
html, body {
	position: relative;
	z-index: 0;
	background: #014870;
	overflow-x: hidden;
	color: #49525b;
}
.align-center {
	text-align: center;
}
/*
 * 1. Layout
 **************************************************/
section > .wrapper {
	padding-top: 20px;
	padding-bottom: 60px;
}
footer.upper-footer > .wrapper {
	padding-top: 20px;
	padding-bottom: 10px;
}
section.sub-content > .wrapper {
	padding-bottom: 20px;
}
section.call-us > .wrapper {
	padding: 30px 0 34px
}
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
	clear: both;
}
.hero,
.hero-slider {
	border-bottom: 6px solid #00acd1;
	position: relative;
}
.hero-inner {
	max-width: 1100px;
	padding: 0 60px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	width: 100%;
}
.hero-inner-mobile {
	padding: 1em;
	display: none;
}
.hero-inner-mobile,
.hero-inner-mobile h1,
.hero-inner-mobile h2 {
	font-size: 25px !important;
	line-height: 30px;
	font-family: encode_widelight;
}
.hero-inner,
.hero-inner h1,
.hero-inner h2 {
	font-size: 32px;
	line-height: 42px;
	text-shadow: 0 0 3px #000, 0 0 18px #000;
	font-family: encode_widesemibold;
	letter-spacing: -1px;
}
.hero-inner > p,
.hero-inner-mobile p {
    margin: 0;
    font-size: 80%;
}
.hero-slider {
	margin: 0;
	padding: 0;
}
.hero-slider h2 {
	font-size: 2.25em;
	padding: 0;
}
.hero-slider li {
	width: 100%;
	background-color: #fff;
	list-style: none;
}
.hero img,
.bx-wrapper img {
	display: block;
	width: 100%;
}
.hero article,
.hero-slider li article {
	width: 100%;
	position: relative;
	margin-top: -54px;
	color: #fff;
	background: rgba(0,42,65,.8);
}
.hero-slider li article {
	margin-top: -200px;
}
.hero article .wrapper,
.hero-slider li article .wrapper {
	padding-top: 20px;
	padding-bottom: 0;
}
.hero * {
	color: #fff;
	text-align: center;
}
.hero .wrapper h2 {
	margin-top: 0;
}
.hero .button {
	text-shadow: none;
	margin-top: 1em;
	font-size: 16px;
}
.alignleft {
	float: left;
	margin: 0 18px 18px 0;
}
.alignright {
	float: right;
	margin: 0 0 18px 18px;
}
section footer {
	clear: both;
	margin-top: 60px;
}
/* Tables */
table {
	font-family: 'encode_wideregular';
	text-align: center;
	background-color: #f5f6fa;
	margin-bottom: 60px;
}
table.layout-fixed {
	table-layout: fixed;
}
@media (max-width: 800px) {
	table.layout-fixed {
		table-layout: auto;
	}
}
table th {
	font-family: 'encode_widesemibold';
	font-size: 1.125em;
	background-color: #00acd1;
	color: #fff;
	border: solid 2px #fff;
	border-top: none;
}
table td {
	border: solid 2px #ebedf4;
	color: #68717a;
	background: #fff;
}
table .price {
	font-size: 1.43em;
}
table.small-table .price {
	font-size: 1.2em;
}
table th,
table td {
	padding: 15px 22px;
}
table.normal th,
table.normal td {
	padding: 5px 22px;
}
table.small-table th,
table.small-table td {
	padding: 1%;
}
table.small-table .title td,
table.small-table td.title {
	padding: 8px;
	font-size: .875em;
}
table .title td,
table td.title {
	color: #68717a;
	background: #f5f6fa;
	padding: 8px;
}
table .cta td,
table td.cta {
	background-color: #d4d9e2;
}
table .highlight td,
table td.highlight {
	color: #00acd1;
}
table td .button {
	padding: 4.1% 15.3%;
}
table tr:hover,
table tr:hover td {
	background: #E5FBFF !important;
}
/* Positioning - floats */
[class^=float-] {
	list-style: none;
	padding: 0;
	text-align: center;
}
[class^=float-] > * {
	display: inline-block;
	float: left;
	list-style: none;
}
.float-two > ul,
.float-three > ul,
.float-four > ul,
.float-five > ul,
.float-six > ul {
	padding: 0;
}

.float-two > ul li,
.float-three > ul li,
.float-four > ul li,
.float-five > ul li,
.float-six > ul li {
	padding: 20px 16px;
	clear: both;
}
.float-two > * {
	width: 50%;
	float:left;
}
.float-three > * {
	width: 33.3%;
	float:left;
}
.float-four > * {
	width: 25%;
	float:left;
}
.float-five > * {
	width: 20%;
	float:left;
}
.float-six > * {
	width: 16.6%;
	float:left;
}
.float-seven > * {
	width: 14.28%;
	float:left;
}
.float-two > *:nth-of-type(2n+1) {
	clear: left;
}
.full-width {
	width: 100% !important;
}
.textalignleft {
	text-align: left !important;
}
.textalignright {
	text-align: right !important;
}
.textaligncenter {
	text-align: center !important;
}
.clear, hr {
	clear: both !important;
}
hr {
	margin: 40px 0;
	border: 0;
	height: 1px;
	background: #bbb;
}
.displaynone {
	display: none;
}
.sub-content .round-server {
	background-size: cover;
	display: block;
	width: 158px;
	height: 158px;
	float: right;
	margin: 0 0 0 18px;
}
/*
 * 1. Header
 **************************************************/

.header-wrapper.fixed {
    position: fixed;
    width: 100%;
    z-index: 999999;
	box-shadow: 0 0 12px #444;
}

.header-wrapper > header {
	background: #fff;
	padding: 18px 0 0;
}

.header-wrapper > header h2 {
	background-image: url(../../images/global/header/vinet-logo-thg-company.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	padding-top: 40%;
	text-indent: -9999px;
	float: left;
	height: 0;
}
.header-wrapper > header h2.christmas {
	background-image: url(../../images/global/header/vi-logo-sleigh.png);
}
header .logo {
	display: inline-block;
	position: relative;
	z-index: 9999;
	width:155px;
	margin-bottom: 10px;
	float: left;
}

/*
 * 1. Navigation
 **************************************************/
.nav-wrapper {
	background: #014870;
}
.show-menu {
	display: none !important;
}
.menu-icons {
	display: none;
	opacity: 0;
	float: right;
	margin-right: 60px;
	margin-bottom: -20px;
	padding: 10px 25px;
	background: #0090BE;
}
nav.top-navigation ul,
body nav ul {
	list-style: none;
}
body nav li a {
	text-align: left;
}
nav.top-navigation ul a {
	text-align: left;
	color: #fff;
}
nav.top-navigation ul.main-menu > li a {
	text-align: center;
	color: #fff;
}

 /* Navigation above/outside main header */
.header-wrapper > nav  {
	background: #fff;
}
.header-wrapper > nav  ul {
	padding: 0;
	margin: 0;
}
.header-wrapper > nav  .wrapper li {
	display: inline;
	float: right;
}
.header-wrapper > nav  li a {
	padding: 6px 18px;
	text-transform: uppercase;
	color: #014870;
	font-size: .8em;
}
.header-wrapper > nav  li a:hover {
	color: #00acd1;
}
.extended h3 {
	color: #fff;
	text-align: left;
}
.extended li.active a {
	border-bottom: 1px solid #fff;
}
/* Navigation inside main header */
.nav-wrapper {
	width: 100%;
}
.contact-vi {
    clear: right;
    display: inline-block;
    float: right;
    font-size: 1em;
    text-align: right;
    z-index: 999;
}
.contact-vi div {
	float: left;
	font-family: encode_wideregular;
}
.contact-vi div+div {
	padding-right: 0;
	padding: 0 0 0 .8em;
}
.contact-vi span:before {
	background-image: url("../../images/global/header/chat-icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0 8px -3px 0;
    width: 15px;
}
.top-menu {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0 0 7px;
	font-family: encode_wideregular;
}
.top-menu li {
	float: left;
	text-transform: uppercase;
	font-size: .8em;
}
.top-menu li a {
	color: #49525B;
	padding: 0 .7em;
}
#main-menu li a.active {
	color: #00acd1;
}
#main-menu .megamenu li a.active {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#main-menu > li:nth-of-type(2) {
	width: 15%;
}
#main-menu > li:nth-of-type(3) {
	width: 17%;
}
#main-menu > li:nth-of-type(4) {
	width: 17%;
}
#main-menu > li:nth-of-type(5) {
	width: 15%;
}
#main-menu > li:nth-of-type(6) {
	width: 12%;
}
#main-menu > li:nth-of-type(7) {
	width: 13%;
}
#main-menu > li:nth-of-type(8) {
	width: 11%;
}
/*
 * 1. Footer
 **************************************************/
body > footer ul {
	list-style: none;
	padding: 0;
	display: inline-block;
	float: left;
	/*width: 20%;  PUTTING THIS BACK IN ONCE WE HAVE THE OTHER FOOTER STUFF BACK */
	width: 25%;
	text-transform: capitalize;
	text-align: center;
}
body > footer ul a {
	color: #68717a;
	display: block;
}
body > footer ul a:hover {
	color: #888;
}
.upper-footer {
	background: #2f3239;
	border-bottom: 8px solid #00acd1;
	font-size: .75em;
}
.upper-footer h3 a {
	letter-spacing: 1px;
	color: #00acd1;
	text-transform: uppercase;
}
.lower-footer {
	font-family: encode_normallight;
	color: #fff;
	padding: 15px 0;
	font-size: .9em;
}
.lower-footer span {
	color: #68717a;
	padding: 0 6px;
}
.lower-footer .social-icons {
	width: 150px;
	float: right;
	padding: 0;
	text-indent: -9999px;
	margin: 0;
}
.lower-footer .social-icons li {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 5px;
}
.lower-footer .social-icons li.facebook {
	background-image: url(../../images/global/footer/facebook.png);
}
.lower-footer .social-icons li.twitter {
	background-image: url(../../images/global/footer/twitter.png);
}
.lower-footer .social-icons li.linkedin {
	background-image: url(../../images/global/footer/linkedin.png);
}
.lower-footer .social-icons li.blogger {
	background-image: url(../../images/global/footer/blogger.png);
}
.powered-by {
	color: #777;
    font-size: 14px;
    line-height: 55px;
	float: right;
	width: 200px;
}
.powered-by img {
    max-width: 100%;
}
.powered-by span {
	float: left;
	margin-right: 10px;
}
/*
 * 1. Fonts
 **************************************************/
html, body {
	font-size: .95em;
	line-height: 1.6em;
	font-family: encode_normallight;
}

h1, h2, h3, h4, p {
	display: block;
}
h1, h2, h3, h4 {
	letter-spacing: 1px;
	color: #00acd1;
}
h2, strong, .button {
	font-family: encode_widesemibold;
}
section .wrapper > h2,
section .wrapper > h1 {
	display: block;
	margin: 10px 0;
	font-family: encode_widesemibold;
	font-size: 1.5625em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.35em;
    margin: 8px 0;
}
h4 {
	clear: left;
}
section .wrapper p + h2,
section .wrapper ul + h2,
section .wrapper ol + h2,
section .wrapper footer + h2,
section .wrapper a + h2 {
	margin-top: 30px;
}
/*
 * 1. Links / Anchors
 **************************************************/
a {
	text-decoration: none;
	color: #00d2ff;
}
/*
 * 1. Blockquotes
 **************************************************/
blockquote {
	 margin: 0;
}
.quotes {
	background: #fff;
	box-shadow: inset 0 0 20px -12px #000;
}
.quotes .wrapper {
	padding: 20px;
}
.quotes blockquote {
	padding: 5px 65px;
	position: relative;
	font-size: .9em;
	line-height: 1.5em;
}
.quotes blockquote:before,
.quotes blockquote:after {
	position: absolute;
	font-family: FontAwesome;
	font-size: 2.4em;
	color: #ccc;
	top: 50%;
	margin-top: -10px;
}
.quotes blockquote:before {
	content: "\f10d";
	left: 0;
}
.quotes blockquote:after {
	content: "\f10e";
	right: 0;
}
.quotes blockquote img.alignleft {
	float: right;
	margin: 0 0 12px 22px;
}
.quotes blockquote p {
	margin: 0;
}
/*
 * 1. Lists
 **************************************************/
ol {
	list-style: decimal-leading-zero;
}
ol li ol {
	list-style: lower-alpha;
}
ol li ol li ol {
	list-style: lower-roman;
}
ul {
	list-style: disc;
}
ul li ul {
	list-style: circle;
}
ul li ul li ul {
	list-style: square;
}

ul.none {
	list-style: none;
	padding: 0;
}
.ticks li,
.tick {
	position: relative;
}

li.tick,
.ticks li {
	padding-left: 30px;
	text-align: left !important;
	list-style: none !important;
}
.ticks li:before,
.tick:before {
	font-family: FontAwesome !important;
	position: absolute;
	left: 0;
}
.ticks li:before,
li.tick:before,
.tick:before {
	content: "\f00c";
}
/*
 * 1. Forms
 **************************************************/
.sitemap {
	background: #fff;
}
.sitemap .float-two > div,
.sitemap .float-three > div {
	padding: 20px;

}
.sitemap .float-two ul {
	text-align: left;
}
.sitemap footer {
	margin-top: 10px;
	border-bottom: 6px solid #00acd1;
}
.sitemap img {
	margin: 30px auto;
	width: 100px;
	height: 100px;
	background: #aaa;
	display: block;
}
.sitemap h4 {
	min-height: 40px;
}
.sitemap article {
	min-height: 160px;
}
.sitemap footer,
.sitemap article {
	padding: 12px;
}
.border-wrapper {
	border: 2px solid #ebedf4;
}
/*
 * 1. Forms
 **************************************************/
#cart-modal .request-info,
#cart-modal {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.request-info {
	background: #fff;
}
.request-info .float-two > * {
	padding: 10px 20px;
}
.request-info .float-two > label {
	padding: 3px 20px;
}
.request-info label {
	text-align: left;
	display: block;
}
input[type=checkbox]:hover {
	cursor: pointer;
}
.captcha .siimage {
	padding-right: 5px;
	border: 0;
}
fieldset sup {
	color: #00ACD1;
	font-size: 14px !important;
	top: 0;
}
fieldset > div,
fieldset {
	text-align: left;
	margin-bottom: 18px;
	padding: 0 12px;
}
fieldset.float-two > div {
	float: left;
	width: 50%;
}
fieldset div.float-two > div {
	padding: 0 12px;
	margin: 6px 0;
}
input[type=text],
input[type=tel],
input[type=email],
textarea,
fieldset.float-two > div input:not(.button),
fieldset.float-two > div textarea {
	clear: both;
	width: 100%;
	line-height: 24px;
	padding: 4px 10px;
	border: 1px solid #ccc;
}
input:focus,
textarea:focus,
fieldset.float-two > div input:not(.button):focus,
fieldset.float-two > div textarea:focus {
	border-color: #00d2ff;
}
textarea {
	min-height: 120px;
	resize: vertical;
}
input[type=checkbox],
fieldset.float-two > div input[type=checkbox] {
	display: inline;
	width: auto;
	margin-right: 10px;
}
.ui-slider-handle {
	-ms-touch-action: none;
	touch-action: none;
}


@media (max-height: 840px) {
	.mfp-content {
		margin-top: 170px !important;
	}
}
@media (max-width: 768px) {
	.mfp-content {
		margin-top: 0px !important;
	}
}
#submit-slider {
	background: #fff;
}
#submit-slider header {
	background: #00ACD1;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 14px;
	margin-bottom: 40px;
}
#submit-slider {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.enter-captcha input {
	width: 50% !important;
}
#submit-slider .float-three.footer {
	padding-top: 20px;
}
#make-choice,
#make-choice-location {
	text-transform: uppercase;
	background: #fff;
	width: 320px;
	text-align: center;
	padding: 40px 0;
	margin: 0 auto;
	border: 4px solid #00ACD1;
	position: relative;
}
/*
 * 1. Buttons
 **************************************************/

.button {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #00d2ff;
	text-transform: uppercase;
	padding: 12px 26px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: background 0.25s ease 0s;
	-moz-transition: background 0.25s ease 0s;
	-ms-transition: background 0.25s ease 0s;
	-o-transition: background 0.25s ease 0s;
	transition: background 0.25s ease 0s;
	border:none;
}
.button:hover {
	background-color: #0ab9df;
}
.button:before,
.button:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.button:before {
  border-top: 2px solid #89eaff;
  border-bottom: 2px solid #89eaff;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
}

.button:after {
  border-right: 2px solid #89eaff;
  border-left: 2px solid #89eaff;
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  transform: scale(1,0);
}

.button:hover:before,
.button:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*
 * 1. Modules
 **************************************************/

.white-bg {
	background-color: #fff;
}
.grey-bg {
	background-color: #eee;
}
/** Hero - BX-Slider */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.bx-wrapper .bx-viewport {
	box-sizing: content-box !important;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("../../images/global/loading.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.hero-inner .button {
    font-size: .5em;
    line-height: .5em;
    padding: 21px 28px;
}
.hero > nav {
	position: relative;
	z-index: 9999;
}
.hero .bx-controls {
	display: none;
}
.bx-pager-item,
.hero-pager a {
	display: inline;
}
.bx-controls,
.hero-pager {
	text-align: center;
	background: rgba(2,58,89,.8);
	padding: 10px;
	width: 100%;
	border-bottom: 8px solid #00acd1;
}
.bx-pager-link,
.hero-pager a {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #9ab6c6;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	text-indent: -9999px;
	transition: all 0.2s linear 0s;
	width: 12px;
	height: 12px;
}
.bx-pager-link:hover,
.bx-pager-link.active,
.hero-pager a:hover,
.hero-pager a.active  {
	background-color: #9ab6c6;
}
a.bx-prev,
a.bx-next {
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: -45px;
}
.hero-prev a.bx-prev {
	background-image: url(../../images/hero-slider/slider-prev.png);
	left: 0px;
}
.hero-next a.bx-next {
	background-image: url(../../images/hero-slider/slider-next.png);
	right: 0px;
}

/*
 * 1. Features
 **************************************************/
.features {
	 background: #fff;
}
.features li h2,
.features li p,
.features li .button {
	margin: 5px 0;
}
.features li h2 {
	color: #00acd1;
	min-height: 47px;
}
.features ul {
	padding: 0;
	margin: 0;
}
.features li {
	display: inline-block;
	padding: 0 45px;
	text-align: center;
	float: left;
}
.two-features li {
	width: 50%;
}
.three-features li {
	width: 33.3%;
}
.four-features li {
	width: 25%;
}
.features li span {
	width: 198px;
	height: 198px;
	display: inline-block;
	margin: 0 auto;
}
.features li p {
	position:relative;
	min-height: 93px;
}
.three-features li:nth-of-type(2) article p:before,
.three-features li:nth-of-type(2) article p:after {
	content: "";
	width: 2px;
	top: 0;
	bottom: 0;
	background: #ddd;
	position: absolute;
}
.three-features li:nth-of-type(2) article p:before {
	left: -45px;
}
.three-features li:nth-of-type(2) article p:after {
	right: -45px;
}

.feature-one {
	background-image: url(/includes/images/features/one.png);
}
.feature-two {
	background-image: url(/includes/images/features/two.png);
}
.feature-three {
	background-image: url(/includes/images/features/three.png);
}
#features {
	border-top: 1px solid #ddd;
}
/*
 * 1. Row Features
 **************************************************/
.rows-features {
	border-top: 1px solid #ddd;
}
.rows {
	list-style: none;
	margin: 0;
	padding: 40px 0 0;
}
.rows li {
	padding: 0;
	margin-bottom: 40px;
	clear: both;
}
.rows li h3 {
	width: 15%;
	float: left;
	font-size: 1.7em;
}
.rows li p {
	width: 85%;
	float: right;
	margin-top: 0;
}
/*
 * 1. Clients
 **************************************************/
.clients {
	border-bottom: 8px solid #00acd1;
}
.clients .wrapper {
	padding-bottom: 20px;
}
.clients h2 {
	text-align: center;
	color: #fff;
	font-size: 1.625em;
}
.clients ul {
	width: 100%;
	list-style: none;
	padding: 0;
}
.clients ul li {
	display: inline-block;
	text-align: center;
}
.clients ul li.vmware {
    width: 20%;
}
.clients ul li.itil {
    width: 22%;
}
.clients ul li.iso9001 {
    width: 14%;
}
.clients ul li.iso27001 {
    width: 15%;
}
.clients ul li.veeam {
    width: 27%;
}
.clients ul img {
	max-width: 100%;
	opacity: .7;
}
.clients .show-more {
	text-align: center;
	text-decoration: underline !important;
}
.clients .show-more a {
	display: inline-block;
	padding: 6px 12px;
	border-bottom: solid 1px;
}
.expander.expanded .more {
	display: none;
}
.expander.collapsed .less {
	display: none;
}

/*
 * 1. Call Us
 **************************************************/
.call-us {
	font-size: 1.8em;
}
.call-us,
.call-us a {
	color: #fff;
}
.call-us a span {
	display: inline-block;
	width: 37px;
	height: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: -4px;
	background-size: contain;
}
.call-us a.tel span {
	background-image: url(../../images/call-us/tel-icon.jpg);
}
.call-us a.mail span {
	background-image: url(../../images/call-us/mail-icon.jpg);
}
.call-us a.skype span {
	background-image: url(../../images/call-us/skype-icon.jpg);
}
/*
 * 1. Tabs
 **************************************************/

#product-tabs {
	background: #014870;
}
#product-tabs .tabs-container {
	background: #ebedf4;
}

.sub-content {
	background: #fff;
}
.two-tabs .tabs-list > li {
	width: 50%;
}
.three-tabs .tabs-list > li {
	width: 33.3%;
}
.four-tabs .tabs-list > li {
	width: 25%;
}
.five-tabs .tabs-list > li {
	width: 20%;
}
.six-tabs .tabs-list > li {
	width: 16.6%;
}

/*
 * 1. Contact Requests
 **************************************************/

.requests {
	position: relative;
	background-image: url(/includes/images/speak-to/background-office.jpg);
	background-size: cover;
	background-position: 50% 50%;
	height: 0;
	min-height: 220px;
	padding-bottom: 22.7%;
	text-align: left;
}
.requests .wrapper .chat-live {
    background-position: 0 bottom;
    background-repeat: no-repeat;
	background-size: contain;
	float: left;
    height: 100%;
    position: absolute;
	top: 0;
	bottom: 0;
    width: 30%;
}
.chat1 .requests .wrapper .chat-live {
    background-image: url(/includes/images/speak-to/chat-man.png);
}
.chat2 .requests .wrapper .chat-live {
    background-image: url(/includes/images/speak-to/chat-girl.png);
}
.chat3 .requests .wrapper .chat-live {
    background-image: url(/includes/images/speak-to/chat-man2.png);
}
.chat-copy {
    float: right;
    width: 61%;
	margin-top: 1%;
	padding-right: 2em;
}
.requests .wrapper {
	margin-top: 4%;
	width: 50%;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.requests span {
	color: #fff;
	font-size: 3em;
	line-height: 1.2em;
	text-shadow: 2px 2px 0 rgba(0,0,0,.5);
	display: block;
}
.requests .fa {
	padding-right: 12px;
}
.requests .button {
	margin: 2em 0;
	clear: both;
}

/*
 * 1. Case Study
 **************************************************/
.customer {
	max-width: 50%;
	width: 100%;
	padding: 30px;
	margin-left: 60px;
	background: #e5fbff;
}
.customer-about {
	list-style: none;
	padding: 0;
}


/*
 * 1. Server Form
 **************************************************/
form.wrapper {
	padding: 0;
}
.server-left {
	width: 68%;
}
.server-right {
	width: 30%;
	float: right;
}
.server-form {
	min-height: 480px;
}
#steps {
	font-size: 1.1em;
	position: relative;
}
#steps:before {
	content: "";
	position: absolute;
	width: 80%;
	left: 10%;
	border-radius: 5px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	background: #eee;
	border: 1px solid #00acd1;
}
#steps li {
	position: relative;
	z-index: 1;
}
#steps li span {
	display: inline-block;
	border: 1px solid #00acd1;
	width: 40px;
	height: 40px;
	line-height: 35px;
	background: #eee;
	border-radius: 50%;
	color: #aaa;
	position: relative;
}
#steps li span:before,
#steps li span:after {
	content: "";
	width: 6px;
	position: absolute;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	background: #eee;
}
body .ui-slider-horizontal .ui-slider-handle {
	top: -0.36em;
}
#steps li span:before {
	left: -3px;
}
#steps li span:after {
	right: -3px;
}

#steps li.active span {
	color: #222;
	font-family: 'encode_widesemibold';
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
	background-color: #000;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	margin-top: 0;
}
body .ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.3em;
}
#choose-your-server {
	width: 100%;
}
#choose-your-server h3 {
	text-align: center;
}
.hidden {
	display: none;
}
.server-form .ui-slider,
.server-form section div {
	margin: 5px 0;
}
select,
option {
	font-family: Arial !important;
	line-height: 30px;
	height: 30px;
	width: 100%;
}
.os-selector select {
	margin-bottom: 8px;
}
select#location-selector {
    max-width: 250px;
}
/* Map
*****************************************************/
.map {
	background-color: #fff;
}
/* WSA POPUP */
#wsa_div {
    left: 0% !important;
}

/* Accreditations
*****************************************************/
.accreditation-box {
	width: 47%;
	float: left;
	border: solid 2px #ebedf4;
	text-align: center;
	margin-bottom: 50px;
	margin-right: 6%;
}
.accreditation-box img {
	margin: 26px;
}
.accreditation-box article {
	text-align: left;
	padding: 3% 10%;
	background: #f5f6fa;
	border-bottom: 6px solid #00acd1;
	min-height: 250px;
}
.accreditation-box:nth-of-type(2n) {
	margin-right: 0;
}
.accreditation-box:nth-of-type(2n+1) {
	clear: both;
}

/* Team
*****************************************************/
.team .accreditation-box {
	text-align: left;
}
.team .accreditation-box header {
	margin: 26px 26px 18px 26px;
	min-height: 105px;
}
.team .accreditation-box header img {
	margin: 0 8% 0 0;
	width: 17%;
	float: left;
}
.team .accreditation-box article {
	min-height: 330px;
}
.team .accreditation-box header h3,
.team .accreditation-box header strong {
	margin-top: 0;
	width: 75%;
	float: right;
}

/* Awards
*****************************************************/

.awards .accreditation-box header {
	margin: 26px 26px 18px 26px;
	min-height: 155px;
}
.awards .accreditation-box article {
	min-height: 390px;
}

/* Testimonials
*****************************************************/
.client-testimonials ul {
	list-style: none;
}
.client-testimonials  li {
	margin-bottom: 50px;
}
.client-testimonials.float-two ul {
	width: 47.5%;
}
.client-testimonials.float-two ul:nth-of-type(1) {
	margin-right: 5%;
}
.client-testimonials.float-two ul li {
	padding: 20px 0 40px;
	border-bottom: 2px solid #00ACD1;
}
.client-testimonials blockquote {
    margin-bottom: 25px;
}


/* Case Stidies
*****************************************************/

.case-study li > h3 {
    margin-top: 0;
}
.case-study ol {
    margin-top: 100px;
}
.case-study ol li {
	border-bottom: 2px solid #00ACD1;
}
.case-study ol li {
	margin-bottom: 60px;
}
.case-study ol li img {
	margin-bottom: 100px;
}

/* Quote
*****************************************************/
.request-info form {
	padding-top: 40px;
	border: solid 1px #ddd;
	box-shadow: 0 0 12px -6px #aaa;
	/*border-bottom: 8px solid #00acd1;*/
	margin: 0 auto;
}
.request-info form h2 {
	margin-left: 40px;
}
.request-info .bubble {
	background: #e0f6fc;
	padding: 12px 18px;
	position: relative;
	width: 75%;
	float: right;
}
.request-info .bubble:before {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 10%;
	border-color: transparent #e0f6fc transparent transparent;
	border-width: 8px 16px;
	border-style: solid;
}
.quote .chat {
	position: relative;
}
.request-info .chat img {
	width: 21%;
	float: left;
}

.enter-captcha .input_txt {
    width: 180px;
}
.enter-captcha > label {
    display: inline-block;
	margin-right: 16px;
}
.enter-captcha {
	padding-top: 30px;
}
.quote-submit {
	padding-top: 20px;
	text-align: right;
}
.captcha {
    position: relative;
}
.refresh.tooltip {
    position: absolute;
    right: 10px;
	top: 0;
}
.request-info .footer > div {
    min-height: 80px;
}
.float-three.footer {
    padding: 0 20px;
}

/* Cloud
**********************************************************/
.cloud-servers .overview .image img,
.private-cloud-hosting .overview .image img {
	max-width: 100%;
	width: 100%;
}
.cloud-servers .overview .image,
.private-cloud-hosting .overview .image {
	width: 65%;
	float: left;
}
.cloud-servers .overview .description,
.private-cloud-hosting .overview .description {
	width: 33%;
	float: right;
	margin-top: 13%;
}
.cloud-servers .overview .description li,
.private-cloud-hosting .overview .description li {
	margin-bottom: 50px;
}


/* RESPONSIVE LAYOUT
**********************************************************/

@media (max-width: 1780px) {
	.lower-footer {
		padding-bottom: 80px;
	}
}
@media (max-width: 1550px) {
	.hero-inner,
	.hero-inner h1,
	.hero-inner h2 {
		font-size: 34px;
		line-height: 40px;
	}
}
@media (max-width: 1354px) {
	.requests .wrapper {
		min-width: 700px;
	}
}
@media (max-width: 1200px) {
	.hero-slider li article {
		margin: 0;
	}
}
@media (max-width: 1180px) {
	.requests span {
		font-size: 2em;
	}
}
@media (max-width: 1100px) {
	html, body {
		font-size: .95em;
	}
	.header-wrapper > header .wrapper > nav {
		width: 85%;
	}
}
@media (max-width: 1055px) and (min-width: 960px) {
	.top-navigation {
		font-size: 80%;
	}
}
@media (max-width: 980px) {
	.requests {
		min-height: 220px;
	}
}
@media (max-width: 970px) {

	.features li span {
		background-size: cover;
		display: inline-block;
		margin: 0 auto;
		padding-bottom: 100%;
		height: 0;
		width: 100%;
		max-width: 198px;
	}
}
@media (max-width: 960px) {
	.hero img, .bx-wrapper img {
		display: block;
		min-height: 70px;
	}
	.hero-inner {
		display: none;
	}

	.hero-inner-mobile {
		display: block
	}
	header > div.wrapper {
		padding: 0 20px;
		width: auto;
	}
	header .logo {
		width: 20%;
	}
	.nav-wrapper {
		width: 100%;
	}
	nav.top-navigation {
		margin-top: 0;
	}
	header > div.wrapper .logo {
		position: relative;
		padding-left: 3%;
		min-width: 177px;
	}
	header > div.wrapper .contact-vi {
		right: 50%;
		top: 15px;
		width: 100%;
    max-width: 260px;
		padding: 0;
		text-align: center;
		z-index: 9999;
		margin-bottom: .8em;
	}
	.nav-wrapper .wrapper {
		padding: 0 20px;
	}
	.top-menu {
		margin-right: 20px;
	}
	.jetmenu li {
		float: none;
	}
	#main-menu > li {
		width: 100% !important;
	}
	.jetmenu > li, .jetmenu:not(.top-menu) > li > a,
	body .jetmenu li > .megamenu a {
		text-align: center !important;
		padding-left: 0 !important;
	}
	header > div.wrapper .contact-vi div {
		width: 50%;
		float: left;
		clear: none;
	}
	.nav-wrapper  {
		padding: 0;
		position: relative;
	}
	.header-wrapper > header .wrapper > nav {
		width: 100%;
	}
	.hero article, .hero-slider li article {
		margin: 0;
	}
	header .wrapper > h2 {
		margin-bottom: 15px;
		margin-top: 0;
	}
	#main-menu {
		clear: both;
	}
	.show a > .menu-icons {
		display: inline-block;
		opacity: 1;
		transition: all .5s ease .5s;
	}
	.extended:before, .extended:after {
		display: none;
	}
	nav.top-navigation {
		float: none;
		width: 100%;
	}
	ul#main-menu,
	ul#main-menu li {
		display: block;
		width: 100%;
	}
	body .jetmenu:not(.top-menu) > li > a {
		padding-left: 60px;
	}
	body .jetmenu li > .megamenu a {
		padding-left: 80px;
	}
	.jetmenu > li > a{
		padding: 15px 25px;
	}
	.jetmenu a{
		width: 100%;
	}
	#main-menu > li:not(.showhide) {
		border-bottom: 1px solid #0090be;
	}

	.jetmenu ul.dropdown,
	.jetmenu ul.dropdown li ul.dropdown{
		width: 100% !important;
		left: 0;
		position: static !important;
		border: none;
	}
	.jetmenu ul.dropdown li {
		background: #fff !important;
		border: none;
	}
	.jetmenu ul.dropdown > li > a{
		padding-left: 40px !important;
	}
	.jetmenu > li > .megamenu{
		width: 100% !important;
		position: static;
		border-top: none;
	}
	.jetmenu > li > .megamenu .row [class*="col"]{
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
	}
	.jetmenu > li > .megamenu .row:first-child  [class*="col"]:first-child {
		margin-top: 0;
	}
	.jetmenu > li > .megamenu .row{
		margin-top: 0;
	}
	.jetmenu > li > ul.dropdown > li > a{ padding-left: 40px !important; }
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 60px !important; }
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 80px !important; }

	body .jetmenu li > .megamenu ul {
		float: none;
	}
	.call-us a span {
		background-size: contain;
		width: 35px;
		height: 35px;
	}
	.call-us {
		font-size: 1.75em;
	}

}
@media (min-width: 768px) and (max-width: 900px) {
	.jetmenu > li > .megamenu{
		width: 100% !important;
		left: 0 !important;
	}
}
@media (max-width: 856px) {
	.clients ul li.vmware,
	.clients ul li.itil,
	.clients ul li.iso9001 {
		width: 32%;
	}

	.clients ul li.iso27001,
	.clients ul li.veeam {
		width: 48%;
		margin-top: 40px;
	}
}
@media (max-width: 850px) {
	.three-features li {
		width: 100%;
	}
	.features li span {
		background-size: cover;
		display: inline-block;
		margin: 0 auto;
		padding-bottom: 0;
		height: 198px;
		width: 198px;
	}
	.features li {
		margin-bottom: 50px;
	}
	.features li p {
		min-height: inherit;
	}
}
	.captcha.textalignleft > img {
		width: 100%;
	}

@media (max-width: 830px) {
	form .float-two > * {
		width: 100%;
	}
	form .float-two > * .float-two > * {
		width: 50%;
	}
	form .float-three > * {
		width: 50%;
	}
	form .float-three > *:nth-of-type(3) {
		width: 100%;
		text-align: center !important;
	}

	.float-two > *,
	.float-three > *,
	.float-four > *,
	.float-five > *,
	.float-six > *,
	.float-seven > * {
		width: 50%;
	}
	.rows li h3,
	.rows li p {
		float: none;
		width: 100%;
	}
	.call-us .float-three > * {
		width: 33%;
	}

}
@media (max-width: 800px) {
	.cloud-servers .overview .image,
	.private-cloud-hosting .overview .image,
	.cloud-servers .overview .description,
	.private-cloud-hosting .overview .description {
		width: 100%;
		float: none;
	}
	cloud-servers .overview .description,
	.private-cloud-hosting .overview .description {
		margin: 0;
	}
	.cloud-servers .overview .description li,
	.private-cloud-hosting .overview .description li {
		margin-bottom: 30px;
		width: 47.5%;
		float: left;
	}
	.cloud-servers .overview .description li:nth-of-type(2n+1),
	.private-cloud-hosting .overview .description li:nth-of-type(2n+1) {
		margin-right: 5%;
	}
	.customer.alignright {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.customer.alignright img {
		max-width: 100%;
	}
}
@media (max-width: 760px) {
	.accreditation-box {
		width: 100%;
		clear: both;
		float: none;
	}
	img.default {
		min-width: 760px;
	}
}
@media (max-width: 737px) {
	.showhide {
		padding-right: 10px;
	}
	.nav-wrapper  {
	}
	.hero-inner,
	.hero-inner h1,
	.hero-inner h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.bare-metal-servers ul {
		width: 50% !important;
	}
	.bare-metal-servers div {
		clear: both !important;
	}
}
@media (max-width: 700px) {

	header > div.wrapper .contact-vi {
	}
	.client-testimonials.float-two.textalignleft > * {
		float: none;
		clear: both;
		width: 100%;
	}
}
@media (max-width: 666px) {
	.small-hide {
		display: none !important;
	}
}
@media (max-width: 650px) {
	body, html {
		font-size: .9em;
	}
	section > .wrapper, footer.upper-footer > .wrapper {
		padding: 30px 20px;
	}
	.upper-footer ul:nth-of-type(2n+3) {
		clear: both;
	}
	.upper-footer ul {
		width: 50%;
		text-align: center;
	}
	.clients ul {
		width: 100%;
		list-style: none;
		padding: 0;
	}
	.call-us .float-three > * {
		margin: 20px auto;
		width: 100%;
	}
}
@media (max-width: 620px) {
	.header-wrapper > nav li a {
		font-size: 1em;
	}
	.requests .wrapper {
		min-width: inherit;
		width: 100%;
	}
}
@media (max-width: 550px) {
	header > div.wrapper .logo {
		min-width: 120px;
	}
	.header-wrapper > nav  {
		position: relative;
	}
	.header-wrapper > nav  .wrapper {
		padding: 0 20px;
	}
	.header-wrapper > nav  .wrapper .show-top-menu.active {
		color: #999;
		transform: rotate(90deg);
	}
	.header-wrapper > nav  .wrapper > ul.active {
		display: block;
	}
	.cloud-servers .overview .description li,
	.private-cloud-hosting .overview .description li {
		margin-bottom: 30px;
		width: 100%;
		float: none;
	}
	.cloud-servers .overview .description li:nth-of-type(2n+1),
	.private-cloud-hosting .overview .description li:nth-of-type(2n+1) {
		margin-right: 0%;
	}
	.float-two > *,
	.float-three > *,
	.float-four > *,
	.float-five > *,
	.float-six > *,
	.float-seven > * {
		width: 100%;
	}
}
@media (max-width: 480px) {

	.bare-metal-servers ul {
		width: 100% !important;
	}
	.hero-inner-mobile, .hero-inner-mobile h1, .hero-inner-mobile h2 {
		font-size: 19px !important;
		line-height: 26px;
	}
	select#location-selector {
		max-width: 320px;
	}
	.nav-wrapper > .wrapper {
    padding: 0;
}
}
@media (max-width: 435px) {
	.top-menu,
	.contact-vi {
		display: none;
	}
	header > div.wrapper .logo {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.header-wrapper > header h2 {
		padding-top: 20%;
	}
}
@media (max-width: 365px) {
	.contactus-nav,
	.requests .wrapper .chat-live {
		display: none !important;
	}
	.header-wrapper > nav  .wrapper li {
		width: 50%;
		text-align: center;
	}
	.header-wrapper > nav .wrapper li .top-menu-dropdown li {
		width: 100%;
	}
	.sub-content {
		text-align: center;
	}
	.sub-content .round-server {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.chat-copy {
		float: none;
		margin-top: 1%;
		padding: 0;
		width: auto;
		text-align: center;
	}
}
@media (max-width: 330px) {
	.contactus-nav,
	.features li span {
		background-size: cover;
		display: inline-block;
		height: 0;
		margin: 0 auto;
		max-width: 198px;
		padding-bottom: 100%;
		width: 100%;
	}
}
.to-the-top {
	position: fixed;
	right: -80px;
	top: 50%;
	z-index: 1;
	background: rgba(0, 42, 65, 0.33);
	transition: all ease .3s;
}
.to-the-top.visible {
	right: 0;
}
.to-the-top a {
	display: block;
	padding: 8px 14px;
}
.to-the-top:hover {
	background: #00D2FF;
}
.to-the-top .fa {
	color: #fff;
}
