/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*.theme-color{
    color: black;
}*/

:root {
    --primary-color: blue;
}

.content{
    margin-bottom: 2em;
    margin-top: 1em;
}
html, body{
    margin:0px;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    background: #fff;
    max-width: 100%;
    overflow-x: hidden;
}
body a {
    text-decoration:none;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
a:hover{
    text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Montserrat', sans-serif;
}
p{
	margin:0;
}

ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- header --*/

/* unused header */
.header {
    border-bottom: 1px solid #eee;

}
.header-logo-link .container{
    display: table;
}

.header-spacing {
    padding: 10px 0;
}

.header-right {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.header-left{
    padding: 0px 0;
    height: 100%;
}
/*-- //header --*/

/*-- header-bot --*/
.header-left img {
    width: 73%;
}
.header-middle {
    /*margin-top: 20px;*/
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}


/* style for listing the social media logos 
    Changed to circle-links to allow use in any location on the page
    this applis to the <ul> tag
*/
.circle-links {
    /*margin-top: 20px;*/
}
.circle-links li{
	display:inline-block;
	margin:0 3px;
}
.circle-links li a{
	width:32px;
	height:32px;
	display:block;
}
.circle-links li a:hover {
    transform: rotateY(360deg);
}
/* circular social media and account login */
.circle-links li a.account{
	background:url(../images/img-sp.png) no-repeat -133px -1px;
}
.circle-links li a.account:hover {
    transform: inherit;
}
.circle-links li a.fb{
	background:url(../images/img-sp.png) no-repeat 0px 0px;
}
.circle-links li a.twi{
	background:url(../images/img-sp.png) no-repeat -33px 0px;
}
.circle-links li a.insta{
	background:url(../images/img-sp.png) no-repeat -100px 0px;
}
.circle-links li a.you{
	background:url(../images/img-sp.png) no-repeat -66px 0px;
}
/*      */

/* style for the searchbar*/
.search-box {
    float: left;
    width: 57%;
}
/*style for search box*/
.header-middle input[type="search"] {
    outline: none;
    border: none;
    width: 100%;
    padding: 14px 10px;
    color: #848484;
    font-size: 16px;
    border-right: 1px solid #eee;
}
/*style for the search button*/
.header-middle form input[type="submit"]{
    background: url(../images/search.png) no-repeat 4px 0px #FDA30E;    /* PRIMARY COLOR */
    width: 100%;
    height: 50px;
    border: none;
    padding: 0;
    border:none;
    outline:none;
}
/* style for dropbox in the header */
.search-drop{
    float: left;
    width: 33%;	
}
.search-drop select option {
    line-height: 1.8em;
}
.search-drop select {
    padding: 13px 10px;
    width: 100%;
    font-weight: normal;
    background: none;
    border: none;
    color: #848484;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
    background: url(../images/arrow.png) no-repeat 92% center #ffffff;
    background-size: 5% !important;
    -webkit-appearance: none;
}

/* end */



/* end */




.sear-sub{
    float: right;
    width: 10%;
}
.header-middle {
	padding-top: 10px;
        text-align: center;
}


/* Icons */
.circle-links a {

}

/* pop-up text */
.circle-links a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 19%;
    left: 182px;       /* Moves the link text left and right */
    text-align: center;
    right: -25px;
    padding: 2px 0px;
    font-size: 1em;
    border-radius: 2px;
    background: #FDA30E;        /* PRIMARY COLOR */
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.circle-links a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FDA30E;      /* PRIMARY COLOR */
    position: absolute;
    bottom: -4px;
    left: 21px;
}
.circle-links a:hover span {
    bottom: 41px;
    visibility: visible;
    opacity: 1;
}

/*-- //header-bot --*/
/*-- banner-top --*/
.banner{        /* gives black background to the navbar */
    background:#000;
    padding: 0px 0;
    line-height: 1;
}
.dropdown-menu.columns-3 {
    min-width: 700px;
    padding: 30px 30px;
}
.multi-gd-img img{
	width:100%;
}
/*-- nav-bar --*/
.navbar-default {
    background: none;
    border: none;
    min-height: inherit;
    margin: 0;
    float: left;
}
.navbar-default .navbar-list > .active > a, .navbar-default .navbar-list > .active > a:hover, .navbar-default .navbar-list > .active > a:focus {
    background: none;
}
.navbar-default .navbar-list > .open > a, .navbar-default .navbar-list > .open > a:hover, .navbar-default .navbar-list > .open > a:focus {
    color: #555;
    background: none;
}
.navbar-list {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-list > li {
    margin: 0 15px 0 0;
}
.navbar-list > li > a {
    padding: 29px 16px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-list > li > a {
    line-height: inherit;
}

/*-- //nav-bar --*/
/* Common styles for all menus */

ul.dropdown-menu > li > a.nav-link {
    color: black !important;
    text-transform:capitalize;
}


.nav-item {
	display: block;
	margin: 0em 0;
}

.nav-link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-link:hover,
.nav-link:focus {
	outline: none;
}

/* Individual styles */
.menu--shylock .nav-link { /* doesnt appear to do anything? may remove */
    position: relative;
    margin: 0;
    /*color: #b5b5b5;*/
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

/*.menu--shylock .nav-item--current .nav-link,
.menu--shylock .nav-item--current .nav-link:hover,
.menu--shylock .nav-item--current .nav-link:focus {
	color: #d94f5c;
}*/

.menu--shylock .nav-item--current .nav-link::after,
.menu--shylock .nav-item--current .nav-link::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.menu--shylock .nav-item--current .nav-link::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/*.menu--shylock .nav-link:hover,
.menu--shylock .nav-link:focus {
	color: #b5b5b5;
}*/

.menu--shylock .nav-link:hover::before, /* adds the bar at the bottom of hovered nav links */
.menu--shylock .nav-link:focus::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.menu--shylock .nav-link::before,/* adds the bar at the bottom of hovered nav links */
.menu--shylock .nav-link::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 5px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--shylock .nav-link::before {
	background: #FDA30E;        /* PRIMARY COLOR */
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.menu--shylock .nav-link::after {
	background: #FDA30E;        /* PRIMARY COLOR */
}
a.nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
ul.dropdown-menu a.nav-link {
    color: black !important;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
/*-- //left nav --*/
.top_nav_right {
    float: right;
    width: 21%;
}
/*nav_cart_box      navigation bar cart viewer*/
.nav_cart {
    background: #FDA30E;        /* PRIMARY COLOR */
    padding: 17px 22px;
    text-align: center;
}

.empty-cart-link,
.empty-cart-link i{
    color: #fff;
}

.empty-cart-link:hover,
.empty-cart-link i:hover {
    color: #fff;
}

.nav_cart h3 {
    color: #fff;
    font-size: 1em;
    margin: 0;
	text-decoration:none;
    margin: 0 0 7px 0;
}
.nav_cart p {
    margin: 0;
    color: #999; /* nav-cart-total*/
    font-size: 14px;
}
.nav-cart-total i {
    top: 2px;
    left: -5px;
}
/* end */




a.simpleCart_empty {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
}

/*-- //banner-top --*/
/*-- banner --*/
	
/*-- Slider Part starts Here --*/
#slider3,#slider4  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 61%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 62px;
	width: 45px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
a.callbacks_nav.callbacks1_nav.prev {
	background: transparent url("../images/themes.png") no-repeat 0px 0px;
  left: -3.1%;
}
.callbacks_nav.next {
	background: transparent url("../images/themes.png") no-repeat -46px 0px;
  left: 100%;
}
#slider3-pager a,#slider4-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span{
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a {
  padding: 0;
}
#slider3-pager li, #slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
}

.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 84%;
    z-index: 999;
    left: 40%;
    padding: 0;
    margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
top: 73%;
left:46%;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
}


.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
    height: 5px;
    width: 35px;
  display:inline-block;
  background: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	background: #FDA30E;        /* PRIMARY COLOR */
}
a.callbacks_nav.callbacks2_nav.prev {
background: transparent url("../images/2.png") no-repeat left top;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.next{
background: transparent url("../images/2.png") no-repeat -29px 0px;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.prev {
left: 86% !important;
top: 9%;
}
a.callbacks_nav.callbacks2_nav.next {
right: 0% !important;
top: 9%;
}
/*-- Slider part Ends Here --*/
/*-- //banner --*/
/*-- footer --*/
.footer-block {
    margin-top: 10px;
}
footer{
    padding: 35px 0;
}
footer p{
    color: #848484;
    line-height: 2.2em;
    font-size: 14px;
}
.newsright input[type="text"] {
    outline: none;
    width: 100%;
    padding: 14px 10px;
    color: #848484;
    font-size: 16px;
    border: 1px solid #dadada;
    width: 71%;
}
.newsright input[type="submit"]{
    color: #fff;
    background: #fda30e;        /* PRIMARY COLOR */
    border: none;
    padding: 13px 20px 14px;
    font-size: 18px;
    outline: none;
    text-transform: uppercase;
    margin: 0 0 0 -4px;
}
.newsright input[type="submit"]:hover{
    background: #000;
}
.newsleft h3 {
    font-size: 24px;
    margin-top: 15px;
    color: #000;
}
.sign-grds {
    margin-top: 64px;
}
footer h4 {
   
    font-size: 22px;
    margin-bottom: 25px;
}
.footer-nav ul li,footer ul li {
    color: #848484;
    line-height: 1.5em;
    font-size: 14px;
    list-style-type:none;
}
.footer-nav ul li a,footer ul li a{
    color: #848484;
	text-decoration:none;
}
.footer-nav ul li a:hover,footer ul li a:hover{
    color: #FDA30E;	/* COLOR CHANGE */
}
footer ul li i{
    color: #999;
    border: 1px solid #999;
    padding:.5em;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
    margin-right: 1em;
}
footer ul li{
	margin-bottom:10px;
}

.flickr-post ul li{
	display:inline-block;
	margin:5px 5px;
}
.flickr-post ul li {
    display: inline-block;
    margin: 1% 1%;
    width: 28%;
}
footer p.copy-right {
    color: #848484;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}
footer p.copy-right a{
    color: #848484;
	text-decoration:none;
}
footer p.copy-right a:hover{
color: #FDA30E;         /* COLOR CHANGE */
}
/*-- //footer --*/

/*-- content --*/
.block{
    padding:35px 0;
}
.content{
	/*padding:35px 0;*/
}
.content h3{
	color:#000;
	font-size:36px;
	text-align:center;
	margin-bottom:30px;
}
.content h3 span{
	color:#FDA30E;      /* PRIMARY COLOR */
}
.content h4{
	color:#000;
	font-size:24px;
	margin-bottom:2px;
}
.content h4 span{
	color:#FDA30E;      /* COLOR CHANGE */
}
.content p{
	color:#848484;
	font-size:16px;
	text-align:center;
}
.content p.alternate{
	color:#848484;
	font-size:16px;
	text-align:left;
}
.content p.left{
    text-align: left;
}
.content p.right{
    text-align: right;
}



.content_grid_contain{
    position:relative;
    align-content: center;
}
.content_grid_contain img{
    width:100%;
}
.content_grid{
	margin-top:55px;
}
.content_grid_left h5 {
    color: white;
    font-size: 23px;
    text-align: center;
}
.content_grid_left h4{
	font-size:23px;
	text-align:center;
	color:white;
	text-transform:uppercase;
}

.content_grid_left {
    position: absolute;
    top: 48%;
}
/* Outline Out */
.action-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #FDA30E;      /* PRIMARY COLOR */
}
.action-btn:before {
  content: '';
  position: absolute;
  border: #FDA30E solid 4px;        /* PRIMARY COLOR */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.action-btn:hover:before,.action-btn:focus:before,.action-btn:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.content_grid_left p i {
    text-decoration: line-through;
}
.content_grid_left p {
    font-size: 21px;
    color: #000;
    text-align: center;
}
.content_grid_left p a{
    color: #fff;
    padding: 9px 0px;
    display: block;
    text-transform: uppercase;
    margin: 25px auto 0;
    font-size: 16px;
    width: 40%;
    text-decoration:none;
}
.content_grid_right h4{
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.content_grid_right {
    position: absolute;
    top: 48%;
}
.content_grid_right p {
    font-size: 21px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.content_grid_right p a{
    color: #fff;
    padding: 9px 0px;
    display: block;
    text-transform: uppercase;
    margin: 25px auto 0;
    font-size: 16px;
    width: 40%;
	text-decoration:none;
}
/*.content_grid_contain_mid img {
    width: 100%;
}*/
.content_grid_mid {
    border: 1px solid #D2D2D2;
    background: #fff;
    padding: 45px 28px;
}
.content_mid_text {
    float: left;
    width: 48%;
    margin: 0 5%;
}
.content_mid_text h4 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom:15px;
}
.content_mid_text h4 span{
    display:block;
}
.content_mid_img {
    float: left;
    width: 35%;
    /*margin: 5% 3% 0;*/
}
.content_mid_text a {
    font-size: 16px;
    color: #fff;
    padding: 8px 18px;
}
.content_grid_mid:nth-child(2) {
    margin-top: 35px;
}
/*-- //content --*/
/*-- content --*/
.content-lgrid,.content-img-left,.content-rgrid{
    padding:0;
}
.content-lgrid{
    width:66.66%;
}
.content-rgrid {
    width: 33.334%;
}
.content-img-right {
    padding: 20px 25px 20px;
    background: #f7f7f7;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.content h2, h3, h4{
    margin-bottom: 0.5em;
}

/* CSS3 Hover Effects */
.img-box, .info-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box img, .info-box img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.img-box {
    position: relative;
}

.info-box {
  top: 0;
  left: 0;
  position: absolute;
}
.info-box .info-content {
  display: block;
  position: relative;
  padding: 0%;
  float: left;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.separator {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.5);
    clear: both;
}

.content-grid-effect {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.content-grid-effect .info-content {
  z-index: 2 !important;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.content-grid-effect .img-box:after, .content-grid-effect .img-box:before, .content-grid-effect .info-box:after, .content-grid-effect .info-box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.content-grid-effect.horizontal .img-box:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.horizontal .img-box:after {
  top: 25%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.horizontal .info-box:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.horizontal .info-box:before {
  top: 75%;
  left: 0;
  width: 100%;
  height: calc(25% + 1px);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.vertical .img-box:before {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect.vertical .img-box:after {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect.vertical .info-box:after {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect.vertical .info-box:before {
  top: 0;
  left: 75%;
  width: calc(25% + 1px);
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect:hover .img-box:after, .content-grid-effect:hover .img-box:before, .content-grid-effect:hover .info-box:after, .content-grid-effect:hover .info-box:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.content-grid-effect:hover .info-content {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slow-zoom .img-box {
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.2s ease-in-out;
  -moz-transition: all 2.2s ease-in-out;
  -ms-transition: all 2.2s ease-in-out;
  -o-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;
}
.slow-zoom:hover .img-box {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.slow-zoom {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.content-img-right h3 {
    color: #000;
    font-size: 24px;
}
.content-img-right h3 span {
    color: #FDA30E;     /* PRIMARY COLOR */
    display: block;
    font-size: 51px;
	margin:15px 0;
}
.coupon-side {
    padding: 5px 5px 15px;
    background: #f7f7f7;
    text-transform: uppercase;
    margin-bottom: 30px;
    border: #039410 3px dashed; /* PRIMARY COLOR */
}
.coupon-side-promo {
    border-top: #039410 3px dashed; /* PRIMARY COLOR */
    padding-top: 5px;
}
.coupon-side h3 {
    color: #000;
    font-size: 24px;
    word-wrap: break-word;
}
.coupon-side span {
    color: #039410;     /* PRIMARY COLOR */
    font-size: 36px;
}
.coupon-side a {
    color: #fff;
    padding: 9px 0px;
    display: block;
    text-transform: uppercase;
    margin: 5px auto 10px;
    font-size: 16px;
    width: 80%;
    text-decoration: none;
}
.action-link {
    text-decoration: none !important;
}
.cart-side {
    border: #039410 2px solid; /* PRIMARY COLOR */
    margin-bottom: 30px;
}
.cart-side a.delete-link {
    color: #c9302c;
}
.cart-side table {
    margin-bottom: 0px;
}
.cart-side span {
    color: #039410;     /* PRIMARY COLOR */
}
.cart-side h4 {
    color: #039410; /* PRIMARY COLOR */
    text-align: center;
    background: #f7f7f7;
    padding: 17px 0;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0px;
}
.info-content h4 {
    font-size: 35px;
    color: #FDA30E;     /* PRIMARY COLOR */
    text-transform: uppercase;
}
.info-content p {
    color: #fff;
    text-align: center;
    font-size: 26px;
}
.info-content a {
    text-align: center;
    padding: 10px 22px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
/*-- //content --*/
/*-- easy responsive tabs style--*/
.sap_tabs{
	clear:both;
	padding: 0em 0 0em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
text-align:center;
  list-style: none;
    margin: 0 0 3em 0;
    padding: 0;
}
.resp-tab-item{
    margin: 0 25px;
    padding: 0 35px 25px 35px;
    text-decoration: none;
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    text-align: center;
    list-style: none;
    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;
    text-transform: Capitalize;
    font-weight: 600;
}
.resp-tab-active,.resp-tab-item:hover{
	color: #333;
    border-bottom:2px solid #FDA30E;        /* PRIMARY COLOR */
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.featured-item{
    position: relative;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
}

.product-easy {
    padding: 90px 0;
}
/*-- effect --*/
.inner-featured-item-link .link-product-add-cart {
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.link-product-add-cart {
    background:#000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}
.inner-featured-item-link > ul > li {
    display: inline-block;
}
.inner-featured-item-link ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.link-product-add-cart:hover {
    background: #FDA30E none repeat scroll 0 0;     /* PRIMARY COLOR */
    color: #fff;
}
/*-- //effect --*/
.featured-item-info h4 a {
    font-size: .7em;
    color: #FDA30E;     /* PRIMARY COLOR */
    text-decoration:none;
}

.yes-marg{
	margin-top:30px;
}
a.single-item{
    color:#fff;
    font-size: 16px;
    padding: 3px 14px;
    text-decoration:none;
}
/*-- login --*/
.modal-body {
    padding: 15px 15px 30px;
}
.login-right, .login-bottom {
    float: left;
    width: 46%;
    margin: 0 2%;
}
.login-right input[type="text"] ,.login-right input[type="password"] ,.login-bottom input[type="text"] ,.login-bottom input[type="password"]{
    width: 100%;
    padding: 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #E6E4E4;
    color: #D2D1D1;
    outline: none;
    font-size: 14px;
    margin: 6px 0 17px 0px;
}
.login-right input[type="text"]:hover, .login-right input[type="password"]:hover, .login-bottom input[type="text"]:hover, .login-bottom input[type="password"]:hover{
    border: 1px solid #FDA30E;      /* PRIMARY COLOR */
}
.login-right h4,.login-bottom h4 {
    color: #000000;
    font-size: 14px;
    margin: 0 0 0px 0;
	font-family: 'Lato', sans-serif;
}

.login-right input[type="submit"],.login-bottom input[type="submit"]{
	background:#7B7B7B;
    color: #fff;
    font-size: 17px;
    border: none;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    padding: 8px 15px 9px 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.login-right input[type="submit"]:hover,.login-bottom input[type="submit"]:hover {
    background: #FDA30E;        /* PRIMARY COLOR */
}
.modal-dialog {
    width: 750px;
    margin: 30px auto;
}
.modal-header {
    border-bottom: none;
}
.login-right h3 ,.login-bottom h3{
    color: #FDA30E;     /* PRIMARY COLOR */
    font-size: 22px;
    margin-bottom: 23px;
}
.sign-in a {
    font-size: 12px;
    color: #A9A9A9;
    text-decoration: none;
}
.sign-in a:hover{
    color: #FDA30E;         /* PRIMARY COLOR */
}
.single-bottom input[type="checkbox"] {
  display: none;
}
.single-bottom input[type="checkbox"]+label {
    position: relative;
    padding-left: 31px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #A9A8A8;
	font-weight:normal;
}
.single-bottom input[type="checkbox"]+label span:first-child {
	width: 14px;
    height: 14px;
    display: inline-block;
    border:2px solid #FDA30E;       /* PRIMARY COLOR */
    position: absolute;
    left: 0;
    top: 4px;
}
.single-bottom input[type="checkbox"]:checked+label span:first-child:before {
  content: "";
  background:url(../images/mark1.png)no-repeat;
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 10px;
  width:16px;
  height:16px;
  }
.single-bottom {
    margin:14px 0 22px;
}
.login-grids p{
	font-size:14px;
	text-align:center;
	margin-top:30px;
	color:#000;
}
.login-grids p a {
    color: #000;
    text-decoration: none;
}
.login-grids p a:hover{
    color: #FDA30E;	/* PRIMARY COLOR */
}
/*-- //login --*/


















/*-- navigation --*/
ul.multi-column-dropdown li {
    list-style-type: none;
    line-height: 2.5em;
}
ul.multi-column-dropdown li a {
text-decoration:none;
font-size:14px;
color:#8E8E8E;	
}
ul.multi-column-dropdown li a:hover{
	color:#FDA30E;      /* PRIMARY COLOR */
}
.col-sm-3.multi-gd-img {
    padding: 0;
}
.col-sm-6.multi-gd-img1 {
	padding-right:20px;
	padding-left:10px;
}
.multi-gd-img img,.multi-gd-img1 img {
    box-shadow: 0px 0px 7px 0px #AFAFAF;
}
/*-- //navigation --*/
.multi-gd-text a {
    display: block;
    position: relative;
}
.multi-gd-text a:hover::before {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::before {
    background: rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
.multi-gd-text img {
    height: auto;
    width: 100%;
}
.multi-gd-text a:hover::after {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::after {
    background: rgba(0,0,0,0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
/*-- coupons --*/
.coupons{
background:url(../images/coupons.jpg) no-repeat center;
background-size:cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
min-height: 470px;
padding-top:110px;
}

.coupons-gd span {
    background: #FDA30E;        /* PRIMARY COLOR */
    padding: 25px 24px;
    border-radius: 100%;
    color: #F3F3F3;
    font-size: 24px;
}
.coupons-gd h4 {
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
.coupons-gd h3 {
    color: #FDA30E;     /* PRIMARY COLOR */
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.8em;
	margin: 83px 0 0;
}
.coupons-gd p {
    text-align: center;
    color: #BBB;
    font-size: 15px;
    line-height: 2em;
}
/*-- //coupons --*/
/*-- contact --*/
.page-head {
    background: url(../images/ba2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 217px;
    padding-top: 85px;
}
.page-head h3 {
    color: #FDA30E;     /* PRIMARY COLOR */
    text-align: center; 
    text-transform: uppercase;
    font-size: 48px;
}
h3.tittle {
    color: #FDA30E;     /* PRIMARY COLOR */
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0 50px;
}
.contact-form2 input[type="text"],.contact-form2 input[type="email"],.contact-form2 textarea{
    outline: none;
    padding: 10px;
    border: 1px solid #DFDFDF;
    background: none;
    font-size: 14px;
    color: #999;
    resize: none;
}
.contact-form2 input[type="text"],.contact-form2 input[type="email"]{
    width: 49%;	
}
.contact-form2 input[type="email"]{
	margin-left:1.5%;
}
.contact-form2 input[type="text"]:hover,.contact-form2 input[type="email"]:hover,.contact-form2 textarea:hover{
    border: 1px solid #FDA30E;          /* PRIMARY COLOR */
}
.contact-form2 textarea{
	min-height:220px;
    width: 100%;
	margin:25px 0;
}
.contact-form2 input[type="submit"]{
    outline: none;
    padding: 10px 0;
    border: none;   
    background: #FDA30E;        /* PRIMARY COLOR */
    font-size: 1em;
    color: #fff;
    width: 16%;
    margin: 0em 0 0 0em;
	text-transform:uppercase;
}
.contact-form2 input[type="submit"]:hover{
	background:#000;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.map iframe{
	width:100%;
	min-height:400px;
}
.map{
	margin:50px 0;
}
.contact-grid i {
    color: #fff;
    font-size: 33px;
}
.contact-grid2,.contact-grid1,.contact-grid3{
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 256px;
    padding-top: 45px;
    border: 1px solid #0063a1;
}
.contact-grids{
    margin-top: 55px;
}
.contact-grid2{
	background: url(../images/new2.jpg) no-repeat center;		
}
.contact-grid1{
	background: url(../images/new3.jpg) no-repeat center;
}
.contact-grid3{
	background: url(../images/new4.jpg) no-repeat center;
}
.contact-grid h4 {
    color: #FDA30E;     /* PRIMARY COLOR */
    font-size: 35px;
    margin: 20px 0;
}

.contact-grid p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}
.contact-grid p a{
    color: #fff;
	text-decoration:none;
}
.contact-grid p span {
display:block;	
}
.contact,.typrography{
	padding:20px 0;
}
.contact h4 {
    font-size: 24px;
}
/*-- typrography --*/
/*--trypography--*/
.mb-60 {
    padding-left: 0;
}
.mb-60 h4 {
    margin: 36px 0 38px;
    font-size: 24px;
}
.tab-content {
	padding: 15px;
	padding-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	border-top: none;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	background: #f8f8f8;
	margin-right: 3px;
	border: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #555;
	padding: 12px 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nav-tabs > li > a .fa {
	margin-right: 10px;
}
.nav-tabs > li.active > a{
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #FDA30E;      /* PRIMARY COLOR */
	border: none;
	border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #FDA30E;      /* PRIMARY COLOR */
}
.nav-tabs > li > a i {
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
}
.tab-content p {
    line-height: 2.2em;
    font-size: 14px;
}
.grid_4{
	background:#fff;
	padding:0em 0em 0em 0em;
}  
.grid_5{
	background:#fff;
	padding:1em 0 2em 0;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.8em;
  color: #999;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
h4.typ1{
	margin-bottom:15px;
}
h5.typ1{
	margin-bottom:15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:#FDA30E;      /* PRIMARY COLOR */
  border-color:#FDA30E;      /* PRIMARY COLOR */
}
.grid_3 p,.page-header p {
  color: #888;
  font-size: 14px;
  line-height:2em;
  margin: 1em 0 2em;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.breadcrumb li{
	font-size:0.85em;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
.bars {
  margin-bottom: 0.8em;
  color: #FDA30E; /* PRIMARY COLOR */
}
li.list-group-item1 {
  line-height: 2.5em;
}
ol {
  margin-bottom: 44px;
}
.list-group {
  margin-bottom: 48px;
}
.input-group {
  /*margin-bottom: 20px;*/
}
.breadcrumb {
    background-color: #2D2D2D;
}
.breadcrumb li a {
    color: #FDA30E; /* PRIMARY COLOR */
    font-size: 16px;
}
.breadcrumb > .active {
    color: #fff;
}
.breadcrumb li a span {
    margin-right: 6px;
    color: #FDA30E; /* PRIMARY COLOR */
}
/*-- //typrography --*/
/*-- electronics --*/
.electronics{
	padding:90px 0;
}
.electro-img-btm-left{
float:left;
width:48%;
}
.electro-img-btm-right{
float:right;
width:48%;
}
.electro-text h4 {
    font-size: 24px !important;
}
.electro-text a {
    padding: 5px 11px !important;
    font-size: 14px !important;
}
.electro-img-left{
    margin-bottom:30px;
}
.featured-items {
    margin-bottom: 50px;
}
.featured-items h3 span {
    color: #FDA30E; /* PRIMARY COLOR */
}
.featured-items h3 {
    color: #000;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.featured-items p {
    color: #848484;
    font-size: 16px;
    text-align: center;
    margin-bottom:60px;
}
/*-- //electronics --*/
/*-- men-wear --*/
.men-wear{
    padding:90px 0;
}
/*-- Slider range --*/
ul.dropdown-menu6 ,ul.dropdown-menu5{
    margin:0;
    position:relative;
}
ul.dropdown-menu6 li {
    list-style:none;
}
ul.dropdown-menu6 li p{
    width:100%;
}
span.amount{
    color:#ffffff;
    font-size:16px;
}
input#amount,input#amount1 {
    font-size: 18px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: 30px;
    text-align: center;
    width: 100%;
    border: 1px solid #D2D2D2 !important;
    padding: 4px 0;
}
ul.dropdown-menu6 li a {
text-decoration: none;
}
.range,.range-two{
padding: 15px 0 22px 0;
border-bottom: 1px solid #e5e3db; 
}
/*-- //Slider range --*/
.filter-price h3 {
    color: #FDA30E; /* PRIMARY COLOR */
    text-align: center;
    text-transform: uppercase;
	font-size:25px;
}
.category-side .catering-list {
    margin: 10px;
}
.catering-list legend {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.catering-list a {
    margin-top: 10px;
    margin-bottom: 10px;
}
.catering-list span {
    font-size: 14px;
    font-weight: 100;
}
.catering-list table td {
    font-size: 15px;
}
.category-side table {
    font-size: 16px;
}
/*-- treeview --*/
.category-side label {
    padding: 5px;
    border-radius: 3px;
    margin: 2px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #999;
}

.category-side a{
    /*background: url("../images/icons1.png") no-repeat 0px 9px !important;*/
    /*padding: 7px 0 0 31px;*/
    /*border-radius: 3px;*/
    margin: 0px;
    font-size: 15px;
    z-index: 1;
}

.category-side ul,
.category-side li
{
	list-style: none;
}

.category-side input
{
	position: absolute;
	opacity: 0;
}

.list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        border: none;
    }
.fb-side
{
        margin-bottom: 35px;
}
.category-side
{
	font: normal 11px "Segoe UI", Arial, Sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
        margin-bottom: 35px;
}
/*
.category-side a {
    color: #999;
    text-decoration: none;
}

.category-side a:hover
{
	text-decoration: underline;
}*/

.category-side input + label + ul
{
	margin: 0 0 0 22px;
}

.category-side input + label + ul
{
	display: none;
}

.category-side label,
.category-side label::before
{
	cursor: pointer;
}

.category-side input:disabled + label
{
	cursor: default;
	opacity: .6;
}

.category-side input:checked:not(:disabled) + label + ul
{
	display: block;
}

.category-side label,
.category-side label::before
{
	/*background:url("../images/icons1.png") no-repeat 0px 7px !important;*/
}
.category-side label,
.category-side label::before
{
	display: inline-block;
	vertical-align: middle;
}

.category-side label
{
	background-position: 18px 0;
}

.category-side label::before
{
	content: "";
	width: 16px;
	margin: 0 22px 0 0;
	vertical-align: middle;
	background-position: 0 -32px;
}

.category-side input:checked + label::before
{
	background-position: 0 -16px;
}

/**
* @subsection   Stuck menu   
*/
.stuck_container {
  white-space: nowrap;
}

.isStuck {
  background: #000;
  z-index: 999;
  /*min-height: 75px;*/
  box-shadow: 0 1px 2px #000;
}
.isStuck .sf-menu ul {
  top: 50px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}

.stuck_container {
      min-width: 100%;
      left: 0;
      right: 0;
  }

@media only screen and (max-width: 250px) {
  .isStuck {
    display: none !important;
    min-height: 0px;
  }
  .navbar-list {
      z-index: 999;
  }
}
@media (max-width: 991px) {
  .stuck_container .sf-menu ul {
    top: 46px;
    text-align: left;
  }
  .stuck_container .sf-menu ul ul {
    top: 0;
  }

  .stuck_container {
      min-width: 100%;
      left: 0;
      right: 0;
  }
  
  .isStuck .brand {
    display: none;
  }
  .isStuck .sf-menu ul {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .stuck_container {
    /*min-height: 105px;*/
  }

  .isStuck {
    /*min-height: 75px;*/
  }
}

header .isStuck .brand {
  width:100%;
}
header .isStuck .nav {
  width:100%;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.category-side 
	{
		-webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
	}
	
	@-webkit-keyframes webkit-adjacent-element-selector-bugfix 
	{
		from 
		{ 
			padding: 0;
		} 
		to 
		{ 
			padding: 0;
		}
	}
}
/*-- //treeview --*/
.category-side {
    border: 1px solid #d2d2d2;
}
.category-side h4 {
    color: #FDA30E; /* PRIMARY COLOR */
    text-align: center;
    background: #f7f7f7;
    padding: 17px 0;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0em;
}
.tree-list-pad{
	padding:30px 30px;
}
.community-poll {
    border: 1px solid #d2d2d2;
    margin-top: 30px;
}
/*.radio {
	position: relative;
	display:inline-block;
	margin-left:15px;
}
.radio:first-child {
	margin-left: 0;
	margin: 0;
}
.radio {
	padding-left:22px;
	line-height: 28px;
	color: #404040;
	cursor: pointer;
}
.radio-btns label {
  font-size: 14px;
  color: #000;
  padding: 0px 0 0 10px;
  font-weight:600;
  }
.radio i {
	position: absolute;
	top:5px;
	left: 0;
	display: block;
    width: 18px;
    height: 18px;
	outline: none;
  border:3px solid #FDA30E; 
/*  background: #fff;
	cursor:pointer;
}
.radio i {
	border-radius: 50%;
}
.radio input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
 .radio input + i:after {
	content: '';
	top: 6px;
	left: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.radio input:checked + i:after{
	opacity: 1;
}*/

label.checkbox {
	width: 28%;
	floaT: left;
}
/*** normal state ***/
/*.radio i {
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
** checked state **
.radio input + i:after {
  content: '';
  background: url("../images/tick-mark1.png") no-repeat center;
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  text-align: center;
}
.radio input:checked + i {
  border:3px solid #FDA30E;     
 /* background: #fff;
}*/
.swit {
    padding: 30px 30px;
}
.check_box {
    margin-bottom: 5px;
}
.community-poll h4 {
    color: #FDA30E;     /* PRIMARY COLOR */
    text-align: center;
    background: #f7f7f7;
    padding: 17px 0;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #d2d2d2;
}
.swit label {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #999;
}
.swit input[type="submit"] {
    background: #7B7B7B;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: 7px 24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin: 19px 0 0;
}
.swit input[type="submit"]:hover{
background:#FDA30E;     /* PRIMARY COLOR */
}
/*-- //treeview --*/
.alt_image_contain{
	padding-left:0;
}
.image_text_contain {
    margin: 50px 0;
}
.alt_text_contain h4 {
    color: #FDA30E; /* PRIMARY COLOR */
    font-size: 27px;
    margin: 0px 0 24px;
}
.alt_text_contain p {
    font-size: 15px;
    color: #7A7A7A;
    line-height: 2.2em;
}
.products-right {
    padding-right: 0;
}
.no-pad-men {
    padding: 0 25px 0 0 !important;
}
.products-right h5 {
    color: #FDA30E; /* PRIMARY COLOR */
    font-size: 25px;
    text-transform: uppercase;
}
.sort-grid {
    padding: 11px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 35px 0;
}
.sorting {
    float: left;
    width: 46%;
}
.sorting h6 {
    float: left;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin:7px 40px 0 0;
}
.sorting select {
    float: left;
    padding: 6px 13px;
    font-size: 14px;
    color: #999;
}
.single-pro {
    margin-top: 30px;
}
.pagination {
    margin: 34px 15px 0 0;
}
/*-- //men-wear --*/
/*-- single-page --*/
.single {
    padding: 90px 0;
}
.single-right-left h3 {
    text-transform: capitalize;
    font-size: 24px;
    color: #FDA30E; /* PRIMARY COLOR */
    margin: 0;
}
.single-right-left p{
    color: #000;
    font-size: 23px;
	margin:.5em 0 1em;
}
.single-right-left del {
    color: #A7A7A7;
    margin-left: 10px;
}
.description{
	margin:1.5em 0;
}
.description h5 {
    color: #989898;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
	margin-bottom:12px;
}
.description p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:0.5em 0 0;
}
.occasional{
	margin:2em 0;
}
.color-quality-right h5,.occasional h5 {
    color: #000;
    font-size: 18px;
    margin: 0 0 12px;
}
.color-quality-right select {
    padding: 5px 21px;
}
.colr {
    width: 33.333%;
    float: left;
}
.description input[type="text"]{
	padding:8px 8px;
	color:#ccc;
	font-size:13px;
	width:45%;
	outline:none;	
}
.description input[type="submit"]{
    color: #fff;
    font-size: 16px;
    background: #FDA30E;    /* PRIMARY COLOR */
    border: none;
    outline: none;
    padding: 7px 17px 9px;	
}
.description input[type="submit"]:hover{
	background:#000;
}
.occasion-cart a{
	padding:8px 15px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
}
.bootstrap-tab {
    margin: 5em 0 0;
}
.bootstrap-tab-text p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
}
.bootstrap-tab-text h5,.add-review h4{
	text-transform:uppercase;
	font-size:1.2em;
	color:#212121;
	margin:2em 0;
}
.bootstrap-tab-text p span{
	display:block;
	margin:2em 0 0;
}
.bootstrap-tab ul li a {
    font-size: 1em;
    color: #999;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #FDA30E;  /* PRIMARY COLOR */
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#FFFFFF !important;
}
.bootstrap-tab-text-grid-left{
	float:left;
	width:14%;
}
.bootstrap-tab-text-grid-right{
	float:right;
	width:83%;
}
.bootstrap-tab-text-grid-right ul li{
	display:inline-block;
}
.bootstrap-tab-text-grid-right ul li:nth-child(2){
	float:right;
}
.bootstrap-tab-text-grid-right ul li a{
	font-size:1em;
	color:#FDA30E;  /* PRIMARY COLOR */
	text-transform:uppercase;
	text-decoration:none;
}
.bootstrap-tab-text-grid-right ul li a:hover{
	color: #212121;
}
.bootstrap-tab-text-grid-right ul li a span{
	left:-1em;
}
.bootstrap-tab-text-grids{
	margin:3em 0 0 0em;
}
.bootstrap-tab-text-grid-right p{
	margin:2em 0 0;
	color:#999;
	font-size:15px;
	line-height:2em;
}
.bootstrap-tab-text-grid-left img {
    border: 2px solid #000;
    border-left: 2px solid #FDA30E; /* PRIMARY COLOR */
    border-bottom: 2px solid #FDA30E;   /* PRIMARY COLOR */
    border-radius: 100%;
    padding: 8px 8px;
    width: 86%;
}
.bootstrap-tab-text-grid:nth-child(2){
	margin:3em 0 0;
}
.add-review form{
	margin:2em 0 0;
}
.add-review input[type="text"],.add-review input[type="email"],.add-review textarea{
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    width: 49.35%;
    font-size: 15px;
    color: #FDA30E; /* PRIMARY COLOR */
}
.add-review input[type="email"]{
	margin-left:1%;
}
.add-review textarea{
	width:100% !important;
	min-height:150px;
	margin:1em 0;
	resize:none;
}
.add-review input[type="text"]:nth-child(3){
	width:100%;
	margin:1em 0;
}
.add-review input[type="submit"]{
	outline:none;
	padding:10px 0;
	background:#FDA30E; /* PRIMARY COLOR */
	border:none;
	width:30%;
	font-size:1em;
	color:#fff;
}
.add-review input[type="submit"]:hover{
    background: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #FDA30E;  /* PRIMARY COLOR */
	color:#fff;
}
/*-- Ratings --*/
.rating1 {
    direction:ltr;
}
.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width:100px;
    overflow: hidden;
}

.starRating:not(old) > input{
  margin-right :-26%;
  opacity      : 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(../images/1.png);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 18px;
  height          : 18px;
  background      : url(../images/2.png);
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}
/*-- //Ratings --*/
/*-- //single-page --*/
/*-- check out --*/
.checkout{
	padding:90px 0;
}

.checkout h3 {
    color: #000;
    text-align: center;
    font-size: 26px;
	margin:0 0 3em;
	text-transform:uppercase;
}
.checkout h3 span{
	color:#d8703f;
}
table.timetable_sub {
	width:100%;
	margin:0 auto;
}
.timetable_sub thead {
    background: #004284;
}
.timetable_sub th{
    background: #FDA30E;    /* PRIMARY COLOR */
    color: #fff !important;
    text-transform: capitalize;
    font-size: 13px;
    border-right: 1px solid #CDCDCD;
}
.timetable_sub th {
    text-align: center;
    padding: 7px;
    font-size: 17px;
    color: #212121;
}
 .timetable_sub td {
    text-align: center;
    padding: 7px;
    font-size: 14px;
    color: #000;
}
.timetable_sub td {
	border:1px solid #CDCDCD;
}
td.invert-image a img {
    width:30%;
    margin: 0 auto;
}
.rem{
	position:relative;
}
.close1,.close2,.close3,.close4 {
    background: url('../images/close_1.png') no-repeat 0px 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 42px;
    top: -13px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
/*-- datepicker starts --*/
#ui-datepicker-div {
    background: rgba(0, 0, 0, 0.7) !important;
    border:0;
}
#ui-datepicker-div .ui-widget-header {
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    border-bottom: 1px solid #686868;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #f8f8f8;
    padding: 1px 0;
}
#ui-datepicker-div.ui-widget-content {
    color:#f8f8f8 !important;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
    background: none;
    border:0;
    color:#f8f8f8;
    text-align: center;
}
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div.ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div.ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div.ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
    background: rgba(0, 0, 0, 0.3) !important;
    border:0;
    top:2px;
}
#ui-datepicker-div .ui-datepicker-group {
    border-left: 1px solid #686868;
}
#ui-datepicker-div .ui-datepicker-group:first-child {
    border-left:0;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
    margin: 0;
}
#ui-datepicker-div .ui-datepicker-group table {
    margin:0 auto !important;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
    cursor: pointer;
}
.ui-icon-circle-triangle-w {
    background: url(../img/ui-left.png) 0 0 no-repeat !important;
}
.ui-icon-circle-triangle-e {
    background: url(../img/ui-right.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-s {
    background: url(../img/ui-accordion-down.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-e {
    background: url(../img/ui-accordion-right.png) 0 0 no-repeat !important;
}
#ui-datepicker-div .ui-slider-horizontal {
    background: rgba(0, 0, 0, 0.5);
    height: 4px;
    border: 0;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
    background: #D8D8D8 !important;
    border: 1px solid #f8f8f8;
    height: 8px;
    width: 8px;
    top:-2px;
    margin-left: -4px;
    outline: none;
    cursor: pointer;
}
/*-- datepicker end --*/
/*-- sales-starts --*/
.original-price {
    opacity: .5;
    text-decoration: line-through;
}
/*-- sales-end --*/
/*-- quantity-starts --*/
 .value-minus,
.value-plus{
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
	border:1px solid #b2b2b2;
	vertical-align: bottom;
}
.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before{
	content: ""; 
	width: 13px;
	height: 2px; 
	background: #FDA30E;    /* PRIMARY COLOR */
	left: 50%;
	margin-left: -7px; 
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}
.quantity-select .entry.value-plus:after{
	content: "";
	height: 13px;
	width: 2px; 
	background: #FDA30E;    /* PRIMARY COLOR */
	left: 50%; 
	margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
	position: absolute;
}
.value  {
	cursor: default;
    width: 40px;
    height: 40px;
    padding: 8px 0px;
    color: #000000;
    line-height: 24px;
    border: 1px solid #B2B2B2;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}
.quantity-select .entry.value-minus:hover,
 .quantity-select .entry.value-plus:hover{
	background: #E5E5E5;
}

.quantity-select .entry.value-minus{
    margin-left: 0;
}
/*-- quantity-end --*/
.checkout-left-basket h4{
	padding: 1em;
    background:#FDA30E; /* PRIMARY COLOR */
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1em;
}
.checkout-left {
    margin: 2em 0 0;
}
.checkout-left-basket ul li{
	list-style-type:none;
	margin-bottom:1em;
	font-size:14px;
	color:#999;
}
.checkout-left-basket {
    float: right;
    width: 25%;
    border: 1px solid #ccc;
}
.checkout-right-basket{
	float: left;
    margin: 8em 0 0 0em;
}
.checkout-left-basket ul li span {
    float: right;
}
.checkout-left-basket ul {
    padding: 4px 25px;
}
.checkout-left-basket ul li:nth-child(5) {
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
}
.checkout-right-basket a{
	padding:10px 30px;
	color:#fff;
	font-size:1em;
	background:#212121;
	text-decoration:none;
}
.checkout-right-basket a:hover{
	background:#FDA30E; /* PRIMARY COLOR */
}
.checkout-right-basket a span {
    left: -.5em;
    top: 0.1em;
}
/*-- //check out --*/

/*-- responsive media queries --*/
@media screen and (max-width: 1024px) {
    .yourClass {
        display: none !important;
    }
}
@media (max-width: 1440px){
	.content-img-right h3 span {
		font-size: 49px;
	}
	.content-img-right {
	    padding: 85px 50px 0px;
		min-height:309px;
	}

}
@media (max-width: 1366px){
	.content-img-right h3 span {
		font-size: 46px;
	}
	.content-img-right {
		padding: 77px 50px 0px;
		min-height: 293px;
	}	
}
@media (max-width: 1280px){
	.content-img-right h3 span {
		font-size: 43px;
	}
	.content-img-right {
		padding: 70px 46px 0px;
		min-height: 274px;
	}
	.info-content a {
		padding: 7px 11px;
		font-size: 16px;
	}
	.info-content h4 {
		font-size: 27px;
	}
	.separator {
		margin: 15px auto;
	}	
}
@media (max-width: 1080px){
	.circle-links a span {
            width: 21%;
            left: 148px;
	}
	.header-right {
		padding-right: 0;
	}
	.header-left {
		padding-left: 0;
	}
	a.nav-link {
		font-size: 13px;
	}
	.nav_cart h3 {             /*nav_cart_box      navigation bar cart viewer*/
		font-size: 15px;
	}
	.navbar-list > li {
		margin: 0 6px 0 0;
	}
	.content_grid_contain {
		padding: 0;
	}
	.content_grid_mid {
		padding: 45px 14px;
	}
	.content_mid_text a {
		padding: 5px 14px;
	}
	.content_grid_left {
		left: 10%;
	}
	.content_grid_left h4 {
		font-size: 20px;
	}
	.content_grid_left h5 {
		font-size: 18px;
	}
	.content_grid_mid {
		padding: 36px 14px;
	}
	.pignose-layerslider .slide-visual .script-wrap,.script-group img {
		width: 200px;
		height: 200px;
	}
	.pignose-layerslider .slide-visual {
		width: 1000px;
		height: 400px;
	}
	.content-img-right h3 {
		font-size: 19px;
	}
	.navbar-list > li > a {
		padding: 27px 16px;
	}
	.content-img-right h3 span {
		font-size: 34px;
	}
	.content-img-right {
		padding: 62px 46px 0px;
		min-height: 231px;
	}
	.featured-item-details img {
		padding: 29px 20px 11px;
	}
	.featured-item-info h4 a {
		font-size: .8em;
	}
	.featured-item {
		padding: 0 10px;
	}
	.coupons-gd h3 {
		font-size: 19px;
	}
	.coupons-gd h4 {
		font-size: 14px;
		margin: 29px 0 14px;
	}
	.coupons-gd p {
		font-size: 13px;
	}
	.coupons {
		min-height: 365px;
		padding-top: 77px;
	}
	.footer-left {
		padding-left: 0;
	}
	.footer-right {
		padding: 0;
	}
	.newsleft h3 {
		font-size: 22px;
	}
	.newsright input[type="text"] {
		width: 67%;
	}
	.sign-grds {
		margin-top: 40px;
	}
	.alt_text_contain p {
		font-size: 14px;
	}
	.category-side label {
		font-size: 14px;
	}
	.swit label {
		font-size: 14px;
	}
	.swit {
		padding: 20px 18px;
	}
	.community-poll h4,.category-side h4 {
		padding: 13px 0;
		font-size: 21px;
	}
	.sort-grid {
		padding: 25px 0;
	}
	.alt_text_contain h4 {
		font-size: 23px;
	}
	.tree-list-pad {
		padding: 15px 24px;
	}
	.no-pad-men {
		padding: 0 18px 0 0 !important;
	}
	.electro-text h4 {
		font-size: 20px !important;
	}
	.electro-right {
		padding-right: 8px;
	}
	.page-head h3 {
		font-size: 42px;
	}
	.contact-grid h4 {
		font-size: 29px;
		margin: 18px 0;
	}
	.map iframe {
		min-height: 325px;
	}
	.contact-form2 textarea {
		min-height: 170px;
	}
	.contact-form2 input[type="submit"] {
		width: 12%;
	}
	.description {
		margin: 1em 0;
	}
	.occasional {
		margin: 1em 0;
	}
	.single-right-left del {
		font-size: 17px;
	}
	.bootstrap-tab {
		margin: 4em 0 0;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 49.25%;
	}
	.content_grid_right p {
		font-size: 37px;
	}
	.close1, .close2, .close3, .close4 {
    right: 29px;
	}
}
@media (max-width: 1024px){
	.header ul li,.search-drop select,.header-middle input[type="search"] {
		font-size: 14px;
	}
	.header-middle {
		margin-top: 6px;
	}
	.circle-links {
		margin-top: 15px;
	}
	.content {
		/*padding: 70px 0;*/
	}
	.content h3,.featured-items h3 {
		font-size: 32px;
	}
	.content-img-right {
		padding: 55px 36px 0px;
		min-height: 219px;
	}
	.navbar-list > li > a {
		padding: 27px 13px;
	}
	.header-middle form input[type="submit"] {
		background: url(../images/search.png) no-repeat 1px 2px #FDA30E;    /* PRIMARY COLOR */
	}
	.search-drop select {
		background-size: 6% !important;
	}
	.products-right h5,.filter-price h3 {
		font-size: 22px;
	}
	.category-side a {
		font-size: 14px;
	}
	.featured-item-price span {
		font-size: 20px;
	}
	.bootstrap-tab-text-grid-right p,.content p {
		font-size: 14px;
	}	
}
@media (max-width: 991px){
	.circle-links a span {
            width: 23%;
            left: 137px;
            left: 137px;
        }
	.header-left,.header-right {
		float: left;
		width: 31%;
	}
	.header-middle {
		float: left;
		width: 38%;
	}
	.search-drop {
		float: left;
		width: 48%;
	}
	.search-box {
		float: left;
		width: 35%;
	}
	.sear-sub {
		float: right;
		width: 17%;
	}
	.nav_cart h3 {             /*nav_cart_box      navigation bar cart viewer*/
		font-size: 13px;
	}
	.nav_cart {                /*nav_cart_box      navigation bar cart viewer*/
		padding: 7px 4px;
	}
	.navbar-list > li > a {
		padding: 19px 7px;
	}
	a.nav-link {
		font-size: 12px;
	}
	.navbar-list > li {
		margin: 0 5px 0 0;
	}
	
	.content_grid_contain,.content_grid_contain_mid {
		float: left;
		width: 33.333%;
	}
	.content_mid_img {
		float: none;
		width: 52%;
		margin: 0% auto 9px;
	}
	.content_mid_img:nth-child(2){
		margin: 19px auto 0px;	
	}
	.content_mid_text {
		float: none;
		width: 100%;
		margin: 0 0%;
		text-align: center;
	}
	.content_mid_text h4 span {
		display: inline-block;
	}
	.content_grid_mid {
		padding: 15px 14px;
	}
	.content_mid_text h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.content_mid_text a {
		padding: 3px 9px;
	}
	.content_grid_mid:nth-child(2) {
		margin-top: 17px;
	}
	.content-rgrid {

		float: left;
	}
	.content-lgrid {

		float: left;
	}
	.content-img-right h3 span {
		font-size: 31px;
	}
	.content-img-right {
		padding: 55px 29px 0px;
		min-height: 211px;
	}
	.dropdown-menu.columns-3 {
		min-width: 644px;
	}
	ul.multi-column-dropdown li {
		line-height: 2.2em;
	}
	.content_grid_left h4 {
		font-size: 15px;
	}
	.content_grid_left h5 {
		font-size: 16px;
	}
	.content_grid_left p a {
		padding: 6px 0px;
		font-size: 13px;
		width: 57%;
	}
	.content_grid_right {
		position: absolute;
		top: 36%;
		left: 10%;
	}
	.featured-item {
		float: left;
		width: 33.333%;
		margin: 25px 0 0;
	}
	.resp-tabs-list {
		margin: 0 0 1em 0;
	}
	.coupons-gd {
		float: left;
		width: 33.333%;
		padding: 0 10px;
	}
	.coupons-gd:nth-child(1) {
		width: 100%;
		float: none;
		padding:0;
	}
	.coupons-gd h3 {
		margin: 0 0 30px;
	}	
	.coupons {
		min-height: 400px;
		padding-top: 60px;
	}
	.footer-left {
		padding: 0;
	}
	.footer-left p {
		margin: 22px 0 28px;
	}
	.newsleft {
		padding: 0;
	}
	.newsright {
		padding: 0;
	}
	.footer-nav, footer-hours {
		
	}
	p.copy-right {
		margin-top: 39px;
	}
	.products-left {
		float: none;
		width: 100%;
		padding: 0;
	}
	.tree-list-pad {
		padding: 15px 20px;
	}
	.category-side{
		float: left;
		width: 100%;
	}
	.community-poll {
		float: right;
		width: 49%;
		margin-top: 0;
	}
	.products-right {
		padding-right: 0;
		padding: 0;
		float: none;
		width: 100%;
	}
	.check_box {
		margin-bottom: 13px;
	}
	.swit {
		padding: 34px 25px;
	}
	.products-right {
		margin-top: 38px;
	}
	.single-pro {
		margin-top: 0;
	}
	.no-pad-men {
		padding: 0 10px !important;
	}
	.electro-right{
		float: left;
		width: 32.3%;
		padding: 0;
	}
	.electro-left{
		float: left;
		width: 67.5%;
		padding-left: 0;
	}
	.featured-items p {
		font-size: 14px;
		margin-bottom: 32px;
	}
	.contact-grid {
		float: left;
		width: 33.333%;
		padding: 0 7px;
	}
	.contact-grid h4 {
		font-size: 24px;
		margin: 13px 0;
	}
	.contact-grid2, .contact-grid1, .contact-grid3 {
		min-height: 216px;
		padding-top: 37px;
	}
	.close1, .close2, .close3, .close4 {
		right: 26px;
	}
	.timetable_sub th {
		font-size: 14px;
	}
	.timetable_sub td {
	font-size: 13px;
		padding: 1px;
	}
	.value-minus, .value-plus {
		height: 27px;
		line-height: 24px;
		width: 23px;
		margin-right: 0px;
	}
	.value {
		width: 25px;
		height: 27px;
		padding: 8px 0px;
		line-height: 9px;
		margin-right: 0px;
	}
	.checkout-left-basket {
		float: right;
		width: 36%;
	}
	.single-right-left:nth-child(1){
		float: left;
		width: 60%;
		padding:0 0 0px;
		margin-bottom: 50px;
	}
	.single-right-left{
		float: left;
		width: 100%;
		padding:0 0px;
	}
	.single-right-left h3 {
		font-size: 20px;
	}
	.description h5 {
		margin-bottom: 22px;
	}
	.description {
		margin: 1em 0 2em;
	}
	.occasional {
		margin: 1.5em 0;
	}
	.bootstrap-tab {
		margin: 3em 0 0;
	}
	.bootstrap-tab-text-grid-left img {
		width: 100%;
	}
	.colr {
		width: 24%;
		float: left;
	}
}
@media (max-width: 800px){
	.pignose-layerslider .slide-visual .script-wrap {
		right: 300px;
	}
	.navbar-list > li > a {
		padding: 18px 7px 19px;
	}
	.content-img-right h3 span {
		font-size: 24px;
	}
	.content-img-right h3 {
		font-size: 15px;
	}
	.content-img-right {
		padding: 37px 23px 0px;
		min-height: 170px;
	}
	.info-content p {
		font-size: 21px;
	}
	.separator {
		margin: 10px auto;
	}
	.info-content h4 {
		font-size: 22px;
	}
	.info-content a {
		padding: 4px 7px;
		font-size: 14px;
	}
	.action-btn:before {
		border: #FDA30E solid 2px;  /* PRIMARY COLOR */
	}
	.action-btn:hover:before, .action-btn:focus:before, .action-btn:active:before {
		top: -6px;
		right: -6px;
		bottom: -6px;
		left: -6px;
	}
	.resp-tab-item {
		margin: 0 13px;
		padding: 0 11px 14px 11px;
	}
	.footer-nav h4, footer h4 {
		font-size: 19px;
	}
	.image_text_contain {
		margin: 50px 0 17px;
	}
	.map iframe {
		min-height: 295px;
	}
	.modal-dialog {
		width: 675px;
	}	
}
@media (max-width: 768px){
	.pignose-layerslider .slide-visual {
		height: 400px;
	}
	ul.slide-group img {
		width: 100% !important;
		height: 400px !important;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		top:50px;
	}
	.content-img-right {
		padding: 36px 23px 0px;
		min-height: 163px;
	}
	.newsright input[type="text"] {
		padding: 8px 10px;
	}
	.newsright input[type="submit"] {
		padding: 9px 20px 9px;
		font-size: 16px;
	}
	.single-right-left:nth-child(1) {
		float: left;
		width: 67%;
	}
	.occasion-cart a {
		padding: 5px 11px;
		font-size: 14px;
	}
	.bootstrap-tab ul li a {
		font-size: 14px;
	}
	.nav-tabs > li > a {
		padding: 7px 13px;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		margin: 2em 0 1em;
	}
	.bootstrap-tab-text p span {
		margin: 1em 0 0;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		padding: 8px 10px;
		width: 49.35%;
		font-size: 14px;
	}
	.add-review textarea {
		min-height: 118px;
	}
	.add-review input[type="submit"] {
		width: 18%;
	}
	.electro-text a {
		font-size: 13px !important;
	}
	.featured-items {
		margin-top: 70px;
	}
	.electronics,.men-wear,.contact, .typrography,.checkout,.single {
		padding: 70px 0;
	}
	.dropdown-menu.columns-3 {
		min-width: 555px;
	}
	.checkout h3 {
		margin: 0 0 2em;
	}	
}
@media (max-width: 767px){
	.navbar-toggle {
		margin-left: 15px;
		float: left;
	}
	.header-left img {
		width: 100%;
	}
	.header-left {
		float: left;
		width: 23%;
	}
	.header-right {
		float: left;
		width: 33%;
	}
	.header-middle {
		float: left;
		width: 44%;
	}
	.header-spacing {
		padding: 17px 0;
	}
	.content-img-right {
		float: left;
		width: 50%;
	}
	.content-img-left {
		float: left;
		width: 50%;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #FDA30E;  /* PRIMARY COLOR */
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	.navbar-list > li {
		margin: 0 0px 0 0;
		width: 100%;
		text-align: center;
	}
	.nav > li > a {
		display: inline-block;
	}	

	.multi-gd-img {
		float: left;
		width: 24%;
	}
	.multi-gd-img1 {
		float: left;
		width: 51%;
	}
	ul.dropdown-menu.multi-column.columns-3 {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		    margin-top: 10px;
	}
	.navbar-default {
		width: 77%;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.multi-gd-img.multi-gd-text {
		width: 51% !important;
	}
	.content_grid_mid {
		padding: 12px 14px;
	}
	.content-img-right {
		padding: 33px 17px 0px;
		min-height: 156px;
	}
	.footer {
		padding: 45px 0;
	}
	.newsleft {
		margin-bottom: 14px;
	}
	.page-head {
		min-height: 166px;
		padding-top: 55px;
	}
	.page-head h3 {
		font-size: 35px;
	}
	.radio {
		line-height: 25px;
	}
	.alt_image_contain {
		float: left;
		width: 26%;
	}
	.alt_text_contain {
		float: left;
		width: 74%;
	}
	.electro-text h4 {
		font-size: 17px !important;
	}
	.content h3, .featured-items h3 {
		font-size: 27px;
	}
	td.invert-image {
		width: 30%;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 49%;
	}
	.content_grid_right h4 {
    font-size: 19px;
	}
	.circle-links a span {
        width: 23%;
        left: 133px;
            }
	ul.nav.navbar-list.menu__list {
		padding-bottom: 20px;
	}
	.close1, .close2, .close3, .close4 {
		right: 36px;
	}
}
@media (max-width: 667px){
    .ban-top{
        
    }
	.header-middle form input[type="submit"] {
		height: 37px;
		background: url(../images/search.png) no-repeat -3px -4px #FDA30E;  /* PRIMARY COLOR */
	}
	.sear-sub {
		float: right;
		width: 15%;
	}
	.search-drop select {
		padding: 8px 10px;
	}
	.header-middle input[type="search"] {
		padding: 8px 10px;
	}
	.header-right {
		float: left;
		width: 34%;
		padding-left: 8px;
	}	
	.header-middle {
		float: left;
		width: 43%;
	}
	.circle-links {
		margin-top: 9px;
	}
	.top_nav_right {
		float: right;
		width: 23%;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		left:350px;
	}
	.pignose-layerslider .slide-visual .script-wrap, .script-group img {
		width: 150px;
		height: 150px;
	}
	.pignose-layerslider .slide-visual {
		height: 350px;
	}
	ul.slide-group img {
		width: 100% !important;
		height: 350px !important;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		top: 75px;
	}
	.dropdown-menu {
		border-radius: 0;
	}
	.dropdown-menu.columns-3 {
		min-width: 474px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.dropdown-menu.columns-3 {
		padding: 19px 16px;
	}
	ul.multi-column-dropdown li {
		line-height: 2em;
	}
	.content_grid_contain {
		float: none;
		width: 51%;
		margin: 0 auto;
	}
	.content_grid_left h4 {
		font-size: 20px;
	}
	.content_grid_left h5 {
		font-size: 20px;
	}
	.content_grid_left p {
		font-size: 18px !important;
	}
	.action-btn:hover:before, .action-btn:focus:before, .action-btn:active:before {
		top: -8px;
		right: -8px;
		bottom: -8px;
		left: -8px;
	}
	.action-btn:before {
		border: #FDA30E solid 4px;  /* PRIMARY COLOR */
	}
	.content_grid_contain_mid {
		width: 100%;
	}
	.content_grid_mid {
		float: left;
		width: 49%;
	}
	.content_grid_mid:nth-child(2) {
		margin-top: 0;
		float: right;
	}
	.content_mid_img:nth-child(2) {
		margin: 28px auto 0px;
	}
	.content_grid_contain_mid {
		width: 100%;
		margin: 30px 0;
	}
	.content_grid_right {
		top: 61%;
		left: 19%;
	}
	.content-lgrid {
		width: 100%;
	}
	.content-img-right h3 {
		font-size: 20px;
	}
	.content-img-right h3 span {
		font-size: 30px;
	}
	.content-img-right {
		padding: 47px 26px 0px;
		min-height: 211.5px;
	}
	.content-rgrid {
		width: 53%;
		float: none;
		margin: 0 auto;
	}
	.content-lgrid {
		float: none;
	}
	.product-easy {
		padding: 70px 0;
	}
	.featured-item-details:hover .inner-featured-item-link .link-product-add-cart {
		top: 80.5%;
	}
	.coupons-gd span {
		padding: 18px 18px;
		font-size: 20px;
	}
	.coupons-gd h4 {
		font-size: 13px;
	}
	.coupons {
		min-height: 377px;
	}
/*	.footer-nav {
		width: 28%;
	}
	footer {
		width: 44%;
	}*/
	.featured-item-info h4 a {
		font-size: .8em;
	}
	td.invert-image {
		width: 27%;
	}
	.checkout-left-basket ul {
		padding: 0px 15px;
	}
	.checkout-left-basket h4 {
		padding: .5em;
		font-size: 1em;
		margin: 0 0 1em;
	}
	.modal-dialog {
		width: 387px;
	}
	.login-right, .login-bottom {
		float: left;
		width: 100%;
		margin: 0;
	}
	.login-right input[type="text"], .login-right input[type="password"], .login-bottom input[type="text"], .login-bottom input[type="password"] {
		padding: 7px 7px;
		font-size: 13px;
	}
	.login-right h3, .login-bottom h3 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.login-right input[type="submit"], .login-bottom input[type="submit"] {
		font-size: 15px;
	}
	.modal-header {
		padding: 6px 10px;
	}
	.login-right {
		margin-top: 30px;
	}
	.alt_text_contain p {
		line-height: 2em;
	}
	.alt_text_contain p {
		font-size: 13px;
	}
	.alt_text_contain h4 {
		font-size: 20px;
		margin: 0px 0 21px;
	}
	.contact-grid i {
		font-size: 25px;
	}
	.contact-grid p {
		font-size: 13px;
	}
	.contact-grid2, .contact-grid1, .contact-grid3 {
		min-height: 179px;
		padding-top: 24px;
	}
	.map iframe {
		min-height: 227px;
	}
	h3.tittle {
		margin: 0px 0 34px;
	}
	.contact-form2 textarea {
		min-height: 124px;
	}
	.contact-form2 input[type="text"], .contact-form2 input[type="email"], .contact-form2 textarea {
		padding: 8px 8px;
	}
	.contact-form2 input[type="submit"] {
		width: 16%;
	}
	.circle-links a span {
            font-size: .8em;
            left: 115px;
        }
}
@media (max-width: 640px){
	.header ul li, .search-drop select, .header-middle input[type="search"] {
		font-size: 13px;
	}
	.header ul li {
		width: 32%;
	}
	.circle-links li {
		margin: 0 0px;
	}
	.pignose-layerslider .slide-visual .script-wrap .slide-controller a {
		margin: 0 10px;
	}
	.pignose-layerslider .slide-visual .script-wrap .slide-pagination {
		bottom: -28px;
	}
	.pignose-layerslider .slide-visual .script-wrap .slide-controller {
		bottom: 61px;
	}
	.pignose-layerslider .slide-visual .script-wrap {
			left:380px;
		}
	.content-img-right h3 {
		font-size: 19px;
	}
	.content-img-right {
		padding: 55px 26px 0px;
		min-height: 202.5px;
	}
	.coupons-gd {
		padding: 0 8px;
	}
	.newsleft h3 {
		font-size: 17px;
	}
	.footer-left p {
		font-size: 13px;
	}
	.footer-nav ul li, footer ul li {
		font-size: 13px;
	}
	.multi-gd-img1 {
		padding-right: 13px;
		padding-left: 0px;
	}
	a.nav-link {
		font-size: 13px;
	}
	ul.multi-column-dropdown li a {
		font-size: 13px;
	}
	.multi-gd-img.multi-gd-text {
		width: 52% !important;
		padding: 0;
	}
	.electro-text h4 {
		font-size: 16px !important;
	}
	.electro-img-left {
		margin-bottom: 26px;
	}
	.featured-item-price span {
		font-size: 18px;
	}
	h3.tittle {
		font-size: 25px;
	}
	.contact-form2 input[type="text"], .contact-form2 input[type="email"] {
		width: 48.8%;
	}
	.contact-form2 input[type="submit"] {
		padding: 6px 0;
	}
	td.invert-image {
		width: 26%;
	}
	.description h5 {
		font-size: 13px;
	}
	.bootstrap-tab-text-grid-right {
		float: right;
		width: 78%;
	}
	.bootstrap-tab-text-grid-left {
		float: left;
		width: 19%;
	}
	.add-review input[type="submit"] {
		width: 14%;
	}

	.circle-links a span {
		left: 109px;
	}
	.circle-links a span:before {
		bottom: -3px;
		left: 18px;
	}
	.nav_cart h3 {             /*nav_cart_box      navigation bar cart viewer*/
		font-size: 12px;
	}
	.close1, .close2, .close3, .close4 {
    right: 33px;
}
}
@media (max-width: 600px){
	.top_nav_right {
		width: 30%;
	}
	.navbar-default {
		width: 69%;
	}
	.page-head h3 {
		font-size: 28px;
	}
	.page-head {
		min-height: 143px;
	}	
	.category-side label {
		font-size: 13px;
	}
	.swit label {
		font-size: 13px;
	}
	.swit {
		padding: 26px 25px;
	}
	.products-right h5, .filter-price h3 {
		font-size: 19px;
	}
	.sorting h6 {
		margin: 7px 18px 0 0;
	}
	.sort-grid {
		padding: 12px 0;
	}
	.callbacks_tabs a:after {
		height: 3px;
		width: 24px;
	}
	.callbacks_tabs {
		top: 81%;
		left: 37%;
	}
	.alt_image_contain {
		float: left;
		width: 32%;
	}
	.alt_text_contain {
		float: left;
		width: 68%;
		padding: 0;
	}
	.alt_text_contain h4 {
		margin: 0px 0 10px;
	}
	.featured-item {
		float: left;
		width: 33.333%;
		padding:0 5px ;
	}
	.no-pad-men {
		padding: 0 5px !important;
	}
	.featured-item-info h4 a {
		font-size: .8em;
	}
	.header ul li {
		width: 49%;
	}
	.header ul li:nth-child(1),.header ul li:nth-child(3) {
		text-align: center;
	}
	.header ul li:nth-child(3) {
		width:100%;
	}
	.header ul li:nth-child(2) {
		border-right: none;
	}
	.header-left {
		float: none;
		width: 28%;
		padding: 0;
	    margin: 0 auto 16px;
	}
	.header-middle {
		float: left;
		width: 50%;
	}
	.header-right {
		float: left;
		width: 47%;
		padding-left: 0;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		left:340px;
	}
	.content {
		/*padding: 50px 0;*/
	}
	.content_grid_contain {
		width: 62%;
	}
	.content-img-right h3 {
		font-size: 17px;
	}
	.content-img-right {
		padding: 35px 21px 0px;
		min-height: 179.5px;
	}

	.coupons-gd {
		float: none;
		width: 64%;
		padding: 0;
		margin: 0 auto;
	}
	.coupons-gd:nth-child(3) {
		margin: 30px auto;
	}
	.coupons {
		padding-top: 54px;
		min-height: 735px;
	}
	.coupons-gd h4 {
		font-size: 16px;
	}
	.multi-gd-img1 {
		padding-right: 0;
		padding-left: 0;
	}
	.dropdown-menu.columns-3 {
		min-width: 367px;
	}
	.multi-gd-img1 {
		float: left;
		width: 51%;
		margin: 0 auto 14px;
	}
	.multi-gd-img {
		float: left;
		width: 50%;
	}
	.multi-gd-img1 {
		padding-right: 0;
		padding-left: 0;
	}
	.multi-gd-img.multi-gd-text {
		margin-top: 20px;
	}
	.featured-item-info h4 a {
		font-size: .8em;
	}
	.featured-item {
		margin: 18px 0 0;
	}
	.value {
		width: 37px;
		height: 35px;
		padding: 8px 0px;
		line-height: 16px;
		margin: 0px 0;
	}
	.value-minus, .value-plus {
		height: 37px;
		line-height: 33px;
		width: 37px;
		margin: 3px 0 4px;
	}
	td.invert-image a img {
		width: 65%;
		margin: 0 auto;
	}
	.single-right-left:nth-child(1) {
		margin-bottom: 35px;
	}
	.single-right-left:nth-child(1) {
		float: left;
		width: 78%;
	}
	h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
		font-size: 18px;
	}
	.contact-grid {
		padding: 0 3px;
	}
	.electro-left {
		float: none;
		width: 100%;
		padding: 0;
	}
	.electro-text h4 {
		font-size: 20px !important;
	}
	.electro-right {
		float: none;
		width: 52%;
		padding: 0;
		margin: 20px auto 0;
	}
	.content-img-right {
		min-height: 189.5px;
	}
	.quantity-select {
		padding: 0 9px;
	}
	.circle-links a span {
		width: 17%;
	}
	.circle-links a span {
		bottom: 43px;
		left: 165px;
	}
	.value-minus, .value-plus {
    margin: 0px 0 0px;
}
.value {
    width: 37px;
    height: 37px;
}
.close1, .close2, .close3, .close4 {
    right: 21px;
}
}
@media (max-width: 568px){
	.content-img-right {
		padding: 35px 21px 0px;
		min-height: 179.5px;
	}	
	.quantity-select {
		padding: 0 0px;
	}
	.circle-links a span {
		left: 144px;
	}
	.circle-links a span:before {
		left: 15px;
	}
	.content_mid_img:nth-child(2) {
    margin: 25px auto 0px;
}
}
@media (max-width: 480px){
	.timetable_sub th, .timetable_sub td {
	}
	.timetable_sub th {

	}
	td.invert-image a img {
		width: 50%;
	}
	.timetable_sub td {

	}
	tr.rem1,tr.rem2,tr.rem3,tr.rem4 {
		padding-top: 2em;
		border-top:none;
	}
	.close1, .close2, .close3 {
		right: 190px;
		top: -4px;
	}
	.quantity-select .entry.value-plus:after {
		margin-top: -5px;
	}
	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		margin-left: -3px;
	}
	td.invert-image a img {
		width: 100%;
	}
	
	.value-minus, .value-plus {
		margin: 0;
	}
	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		left: 41%;
	}
	.value {
		width: 37px;
		height: 37px;
	}
	.close1, .close2, .close3,.close4 {
		right: 64px;
		top: -26px;
	}
	.checkout-left-basket {
		float: right;
		width: 51%;
	}
	.featured-item {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		left:250px;
	}
	.content_grid_left {
		left: 6%;
	}
	.content_mid_img:nth-child(2) {
		margin: 22px auto 0px;
	}
	.content_grid_right {
		top: 61%;
		left: 13%;
	}
	.content-img-left {
		float: none;
		width: 100%;
	}
	.content-img-right {
		float: none;
		width: 100%;
	}
	.content-rgrid {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.resp-tab-item {
		margin: 0 5px;
		padding: 0 5px 8px 5px;
		font-size: 16px;
	}
	.footer-nav {
		width: 100%;
	}
	footer {
		width: 100%;
	}
	.flickr-post ul li {
		margin: 0% 0% 3%;
		width: 21%;
	}
	footer {
		width: 100%;
		margin: 20px 0;
	}
	.content_grid {
		margin-top: 35px;
	}
	.content-img-right {
		border-top: 1px solid #eee;
	}
	.dropdown-menu.columns-3 {
		min-width: 316px;
	}
	.multi-gd-img1 {
		width: 100%;
	}
	.header-left {
		width: 35%;
		margin: 0 auto 26px;
	}
	.header-right {
		float: left;
		width: 43%;
	}
	.header-middle {
		float: left;
		width: 57%;
	}
	.sear-sub {
		float: right;
		width: 17%;
	}
	.circle-links a span {
		left: 95px;
                width: 23%;
	}
	.multi-gd-img.multi-gd-text {
		width: 100% !important;
	}
	.top_nav_right {
		width: 31%;
	}
	.content_grid_contain, .content_grid_contain_mid {
		float: none;
	}
	.content_grid_right {
		top: 46%;
	}
	.resp-tab-item {
		margin: 0 9px;
	}
	.featured-item {
		float: none;
		width: 57%;
		padding: 0 5px;
		margin: 30px auto 0;
	}
	.featured-item-details:hover .inner-featured-item-link .link-product-add-cart {
		top: 84.5%;
	}
	.featured-item-info h4 a {
		font-size: .8em;
	}
	.flickr-post ul li {
		margin: 0% 0% 3%;
		width: 19%;
	}
	.category-side {
		float: none;
		width: 100%;
		margin: 0 auto 30px;;
	}
	.community-poll {
		float: none;
		width: 71%;
		margin: 0 auto;
	}
	.sorting {
		float: left;
		width: 50%;
	}
	.sorting select {
		padding: 4px 2px;
	}
	.alt_image_contain {
		float: none;
		width: 46%;
		margin: 0 auto;
	}
	.alt_text_contain {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 30px;
	}
	.no-pad-men {
		padding: 0 0px !important;
	}
	.text-right {
		text-align: center;
	}
	.pagination {
		margin: 34px 0px 0 0;
	}
	.single-right-left:nth-child(1) {
		float: left;
		width: 100%;
	}
	.imagezoom-cursor ,.imagezoom-view{
		display: none;
	}
	.colr {
		width: 33%;
		float: left;
	}
	.add-review input[type="submit"] {
		padding: 6px 0;
	}
	.coupons-gd {
		width: 79%;
	}
	.navbar-default {
		width: 65%;
	}
	.col-sm-6.multi-gd-img1 {
		padding-right: 0;
		padding-left: 0;
	}
	.dropdown-menu.columns-3 {
		min-width: 300px;
	}
	.contact-grid {
		float: none;
		width: 75%;
		padding: 0 7px;
		margin: 0 auto 23px;
	}
	.map {
		margin: 30px 0 50px;
	}
	.contact-form2 input[type="submit"] {
		font-size: .875em;
	}
	.timetable_sub th {
    font-size: 12px;
}
.timetable_sub td {
    font-size: 12px;
}
.close1, .close2, .close3, .close4 {
    right: 21px;
    top: -12px;
}
.value-minus, .value-plus {
    height: 25px;
    width: 25px;
}
.quantity-select .entry.value-plus:after {
    left: 56%;
    top: 47%;
}
.value {
    line-height: 8px;
    width: 25px;
    height: 25px;
}
.close1, .close2, .close3, .close4 {
    right: 17px;
}
td.invert-image a img {
    width: 82%;
}
.close1, .close2, .close3, .close4 {
    right: 9px;
}
}
@media (max-width: 414px){
	.header ul li span {
		margin-right: 5px;
	}
	.header-middle {
		float: left;
		width: 100%;
		margin: 0;
	}
	.header-left {
		width: 37%;
		margin: 0 auto 9px;
	}
	.header-middle input[type="search"] {
		padding: 6px 10px;
	}
	.search-drop select {
		padding: 6px 10px;
	}
	.header-middle form input[type="submit"] {
		height: 31px;
	}
	.sear-sub {
		float: right;
		width: 10%;
	}
	.header-middle form input[type="submit"] {
		background: url(../images/search.png) no-repeat -5px -8px #fda30e;  /* PRIMARY COLOR */
	}
	.search-drop {
		float: left;
		width: 43%;
	}
	.search-box {
		float: left;
		width: 47%;
	}
	.header-right {
		float: left;
		width: 100%;
	}
	.circle-links {
		margin-top: 31px;
		text-align: center;
	}
	.circle-links a span {
		width: 13%;
		left: 120px;
	}
	.circle-links a span:before {
		left: 19px;
	}
	.top_nav_right {
		width: 40%;
	}
	.navbar-default {
		width: 59%;
	}
	.dropdown-menu.columns-3 {
		min-width: 241px;
	}
	.navbar-list > li > a {
		padding: 14px 7px 12px;
	}
        .navbar-list {

            z-index: 9999;
        }
	.menu--shylock .nav-link::before, .menu--shylock .nav-link::after {
		height: 3px;
	}
	.multi-gd-img {
		float: left;
		width: 100%;
		text-align: center;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		left: 186px;
	}
	.content_grid_contain {
		width: 87%;
	}
	.content_grid_left {
		left: 11%;
	}
	.content_grid_contain_mid {
		padding: 0;
	}
	.content_mid_img:nth-child(2) {
		margin: 20px auto 0px;
	}
	.content_grid_right {
		left: 21%;
	}
	.resp-tab-item {
		font-size: 14px;
	}
	.featured-item {
		float: none;
		width: 65%;
	}
	.coupons-gd h3 {
		font-size: 18px;
	}
	p.copy-right {
		margin-top: 23px;
		line-height: 1.8em;
	}
	.flickr-post ul li {
		margin: 0% 0% 0%;
		width: 19%;
	}
	.featured-item-info h4 a {
		font-size: .8em;
	}
	.description input[type="text"] {
		width: 73%;
	}
	.colr {
		width: 61%;
		float: left;
		margin-top: 10px;
	}
	.bootstrap-tab-text-grid-left {
		float: none;
		width: 48%;
		margin: 0 auto;
	}
	.bootstrap-tab-text-grid-right {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 100%;
	}
	.add-review input[type="email"] {
		margin-left: 0;
		margin: 15px 0 0;
	}
	.add-review input[type="submit"] {
		width: 22%;
	}
	.close1, .close2, .close3, .close4 {
		right: 53px;
	}
	.check_box {
		margin-bottom: 6px;
	}
	.sorting {
		float: left;
		width: 100%;
	}
	.sort-grid {
		padding: 0px 0;
	}
	.sorting {
		margin: 6px 0;
	}
	.contact-form2 input[type="text"], .contact-form2 input[type="email"] {
		width: 100%;
	}
	.contact-form2 input[type="email"] {
		margin: 25px 0 0;
	}
	.contact-form2 input[type="submit"] {
		width: 26%;
	}
	.checkout-right-basket {
		float: none;
		margin: 1em 0 0 0em;
	}
	.checkout-left-basket {
		float: none;
		width: 67%;
		margin-top: 35px;
	}
	.checkout-right-basket a {
		padding: 10px 54px;
	}
	.timetable_sub th {
    padding: 3px 2px;
	}

.close1, .close2, .close3, .close4 {
    right: 12px;
}
}
@media (max-width: 384px){
	.header ul li {
		width: 100%;
		padding: 6px 0;
	}
	.header ul li:nth-child(2) {
		border: none;
	}
	.circle-links a span {
		left: 115px;
	}
	.circle-links a span:before {
		left: 15px;
	}
	.top_nav_right {
		width: 44%;
	}
	.navbar-default {
		width: 56%;
	}
	.close1, .close2, .close3, .close4 {
		right: 46px;
	}
	.checkout-right-basket a {
		padding: 10px 44px;
	}
	.checkout-left-basket ul li:nth-child(5) {
		padding: 10px 0 0;
	}
	.coupons {
		min-height: 762px;
	}
	.dropdown-menu.columns-3 {
		min-width: 214px;
	}
	.pignose-layerslider .slide-visual .script-wrap {
			left: 150px;
		}
	.pignose-layerslider .slide-visual .script-wrap {
		padding: 9px;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		top: 30px;
	}
	.pignose-layerslider .slide-visual {
		height: 237px;
	}
	.content_grid_left h4 {
		font-size: 18px;
	}
	.content_grid_mid {
		float: none;
		width: 100%;
	}
	.content_grid_mid {
		float: none;
		width: 87%;
		margin: 0 auto;
	}
	.content_grid_mid:nth-child(2) {
		float: none;
		margin: 26px auto 0;
	}
	.content_mid_img {
		width: 32%;
	}
	.resp-tab-item {
		margin: 0 5px;
	}
	.featured-item {
		float: none;
		width: 74%;
	}
	footer ul li i {
		margin-right: .5em;
	}
	.category-side,.community-poll {
		width: 100%;
	}
	.electro-img-btm-left,.electro-img-btm-right {
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.electro-text p {
		font-size: 15px !important;
	}
	.electro-text a {
		padding: 3px 7px !important;
		font-size: 13px !important;
	}
	.electro-right {
		float: none;
		width: 100%;
	}
	.single-right-left h3 {
		font-size: 18px;
	}
	.tab-content {
		padding: 0;
	}
	.modal-dialog {
		width: 298px;
	}
	td.invert-image {
    width: 21%;
    }
    .close1, .close2, .close3, .close4 {
        right: 9px;
    }
    .dropdown-menu {
        min-width: 111px;
    }
}
@media (max-width: 375px){
	.content_grid_right {
		top: 42%;
		left: 16%;
	}
	.circle-links a span {
		left: 100px;
	}
	.flex-viewport {
		width: 100%;
	}
	.flex-control-nav {
		float:none;
		width: 100%;
	}
	.flex-control-thumbs li {
		width: 22.3%;
		margin: 3% 2.65% 0;
	}
	.flex-control-thumbs li:nth-child(4), .flex-control-thumbs li:nth-child(1) {
		margin: 0;
	}	
	.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 10px;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 11px!important;
	}
	.value {
    line-height: 22px;
    width: 33px;
    height: 33px;
    margin: 5px 13px;
    }
    .value-minus, .value-plus {
        height: 33px;
        width: 33px;
    }
    .timetable_sub td {
        width: 21%;
    }
    .value-minus, .value-plus {
        margin: 3px 0;
    }
    .close1, .close2, .close3, .close4 {
        right: 18px;
    }
    .header-left {
        width: 46%;
    }
    .timetable_sub th {
        font-size: 13px;
    }
}

@media (max-width: 320px){
	.header ul li {
		padding: 4px 0;
	}
	.header-spacing {
		padding: 6px 0;
	}
	.header-left {
		width: 39%;
		margin: 0 auto 1px;
	}
	.circle-links a span {
		width: 15%;
		left: 76px;
	}
	.top_nav_right {
		width: 51%;
	}
	.navbar-default {
		width: 49%;
	}
	.pignose-layerslider .slide-visual .script-wrap, .script-group img {
		width: 126px;
		height: 126px;
	}
	.pignose-layerslider .slide-visual .script-wrap .slide-controller a {
		margin: 0 6px;
	}
	.sear-sub {
		float: right;
		width: 12%;
	}
	.header-middle form input[type="submit"] {
		background: url(../images/search.png) no-repeat -7px -8px #fda30e;  /* PRIMARY COLOR */
	}
	.search-box {
		float: left;
		width: 44%;
	}
	.pignose-layerslider .slide-visual {
		height: 200px;
	}
	.content h3 {
		margin-bottom: 11px;
	}
	.content h3, .featured-items h3 {
		font-size: 23px;
	}
	.content {
		/*padding: 32px 0;*/
	}
	.content_grid {
		margin-top: 21px;
	}
	.content p {
		line-height: 1.8em;
	}
	.content_grid_contain {
		width: 100%;
	}
	.content_grid_left {
		left: 8%;
	}
	.content_grid_left p a {
		padding: 0px 0px;
		font-size: 13px;
		width: 43%;
	}
	.content_grid_mid {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.resp-tab-item {
		padding: 0 3px 5px 3px;
		font-size: 13px;
		margin: 0 2px;
	}
	.featured-item {
		float: none;
		width: 100%;
	}
	.product-easy {
		padding: 32px 0;
	}
	.featured-item-details:hover .inner-featured-item-link .link-product-add-cart {
		top: 86.5%;
	}
	.coupons-gd {
		width: 100%;
	}
	.newsright input[type="text"] {
		width: 63%;
	}
	.newsright input[type="text"] {
		padding: 6px 10px;
		font-size: 13px;
	}
	.newsright input[type="submit"] {
		padding: 7px 20px 7px;
		font-size: 13px;
	}
	.footer-nav h4, footer h4 {
		margin-bottom: 13px;
	}
	.sign-grds {
		margin-top: 25px;
	}
	.footer-nav ,footer{
		width: 100%;
		padding: 0;
	}
	.footer {
		padding: 30px 0;
	}
	p.copy-right {
		font-size: 13px;
	}
	.dropdown-menu.columns-3 {
		min-width: 163px;
	}
	.callbacks_tabs {
		top: 76%;
		left: 26%;
	}
	.image_text_contain {
		margin: 32px 0 0px;
	}
	.alt_text_contain h4 {
		font-size: 16px;
	}
	.alt_image_contain {
		width: 62%;
	}
	.page-head {
		padding-top: 40px;
		min-height: 115px;
	}
	.electronics, .men-wear, .contact, .typrography, .checkout, .single {
		padding: 40px 0;
	}
	.ui-widget-content {
		margin: 1.5em 0 5em 0;
	}
	.coupons-gd h4 {
		margin: 20px 0 8px;
	}
	.coupons {
		min-height: 670px;
		padding-top: 35px;
	}
	.navbar-toggle {
		padding: 7px 7px;
		margin-top: 12px;
	}
	.electro-img-left.mask img {
		height: 151px;
	}
	.electro-img-left {
		margin-bottom: 0;
	}
	.featured-items {
		margin-top: 35px;
	}
	.featured-items h3 {
		font-size: 21px;
	}
	.featured-item {
		padding: 0;
	}
	.checkout h3 {
		margin: 0 0 1em;
	}
	.timetable_sub td {
		width: 47%;
	}
	.checkout-left-basket {
		float: none;
		width: 100%;
	}
	.coupons-gd:nth-child(3) {
		margin: 27px auto;
	}
	.single-right-left:nth-child(1) {
		margin-bottom: 18px;
	}
	.single-right-left h3 {
		font-size: 15px;
	}
	.single-right-left p {
		margin: .5em 0 0.5em;
	}
	.description {
		margin: 0.5em 0 1em;
	}
	.description h5 {
		margin-bottom: 11px;
		line-height: 1.8em;
	}
	.description input[type="text"] {
		width: 69%;
	}
	.occasional h5 {
		margin: 0 0 0px;
	}
	.bootstrap-tab {
		margin: 2em 0 0;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		font-size: 1em;
	}
	.nav-tabs > li > a {
		padding: 5px 6px;
	}
	.dropdown-menu {
		min-width: 98px;
	}
	ul.slide-group img {
		width: 100% !important;
		height: 300px !important;
	}
	.modal-dialog {
		width: 263px;
	}
	.login-grids p {
		font-size: 13px;
		margin-top: 23px;
	}	
	.checkout h3 {
		font-size: 22px;
	}
	.timetable_sub td {
		width: 12% !important;
	}
	.value-minus, .value-plus {
		height: 30px;
		width: 30px;
	}
	.value {
		line-height: 14px;
		width: 30px;
		height: 30px;
		margin: 2px 0px;
	}
	.close1, .close2, .close3, .close4 {
		right: 12px;
	}
	.timetable_sub th {
		font-size: 12px;
	}
	.header-left {
            width: 46%;
            margin: 5px auto 6px;
        }
}
/*-- //responsive media queries --*/


/* possible unused CSS */
.container-fluid {
    padding: 0px;
}   /* used in wrapping the navbar links*/


.footer_gmaps {
    margin: 0px !important;
}


.brand_logo {
    display: flex;
    width: 1170px;
    margin: 0 auto;
}

.logo {
    max-height: 20vh;
    display: flex;
}

.logo > a {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
} 

.logo > a > img {
    flex-shrink: 0;
    vertical-align: middle;
    height: 100%;
}

.primary-background-color {
    background: #fda30e; /* PRIMARY COLOR */
}

.primary-background-color-hover:hover {
    background: #fda30e; /* PRIMARY COLOR */
}

.clands-search-box{
    color: black;
}