/* 
 * partner/youtube/vivint-love/
 * 
*/
.interactive-products .phone-container {
	box-sizing: initial;
}

.interactive-products .icon-container .icon-learn-more {
	display: none;
}

/* 
 * partner/influencer-2/header/
 * 
*/
section.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 62px;
	padding: 19px 0 0;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 20;
}

section.sticky-header .logo {
	float: left;
	width: 150px;
	margin-top: 4px;
}

section.sticky-header .call-now {
	float: right;
	margin: 0px;
}

section.sticky-header .number {
	font-size: 20px;
}

@media(max-width: 767px) {
	section.sticky-header {
		height: 50px;
		padding: 15px 0 0;
	}

	section.sticky-header .logo {
		width: 118px;
	}

	section.sticky-header .call-text {
		display: none;
	}

}

/* 
 * partner/influencer-2/top-banner/
 * 
*/
section.top-banner {
	background-color: #4BC6A0;
	box-sizing: border-box;
	padding: 13px 15px;
	margin-top: 62px;
}

section.top-banner .title {
	color: #fff;
	text-align: center;
}

@media(max-width: 767px) {
	section.top-banner {
		margin-top: 50px;
		padding: 11px 10px 9px;
	}

	section.top-banner .title {
		max-width: 294px;
		margin: auto;
	}
}

/* 
 * partner/influencer-2/hero/
 * 
*/
section.bucket-list-hero {
	height: 652px;
	box-sizing: border-box;
	padding: 25px 0;
	background-color: #666;
			background: url("//images.vivintcdn.com/global/Partners/youtube/vivint-love/hero.jpg") no-repeat center top;
		background-size: cover;
		background-position-x: 55%;
	}

section.bucket-list-hero .content {
	overflow: auto;
	max-width: 1400px;
}

section.bucket-list-hero .left {
	box-sizing: border-box;
	float: left;
	width: 50%;
	position: relative;
	padding-top: 320px;
}

section.bucket-list-hero .right {
	box-sizing: border-box;
	float: right;
	width: 50%;
}

section.bucket-list-hero .logo {
	position: absolute;
	top: 10px;
	left: 0px;
	max-width: 300px;
}

section.bucket-list-hero .logo-mobile {
	display: none;
}

section.bucket-list-hero .header {
	padding-bottom: 15px;
	color: #fff;
	max-width: 388px;
}

section.bucket-list-hero .sub-header {
	padding-bottom: 30px;
	color: #fff;
	max-width: 430px;
}

section.bucket-list-hero .quote-from {
	color: #fff;
}

section.bucket-list-hero .form-container {
	width: 258px;
	min-height: 567px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 6px;
	margin: 0 0 0 auto;
	padding: 34px 0 0 0;
}

section.bucket-list-hero .form-banner {
	background-color: #ff8200;
	padding: 7px 0 0 0;
	text-align: center;
	height: 38px;
	margin-bottom: 14px;
}

section.bucket-list-hero .form-banner-text {
	color: #fff;
}

section.bucket-list-hero .form-header {
	text-align: center;
	padding: 0 17px 20px;
}

section.bucket-list-hero .subtle_form {
	padding: 0 17px;
}

section.bucket-list-hero .subtle_form_message h3 {
	color: #555;
}

section.bucket-list-hero .subtle_form input[type="text"],
section.bucket-list-hero .subtle_form input[type="tel"] {
	margin-bottom: 10px;
	background-color: #eee;
	border: none;
}

section.bucket-list-hero .subtle_form .promo-code {
	font-size: 14px;
    font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    padding: 17px;
    background: #eee;
	width: 100%;
	margin-bottom: 20px;
	line-height: initial;
}

section.bucket-list-hero .subtle_form .legal {
	font-size: 10px;
	line-height: 11px;
	margin-bottom: 25px;
}

section.bucket-list-hero .button {
	display: block;
    margin: auto;
}

section.bucket-list-hero .subtle_form_message h2,
section.bucket-list-hero .subtle_form_message p {
	text-align: center;
}

@media(max-width: 1024px) {
	section.bucket-list-hero {
					background: url("//images.vivintcdn.com/global/Partners/youtube/vivint-love/hero-tablet.jpg") no-repeat right top;
			background-size: cover;
			background-position-x: 78%;
			}

	section.bucket-list-hero .left {
		width: 438px;
	}

	section.bucket-list-hero .right {
		width: 258px;
	}
}

@media(max-width: 767px) {
	section.bucket-list-hero {
		background: #666;
		height: auto;
		padding: 0px;
	}

	section.bucket-list-hero .content {
		overflow: auto;
		max-width: 1400px;
		background: #fff;
		padding: 0px;
	}

	section.bucket-list-hero .logo {
		display: none;
	}

	section.bucket-list-hero .logo-mobile {
		display: block;
		margin: auto;
		max-width: 277px;
	}

	section.bucket-list-hero .mobile-bg {
		height: 415px;
		padding: 203px 14px 0;
		box-sizing: border-box;
		background: url("//images.vivintcdn.com/global/Partners/youtube/vivint-love/hero-mobile.jpg") no-repeat center;
		background-size: cover;
	}

	section.bucket-list-hero .header {
		font-size: 36px;
		line-height: 38px;
		padding-bottom: 22px;
		max-width: 262px;
		margin: auto;
	}

	section.bucket-list-hero .sub-header {
		padding: 16px 7px 10px;
		color: #555;
		max-width: 320px;
		margin: auto;
	}

	section.bucket-list-hero .quote-from {
		color: #555;
	}

	section.bucket-list-hero .left {
		width: 100%;
		text-align: center;
		float: none;
		padding-top: 0px;
	}

	section.bucket-list-hero .right {
		width: 100%;
		float: none;
	}

	section.bucket-list-hero .form-container {
		width: 100%;
		min-height: auto;
		padding: 30px 0;
	}

	section.bucket-list-hero .form-header {
		max-width: 289px;
		margin: auto;
		font-size: 16px;
		line-height: 22px;
	}

	section.bucket-list-hero .subtle_form .legal {
		text-align: justify;
	}

	section.bucket-list-hero .subtle_form {
		max-width: 400px;
		margin: auto;
	}
}

/* 
 * partner/influencer-2/banner/
 * 
*/
section.influencer-banner {
	padding: 29px 20px 22px;
	text-align: center;
	background-color: #4BC6A0;
}

section.influencer-banner .header {
	color: #fff;
	padding-bottom: 7px;
}
section.influencer-banner .header .no-wrap {
	white-space: nowrap;
}

section.influencer-banner .sub-header {
	color: #fff;
}

section.influencer-banner .conditions-link {
	color: #fff;
	margin: 0;
	padding-top: 28px;
}

.influencer-2-conditions {
	max-width: 600px;
}

@media(max-width: 767px) {
	section.influencer-banner {
		padding: 25px 15px;
	}

	section.influencer-banner .header {
		max-width: 340px;
		margin: auto;
		padding-bottom: 14px;
		font-size: 24px;
		line-height: 30px;
	}

	section.influencer-banner .header a {
		font-size: 30px;
		line-height: 37px;
	}

	section.influencer-banner .sub-header {
		max-width: 255px;
		margin: auto;
		font-size: 16px;
		line-height: 24px;
	}

	section.influencer-banner .conditions-link {
		padding-top: 14px;
	}
}

/* 
 * partner/influencer-2/plans/
 * 
*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
	min-height: 1px;
	outline: none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: initial;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

section.plans {
	padding: 30px 30px;
}

section.plans .content {
	padding: 0px;
	max-width: 907px;
}

section.plans .header {
	text-align: center;
	padding: 0 0 32px;
}

section.plans .plan-container {
	line-height: 408px;
	text-align: center;
	padding: 0 25px;
}

section.plans .plan {
	box-sizing: border-box;
	width: 253px;
	height: 346px;
	padding: 6px 0 20px;
	background-color: #eee;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

section.plans .slick-current .plan {
	width: 298px;
	height: 408px;
}

section.plans .slick-current .title {
	font-size: 20px;
	line-height: 25px;
}

section.plans .slick-current .sub-title {
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 6px;
}

section.plans .slick-current .banner {
	height: 71px;
}

section.plans .slick-current .cost {
	font-size: 50px;
	line-height: 50px;
}

section.plans .slick-current .decimal {
	font-size: 24px;
	line-height: 24px;
}

section.plans .slick-current .month {
	font-size: 16px;
	line-height: 16px;
}

section.plans .slick-current .feature {
	font-size: 16px;
	line-height: 19px;
}

section.plans .slick-current .feature.middle {
	padding: 20px 0;
}

section.plans .title {
	padding-bottom: 2px;
}

section.plans .sub-title {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 4px;
	margin: 0px;
}

section.plans .banner {
	padding: 14px 0 7px;
	color: #fff;
	line-height: initial;
	height: 61px;
	margin-bottom: 24px;
}

section.plans .best .banner {
	margin-bottom: 11px;
}

section.plans .banner.green {
	background-color: #4BC6A0;
}

section.plans .banner.blue {
	background-color: #869FB2;
}

section.plans .banner.orange {
	background-color: #ff8200;
}

section.plans .cost {
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	vertical-align: top;
	padding-top: 2px;
}

section.plans .decimal-month {
	display: inline-block;
	padding-top: 3px;
}

section.plans .decimal {
	font-size: 20px;
	line-height: 20px;
	display: block;
}

section.plans .month {
	font-size: 13px;
	line-height: 13px;
	display: block;
	text-align: left;
}

section.plans .best-feature {
	padding-bottom: 12px;
}

section.plans .call {
	padding-top: 10px;
}

section.plans .feature {
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
}

section.plans .feature.middle {
	padding: 24px 0 20px;
}

@media(max-width: 1024px) {
	section.plans .header {
		max-width: 450px;
    	margin: auto;
		padding: 0 0 32px;
	}

	section.plans .content {
		max-width: 679px;
	}

	section.plans .plan-container {
		padding: 0 10px;
	}

	section.plans .plan {
		width: 200px;
	}

	section.plans .slick-current .plan {
		width: 240px;
	}

}

@media(max-width: 767px) {
	section.plans .header {
		max-width: 350px;
    	margin: auto;
		padding: 0 15px 20px;
	}

	section.plans .slick-current .best-feature {
		font-size: 20px;
		line-height: 25px;
	}

	section.plans .slick-current .call {
		font-size: 20px;
		line-height: 25px;
	}
}

/* 
 * home/2016/interactive-products/
 * 
*/
.ie-8 section.interactive-products {
	display: none;
}

section.interactive-products {
	overflow: hidden;
	padding: 75px 30px 15px 30px;
	background: #F5F5F5;
}

.interactive-products .content-container {
	width: 1250px;
	max-width: 100%;
	margin: 0 auto;
}

.interactive-products .phone-container {
	float: left;
	width: 345px;
	padding-top: 25px;
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/interactive-products/black-iphone.png') no-repeat 0 25px;
	height: 660px;
}

.interactive-products #product-video {
	margin: 80px 0 0 18px;
}

.interactive-products .animation-icons {
	float: right;
	width: 780px;
	text-align: center;
}

.interactive-products .animation-header {
	font-size: 28px;
	padding-bottom: 60px;
}

.interactive-products span.video-header {
	color: #74C4DE;
}

.interactive-products .icon-container {
	float: left;
	padding: 0 27px 75px 27px;
	box-sizing: border-box;
}

.interactive-products .icon-container:hover {
	cursor: pointer;
}

.interactive-products .icon-container p {
	font-size: 14px;
}
.interactive-products .icon-container p a {
	color: inherit;
	text-decoration: none;
}

.interactive-products .icon-container.active p {
	color: #5DA6C3;
}

.interactive-products .icon-container.active .icon-img {
    border-radius: 50%;
    border: 3px solid #74C4DE;
}

.interactive-products .icon-img {
	max-width: 140px;
    box-sizing: border-box;
    margin: 15px 0 35px 0;
}

.interactive-products .icon-learn-more {
	display: block;
	border: 1px solid #979797;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	padding: 7px 10px;
	max-width: 92px;
    margin: 0 auto;
}

.interactive-products .slider-container {
	overflow: hidden;
}

.interactive-products .arrows-container {
	position: relative;
}

.interactive-products .slider-arrow {
	display: none;
	width: 16px;
	height: 28px;
	position: absolute;
    cursor: pointer;
    top: 100px;
    padding: 20px;
    box-sizing: border-box;
}

.interactive-products .arrow-left {
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/interactive-products/left-arrow.png') center no-repeat;
    left: -25px;
    opacity: 0.1;
}

.interactive-products .arrow-right {
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/interactive-products/right-arrow.png') center no-repeat;
    right: -25px;
}

.interactive-products .product-mobile-br {
	display: none;
}

.interactive-products img#product-video {
	width: 285px;
}

.interactive-products .ie-8  #product-video.featured-video {
	display: none;
}

.interactive-products .cta-desktop {
	text-align: center;
}

.interactive-products .cta-mobile {
	text-align: center;
	display: none;
	margin-top: 40px;
}

.interactive-products .cta-header {
	font-size: 20px;
	line-height: 22px;
	color: #323232;
	margin-bottom: 17px;
}

.interactive-products .cta-button {
	max-width: 163px;
	line-height: 56px;
	padding: 0;
	text-transform: none;
	font-size: 19px;
	margin: 0 auto 50px;
}

@media(max-width: 1200px) {
	.interactive-products .animation-icons {
		width: 580px;
	}


	.interactive-products .icon-container {
		padding: 0 10px 75px 10px;
	}

	.interactive-products .icon-img {
		max-width: 120px;
	}
}

@media(max-width: 1050px) {
	.interactive-products .animation-icons {
		width: 560px;
	}

	.interactive-products .icon-container {
		padding: 0 7px 75px 7px;
	}
}

@media(max-width: 980px) {
	.interactive-products .animation-icons {
		width: 100%;
		float: none;
   		padding: 0 15px;
    	box-sizing: border-box;
	}

	.interactive-products .slider-track {
		height: 225px;
		overflow: hidden;
	}

	.interactive-products .slider-arrow {
		display: block;
	}

	.interactive-products .phone-container {
		float: none;
		clear: both;
		text-align: center;
    	width: 100%;
    	background-position: center 25px;
	}

	.interactive-products #product-video {
		margin: 80px 3px 0 0;
	}

	.interactive-products .icon-container {
		float: none;
		display: inline-block;
		padding: 0 10px;
	}

	.interactive-products .cta-desktop {
		display: none;
	}

	.interactive-products .cta-mobile {
		display: block;
	}
}

@media(max-width: 660px) {
	section.interactive-products {
		padding: 25px 5px 25px 5px;
	}

	.interactive-products .animation-header {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 25px;
	}

	.interactive-products .slider-track {
		height: 175px;
	}

	.interactive-products .product-mobile-br {
		display: block;
	}

	.interactive-products .icon-img {
		max-width: 80px;
	}

	.interactive-products .icon-learn-more {
		padding: 7px 5px;
		border: none;
	}

	.interactive-products .icon-container {
		padding: 0 2px;
	}

	.interactive-products .icon-container p {
		max-width: 80px;
	}

	.interactive-products .product-brand {
		display: none;
	}

	.interactive-products .slider-arrow {
    	top: 75px;
    	background-size: 10px;
	}

	.interactive-products .icon-img {
		margin: 15px 0 10px 0;
	}

	.interactive-products .phone-container {
		width: 310px;
		margin: 0 auto;
		background-size: contain;
	}

	.interactive-products #product-video {
	    margin: 77px 3px 0 0;
	    max-width: 100%;
	    width: 274px;
	}

	.interactive-products img#product-video {
		width: 275px;
	}
}

/* 
 * partner/influencer-2/manage/
 * 
*/
section.manage {
	padding: 30px 0 0;
}

section.manage .header {
	text-align: center;
	padding-bottom: 27px;
}

section.manage .story-container {
	overflow: auto;
}

section.manage .left {
	float: left;
	width: 50%;
	height: 512px;
	line-height: 512px;
	padding: 0 50px;
}

section.manage .right {
	float: left;
	width: 50%;
	height: 512px;
	line-height: 512px;
	padding: 0 50px;
}

section.manage .phone {
	background: url("//images.vivintcdn.com/global/Partners/youtube/bucket-list-family/remote-access.jpg") no-repeat center right;
	background-size: cover;
}

section.manage .right-content {
	max-width: 480px;
	display: inline-block;
	vertical-align: middle;
}

section.manage .title {
	padding-bottom: 17px;
}

section.manage .sub-title {
	line-height: 20px;
	margin: 0;
}

section.manage .green-bg {
	background-color: #4BC6A0;
	text-align: right;
}

section.manage .left-content {
	text-align: left;
	max-width: 415px;
	vertical-align: middle;
	display: inline-block;
}

section.manage .quote {
	color: #fff;
}

section.manage .mobile-right {
	background: url("//images.vivintcdn.com/global/Partners/youtube/bucket-list-family/home.jpg") no-repeat center top;
	background-size: cover;
	height: 320px;
	display: none;
}

section.manage .house {
	background: url("//images.vivintcdn.com/global/Partners/youtube/bucket-list-family/home.jpg") no-repeat center;
	background-size: cover;
}

@media(max-width: 1024px) {
	section.manage .left {
		height: 319px;
		line-height: 319px;
		padding: 0 25px;
	}

	section.manage .right {
		height: 319px;
		line-height: 319px;
		padding: 0 25px;
	}
}

@media(max-width: 767px) {
	section.manage .header {
		max-width: 220px;
		margin: auto;
	}

	section.manage .left {
		float: none;
		width: 100%;
		height: 320px;
		line-height: 327px;
		padding: 0 23px;
	}

	section.manage .right {
		float: none;
		width: 100%;
		height: auto;
		line-height: initial;
		padding: 0 0;
	}

	section.manage .green-bg {
		height: 327px;
		text-align: center;
	}

	section.manage .phone {
		height: 320px;
	}

	section.manage .mobile-right {
		display: block;
	}

	section.manage .house {
		display: none;
	}

	section.manage .right-content {
		max-width: 100%;
		display: block;
		padding: 30px 10px 17px;
	}

	section.manage .title {
		max-width: 250px;
		text-align: center;
		margin: auto;
		padding-bottom: 27px;
	}

	section.manage .sub-title {
		max-width: 300px;
		margin: auto;
		font-size: 14px;
		line-height: 18px;
	}

	section.manage .quote {
		font-size: 16px;
		line-height: 20px;
		max-width: 260px;
	}
}

/* 
 * partner/influencer-2/form/
 * 
*/
section.form {
	padding: 35px 0 30px;
}

section.form .header {
	text-align: center;
	padding-bottom: 25px;
}

section.form  .subtle_form {
	max-width: 618px;
	margin: 0 auto 13px;
}

section.form .subtle_form input[type="text"],
section.form .subtle_form input[type="tel"],
section.form  .subtle_form .promo-code {
	width: 300px;
	margin: 0 3px 10px 3px;
	display: inline-block;
	border: none;
}

section.form  .subtle_form .promo-code {
	font-size: 14px;
	line-height: normal;
    font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    padding: 17px;
    background: #fff;
}

section.form  .subtle_form .legal {
	font-size: 10px;
	line-height: 13px;
	text-align: center;
}

section.form  .subtle_form .i_submit {
	display: block;
	margin: auto;
}

section.form .call {
	text-align: center;
}

section.form .subtle_form_message h3 {
	color: #555;
	margin-bottom: 30px;
}

section.form .subtle_form_message h2,
section.form .subtle_form_message p {
	text-align: center;
}


@media(max-width: 1024px) {
	section.form  .subtle_form .legal {
		padding: 0 0 20px;
		margin: 0px;
	}
}

@media(max-width: 767px) {
	section.form {
		padding: 30px 0 52px;
	}

	section.form .subtle_form input[type="text"],
	section.form .subtle_form input[type="tel"],
	section.form  .subtle_form .promo-code {
		width: 100%;
		margin: 0 0 10px;
		display: block;
	}

	section.form  .subtle_form .legal {
		padding: 20px 0 30px;
		text-align: justify;
	}
}

/* 
 * company/reviews/trust-pilot/api/
 * 
*/
section.trust-pilot{
	padding: 105px 35px 95px;
	background-color: #ffffff;
}

section.trust-pilot .header{
	text-align: center;
	padding-bottom: 90px;
}

section.trust-pilot .review{
	max-width: 960px;
	margin: 30px auto 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}

section.trust-pilot .review.last{
	border-bottom: none;
}

section.trust-pilot .container{
	height: 20px;
	margin-bottom: 30px;
}

section.trust-pilot .title{
	font-size: 22px;
	line-height: 28px;
	color: #666666;
}

section.trust-pilot .stars{
	float: left;
	height: 20px;
	width: 140px;
}

section.trust-pilot .stars.mobile{
	display: none;
}

section.trust-pilot .stars.five-stars{
	background: url("//images.vivintcdn.com/global/vivint.com/sections/customer-stories/2017/five-star.png") center no-repeat;
}

section.trust-pilot .stars.four-stars{
	background: url("//images.vivintcdn.com/global/vivint.com/sections/customer-stories/2017/four-star.png") no-repeat;
}

section.trust-pilot .description{
	font-size: 16px;
	line-height: 24px;
	padding: 30px 0px;
	color: #666666;
	max-width: 730px;
}

section.trust-pilot .date{
	float: right;
	font-size: 14px;
	color: #666666;
}

section.trust-pilot .name{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

section.trust-pilot .see{
	display: block;
	width: 179px;
	margin: 30px auto 20px;
	font-size: 16px;
	line-height: 44px;
	padding: 0px;
	color: #666666;
	background: transparent;
	border: 1px solid #666666;
	text-transform: none;
}

section.trust-pilot .see:hover{
	color: #ffffff;
	background: #666666;
}

section.trust-pilot .brand{
	display: block;
	width: 130px;
	margin: 0px auto;
}

@media(max-width: 767px){
	section.trust-pilot{
		padding: 65px 20px 60px;
	}

	section.trust-pilot .header{
		font-size: 24px;
		line-height: 30px;
		max-width: 249px;
		margin: auto;
		padding-bottom: 20px;
	}

	section.trust-pilot .container{
		height: 15px;
		margin-bottom: 25px;
	}

	section.trust-pilot .stars{
		height: 15px;
		width: 104px;
	}

	section.trust-pilot .stars.five-stars{
		background-size: 100%;
	}

	section.trust-pilot .stars.four-stars{
		background-size: 80%;
	}

	section.trust-pilot .title{
		font-size: 16px;
		line-height: 24px;
	}

	section.trust-pilot .description{
		padding: 0px 0px 20px;
	}

	section.trust-pilot .name{
		font-size: 14px;
		line-height: 24px;
	}

	section.trust-pilot .see{
		margin: 15px auto 20px;
	}

	section.trust-pilot .brand{
		width: 85px;
	}

	section.trust-pilot .brand img{
		width: 100%;
	}
}
/* 
 * global/footer-2016/footer-copyright-links/
 * 
*/
section.footer-bottom {
	background: #aaaaaa;
	padding: 50px 0;
}

.footer-bottom .bottom-links {
	text-align: center;
	margin-top: 25px;
}

.footer-bottom .bottom-links a {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
}

.footer-bottom .copyright {
	text-align: center;
}

.footer-bottom .california {
	padding: 0 8px;
}

.footer-bottom .california a {
	text-decoration: underline;
	color: #444;
}

@media(max-width: 777px) {

	.footer-bottom .bottom-links a {
		padding: 7px 0;
		width: 100%;
		display: block;
	}

	.footer-bottom .footer-bottom {
		padding: 25px 0;
	}
}

