/*

Grill Template 
http://www.templatemo.com/preview/templatemo_417_grill 

*/

/*-- Basic --*/
a {
  text-decoration: none;
  color: #f78e21;
}

a:hover {
  text-decoration: none;
  color: #f78e21;
}

.blue {
	color: #09F;
}

.green {
	color: #0A0;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.heading-section {
  text-align: center;
  padding: 100px 0 80px 0;
}

.heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}


/*-- Header --*/
#top-header {
  background-color: #333;
  color: #fff;
}

.home-account a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.logo {
  padding: 20px 0;
}

.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-family: 'Libelsuit';
}

.main-menu li {
  list-style: none;
  display: inline-block;
    padding: 20px 30px;
	margin-right: 20px;
}
.main-menu-border-home {
	border-bottom: solid 8px #00AEF0;
}
.main-menu-border-company {
	border-top: solid 8px #ED008C;
}
.main-menu-border-products {
	border-bottom: solid 8px #FFF200;
}
.main-menu-border-quote {
	border-top: solid 8px #58595B;
}
.current-home {
	background: #00AEF0;
}
.current-home a { color:#FFF !important;}
.current-company {
	background: #ED008C;
}
.current-company a { color:#FFF !important;}
.current-products {
	background: #FFF200;
}
.current-products a { color:#FFF !important;}
.current-quote {
	background: #58595B;
}
.current-quote a { color:#FFF !important;}







.search-box {
  text-align: right;
  margin-top: 33px;
  position: relative;
}

.search-box input {
  margin-top: 0px;
}

.search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.search-box input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}

/*-- End Header --*/





/*-- Nesha style --*/
.color-white-color { color:#fff !important;}
.color-black-color{ color:#000 !important;}
.gap {margin: 18em;}
.gap-small {margin-top: 10%;}
.gap-large {margin: 36em;}
.gap-XL {margin: 56em;}
.bgd-ghrey {
	background: #999;
	opacity: 0.8;
}
.reports {
	background: #F68220;
	text-align: center;
	font-size: 3em;
	line-height: 2em;
}
.books {
	background: #CD6C30;
	text-align: center;
	font-size: 3em;
	line-height: 2em;
}
.brochures {
	background: #F8ABAD;
	text-align: center;
	font-size: 2.7em;
	line-height: 2.2em;
}
.stationery {
	background: #E5AC7F;
	text-align: center;
	font-size: 3em;
	line-height: 2em;
}
.magazines {
	background: #F2AE2C;
	text-align: center;
	font-size: 3em;
	line-height: 2em;
}
.posters {
	background: #F398B8;
	text-align: center;
	font-size: 3em;
	line-height: 2em;
}
.productsLinks a {
	color: #000;
}
.productsLinks a:hover{
	color: #333;
}






.HomeBgd{
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdHome.jpg) no-repeat center center fixed;
	min-height: 900px;
}
.CompanyBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdCompany.jpg) no-repeat center center fixed;
	min-height: 900px;
}
.QuoteBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdQuote.jpg) no-repeat center center fixed;
	min-height: 900px;
}
.UploadsBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdUploads.jpg) no-repeat center center fixed;
	min-height: 900px;
}
.ContactBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdContact.jpg) no-repeat center center fixed;
	min-height: 900px;
}
.color-white {
	color: #fff!important;
}
.color-black {
	color: #000 !important;
}
.h1-font8 {
	font-size: 8em;
}
.color-grey {
	color: #939597;
}
.h2-font6 {
	font-size: 6em;
}
.home-text {
	font-size: 2.2em;
	font-weight: normal;
}
.company-text {
	font-size: 1.4em;
	font-weight: lighter;
	/*background-color: ;
	opacity:0.9;*/
}
.Elkwood {
  font-family: 'Elkwood';
}
.CoolveticaRg {
  font-family: 'CoolveticaRg';
  font-weight: lighter;
}
.companyTxtPos {
	padding-top: 0;
	margin-left: 20%;
}
.catPading {
	margin: 40px 0;
}
/*.color-white::before {
	content: url(../img/logo.png);
	padding-right: 10px;
}*/

/*-- Heading --*/

#heading {
  background-image: url(../images/bg-image.jpg);
  height: 140px;
}

#heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#heading span {
  color: #fff;
  text-transform: uppercase;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

/*-- End Heading --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #f78e21;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #f78e21;
}

/*-- End Timeline --*/




/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #f78e21;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #f78e21;
  text-transform: uppercase;
}

/*-- End Our Team --*/




/*-- Products --*/

#product-heading {
  text-align: center;
  padding: 100px 0 30px 0;
}

#product-heading h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 80px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
}


#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #888;
  padding-left: 15px;
}


#filters span:hover {
  color: #f78e21;
  transition: all 0.3s ease-in;
}

.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #f78e21;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
  color: #777;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: block;
  color: #f78e21
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #f78e21;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #f78e21;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 60px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #f78e21;
}

/*- End Products --*/





/*-- Single Post --*/

.image-post {
  overflow: hidden;
}

.product-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 13px;
  color: #f78e21;
} 

.product-content a {
  font-weight: 700;
  font-size: 13px;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.all-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
  float: left;
  margin-right: 30px;
}

.comment-body {
  background-color: #f3f3f3;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 14px;
  color: #f78e21;
}

.comment-body p {
  margin-top: 20px;
}

.comment-body a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #f78e21;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.replyed-form {
  margin-left: 130px;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

input, textarea, select {
  padding: 10px;
  border: 1px solid #999;
  width: 100%;
  margin-top: 25px;
  font-size: 13px;
  font-style:;
  font-weight: 200;
  color: #333;
  outline: none; 
}
textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%
}
.form label {
  margin-left: 10px;
  color: #333;
}
.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

/*-- End Single Post --*/




/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

/*-- End Contact Us--*/




/*-- Side Bar --*/

.side-bar h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #f78e21;
  margin-top: 0px;
  padding: 9px 15px 9px 15px;
}

.archives-list ul {
  margin-top: 25px !important;
  padding-bottom: 30px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.archives-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.archives-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #f78e21;
  transition: all 0.1s ease-in;
  cursor: pointer;
}
/*-- End Side Bar --*/





/*-- Slider --*/

#slider {
  overflow: hidden;
}
.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 240px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 210px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 210px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption h1 {
  text-shadow: ;
  font-size: 5em;
  padding-bottom: 80px;
  font-weight: 400;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-books h1 {
  text-shadow: ;
  font-size: 5em;
  padding-bottom: 80px;
  font-weight: 400;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-posters h1 {
  text-shadow: ;
  font-size: 5em;
  padding-bottom: 80px;
  font-weight: 400;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption p {
  font-size: 1.4em;
  font-weight: 200;
  color: #6D6E70;
  line-height:1.8em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books p {
  font-size: 1.4em;
  font-weight: 200;
  color: #6D6E70;
  line-height:1.8em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters p {
  font-size: 1.4em;
  font-weight: 200;
  color: #6D6E70;
  line-height:1.8em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #f78e21;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

/*-- End Slider --*/





/*-- Services --*/

.service-item {
  text-align: center;
}

.icon i {
  border-radius: 50%;
  border: 20px solid #f78e21;
  color: #f78e21;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

.service-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}

.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  color: #f78e21;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/*-- End Latest Posts --*/





/*-- Testimonails --*/

.testimonails-content p {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- End Testimonails --*/





/*--Footer--*/

footer {
  background-color: #000;
  border-top: 0px solid #f78e21;
  margin-top: 0px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
  margin-right: 4em;
}

.social-bottom a {
  background-color: #666;
  font-size: 22px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #000;
  border-radius: 50%;
}

.social-bottom a:hover {
  background-color: #f78e21;
  color: #fff;
}

.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.shop-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.shop-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.more-info p {
  padding-bottom: 20px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.more-info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: left;
  padding: 0;
}

/*-- End Footer --*/









/*--- RESPONSIVE ---*/

@media screen and (max-width: 990px) {
.comp-txt-pos {
    padding-left: 20em;
    margin-top: -18.6em;
}
  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }
  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

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

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }
    .main-menu li {
	margin-right: 10px !important;
	padding: 0px !important;
}
.color-white {
	font-size: 2em !important;
}
.color-grey {
	font-size: 1.4em;
}
}
@media screen and (max-width: 568px) {
  .home-account {
    text-align: center;
    display: block;
  }
  .cart-info {
    text-align: center;
    display: block;
  }
  .logo {
    text-align: center;
  }
  .search-box {
    display: none;
  }
  .content-hide p {
    display: none;
  }
  .slider-caption {
    display: ;
  }
  .service-item {
    margin-top: 40px;
  }
  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }
  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }
  .team-thumb {
    margin-top: 30px;
  }
  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }
  .send-message input {
    margin-top: 20px;
  }
  .info {
    margin-top: 60px;
    text-align: center;
  }
  .logo {
    padding-bottom: 60px;
  }
  .main-menu li {
    display: block;
    margin-top: 0px;
    margin-right: -35px;
  }
  #heading-section img {
    display: none;
  }
  .divide-line img {
    display: none;
  }
  .top-footer {
    display: none;
  }
}

/*@media screen and (max-width: 1000px) {
  .slider-caption {
    display: none;
  }
  .main-menu li {
	margin-right: 10px !important;
	padding: 0px !important;
}
}*/

@media screen and (max-width: 668px) {   /*===== 640x320 =====*/
  .heading-section img {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
  .main-menu a {
  font-weight: normal !important;
  font-size: 18px !important;
  margin: 6px !important;
}
  .main-menu li {
    display: block;
    margin-top: 0px;
    margin-right: -35px;
}
.reports {
	font-size: 1.4em;
	line-height: 2.9em;
}
.books {
	font-size: 1.4em;
	line-height: 2.9em;
}
.brochures {
	font-size: 0.9em;
	line-height: 4.45em !important;
}
.stationery {
	font-size: 1.4em;
	line-height: 2.9em;
}
.magazines {
	font-size: 1.4em;
	line-height: 2.9em;
}
.posters {
	font-size: 3em;
	line-height: 2em;
}
.logoResize {
	width: 10% !important;
	height: 10% !important;	
}
.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 50px !important;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-brochures {
  margin-top: 70px !important;
}
.slider-caption-books {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 50px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 50px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption h1 {
  text-shadow: ;
  font-size: 2em;
  padding-bottom: 16px;
  font-weight: 100;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-books h1 {
  text-shadow: ;
  font-size: 2em;
  padding-bottom: 16px;
  font-weight: 100;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-posters h1 {
  text-shadow: ;
  font-size: 2em;
  padding-bottom: 16px;
  font-weight: 100;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption p {
  font-size: 0.7em;
  color: #6D6E70;
  line-height:1.1em;
  padding-right: 50px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books p {
  font-size: 0.7em;
  color: #6D6E70;
  line-height:1em;
  padding-right: 50px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters p {
  font-size: 0.7em;
  color: #6D6E70;
  line-height:1em;
  padding-right: 50px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}

.home-text {
	font-size: 0.8em !important;
	font-weight: normal !important;
}
.ontime {
	color: #00AEF0;
	font-size: 2.2em !important;
	padding-top: 0.2em;
}
.ontime small {
	padding-left: 4.8em;
	font-size: 0.4em;
}
.great {
	color: #ED008C;
	font-size: 2.2em !important;
	padding-top: 0.2em;
}
.great small {
	padding-left: 3.1em;
	font-size: 0.4em;
}
.fantastic {
	color: #FFF200;
	font-size: 2.2em !important;
	padding-top: 0.2em;
}
.fantastic small {
	font-size: 0.4em;
}
.company-text {
	font-size: 1em;
	font-weight: normal;
}
}
@media screen and (min-width: 995px) {
  .hover-iner span {
  margin-top: 160px;
  }
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 320px) {
  .heading-section img {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
.CompanyBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdCompany480.jpg) no-repeat center center fixed;
	min-height: 278px;
}
.UploadsBgd {
	background: none #fff !important;
	min-height: 278px;
}
}
@media (min-width: 1281px) and (max-width: 1440px) {
.CompanyBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdCompany1440.jpg) no-repeat top center fixed;
	min-height: 450px;
}	
}



@media (min-width: 1025px) and (max-width: 1280px) {
	.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 50px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
	.slider-caption-books {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 40px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
	.slider-caption-posters {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 40px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption h1 {
  text-shadow: ;
  font-size: 2.6em;
  padding-bottom: 10px;
  font-weight: 400;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-books h1 {
  text-shadow: ;
  font-size: 2.6em;
  padding-bottom: 0px;
  font-weight: 400;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-posters h1 {
  text-shadow: ;
  font-size: 2.6em;
  padding-bottom: 0px;
  font-weight: 400;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption p {
  font-size: 1em;
  font-weight: 100;
  color: #6D6E70;
  line-height:1.5em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books p {
  font-size: 0.9em;
  font-weight: 100;
  color: #6D6E70;
  line-height:1.5em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters p {
  font-size: 1em;
  font-weight: 100;
  color: #6D6E70;
  line-height:1.4em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
  .main-menu li {
	margin-right: 40px !important;
	padding: 0px !important;
}
.HomeBgd{
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdHome1024.jpg) no-repeat center center fixed;
	min-height: 550px;
}
.CompanyBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdCompany1280.jpg) no-repeat top center fixed;
	min-height: 450px;
}
.ContactBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdContact1024.jpg) no-repeat center center fixed;
	min-height: 550px;
}
.QuoteBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdQuote1024.jpg) no-repeat center center fixed;
	min-height: 450px;
}
.UploadsBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdUploads1024.jpg) no-repeat center center fixed;
	min-height: 450px;
}
#uploadsHeading {
	margin-top: 30px;
}
#quoteHeading {
	margin-top: 30px;
}
#contactHeading {
	margin-top: 30px;
}
#hide { display:none;}
.color-white {
	font-size: 4em !important;
}
.color-grey {
	font-size: 3em;
}
.h1-font8 {
	font-size: 4em;
}
.h2-font6 {
	font-size: 3em;
}
.home-text {
	font-size: 1em;
	font-weight: 200;
}
.company-text {
	font-size: 1.1em;
	font-weight: 100;
}
.companyTxtPos {
	padding-top: 35%;
	margin-left: 10%;
}
.gap-XL {
	display: none;
}
}
@media (min-width: 801px) and (max-width: 1024px) {
	.companyTxtPos {
	padding-top: 30%;
	margin-left: 10%;
}
  .main-menu li {
	margin-right: 20px !important;
	padding: 0px !important;
}
.company-text {
	font-size: 1em;
	font-weight: normal;
}
.ontime {
	color: #00AEF0;
	font-size: 4em !important;
	padding-top: 0.2em;
}
.ontime small {
	padding-left: 4.8em;
	font-size: 0.4em;
}
.great {
	color: #ED008C;
	font-size: 4em !important;
	padding-top: 0.2em;
}
.great small {
	padding-left: 3.1em;
	font-size: 0.4em;
}
.fantastic {
	color: #FFF200;
	font-size: 4em !important;
	padding-top: 0.2em;
}
.fantastic small {
	font-size: 0.4em;
}
.CompanyBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdCompany1024.jpg) no-repeat center center fixed;
	min-height: 345px;
}
}
@media (min-width: 669px) and (max-width: 800px) {   /*==== 800x480 ====*/
.reports {
	font-size: 1.4em;
	line-height: 2.9em;
}
.books {
	font-size: 1.4em;
	line-height: 2.9em;
}
.brochures {
	font-size: 1.2em;
	line-height: 3.35em !important;
}
.stationery {
	font-size: 1.4em;
	line-height: 2.9em;
}
.magazines {
	font-size: 1.4em;
	line-height: 2.9em;
}
.posters {
	font-size: 3em;
	line-height: 2em;
}
.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 76px !important;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 76px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 76px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption h1 {
  text-shadow: ;
  font-size: 2.6em;
  padding-bottom: 28px;
  font-weight: 300;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-books h1 {
  text-shadow: ;
  font-size: 2.6em;
  padding-bottom: 16px;
  font-weight: 300;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-posters h1 {
  text-shadow: ;
  font-size: 2.6em;
  padding-bottom: 16px;
  font-weight: 300;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption p {
  font-size: 0.8em;
  color: #6D6E70;
  line-height:1.1em;
  padding-right: 50px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books p {
  font-size: 0.8em;
  color: #6D6E70;
  line-height:1.1em;
  padding-right: 50px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters p {
  font-size: 0.8em;
  color: #6D6E70;
  line-height:1.1em;
  padding-right: 50px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.main-menu li {
	margin-right: 0px !important;
	padding: 0px !important;
}	/**/
.ontime {
	font-size: 3.6em !important;
}
.great {
	font-size: 3.6em !important;
}
.fantastic {
	font-size: 3.6em !important;
}
.home-text {
	font-size: 1.2em !important;
	font-weight: normal !important;
}
.company-text {
	font-size: 1em;
	line-height: 1.22em;
	opacity: 0.6;
	color: #000;
	display: block;
}
.companyTxtPos {
	padding-top: 5%;
	margin-left: 40%;
}
.gap-XL {
	display: none;
}
.CompanyBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdCompany800.jpg) no-repeat center center fixed;
	min-height: 345px;
}
.HomeBgd{
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdHome800.jpg) no-repeat center center fixed;
	min-height: 345px;
}
.ContactBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdContact800.jpg) no-repeat center center fixed;
	min-height: 345px;
}
.QuoteBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdQuote800.jpg) no-repeat center center fixed;
	min-height: 345px;
}
.UploadsBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdUploads800.jpg) no-repeat center center fixed;
	min-height: 345px;
}
}



@media (min-width: 320px) and (max-width: 480px) {
.CompanyBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdCompany480.jpg) no-repeat center center fixed;
	min-height: 227px;
}
.ContactBgd {
	background: none #fff !important;
	min-height: 278px;
}
.UploadsBgd {
	background: none #fff !important;
	min-height: 278px;
}
.company-text {
	font-size: 0.9em;
	background-color: #CCC;
	display: inline-block;
	line-height: 14px;
	opacity: 0.7;
	color: #000;
	font-weight: lighter;
}
.companyTxtPos {
	padding-top: 1%;
	margin-left: 40%;
}
.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -10px;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -10px;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -10px;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption h1 {
	display: none;
}
.slider-caption-books h1 {
	display: none;
}
.slider-caption-posters h1 {
	display: none;
}
.slider-caption p {
  margin: 10px;
  font-size: 0.9em;
  color: #6D6E70;
  line-height:1em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books p {
  margin: 10px;
  font-size: 0.8em;
  color: #6D6E70;
  line-height:1em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters p {
  margin: 10px;
  font-size: 0.8em;
  color: #6D6E70;
  line-height:1em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption p span {
	background-color: #333;
	opacity: 0.6;
	padding: 2px;
    line-height:1.4em;
}
.slider-caption-books p span {
	background-color: #fff;
	opacity: 0.6;
	padding: 2px;
    line-height:1.3em;
}
}
@media (min-width: 1600px) and (max-width: 1919px) {
	.companyTxtPos {
	padding-top: 10%;
	margin-left: 10%;
}
.reports {
	font-size: 1.4em;
	line-height: 2.9em;
}
.books {
	font-size: 1.4em;
	line-height: 2.9em;
}
.brochures {
	font-size: 1.2em;
	line-height: 3.35em !important;
}
.stationery {
	font-size: 1.4em;
	line-height: 2.9em;
}
.magazines {
	font-size: 1.4em;
	line-height: 2.9em;
}
.posters {
	font-size: 3em;
	line-height: 2em;
}
.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 180px !important;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 180px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 160px;
  color: #fff;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption h1 {
  text-shadow: ;
  font-size: 4em;
  padding-bottom: 60px;
  font-weight: 300;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-books h1 {
  text-shadow: ;
  font-size: 4em;
  padding-bottom: 50px;
  font-weight: 300;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-posters h1 {
  text-shadow: ;
  font-size: 4em;
  padding-bottom: 60px;
  font-weight: 300;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption p {
  font-size: 1.4em;
  color: #6D6E70;
  line-height:1.4em;
  padding-right: 50px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books p {
  font-size: 1.4em;
  color: #6D6E70;
  line-height:1.4em;
  padding-right: 50px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters p {
  font-size: 1.4em;
  color: #6D6E70;
  line-height:1.4em;
  padding-right: 50px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
}

@media (min-width: 1280px) and (max-width: 1599px) {
.ContactBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdContact1600.jpg) no-repeat center center fixed;
	min-height: 750px;
}
.UploadsBgd {
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background: url(../img/bgdUploads1600.jpg) no-repeat center center fixed;
	min-height: 750px;
}
.companyTxtPos {
	padding-top: 35%;
	margin-left: 10%;
}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 140px;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 140px;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 140px;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption h1 {
  text-shadow: ;
  font-size: 4em;
  padding-bottom: 80px;
  font-weight: 200;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-books h1 {
  text-shadow: ;
  font-size: 4em;
  padding-bottom: 60px;
  font-weight: 300;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption-posters h1 {
  text-shadow: ;
  font-size: 4em;
  padding-bottom: 60px;
  font-weight: 300;
  color: #6D6E70;
  text-transform: ;
}
.slider-caption p {
  font-size: 1.2em;
  color: #6D6E70;
  line-height:1.4em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-books p {
  margin: 10px;
  font-size: 1.3em;
  color: #6D6E70;
  line-height:1.5em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
.slider-caption-posters p {
  margin: 10px;
  font-size: 1.3em;
  color: #6D6E70;
  line-height:1.5em;
  padding-right: 60px;
  text-align: justify;
  font-family: 'CoolveticaRg', sans-serif;
}
}
/*--- END RESPONSIVE ---*/





.bgimage {
background: url(../img/bgdCompany1.jpg) top no-repeat;
background-size: 100%;
}
.bgimageHome {
	background: url(../img/bgdHome.jpg) top no-repeat;
	background-size: 100%;

}
.bgimage-inside {
padding-top: 0%; /* this is actually (426/1140)*100 */
}
.comp-txt-pos {
	padding-left: 14em;
	margin-top: -14em;
}






.ontime {
	color: #00AEF0;
	font-size: 6em;
	padding-top: 0.2em;
}
.ontime small {
	padding-left: 4.8em;
	font-size: 0.4em;
}
.great {
	color: #ED008C;
	font-size: 6em;
	padding-top: 0.2em;
}
.great small {
	padding-left: 3.1em;
	font-size: 0.4em;
}
.fantastic {
	color: #FFF200;
	font-size: 6em;
	padding-top: 0.2em;
}
.fantastic small {
	font-size: 0.4em;
}











.main-menu a {
  font-weight: 100;
  font-size: 32px;
  color: #444;
  text-transform: uppercase;
  margin: 12px;
  color: #fff;
}

.main-menu a:hover {
  color: #f78e21;
}




a.menu-link {
  display: block;
  padding: 0.3em;
}

nav[role=navigation] {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.js nav[role=navigation] {
  overflow: hidden;
  max-height: 0;
}

nav[role=navigation].active {
  max-height: 100%;
}

nav[role=navigation] ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #808080;
}

nav[role=navigation] li a {
  display: block;
  padding: 0.09em;
  border-bottom: 1px solid #808080;
}

@media screen and (min-width: 48.25em) {
  a.menu-link {
    display: none;
  }
  .js nav[role=navigation] {
    max-height: none;
  }
  nav[role=navigation] ul {
    margin: 0 0 0 -0.25em;
    border: 0;
  }
  nav[role=navigation] li {
    display: inline-block;
    margin: 0 0.25em;
  }
  nav[role=navigation] li a {
    border: 0;
  }
}