﻿/* Store Location Holder Page Styles */

.store-locations-geomap__map {
	height: 715px;
}
.store-locations-geomap__list {
	height: 575px;
	overflow: auto;
}
.store-locations-geomap__list{
	margin:0;
	padding:0;
}
.store-locations-geomap__list::-webkit-scrollbar {
	width: 10px;
}
.store-locations-geomap__list::-webkit-scrollbar-track {
	background: #e3e3e3;
}
.store-locations-geomap__list::-webkit-scrollbar-thumb {
	background: #e24407;
}
.store-locations-geomap__list::-webkit-scrollbar-thumb:hover {
	background: #c83710;
}
.store-locations-geomap__list.slick-slider {
	width: 100%;
}
.store-locations-geomap__list__search {
	background: linear-gradient(135deg, #b82700 0%, #e24407 100%);
	padding: 30px;
	margin-bottom: 5px;
	position:relative;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form {
	margin: 0;
	padding: 0;
	position: relative;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form label {
	display: none;
	vertical-align: middle;
	margin-right: 10px;
	color: #fff;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.text,
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.title,
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input:not([type]),
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=text],
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=search] {
	display: block;
	margin: 0;
	height: 50px;
	background-color: #fff;
	border: 0px transparent none;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form button {
	display: inline-block;
	position:absolute;
	top:0;
	right: 0;
	height: 50px;
	vertical-align: middle;
	padding: 12px 20px;
	color: #fff;
	background: #1f1f1f;
	text-align: center;
	text-transform: uppercase;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form button:hover {
	background:#141414;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form--loading button {
	background-image: url('../images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.store-locations-geomap__list__sort {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	padding:6px 0 0 0;
}
.store-locations-geomap__list__spacer {
	margin: 10px 0;
	height: 0;
	border-bottom: 1px solid #eaeaea;
}
.store-locations-geomap__list__item {
	border-bottom: solid 1px #e4e4e4;
	padding: 20px;
	background: #fff;
	cursor: pointer;
}
.store-locations-geomap__list__item--selected {
	background: #efefef;
}
.store-locations-geomap__list__item:hover {
	background: #efefef;
}
.store-locations-geomap__list__item__distance {
	padding: 8px;
	background: transparent;
	border: 1px #d1d1d1 solid;
	float: right;
	margin-right: 8px;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.store-locations-geomap__list__item--selected .store-locations-geomap__list__item__distance {
	background: #e24407;
	border: 1px #e24407 solid;
	color: #fff;
}
.store-locations-geomap__list__item__address {
	margin-bottom: 5px;
}
.store-locations-geomap__list__item__phone {
	display: block;
	margin: 10px 0 0 0;
	color: #4b4b4b;
}
.store-locations-geomap__list__item__phone:hover {
	color: #4b4b4b;
	text-decoration:underline;
}
.store-locations-geomap__list__item__link {
	display: block;
	margin: 5px 0;
}
.store-locations__geomap__popup__actions {
	float: right;
	padding-right: 5px;
}
.store-locations__geomap__popup__actions a {
	outline: none !important;
}
.store-locations__geomap__popup__details {
	margin-top: 4px;
}
h4.store-locations-geomap__list__item__title,
h4.store-locations-geomap__list__item__title a {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e24407;
}
.store-locations-geomap__list__item__address {
	font-size: 18px;
	color: #4b4b4b;
}
#gmaps-iframe-interact-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	width: 100%;
	background-color: rgba(99, 99, 99, 0.4);
	text-align: center;
	padding-top: 170px;
}
#gmaps-iframe-interact-overlay span {
	border: 2px solid #E4E1E1;
	padding: 8px 16px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #E4E1E1;
	font-size: 24px;
}
.store-locations__geomap__popup {
	line-height:1.8;
}
.store-locations__geomap__popup__title {
	font-size: 18px;
	font-weight: bold;
	color:#111111;
	text-decoration:none;
	margin-bottom: 6px;
}
.store-locations__geomap__popup__title a{
	font-size: 18px;
	font-weight: bold;
	color:#111111;
	text-decoration:none;
}
.store-locations__geomap__popup__address{
	font-size: 16px;
	line-height: 1.8;
	color:#111111;
}
.store-locations__geomap__popup__phone{
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	color:#111111;
}
.store-locations__geomap__popup__details a {
	display: block;
	width:100%;
	padding: 5px 15px;
	background: #e24407;
	font-size:15px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.store-locations__geomap__popup__details a:hover {
	background:#bc2d07;
}
.gm-style .gm-style-iw-c{
	padding:20px 5px 5px 20px !important;
}
.gm-style-iw-chr{
	position:absolute;
	top:0;
	right:0;
}
.gm-style-iw-d{
	max-height: auto !important;
	min-height: auto !important;
}

/* Store Location Details Page Styles */

.holder-shadow{
	padding:20px 30px;
	height: 525px;
	overflow-y: auto;
	border:solid 1px #909292;
}
.call-button{
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	font-size: 16px;
	margin:6px 0;
	color: #fff;
	background:#e24407;
	transition: all 0.25s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.call-button:hover{
	background:#bc2d07;
	color:#fff;
}
.locale-block-heading{
	font-size:28px;
	font-weight:800;
	color:#e24407;
	margin-bottom:10px;
}
h2.address-number-info{
	font-size:18px;
	font-weight:normal;
	line-height:1.7;
	color:#454545;
	margin-bottom:15px;
}
h3.hours-info{
	font-size:18px;
	font-weight:normal;
	line-height:1.9;
	color:#454545;
	background:#fafafa;
	padding: 10px 20px;
	border:solid 1px #ced3d5;
	margin: 0 0 10px 0;
}
h3.hours-info .local-info__hours {
	padding: 5px;
	border-bottom: solid 1px #ced3d5;
}
h3.hours-info .local-info__hours.last {
	padding: 5px;
	border-bottom: none 0px transparent;
}
.local-info__today {
	position: relative;
}
.location-pic-respond img{
	max-width:100%;
}
.local-info__today:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 4px;
	width: 0;
	height: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 6px solid #111;
	clear: both;
}
.local-info__hours--override span {
	font-size: 12px;
	text-decoration: line-through;
}
.local-info__hours--extra {
	padding-left: 18px;
}
.call-to-action-button-section {
	width:100%;
}
.call-to-action-button-section ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.call-to-action-button-section ul li {
	display:block;
	padding: 10px 0;
	line-height: normal;
}
.call-to-action-button-section ul li a.list-button {
	color: #e24407;
	font-size: 16px;
	display: block;
	text-decoration: underline;
	transition: all 0.25s;
}
.call-to-action-button-section ul li a.list-button:hover {
	color: #bc2d07;
}
.link-black,
.link-black:hover
{
	color:#454545;
}
ul.staffacc {
	display: none;
}
.staffdesktop{
	display: block;
}
.staff-titles {
	font-size: 26px;
	font-weight:600;
	color:#282828;
	margin: 0 0 10px 0;
	text-indent: 10px;
}
.staff-section .staff-member-holder {
	background:#fff;
	padding: 10px;
}
.staff-section .staff-member-holder .staff-pic {
	max-height:350px;
	background-color:gray;
	overflow:hidden;
	display:block;
}
.staff-section .staff-member-holder .staff-info .staff-name{
	font-size:18px;
	color:#282828;
}
.staff-section a.staff-direct-email{
	display:inline-block;
	padding:8px 30px;
	background:#2e2e2e;
	text-align:center;
	color:#fff;
	font-size:16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.staff-section a.staff-direct-email:hover{
	background:#000;
}
.staff-form-header{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.staff-contact-form-cont {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	background-color: white;
	padding: 10px 35px;
	border: 1px solid black;
	box-sizing: border-box;
}
#staff-contact-form .form-title {
	padding: 5px 10px;
}
#staff-contact-form .message.error {
	display: block;
	padding: 5px 10px;
	background: #FF9595;
	color: black;
}
#staff-contact-form .Actions {
	overflow: hidden;
}
#LocaleMapForm_Section{
	margin-top: 30px;
}
#LocaleMapForm_Section .locale-form-bg{
	background-image:url('../images/locale-form-bg.jpg');
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay{
	padding:40px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222323+0,222323+100&1+0,0+100 */
	background: linear-gradient(to right,  rgba(34,35,35,1) 0%,rgba(34,35,35,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .locale-form-heading{
	font-size:28px;
	font-weight:700;
	color:#fff;
	margin-bottom:10px;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation label,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation label a
{
	color:#fff;
	font-weight: normal;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation  [type=checkbox] + label, 
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation  [type=radio] + label 
{
    display: inline;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_FirstName_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_LastName_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Name_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Company_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Email_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Phone_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Zip_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Contact_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_SendTo_Holder
{
	display:inline-block;
	width:49%;
	margin:0 5px 0 0;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Comments_Holder
{
	clear:both;
	width:98.5%;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation input.text,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation input[type=text], 
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation textarea,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation select,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation span
{
    height: 50px;
    border:0px transparent none;
    margin:0 0 10px 0;
    border-radius: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    color: #111;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_StoreLocation_Holder span.readonly{
	display: block;
	width: 98.6%;
	color: #fff;
	border: solid 1px #383838;
	padding: 15px;
	background: rgba(37, 37, 37, 0.7);
}
#staff-contact-form form#Form_StaffContactForm fieldset{
	margin: 0;
	padding: 0;
}
#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_FirstName_Holder,
#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_LastName_Holder,
#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Company_Holder,
#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Phone_Holder,
#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Email_Holder,
#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Zip_Holder,
#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Contact_Holder
{
	display:inline-block;
	width:48.4%;
	margin:0 5px 0 0;
}
#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Name_Holder,
#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Comments_Holder
{
	clear:both;
	width:98%;
}
.social{
	padding-top: 10px;
}
.social-header{
	font-size: 17px;
	color: #141414;
	font-weight: 700;
	margin: 0 0 6px 0;
}
.social ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.social ul li{
	display:inline-block;
	padding: 10px;
	border:solid 1px #d2d4d4;
}
.social ul li svg{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: 22px;
	height: 22px;
}
.social ul li .facebook{
	fill:#3b5998;
}
.social ul li .twitter{
	fill:#00acee;
}
.social ul li .linkedin{
	fill:#0077b5;
}
.social ul li .instagram{
	fill:#8134AF;
}
.social ul li .youtube{
	fill:#cd201f;
}
.social ul li .tiktok{
	fill:#000;
}

/* Staff List Page */

#Staff_List_Section{
	margin-top: 10px;
	padding:20px 0px;
	background:#edf2f3;
}
#Staff_List_Section .section-titles{
	font-size: 28px;
	font-weight: bold;
	color: #141414;
	margin:0 0 15px 0;
}
#Staff_List_Section .staff-info{
	margin:0 0 10px 0;
}
#Staff_List_Section .staff-info .staff-pic{
	margin:0 0 10px 0;
}
#Staff_List_Section .staff-info .staff-details a .staff-name,
#Staff_List_Section .staff-info .staff-details .staff-name
{
	font-size:24px;
	font-weight:bold;
	margin-bottom: 6px;
	color:#111111;
}



@media only screen and (max-width: 650px) {
	.store-locations-geomap__map {
	    height: 310px;
	}
	.store-locations-geomap__list__item__distance {
	    float: none;
	    margin-right: 0;
	    display: block;
	    text-align:center;
	    width:50%;
	}
	.store-locations-geomap__list__search {
	    padding: 20px 20px 30px 20px;
	}	
	.store-locations-geomap__list__sort {
	    font-weight: normal;
	    font-size: 15px;
	    padding: 4px 0 0 0;
	}	
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form {
	    display: block;
	}
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.text, .store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.title, .store-locations-geomap__list__search form.store-locations-geomap__list__search__form input:not([type]), .store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=text], .store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=search] {
	    max-width: 68%;
	    margin: 0 5px 0 0;
	    height: 45px;
	}	
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form button {
	    padding: 11px 12px;
	    font-size:14px;
	}	
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form label {
	    display: block;
	    margin-right: 0px;
	    margin-bottom:5px;
	}	
	.holder-shadow {
		height: auto;
	    padding: 0px 10px;
		border:none 0px transparent;
	    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
	}
	.locale-block-heading {
	    font-size: 24px;
	    margin-bottom: 5px;
	}	
	h2.address-number-info {
	    font-size: 16px;
	    margin-bottom: 10px;
	}	
	h3.hours-info {
	    font-size: 16px;
	    margin-bottom: 10px;
	}	
	.call-to-action-button-section ul li {
	    display: block;
	    width:100%;
	    margin:0 0 6px 0;
	}	
	.call-to-action-button-section ul li a.list-button {
	    display: block;
	    width:100%;
	}	
	#StaffSection {
	    padding: 0 5px;
	    margin-top: 0px;
		background: transparent;
	}	
	#StaffSection .staff-titles {
	    font-size: 28px;
	}	
	#LocaleMapForm_Section .locale-form-bg .orange-inlay {
	    padding: 20px;
	}	
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .locale-form-heading {
	    font-size: 20px;
	    margin-bottom: 5px;
	}
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation input.text, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation input[type=text], #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation textarea, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation select {
	    height: 45px;
	}		
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Name_Holder, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Email_Holder, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Phone_Holder, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_PreferredContact_Holder {
	    float: none;
	    width: 100%;
	    margin-right: 0px;
	}	
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_SendTo_Holder, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Question_Holder {
	    width: 100%;
	}	
	#ssLocationWindow{
		height:300px;
	}
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_FirstName_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_LastName_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Name_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Company_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Email_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Phone_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Zip_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Contact_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_SendTo_Holder
	{
		display:block;
		width:100%;
		margin:0;
	}
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Question_Holder
	{
		width:100%;
	}	
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_StoreLocation_Holder span.readonly{
		width: 100%;
	}	
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Name_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_FirstName_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_LastName_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Company_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Phone_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Email_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Zip_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Contact_Holder
	{
		display:block;
		width:100%;
		margin:0;
	}
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Comments_Holder{
		width:100%;
	}	
	
}

  