@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);


/*------ template stylization ------*/
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
/*------headings texts links---------*/

/*------------ for black ribon add  by Sizhard ----------*/
.black-ribbon {   
position: fixed;   z-index: 9999;   width: 70px; display: block;
}
@media only all and (min-width: 768px) { .black-ribbon { width: auto; } }

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }
/*------------ for black ribon add  by Sizhard ----------*/

header {
	position: relative;
	width: 100%;
	z-index: 2!important;
	padding: 0 0 26px;
	border-bottom: 1px solid #ebe8e8;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/***************** content ****************/
/*------------- contacts page -------------------*/
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map iframe {
	width: 100%;
	height: 472px;
	border: none;
	margin-top: 6px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address strong {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	padding: 0;
	padding-bottom: 2px;
}
address {
	margin: 0;
	margin-bottom: 12px;
}
.info > p {
	color: #818181;
	margin-bottom: 21px;
}
.info > p span {
	color: #818181;
	width: 97px;
	display: inline-block;
}
/***** contact form *****/
.contact-form {
	position: relative;
	vertical-align: top;
	z-index: 1;
	margin: 0;
	top: -9px;
}
.contact-form .txt-form {
	display: none;
}
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-bottom: 9px;
	float: left;
	width: 200px;
}
.contact-form .coll-1 p, .contact-form .coll-2 p, .contact-form .coll-3 p {
	margin-bottom: 3px;
}
.contact-form .coll-1, .contact-form .coll-2 {
	margin-right: 10px;
}
.contact-form fieldset {
	top: 9px;
	border: none;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 10;
}
.contact-form label {
	display: block;
	min-height: 45px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.contact-form .message {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}
.contact-form .message p {
	margin-bottom: 3px;
}
.contact-form .message b {
	position: relative;
	display: block;
	margin-bottom: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #818181;
}
.contact-form input {
	padding: 0 10px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 2px !important;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #727272;
	background: #f8f8f8;
	outline: none;
	width: 100%;
	border: 1px solid #eeecec;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form textarea {
	padding: 9px 10px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 2px !important;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #727272;
	background: #f8f8f8;
	outline: none;
	width: 100%;
	border: 1px solid #eeecec;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form input {
	height: 33px;
}
.contact-form input:focus, .contact-form textarea:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #eeecec !important;
	color: #727272 !important;
	border: 1px solid #eeecec;
}
.contact-form .area .error {
	float: none;
}
.contact-form textarea {
	width: 100%;
	height: 102px;
	resize: none;
	overflow: auto;
}
.contact-form .success {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	padding: 25px 0px;
	text-transform: none;
	text-align: center;
	z-index: 20;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eeecec;
}
.contact-form .error, .contact-form .empty {
	color: #f00;
	font-size: 10px;
	line-height: 1.2em;
	display: none;
	text-align: right;
	overflow: hidden;
	width: 100%;
	text-transform: none;
	position: absolute;
	top: 35px;
	right: 0;
}
.contact-form .message .error, .contact-form .message .empty {
	top: 130px;
}
.contact-form .buttons-wrapper {
	margin: 0;
}
.contact-form .buttons-wrapper a {
	margin-top: 23px;
}
.contact-form .buttons-wrapper a:hover {
	text-decoration: none;
}
.contact-form .buttons-wrapper p {
	top: -10px;
	position: relative;
	font-weight: 200;
	display: inline-block;
	color: #818181;
	text-transform: uppercase;
}
.contact-form .buttons-wrapper span {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-left: 30px;
}
.address .link1 {
	padding: 7px 32px;
}
.buttons-wrapper > .link1 {
	padding: 7px 15px;
}
/*-- end contacts --*/
@media (max-width: 360px) {
.privacytxt a {
	margin: 0 auto;
	display: table;
}
.list5 {
	position: relative;
	list-style: none;
	margin-left: 0;
	margin-top: -12px;
}
.list5 .span2 {
	width: 100%;
	float: none;
	padding: 0;
	margin: 18px 0 0 0;
}
.list5 .span2 a figure img {
	width: 100%;
}
}
/*Core variables and mixins*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:70px;
    right:0;
    display:none;
    z-index:9998;
}

/* If the Login Button has been clicked */    

/* Login Form */
#loginForm {
    width:248px; 
    border:0px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-20px;
    background:#e7e7e7;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf url(../images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}
#cartButton { 
    display:inline-block;
    float:right;
    background:#d2e0ea url(../images/buttonbg.png) repeat-x; 
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:9999;
    cursor:pointer;
}
.side-menu .navbar-nav li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
/* reset our lists to remove bullet points and padding */
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-nav .submenu li{
	border-bottom: 0px solid #e7e7e7;
  	padding: 0px 0px 5px 25px;
}
.navbar-nav li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
