* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	  background: url(../img/noise_light-grey.jpg);
	/*background-color: #fff;*/
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.inner:after {
	clear: both;
	content: "";
	display: table;
}
.TopMenu > .inner, #Header > .inner, .PageMenu > .inner, .main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner {
	margin: 0 auto;
}
/* Top Navigational Menu */

.TopMenu {
	font-size: 12px;
	margin: 0 0 20px 0;
	background-color:black;
	color:#ffff00
}
.TopMenu .inner {
	padding: 10px 0;
}
.TopMenu ul {
	padding: 0;
	margin: 0;
	text-align: right;
	overflow: hidden;
	float:right;
}
.TopMenu li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	line-height: 14px;
	padding:0 10px;
}
.TopMenu li .icon {
	margin-right: 5px;
}
.TopMenu li.First a {
	border-left: 0;
}
.TopMenu li a, .TopMenu li div {
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.TopMenu li.last {
	padding-right: 0;
	border-right: none;
}
.TopMenu .CartLink a {
	color: #fff;
}
.TopMenu .CartLink span {
	width: auto;
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.TopMenu a {
	padding: 0;
	margin: 0;
	position: relative;
}
.TopMenu li.last a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.TopMenu li.last a .icon {
	position: absolute;
	left: 0;
	top: -2px;
}
.TopMenu > .inner,
#Header > .inner,
.PageMenu > .inner,
.main > .inner,
.footer-main > .inner,
.footer-links > .inner,
.newsletter-subscription > .inner {
  max-width: auto;
  width: 90%;
}
.Left {
	float: left;
	padding-right: 40px;
	width: 220px;
	padding-left: 20px;
    margin-top:-10px;
}
.Left h3 {
	padding-top: 0;
}
.Left .BlockContent {
	margin: 0;
}
.Left ul {
	margin: 0;
	padding: 0;
}
.Left li {
	clear: both;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}
.Left #SideCategoryList .sf-menu li li {
	padding-left: 10px;
}
.Left li li a {
	margin: 4px 0;
	font-size: 13px;
}
.Left .sf-menu li {
	float: none;
}
.Left #SideCategoryList {
	display: block;
	background:none;
}
.Left #SideCategoryList ul ul {
}
.Left #SideCategoryList ul ul ul {
	margin-left:0;
}
.Left #SideCategoryList ul ul ul ul {
	margin-left:0;
}
.Left #SideCategoryList .BlockContent, .Left .slist .BlockContent {
	padding: 0 0 0 0;
	overflow: hidden;
}
.Left #SideCategoryList li a, .Left .slist li a, .Left .afterSideShopByBrand a, .Left #GiftCertificatesMenu li a, .Left #SideAccountMenu li a {
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
}
.Left #SideCategoryList li li a, .Left .slist li li a {
	font-weight: 400;
	font-size:13px;
	background:none;
	padding:7px 14px 7px 35px;
}
.Left #SideCategoryList li li li a, .Left .slist li li li a {
	background:#ececec;
	padding-left:50px;
}
.header-logo {
	/*float: left;*/
	height:100px;
	display: table-cell;
	vertical-align: middle;
	position:relative;
	z-index:1;
}
.header{
	background-color:#740E19; 
	margin-top:-20px;
}
.header .Content {
	overflow:visible;
	min-height:inherit;
}
.PageMenu {
	/*float:left;*/
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Dosis', sans-serif;;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.PageMenu .borderR {
	border-right: 0;
}
.PageMenu .CategoryList {
	padding-left: 20px;
}
.PageMenu ul {
	background: none;
	border-bottom: none;
	padding: 0;
	margin: 0 50px 5px 0;
	position: relative;
	display: table;
}
.PageMenu li .icon {
	display: none !important;
}
.PageMenu .back {
	float: left;
	width: 13px;
	height: 8px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	top: -5px;
	padding: 0;
	background: url(../images/nav_active.png) no-repeat center top;
}
.PageMenu li ul:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	margin-left: 10px;
	top: -18px;
	border-width: 10px;
	border-style: solid outset solid solid;
	border-color: transparent transparent #333 transparent;
	display:none;
}
.footer .PageMenu li ul:before {
	top: auto;
	bottom: -18px;
	border-color: #333 transparent transparent transparent;
}
.PageMenu li ul ul:before {
	content: none;
	border-color: 0 none;
}
.PageMenu li ul li {
	clear: both;
	display: block;
	float: none;
	font-size: 13px;
	margin: 0;
	padding: 0 1em;
	text-align: left;
	width: auto;
	position: static;
}
.PageMenu li ul li a {
	float: none;
	width: auto;
	margin: 0;
	display: block !important;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
}
.PageMenu li ul {
	display:none;
	position: absolute;
	z-index: 10;
	padding: 7px 0;
	top: 100% !important;
	width: 210px;
	left: 0;
	list-style-image: none;
}
.footer .PageMenu li ul {
	top: auto !important;
	bottom: 25px;
}
.sf-sub-indicator {
	display:none !important;
}
.PageMenu li.sfHover ul {
	display:block;
}
.PageMenu .sf-menu li {
	float: left;
}
.PageMenu .sf-menu li ul {
	z-index:150 !important;
}
.PageMenu .sf-menu li ul li {
	z-index:200 !important;
	float: none;
}
.Left #SideCategoryList .sf-menu ul {
	display: block !important;
	visibility: visible !important;
	position: static;
	top: 0;
}
.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul, .Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
	background: none !important;
}
.PageMenu li ul li {
	list-style-image: none;
	border:none;
	border-bottom: solid 1px #fff;
	padding: 10px 0 9px 0;
	margin: 0 17px;
}
.PageMenu li ul li a {
	padding:0 !important;
}
.PageMenu li ul li:last-child {
	border:none;
}
.PageMenu li ul ul {
	display: none;
	border-left: 1px solid #191919 !important;
	left: 249px !important;
	margin-left: 0;
	top: 0px !important;
}
.PageMenu li {
	position: relative;
	/*z-index: 1;*/
	display: inline-block;
 *display: inline;
 *zoom: 1;
	/*border-left:solid 1px #000;*/
}
.PageMenu li a {
	padding: 10px 25px 10px 10px !important;
	color:#fff;

}
 
.PageMenu li.HasSubMenu.over a {
	color:#ffff00;
}
.PageMenu li.HasSubMenu.over a:hover {
	color:#ffff00;
}
.PageMenu li.HasSubMenu.over ul li a {
	color:#000;
}
.PageMenu li.HasSubMenu.over ul li a:hover {
	color:#666;
}
.PageMenu li.HasSubMenu.over {
	background:#fd5757;
	color:#000;
}
.PageMenu li ul li a.hasSub {
	background: url(../images/sub.png) 100% 50% no-repeat;
	padding-right: 20px;
}
.header-secondary {
	position:absolute;
	z-index:1;
	top:25px;
	right:0;
	padding-right: 10px;
}
.CartLink {
  color: #ffff00;
  background: #000000;
}
.CartLink:hover {
  background: #999999;
}
.CartLink .icon {
  color: #ffff00;
}
.CartLink {
	width:50px;
	height:50px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	position:relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size:12px;
	line-height:28px;
	font-weight:700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.CartLink .icon {
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index:1;
	left: 47%;
	top: 60%;
	font-size: 18px;
	background: none;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot');
	src: url('../font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#ToggleMenu, #DrawerMenu, #cart-amount {
	display:none;
}
.Left #SideCategoryList li a, .Left .slist li a, .Left #SideCategoryShopByPrice li a {
	font-weight:normal;
	font-size:14px;
	margin:0;
	padding: 13px 22px 13px 22px;
	border-bottom:dashed 1px #000;
	color:black;
}
.Left h4,
.Right h4 {
  background: #740E19;
  border-bottom: 1px solid #000000;
  font-weight: 500;
  color: #ffff00;
      font-size: 15px;
}

.Left h4, .Right h4 {
	padding:16px 20px;
	text-transform:uppercase;
}
.treeview li a, .SideNav li a, #sidr-right a {
    color: #000;
    text-decoration: none;
    display: block;
    }
.footer {
  background: #000000;

  margin: 0 -15px;
}
.footer-main h4 {
  color: #ffffff;
}
.footer-links {
  background: #000000;
  color: #cccccc;
}
.footer-links a {
  color: #cccccc;
}
.footer-links a:hover {
  color: #ffffff;
}
.footer-main,
.footer-main a,
.footer-main .treeview li a {
  color: #999999 !important;
  font-size: 12px;
}
.newsletter-subscription {
  background-color: #000000;
  border-bottom: 1px solid #ffffff;
}
  .jssorb05 {
                    position: absolute;
                }
                .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
                    position: absolute;
                    /* size of bullet elment */
                    width: 16px;
                    height: 16px;
                    background: url(../../img/b05.png) no-repeat;
                    overflow: hidden;
                    cursor: pointer;
                    
                }
                .jssorb05 div { background-position: -7px -7px; }
                .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
                .jssorb05 .av { background-position: -67px -7px; }
                .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

                    .jssora11l, .jssora11r {
                    display: block;
                    position: absolute;
                    /* size of arrow element */
                    width: 37px;
                    height: 37px;
                    cursor: pointer;
                    background: url(../../website/img/a11.png) no-repeat;
                    overflow: hidden;
                }
                .jssora11l { background-position: -11px -41px; }
                .jssora11r { background-position: -71px -41px; }
                .jssora11l:hover { background-position: -131px -41px; }
                .jssora11r:hover { background-position: -191px -41px; }
                .jssora11l.jssora11ldn { background-position: -251px -41px; }
                .jssora11r.jssora11rdn { background-position: -311px -41px; }
 .product_name{
    margin-top:30px;
    text-align: center;
}
.btn_class {
    margin-top:30px;
}
.image_block {
    display:block;
    max-height: 350px;
}
.img_attr {
    max-height: 350px;
}
.img_container {
    min-height: 350px;
}
.btn.Tiny {
	height:30px;
	line-height:23px;
	font-size:13px;
	padding:0 44px;
}
.btn.Small, .CompareButton .btn, .slide-button .btn, .AccountOrderStatus .btn, #SimilarMultiProductsByCustomerViews .btn {
	height:36px;
	line-height:33px;
	font-size:14px;
	padding:0 30px;
}
.inline-btn{
    height:36px;
	line-height:33px;
	font-size:14px;
	padding:0 5px;

}

.btn.Large {
	height:40px;
	/*width: 30px;*/
	line-height:33px;
	font-size:15px;
	padding:0 30px;
	margin: 0 20px;

}

.ProductList.List .ProductDetails {
  border-top: 1px solid #cccccc;
}
.btn {
  background-color: #740E19;
  color: #ffffff;
  border: 2px solid #740E19;
  font-family: 'Abril Fatface', serif;
}
.btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn.alt {
  background-color: #cccccc;
  color: #000000;
  border: 2px solid #cccccc;
}
a.btn.alt {
  color: #000000;
}
.btn.alt:hover {
  background-color: #ffffff;
}
.btn.cta {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  text-transform: uppercase;
}
a.btn.cta {
  color: #ffffff;
}
.btn.cta:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn.text {
  color: #ffff00;
}
h1, h2, h3, h4, h5 {
    color: #740E19;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}
h1 {
    font-size: 24px
}
h2 {
    font-size: 20px
}
h3 {
    font-size: 16px
}
h4 {
    font-size: 13px
}
h5 {
    font-size: 12px
}
h1.site-title {
    font-size: 18px;
    line-height: 1;
    margin: 5px 0;
}
h1.site-title a {
    color: #eee;
}
h2.site-description {
    color: #eee;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px;
}
h2 {
    color: #b03060;
    /*background: #fff;*/
}
em {
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Times New Roman" !important;
    color:black;
     font-style: normal;

}
#contact-form input[type="text"] {
	font-family: Verdana;
    font-size: 14px;
    line-height: 20px;
    color: #999;

    background-color: #fff;
    border: solid 1px #e4e7e8;
    width: 100%;
    text-indent: 15px;
    padding: 10px 0;
    margin-bottom: 10px;
}

#contact-form textarea {
	font-family: Verdana;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    background-color: #fff;
    border: solid 1px #e4e7e8;
    
    width: 100%;
    text-indent: 15px;
    padding: 10px 0;
    margin-bottom: 10px;
    height: 225px;
}

#contact-form input[type="submit"] {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: 'Titillium Web';
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 14px 0;
    width: 100%;
    background-color: #740E19;
    border: 0;
}

#contact-form .message, .comment-form .message {
    height: 20px;
    font-size: 13px;
    float: none;
    margin-top: 5px;
}
.Breadcrumb {
	padding: 30px!important;
	margin-bottom: 0;
}
.Breadcrumb ul {
	width: 100%;
	padding: 0 0 10px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}
.Breadcrumb li {
	list-style-type: none;
	font-size: 13px;
	font-weight: 400;
	padding: 0 12px 0 0;
	display: block;
	float: left;
	background: none;
}
.Breadcrumb li a {
	padding-right: 18px;
	/*background: url(../images/icon_bullet_breadcrumb.png) no-repeat 100% 50%;*/
	display: inline-block;
  display: inline;
  zoom: 1;
	color:black;
	position:relative;
}
.Breadcrumb li a:hover {
	color:#202020;
}

label {
	line-height: 21px;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	display:block;
	margin-top: 20px;
	font-weight: 700;
}
input.Textbox, textarea, input[type="text"],input[type="number"],input[type="textarea"], input[type="password"] {
	width:100%;
	background:#f8f8f8;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	resize:none;
	border: 1px solid #cccccc;

	    /* margin: 0; */
    height: 36px;
    line-height: 36px;
    padding: 0 1em;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


textarea {
	min-height: 100px;
	padding: 1em;
	line-height:21px;
	font-size:15px;
	background:#f8f8f8;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	resize:none;
	border: 1px solid #cccccc;

}

fieldset input{
	    border: 1px solid #cccccc;
}
.txtR {
	text-align: right !important;
}
table thead tr th, table.General thead tr th, table.CartContents thead tr th, table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {
	padding: 10px;
}
table thead tr th {
	text-transform:uppercase;
}
table tbody tr td, table.General tbody tr td, table, table.General, table.CartContents {
	margin: 20px 0;
}
table.General, table.CartContent, table.CartContents {
	border-collapse: collapse;
}
table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {
	border-bottom: 1px solid white;
}
.CartContents tfoot .SubTotal td {
	padding-bottom: 25px;
	padding: 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.BlockContent .CartThumb img {
	max-width: 100px;
	height: auto;
}
/* General Tables */

table.General, table.CartContents, table.General {
	margin: 20px 0;
	width: 100%;
}
table.General thead tr th, table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}
table.General tbody td, table.CartContents tbody td {
	vertical-align: top;
}
table.General tbody tr.First td {
	border-top: 0;
}
/* Cart Contents Table */

.CartContents tbody td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-weight:400;
}
.CartContents thead {
	background: #ededed;
}
.CartContents tbody tr td {
	padding: 20px;
}
.CartContents tfoot .SubTotal td, .CartContents tfoot .SubTotal div {
	color: #202020;
	font-size: 16px;
	line-height:24px;
	padding: 10px 0;
}
.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}
.MiniCart h3 {
	font-size: 1.3em;
}
.MiniCart .SubTotal {
	text-align: center;
	font-size: 1.1em;
}
.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.JustAddedProduct strong, .JustAddedProduct a {
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
	font-size: 1.2em;
	padding-bottom: 10px;
}
.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.CategoryPagination {
	float: left;
	text-align: center;
}
.CategoryPagination .PagingList li {
	display: inline;
}
table thead tr th h4 {
	padding:0;
	text-transform:uppercase;
	color: black;
}
table tr td h4 {
	font-weight:400;
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
table tr td h3 {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: black;

}

.item_table tbody td {
text-align: left;
color: black;

	}
.productAttributes td {
	padding:0 !important;
	margin:0 !important;
	vertical-align:middle !important;
	border-bottom:0 !important;
}
.FloatRight {
    float: right;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
tfoot td h3{
	text-align: right;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle {
  background: #740E19;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    clear: both;
    overflow: hidden;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	margin: 0 0 7px 0;
	padding: 12px 22px;
	cursor: auto;
	font-weight: bold;
	text-transform: uppercase;
	color:white;
}
.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	top: 0;
	padding: 22px;
	white-space: nowrap;
	text-transform: none;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}
a.ChangeLink {
	position: absolute;
	right: 15px;
}
.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
	top: 24px;
	right: 22px;
}
.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 35%;
}
.Required {
    color: #fd5757;
}
a.alt:hover {
    color: #000000;
}
.top_hearder li a{
	color:yellow;
}
.StepNumber {
    background: #000000;
    /*border: 3px solid #000000;*/
    color: #ffffff;
}

.StepNumber {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin: 0 8px 0 0;
}
.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}
.clearfix{
	margin: 10px;
}
  .grid-container p{
    color:#740E19;
    font-size:25px;

  }



/* for image grid*/


hr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  margin: 25px 0;
  clear: both;
}
.centered {
  text-align: center;
}
.wrapper {
  /*width: 75%;*/
  padding: 30px 0;
}
.container {
  width: 900px;
  margin: 0 auto;
}
ul.grid-nav {
  list-style: none;
  font-size: .85em;
  font-weight: 200;
  text-align: center;
}
ul.grid-nav li {
  display: inline-block;
}
ul.grid-nav li a {
  display: inline-block;
  background: #999;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
ul.grid-nav li a:hover {
  background: #740E19;
}
ul.grid-nav li a.active {
  background: #333;
}
.grid-container {
  display: none;
}
/* ----- Image grids ----- */
ul.rig {
  list-style: none;
  font-size: 0px;
  margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
  display: inline-block;
  padding: 10px;
  margin: 0 0 2.5% 2.5%;
  /*background: #fff;*/
  border: 1px solid #ddd;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0 0 5px #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.rig li img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}
ul.rig li h3 {
  margin: 0 0 5px;
}
ul.rig li p {
  font-size: .9em;
  line-height: 1.5em;
  color: #999;
}
/* class for 2 columns */
ul.rig.columns-2 li {
  width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
  width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
  width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  ul.grid-nav li {
    display: block;
    margin: 0 0 5px;
  }
  ul.grid-nav li a {
    display: block;
  }
  ul.rig {
    margin-left: 0;
  }
  ul.rig li {
    width: 100% !important; /* over-ride all li styles */
    margin: 0 0 20px;
  }

}
#menu_search_bar{
	/*border: solid 2px yellow;*/

}
#menu_search_btn{
	/*border: solid 2px yellow;*/
	background-color: white;
    color: #740E19;
    border: 2px solid #740E19;
    font-family: 'Abril Fatface', serif;
    height:37px;
    margin-left: -8px;
}
.blur {
  /*width: 250px;
  
*/
 /* border:1px solid #740E19;
  background-color:white;
  margin-top:10px;*/



  /*background: white;
  position: relative;
  margin: 20px;
  box-shadow: 
    0 0 0 10px hsl(0, 0%, 50%),
    0 0 0 15px hsl(0, 0%, 60%),
    0 0 0 20px hsl(0, 0%, 70%),
    0 0 0 25px hsl(0, 0%, 80%),
    0 0 0 30px hsl(0, 0%, 90%);
*/

height: 325px;
    border:5px double #740E19;
}
.policy_style{
	text-align: justify;
}
@media (max-width: 500px) {
    .grid-nav{
      display: none;
    }

 }
 /*--gallery--*/
.gallery {
  padding: 3em 0 5em;
}
.gallery-bottom{
	margin-top:2em;
}
.gallery-left img{
	width:100%;
}
.gallery-left:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-left{
	position: relative;
}
.gallery-grid img{
	width:100%;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}

.gallery-grid{
	position: relative;
}
.gallery-1{
	margin-top:25px;
}
.gallery-1:nth-child(1){
	margin-top:0;
}

/* gallery end*/


.gallery-left iframe{
	width:100%;
}
.gallery-left:hover iframe {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-left{
	position: relative;
}
.gallery-grid iframe{
	width:100%;
}
.gallery-grid:hover iframe {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
