/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaregular_italic';
    src: url('../fonts/proximanova-regularitalic-webfont.eot');
    src: url('../fonts/proximanova-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regularitalic-webfont.woff') format('woff'),
         url('../fonts/proximanova-regularitalic-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regularitalic-webfont.svg#proxima_novaregular_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'proxima_novasemibold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
       url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
       url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
       url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
       url('../fonts/proximanova-bold-webfont.woff') format('woff'),
       url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
       url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novalight';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
       url('../fonts/proximanova-light-webfont.woff') format('woff'),
       url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
       url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold_italic';
  src: url('../fonts/proximanova-boldit-webfont.eot');
  src: url('../fonts/proximanova-boldit-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/proximanova-boldit-webfont.woff2') format('woff2'),
       url('../fonts/proximanova-boldit-webfont.woff') format('woff'),
       url('../fonts/proximanova-boldit-webfont.ttf') format('truetype'),
       url('../fonts/proximanova-boldit-webfont.svg#proxima_nova_rgbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  color: #444;
  font: 18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  background: #fff;
  font: 18px 'proxima_nova_rgregular',Arial,Helvetica,sans-serif !important;
  overflow: hidden;
}
.top-bar {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background: rgba(51,51,51,0.8);
	color: #fff;
	text-align:center;
}
img {
	max-width:100%;
}
.center-wrap {
	max-width:1080px;
	margin:0 auto;
	padding:0 25px;
}
.select-box {
	padding: 18px 0;	
}
.select-box label {
	display:none;
}
select.custom {
	width: 120px;
}
.top-phone {
	display:block;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.3em;
	padding: 17px 0 13px;
	letter-spacing: 0.7px;
}
.top-phone a {
	text-decoration:none;
	color:#fff;
}
/* ==========================================================================
   SLIDES
   ========================================================================== */
#slide1 {
	background:url('../img/section1.jpg') no-repeat right center;
	background-size:cover;
}
#slide1 h1,
#slide1 h2 {
	text-transform:uppercase;
	font-size: 1.8em;
	font-family: 'oswaldregular';
	font-weight:normal;
	line-height:1.2em;
	margin:0;
}
#slide1 h2 {
	color:#e96f23;	
	margin:0;
}
#slide1 .slide-center {
	padding-top:100px;
}
#slide1 .panel {
	text-align:left;
	min-height:400px;
	margin-top:100px;
}
.panel {
	padding:0em 2.78em;
}
#slide2 {
	background: url(../img/section2.jpg) no-repeat left center;
    background-size: cover;
    color: #505e67;
    text-align: center;
    padding: 0 0 50px;
}
#slide2 h2 {
    max-width: 550px;
    margin: 25px auto 0;
    font-weight: 700;
    font-size: 16pt;
    line-height: 1.4em;
	    font-family: "Open Sans", sans-serif;
}
#slide2 h1 {
    color: #2e7ad1;
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px;
}
#slide2 .blue-btn {
    padding: 10px 25px;
    font-size: 12pt;
}
html a.blue-btn {
    background: #2e7ad1;
    color: #fff;
    font-weight: 700;
    border-radius: 25px;
    padding: 4px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 10pt;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
}
.tools .col-sm-6 {
    margin-bottom: 15px;
}
.green-icon {
    width: 75px;
    height: 75px;
    background: #7dc242;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    margin: 0 auto;
}
.tools h4 {
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.4em;
    font-size: 15px;
	font-family: "Open Sans", sans-serif;
}
.tools p {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
	font-family: "Open Sans", sans-serif;
}
.splash-text {
	margin-bottom:50px;
	text-align:center;
}
.splash-text h1 {
	font-family:'proxima_novalight';
	font-weight:normal;
	line-height:1em;
}
.splash-text h4 {
	margin-bottom:35px;
	font-family:'proxima_nova_rgregular',Arial,Helvetica,sans-serif;
	font-size:16pt;
	font-weight:normal;
}
.social-aside {
	background:rgba(255,255,255, .85);
	padding:15px;
	overflow: hidden;
}
.social-aside h6 {
	text-align:center;
	font-size:12pt;
	margin:10px;
}
.social-aside ul {
    list-style-type: none;
    /* margin-left: 0; */
    padding-left: 0;
    font-size: 12pt;
    margin: 5px 0;
}
.social-aside ul li a {
    color: #666;
    text-decoration: none;
    display: inline-block;
    width: 80%;
    padding-left: 50px;
    vertical-align: middle;
}
.social-aside ul li a:hover {
	text-decoration:underline;
}
.social-aside li.links {
	//height:37px;
    width: 100%;
    position: relative;
    margin: 5px 0;
    min-height: 35px;
    display: table;
}
.social-aside li.links img {
    vertical-align: middle;
    /* padding-right: 15px; */
    position: absolute;
    top: 50%;
    transform: translate(-50%,-65%);
	-webkit-transform: translate(-50%,-65%);
	-moz-transform: translate(-50%,-65%);
    left: 20px;
}
.section-1, 
.section-2 {
	padding:50px 0;
}
.section-2 h2 {
	color:#505e67;
	font-size:24pt;
	font-family:'proxima_novasemibold';
	line-height:1.1em;
	letter-spacing:0;
	margin:0 0 35px;
}
.box-tools {
	padding:0 0 5px 70px;
}

.box-tools.start {
	background:url('../img/icons/shake.png') no-repeat top left;
}
.box-tools.cloud {
	background:url('../img/icons/cloud.png') no-repeat top left;
}
.box-tools.integrations {
	background:url('../img/icons/monitor.png') no-repeat top left;
}
.box-tools h5 {
	color:#2e7ad1;
	font-size:20px;
	line-height:25px;
	font-family:'proxima_nova_rgbold';
	font-weight:normal;
	margin:0;
  }
.box-tools p {
	margin:0 0 12px;
}
.d-1of3 {
	text-align:center;
	margin-bottom:35px;
} 
#slide3 {
    background: url(../img/section3.jpg) no-repeat left center;
    background-size: cover;
    /*padding: 25px 0;*/
}
#slide3 h2 {
	color:#e96f23;
	font-family:'oswaldregular';
	font-size:26pt;
	font-weight:normal;
	text-align: center;
}
.company-info {
	/*background:rgba(255,255,255,0.85);
	box-shadow:0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;*/
	    background: rgba(255,255,255,.85);
    color: #444;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    max-width: 650px;
}
#slide3 .d-1of3 {
	/*padding:15px 2%;
	margin:0 auto 25px;*/
}
#slide3 .d-2of3 {
	/*width:100%;
	background:rgba(255,255,255,0.85);
	box-shadow:0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	*/
	    background: rgba(255,255,255,.85);
    display: block;
    margin: 15px auto 0;
    padding: 35px 25px;
    border-radius: 5px;
    max-width: 800px;
    color: #999;
}
#slide4, #slide3.alt-bkg {
	background:url('../img/slide4.jpg') no-repeat left center;
	background-size:cover;
}
/* ==========================================================================
   Login
   ========================================================================== */
h2.swiffy-text, h2.completion-text {
    color: #83c11f !important;
    text-transform: uppercase;
    letter-spacing: 0px !important;
    font-family: 'oswaldregular';
    font-size: 2em !important;
}
div#mlmbuildercredentials p {
    color: #83c11f !important;
    font-size: 1.6em;
}
.section-footer {
    background-color: #1a1a1a;
}
/* ==========================================================================
   Form
   ========================================================================== */
.form {
	/*padding:15px;*/
}
.form div {
	margin:0 auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.form .row {
	width: 100%;
	margin-bottom: 15px;
}
.form .form-box {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom:15px;
}
input, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
	padding: 10px;
	color: #757575 !important;
	font-size: 16px;
	line-height: 1.19em;
	    font-family: "Open Sans", sans-serif;
	-webkit-appearance: none;
	border: 1px solid #666;
	    border-radius: 5px;
}
input.invalid { 
	background-color: #ffa268;
}
.offices.quarter {
    width: 30%;
}
#error-message h4 {
    color: red;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-orange {
	cursor: pointer;
background-color: #e96f23;
    color: #fff;
    font-size: 1em;
    border-radius: 8px;
    padding: 0.9em 1.7em;
    display: inline-block;
    border: 2px solid #303030;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Open Sans",sans-serif;
    width: 70%;
    box-sizing: border-box;
}
a.btn-orange {
	text-decoration:none;
}
.btn-orange:hover {
    text-decoration: none;
    background-color: #f79253;
    color: #fff;
}
html a.blue-btn:hover {
    background: #3a96fe;
}
.orange-btn:focus,
.topbar form select:focus {
	outline: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-height: 900px) and (max-height: 1000px) {
	#slide2 .container {
		width: 90% !important;
	}
	#slide2 h2,
	.tools p {
		max-width: 90%;
	}
	#slide2 h1,
	#slide2 h2 {
		margin-top: 10px;
	}
}
@media (min-height: 1000px) {
	#slide2 h2 {
		margin-top: 0px;
	}
}
@media only screen and (min-width: 450px) {
	div#mlmbuildercredentials p #lbUsername + br, div#mlmbuildercredentials p #lbPassword+ br {
		display: none;
	}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) { 
	#slide1 .panel {
		text-align:left;
	}	

	#slide1 .panel {
		margin-top:0;
	}
}

@media only screen and (max-width: 767px) {
	.fp-section,
	.fp-slide,
	.fp-tableCell{
	    /*height: auto !important;*/
	    overflow:visible;
	}
	.fp-scrollable,
	.slimScrollDiv {
		overflow:visible !important;
		height:auto !important;
	}
	.social-aside li.links {
		height: auto;
		margin: 5px auto;
	}
}
@media only screen and (min-width: 468px) {
	.btn-orange {
		font-size: 1em;
	}
}
@media only screen and (min-width: 640px) {
	.select-box label {
		font-size: 16px;
		padding: 7px 13px 0 0;
		display: inline-block;
		vertical-align: top;
		text-transform: uppercase;
	}
}
@media only screen and (min-width: 768px) {
	#section3 {
		padding: 0;
	}
	#slide3 h2.center {
		margin:10px 0;
	}
	#slide3 {
		padding-bottom:0;
	}
	.select-box {
		float: left;
		width: 40%;
		text-align:left;
	}
	.top-phone {
		float: right;
		width: 38%;
		text-align: right;
	}
	.livezilla-chat-button {
		float: left;
		width: 22%;
		padding: 7px 0px;
	}
	.btn-orange {
		/*font-size: 1.2em;*/
	}
	.splash-text {
		float:right;
		width:50%;
		margin-bottom:0;
		text-align:left;
	}
	#slide1 .panel {
	text-align:left;
	}
	.social-aside {
		height:100%;
		width:300px;
	}
	.social-aside li.links {
		//margin:0;
	}
	.splash-text h4 {
		margin:15px 0;
	}
	.splash-text a.btn-orange {
		margin-bottom:15px;
	}
	.section-1, 
	.section-2 {
		padding:0;
	}
	.section-1 {
		//max-height:568px;		
	}
	#slide2 .top-bar,
	#slide3 .top-bar {
		display:initial;
	}
	#slide3 .form-section {
		padding-top:90px;
	}
	#slide2 .section-1 {
		padding-top:70px;
	}
	.section-2 {
		padding:15px 0 0;
	}
	.d-1of3 {
		/*float:left;
		width:40%;
		margin-right:6%;
		margin-bottom:0;*/
	}
	.d-2of3 {
		/*float:left;
		width:54%;*/
	}
	#slide3 {
		margin-bottom:0;
	}
	#slide3 .d-1of3 {
		/*width:36%;
		padding:2%;
		margin-right:1%;
		margin-bottom:0;*/
	}
	#slide3 .d-2of3 {
		/*width:54%;*/
	}
	#slide3 h2 {
	font-size:35pt;
	font-weight:normal;
	}
}
@media only screen and (min-width: 900px) {
	.form .form-box {
		float: left;
		width: 47%;
		
	}
	.row .form-box:first-of-type {
		margin-right:5%;
	}

}
@media only screen and (min-width: 992px) {
	.tools .col-md-4:nth-of-type(3n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1030px) {
	#slide1 h1,
	#slide1 h2 {
		text-transform:uppercase;
		font-size: 40pt;
		font-family: 'oswaldregular';
		font-weight:normal;
		line-height:1.2em;
		margin:0;
	}
	#slide1 .panel {
	text-align:center;
	margin-top:0;
	}
	.panel {
		padding:1.5em 2.78em;
		text-align:center;
		margin:0 auto;
	}
	.main-panel {
		width:700px;
	}
	#slide1 .slide-center {
		max-width:1022px;
		margin:0;
	}
	#slide1 h2 {
		margin:25px 0;
	}
	.center-wrap {
	padding:0;
	}
	.social-aside {
		width:43%;
	}
	.social-aside li.links {
/* 		float:left;
		width:50%;
		height:36px; */
	}	
}
@media only screen and (min-width: 1200px) {
	.tools .col-md-4:nth-of-type(4n+1) {
		clear: both;
	}
	.tools .col-md-4:nth-of-type(3n+1) {
		clear: none;
	}
}
@media only screen and (min-width: 1600px) {
	.container {
		width: 1400px !important;
	}
}
@media only screen and (min-width: 1920px) {
	#slide2 .section-1 {
		min-height:380px;
	}
	.social-aside {
		width:250px;
		padding-top:0;
		padding-bottom:0;
	}
	.social-aside ul {
		margin-top:0;
	}
	.social-aside li.links {
		float:none;
		height:38px;
		width:100%;
	}
	.social-aside h6 {
		margin:10px 0 15px;
	}
	.section-2 {
		padding:15px 0 0;
	}
}
@media only screen and (min-height: 1080px) {
	.section-2 {
		padding:35px 0;
	}
	.box-tools h5 {
		margin-bottom:10px;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.center {
	text-align:center;
}
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*Footer CSS*/
footer {
background: #383e41;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 9.5pt;
	    color: #838688;
    padding-bottom: 10px;
    text-align: center;
}
.login-info {
    /*height: 100%;*/
    position: relative;
}
.login-info .panel {
    margin-bottom: 0px;
    background-color: rgba(255,255,255,0.85);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
footer h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:12pt;
}
.thirds {width:33.33%;float:left;}
.thirds:hover, .thirds:active {
	background:#0595e8;
}
.quarter {width:25%;float:left;}
.split {width:37.5%;float:left;}
.half {width:45%;float:left;}
.offices img {
	padding:25px 0;	
}
.foot-bottom {
	background:#202020;	
	padding:10px 0;
	margin:0;
	color:#e4e4e4;
}
.foot-bottom .quarter p {
	margin:10px 0;
}
.foot-bottom .split h3 {
	display:none;	
}
.foot-logo img {
	padding-top:150px;
}
ul.social-icons {
	list-style-type:none;
	margin:5px 0 0;
	padding:0;
}
ul.social-icons li {
	float:left;
	margin-right:5px;
}
ul.social-icons li:last-child {
	margin-right:0;
}
ul.contact-info {
	list-style-type:none;
	padding-left:0;
	margin-bottom:25px;
}
ul.contact-info li {
	line-height:1.8em;
}
ul.contact-info li img {
	vertical-align:middle;
	margin-right:5px;
}
ul.foot-links {
	list-style-type:none;	
}
ul.foot-links li {
	float:left;
	margin-right:50px;
}
ul.foot-links li:last-child	{
	margin-right:0;
}
ul.foot-links li a {
	color:#e4e4e4;
	text-decoration:none;
}
#slider4 .center-wrap {
	overflow: hidden;
}
ul.links li {
    float: left;
    height: 100%;
    list-style: none outside none;
    margin: 0px 2px;
    padding: 0;
    line-height: 32px;
}
footer .center-wrap>div.split {
    width: 80%;
}
footer .foot-bottom .quarter {
    width: 20%;
    float: left!important;
    clear: none!important;
}
.login-info .center-wrap {
    overflow: hidden;
}
#map .points {
	display: none;
}
p#SkypeButton_Call_multisoftrob_1_paraElement {
    margin: 0px;
    margin-top: -20px;
}
ul.links {
    float: left;
    width: 100%;
    margin-top: 0px;
}
ul.links li a {
	color: #fff;
}
ul.links li a {
    color: #fff;
    text-decoration: none;
}
ul.links li a:hover {
	text-decoration: underline;
}
.show-content {
	display: block !important;
}
div#mlmbuildercredentials h3 {
    font-family: 'proxima_nova_rgbold';
    margin: 0.5em 0;
	font-size: 2em;
	word-break: break-word;
}
#slide3 h2 {
	margin: 0.5em 0;
}
div#mlmbuildercredentials h4 {
    font-family: 'oswaldbold'!important;
    font-size: 1.33em;
    margin: 0.5em 0;
}
.position-static {
	/*position: static !important;*/
}
div#mlmbuildercredentials {
    text-align: center;
}
#slide1 h1, .splash-text h1, .splash-text h4, div#slide1 h2, div#slide3 h2 {
	color: #fff;
}
#slide1 h1 {
    letter-spacing: 3px;
}
#slide1 h2 > span {
    letter-spacing: 0;
	line-height: 0;
	font-size: 0.64em;
	text-transform: uppercase;
	font-weight: normal !important;
	letter-spacing: 2px;
	color: #fff;
}
#slide1 h2 {
	line-height: 40px !important;
}
#slide1 h1 > span.or-wrapper {
    line-height: 80px;
}
img#loader, img#loader+div {
    float: left;
}
img#loader+div {
    width: 85%;
}
#modal-background {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
img#loader+div p {
	margin-top: 0.5em;
    margin-bottom: 0px;
}
img#loader {
    margin-top: 60px;
    margin-right: 5px;
}
#modal-background h3 {
    color: #2392c9;
    margin-bottom: .2em;
}
#modal-spinner {
    position: absolute;
    top: 40%;
    left: 38%;
    width: 384px;
    height: auto;
    padding:15px;
    //border: 3px solid #ababab;
    //box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}
#slide4 .login-info .panel {
    /*margin-top: 90px;*/
}
@media only screen and ( max-width: 1029px ) and ( min-width: 940px ){
	div#modal-spinner {
		left: 32%;
	}
}
@media only screen and ( max-width: 939px ) and ( min-width: 850px ){
	div#modal-spinner {
		left: 29%;
	}
}
@media only screen and ( max-width: 849px ) and ( min-width: 768px ){
	div#modal-spinner {
		left: 29%;
	}
}
@media only screen and ( max-width: 767px ) and ( min-width: 700px ){
	div#modal-spinner {
		left: 25%;
	}
}
@media only screen and ( max-width: 699px ) and ( min-width: 600px ){
	div#modal-spinner {
		left: 21%;
	}
}
@media only screen and ( max-width: 599px ) {
	div#modal-spinner {
		left: 2%;
		width: 95%;
		padding: 15px 0;
	}
}
@media only screen and ( min-height: 880px ) and ( min-width: 1071px ){
	footer {
		/*position: absolute;
		bottom: 0;*/
	}
}
@media only screen and (max-width:1070px) {
	.quarter,
	.half,
	.split {
		float:none;
		margin:0 auto;
		text-align:center;
		width:90%;
		padding-left:5%;
		padding-right:5%;
		clear:both;
	}
	ul.social-icons,
	ul.foot-links {
		text-align:center;
		padding-left:0;
	}
	ul.social-icons {
		margin:10px 0 25px;
	}
	ul.foot-links {
		margin:25px 0;
	}
	ul.social-icons li,
	ul.foot-links li {
		display:inline-block;
		float:none;
	}
	.foot-logo img {
		margin:25px 0;	
		padding-top:0;
	}
	h3.follow {
		display:none;	
	}
	.foot-bottom .split h3 {
		display:block;
		margin:25px 0 0 0;
	}
	#content {padding-bottom:65px;}
	#footer {position:relative;}
	footer .foot-bottom div.quarter, footer div.center-wrap>div.split {
		width: 100%;
		padding: 0;
	}
	p#SkypeButton_Call_multisoftrob_1_paraElement img {
		position: relative;
		top: 5px;
	}
}
@media only screen and (max-width: 960px) {
  .mk-animated-columns.four-column .animated-column-item,
  .mk-animated-columns.five-column .animated-column-item,
  .mk-animated-columns.six-column .animated-column-item,
  .mk-animated-columns.seven-column .animated-column-item,
  .mk-animated-columns.eight-column .animated-column-item {
    width: 33.33% !important;
  }
  .mk-animated-columns.has-border.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.has-border.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.has-border.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.has-border.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.has-border.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 1px;
  }
  .mk-animated-columns.has-border.four-column .animated-column-item:nth-of-type(4n),
  .mk-animated-columns.has-border.five-column .animated-column-item:nth-of-type(5n),
  .mk-animated-columns.has-border.six-column .animated-column-item:nth-of-type(6n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(7n),
  .mk-animated-columns.has-border.eight-column .animated-column-item:nth-of-type(8n) {
    border-right-width: 0;
  }
  .thirds {width:100%;}
}

@media only screen and (max-width: 767px) {
  .mk-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .mk-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 0;
  }
  .mk-animated-columns.has-border.three-column .animated-column-item,
  .mk-animated-columns.has-border.four-column .animated-column-item,
  .mk-animated-columns.has-border.five-column .animated-column-item,
  .mk-animated-columns.has-border.six-column .animated-column-item,
  .mk-animated-columns.has-border.seven-column .animated-column-item,
  .mk-animated-columns.has-border.eight-column .animated-column-item {
    width: 100% !important;
    border-right-width: 1px !important;
  }
  div#slide3 {
		padding-bottom: 0;
	}
	#slide3 .top-bar {
		position: static;
	}
	.login-info .center-wrap {
		/*margin-top: 30px;*/
	}
	#slide4 .login-info .panel {
		margin-top: 30px;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	p#SkypeButton_Call_multisoftrob_1_paraElement img {
		position: relative;
		top: 5px;
	}
	ul.links {
		padding: 0;
	}
}
@media only screen and ( max-width: 626px ) {
	ul.social-icons > li:last-child {
		width: 100%;
	}
	p#SkypeButton_Call_multisoftrob_1_paraElement {
		margin-top: 0px !important;
	}
}
@media only screen and ( max-width: 434px ) and ( min-width: 342px ) {
	p#SkypeButton_Call_multisoftrob_1_paraElement > ul {
		left: 16%;
	}
}
@media only screen and ( max-width: 341px ) {
	p#SkypeButton_Call_multisoftrob_1_paraElement>ul {
		left: 5%;
	}
}
@media only screen and (max-width: 640px) {
	#prefooter .center-wrap.animated {
	padding-top:0;
	}
	#content {padding-bottom:0;}
}
@media only screen and (max-width:480px) {
	ul.foot-links li {
		margin-right:10px;	
	}
}

@media only screen and (max-width:360px) {
	.animated-column-desc.last-ancol {
		margin-top:35px;
	}
}
div#divTermsAndCondition {
    float: left;
    width: 100%;
	text-align: center;
}
div#divTermsAndCondition input {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 3px;
	-webkit-appearance: checkbox;
	appearance: checkbox;
	-moz-appearance: checkbox;
}
#divcheckMailChimpSubscriber > span,
a#btnTermsAndCondition {
    float: left;
    margin-left: 10px;
	    font-family: "Open Sans", sans-serif;
    font-size: 14px;
	    color: #337ab7;
		    width: 90%;
    text-align: left;
}
#WeGuaranteePrivacy {
	color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    float: left;
    display: inline-block;
    text-align: left;
    padding-left: 25px;
}
#contact-us {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
span#errorTermsAndCondition {
    color: red !important;
    width: 100%;
    text-align: left;
    padding-left: 23px;
	    float: left;
		font-size: 14px;
		    font-family: "Open Sans",sans-serif;
}
#divcheckMailChimpSubscriber > span {
    /*margin-left: -14px;*/
}
/*Under Maintenance CSS*/
#dvUpdatingMLMBuilderData {
    width: 100%;
    height: 100%;
    position: relative;
	//background-color: #aeaeae;
}
.container {
    /*padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 5px 10px 10px #eaeaea;*/
}
#dvUpdatingMLMBuilderData p {
	text-align: left;
}
progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;

  width: 250px;
  height: 20px;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}
iframe[name="google_conversion_frame"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
@-webkit-keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}
@keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}
a[title="Web Analytics"],
#wts1468850 {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    bottom: 0;
    left: 0;
}
@media (max-width: 767px) {
	/*.container {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}*/
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
/*Updated Styles*/
/* ==========================================================================
   Styles
   ========================================================================== */
  
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
.jumbotron {
	background-color:transparent;
}
.orange {
	color:#fd7a29;
}
.margin-top {
	margin-top:25px;
}
/* ==========================================================================
	Buttons
========================================================================== */
.orange-btn {
	background:#fd7a29;
	color:#fff;
	font-weight:700;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	padding:4px 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.orange-btn:hover,
.orange-btn:focus {
	background:#86c553;
	color:#fff;
	text-decoration:none;
}
footer .orange-btn {
	position:relative;
	top:1px;
}
/* ==========================================================================
   TopBar/Footer
   ========================================================================== */
.topbar,
footer {
	background:#383e41;
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:9.5pt;
}
.topbar a,
footer a {
	color:#838688;
}
.topbar a:hover,
footer a:hover,
.topbar a:focus,
foter a:focus {
	text-decoration:none;
	color:#838688;
}
.topbar ul,
footer ul {
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
	    margin-top: 0;
}
.topbar ul li,
footer ul li {
	padding:10px 0;
	border-bottom:1px solid #4b5154;
	text-align:center;
	margin-left:-3px;
}
footer ul li {
	padding:15px 0;
}
.topbar ul li:hover,
footer ul li:hover,
.topbar ul li:focus,
footer ul li:focus {
	background:#24292b;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
footer ul li.free-demo:hover,
footer ul li.free-demo:focus {
	background-color:transparent;
}
footer ul li:last-of-type {
	border-bottom:none;
}
.topbar .row,
footer ul {
	text-align:right;
}
.chat a {
	background:url('../img/chat.png') no-repeat left center;
	padding:10px 0 10px 30px;
}
.phone a {
	background:url('../img/phoneNew.png') no-repeat left center;
	padding:10px 0 10px 20px;
}
.support a {
	background:url('../img/support.png') no-repeat left center;
	padding:10px 0 10px 30px;
}
.topbar form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;	
    appearance:none;
	background-color:transparent;
	background:transparent url('../img/select-down.png') no-repeat right center;
	border:none;
	color:#838688;
	padding-right:15px;
	cursor:pointer;
	width: auto;
}
select::-ms-expand {
    display: none;
}
footer {
	color:#838688;
	padding-bottom:10px;
	text-align:center;
}
footer p {
	padding:15px 0 0;
}

/* ==========================================================================
   Section 1
   ========================================================================== */
#section1 {
	background:url('../img/section1.jpg') no-repeat right center;
	background-size:cover;
}
.callout {
	text-align:center;
	color:#818587;
	position: relative;
	background-image:url('../img/green-bg.png'), url('../img/callout-sm.png');
	background-repeat:repeat-x, no-repeat;
	background-position:bottom center, top right;
	background-color:rgba(255,255,255,.9);
	padding:120px 0 95px;
	margin:25px 0;
	-webkit-border-top-right-radius: 55px;
	-moz-border-radius-topright: 55px;
	border-top-right-radius: 55px;
}
.callout .orange {
font-weight: 800;
    font-size: 12pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-family: "Open Sans", sans-serif;
}
html #fullpage .callout h2 {
    color: #383e41 !important;
    font-weight: 700 !important;
    font-size: 1.95em !important;
    line-height: 1.2em !important;
    margin-bottom: 25px !important;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: none !important;
    font-family: "Open Sans", sans-serif;
	margin-top: 20px;
}
.language select {
    padding: 0;
    height: auto;
}
.callout p {
	font-size:12pt;
	font-weight:700;
	max-width:350px;
	margin:15px auto;
	    font-family: "Open Sans", sans-serif;
		    line-height: 1.42857143;
}
.callout .margin-top {
	margin-top:20px;
}
.callout .orange-btn {
font-size: 12pt;
    text-transform: uppercase;
    padding: 10px 25px;
    font-family: "Open Sans", sans-serif;
}
.callout p.green-section {
	color:#fff;
	position:absolute;
	bottom:20px;
	font-size:13pt;
	width:100%;	
	margin:0 auto;
	left:0;
	right:0;
	text-transform:uppercase;
	letter-spacing:1px;
}
.content {
	background:rgba(56,62,65,.96);
	padding:35px 0;
}
.content .row {
	margin-left:0;
	margin-right:0;
}
.jumbotron {
	padding:0;
	margin:0;
	min-height:552px;
	background-color: transparent;
}
.language select {
    padding: 0;
    height: auto;
    color: #838688 !important;
}
.language select, .topbar li > a {
    font-size: 9pt;
    font-family: 'Open Sans', sans-serif;
}
.why,
.dist,
.sell {
	padding-left:65px;
}
.why,
.dist {
	margin-bottom:35px;
}
.content h3 {
	font-weight:800;
	margin:11px 0 25px;
	font-size:13.5pt;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.content p {
	color:#bbbec0;
	    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
.why {
	background:url('../img/why-icon.png') no-repeat top left;
}
.dist {
	background:url('../img/dist-icon.png') no-repeat top left;
}
.sell {
	background:url('../img/sell-icon.png') no-repeat top left;
}
#slide1 footer {
	padding-top: 0;
}
#slide3 .form .row {
	margin-bottom: 0;
}
.company-info h3 {
    margin: 15px 0 20px;
    font-weight: bold;
	    font-size: 24px;
		    font-family: "Open Sans", sans-serif;
}
.company-info p {
font-size: 14pt;
font-family: "Open Sans", sans-serif;
}
#CongratulationsYouAreNearlyDone {
	position: relative;
}
.mfp-content {
    max-width: 600px;
    background: rgba(255,255,255,.8);
    padding: 35px;
    color: #505e67;
}
#popup-form h2, #popup-form2 h2 {
    text-align: center;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: bold;
	    font-family: "Open Sans", sans-serif;
}
#popup-form input[type="text"], #popup-form input[type="tel"], #popup-form input[type="email"], #popup-form select, #popup-form2 input[type="text"], #popup-form2 input[type="tel"], #popup-form2 input[type="email"], #popup-form2 input[type="date"], #popup-form2 input[type="time"], #popup-form2 select {
	border: 1px solid #666;
    height: 40px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #757575;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
#popup-form2 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
.callout .row.margin-top {
    max-width: 450px;
    display: block;
    margin: 0 auto;
}
.callout .row .orange-btn {
    font-size: 9.25pt;
    display: block;
    margin: 0 auto 10px;
    max-width: 90%;
}
.callout .row.margin-top .col-sm-6 {
    padding: 0;
}
/*For Slide3 Changes*/
div#slide3-wrapper {
    float: left;
    background: rgba(255,255,255,.85);
	margin: 25px 0;
}

.company-info {
    background: transparent;
    color: #444;
    text-align: center;
    padding: 20px 20px 10px;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    max-width: 500px;
}

#slide3 .d-2of3 {
    background: transparent;
    display: block;
    margin: 0;
    padding: 10px 0 35px;
    border-radius: 0;
    max-width: 500px;
    color: #999;
}

html .form .form-box {
    margin: 0;
    width: 50%;
}

html .form .form-box:first-of-type {
    margin-right: 0;
}

input, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #757575 !important;
    font-size: 16px;
    line-height: inherit;
    -moz-appearance: none;
	-webkit-appearance: none;
    border: 1px solid #666;
    border-radius: 0;
    width: 100%;
    height: 3.4375rem;
    padding: .375rem;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #cbcaca;
    padding-left: 32px;
    padding-right: 32px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
.form-box + .form-box input,.form-box + .form-box select {
    border-left: 1px solid #cbcaca;
}
.btn-orange {
    cursor: pointer;
    background-color: #e96f23;
    color: #fff;
    font-size: 1em;
    border-radius: 0;
    padding: 0.9em 1.7em;
    display: inline-block;
    border: none;
    margin-top: 25px;
    text-align: center;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Lato', sans-serif;
    width: 100%;
    box-sizing: border-box;
}
div#divTermsAndCondition p {
    font-size: .875rem;
    line-height: 1.0625rem;
    color: #586474;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
div#divTermsAndCondition {
    padding: 12px 12px 20px;
}
.company-info h3 {
    font-weight: 800;
    font-size: 12pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-family: open sans,sans-serif;
    color: #fd7a29;
}
.company-info p {
    font-size: 16pt;
    color: #2c323a;
    font-family: 'Lato', sans-serif;
    line-height: 2rem;
    margin-bottom: 20px;
}
.company-info p + p {
    font-size: 12pt;
    line-height: 1rem;
	margin-bottom: 0;
}
.btn-orange {
	line-height: 22px;
}
@media (max-width: 767px) {
	html .form .form-box {
		width: 100%;
	}
}
/*End of add for new section 3 design*/
@media only screen and (min-width: 768px) {
	.grecaptcha-badge {
		bottom: 5% !important;
	}
	footer {
		padding-bottom: 0;
		    /*position: absolute;
    bottom: 0;*/
	}
}
@media only screen and (min-width:430px) {
	.callout {
		padding-top:75px;
	}
	.callout .orange {
		margin:0 auto;
		max-width:200px;
	}
}
@media only screen and (min-width:481px) {
	.topbar ul li {
		display:inline-block;
		padding:10px 9px;
		border-right:1px solid #838688;
		border-bottom:none;
	}
	.topbar ul li:last-child {
		border-right:0;
	}	
}
@media only screen and (min-width:545px) {
	.callout .row.margin-top .col-sm-6 {
		width: 50%;
		float: left;
	}
	.callout {
		background:url('../img/callout.png') no-repeat top right;
		height:552px;
		width:552px;
		padding:75px 0;	
		display:block;
		margin:25px auto;
	}
	.callout .orange {
		max-width:100%;
	}
	.callout p.green-section {
		bottom:40px;
	}
	.callout .row .orange-btn {
		margin: 0 2.5px;
		max-width: 100%;
	}
}
@media only screen and (min-width:768px) {
	footer {padding-bottom:0;}
	footer ul li {
		display:inline-block;
		padding:10px 9px;
		border-right:1px solid #838688;
		border-bottom:none;
	}
	footer ul li:last-child {
		border-right:0;
	}
	.topbar ul li,
	footer ul li {
		display:inline-block;
		border-right:1px solid #4b5154;
		border-bottom:none;
	}
	.topbar ul li {
		padding:15px 15px;		
	}
	footer ul li {
		display:inline-block;
		padding:16px 15px;
		border-right:1px solid #4b5154;
		border-bottom:none;
	}
	footer ul li {
		padding:16px 15px;
	}
	.topbar ul li:first-child,
	footer ul li:first-child {
		border-left:1px solid #4b5154;
	}	
	.callout {
		float:none;
	}
}
@media only screen and (min-width:768px) and (max-width:992px) {
	footer ul {
		text-align:center;
	}	
	footer ul li:first-child {
		border-left:none;
	}
}

@media only screen and (min-width:992px) {
	.why,
	.dist {
		margin-bottom:0;
	}	
	.callout {
		float:right;
	}
}

@media only screen and (min-height:858px) and (min-width:992px) {
	.topbar {
		position:absolute;
		top:0;
		z-index: 9;
		left: 0;
	}
	#fullpage + footer {
		position:absolute;
		bottom:0;
		text-align:left;
		z-index: 9;
		left: 0;
	}	
	.content {
		position:absolute;
		bottom:50px;
		width:100%;
	}
	.jumbotron {
		position:absolute;
		top:35px;
		width:100%;
	}
	.callout {
		padding:75px 0px;
	}	
}

@media only screen and (min-height:1090px) and (min-width:552px){
	.fp-responsive .topbar {
		position:absolute;
		top:0;
	}
	.fp-responsive footer {
		position:absolute;
		bottom:0;
		padding-bottom:0;
		text-align:left;
	}	
	.fp-responsive .content {
		position:absolute;
		bottom:50px;
		width:100%;
	}
	.fp-responsive .jumbotron {
		position:absolute;
		top:35px;
		width:100%;
	}
	.fp-responsive .callout {
		padding:75px 0px;
	}	
}
@media only screen and (min-width:1280px) and (min-height:1024px) {
	.jumbotron {
		height:calc(100% - 295px);
		position:relative;
		top:-40px;	
	}	
}
@media only screen and (min-width:1600px) and (min-height:1080px) {
	.jumbotron {
		height:calc(100% - 295px);
		position:relative;
		top:0;	
	}
}