/*
 *  Company: Alamy Images;
 *  Date : ; 
 *  Authors : ;
 *  Modified : ;
 *
 * TOC
 **********************
 * 01. Font face 
 * 02. Css reset
 * 03. Custom styles
 * 04. Helper classes
 * 05. Print styles
 */

/* ==========================================================================
   01. font face declaration
   ========================================================================== */


@font-face {
    font-family: 'museosans100';
    src: url('/font-museosans/MuseoSans_100-webfont.eot');
    src: url('/font-museosans/MuseoSans_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-museosans/MuseoSans_100-webfont.svg#museosans100') format('svg'),
         url('/font-museosans/MuseoSans_100-webfont.woff') format('woff'),
         url('/font-museosans/MuseoSans_100-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museosans500';
    src: url('/font-museosans/MuseoSans_500-webfont.eot');
    src: url('/font-museosans/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-museosans/MuseoSans_500-webfont.svg#museosans500') format('svg'),
         url('/font-museosans/MuseoSans_500-webfont.woff') format('woff'),
         url('/font-museosans/MuseoSans_500-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/* ==========================================================================
   01. reset elements
   ========================================================================== */


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size: 100%;
	font: inherit;
*/	vertical-align: baseline;
}

body {
	line-height: 1;
}



/* ==========================================================================
   Base
   ========================================================================== */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */

}

html,
button,
input,
select,
textarea {
    /*font-family: 'museosans100', Arial, sans-serif;*/

}
a:link, a:visited, a, a:focus{
	color: #043A30;
	text-decoration: none;
	outline: none;
	border:0;
}
.no-touch a:hover{
	color: #1DD568;
	text-decoration: none;
}
.no-touch a:active{
	background-color: transparent;
}

h1 {
	font-family: 'museosans100', Arial, sans-serif;
    font-size: 18px;
    /*margin: 0.67em 0;*/
    font-weight: 100;
}

h2 {
    font-size: 28px;
    /*margin: 0.83em 0;*/
    font-family: 'museosans500', Arial, sans-serif;

}

h3 {
    font-size: 28px;
    /*margin: 1em 0;*/
    padding: 23px 0 24px 0;
    line-height: 36px;
    color: #043A30;
    /*font-weight: bold;*/
}

h4 {
    font-size: 18px;
    margin: 20px 0 25px 0;
    font-family: 'museosans100', Arial, sans-serif;
    color:#939598;
}

h5 {
    font-size: 18px;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

b,
strong {
    font-family: 'museosans500', Arial, sans-serif;
}

p,
pre {
    margin: 1em 0;
}




/* ==========================================================================
   01. Custom styles
   ========================================================================== */

.header{
	/*background: #3b3c3c url(/images/bg-header.png) repeat-y center center;*/
	background-color: #FCCD2E;
	color: #043A30;
	padding: 15px 0;
	text-align: center;

}
.featured{
	width: 100%;
	height: 345px;
}
.featured .graphic{
	background: transparent url(/images/featured-graphic.png) no-repeat center center;
	width: 171px;
	height: 364px;
	position: absolute;
	display: block;
	bottom:-54px;
	left: 10px;
}

.callout{
	display: block;
	padding-top: 57px;
	vertical-align: top;
	
}
.callout h2{
	color:#1DD568;
	font-size: 32px;
}
.callout-logo-holder{
	display:inline;
	*display:block;
	zoom:1;
	margin-top: -8px;
}
.hidden-inline-xs {
    display: inline-block !important;
}
.visible-inline-xs {
    display: none !important;
}
.promotion{
	vertical-align: top;
	padding: 20px 10px 0 40px;
}
.nopadding{
	padding: 0px;
}
.vline{
	position: absolute;
	width: 1px;
	height: 345px;
	border-left: 1px solid #1DD568;
	top:0px;
	right: 218px;
}
.promotion p {
	font-size: 13px;
	color: #043A30;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 0px;	
}
.promotion h4{
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 21px;
}
.fontsize12{ font-size: 12px;}
.qr-code{
	display: block;
	width:44px;
	height: 44px;
	
/*	background: #3b3c3c url(/images/qr-code.png) no-repeat center center;*/
}
.slideshow{
	background-color: #EAE9E9;
}

.about{
	background: #3b3c3c url(/images/bg-header.png) repeat-y center center;
}
.about h3{
	color: #fff;	
	font-size: 28px;
	line-height: 36px;
	padding: 30px 0 4px 0;
}
.about p{
	width: 360px;
	color: #a5a6a6;
	font-size: 18px;
	line-height: 22px;
	padding: 14px 10px 20px 0;
}
.about a.link-darkbg{
	width: 680px;
	font-size: 28px;
	color: #1DD568;
}
.about a.link-darkbg:focus{
	outline: none;
	border: 0;
}
.no-touch .about a.link-darkbg:hover{
	color: #EEE13F;
}
i.code-arrow {
	font-size: .9em;
	font-weight: normal;
	line-height: 1em;
	font-style: normal;
}
.image-strip{
	width: 100%;
	background: url(/images/image-strip.jpg) repeat-x top center;
	height: 166px;
}
.faqs{
	padding: 40px 0 0px 0;
}
.faqs h2{
	font-size: 28px;
	font-family: 'museosans100', Arial, sans-serif;
	margin: 0 0 40px 40px;
	color: #043A30;
}
.faqs h4{
	color: #043A30;
	font-size: 18px;
	font-family: 'museosans100', Arial, sans-serif;
	font-weight: normal;
	padding: 15px 0 10px 0;
	margin:0px;
	line-height: 22px;
}
.faqs h4 a:link, .faqs h4 a:visited, .faqs h4 a{
	color: #939598;
	text-decoration: none;
	display: block;
	outline: none;	
	border: 0;	
}
.faqs h4 a:focus {
	outline: none;	
	border: 0;	
}
.faqs h4 a.selected{
	color: #043A30;
}
.no-touch .faqs h4 a:hover{
	color: #043A30;
	text-decoration: none;
}
.no-touch .faqs h4 a:active{
	background-color: transparent;
}
.faqs .content{
	float: right;
	width: 576px;
	vertical-align: top;
	padding-top: 25px;
}
.faqs p{
	padding: 5px 0 5px 18px;
	margin: 0px;
	color: #043A30;
	line-height: 22px;
}
.faqs dl{
	margin-left: 20px;
}

.dl-horizontal dt{
	text-align: left;
	width: 90px;
}
.dl-horizontal dd{
	margin-left: 10px;

}
.smiley{
	background: url(/images/smiley.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	zoom:1;
	margin: 0 1px;
}
.star{
	background: url(/images/star.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	zoom:1;
	margin: 0 1px;
}
.color-1star{
	color: #984806;
}
.color-2star{
	color: #f79646;
}
.color-3star{
	color: #e69594;
}
.color-4star{
	color: #ff0000;
}
.panel-group{
	padding-bottom: 40px;
}


.footer{
	background-color: #EAE9E9;
	width:100%;
	padding: 40px 0;

}
.footer span{
	display: block;
	display: inline-block;
	*display: inline;
	zoom:1;
	margin: 0 38px ;
	height: 86px;
	vertical-align: top;
	position: relative;
}

.footer span a{
	display: block;
	vertical-align: middle;	
}
.footer span a{
	outline: none;
	border:0; 
}
.footer span .contact{
	width: 206px;
	display: block;
	font-size:16px; 
	padding: 3px 0;
}
.footer span.contact-holder span {
	margin: 0px;
	display: block;
	position: relative;
	top: 12px;
	width: 200px;
	font-size: 16px;

}
.footer span.contact-holder span a{
	padding: 2px 0;
	line-height: 1;
}
.footer span.email-holder{
	margin-right: 0px;
	margin-left: 0px;
	float: right;
}
.footer span a.app-store-mobile{
	position: relative;
	top:18px;
}
.footer span a.twitter{
	position: relative;
	top:24px;
}
.margin-right{ 
	margin: 0 38px 0 0!important;
}
.footer span.contact-address, .footer span.copyright{
	display: inline-block;
	*display: inline;
	zoom:1;
	line-height: 1.4em;
	margin: 10px 15px 0 0;
	font-size: 12px;
	color: #939598;
	height: auto;
}
.footer span.copyright{
	font-size: 12px;
	text-align: right;
	float: right;
	width: 52%;
	margin-right: 0px;
}
.footer  .border-top{
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 1px solid #CECECE;
	padding: 10px 0 0 0;
	height: auto;
}
span.alamy-logo, span.alamy-logo-white{
	background: url(/images/alamy-logo.png) no-repeat;
	width: 100px;
	height: 39px;
	display: inline-block;
	*display: inline;
	zoom:1;
	position: relative;
	top:10px;
}
span.alamy-logo-white{
	background: url(/images/alamy-logo-white.png) no-repeat;
}
/* ==========================================================================
   sprites
   ========================================================================== */

.promo-graphic, .stockimo-logo, .twitter, .about-graphic, .app-store-mobile, .email, .facebook, .faq-graphic, .pinterest, .arrow-up, .arrow-down{
	background: url(/images/sprites.png) no-repeat;
	display: block;
}
.arrow-up, .arrow-down{
	display: inline-block;
	height: 11px;
}
/* tweaks */
.about-graphic{
	float: right;
	text-align: right;
	margin-right: 76px;
	margin-top: 40px;
}
.app-store-mobile{
	background-position: 0 -648.9931030273438px;
	width: 171px;
	height: 52px;
}
.app-store-mobile{
	cursor: pointer;
}
/*.no-touch .app-store-mobile:hover{
	background-position: 0 -700.9896240234375px;
	width: 171px;
	height: 52px;
}*/

.pinterest, .twitter, .facebook{
	cursor: pointer;
}
.socila-media{
	position: relative;
	top:-20px;
}

.promo-graphic{
	background-position: -1.0030028820037842px 0;
	width: 109px;
	height: 63px;
}

.stockimo-logo{
	background-position: -1.0030028820037842px -522.9627990722656px ;
	width: 86px;
	height: 86px;
}

.twitter{
	background-position: -102px -801.9375px ;
	width: 45px;
	height: 37px;
}

.about-graphic{
	background-position: 0 -68.97821044921875px ;
	width: 184px;
	height: 144px;
}

.app-store{
	background-position: 0 -651.921875px ;
	width: 150px;
	height: 49px;
}

.email{
	background-position: -1.0030028820037842px -424.9156799316406px ;
	width: 103px;
	height: 84px;
}

.facebook{
	background-position: -52px -801.9375px ;
	width: 39px;
	height: 39px;
}

.faq-graphic{
	background-position: -1.0030028820037842px -217.955322265625px ;
	width: 175px;
	height: 165px;
}

.pinterest{
	background-position: 0 -801.953125px ;
	width: 42px;
	height: 42px;
}

.no-touch .app-store:hover{
	background-position: 0 -702.916748046875px ;
	width: 150px;
	height: 49px;
}

.no-touch .pinterest:hover{
	background-position: 0 -851px ;
	width: 42px;
	height: 42px;
}

.no-touch .facebook:hover{
	background-position: -52px -851px ;
	width: 39px;
	height: 39px;
}

.no-touch .twitter:hover{
	background-position: -100.328125px -851px ;
	width: 45px;
	height: 36px;
}

.arrow-left{
	background-position: -6px -914.0000457763672px;
	width: 18px;
	height: 35px;
}

.no-touch .arrow-left:hover{
	background-position: -52.9757080078125px -910.9791717529297px;
	width: 18px;
	height: 35px;
}

.arrow-right{
	background-position: -154.982666015625px -909.9861297607422px;
	width: 18px;
	height: 35px;
}

.no-touch .arrow-right:hover{
	background-position: -108.97918701171875px -911.9966278076172px;
	width: 18px;
	height: 35px;
}
.arrow-up{
	background-position: -148.99652099609375px -456.9896240234375px;
	width: 12px;
	height: 6px;
}
.arrow-down{
	background-position: -149.98614501953125px -607.99658203125px;
	width: 12px;
	height: 6px;
}


/*.panel-heading a.accordion-toggle i {
    
 	background: url(/images/sprites.png) no-repeat;
 	background-position: -257.9757080078125px -776.9861145019531px;
 	display: inline-block;
	*display: block;
 	zoom:1; 	
 	height: 11px;
 	width: 12px
}
.panel-heading a.accordion-toggle.collapsed i {

 	background: url(/images/sprites.png) no-repeat;
 	background-position: -258.94097900390625px -927.9514465332031px;
 	display: inline-block;
 	*display: block;
 	zoom:1;
 	height: 11px;
 	width: 12px
}
*/

/* bootstrap override */

.carousel-inner{
	height: 400px;
	width: 96%;
	margin: 0 auto;
}
.carousel-caption{
	font-family: 'museosans100', Arial, sans-serif;
	text-shadow:none;	
	color: #043A30;
	font-size: 28px;	
	line-height: 36px;	
	text-align: left;
	display: inline-block;
	*display: inline;
	zoom:1;

}
.carousel-control.right{
	background-image: none;
}
.carousel-control.left{
	background-image: none;	
}
.glyphicon{ display: none !important;}


.carousel-control.right, .carousel-control.left {
	background: transparent url(/images/sprites.png) no-repeat top left;
	top:180px;
}
.carousel-control.right:focus, .carousel-control.left:focus{
	outline: none;
	border: 0;
}

.carousel-control.left{
	
	background-position: -52.9757080078125px -910.9791717529297px;
	width: 18px;
	height: 35px;
}

.no-touch .carousel-control.left:hover{
	background-position: -6px -914.0000457763672px;
	width: 18px;
	height: 35px;
}

.carousel-control.right{
	background-position: -108.97918701171875px -911.9966278076172px;
	width: 18px;
	height: 35px;
}

.no-touch .carousel-control.right:hover{
	
	background-position: -154.982666015625px -909.9861297607422px;
	width: 18px;
	height: 35px;
}

.carousel-indicators .active{
	background-color: #3b3c3c;
	margin: 0 1px;
}

.carousel-indicators li{
	border: none;
	background-color: #c6c6c6;
	width: 12px;
	height:12px;
	margin: 0 1px;	
}
.carousel-indicators{
	bottom: 15px;
}


.carousel-inner > .item{
	width: 96%;	
}
.img1{
	/*max-width: 50%!important;*/
	vertical-align: top!important;
	/*margin-right: 5px!important;*/
}
/* Cookie banner */
.cookie-banner{background: #f7f9fa;color: #95989a;text-align: center;padding: 11px 0 10px;font-size:14px;font-family: arial;}
.cookie-banner a{color: #268efc!important;}
.cookie-banner a:hover{color: #1661a5!important;}
.cookie-banner .icon-close{margin-left: 16px;cursor:pointer}

@media (min-width: 990px)  {
	
	.carousel-caption {		
		width: 38%;
		padding-left: 50px;
		float: left;		
	}
	.carousel-caption.first{
		width: 36%;		
	}	
	.item{
		padding-top: 50px;
	}

	.text1{
		width: 250px;
	}
	.text2{
		width: 300px;
	}
	.text3{
		width: 300px;
	}
	.text3{
		width: 330px;
	}
	.item img{
		float: right;
		margin-top: 50px;
		vertical-align: top!important;
	}
	.img2{
		padding-right: 100px;
	}
	.img3{
		padding-right: 60px;
		margin-top: 20px !important;
	}
	.img4{
		padding-right: 80px;
	}
	.carousel-indicators{
		width:50%;
		left: 7.8%;
		margin-left:0px;
		text-align: left;

	}
	.carousel-control{
		bottom: 260px;
	}

}

@media (min-width: 606px) and (max-width: 990px) {
  
  .col-md-3{
  	width: 25%;
  	float: left;
  	/*min-width: 200px;*/
  }

  .col-md-6{
  	width: 45%;
  	float: left;
  }
  .col-md-2 {
	width: 16.666666666666664%;
	float: left;
	}
	.col-md-offset-1 {
	margin-left: 8.333333333333332%;
	}
  .callout-logo-holder{
  	display: inline!important;
  }
  .alamy-logo{
  	display: none !important;
  }
  .alamy-logo-text{
  	display: inline !important;
  	
  }
  .featured-width{
  	min-width: 190px;
  }
  .promotion-holder{
  	width: 25%;
  	float: left;
  	padding:0 0 0 30px;
  	/*min-width: auto!important;*/
  }
 .callout{
 	padding-left: 10px;
 }
 .carousel-inner{
 	height: 470px;
 }
 .carousel-control.right, .carousel-control.left{
 	top: 218px;
 }
 .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	display: block;
    margin-left: auto;
    margin-right: auto;
 }
 .carousel-caption{
 	margin-top: 20px;
 	width: 100%;
 }
 .carousel-caption p{
 	font-size: 20px;
 	text-align: center;
 	width: 80%;
 	margin: 20px auto;
 }
 .promotion{
  	padding: 10px 0 10px 0;
  }
  .promotion p{
  	margin-bottom: 10px;
  }
  
  h3{
  	font-size: 20px;

  }
  h2{
  	font-size: 20px;
  }
  h4{
  	font-size: 20px;
  }
  .faq-graphic{
  	display: none!important;
  }
  .faqs h2{
  	margin-left: 0px!important;
  }
  .about h3{
  	font-size: 20px;
  }
  .about a.link-darkbg{
  	font-size: 20px;
  }
  span.alamy-logo-white{
  	display: none;
  }
  .footer span{
  	margin:0 10px;
  }
  .footer span.email-holder{
  	float: none;
  }
  .hidden-xs.hidden-sm.callout-text-sm{
  	display: block !important;
  }
  .visible-xs.visible-sm.callout-text-lg{
  	display: none!important;
  }
  .visible-xs.visible-sm.app-store-mobile-holder{
  	display: none!important;
  }
}
@media (min-width: 606px) and (max-width: 700px){

	.promotion-holder{
		width: 100%;
		float: left;
		padding-left: 10px;		
		padding-top: 50px;
	}
	.about-graphic{
		display: none!important;
	}

}
@media (min-width: 700px) and (max-width: 770px){

	.footer span{
		margin: 0 8px;
	}
	.footer span.copyright{
		width: 40%;
	}
	.carousel-inner{
		height: 496px;
	}
	.carousel-control.right, .carousel-control.left {
		top: 231px;
	}
}

@media (min-width: 1200px) {
  .container {
    max-width: 920px;
  }
}

@media (min-width: 992px) {
	.callout-logo-holder {
		display: inline-block;
		*display: inline;
		zoom:1;
	}
}
@media screen and (max-width: 605px) {
	
	.hidden-inline-xs {
	    display: none !important;
	  }
	.visible-inline-xs {
	    display: inline !important;
	  }
	.header{
		display: none;
		text-align: left;
		padding: 20px 0;
		background-size: auto 100px;
	}
	h1{
		font-size: 14px;
		line-height: 22px;
	}
	h2{
		font-size: 21px;
	}
	h3{
		font-size: 14px;
	}
	h4{
		font-size:21px;
	}
	.featured{
		background-color: #FCCD2E;
		height: 95px;
		width: 100%;
		padding: 0 5px;
	}

	.featured .graphic{
		background: transparent url(/images/featured-graphic-mobile.png) no-repeat center center;
		width: 266px;
		height: 95px;
		position: relative;
		display: block;
		bottom:auto;
		left: auto;
		margin: 0 auto;

	}
	.callout{
		padding-top: 10px;
	}
	.callout h2{
		padding: 15px 10px 20px 10px;
		font-size: 21px;
	}
	.callout h3{
		padding: 0px 10px 20px 10px;
		line-height: 22px;
	}
	.promotion-holder{
		padding-left: 0px;
		padding-right: 0px;
	}
	.promotion{
		padding: 10px 10px 20px 10px;		
		border-left: none;
		border-top: 1px solid #1DD568;
	}
	.promotion h4{
		width: 60%;
		margin-bottom: 0px;
		height: 70px;
	}
	.promotion p{
		font-size: 14px;
		margin-top: 0px;
		width: 280px;
		margin-bottom: 10px;
	}
	.promo-graphic{
		display: inline-block;
		*display:inline;
		zoom:1;
		float: right;
		position: relative;
		top:14px;
		right: 6px;
	}
	.slideshow{
		background: #EAE9E9 url(/images/slideshow-gradient.png) repeat-x left top;
	}
	.carousel-inner{
		height: 478px;
	}
	.carousel-caption{
		font-size: 18px;
		line-height: 23px;
		padding-right: 10px;
	}
	#myCarousel .container{
		padding-left: 0px;
	}
	.about p{
		font-size: 14px;
		width: auto;
		padding: 0px 10px 10px 0;
	}
	.about{
		background-size: 100%;
	}
	.about h3{
		font-size: 20px;
		line-height: 24px;
		padding-top: 20px;
	}
	.panel-group{
		padding-bottom: 0px;
	}
	.panel-group .panel {
		padding: 15px 10px;		
		border-bottom: 1px solid #d0d0d2;
	}
	.panel-group .panel.first-panel{
		border-top: 1px solid #d0d0d2;
	}
	.dl-horizontal dt{
		float: left;
		clear: left;
		overflow: hidden;
		white-space: nowrap;
	}
	.dl-horizontal dd:before, .dl-horizontal dd:after {
		content: " ";
		display: table;
	}
	.faqs .col-md-8, .faqs .container{
		padding-left:0px;
		padding-right:0px;
	}
	.faqs{
		padding-top: 30px;
	}
	.faqs h2{
		margin-left: 18px !important;
		font-size: 21px;
		margin-bottom: 30px;
	}
	.faq-graphic{
		display: none!important;
	}
	.footer{
		padding: 20px 0;
	}
	.footer span.social-media {
		height: 38px;
	}
	.footer span a.twitter{
		top:0px;
	}
	.footer span a.app-store-mobile{
		position: relative;
		top:18px;

	}	
	.footer span, .footer span a{
		display: block;
		text-align: center;
		margin: 10px auto!important;			
	}
	.footer span a.stockimo-logo{
		cursor: default;
	}
	.footer span .contact{		
		width: 222px;
		margin-top:5px !important;
		margin-bottom:5px !important;
		font-size: 18px;
	}
	.about a.link-darkbg{
		font-size: 21px;
		line-height: 30px;
		font-family: 'museosans500', Arial, sans-serif;
	}
	.about h3{
		font-size: 21px;
		line-height: 30px;
		padding-bottom: 11px;
	}
	.footer span.copyright{
		display: none;
	}
	.app-store{
		display: none!important;
	}
/*	.app-store-mobile{
		display: block!important;
	}
*/	.qr-code{
		display: none!important;
	}
	.alamy-logo-white{
		display: none!important;
	}
	.about-graphic{
		display: none!important;
	}
	.footer span.contact-address, .footer .border-top{
		display: none;
	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}	
	.footer span.contact-holder span{
		width: 222px;
	}
	.carousel-control.right, .carousel-control.left, .carousel-control.right:hover, .carousel-control.left:hover{
		display: block;
		width: 46px!important;
		height: 56px!important;
		background-color: #d8d7d7;
		top:auto;
	}
	.carousel-control.right {
		background-position: -94.979187px -900.972282px;
		margin-right: -10px;
	}
	.carousel-control.left {
		background-position: -39.996521px -899.97924px ;
		margin-left: -10px;
	}
	.no-touch .carousel-control.left:hover {
		background-position: -39.996521px -899.97924px;
		width: 46px;
		height: 46px;
	}
	.no-touch .carousel-control.right:hover {
		background-position: -94.979187px -900.972282px;
		width: 46px;
		height: 46px;
	}
/*	.carousel-control.left:hover{
		background-position: -50.996521px -930.97924px ;
	}
	.carousel-control.right:hover{
		background-position: -147.986145px -930.972282px ;
	}*/
	.carousel-indicators{
		bottom: 24px;
	}
	.carousel-control{
		bottom: 6px;
	}
	.col-md-2.col-md-offset-1.hidden-xs{
		display: none!important;
	}
}

@media screen and (max-width: 240px) {
	.featured .graphic{
		width: 210px;
		height:95px;
		background-size: 90%;
		background-position: center center;
	}
	.footer span .contact, .footer span.contact-holder span{
		width: 210px;

	}
	.footer span a.contact{
		font-size: 16px!important;
	}
	.promo-graphic{
		display: none;
	}
	.promotion p{
		width: auto;
	}
}
/* terms page */
.pad-app-subpage{
	margin-top: 41px;
}
.back-link{
	font-size: 28px;
	line-height: 18px;
	padding: 35px 0 28px 0;
	display: block;
	width: 256px;
}
ul.overview{
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
}
ul.overview li{
	font-size: 14px;
	line-height: 18px;
	color: #043A30;
	padding: 6px 0;
}
ul.overview li a{
	display: block;
}
.top-pad{
	padding-top: .4em;
}
.terms-about{
	height: 166px;
}
.terms-about h3{
	padding: 62px 0 4px 0;
	color: #1DD568;
	font-size: 24px;
	text-align: center;
}
.terms-about a.link-darkbg{
	font-size: 24px;
}
.terms{
	padding-bottom: 30px;
}
.terms h5{
	font-size: 15px !important;
	color: #043A30;
	font-weight: normal;
	margin-top: 260px;
}


@media screen and (max-width: 480px) {

	body{
		font-size: 14px!important;
	}
	.terms-about h3{
		padding-top:46px;
		font-size: 22px ;
	}
	.terms-about a.link-darkbg{
		font-size: 22px;
	}
	.back-link{
		font-size: 22px !important;
		line-height: 18px !important;
		padding: 24px 0 16px 0 !important;
	}
	.title{
		font-size: 22px !important;
		line-height: 18px !important;
		padding-bottom: 20px !important;
	}
	.terms{
		background-position: 0 -30px !important;
	}
	.terms h3{
		margin:0px !important; 
	}

}
