html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
h1 {
text-align:center;
font-family: "arial","sans-serif";
font-size:1.2em;
color:#333;
text-transform:uppercase;
margin-bottom:10px;
}
/*end reset*/
* {
  box-sizing: border-box;
}
@font-face {
    font-family: "arial","sans-serif";
    src:url(../font/Amble-Regular-webfont.ttf) format('truetype');
	
	font-display: swap;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}
.wrap {
	width:100%;
	margin: 0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
#header{
	padding:5px 1px 3px 3px;
	/*background:#333;*/
	text-align:center;
	}
.headertop_desc{
	padding:10px 0;
	background:#222;
	border-bottom:1px solid #EEE;
}
.soctop i {
  font-size: 1.7em;
  padding-left: 0.7em;
  width: 9em;
  display: inline;
  color: #333;
  padding-top:4px;
	}
.account_desc{
	text-align:center;
}
.account_desc li{
	display:inline;
	border-left:2px ridge #3D3B3B;
}
.account_desc li:first-child{
	border:none;
}
.account_desc li a{
	font-size:0.8em;
	color:#9C9C9C;
	padding:0 2px;
	font-family: "arial","sans-serif";
	 -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;
}
.account_desc li a:hover{
	color:#FFF;
}
.logo {
	float:left;
}
.header_top_right{
	float:right;
	padding:5px 0;
}
/* search */
.right_bt{
	float:right;
	border: 1px solid #E7E7E7;
	padding:7px 10px;
}
.right_bt img {
	vertical-align:middle;
}
.box{
	position:absolute;
	top:-200px;
	width:90%;
	color:#7F7F7F;
	margin:auto;
	padding:0px;
	z-index:999999;
	text-align:center;
	left:0px;
 }
.box_content_center{
	background-color:#222;
	color:#FFFFFF;
 }
a.boxclose{
	cursor:pointer;
	padding:5px 0px; 
	text-align:center;
    display:block; 
    float:right;      
 }
.form_content{
	padding:10px 15px 10px 15px; 
	text-align:left;
 }
.search_box {
	border: 1px solid #D2D2D2;
	position: relative;
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:0.85em;
	color: #acacac;
	font-family: "arial","sans-serif";
	width:85%;
	padding:5px;
	line-height:1.6em;
    -webkit-apperance:none;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 12px;
	position: absolute;
	right: 0;
	width: 25px;
	height:32px;
	-webkit-apperance:none;
}
/**** Cart ****/
.cart{
	float:right;
	padding:5px 10px;
	border: 1px solid #E7E7E7;
	font-family: "arial","sans-serif";
	margin-left:10px;
}
.wrapper-dropdown-3 img{
	vertical-align:middle;
}
/*-----Header Nav----*/
.wrapper-dropdown-3 {
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    outline: none;
    -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;
}
.wrapper-dropdown-3 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    right:-10px;
    width:265px;
    /* Styles */
    background:#FFF;
    border:1px solid #CCC;
    -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;
    /* Hiding */
    max-height: 0;
    overflow: hidden;
    margin-top:7px;
    opacity: 0;
	pointer-events: none;
}
.wrapper-dropdown-3 .dropdown li{
    display: block;
    text-decoration: none;
    color: #333;
    font-size:0.8em;
    padding: 10px;
    -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;
}
.wrapper-dropdown-3.active .dropdown {
    max-height: 400px;
    opacity: 1;
	pointer-events: auto;
}
   /**** End Cart ****/
.header_slide{
	margin-top:10px;
}
.categories{
	border:1px solid #EEE;
	margin-bottom:10px;
}
.categories p{
	font-size:1em;
	color:#FFF;
	padding:5px 10px;
	background:#FC7D01;
	text-transform:uppercase;
	font-family: "arial","sans-serif";
	cursor:pointer;	
}
.categories li a{
	display:block;
	font-size:0.85em;
	padding:9px 15px;
    color: #9C9C9C;
    font-family: "arial","sans-serif";
    margin:0 20px;
    background:url(../images/drop_arrow.png) no-repeat 0;
    border-bottom: 1px solid #F1F1F1;
    text-transform:uppercase;	
}
.categories li:last-child a{
	border:none;
}
.categories li a:hover{
	color:#FC7D01;
}
.plusminus{
	float:right;
	color:#FFF;
}
/***** Content *****/
.content {
	background: #FFF;
}
.content_top{
	padding:5px 10px;
	border: 1px solid #EBE8E8;
	width:100%;
}
.content_bottom {
	padding:5px 10px;
	border: 1px solid #EBE8E8;
	margin-top:2.5%;
}
.heading h3 {
	font-family: "arial","sans-serif";
	font-size:1em;
	color:#333;
	text-transform: uppercase;
}
/**** Grid 1_0f_2 ****/
.grid_1_of_2{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	/*box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-o-box-shadow: 0px 0px 3px rgb(150, 150, 150);*/
}
.grid_1_of_2:first-child {
	 margin-left: 0;
} 
.images_1_of_2 {
	width: 47%;
	padding:1%;
	text-align: center;
	position: relative;
}
.images_1_of_2  img {
	aspect-ratio: auto 200 / 200;
	max-width:100%;
}
.images_1_of_2  h2  a{
	color:#333;
	font-family:"arial","sans-serif";
	font-weight:500;
	font-size:0.9em;
	padding-top:2px;
}
.images_1_of_2  p{
	font-size: 0.8125em;
	padding:2px 0;
	color: #333;
}
.images_1_of_2  p span.price {
	font-family: "arial","sans-serif";
	color:#CC3636;
}
.price-details p span.rupees{
	font-size:1.2em;
	font-weight: bold;
	font-family: "arial","sans-serif";
	color:#383838;
}
.add-cart{	
	display: inline-block;
}
.add-cart h4 a{
	font-size:0.8em;
	display: block;
	padding:5px 10px;
	font-family: "arial","sans-serif";
	background:#1565C0;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.add-cart h4 a:hover{
	  text-shadow: 0px 0px 1px #000;
	  background:#292929;
}
/*** Footer ***/
.footer {
	position: relative;
	background: #FCFCFC;
    border-top: 1px solid #CECECE;
    margin:10px auto;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.image-slider {
  width: 100%;
}
.image-slider3 {
  max-width: 350px;
  display: inline-block;
}
.frame {
	max-width: 1200px;
	}
@media screen and (max-width: 600px) {
  .image-slider {
    width: 100%;
  }
  .image-slider3 {
    width: 100%;
  }
  .section {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin:10px 0;
}
.col_1_of_4:first-child {
	margin-left: 0;
}/* all browsers except IE6 and lower */
.span_1_of_4 {
	width:100%;
	padding:0;
	border-left:1px solid #CECECE;
}
.span_1_of_4  h4 {
	color:#4F4F4F;
	margin-bottom: .5em;
	font-size: 1.2em;
	font-family: "arial","sans-serif";
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 0.5em;
	padding-left:20px;
}
.span_1_of_4 ul{
	padding-left:20px;
}
.span_1_of_4  li a {
	/*font-size: 0.8125em;*/
	font-size: 1em;
	line-height:50px;
	padding: 10px 0 10px;
	color:#333;
	font-family: "arial","sans-serif";
	display: block;
}
.span_1_of_4  li span{
	font-size:1em;
	font-family: "arial","sans-serif";
	color:#2A5C86;
	cursor:pointer;
	margin:10px 0;
	display:block;
}
.span_1_of_4  li a:hover, .span_1_of_4  li span:hover {
	color:#FC7D01;
}
/*** Social Icons ***/
.social-icons {
	padding-top:5%;
}
.social-icons li {
	padding: 0px 5px 0 5px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	background:#222;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.social-icons li:hover {
	background:#000;
}
.social-icons li a img{
	vertical-align:middle;
}
.copy_right {
	text-align: center;
	border-top: 1px solid #EEE;
	padding: 10px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.copy_right p {
	font-size:0.823em;
	color: #747474;
	line-height:1.6em;
}
.copy_right p a {
	color:#FC7D01;
	font-family: "arial","sans-serif";
	text-decoration: underline;
}
.copy_right p a:hover {
	color:#222;
	text-decoration: none;
}
/*  Preview  ============================================================================= */
.back-links {
	float: left;
}
.back-links p {
	font-size: 0.8125em;
	color: #333;
}
.back-links p a {
	font-size: 0.9em;
	padding: 0 1.3%;
	color: #333;
	font-family: "arial","sans-serif";
}
.back-links p a:hover, .back-links p a.active {
	color:#FC7D01;
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5%;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.cont-desc {
	display: block;
	float: left;
	clear: both;
}
.rightsidebar {
	display: block;
	float: left;
	margin:0;
}
.cont-desc:first-child {
	margin-left: 0;
}
.desc {
	display: block;
	float: left;
	margin:10px 0;
}
.product-details{
	margin:10px 0;
}
.span_1_of_2 {
	width:94%;
	padding:3%;
}
.images_3_of_2 {
	width:100%;
	float: left;
	text-align: center;
}
.span_3_of_2 {
	width:100%;
}
.span_3_of_1 {
	width:94%;
	padding:3%;
}
.images_3_of_2  img {
	max-width: 100%;
	display:block;
	border: 1px solid #DFDFDF;
}
.span_3_of_2  h2 {
	font-family: "arial","sans-serif";
	font-size: 1.2em;
	color:#FC7D01;
	font-weight: normal;
	margin-top: 0px;
	text-transform: uppercase;
}
.span_3_of_2  p{
	font-size: 0.8125em;
	padding: 0.3em 0;
	color: #969696;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.price p {
	font-size: 0.85em;
	padding:10px 0;
	color: #666;
	vertical-align: top;
}
.price p span {
	font-size:2em;
	font-family: "arial","sans-serif";
	color:#FC7D01;
}
.available {
	padding: 10px 0;
	border-top: 1px solid #EBEBEB;
}
.available li span{
	font-size:0.85em;
	color: #333;
	font-family: "arial","sans-serif";
}
.available li {
	display:block;
	color:#707070;
	font-size:1em;
	padding:5px 0;
}
.share-desc{
	margin-bottom:15px;
}
.share{
	float:left;
}
.share p {
	padding-top:10px;
	font-size:0.85em;
	color: #333;
	display:inline;
	font-family: "arial","sans-serif";
}
.text_box{
	 display:inline;
	 width:35px;
	 padding:3px 5px;
	 outline:none;
	 margin-left:5px;
	 font-size:1em;
	 color:#444;
	 border:1px solid #EEE;
	-webkit-apperance:none;
}
.wish-list{
	padding:15px 0;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.wish-list li{
	display:inline-block;
	margin-right:15px;
}
.wish-list li a{
	color: #383838;
	font-size:0.85em;
	font-family: "arial","sans-serif";
	padding-left:22px;
	text-decoration: underline;
}
.wish-list li a:hover {
	color:#FC7D01;
}
.wish-list li.wish{
	background:url(../images/wishlist.png) no-repeat 0;
}
.wish-list li.compare{
	background:url(../images/compare.png) no-repeat 0;
	margin-right:0;
}
.product_desc h2{
	font-size:1.2em;
	color: #333;
	font-family: "arial","sans-serif";
}
.product_desc p{
	font-size: 0.85em;
	padding:5px 0;
	color: #969696;
	line-height: 1.8em;
}
.span_3_of_2 .button {
	float: right;
}
.span_3_of_2 .button a {
	font-size:0.85em;
	display: block;
	padding:8px 10px;
	font-family: "arial","sans-serif";
	background:#FC7D01;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.span_3_of_2 .button a:hover {
	 text-shadow: 0px 0px 1px #000;
	  background:#292929;
}
.sidebar h2{
	padding:8px 10px;
	border: 1px solid #EBE8E8;
	font-family: "arial","sans-serif";
	font-size:1.2em;
	color:#FC7D01;
	text-transform: uppercase;
}
.special_movies{
	border: 1px solid #ECE9E9;
	margin-top:10px;	
}
.movie_poster{
	float:left;
	width:40%;
}
.movie_poster img{
	display:block;
	max-width:100%;
}
.movie_desc{
	float:left;
	width:50%;
	margin-left:2%;
	padding:10px;
}
.movie_desc h3 a{
	color: #888;
	font-family: "arial","sans-serif";
	font-size:1.2em;
}
.movie_desc p{
	font-size:1em;
	font-family: "arial","sans-serif";
	color:#383838;
	padding:8px 0;
}
.movie_desc p span{
	text-decoration:line-through;
	color:#888;
}
.movie_desc span a{
	font-size:0.8em;
	display:inline-block;
	padding:6px 10px;
	font-family: "arial","sans-serif";
	background:#FC7D01;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.movie_desc span a:hover{
	 text-shadow: 0px 0px 1px #000;
	  background:#292929;
}
/**** End Preview Page ******/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.col {
	display: block;
	float: left;
	margin:2% 0;
}
.col:first-child {
	margin-left: 0;
}
.span_2_of_3 {
	width:94%;
	padding:3%;
}
.span_1_of_3 {
	width:94%;
	padding:3%;
}
.span_2_of_3  h2, .span_1_of_3  h2 {
	font-family: "arial","sans-serif";
	font-size:1.2em;
	color:#333;
	text-transform:uppercase;
	margin-bottom:10px;
}
.contact-form {
	position: relative;
	padding-bottom:20px;
}
.contact-form div {
	padding: 5px 0;
}
.contact-form span {
	display: block;
	font-size: 0.8125em;
	color: #757575;
	padding-bottom: 5px;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"], .contact-form textarea {
	padding: 8px;
	display: block;
	width:93%;
	background:none;
	border:1px solid #CACACA;
	outline: none;
	color: #464646;
	font-size:1em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
}
.contact-form textarea {
	resize: none;
	height:120px;
}
.mybutton {
	font-size:1em;
	padding:10px 25px;
	font-family: "arial","sans-serif";
	background:#FC7D01;
	text-transform:uppercase;
	color: #FFF;
	border:none;
	text-decoration: none;
	outline: 0;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	right: 0;
	-webkit-apperance:none;
}
.mybutton:hover {
	text-shadow: 0px 0px 1px #000;
	background: #292929;
}
.company_address p,.company_address p span a{
	font-size: 0.85em;
	color: #757575;
	padding:5px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.company_address p span a{
	text-decoration: underline;
	color: #444;
	cursor: pointer;
}
.company_address p span a:hover{
	text-decoration:none;
}
.map {
	margin-bottom: 15px;
}
.visitor {
  border-top: solid #c7c7c7 1px;
    background-color: #FFFFFF;
}
.visitor p {
  font-size: 0.8125em;
  line-height: 2em;
  font-weight: 600; 
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  color: #333;
  font-family: verdana, arial, helvetica, helve, sans-serif;
}
.visitor a {
  color: #0066c0;
}
/*search*/
.form-wrapper {
	min-width: 220px
	width: 100%;
	padding: 2px;
	overflow: hidden;
}
.form-wrapper #search {
	width: 78%;
	padding: 10px 5px;
	float: left;    
	font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;      
}
.form-wrapper #search:focus {
	outline: 0; 
	border-color: #aaa;
}
.form-wrapper #search::-webkit-input-placeholder {
   color: #333;
   font-weight: normal;
}
.form-wrapper #search:-moz-placeholder {
	color: #333;
	font-weight: normal;
}
.form-wrapper #search:-ms-input-placeholder {
        color: #333;
        font-weight: normal;
} 
.form-wrapper #submit { 
	/*margin-left: 2%;   */
	float: right;
	border: 1px solid #00748f;
	height: 42px;
	width: 20%;
	padding: 0;
	cursor: pointer;
	font: bold 15px Arial, Helvetica;
	color: #fafafa;
	text-transform: uppercase;    
  background-color: #333;
  background-image: -moz-linear-gradient(center top, #333, #5E6974);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#5E6974));
  background-image: -webkit-linear-gradient(top, #333, #262F39);
  background-image: -o-linear-gradient(top, #333, #262F39);
  background-image: linear-gradient(to bottom, #333, #262F39);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;      
}
  
.form-wrapper #submit:hover,
.form-wrapper #submit:focus {		
	background-color: #31b2c3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
	background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
	background-image: linear-gradient(top, #0483a0, #31b2c3);
}	
  
.form-wrapper #submit:active {
	outline: 0;    
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
}
  
.form-wrapper #submit::-moz-focus-inner {
	border: 0;
}
/* Clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
nav ul {
  padding: 0;
  margin: 0 auto;
  display: none;
  background: rgb(255, 255, 255);
  font-family: "arial","sans-serif";
}
nav li {
  display: block;
}
nav a {
  color: #5b5b5b;
  display: block;
  width: 100%;
  text-indent: 10px;
  text-align: left;
  text-decoration: none;
  line-height: 40px;
  font-family: "arial","sans-serif";
}
nav li a {
  border-bottom: 1px solid rgb(245, 245, 245);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0.9em;
}
nav li:last-child a {
  border-right: 0;
}
nav a:hover, nav a:active {
  color: #0277BD;
}
nav a#pull {
  display: block;
  background-color: #364351;
  background-image: -moz-linear-gradient(center top, #364351, #5E6974);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#364351), to(#5E6974));
  background-image: -webkit-linear-gradient(top, #364351, #262F39);
  background-image: -o-linear-gradient(top, #364351, #262F39);
  background-image: linear-gradient(to bottom, #364351, #262F39);
  background-repeat: repeat-x;
  width: 100%;
  position: relative;
  border-bottom: 2px #f9f9f9 solid;
  border-top: 2px #f9f9f9 solid;
  color: #fff;
}
nav a#pull:after {
  background: url(../images/nav-icon.png) 10px -1px no-repeat;
  width: 30px;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
}
.copy-right{text-align:center;background:#181818;padding:10px 0px 10px 0px;}
.copy-right p,.copy-right a{font-family:'Open Sans', sans-serif;color:#fff;display:inline-block;font-size:0.8em;font-weight:normal;}
.copy-right a:hover{color:#94CB32;}
.copy-right a{font-size:1em;}
