/*
 * base.css
 * This file is used as the base for all pages using the 2018 aggregator.
 * written in May 2018
*/

/* circular & Suisse fonts */
/* woff - modern browsers */
@font-face {
	 font-family: "SuisseWorks-Bold";
	 src: url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/SuisseWorks-Bold-WebS.woff2") format("woff2"),
	 url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/SuisseWorks-Bold-WebS.woff") format("woff");
	 font-weight: normal;
	 font-style: normal;
}
@font-face {
	font-family: "IntCircularProWeb-Bold";
	src: url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-Bold.woff2") format("woff2"),
	url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "IntCircularProWeb-Bold";
	src: url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-BoldItalic.woff2") format("woff2"),
	url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-Bold.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "IntCircularProWeb-Book";
	src: url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-Book.woff2") format("woff2"),
	url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "IntCircularProWeb-Book";
	src: url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-BookItalic.woff2") format("woff2"),
	url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-BookItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "IntCircularProWeb-Light";
	src: url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-Light.woff2") format("woff2"),
	url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-Light.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "IntCircularProWeb-Light";
	src: url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-LightItalic.woff2") format("woff2"),
	url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-LightItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "IntCircularProWeb-Thin";
	src: url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-Thin.woff2") format("woff2"),
	url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-Thin.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "IntCircularProWeb-Thin";
	src: url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-ThinItalic.woff2") format("woff2"),
	url("//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/IntCircular2-Web-ThinItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}


/* global reset */
html, body, div, span, applet, object, iframe,
h1, h2, 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, main,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
* { box-sizing: border-box; }

/* base styles */
body {
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #555;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
strong, b { font-weight: normal; font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
p { margin: 10px 0px; }

.float-left { float: left; }
.float-right { float: right; }
.clear {
	clear: both;
	height: 0;
}

main, header, footer {
	max-width: 100%;
	margin: 0px auto;
}
.content {
	max-width: 1024px;
	margin: 0px auto;
	padding: 0px 32px;
}
@media(max-width: 1024px) {
	.content {
		padding: 0px 25px;
	}
}
@media(max-width: 767px) {
	.content {
		padding: 0px 15px;
	}
}


/* horizontal rule */
.hr { border-top: 1px dotted #b4b4b4; }

/* headings */
h1, .h1 {
	font-family: "SuisseWorks-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #555;
	line-height: 38px;
}
h2, .h2 {
	font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #555;
	line-height: 32px;
}
h3, .h3 {
	font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #555;
	line-height: 30px;
}
h4, .h4 {
	font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #555;
	line-height: 24px;
}
h5, .h5 {
	font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 20px;
}
h6, .h6 {
	font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 18px;
}

@media(max-width: 767px) {
	h1, .h1 {
		font-size: 30px;
		line-height: 32px;
	}
	h2, .h2 {
		font-size: 24px;
		line-height: 30px;
	}
	h3, .h3 {
		font-size: 20px;
		line-height: 24px;
	}
	h4, .h4 {
		font-size: 16px;
		line-height: 20px;
	}
	h5, .h5 {
		font-size: 14px;
		line-height: 18px;
	}
	h6, .h6 {
		font-size: 12px;
		line-height: 16px;
	}
}


/* text styles */
p, .text-large {
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 24px;
}
.text-medium {
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 18px;
}
.text-small {
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 16px;
}
.text-xsmall {
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #555;
	line-height: 14px;
}

/* link styles */
/* base link */
a,
a:visited {
	color: #4bc6a0;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
	cursor: pointer;
}


/* white text link */
a.white,
a.white:visited {
	color: #fff;
	text-decoration: underline;
}
a.white:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}


/* button styles */
/* primary green button */
.button, .button:visited {
	display: inline-block;
	background-color: #4bc6a0;
	padding: 10px 16px;
	color: #fff;
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 6px;
	line-height: initial;
}
.button:hover {
	background-color: #20ad8a;
	text-decoration: none;
	color: white;
	cursor: pointer;
}
/* secondary orange button */
.button-secondary, .button-secondary:visited {
	display: inline-block;
	background-color: #ff8200;
	padding: 10px 16px;
	color: #fff;
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 6px;
	line-height: initial;
}
.button-secondary:hover {
	background-color: #ff6724;
	text-decoration: none;
	color: white;
	cursor: pointer;
}
/* ghost button white with border */
.button-ghost-white, .button-ghost-white:visited {
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: none;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fff;
	padding: 10px 16px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
	text-align: center;
	display: inline-block;
	line-height: initial;
}
.button-ghost-white:hover {
    background: #fff;
    color: #555;
    text-decoration: none;
}
/* ghost button gray with border */
.button-ghost-gray, .button-ghost-gray:visited {
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: none;
    border-radius: 6px;
    border: 1px solid #555;
    color: #555;
	padding: 10px 16px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
	text-align: center;
	display: inline-block;
	line-height: initial;
}
.button-ghost-gray:hover {
    background: #555;
    color: #fff;
    text-decoration: none;
}
/* ghost button green with border */
.button-ghost-green, .button-ghost-green:visited {
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: none;
    border-radius: 6px;
    border: 1px solid #4bc6a0;
    color: #4bc6a0;
	padding: 10px 16px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
	text-align: center;
	display: inline-block;
	line-height: initial;
}
.button-ghost-green:hover {
    background: #4bc6a0;
    color: #fff;
    text-decoration: none;
}

/* form styles */
/* to remove rounded corners on iOS */
form { font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
input, textarea, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="radio"] { -webkit-appearance: radio; margin-right: 5px; }
input[type="checkbox"] { -webkit-appearance: checkbox; margin-right: 5px; }

input[type="text"], input[type="search"], input[type="tel"], input[type="email"], input[type="number"] {
	font-size: 14px;
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	padding: 17px;
	background: #fff;
	width: 100%;
	border: 1px solid #d3d3d3;
}

/* to remove extra pad in chrome */
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	font-size: 14px;
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #555;
	padding: 17px;
	background: #fff;
	width: 100%;
	border: 1px solid #d3d3d3;
}
select {
    background: #fff url("//images.vivintcdn.com/global/vivint.com/global/icons/icon-dropdown.png") no-repeat right center;
	border: 1px solid #d3d3d3;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #555;
	width: 100%;
	padding: 17px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input.page-form, .page-form {
	font-size: 14px;
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	padding: 17px;
	border: 0px;
	background: #fff;
	width: 100%;
}
select.page-form {
    background: #fff url("//images.vivintcdn.com/global/vivint.com/global/icons/icon-dropdown.png") no-repeat right center;
}

/* Select2 customizations */
span.select2-container--default .select2-selection--single {
    font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
    height: auto;
}
span.select2-container--default .select2-selection--single:focus {
    outline: none;
}
span.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 17px;
	line-height: 40px
}
span.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
span.select2-container--default .select2-results__options {
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
span.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eee;
	color: inherit;
}

/* fonts */
.avenir-light { font-family: "Avenir LT W01 35 Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.avenir-book { font-family: "Avenir LT W01 45 Book", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.avenir-roman { font-family: "Avenir LT W01 55 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.avenir-medium { font-family: "Avenir LT W01 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.avenir-heavy { font-family: "Avenir LT W01 85 Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.avenir-black { font-family: "Avenir LT W01 95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.futura-bold { font-family: "Futura W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.circular-thin, .font-thin { font-family: "IntCircularProWeb-Thin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.circular-light, .font-light { font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.circular-book, .font-book { font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.circular-bold, .font-bold { font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.suisse-bold { font-family: "SuisseWorks-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }


/*  Breadcrumb Navigation  */
.breadcrumbs {
	overflow: hidden;
}
.breadcrumbs li {
	float: left;
	padding-right: 10px;
}
.breadcrumbs li a,
.breadcrumbs li a:hover,
.breadcrumbs li a:visited  {
	color: #555;
	padding-left: 5px;
}
.breadcrumbs li.active a,
.breadcrumbs li.active a:hover,
.breadcrumbs li.active a:visited {
	text-decoration: none;
	color: #4bc6a0;
}



/* text colors */
.orange { color: #ff8200; }
.white { color: #fff; }
.light-gray { color: #ddd; }
.gray, .light-gun-metal { color: #999; }
.dark-gray, .primary { color: #555; }
.dark-charcoal { color: #222; }
.green { color: #4bc6a0; }

/* background colors */
.bkg-orange { background: #ff8200; }
.bkg-white { background: #fff; }
.bkg-light-gray { background: #f8f8f8; }
.bkg-gray { background: #eee; }
.bkg-medium-gray { background: #aaa; }
.bkg-dark-gray { background: #666; }

/* text transform */
.transform-normal { text-transform: none; }
.transform-upper { text-transform: uppercase; }
.transform-capital { text-transform: capitalize; }

/* underline */
.underline { text-decoration: underline; }
.no-underline { text-decoration: none; }

/* letter spacing*/
.letter-spacing-1 { letter-spacing: 1px; }
.letter-spacing-2 { letter-spacing: 2px; }
.letter-spacing-3 { letter-spacing: 3px; }

/* text align */
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }


/* list styles */
ul { list-style-type: none; }
ul.bulleted-list {
	list-style-type: disc;
	margin-left: 30px;
}
ul.bulleted-list li {
	display: list-item;
}
ul.bulleted-list li>ul {
	list-style-type: circle;
	margin-left: 15px;
}

ol.numbered-list {
	list-style-type: decimal;
	margin-left: 30px;
}
ol.numbered-list li {
	display: list-item;
}
ol.numbered-list li>ol {
	list-style-type: lower-alpha;
	margin-left: 15px;
}


/* section spacer */
section.section-spacer,
.section-spacer { margin-bottom: 8px; }

/* hide show responsive */
.hide, .hidden { display: none; }
.show { display: block; }

.mobile-hide { display: block; }
.tablet-hide { display: block; }
.desktop-hide { display: none; }
.mobile-show { display: none; }
.tablet-show { display: none; }
.desktop-show { display: block; }

@media(max-width: 1024px) {
	.mobile-hide { display: block; }
	.tablet-hide { display: none; }
	.desktop-hide { display: block; }
	.mobile-show { display: none; }
	.tablet-show { display: block; }
	.desktop-show { display: none; }
}
@media(max-width: 767px) {
	.mobile-hide { display: none; }
	.tablet-hide { display: block; }
	.desktop-hide { display: block; }
	.mobile-show { display: block; }
	.tablet-show { display: none; }
	.desktop-show { display: none; }
}
@font-face {
  font-family: 'vivint-icons';
  src:  url('//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/icon/v2/vivint-icons.eot?h0uhlq');
  src:  url('//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/icon/v2/vivint-icons.eot?h0uhlq#iefix') format('embedded-opentype'),
    url('//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/icon/v2/vivint-icons.ttf?h0uhlq') format('truetype'),
    url('//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/icon/v2/vivint-icons.woff?h0uhlq') format('woff'),
    url('//wwwassets.s3.amazonaws.com/global/vivint.com/fonts/icon/v2/vivint-icons.svg?h0uhlq#vivint-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="viv-icon-"], [class*=" viv-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vivint-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.viv-icon-ac-not-plugged:before {
  content: "\e900";
}
.viv-icon-ac-plugged-in:before {
  content: "\e901";
}
.viv-icon-add-encircled:before {
  content: "\e902";
}
.viv-icon-airplane-fill:before {
  content: "\e903";
}
.viv-icon-android-back-arrow:before {
  content: "\e904";
}
.viv-icon-android-share:before {
  content: "\e905";
}
.viv-icon-app-down:before {
  content: "\e906";
}
.viv-icon-arm-leaving:before {
  content: "\e907";
}
.viv-icon-arm-staying:before {
  content: "\e908";
}
.viv-icon-arrow-down-fill:before {
  content: "\e909";
}
.viv-icon-arrow-down:before {
  content: "\e90a";
}
.viv-icon-arrow-left-fill:before {
  content: "\e90b";
}
.viv-icon-arrow-left:before {
  content: "\e90c";
}
.viv-icon-arrow-right-fill:before {
  content: "\e90d";
}
.viv-icon-arrow-right:before {
  content: "\e90e";
}
.viv-icon-arrow-up-fill:before {
  content: "\e90f";
}
.viv-icon-arrow-up:before {
  content: "\e910";
}
.viv-icon-arrowhead-fill:before {
  content: "\e911";
}
.viv-icon-arrowhead:before {
  content: "\e912";
}
.viv-icon-attachment-fill:before {
  content: "\e913";
}
.viv-icon-attachment:before {
  content: "\e914";
}
.viv-icon-auto-mode-fill:before {
  content: "\e915";
}
.viv-icon-auto-mode:before {
  content: "\e916";
}
.viv-icon-bank-account-fill:before {
  content: "\e917";
}
.viv-icon-bank-account:before {
  content: "\e918";
}
.viv-icon-battery-0-fill:before {
  content: "\e919";
}
.viv-icon-battery-0:before {
  content: "\e91a";
}
.viv-icon-battery-20-fill:before {
  content: "\e91b";
}
.viv-icon-battery-20:before {
  content: "\e91c";
}
.viv-icon-battery-40-fill:before {
  content: "\e91d";
}
.viv-icon-battery-40:before {
  content: "\e91e";
}
.viv-icon-battery-60-fill:before {
  content: "\e91f";
}
.viv-icon-battery-60:before {
  content: "\e920";
}
.viv-icon-battery-80-fill:before {
  content: "\e921";
}
.viv-icon-battery-80:before {
  content: "\e922";
}
.viv-icon-battery-100-fill:before {
  content: "\e923";
}
.viv-icon-battery-100:before {
  content: "\e924";
}
.viv-icon-battery-bad:before {
  content: "\e925";
}
.viv-icon-battery-charging:before {
  content: "\e926";
}
.viv-icon-battery-exclamation-fill:before {
  content: "\e927";
}
.viv-icon-battery-thunderbolt-fill:before {
  content: "\e928";
}
.viv-icon-bed-fill:before {
  content: "\e929";
}
.viv-icon-bell-fill:before {
  content: "\e92a";
}
.viv-icon-bell-null-fill:before {
  content: "\e92b";
}
.viv-icon-bell:before {
  content: "\e92c";
}
.viv-icon-bill-fill:before {
  content: "\e92d";
}
.viv-icon-billing:before {
  content: "\e92e";
}
.viv-icon-building-fill:before {
  content: "\e92f";
}
.viv-icon-building:before {
  content: "\e930";
}
.viv-icon-calendar-fill:before {
  content: "\e931";
}
.viv-icon-calendar-null-fill:before {
  content: "\e932";
}
.viv-icon-calendar:before {
  content: "\e933";
}
.viv-icon-camera-fill:before {
  content: "\e934";
}
.viv-icon-camera-offline:before {
  content: "\e935";
}
.viv-icon-cameras:before {
  content: "\e936";
}
.viv-icon-car-fill:before {
  content: "\e937";
}
.viv-icon-car:before {
  content: "\e938";
}
.viv-icon-carbon-monoxide-alarm:before {
  content: "\e939";
}
.viv-icon-caret-down-fill:before {
  content: "\e93a";
}
.viv-icon-caret-down:before {
  content: "\e93b";
}
.viv-icon-caret-left-fill:before {
  content: "\e93c";
}
.viv-icon-caret-left:before {
  content: "\e93d";
}
.viv-icon-caret-right-fill:before {
  content: "\e93e";
}
.viv-icon-caret-right:before {
  content: "\e93f";
}
.viv-icon-caret-up-fill:before {
  content: "\e940";
}
.viv-icon-caret-up:before {
  content: "\e941";
}
.viv-icon-cellphone-fill:before {
  content: "\e942";
}
.viv-icon-chat-alt:before {
  content: "\e943";
}
.viv-icon-chat-fill:before {
  content: "\e944";
}
.viv-icon-chat:before {
  content: "\e945";
}
.viv-icon-check-box:before {
  content: "\e946";
}
.viv-icon-checkmark-fill:before {
  content: "\e947";
}
.viv-icon-checkmark:before {
  content: "\e948";
}
.viv-icon-circle-checkmark-fill:before {
  content: "\e949";
}
.viv-icon-circle:before {
  content: "\e94a";
}
.viv-icon-clock-fill:before {
  content: "\e94b";
}
.viv-icon-clock:before {
  content: "\e94c";
}
.viv-icon-close:before {
  content: "\e94d";
}
.viv-icon-cloudy-strong-winds:before {
  content: "\e94e";
}
.viv-icon-cloudy-wind:before {
  content: "\e94f";
}
.viv-icon-cloudy:before {
  content: "\e950";
}
.viv-icon-contrast-fill:before {
  content: "\e951";
}
.viv-icon-contrast:before {
  content: "\e952";
}
.viv-icon-control-off:before {
  content: "\e953";
}
.viv-icon-control-on:before {
  content: "\e954";
}
.viv-icon-cool-mode:before {
  content: "\e955";
}
.viv-icon-couple:before {
  content: "\e956";
}
.viv-icon-credit-card-fill:before {
  content: "\e957";
}
.viv-icon-credit-card:before {
  content: "\e958";
}
.viv-icon-cross-fill:before {
  content: "\e959";
}
.viv-icon-cross:before {
  content: "\e95a";
}
.viv-icon-custom-actions:before {
  content: "\e95b";
}
.viv-icon-desktop:before {
  content: "\e95c";
}
.viv-icon-disarmed:before {
  content: "\e95d";
}
.viv-icon-door-arrow-right-fill:before {
  content: "\e95e";
}
.viv-icon-door-arrow-right:before {
  content: "\e95f";
}
.viv-icon-door-closed:before {
  content: "\e960";
}
.viv-icon-door-fill:before {
  content: "\e961";
}
.viv-icon-door-opem-fill:before {
  content: "\e962";
}
.viv-icon-door-open:before {
  content: "\e963";
}
.viv-icon-doorbell-fill:before {
  content: "\e964";
}
.viv-icon-doorbells:before {
  content: "\e965";
}
.viv-icon-doorlock-fill:before {
  content: "\e966";
}
.viv-icon-doorlock-null-fill:before {
  content: "\e967";
}
.viv-icon-down:before {
  content: "\e968";
}
.viv-icon-download-fill:before {
  content: "\e969";
}
.viv-icon-drizzle:before {
  content: "\e96a";
}
.viv-icon-drop-fill:before {
  content: "\e96b";
}
.viv-icon-dvr:before {
  content: "\e96c";
}
.viv-icon-eco-mode:before {
  content: "\e96d";
}
.viv-icon-emergency:before {
  content: "\e96e";
}
.viv-icon-error:before {
  content: "\e96f";
}
.viv-icon-exclamation-fill:before {
  content: "\e970";
}
.viv-icon-expand-fill:before {
  content: "\e971";
}
.viv-icon-facebook:before {
  content: "\e972";
}
.viv-icon-fan-fill:before {
  content: "\e973";
}
.viv-icon-fan-null-fill:before {
  content: "\e974";
}
.viv-icon-fan-off:before {
  content: "\e975";
}
.viv-icon-fan:before {
  content: "\e976";
}
.viv-icon-fastforward-fill:before {
  content: "\e977";
}
.viv-icon-fastforward:before {
  content: "\e978";
}
.viv-icon-fifteen-sec-back-fill:before {
  content: "\e979";
}
.viv-icon-fifteen-sec-forward-fill:before {
  content: "\e97a";
}
.viv-icon-fifteen-second-back:before {
  content: "\e97b";
}
.viv-icon-fifteen-second-forward:before {
  content: "\e97c";
}
.viv-icon-filter-fill:before {
  content: "\e97d";
}
.viv-icon-filter:before {
  content: "\e97e";
}
.viv-icon-fire-fill:before {
  content: "\e97f";
}
.viv-icon-fire-null-fill:before {
  content: "\e980";
}
.viv-icon-flag-fill:before {
  content: "\e981";
}
.viv-icon-flag:before {
  content: "\e982";
}
.viv-icon-flood-alarm:before {
  content: "\e983";
}
.viv-icon-fog:before {
  content: "\e984";
}
.viv-icon-garage-closed-fill:before {
  content: "\e985";
}
.viv-icon-garage-open-fill:before {
  content: "\e986";
}
.viv-icon-garage-unknown-fill:before {
  content: "\e987";
}
.viv-icon-gdo-closed:before {
  content: "\e988";
}
.viv-icon-gdo-open:before {
  content: "\e989";
}
.viv-icon-gdo-unknown:before {
  content: "\e98a";
}
.viv-icon-gear-fill:before {
  content: "\e98b";
}
.viv-icon-gear:before {
  content: "\e98c";
}
.viv-icon-glance-fill:before {
  content: "\e98d";
}
.viv-icon-globe-fill:before {
  content: "\e98e";
}
.viv-icon-gocontrol-fill:before {
  content: "\e98f";
}
.viv-icon-gocontrol:before {
  content: "\e990";
}
.viv-icon-google-plus:before {
  content: "\e991";
}
.viv-icon-grabber-fill:before {
  content: "\e992";
}
.viv-icon-grabber:before {
  content: "\e993";
}
.viv-icon-grid:before {
  content: "\e994";
}
.viv-icon-grip-fill:before {
  content: "\e995";
}
.viv-icon-grip:before {
  content: "\e996";
}
.viv-icon-headphones-fill:before {
  content: "\e997";
}
.viv-icon-headphones-null-fill:before {
  content: "\e998";
}
.viv-icon-heart-fill:before {
  content: "\e999";
}
.viv-icon-heart:before {
  content: "\e99a";
}
.viv-icon-heat-mode:before {
  content: "\e99b";
}
.viv-icon-heater-down:before {
  content: "\e99c";
}
.viv-icon-heavy-rain:before {
  content: "\e99d";
}
.viv-icon-home-fill:before {
  content: "\e99e";
}
.viv-icon-humidity:before {
  content: "\e99f";
}
.viv-icon-image-fill:before {
  content: "\e9a0";
}
.viv-icon-image:before {
  content: "\e9a1";
}
.viv-icon-info-encircled:before {
  content: "\e9a2";
}
.viv-icon-info-fill:before {
  content: "\e9a3";
}
.viv-icon-instagram:before {
  content: "\e9a4";
}
.viv-icon-internet:before {
  content: "\e9a5";
}
.viv-icon-keyfob-fill:before {
  content: "\e9a6";
}
.viv-icon-keyfobs:before {
  content: "\e9a7";
}
.viv-icon-keypad-backspace:before {
  content: "\e9a8";
}
.viv-icon-light-down:before {
  content: "\e9a9";
}
.viv-icon-light-fill:before {
  content: "\e9aa";
}
.viv-icon-light-null-fill:before {
  content: "\e9ab";
}
.viv-icon-light-off-fill:before {
  content: "\e9ac";
}
.viv-icon-light-off:before {
  content: "\e9ad";
}
.viv-icon-lights:before {
  content: "\e9ae";
}
.viv-icon-link-fill:before {
  content: "\e9af";
}
.viv-icon-link:before {
  content: "\e9b0";
}
.viv-icon-live-fill:before {
  content: "\e9b1";
}
.viv-icon-live:before {
  content: "\e9b2";
}
.viv-icon-location-fill:before {
  content: "\e9b3";
}
.viv-icon-location:before {
  content: "\e9b4";
}
.viv-icon-lock-down:before {
  content: "\e9b5";
}
.viv-icon-lock-locked-fill:before {
  content: "\e9b6";
}
.viv-icon-lock-locked:before {
  content: "\e9b7";
}
.viv-icon-lock-null-fill:before {
  content: "\e9b8";
}
.viv-icon-lock-unlocked-fill:before {
  content: "\e9b9";
}
.viv-icon-lock-unlocked:before {
  content: "\e9ba";
}
.viv-icon-locks-off:before {
  content: "\e9bb";
}
.viv-icon-locks:before {
  content: "\e9bc";
}
.viv-icon-menu-hamburger-fill:before {
  content: "\e9bd";
}
.viv-icon-menu-kebab-fill:before {
  content: "\e9be";
}
.viv-icon-menu-meatball-fill:before {
  content: "\e9bf";
}
.viv-icon-menu:before {
  content: "\e9c0";
}
.viv-icon-message-fill:before {
  content: "\e9c1";
}
.viv-icon-message:before {
  content: "\e9c2";
}
.viv-icon-mic-off:before {
  content: "\e9c3";
}
.viv-icon-mic-on:before {
  content: "\e9c4";
}
.viv-icon-microphone-fill:before {
  content: "\e9c5";
}
.viv-icon-microphone-null-fill:before {
  content: "\e9c6";
}
.viv-icon-minus-fill:before {
  content: "\e9c7";
}
.viv-icon-minus:before {
  content: "\e9c8";
}
.viv-icon-mobile-devices-fill:before {
  content: "\e9c9";
}
.viv-icon-mobile-devices-null-fill:before {
  content: "\e9ca";
}
.viv-icon-mobile-phone:before {
  content: "\e9cb";
}
.viv-icon-monitor-fill:before {
  content: "\e9cc";
}
.viv-icon-monitoring-off:before {
  content: "\e9cd";
}
.viv-icon-monitoring:before {
  content: "\e9ce";
}
.viv-icon-moon-fill:before {
  content: "\e9cf";
}
.viv-icon-moon:before {
  content: "\e9d0";
}
.viv-icon-mostly-cloudy-wind:before {
  content: "\e9d1";
}
.viv-icon-mostly-cloudy:before {
  content: "\e9d2";
}
.viv-icon-motion-indicator:before {
  content: "\e9d3";
}
.viv-icon-nest:before {
  content: "\e9d4";
}
.viv-icon-next-fill:before {
  content: "\e9d5";
}
.viv-icon-no-wifi:before {
  content: "\e9d6";
}
.viv-icon-options-horizontal:before {
  content: "\e9d7";
}
.viv-icon-options-vertical:before {
  content: "\e9d8";
}
.viv-icon-outlet-fill:before {
  content: "\e9d9";
}
.viv-icon-outlets:before {
  content: "\e9da";
}
.viv-icon-panel-100:before {
  content: "\e9db";
}
.viv-icon-panel-down:before {
  content: "\e9dc";
}
.viv-icon-panel-mute:before {
  content: "\e9dd";
}
.viv-icon-panel:before {
  content: "\e9de";
}
.viv-icon-panic:before {
  content: "\e9df";
}
.viv-icon-partly-cloudy-strong-winds:before {
  content: "\e9e0";
}
.viv-icon-partly-sunny:before {
  content: "\e9e1";
}
.viv-icon-pause-24:before {
  content: "\e9e2";
}
.viv-icon-pause-fill:before {
  content: "\e9e3";
}
.viv-icon-pencil-fill:before {
  content: "\e9e4";
}
.viv-icon-pencil:before {
  content: "\e9e5";
}
.viv-icon-phone-fill:before {
  content: "\e9e6";
}
.viv-icon-phone:before {
  content: "\e9e7";
}
.viv-icon-photo:before {
  content: "\e9e8";
}
.viv-icon-physical-access:before {
  content: "\e9e9";
}
.viv-icon-pinch-fill:before {
  content: "\e9ea";
}
.viv-icon-pinterest:before {
  content: "\e9eb";
}
.viv-icon-play-fill:before {
  content: "\e9ec";
}
.viv-icon-plug-fill:before {
  content: "\e9ed";
}
.viv-icon-plug-null-fill:before {
  content: "\e9ee";
}
.viv-icon-plus-fill:before {
  content: "\e9ef";
}
.viv-icon-plus:before {
  content: "\e9f0";
}
.viv-icon-power-fill:before {
  content: "\e9f1";
}
.viv-icon-power:before {
  content: "\e9f2";
}
.viv-icon-previous-fill:before {
  content: "\e9f3";
}
.viv-icon-printer-fill:before {
  content: "\e9f4";
}
.viv-icon-printer:before {
  content: "\e9f5";
}
.viv-icon-question-fill:before {
  content: "\e9f6";
}
.viv-icon-rain-showers:before {
  content: "\e9f7";
}
.viv-icon-rain-snow:before {
  content: "\e9f8";
}
.viv-icon-remote-access:before {
  content: "\e9f9";
}
.viv-icon-rewind-fill:before {
  content: "\e9fa";
}
.viv-icon-rewind:before {
  content: "\e9fb";
}
.viv-icon-router-fill:before {
  content: "\e9fc";
}
.viv-icon-router:before {
  content: "\e9fd";
}
.viv-icon-sc-home:before {
  content: "\e9fe";
}
.viv-icon-scattered-drizzle:before {
  content: "\e9ff";
}
.viv-icon-scattered-heavy-rain:before {
  content: "\ea00";
}
.viv-icon-scattered-rain-showers:before {
  content: "\ea01";
}
.viv-icon-scattered-rain-snow:before {
  content: "\ea02";
}
.viv-icon-scattered-snow:before {
  content: "\ea03";
}
.viv-icon-scattered-strong-thunder-storms:before {
  content: "\ea04";
}
.viv-icon-scattered-thunder-storms:before {
  content: "\ea05";
}
.viv-icon-schedules-down:before {
  content: "\ea06";
}
.viv-icon-screwdriver-fill:before {
  content: "\ea07";
}
.viv-icon-screwdriver:before {
  content: "\ea08";
}
.viv-icon-search-fill:before {
  content: "\ea09";
}
.viv-icon-search:before {
  content: "\ea0a";
}
.viv-icon-sensor-fill:before {
  content: "\ea0b";
}
.viv-icon-sensors:before {
  content: "\ea0c";
}
.viv-icon-share-fill:before {
  content: "\ea0d";
}
.viv-icon-share:before {
  content: "\ea0e";
}
.viv-icon-shield-check-fill:before {
  content: "\ea0f";
}
.viv-icon-shield-fill:before {
  content: "\ea10";
}
.viv-icon-shield-null-fill:before {
  content: "\ea11";
}
.viv-icon-shield-null:before {
  content: "\ea12";
}
.viv-icon-shield-person-fill:before {
  content: "\ea13";
}
.viv-icon-shield-x-fill:before {
  content: "\ea14";
}
.viv-icon-shield:before {
  content: "\ea15";
}
.viv-icon-shift-lock:before {
  content: "\ea16";
}
.viv-icon-shift:before {
  content: "\ea17";
}
.viv-icon-shopping-bag-fill:before {
  content: "\ea18";
}
.viv-icon-shopping-bag:before {
  content: "\ea19";
}
.viv-icon-sign-out-devices:before {
  content: "\ea1a";
}
.viv-icon-sign-out-fill:before {
  content: "\ea1b";
}
.viv-icon-sign-out:before {
  content: "\ea1c";
}
.viv-icon-signal-1-bar-fill:before {
  content: "\ea1d";
}
.viv-icon-signal-1-bar:before {
  content: "\ea1e";
}
.viv-icon-signal-2-bar-fill:before {
  content: "\ea1f";
}
.viv-icon-signal-2-bar:before {
  content: "\ea20";
}
.viv-icon-signal-3-bar-fill:before {
  content: "\ea21";
}
.viv-icon-signal-3-bar:before {
  content: "\ea22";
}
.viv-icon-signal-4-bar-fill:before {
  content: "\ea23";
}
.viv-icon-signal-4-bar:before {
  content: "\ea24";
}
.viv-icon-signal-5-bar-fill:before {
  content: "\ea25";
}
.viv-icon-signal-5-bar:before {
  content: "\ea26";
}
.viv-icon-siren:before {
  content: "\ea27";
}
.viv-icon-sky-fill:before {
  content: "\ea28";
}
.viv-icon-sky:before {
  content: "\ea29";
}
.viv-icon-skycontrol-fill:before {
  content: "\ea2a";
}
.viv-icon-skycontrol-null-fill:before {
  content: "\ea2b";
}
.viv-icon-sleep:before {
  content: "\ea2c";
}
.viv-icon-slider-fill:before {
  content: "\ea2d";
}
.viv-icon-slimline:before {
  content: "\ea2e";
}
.viv-icon-sm-1x1-grid:before {
  content: "\ea2f";
}
.viv-icon-sm-2x2-grid:before {
  content: "\ea30";
}
.viv-icon-sm-3x3-grid:before {
  content: "\ea31";
}
.viv-icon-sm-5x5-grid:before {
  content: "\ea32";
}
.viv-icon-sm-add-folder:before {
  content: "\ea33";
}
.viv-icon-sm-cloud:before {
  content: "\ea34";
}
.viv-icon-sm-download:before {
  content: "\ea35";
}
.viv-icon-sm-files:before {
  content: "\ea36";
}
.viv-icon-sm-folder:before {
  content: "\ea37";
}
.viv-icon-sm-grid:before {
  content: "\ea38";
}
.viv-icon-sm-hide:before {
  content: "\ea39";
}
.viv-icon-sm-move:before {
  content: "\ea3a";
}
.viv-icon-sm-pause-upload:before {
  content: "\ea3b";
}
.viv-icon-sm-sort:before {
  content: "\ea3c";
}
.viv-icon-sm-square-small:before {
  content: "\ea3d";
}
.viv-icon-sm-type:before {
  content: "\ea3e";
}
.viv-icon-sm-upload:before {
  content: "\ea3f";
}
.viv-icon-sm-video-settings:before {
  content: "\ea40";
}
.viv-icon-sm-view:before {
  content: "\ea41";
}
.viv-icon-sm-zoom-in:before {
  content: "\ea42";
}
.viv-icon-sm-zoom-mid:before {
  content: "\ea43";
}
.viv-icon-sm-zoom-out:before {
  content: "\ea44";
}
.viv-icon-smoke-alarm:before {
  content: "\ea45";
}
.viv-icon-snow:before {
  content: "\ea46";
}
.viv-icon-snowflake-fill:before {
  content: "\ea47";
}
.viv-icon-space-monkey:before {
  content: "\ea48";
}
.viv-icon-speaker-fill:before {
  content: "\ea49";
}
.viv-icon-speaker-loud-fill:before {
  content: "\ea4a";
}
.viv-icon-speaker-mute-fill:before {
  content: "\ea4b";
}
.viv-icon-speaker-on-fill:before {
  content: "\ea4c";
}
.viv-icon-speaker-on:before {
  content: "\ea4d";
}
.viv-icon-speaker:before {
  content: "\ea4e";
}
.viv-icon-stop-siren:before {
  content: "\ea4f";
}
.viv-icon-strong-thunder-storms:before {
  content: "\ea50";
}
.viv-icon-sunny:before {
  content: "\ea51";
}
.viv-icon-support:before {
  content: "\ea52";
}
.viv-icon-switch-arrows-hor-fill:before {
  content: "\ea53";
}
.viv-icon-switch-homes:before {
  content: "\ea54";
}
.viv-icon-switch-off-fill:before {
  content: "\ea55";
}
.viv-icon-switch-on-fill:before {
  content: "\ea56";
}
.viv-icon-thermometer-fill:before {
  content: "\ea57";
}
.viv-icon-thermometer-null-fill:before {
  content: "\ea58";
}
.viv-icon-thermostats-down:before {
  content: "\ea59";
}
.viv-icon-thermostats:before {
  content: "\ea5a";
}
.viv-icon-thumb-print:before {
  content: "\ea5b";
}
.viv-icon-thunder-storms:before {
  content: "\ea5c";
}
.viv-icon-timer-fill:before {
  content: "\ea5d";
}
.viv-icon-timer:before {
  content: "\ea5e";
}
.viv-icon-trash-fill:before {
  content: "\ea5f";
}
.viv-icon-trash:before {
  content: "\ea60";
}
.viv-icon-twenty-four-hour:before {
  content: "\ea61";
}
.viv-icon-twenty-four-hr-fill:before {
  content: "\ea62";
}
.viv-icon-twitter:before {
  content: "\ea63";
}
.viv-icon-up:before {
  content: "\ea64";
}
.viv-icon-update-fill:before {
  content: "\ea65";
}
.viv-icon-updating:before {
  content: "\ea66";
}
.viv-icon-user-2:before {
  content: "\ea67";
}
.viv-icon-user-add:before {
  content: "\ea68";
}
.viv-icon-user-fill:before {
  content: "\ea69";
}
.viv-icon-user-two-fill:before {
  content: "\ea6a";
}
.viv-icon-user:before {
  content: "\ea6b";
}
.viv-icon-users:before {
  content: "\ea6c";
}
.viv-icon-vacation:before {
  content: "\ea6d";
}
.viv-icon-validation-no:before {
  content: "\ea6e";
}
.viv-icon-validation-yes:before {
  content: "\ea6f";
}
.viv-icon-video-camera-fill:before {
  content: "\ea70";
}
.viv-icon-video-camera-null-fill:before {
  content: "\ea71";
}
.viv-icon-video-clips-fill:before {
  content: "\ea72";
}
.viv-icon-video-clips:before {
  content: "\ea73";
}
.viv-icon-video-fullscreen:before {
  content: "\ea74";
}
.viv-icon-video-letterbox:before {
  content: "\ea75";
}
.viv-icon-video-next:before {
  content: "\ea76";
}
.viv-icon-video-pause:before {
  content: "\ea77";
}
.viv-icon-video-play:before {
  content: "\ea78";
}
.viv-icon-video-prev:before {
  content: "\ea79";
}
.viv-icon-video-thumbnail:before {
  content: "\ea7a";
}
.viv-icon-vivint-logo:before {
  content: "\ea7b";
}
.viv-icon-vivint-smarthome-logo-horizontal:before {
  content: "\ea7c";
}
.viv-icon-vivint-smarthome-logo-stacked:before {
  content: "\ea7d";
}
.viv-icon-walk-fill:before {
  content: "\ea7e";
}
.viv-icon-waves-hor-fill:before {
  content: "\ea7f";
}
.viv-icon-waves-vert-fill:before {
  content: "\ea80";
}
.viv-icon-wifi-2:before {
  content: "\ea81";
}
.viv-icon-wifi-3:before {
  content: "\ea82";
}
.viv-icon-wifi-fill:before {
  content: "\ea83";
}
.viv-icon-wifi-low-fill:before {
  content: "\ea84";
}
.viv-icon-wifi-med-fill:before {
  content: "\ea85";
}
.viv-icon-wifi-null-fill:before {
  content: "\ea86";
}
.viv-icon-wifi:before {
  content: "\ea87";
}
.viv-icon-wrench:before {
  content: "\ea88";
}
.viv-icon-x-fill:before {
  content: "\ea89";
}
.viv-icon-youtube:before {
  content: "\ea8a";
}
.viv-icon-z-wave:before {
  content: "\ea8b";
}
.viv-icon-zoom-in-fill:before {
  content: "\ea8c";
}
.viv-icon-zoom-in:before {
  content: "\ea8d";
}
.viv-icon-zoom-out-fill:before {
  content: "\ea8e";
}
.viv-icon-zoom-out:before {
  content: "\ea8f";
}
/* 
 * fancybox.css
 * 
*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('//images.vivintcdn.com/a/images/png/full/100/1.0/n/global/vivint.com/global/misc/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('//images.vivintcdn.com/a/images/png/full/100/1.0/n/global/vivint.com/global/misc/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('//images.vivintcdn.com/a/images/png/full/100/1.0/n/global/vivint.com/global/misc/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('//images.vivintcdn.com/a/images/png/full/100/1.0/n/global/vivint.com/global/misc/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('//images.vivintcdn.com/a/images/png/full/100/1.0/n/global/vivint.com/global/misc/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('//images.vivintcdn.com/a/images/png/full/100/1.0/n/global/vivint.com/global/misc/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
