@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:aller;
	src:url(fonts/aller.ttf);
	font-weight:normal;
}
@font-face {
	font-family:cheezepizza;
	src:url(fonts/cheezepizza.ttf);
	font-weight:normal;
}
@font-face {
	font-family:arabian;
	src:url(fonts/arabian.ttf);
	font-weight:normal;
}
@font-face {
	font-family:edo;
	src:url(fonts/edo.ttf);
	font-weight:normal;
}
@font-face {
	font-family:arvo;
	src:url(fonts/arvo.ttf);
	font-weight:normal;
}
@font-face {
	font-family:oswald;
	src:url(fonts/oswald.ttf);
	font-weight:normal;
}

@font-face {
	font-family:assimilate;
	src:url(fonts/assimilate.ttf);
	font-weight:normal;
}

.transition_class {
transition:all 0.2s linear 0.02s;
	-webkit-transition:all 0.2s linear 0.02s;
	-o-transition:all 0.2s linear 0.02s;
	-moz-transition:all 0.2s linear 0.02s;
}

.white {
	color: #FFFFFF;
	}
.red {
	color: #FF0000;
}
.orange {
	color: #ff9501;
}


.padding-reset {
	padding:0px;
	}
	

.page_heading {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	display:block;
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 60px;
	float:left;
	margin: 250px 0;
	color: #ff9501;
	font-family: oswald;
	text-align: center;	
	}
	
@media only screen and (max-width: 991px) { 
	
	.page_heading {	
	margin: 170px 0;	
	}

}

@media only screen and (max-width: 480px) {

.page_heading {
	
	font-size: 28px;
	letter-spacing: 4px;
	line-height: 40px;
	float:left;
	margin: 180px 0;
	color: #ff9501;
	font-family: oswald;
	text-align: center;	
	}

}



/*Home page rules*/

/*-----section 1----*/

.banner_image {
	background-image: url(images/index/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 560px;
	position:relative;
}

.banner_content {
	width: 65%;
	height: auto;
	position: absolute;
	top: 210px;
}

.banner_content p {
	width:85%;
	color:#ff0000;
	font-family:cheezepizza;
	text-align:center;
	font-size:42px;
	padding-left:0.1%;
	letter-spacing:1px;
	margin-top:1%;
}
.banner_content a {
	width:20%;
	display:block;
	text-decoration:none;
	font-family:aller;
	font-size:18px;
	color:#FFF;
	padding:10px 0;
	background-color:#000;
	box-sizing:border-box;
	border:1px solid #352214;
	text-align:center;
	margin-left: 32%;
}
.banner_content a:hover {
	background-color:rgba(0,0,0,0.5);
}

/*-----section 2----*/

.banner_image_2 {
	background-image: url(images/index/wraps.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 600px;
	position:relative;
	}
	
.banner_content_2 {
	bottom: 30%;
	opacity: 0;
	height: 600px;
	position : absolute;
	background-color:rgba(255,255,255,0.8);

}

.title {
	margin:60px auto 60px auto;
	width: 250px;
	height: 60px;
	background-image: url(images/index/menu_title.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	}	
	
.menu_block h2{
	font-family:arvo;
	font-size:20px;
	
}
.menu_block_content{
	list-style-type:none;
	padding:0;
	}
.menu_block_content li {
	display:block;
	font-family:aller;
	font-size:16px;
	padding-left:0;
}	
	

a.menu_button {
	width:20%;
	padding:10px 10px;
	display:block;
	background-color:#a3b339;
	text-decoration:none;
	font-family:aller;
	font-size:16px;
	color:#fff;
	float:left;
	text-align:center;
	line-height:20px;
	margin-left:40%;
	margin-top:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	
	transition:all 0.2s linear 0.05s;
	-moz-transition:all 0.2s linear 0.05s;
	-webkit-transition:all 0.2s linear 0.05s;
	-o-transition:all 0.2s linear 0.05s;
	border:1px solid #a3b339;
}

a.menu_button:hover {
	color:#a3b339;
	background-color:#FFF;
}

/*-----section 3----*/

.banner_image_3 {
	background-image: url(images/index/franchise_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 600px;
	position:relative;
}
.franchise_image {
	background-image: url(images/index/franchise_prod_img.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	
	position:absolute;
	height: 51.56%;
	bottom: -10%;
	left: 10%;
	opacity: 0;
}

.banner_content_3 {
	right: 0;
	bottom: -90%;
	opacity:0;
	height: 600px;
	position : absolute;
	background-color:rgba(255,255,255,0);
}	
.banner_content_3 h1 {
	font-family: oswald;
	color: #d88d00;
	font-size:42px;
	letter-spacing:2px;
	padding:2% 0; 
}
.banner_content_3 p {
	font-family: arvo;
	font-size:18px;
	line-height:26px;
	padding:0 20%; 
}
.banner_content_3 a {
	width:20%;
	padding:10px 0;
	display:block;
	background-color:#d88d00;
	text-decoration:none;
	font-family:aller;
	font-size:16px;
	color:#FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #d88d00;
	margin-left:40%;
	margin-top:30px;
}
.banner_content_3 a:hover {
	color:#d88d00;
	background-color:#FFF;
}

/*-----section 4----*/


.banner_image_4 {
	background-image: url(images/index/stores_img.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 600px;
}

.banner_content_4 {
	height: 600px;
	background-color:rgba(255,255,255,0.8);
	position:relative;
}

h1.store_header {
	font-family: oswald;
	color: #ff7f00;
	font-size:40px;
	letter-spacing:2px;
	position:absolute;
	top:-20%;
	opacity:0;
	display:block;
	width:100%;
	 
}
p.store_para {
	font-family: arvo;
	font-size:18px;
	line-height:26px;
	padding:0 2%;
	position:absolute;
	right:-20%;
	top:25%;
	opacity:0;
	display:block;
	width:100%;
}
a.store_button {
	width:20%;
	padding:10px 0;
	display:block;
	background-color:#ff7f00;
	text-decoration:none;
	font-family:aller;
	font-size:16px;
	color:#ffffff;
	position:absolute;
	left:40%;
	box-sizing:border-box;
	border:1px solid #ff7f00;	
	position:absolute;;
	bottom:20%;
	opacity:0;
}
a.store_button:hover {
	
	color:#ff7f00;
	background-color:#FFF;
}

.copyright_text{
	height: 60px;
	text-align: center;
	font-family: arvo;
	font-weight: bold;
	line-height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#carousel-example-generic {
	margin-top: 80px;
}

/*End of Home page rules*/

/*Start of About page rules*/

.about_banner_image {
	height: 600px;
	background-image: url(images/about/about_banner.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	margin-top:80px;
	
	}
	

	
@media only screen and (max-width: 991px) { 
.about_banner_image {
	height: 400px;	
	}
	

}

@media only screen and (max-width: 480px) {
.about_banner_image {
	margin-top:60px;	
}

}

.about-content {
	font-family: aller;
	font-size:15px;
	}

.about-section-image {
	width: 80%;	
	float: left;
	margin: 10%;
	opacity:0;
}


@media only screen and (max-width: 767px) {
.about-section-image {
	width: 60%;	
	margin: 0 20%;
	
	}

}

.section_heading_1 {
	width: 100%;
	padding: 1% 0;
	margin:10px 0;
	background-color: #ffcd02;
	color: #FFFFFF;
	font-family: arvo;
	font-size: 24px;
	text-align: center;
}

a.brand_link {
	font-size: 16px;
	color: #bf9900;
	text-decoration: none;	
}

.line_seperator_1 {
	width: 50%;
	height: 2px;
	background-color: #ffcd02;
}

.section_heading_2 {
	width:100%;
	padding:1% 0;
	margin:10px 0;
	background-color: #27ae60;
	color:#FFFFFF;
	font-family: arvo;
	font-size:24px;
	text-align:center;
}

.line_seperator_2 {
	width: 50%;
	height: 2px;
	background-color: #27ae60;
} 

.why-shawarma-col {
	float:right;
	}
	
.section_heading_3 {
	width:100%;
	padding:1% 0;
	margin:10px 0;
	background-color: #e74c3c;
	color:#FFFFFF;
	font-family: arvo;
	font-size:24px;
	text-align:center;
}	

.line_seperator_3 {
	width: 50%;
	height: 2px;
	background-color: #e74c3c;
}

/*End of about page rules*/

/*Start of Franchise page rules*/


.franchise-main-container {
	height: auto;
	background-image: url(images/franchise/franchise_banner.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	
	}
	
.black-transparent-bg {
	background-color:rgba(0,0,0,0.7);
	color:#FFFFFF;
	font-family: aller;
	font-size:16px;
	}
	
.fran_content_heading {
	width: 100%;
	line-height: 36px;
	color: #ffffff;
	padding: 2% 0;
	text-align: center;
	font-family: arvo;
	display:block;
	margin:0px;
	}
	
.fran-req-subhead {
	font-family: arvo;	
	color: #ff5128;	
	display:block;
}	

.franchise_work_list {
	list-style-image: url(images/franchise/list_icon_franchise.png);
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	list-style-position: outside;
}

.fran_benefit_heading {
	font-family: arvo;	
	}
	
.benefits-col {
	margin-top:30px; 
	margin-bottom:30px;
	
	}

/*fran_benefit_heading Colors*/

.benefit_head_color1 {
	color: #FF4F22;
	
	}
	
.benefit_head_color2 {
	color: #d7c000;
	}
		
.benefit_head_color3 {
	color: #94B300;
	}

.benefit_head_color4 {
	color: #2a80b9;
	}
	
.benefit_head_color5 {
	color: #16a086;
	}
.benefit_head_color6 {	
	color: #9c59b8;
	}
.benefit_head_color7 {
	color: #D8594B;
	}
	
/*End of Franchise page rules*/

/*Start of Franchise Enquiry page rules*/

.franchise-enquiry-main-container {
	height: auto;
	background-image: url(images/franchiseeEnquiry/franchiseeEnquiry_banner.jpg);
	background-repeat: no-repeat;
	background-position: -40px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment:fixed;
	
	}
	
.franchise-enquiry-row {
	color: #FFFFFF;
	margin-top:120px;
	margin-bottom:60px;
	}	


	
.franchise-enquiry-col {
	background-color: rgba(0,0,0,0.8);
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	width: 80%;
	float: none;
	font-family: aller;
	
	
	}


	
legend {
	border: auto;
	border-bottom: none;
	display: block;
	width: auto;
	padding: 15px;
	font-family: arvo;
	color: #ff9501;
	margin: 0px;   
}

fieldset {
	border: 2px solid #CCCCCC;	
	}
	
.enquiry-text {
	display:block;
	font-size:16px;
	margin:15px;		
	
	}
	
	
input::-webkit-input-placeholder {
color: #ff9501 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #ff9501 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #ff9501 !important;  
}
 
input:-ms-input-placeholder {  
color: #ff9501 !important;  
}	


textarea::-webkit-input-placeholder {
color: #ff9501 !important;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
color: #ff9501 !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #ff9501 !important;  
}
 
textarea:-ms-input-placeholder {  
color: #ff9501 !important;  
}
	
.form-control {
	border: solid 1px #FFFFFF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background-color: transparent;
	color: #FFFFFF;
	}


.form-butt {
	display:block;
	background-color:#333333;
	padding:0 25px;
	color:#FFFFFF;
	border:none;
	line-height:40px;
	font-size:16px;
	font-family:aller;
	margin:0 auto;
	width:200px;
	
	transition:all 0.2s linear 0.05s;
	-webkit-transition:all 0.2s linear 0.05s;
	-o-transition:all 0.2s linear 0.05s;
	-moz-transition:all 0.2s linear 0.05s;
	
	
	}
	
.form-butt:hover {
	background-color:#ff9501;	
	
	}
	
	
/*End of Franchise Enquiry page rules*/

/*Start of Gallery page rules*/	

.gallery-container {
	max-width:1200px;
	}
		

.gallery_banner_image {
	height: 200px;
	background-image:url(images/gallery/gallery_banner.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin-top:80px;
	
	}
	
.gallery_page_heading {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	display:block;
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 60px;
	float:left;
	margin: 70px 0px;
	color: #ff9501;
	font-family: oswald;
	text-align: center;	
	}
	
@media only screen and (max-width: 991px) { 
	
	.gallery_page_heading {	
	margin: 60px 0;	
	}
	
	.gallery_banner_image {
		margin-top:60px;
		 }

}

@media only screen and (max-width: 480px) {

.gallery_page_heading {
	
	font-size: 28px;
	letter-spacing: 4px;
	line-height: 40px;
	float:left;
	margin: 60px 0;
	color: #ff9501;
	font-family: oswald;
	text-align: center;	
	}
	
.gallery li a img {
	
	border: none;
	outline: none;
	width: 46%;
	margin: 2%;
	float: left;
	border-radius:50%;
				}
.col-gallery {
	padding-top:10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}	

}

@media only screen and (min-width: 481px) {
	
	.col-gallery {
	padding-top:10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}
	
	.gallery li a img {
	margin: 2%;
	border: none;
	outline: none;
	width: 29.33%;
	float: left;
	border-radius:50%;
				}	
	
	 }
	 
@media only screen and (min-width: 768px) {	 

.gallery li a img {
	
	border: none;
	outline: none;
	width:21%;
	margin:2%;
	float:left;
	border-radius:50%;
				}
				
}


/*End of Gallery page rules*/

/*Start of Stores page rules*/

.stores-main-container {
	height: auto;
	background-image: url(images/stores/stores_banner.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment:fixed;
	
	}
	
.stores-row {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	width: 80%;
	float: none;
	font-family: aller;
	margin-top:120px;
	margin-bottom:60px;
	background-color: rgba(0,0,0,0.7);
	color:#FFFFFF;
	
	}
	
.stores-col h2 {
	font-family:arvo;		
	
	}
	
h3.stores_subhead {
	width:100%;
	font-family:aller;
	padding:1% 0;
	background-color:rgba(255,149,1,0.8);
	display:block;
	margin:20px 0px;
	font-size:18px;
	}	
	
.stores_loc {
	width: 96%;
	height: 350px;
	margin: 0 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:10px solid #f4f4f4;
}	

.address_box {
	width:100%;
	float:left;
	height:auto;
	
	}
.address_box h3 {
	
	font-size:18px;
	font-family:assimilate;
	letter-spacing:1px;
	
	}
.address_box p {

	font-size:16px;
	font-family:aller;
	padding:0 1%;
}

.store-address-seperator {
	width: 30%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: rgba(255,255,255,1);
	margin-left: 35%;
	float:left;
	}
	


/*End of Stores page rules*/

/*Start of Contact page rules*/

.contact_banner_image {
	height: 500px;
	background-image: url(images/contact/contact_banner.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	margin-top:80px;
	
	}
	
	
	
@media only screen and (max-width: 991px) { 

.contact_banner_image {
	height: 400px;	
	}	

}

@media only screen and (max-width: 480px) {
	
.contact_banner_image {
	margin-top:60px;	
}

}

.contact-details {
    background-color: #f4f4f4;	
	font-family: aller;
	font-size:15px;
	}
	
.contact-details h2 {
	font-family: arvo;
	}	

.contact-details a {
	color: #b16700;
	text-decoration: none;	
	}				
	
.contact-details strong {
	font-size: 18px;
}

.contact_sitemap h2 {
	font-family: arvo;
	text-align: center;
	color: #333333;
}
.sitemap_loc {
	width: 96%;
	height: 330px;
	box-sizing: border-box;
	border: 10px solid #f4f4f4;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}


	
/*End of Stores page rules*/

/*Start of Menu page rules*/

.menu_banner_image {
	height: 200px;
	background-image: url(images/menu/menu_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin-top: 80px;
	background-position: 0px -40px;
	}
	
.menu_page_heading {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	display:block;
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 60px;
	float:left;
	margin: 70px 0px;
	color: #ff9501;
	font-family: oswald;
	text-align: center;	
	}
	
@media only screen and (max-width: 991px) { 


.menu_banner_image {
	
	background-position: 0px;
}
	
.menu_page_heading {	
	margin: 60px 0;	
	}	

}

@media only screen and (max-width: 480px) {
	
.menu_banner_image {
	margin-top:60px;
	height: 150px;	
	
}

.menu_page_heading {
	
	font-size: 28px;
	letter-spacing: 4px;
	line-height: 40px;
	float:left;
	margin: 40px 0;
	color: #ff9501;
	font-family: oswald;
	text-align: center;	
	}
	

}

h3.menu_heading {
	width: 100%;
	text-align: center;
	font-family: arvo;
	color: #333333;
	letter-spacing: 2px;
	padding: 10px 0px;
	font-size: 24px;
	background-color: #EDF0D5;
	display: block;
	font-weight: bold;
	}
	
a.image_box {
	width: 100%;
	height: 140px;
	float:left;
	
	}
	
a.image_box img {
	width: 100%;
	transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	}
	
@media only screen and (min-width: 992px) {		
	
a.image_box {
	height: 160px;
		}	
	
}
	
a.name_box {
	margin-left: 5%;
	margin-top: 10px;
	width: 90%;
	height: 35px;
	float: left;
	color: #ffffff;
	font-family: aller;
	text-decoration: none;
	font-size: 20px;
	line-height: 35px;
	background-color: #a3b339;
	display: block;
	float: left;
	border-radius: 20px 0px;
	transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	
	}
	
a.name_box:hover, a.name_box.current {
	background-color:#FF9501;	
	}	
	

	
a.image_box:hover img {
	width: 95%;
	}
	
h3.light-orange {
	background-color: #FFEACC;
	}	
	
.menu-page-container {
	margin:30px 0px; 
	}	
	
	
/*End of Menu page rules*/

/*Start of Menu Inside page rules*/	

.menu_inside_banner_image {
	height: 280px;
	background-image:url(images/menu_inside/menuinsidepage_shawarma.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin-top: 80px;
	background-position: 0px -300px;
	}
	
@media only screen and (max-width: 991px) { 


.menu_inside_banner_image {
	
	background-position: 0px;
}
	
}

@media only screen and (max-width: 480px) {
	
.menu_inside_banner_image {
	margin-top:60px;
	height: 200px;	
	
}	

}


.inside_menu_heading {
	width: 100%;
	text-align: center;
	font-family: arvo;
	color: #333333;
	letter-spacing: 2px;
	font-size: 20px;
	/*background-color: #EDF0D5;*/
	display: block;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
	

.insidemenu_page_heading {
	font-family: arvo;
	color: #ff9501;
	font-size: 32px;
	line-height: 32px;
	padding: 1% 0;
	
	}
	
.light-grey {	
	background-color: #E6E6E6;
	}

	
.insidemenu_page_heading_sub {
	font-family: arvo;
	color: #333333;
	font-size: 20px;
		
	}	
		
.menu-items-col	{
	background-color: #FFFFFF;
	margin-bottom:30px;
	}

	
.menu-list {
	font-family: aller;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
	list-style-type: none;
	line-height: 30px;
	padding:0px;

}

.menu-list-price {
	font-family: aller;
	font-size: 13px;
	color: #000000;
	margin-top: 20px;
	list-style-type: none;
	line-height:30px;
}
	


.menu-items-col .table tr td {
	border-top: none;
}

.green-veg {	
	background-color:#a3b339;
	display:block;
	width:15px;
	height:28px;
	float:left;
	border-bottom-right-radius:10px;
	position:absolute;
	left:0px;
	}
	
.red-nonveg {
	background-color:#ff0000;
	display:block;
	width:15px;
	height:28px;
	float:left;
	border-bottom-right-radius:10px;
	position:absolute;
	left:0px;
	}
	
.menulist_section_title {
	width: 60%;
	float: left;
	text-align: center;
	font-family: arvo;
	font-weight: bold;
	font-size: 20px;
	background-color: #e8e8e8;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20%;
	position:relative;
	}

.gallery-head-links {
	margin-top: 20px;
	
}

.gallery-head-links a {
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	font-family: raleway;
	line-height: 35px;
	font-weight: bold;
	color: #3C3C3C;
	border: 1px solid #3C3C3C;
	margin: 5px;
	padding: 0px 25px;
	
	transition:all 0.2s linear 0.05s;
	-webkit-transition:all 0.2s linear 0.05s;
	-o-transition:all 0.2s linear 0.05s;
	-moz-transition:all 0.2s linear 0.05s;
	}
	
.gallery-head-links a:hover, .gallery-head-links a.current {
	border: 1px solid #ff9501;
	color: #ff9501;
	
	}
	
	
a.download-menu-link {
	font-family: aller;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-decoration: none;
	display: inline-block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border: 1px solid #ff9501;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	background-color:#FFFFFF;
}

a.download-menu-link:hover {
	background-color:#ff9501;
	color: #FFFFFF;
	
	}
