html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: 'Roboto', sans-serif;
	padding:0;
	margin:0;
	font-size:16px;
}

header {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.19);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.19);
background:#fff;
position:relative;
z-index:99;}

.logo-top {
	width:100%;
	max-width:175px;
	height:auto;
	display:block;
	padding:16px 0 10px;
	float:left;
}
.logo-top img {
	width:100%;
	height:auto;
}
.signup-btn {
	display:block;
	background:#ff1644;
	color:#fff;
	padding:0 10px;
	line-height:31px;
	max-width:90px;
	float:left;
	margin:14px 0 10px 40px;
	white-space:nowrap;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.signup-btn i {
	display:inline-block;
}
a:hover {
	text-decoration:none;
}
.form-inline .btn {
	background:#1e87e4;
	color:#fff;
	border-radius:0;
	font-weight:300;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
}
.form-inline .form-control {
	border-radius:0;
	max-width:100px;
	border:solid 1px #1e87e4;
	margin-left:-1px;
	color:#90a3ad;
	font-weight:400;
}
.form-inline ::placeholder { /* Firefox, Chrome, Opera */
   color:#90a3ad;
}

.form-inline :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#90a3ad;
}

.form-inline ::-ms-input-placeholder { /* Microsoft Edge */
   color:#90a3ad;
}
header .form-inline {
	padding:10px 0;}
.graphic-block {

	}
.content-block {
	background:url(../images/grey-box.jpg) no-repeat right 0;
	min-height:500px;
	background-size:35%;}
.graphic-block img {
	max-width:400px;
	height:auto;
	float:right;
	margin:40px 30px 0 0;
}
.sub-txt {
	font-size:29px;
	color:#1464c0;
	font-weight:300;
	line-height:32px;
	margin:0;
}
.sub-txt-2 {
	font-size:17px;
	color:#455a63;
	font-weight:300;
	line-height:45px;
}
.banner-block {
	margin-top:140px;
}
.banner-logo {
	margin-bottom:20px;
}
.btn-bl {
	border-radius:2px;
	color:#fff;
	background:#1e87e4;
	text-transform:uppercase;
	line-height:36px;
	padding:0 20px;
	border:solid 2px #1e87e4;
	margin-right:20px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
font-size:14px;
font-weight:700;
}
.btn-plain {
	border-radius:2px;
	color:#1e87e4;
	background:#fff;
	text-transform:uppercase;
	line-height:36px;
	padding:0 20px;
	border:solid 2px #1e87e4;
	font-weight:500;
	font-size:14px;
}
.content-block-center {
	background:url(../images/graphics2.jpg) no-repeat left bottom;


}
.image-block {

	background:url(../images/mac-pic.png) no-repeat center center;
	background-size:40%;
}
.content-block-center h1 {
	font-size:47px;
	color:#1464c0;
	font-weight:300;
	text-align:center;
	padding:0 30%;
	margin-bottom:60px;
}
ul.retail-landscape-list > li {
	max-width:350px;
	float:left;
	width:100%;
	clear:left;
	min-height:175px;
	}
ul.retail-landscape-list > li:nth-child(even) {
	float:right;
	clear:right;
}
ul.retail-landscape-list {
	list-style:none;
	padding:0;
	 margin:0;
}

ul.retail-landscape-list > li h3 {
	font-size:17px;
	color:#1e87e4;
	font-weight:500;
	list-style:none;
}
ul.retail-landscape-list ul {
	list-style-type:disc;
	padding-left:38px;
}
ul.retail-landscape-list li li {
	font-size:17px;
	color:#455a63;
}
h2 {
	font-size:48px;
	color:#1464c0;
	text-align:center;
	font-weight:300;
}
.bl-block {
	background:#1464c0;
	border-top:solid 4px #ff1644;
	padding-top:90px;
	padding-bottom:110px;
	text-align:center;
	color:#fff;
	border-bottom:solid 4px #90a3ad;

}
footer {
	padding:20px 0;}
.logo-footer {
	width:185px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-top:6px;
}
.logo-footer img {
	width:100%;
	height:auto;
}
.content-block-center .btn-bl {
	max-width:150px;
	text-align:center;
	line-height:38px;
	font-size:14px;
	font-weight:500;
	display:block;
	margin:0 auto 70px;
	border-radius:2px;
	padding:0;

}
.bl-block h4 {
	font-size:50px;
	font-weight:300;
	line-height:50px;
}
.bl-block p {
	font-size:17px;
	margin-bottom:25px;
}
.content-block-center h2 {
	position:relative;
}
.content-block-center h2 span {
	display:block;
	background:#fff;
	max-width: 440px;
	margin: 0 auto;
	position:relative;
	z-index:99;
}
.content-block-center h2::before {
	content:"";
	width:620px;
	height:2px;
	background:#ccc;
	position:absolute;
	z-index:0;
	left:50%;
	right:50%;
	margin-left: -305px;
	top: 30px;

background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(218,231,237,1) 30%, rgba(218,231,237,1) 72%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(30%, rgba(218,231,237,1)), color-stop(72%, rgba(218,231,237,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(218,231,237,1) 30%, rgba(218,231,237,1) 72%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(218,231,237,1) 30%, rgba(218,231,237,1) 72%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(218,231,237,1) 30%, rgba(218,231,237,1) 72%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(218,231,237,1) 30%, rgba(218,231,237,1) 72%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

}
.demo-form {
	max-width:525px;
	margin:0 auto;
}
.demo-form .form-control {
	width:450px;
	max-width:100%;
	border-color:#8bc2f1;
	border-right:none;
	margin-right:-1px;
	line-height:52px;
	height:52px;
	font-size:26px;
	font-weight:300;
	color:#1464c0;}
.demo-form  .btn.btn-default {
	background:#f60000;
	margin-left:-1px;
	line-height:50px;
	font-size:20px;
	padding:0 15px;
}
.demo-form ::placeholder { /* Firefox, Chrome, Opera */
   color:#1464c0;
}

.demo-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#1464c0;
}

.demo-form ::-ms-input-placeholder { /* Microsoft Edge */
   color:#1464c0;
}
.copyright p {
	color:#90a3ad;
	font-size:12px;
	margin-top:13px;
	text-align:right;
}
.f-nav a {
	font-size:16px;
	color:#1464c0;
	margin-right:20px;
	font-weight:300;
}
.f-nav {
	padding-top:9px;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

@media (min-width:1700px) {
	.container {
		width:80%;
	}
	.banner-logo img {
		width:575px;
		height:auto;
	}
	.sub-txt {
		font-size:41px;
		line-height:45px;
	}
	.sub-txt-2 {
		font-size:24px;
		line-height:64px;
	}
	.btn-bl,
	.btn-plain {
		font-size:19px;
		line-height:55px;
	}
	.graphic-block img {
    max-width: 530px;
	}
	.content-block-center h1 {
		font-size:66px;
		line-height:71px;
	}
	ul.retail-landscape-list > li h3 {
		font-size:24px;
		line-height:35px;
	}
	ul.retail-landscape-list li li {
		font-size:24px;
		line-height:35px;
	}
	ul.retail-landscape-list > li {
    max-width: 445px;
	}
	ul.retail-landscape-list > li {
		min-height:260px;
	}
	ul.retail-landscape-list ul {
		padding-left:55px;
	}
	.content-block-center h2 {
		font-size:67px;
		line-height:71px;
	}
	.content-block-center h2 span {
		max-width:600px;
	}
	.content-block-center h2::before {
		height:3px;
		margin-left:-425px;
		width:850px;
		top:40px;
	}
	.content-block-center .btn-bl {
		font-size:20px;
		line-height:55px;
		max-width:210px;
		margin-bottom:95px;
	}
	.bl-block h4 {
		font-size:70px;
		line-height:70px;
	}
	.bl-block p {
		font-size:24px;
		line-height:28px;
		margin-bottom:40px;
	}
	.demo-form .form-control {
		width:640px;
	}
	.demo-form {
    max-width: 740px;
	}
	.demo-form .form-control {
		height:75px;
		line-height:75px;
		font-size:37px;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
	}
	.demo-form .btn.btn-default {

    line-height: 30px;
    font-size: 35px;
	padding:0 30px;
	}
.f-nav a {
	font-size:22px;
	line-height:16px;
}
.copyright p {
	font-size:16px;
}
.logo-footer {
	margin-top:16px;
}
.copyright p {
	margin-top:18px;
}
.f-nav {
	padding-top:19px;
}
header {
	height:77px;
}
.logo-top {
	max-width:240px;
	padding-top:22px;
}
.signup-btn {
	line-height:46px;
	padding:0 17px;
	max-width:250px;
	margin-left:60px;
}
.form-inline .form-control {
	line-height:44px;
	height:44px;
	max-width:100%;
	font-size:21px;
}
.form-inline .btn {
	line-height:30px;
	height:44px;
	padding:0 25px;
	font-size:22px;
}
header .form-inline {
	margin-top:7px;
}
}


@media (max-width:991px) {
	.graphic-block img {
	 	max-width: 250px;
	}
	.banner-block {
    margin-top: 50px;
}
.banner-logo img {
	width:100%;
	height:auto;
}
.sub-txt {
    font-size: 20px;
    line-height: 28px;

}
.content-block {
	min-height:auto;
	margin-bottom:30px;
}
.content-block-center h1,
.content-block-center h2 span {
    font-size: 30px;
}
ul.retail-landscape-list > li h3 {
    font-size: 14px;
}
ul.retail-landscape-list li li {
    font-size: 14px;
}
ul.retail-landscape-list > li {
    max-width: 240px;
}
.image-block {

    background-size: 29%;
}
.bl-block h4 {
    font-size:36px;
}
.bl-block {
    padding-top: 40px;
    padding-bottom: 60px;
}
.f-nav a {
    font-size: 13px;
}
}

.float-right{
	float : right;
}

.modal-header-primary{
    color: #fff !important;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#forgot_password_modal input,
#forgot_password_modal button{
    border-radius: 0;
    vertical-align: inherit;
}
#forgot_password_modal input{
    display: inline;
    width: 70%;
}

#forgot_password_modal .modal-body{
    padding: 40px 15px;
}

#forgotpassword{
    cursor: pointer;
    color: #1e87e5;
}
#forgot_password_modal h2, #sign_up_form h2{
	font-size : 35px;
	color : #fff;
}
.btn-red{
	background: #ff1644;
	color: #fff;
}
.btn-blue{
	background: #1e87e4;
	color: #fff;
}
.err {
    font-size: 12px;
	color: #b30000;
	display: none;
}
