﻿ .resizer {
    position: relative;
    margin: 15px;
    width: 219px;
    height: 175px;
}
table.new-table {
    margin-top: 15px;     width: 820px;
    background: #fff;
}
table.new-table tr th {
    background: #254baa;
    padding: 9px !important; 
    color: #fff;
}
ul.order-detail.clear {
    background: #fff;
    margin-bottom: 20px;
    margin-top: 15px;
}
table.new-table tr td {
    vertical-align: initial;
    border: 1px solid #ccc;
    padding: 9px;
}
table.inner-table b {
    background: #000;
    color: #fff;
    display: block;
    text-align: left;
    padding: 5px 10px;
}
table.inner-table tr td {
    border: none !important;
    vertical-align: initial;
    padding: 5px 0px;
}

ul.order-detail li {
    float: left;
    width: 48%;
    padding: 8px;
}
.cover {
    float: right;
    margin-top: 11px;
}
.cover img {
    float: left;
}
.cover h3 {
    padding: 0px 0px 0px 59px !important;
}
div#thumbs img {
    border: 1px solid #254baa;
}
.sy-pager li.sy-active a {
    background-color: #000000 !important;
}
.resizer img {
    position: absolute;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 170px !important;
    max-height: 150px !important;
    margin: auto;
}
div#images img {
    position: absolute;
    max-height: 300px !important;
    max-width: 350px !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
div#images {
    position: relative;
    margin: 15px !important;
    height: 350px !important;
    width: 370px !important;
}
.dtl-resize {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
	border: 1px solid #ccc !important;
}
.dtl-resize img {
    max-width: 80px !important;
    max-height: 80px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    padding: 0 !important;
}
.arrow-up {
    float: right;
    background: url(../images/arrow-up.png);
    width: 9px;
    height: 7px;
    margin-top: 6px;
    margin-right: 8px;
}
.arrow-down {
    float: right;
    background: url(../images/arrow-down.png);
    width: 9px;
    height: 7px;
    margin-top: 6px;
    margin-right: 8px;
}

div#expandcomment {
    background: #000000;
	    font-size: 22px;
    padding: 10px;
    position: relative;
    color: #fff;
}
.cat-resizer img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 90px;
    max-height: 70px;
}

.cat-resizer {
    height: 90px;
    width: 108px;
    position: relative;
}
td.t-img div {
    border: 1px solid #254BAA;
    width: 100px;
	background:#FFF;
    height: 80px;
    position: relative;
}
.t-img div img {
    max-width: 80px;
    max-height: 60px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
td.t-img {
    padding: 7px 12px !important;
}
 .dropOut.cat ul{
	/*max-height:250px;*/
}
.dropOut ul li.new {
width: auto;
min-width: 125px !important;
margin-top: 10px;
}
.top-bg{
	height: 150px;
    position: absolute;
    background-color: #CCC;
    width: 100%;
    margin-top: -30px;
    background-image: url(../assets/images/bg-top.png);
    background-position: center center;
	z-index:-999;
}
body {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: normal !important;
	font-size: 15px;
	color: #333;
	background: #FFF;
	background-position: center top;
	font-weight:normal;
}
body {
	background-image: url(../images/slider.jpg);
	background-position: left top;
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body a {
	color: #FFF;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
.list-no-bullets {
	list-style-type: none;
}
p {
	font-family: 'PT Sans Caption', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
.clear:after {
	content:"";
	display:table;
	clear:both;
}
content-area:after {
	content:"";
	display:table;
	clear:both;
}
header {
	max-width: 1170px;
	margin: 0 auto !important;
}





.loader-overlay{
position: fixed;
background: rgba(0, 0, 0, 0.62);
height: 100%;
width: 100%;
z-index: 9;
top: 0;
left: 0;
display: none;
}
.loader-spinner{
position: absolute;
height: 45px;
width: 45px;
background: white;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border-radius: 3px;
padding: 11px;
}
.overlay-new {
background: #00000063;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
display:none;
}
.spin img {
position: absolute;
height: 45px;
width: 45px;
background: white;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border-radius: 3px;
padding: 11px;
}	
span .zipcodex{
color:red;
}
.pagination {
font-family: Verdana, sans-serif;
padding: 20px;
margin: 7px;
}
.pagination a {
margin: 2px;
padding: 0.3em 0.64em 0.43em 0.64em;
background-color: #ff3547;
text-decoration: none;
color: #fff;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
-webkit-border-radius: .125rem;
border-radius: .125rem;
}
.login-footer img {
    width: 240px;
}








.main-nav {
	display: block;
	list-style: none;
	text-align: right;
	float: right;
	padding-top: 9px;
}
.row {
	width: 100%;
}
.autoMarg {
	margin: 0 auto;
}
.backgroundBlue {
	background: #6e6e6e;
	position: relative;
	z-index: 100;
	margin-top: 22px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.footer-bg {
	background: #000000;
	border-bottom: 1px solid #000000;
	margin: 0 auto;
	height: auto;

	z-index: 10;
	border-top: 5px solid #254baa;
	padding-top: 5px;
	padding-bottom:5px;
}
/*.backgroundwhite {
	background: #FFF;
}
*/
.navigation {
	height: 92px;
}
ul.main-nav li {
	font-family: 'PT Sans Caption', sans-serif;
	color: #FFF;
	position: relative;
	display: inline-block;
	height: 20px;
	/* background: red; */
	vertical-align: middle;
	padding: 30px;
}
.accordin-nav {
	padding-left: 10px;
}
ul.accordin-nav li {
	list-style-image: url(../images/bul.png);
	width: 260px;
	height:18px;
	padding: 15px 0 15px 0;
}
ul.main-nav li a:hover {
	color: #254baa;
	transition:ease-in-out 0.7s;
-ms-transition:ease-in-out 0.7s;	-webkit-transition:ease-in-out 0.7s;
	-o-transition:ease-in-out 0.7s;
	-moz-transition:ease-in-out 0.7s;
}
ul.main-nav li a img {
}
.logo {
	margin: 0px;
	padding: 0px;
	margin-top: -22px;
	height	:0px;
	
}
.content-area {
	max-width: 1170px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 20px;
}
.sep{
	float:left;
	margin-left:2px;
}
.content-bg {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.deal-one {
	border: 7px solid lightgrey;
	float: left;
	width: 534px;
	height: 273px;
	margin-bottom: 22px;
}
.deal-one {
	border: 7px solid lightgrey;
	float: left;
	width: 534px;
	height: 273px;
	margin-bottom: 22px;
}
.deal-one1 {
	border: 7px solid lightgrey;
	float: left;
	width: 281px;
	height: 143px;
	margin-bottom: 22px;
}
.data {
	width: 600px;
	height: 268px;
	float: right;
}
.data2 {
	width: 850px;
	height: 177px;
	float: right;
}
.heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 37px;
	font-weight: bold;
	color: #0084bb;
	padding-top: 22px;
	padding-bottom: 15px;
}
.paragraph {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 23px;
	padding-bottom: 0px;
}
.subheading {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #16304b;
	height: 37px;
}
.subheading2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #16304b;
}
.deal-nav {
	margin-top: -20px;
	padding-bottom: 6px;
}
ul.deal-nav li {
	list-style-image: url(../images/bullet.png);
	margin-left: 29px;
}
.left-info {
	float: left;
	padding-top: 10px;
	width: 327px;
}
.right-info {
	float: right;
	width: 231px;
}
sup {
	top: -7px;
}
.dollar {
	font-size: 22px;
	color: #78c143;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
}
.dollar2 {
	font-size: 22px;
	color: #78c143;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
}
.price {
	font-size: 23px;
	color: #78c143;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
}
.price2 {
	font-size: 23px;
	color: #78c143;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
}
.limit {
	font-size: 13px;
	color: #78c143;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
	padding-left: 106px;
}
.box {
	border-top: 1px dashed;
	border-bottom: 1px dashed;
}
.inner-nav {
	padding-left: 27px;
	list-style: square;
	list-style: none;
	padding-top: 0px;
	padding-bottom: 3px;
	font-size: 13px;
}
.accordin-bg {
	margin-bottom:20px;
	border: 7px solid rgba(102, 102, 102, 0.18);
	margin-top: 10px;
	border-radius:5px;
	background-color:#FFF;
}
.featured-bg {
	margin-top: 10px;
	margin-bottom: 15px;
}
.deal-box {
	width: 249px;
	height: 380px;
	text-align: center;
	background: #FFF;
	border: 7px solid rgba(102, 102, 102, 0.18);
	float: left;
	margin-right: 15px;
	margin-bottom: 17px;
	transition:ease-in-out 0.7s;
-ms-transition:ease-in-out 0.7s;	-webkit-transition:ease-in-out 0.7s;
	-o-transition:ease-in-out 0.7s;
	-moz-transition:ease-in-out 0.7s;
	cursor:pointer;
	border-radius:10px;
}
p.category-para {
	padding: 11px 11px 0 12px;
	height: 75px;
	display: block;
	/*width: 255px;*/
	color:#000;
	line-height:20px;
}
.new-para {
	max-height: 90px;
	overflow: auto;
	margin: 0 auto;
}
.deal-box:nth-child(3n+3) {
 margin-right: 0px;

}
.deal-box-new {
	width: 203px;
	height: 380px;
	text-align: center;
	background: #FFF;
	border: 7px solid rgba(102, 102, 102, 0.18);
	float: left;
	margin-right: 15px;
	margin-bottom: 17px;
}
.deal-box-new-1 {
	width: 179px;
	height: 380px;
	text-align: center;
	background: #FFF;
	border: 7px solid rgba(102, 102, 102, 0.18);
	float: left;
	margin-bottom: 17px;
	margin-top: -20px;
	margin-left: -20px;
}
.deal-box-new-1:hover {
	border: 7px solid rgba(0, 141, 169, 0.79);
}
.deal-box-new-1:hover > .deal-bg > p > .add-button {
	background: #254baa;
	height: 40px;
	color: white;
	padding: 10px;
	border: 1px solid #254baa;
	cursor: pointer;
}
.deal-box-new:hover {
	border: 7px solid rgba(0, 141, 169, 0.79);
}
.deal-box-new:hover > .deal-bg > p > .add-button {
	background: #254baa;
	height: 40px;
	color: white;
	padding: 10px;
	border: 1px solid #254baa;
}
.deal-box-new2 {
	width: 342px;
	height: 380px;
	text-align: center;
	background: #FFF;
	border: 7px solid rgba(102, 102, 102, 0.18);
	float: left;
	margin-right: 15px;
	margin-bottom: 17px;
}
.deal-box-new2:hover {
	border: 7px solid rgba(0, 141, 169, 0.79);
}
.deal-box-new2:hover > .deal-bg > p > .add-button {
	background: #254baa;
	height: 40px;
	color: white;
	padding: 10px;
	border: 1px solid #254baa;
}
.deal-box-new3 {
	width: 203px;
	height: 380px;
	text-align: center;
	background: #FFF;
	border: 7px solid rgba(102, 102, 102, 0.18);
	float: left;
	margin-bottom: 17px;
}
.deal-box-new3:hover {
	border: 7px solid rgba(0, 141, 169, 0.79);
}
.deal-box-new3:hover > .deal-bg > p > .add-button {
	background: #254baa;
	height: 40px;
	color: white;
	padding: 10px;
	border: 1px solid #254baa;
}
.deal-box:hover {
	border: 7px solid rgba(37, 75, 170, 0.79);
}
.deal-box:hover > .deal-bg > p.category-para > a > .add-button {
	background: rgba(37, 75, 170, 0.79);
	height: 40px;
	color: white;
	padding: 10px;
	border: 1px solid rgba(37, 75, 170, 0.79);
}
.deal-bg {
	border-bottom: 1px solid #CCC;
	height:335px;
}
.add-button {
	background:#000000;
	height: 40px;
	color: white;
	padding: 10px;
	border: 1px solid #000000;
	cursor: pointer;
	transition:ease-in-out 0.7s;
-ms-transition:ease-in-out 0.7s;	-webkit-transition:ease-in-out 0.7s;
	-o-transition:ease-in-out 0.7s;
	-moz-transition:ease-in-out 0.7s;
	border-radius:5px;
	outline:none;
}
/*
ul.inner-nav li:before {
	content: '■';
	color: #000000;
	float: left;
	width: 1em;
	font-size: 65%;
	margin: 0 8px 0 -9px;
}
*/
.left-info1 {
	float: left;
	width: 305px;
}
.right-info1 {
	float: right;
	width: 271px;
}
.items {
	float: left;
	padding: 0px;
	position: relative;
	text-align: left;
}
.items > a:after {
	transition: all 0.5s ease 0s;
	top: 0px;
	bottom: 0px;
	width: 46px;
	right: 0px;
	padding-top: 12px;
	background-color: #044872;
	content: url(../images/arrow.png);
	position: absolute;
	text-align: center;
	line-height: 11px;
	font-weight: normal;
	font-family: "FontAwesome";
}
.items > a {
	text-transform: uppercase;
	display: block;
	position: relative;
	background-color: #0476BB;
	color: #FFF;
	margin-top: 10px;
	padding: 13px 90px 11px 31px;
	font: bold 17px/22px "Roboto Condensed", sans-serif;
	width: 41px;
	text-decoration: none;
}
.items>a:hover {
	color: #fff;
	background-color: #0476bb;
}
.items>a:hover:after {
	background-color: #03283F;
}
.items>a:after {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	top: 0;
	bottom: 0;
	width: 46px;
	right: 0px;
	padding-top: 16px;
	background-color: #044872;
	content: url(../images/arrow.png);
	position: absolute;
	text-align: center;
	line-height: 11px;
	font-weight: normal;
	font-family: 'FontAwesome';
}
Inherited from div.items .items {
	padding: 0 15px;
	position: relative;
	text-align: left;
}
.heading-size {
	font-size: 25px;
	padding: 12px;
	text-transform:uppercase;
}
div.right-col a span{
	color:#254baa !important;
}
.text1 {
	color: #FFF;
	font-size: 20px;
	font-family: 'PT Sans Caption', sans-serif;
	background: url(../images/heading-bg.png) no-repeat center right #000000;
	width: 260px;
	height: 51px;
	float: left;
	border-radius:5px;
}
.text2 {
	color: #FFF;
	font-size: 20px;
	font-family: 'PT Sans Caption', sans-serif;
	background: url(../images/heading-bg.png) no-repeat center right #000000;
	width: 640px;
	height: 51px;
	float: left;
	border-radius:5px;
}
.heading-style {
	padding: 0px 45px 0 0;
	background: #254baa;
	width: 256px;
	height: 51px;
	border-radius:5px;
}
.heading-style1 {
	position: relative;
	padding: 0px 45px 0 0;
	background: #254baa;
	width: 775px;
	height: 51px;
	border-radius:5px;
}
.left-col {
	width: 300px;
	height: auto;
	float: left
}
.right-col {
width: 820px;
height: auto;
float: right;
}
form.search-form input.search-text {
	font-size: 113%;
	color: #8D8D8D;
	-webkit-font-smoothing: antialiased;
	font-family: sans-serif;
	background-color: #FFF;
	display: block;
	width: 200px;
	height: 4px;
	padding: 27px 21px 18px 9px;
	border: none;
	float: left;
}
form.search-form input.search-submit {
	display: block;
	height: 50px;
	width: 60px;
	border: none;
	background-position: 17px 12px;
	background-color: #253c7a;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
form.search-form input.search-submit:hover {
	background: #06b2d4;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 17px 12px;
}
form.search-form {
	margin: 10px 0px;
	padding: 0;
	width: 290px;
	height: auto;
}
 form.search-form input.search-text::-webkit-input-placeholder {
color:#CCCCCC;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
 form.search-form input.search-text::-moz-placeholder {
color:#CCCCCC;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
 form.search-form input.search-text::-ms-input-placeholder {
color:#CCCCCC;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
 form.search-form input.search-text:focus::-webkit-input-placeholder {
color:transparent;
}
form.search-form input.search-text:focus::-moz-placeholder {
color:transparent;
}
form.search-form input.search-text:focus:-moz-placeholder {
color:transparent;
}
form.search-form input.search-text:focus::-ms-input-placeholder {
color:transparent;
}
<!--
> ul.tsc_pagination {
margin: 4px 0;
padding: 0px;
height: 100%;
overflow: hidden;
font: 12px 'Tahoma';
list-style-type: none;
}
ul.tsc_pagination li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
ul.tsc_paginationB li {
	padding-bottom: 1px;
}
ul.tsc_pagination li:first-child {
	margin-left: 0px;
}
ul.tsc_paginationB li a:hover, ul.tsc_paginationB li a.current {
	color: #FFFFFF;
	background: #0A7EC5;
	box-shadow: 0px 1px #EDEDED;
	-moz-box-shadow: 0px 1px #EDEDED;
	-webkit-box-shadow: 0px 1px #EDEDED;
}
ul.tsc_paginationB02 li a {
	color: #0A7EC5;
	border-color: #8DC5E6;
	background: #F8FCFF;
}
ul.tsc_paginationB li a {
	border: solid 1px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 6px 9px 6px 9px;
}
ul.tsc_pagination li a {
	color: #0A7EC5;
	display: block;
	text-decoration: none;
	padding: 11px 14px 11px 18px;
}
ul.tsc_paginationB02 li a:hover, ul.tsc_paginationB02 li a.current {
	text-shadow: 0px 1px #388DBE;
	border-color: #3390CA;
	background: #58B0E7;
	background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}
.pagination {
	padding-left: 370px;
}
.items2 {
	float: left;
	padding: 0px;
	margin-left: 13px;
	position: relative;
	text-align: left;
}
.items2 > a:after {
	transition: all 0.5s ease 0s;
	top: 0px;
	bottom: 0px;
	width: 46px;
	right: 0px;
	padding-top: 12px;
	background-color: #2f630a;
	content: url(../images/arrow.png);
	position: absolute;
	text-align: center;
	line-height: 11px;
	font-weight: normal;
	font-family: "FontAwesome";
}
.items2 > a {
	text-transform: uppercase;
	display: block;
	position: relative;
	background-color: #78c143;
	color: #FFF;
	margin-top: 10px;
	padding: 13px 81px 11px 39px;
	font: bold 17px/22px "Roboto Condensed", sans-serif;
	width: 41px;
	text-decoration: none;
}
.items2>a:hover {
	color: #fff;
	background-color: #78c143;
}
.items2>a:hover:after {
	background-color: #224707;
}
.items2>a:after {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	top: 0;
	bottom: 0;
	width: 46px;
	right: 0px;
	padding-top: 16px;
	background-color: #2f630a;
	content: url(../images/arrow.png);
	position: absolute;
	text-align: center;
	line-height: 11px;
	font-weight: normal;
	font-family: 'FontAwesome';
}
Inherited from div.items2 .items2 {
	padding: 0 15px;
	position: relative;
	text-align: left;
}
#footer {
	width: 1000px;
	margin: 0 auto;
}
#footer ul {
	list-style: none;
	color: #ffffff;
	margin-left: 42px;
}
#footer ul li {
	padding: 10px;
	text-decoration: none;
	background: url(../style/images/underline.png) no-repeat bottom;
}
.color {
	color: #000000;
	background: none !important;
}
.image {
	margin-left: 50px;
}
.bottom-ul {
	float:left;
	width: 1170px;	
	padding-top:15px;
}
.bottom-ul ul li img {
	margin: 0px 8px;
}
#bottom-text {
	text-align: center;
	color: #FFF;
}
.footer-li1 {
	margin-left: 19px;
}
.darkblue {
	background: #1a6da7;
	height: auto;
}
.footer-bottom {
	border-top: 1px solid #15b1d0;
	background: #254baa;
}
.social-links {
	margin-top: 10px;
	padding-top: 10px;
}
.footer-heading {
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 9px;
	padding: 0px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid #02343e;
	padding-bottom: 10px;
	width: 250px;
}
.inner-nav2 {
	padding-left: 14px;
	margin-top: 12px;
	list-style: square;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
ul.inner-nav2 li:before {
	content: '■';
	color: #69c2ec;
	float: left;
	width: 1em;
	font-size: 65%;
	margin: 0em -1.2em;
}
ul.inner-nav2 li {
	padding-bottom: 12px;
}
ul.inner-nav2 li a:hover {
	color: #00F;
}
.paragraph1 {
	padding-top: 22px;
	width: 230px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}
.copyright {
	color:#FFF;
	padding-top:17px;
	text-align:right;
	float:right;
	font-weight:bold;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
}
.backgroundlight {
	background: #000000;
	height: 90px;
	position:relative;
}
.text-p {
	font-size: 14px !important;
	font-family: Open-sans, sans-serif !important;
	font-weight: normal !important;
	line-height: 23px;
	list-style-position: inside;
}
.paragraph2 {
	float: left;
	font-size: 38px;
	font-weight: bolder;
	color: white;
	padding-top: 25px;
}
.phone-img {
	float: right;
	padding-top: 10px;
}
.social-links a:hover {
	opacity: 0.8;
}
.slider {
	height: 350px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -148px;
}
.register {
	float: left;
	border-radius: 3px;
	width: 561px;
	background: #3c93d0;
	height: 105px;
	margin-bottom: 25px;
	margin-top: 22px;
}
.login {
	float: right;
	border-radius: 3px;
	width: 580px;
	background: #3c93d0;
	height: 105px;
	margin-bottom: 25px;
	margin-top: 22px;
}
.desc {
	float: left;
	padding-top: 10px;
}
.button-div {
	margin-top: 26px;
	margin-right: 20px;
}
.button {
	border: 1px solid #FFF;
	background: #3c93d0;
	color: #FFF;
	font-weight: bold;
	width: 160px;
	height: 37px;
	margin-top: 14px;
	margin-bottom: 22px;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.4s ease-in 0s;
	float: right;
}
.button a:hover {
	color: #FFF;
}
.button:hover {
	background: #1a6da7;
	color: white;
	border: 1px solid #0d456c;
}
.member {
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
}
.note {
	padding-left: 10px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}
ul.inner-nav li {
	padding: 5px 0;
	list-style:square;
	color: #254baa;
	font-size:15px;
	letter-spacing:2px;
}
.rem-all{
	position: relative;
	color: #000;
	left: 0;
	font-size: 18px;
	width: 820px;
	margin: 0;
	padding: 0;
	float:right;
}
.benefits {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.paragraph3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 27px;
}
.benefit-person {
	float: right;
	background: url(../css/images/benefit.png) no-repeat;
	width: 408px;
	height: 267px;
}
.benefit-data {
	float: left;
	width: 700px;
}
.benefit-services {
	float: right;
	background: url(../css/images/SPEC_OFFERS_ICON.png);
	width: 400px;
	height: 311px;
}
.benefit-services2 {
	float: right;
	background: url(../css/images/24_hour_service_generic.jpg) no-repeat;
	width: 400px;
	height: 311px;
}
.width-form1 {
	width: 550px;
	margin-top: 130px;
}
.width-form2 {
	width: 550px;
	margin-top: 130px;
}
.landingbg {
	background: url(../images/landing.png) no-repeat;
	width: 100%;
	height: 1000px;
	margin: 0 auto;
	background-position: center;
}
fieldset {
	border: 1px solid #254baa;
	border-radius: 7px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.74) !important;
	margin-top:10px;
	margin-bottom:10px;
}
.width1170 {
	width: 1170px !important;
	margin: 0 auto !important;
}
.landing-logo {
	margin: 0 auto;
	text-align: center;
}
legend {
	font-family: Open sans, sans-serif;
	font-size: 22px;
	padding: 0 10px;
	color: rgba(5, 29, 57, 0.8);
	font-weight: bold;
	border: 1px solid #254baa;
	padding: 12px;
	background:#000000 !important;
	color: white;
	width:250px;
	border-radius:5px;
}
.new-legend{
width:385px;
}

ul.registerform li {
	width: 50%;
	height: 93px;
	list-style: none;
	float: left;
}
.buttons {
	float: left;
	padding: 0px;/*position: relative;
text-align: left;
width: 208px;
height:53px;*/
}
.buttons:last-child {
	margin: 0 0 0 0px;
}
.left-form {
	float: left;
}
.right-form {
	float: right;
}
.textbox {
	width: 240px !important;
}
.form-left {
	float: left;
}
.form-right {
	float: right;
}
.map-img {
	margin-bottom: 10px;
}
.error1 {
	background: rgb(241, 212, 214);
	padding: 10px;
	border-radius: 5px;
}
.address-area {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal !important;
	font-size: 13px;
}
.faq-detail {
	background: #39F;
	background: #E0F0FF;
	padding: 13px;
	line-height: 20px;
	font-size: 13px;
	font-family: 'Open Sans';
}
.inner-nav-faq li a {
	color: #000;
}
.inner-nav-faq li a:hover {
	color: #0476BB;
	text-decoration: underline;
}
ul.inner-nav-faq li {
	padding: 8px 0;
	font-size: 15px;
}
.inner-nav-faq {
	padding-left: 20px;
	list-style: square;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
ul.inner-nav-faq li:before {
	content: '■';
	color: #69c2ec;
	float: left;
	width: 1em;
	font-size: 65%;
	margin: 0em -1.2em;
}
ul.registerform2 li {
	width: 24%;
	list-style: none;
	float: left;
}
.textbox2 {
	width: 113px !important;
}
.textarea1 {
	border: 1px solid #0476BB;
	/* float: left; */
	width: 563px;
	height: 170px;
}
/*----------Tab-css----------*/
.tab-container {
	width: 1170px;
}
.main-tab {
	width: 1170px;
	height: auto;
}
/* ------------------------------------------------- */

#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 -15px 0 0;
}
#tabs a {
	float: left;
	position: relative;
	padding: 0 40px;
	height: 0;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #3D3D3D;
	border-bottom-color: #777\9;
	opacity: .3;
	filter: alpha(opacity=30);
}
#tabs a:hover, #tabs a:focus {
	border-bottom-color: #3D3D3D;
	opacity: 1;
	filter: alpha(opacity=100);
}
#tabs a:focus {
	outline: 0;
}
#tabs #current {
	z-index: 3;
	border-bottom-color: #0f8ec3;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ----------- */
#content {
	background: #fff;
	border-top: 2px solid #3d3d3d;
	padding-top: 9px;
	padding-bottom: 10px;
}
#content h2, #content h3, #content p {
	margin: 0 0 7px 0;
}
/* Demo page only */
#about {
	color: #999;
	text-align: center;
	font: 0.9em Arial, Helvetica;
}
#about a {
	color: #777;
}
/*----------Table-css----------*/
#background-image {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('../style/table-images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th {
	padding: 12px;
	font-weight: normal;
	font-size: 12px;
	color: #339;
}
#background-image td {
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td {
	font-size: 11px;
}
#background-image tbody td {
	background: url('../style/table-images/back.png');
}
#background-image tbody tr:hover td {
	color: #339;
	background: none;
}
#gradient-style {
	width: 850px;
}
#gradient-style th {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 13px;
	background: #b9c9fe url(../images/gradhead.png) repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	text-align: left;
}
#gradient-style td {
	padding: 14px;
	border-bottom: 1px solid #fff;
	color: #669;
	font-size: 13px;
	border-top: 1px solid #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	background: #e8edff url(../images/gradback.png) repeat-x;
}
#gradient-style tbody tr:hover td {
	background: #d0dafd url(../images/gradhover.png) repeat-x;
	color: #339;
}
.table-left {
	float: left;
}
.data-right {
	float: right;
	width: 270px;
}
/*---One column table*/
#one-column-emphasis {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 1150px;
	text-align: left;
	margin-bottom: 10px;
	border-collapse: collapse;
}
#one-column-emphasis td {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
	font-weight: normal;
}
#one-column-emphasis th {
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis tr:hover td {
	color: #339;
	background: #eff2ff;
}
.oce-first {
	background: #d0dafd;
}
.room-deals {
	width: 260px;
	height: auto;
	margin: 10px 26px 0px 0px;
	background: #3c93d0;
	color: #FFF;
	float: left;
	border: 3px solid #B6DCFF;
}
.mini-paragraph {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 23px;
	padding-bottom: 0px;
	width: 241px;
	padding: 9px;
}
/*--------------dropdown-css*/
nav {
	text-align: right;
}
nav ul {
	margin-left: 0;
	padding-left: 0;
	width: 100px;
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul li {
	float: left;
	width: 171px;
	text-align: left;
	border-bottom: 3px solid #3c93d0;
}
nav ul li:hover {
	background: #3c93d0;
}
nav ul li a {
	display: block;
	padding: 15px 10px;
	color: #000;
	text-decoration: none;
}
nav ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	background: rgb(96, 179, 252);
	width: 171px;
}
nav ul ul li {
	float: none;
	border-bottom: 1px solid #a8d4fb;
	border-top: 1px solid #0688fb;
	position: relative;
}
nav ul ul li a {
	padding: 8px 10px;
	color: #fff;
}
nav ul ul li a:hover {
	background: #1a6da7;
	color: #fff;
}
#down-triangle {
	float: right;
	width: 0;
	height: 0;
	margin-top: 8px;
	border-top: 7px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
#down-triangle2 {
	float: right;
	width: 0;
	height: 0;
	margin-top: 8px;
	border-top: 7px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.drop-left {
	float: right;
	margin-left: 40px;
	margin-bottom: 29px;
}
.drop-right {
	float: right
}
/*  ====================
    Akkordeon
====================  */
#akkordeon {
	/*width: 450px;*/
}
#akkordeon h2 {
	height:18px;
	font-size: 15px;
	padding-left: 10px;
	color: #333;
	background: url(../images/arrow-right.png) no-repeat right;
}
#akkordeon .title {
	cursor: pointer;
	width: 266px;
	padding: 0px 10px 0px 10px;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
#akkordeon .content {
	display: none;
	padding: 0px 0px 0 20px;
	margin-bottom: 5px;
	height: auto;
	width: 294px;
}
/*  ==========================
    wenn Akkordeon offen
==========================  */
.accordin {
}
#akkordeon .open {
}
#akkordeon .open h2 {
	background: url(../images/arrow-down.png) no-repeat right;
}
.abt-left {
	float: left;
	width: 600px;
	height: auto;
}
.abt-right {
	float: right;
}
.img-left {
	float: left;
}
.social-icons1 {
	background: url(../images/social.png) no-repeat;
	width: 52px;
	height: 47px;
	float: left;
	background-position: -1px -2px;
}
.social-icons2 {
	background: url(../images/social.png) no-repeat;
	width: 52px;
	height: 47px;
	float: left;
	background-position: -55px -2px;
}
.social-icons3 {
	background: url(../images/social.png) no-repeat;
	width: 52px;
	height: 47px;
	float: left;
	background-position: -110px -2px;
}
.social-icons4 {
	background: url(../images/social.png) no-repeat;
	width: 52px;
	height: 47px;
	float: left;
	background-position: -164px -2px;
}
.social-icons1:hover {
	background: url(../images/social.png) no-repeat;
	width: 52px;
	height: 47px;
	float: left;
	background-position: -1px -48px;
}
.social-icons2:hover {
	background: url(../images/social.png) no-repeat;
	width: 52px;
	height: 47px;
	float: left;
	background-position: -55px -49px;
}
.social-icons3:hover {
	background: url(../images/social.png) no-repeat;
	width: 52px;
	height: 47px;
	float: left;
	background-position: -110px -49px;
}
.social-icons4:hover {
	background: url(../images/social.png) no-repeat;
	width: 52px;
	height: 47px;
	float: left;
	background-position: -164px -49px;
}
/*detail page css*/

.margtop {
	margin: 25px 0 0 0;
}
.black {
	color: #000 !important;
	font-size: 20px !important;
	font-weight: bolder;
	margin-bottom: 10px;
	padding: 0px 0 0 0 !important;
}
.pointsHolder {
    margin: 0px auto 0px;
}
.gallery_thumbs {
	float: left;
	background: #FFF;
	border: 1px solid #254baa;
	margin: 10px 0 0 0;
	text-align:center;
	height:auto;
	min-height:522px;
	max-height:522px;
	width:400px;
	border-radius:5px;
	padding-bottom:15px;
}
.descHolder {
	margin: 10px 0 0 10px;
	float: left;
	width: 408px;
	text-align: justify;
	background-image:url(../imgages/heading-bg.png) no-repeat;
}
h2.descHead {
	display: block;
	width: 388px;
	background: #000000;
	padding: 10px;
	color: #fff;
	font-family: Open sans;
	font-size: 22px;
	margin-bottom: 15px;
	border-radius:5px;
}
h2.descHead2 {
	display: block;
	width: 800px;
	background: #000000;
	padding: 10px;
	color: #fff;
	font-family: Open sans;
	font-size: 22px;
	    text-transform: uppercase;
	margin-bottom: 15px;
	border-radius: 5px;
	float: left;
}
.descHolder p {
	line-height: 27px;
	font-size: 15px;
	font-weight: normal;
		padding:0 20px 0 0;
}
.addToCart {
	float: left;
	margin: 10px 0 0 10px;
	padding: 10px 0 0 0;
}
.addToCartTable {
	font-size: 15px;
	font-family: Open Sans, sans-serif;
	width: 412px;
}
.addToCartTable tr td {
	display: block;
	width: 165px;
	padding: 15px 5px;
	float: left;
}
input[type="submit"], input[type="reset"] {
	display: block;
	height: 41px;
	padding: 0 20px;
	cursor:pointer;
	color: #FFF;
	font-family: 'PT Sans Caption', sans-serif;
	background: url(../images/heading-bg.png) no-repeat top right #000000;
	float: left;
	border: 0;
	transition: ease-in-out 0.2s;
	width:277px;
	border-radius:5px;
	outline:none;
	letter-spacing:2px;
}
input[type="search"] {
width: 300px;
margin: 10px 0px 10px 0;
height:41px;
border: 1px solid #CCC !important;
padding:0px;
}
.left-col-inner-div{
	height:auto;
	padding-bottom:10px;
}
.ui-menu .ui-menu-item a{
	font-size:10px !important;
	width:485px !important;
}
.go-sea{
	width: 65px !important;
	background: #254baa !important;
	height: 37px !important;
	font-family:Helvetica;
	letter-spacing:2px;
	font-size:13px;
}
.go-sea:hover{
	background:#000000 !important;
	transition:ease-in-out 0.7s;
-ms-transition:ease-in-out 0.7s;	-webkit-transition:ease-in-out 0.7s;
	-o-transition:ease-in-out 0.7s;
	-moz-transition:ease-in-out 0.7s;

}
input[type="submit"]:hover, input[type="reset"]:hover {
	background: url(../images/heading-bg-inverse.png) no-repeat top right #000000;
}
.button-1 {
	display: block;
	height: 41px;
	padding: 0 20px;
	color: #FFF;
	cursor:pointer;
	font-family: 'PT Sans Caption', sans-serif;
	background: url(../images/heading-bg.png) no-repeat top right #000000;
	margin: 0 auto;
	border: 0;
	transition:ease-in-out 0.7s;
-ms-transition:ease-in-out 0.7s;	-webkit-transition:ease-in-out 0.7s;
	-o-transition:ease-in-out 0.7s;
	-moz-transition:ease-in-out 0.7s;
	border-radius:5px;
	outline:none;
	min-width:165px;
	width:160px;
}
.button-1:hover {
	background: url(../images/heading-bg-inverse.png) no-repeat top right #000000;
}
.red {
	color: #F00 !important;
}
.bottom-pad {
	padding: 0 0 20px 0;
}
.pad-top-bot {
	padding: 10px 0;
}
.recent-view {
	color: #000;
	text-decoration: none;
}
.recent-view:hover {
	text-decoration: underline;
	color: #000;
}
.quant {
	height: 30px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #254baa;
	width: 60px;
	outline:none;
}
/*About Us CSS*/
.text-p {
	font-size: 14px !important;
	font-family: Open-sans, sans-serif !important;
	font-weight: normal !important;
	line-height: 23px;
	list-style-position: inside;
}
/*contact us css*/
.input-fix {
	width: 637px !important;
}
.contact-input {
	width: 493px !important;
	height: 39px;
	border: 1px solid #1a6da7;
	margin: 0 15px 10px 0;
	border-radius:5px;
	outline:none;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}
.contact-input2 {
	width: 225px !important;
	height: 39px;
	border: 1px solid #1a6da7;
	margin: 0 15px 10px 0;
	border-radius:5px;
	outline:none;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.contact-select {
	width:500px !important;
	height: 41px;
	margin: 0 15px 10px 0;
	border-radius:5px;
	outline:none;
	line-height:35px;
}
.right-col #images{
	height:370px;
}
/*Carousel CSS*/
/*
#images {
	width: 250px;
}
*/
#thumbs img.selected, #thumbs img:hover {
	border-color: #333;
}
#source {
	text-align: center;
	width: 400px;
	margin: 0 0 0 -200px;
	position: absolute;
	bottom: 10px;
	left: 50%;
}
#source, #source a {
	color: #999;
	font-size: 12px;
}
.displayBlk {
	display: block;
	margin: 10px 0;
	float:right;
}
.recent-view img {
	margin: -3px 5px;
}
table.cart-details {
	border-bottom: 2px solid #9f9f9f;
}
table.cart-details tr td {
	vertical-align: middle;
	padding: 10px 0;
	text-align:center;
}
.disc-para {
min-height: 280px;
max-height: 280px;
overflow: auto;
}

table.cart-details:last-child {
	border-bottom: 0px solid #9f9f9f;
}
/*carousel*/

.caroufredsel_wrapper {
	width: 819px !important;
}
.caroufredsel_wrapper {
	width: 819px !important;
}
#carousel {
	width: 819px !important;
	position: relative;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	display: block;
	width: 232px;
	height: 178px;
	padding: 0;
	margin: 6px;
	margin-left: 0px;
	float: left;
	position: relative;
}
#carousel li img {
	width: 207px;
	height: 140px;
	margin-top: 14px;
	margin-left: -10px;
}
#carousel li span {
	background: transparent url(../style/img/carousel_shine.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 201px;
	height: 127px;
	position: absolute;
	z-index: 2;
	border: 7px solid rgba(102, 102, 102, 0.18);
	top: 14px;
	left: 0px;
}
.clearfix {
	float: none;
	clear: both;
}
#carousel .prev, #carousel .next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	margin-left: 10px;
	position: absolute;
	top: 70px;
}
#carousel .prev {
	background-position: 0 0;
	left: -3px;
	top: 78px;
}
#carousel .prev:hover {
	left: -3px;
	top: 78px;
}
#carousel .next {
	background-position: -17px 0;
	right: 0px;
	top: 78px;
}
#carousel .next:hover {
	right: 0px;
	top: 78px;
}
#carousel .pager {
	text-align: center;
	margin: 0 auto;
}
#carousel .pager a {
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
#carousel .pager a.selected {
	background: transparent url(../style/img/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;
}
#source {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#source, #source a {
	font-size: 12px;
	color: #999;
}
#donate-spacer {
	height: 100%;
}
#donate {
	border-top: 1px solid #999;
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width: 650px;
}
#donate form {
	width: 100px;
}
/*----------Tab-css----------*/
.tab-container {
	width: 821px;
}
.main-tab {
	width: 821px;
	height: auto;
}
/* ------------------------------------------------- */

#tabs {
	overflow: hidden;
	width: 810px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 -15px 0 0;
}
#tabs a {
	float: left;
	position: relative;
	padding: 0 40px;
	height: 0;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #3D3D3D;
	border-bottom-color: #777\9;
	opacity: .3;
	filter: alpha(opacity=30);
}
#tabs a:hover, #tabs a:focus {
	border-bottom-color: #3D3D3D;
	opacity: 1;
	filter: alpha(opacity=100);
}
#tabs a:focus {
	outline: 0;
}
#tabs #current {
	z-index: 3;
	border-bottom-color: #0f8ec3;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ----------- */
#content {
	background: #fff;
	border-top: 2px solid #3d3d3d;
	padding-top: 9px;
	padding-bottom: 10px;
}
#content h2, #content h3, #content p {
	margin: 0 0 7px 0;
}
/* Demo page only */
#about {
	color: #999;
	text-align: center;
	font: 0.9em Arial, Helvetica;
}
#about a {
	color: #777;
}
/*----------Table-css----------*/
#background-image {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('../style/table-images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th {
	padding: 12px;
	font-weight: normal;
	font-size: 12px;
	color: #339;
}
#background-image td {
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td {
	font-size: 11px;
}
#background-image tbody td {
	background: url('../style/table-images/back.png');
}
#background-image tbody tr:hover td {
	color: #339;
	background: none;
}
#gradient-style {
	width: 850px;
}
#gradient-style th {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 13px;
	background: #b9c9fe url(../images/gradhead.png) repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	text-align: left;
}
#gradient-style td {
	padding: 14px;
	border-bottom: 1px solid #fff;
	color: #669;
	font-size: 13px;
	border-top: 1px solid #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	background: #e8edff url(../images/gradback.png) repeat-x;
}
#gradient-style tbody tr:hover td {
	background: #d0dafd url(../images/gradhover.png) repeat-x;
	color: #339;
}
.table-left {
	float: left;
}
.data-right {
	float: right;
	width: 270px;
}
/*---One column table*/
#one-column-emphasis {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 1150px;
	text-align: left;
	margin-bottom: 10px;
	border-collapse: collapse;
}
#one-column-emphasis td {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
	font-weight: normal;
}
#one-column-emphasis th {
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis tr:hover td {
	color: #339;
	background: #eff2ff;
}
.oce-first {
	background: #d0dafd;
}
.room-deals {
	width: 260px;
	height: auto;
	margin: 10px 26px 0px 0px;
	background: #3c93d0;
	color: #FFF;
	float: left;
	border: 3px solid #B6DCFF;
}
.mini-paragraph {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 23px;
	padding-bottom: 0px;
	width: 241px;
	padding: 9px;
}
/*--------------dropdown-css*/
nav {
	text-align: right;
}
nav ul {
	margin-left: 0;
	padding-left: 0;
	width: 100px;
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul li {
	float: left;
	width: 171px;
	text-align: left;
	border-bottom: 3px solid #3c93d0;
}
nav ul li:hover {
	background: #3c93d0;
}
nav ul li a {
	display: block;
	padding: 15px 10px;
	color: #000;
	text-decoration: none;
}
nav ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	background: rgb(96, 179, 252);
	width: 171px;
}
nav ul ul li {
	float: none;
	border-bottom: 1px solid #a8d4fb;
	border-top: 1px solid #0688fb;
	position: relative;
}
nav ul ul li a {
	padding: 8px 10px;
	color: #fff;
}
nav ul ul li a:hover {
	background: #1a6da7;
	color: #fff;
}
#down-triangle {
	float: right;
	width: 0;
	height: 0;
	margin-top: 8px;
	border-top: 7px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
#down-triangle2 {
	float: right;
	width: 0;
	height: 0;
	margin-top: 8px;
	border-top: 7px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.drop-left {
	float: right;
	margin-left: 40px;
	margin-bottom: 29px;
}
.drop-right {
	float: right
}
ul li.drop {
	position: relative;
}
ul li a:hover {
	color: #eee;
}
.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #000;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.dropdownContain {
	width: 160px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -115px; /* half of width */
	top: 65px;
	display:none;
}
.dropOut {
	width: 238px;
	background: #000;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
	 -webkit-transition: all .1s ease-out;
	 -moz-transition: all .1s ease-out;
	 -ms-transition: all .1s ease-out;
	 -o-transition: all .1s ease-out;
	 transition: all .1s ease-out;
}
.dropOut ul {
	float: left;
	padding: 10px 0;
	max-height: 420px;
	overflow-wrap: normal;
	overflow-x: hidden;
	padding-top:10px;
}
.dropOut ul li {
	text-align: left;
	float: left;
	width: 202px;
	padding: 12px 0 10px 15px;
	margin: 0px 10px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px;
 -webkit-transition: background .1s ease-out;
 -moz-transition: background .1s ease-out;
 -ms-transition: background .1s ease-out;
 -o-transition: background .1s ease-out;
 transition: background .1s ease-out;
 border-radius:5px;
 font-size: 14px;
}
.dropOut ul li:hover {
	background: #254baa;
	color: white;
}
ul li:hover a {
	color: white;
}
ul li:hover .dropdownContain {
	display:block;
}
ul li:hover .underline {
	border-bottom-color: #777;
}
ul li:hover .dropOut {
	opacity: 1;
	margin-top: 8px;
	border-radius:7px;
}
.caption-contain {
	width: 249px !important;
}
.product_image {
	width: 410px;
}
.bottom-border1 {
	border-bottom: 1px solid #15b1d0;
	width: 250px;
}
.inner-nav3{float:left; list-style:none;}
ul.inner-nav3 li {
padding-bottom: 11px;
}
ul.inner-nav3 a{color:#FFF}
.bottom-ul {
	float:left;
	width: 1170px;	
}
	.cata{
		width:1170px;
	}
	ul.cata li{
		width:1170px !important;
		width: 108px !important;
		height: 115px !important;
		text-align: center !important;
		padding-right: 8px !important;
		margin:0px !important;
		color:#000 !important;
		padding-left:7px;
	}
		ul.cata li:hover{
			background:none !important;
	}
	ul.cata li:first-child{
		margin-left:2px !important;
	}	
	ul.cata> li{
		border-left:5px solid #254baa;
		border-radius:0px;
		border-bottom:none;
		border-top:none;
		border-right:none;
		margin-left:5px;
		height: 31px !important;
		width: 1150px !important;
		text-align:left !important;
	}
	ul.cata> li:first-child{
		margin-left:0px !important;
	}
::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #ccc;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #000000;
	border-left:1px solid #CCC;
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
/*new*/
#adpacks-wrapper {
	display: none !important;
}
.font22 {
	font-size: 22px !important;
	padding: 0px;
}
.cart_img {
	background: url(http://bitcoinstpetersburgbowlrewards.com/img/basket-small.png) no-repeat 480px -3px;
}
.marg-bot-0 {
	margin-bottom: 0px !important;
}
.hover-2 {
	height: 36px !important;
}
.hover-2:hover {
	background: #254baa !important;
	border: 1px solid #fff !important;
}
.ma-easysidebar {
	display: block;
	background-position: left center;
	padding: 0 0 0 45px !important;
	right: -200px;
	top: 200px !important;
	width: 200px !important;
	height: 125px !important;
	position: fixed !important;
	background: url(../img/mamycart.png) no-repeat #000000;
	z-index: 99999 !important;
	display: block !important;
	opacity:0.9;
	box-shadow:	-2px -2px 8px #555;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	cursor:pointer;
}

.ma-cartblock {
	background: #fff;
}
.block {
	padding: 0 0 38px;
	background: url("../images/bg-bottom.png") repeat-x scroll 0 100% transparent;
}
.block-title {
	color: #fff;
	font-size: 22px;
	padding: 21px 10px;
}
.empty {
	color:#fff !important;
}
svg {
	/*display: none;
	bottom:90px !important;*/
}
.iview-caption.caption1, .iview-caption.caption2, .iview-caption.caption3, .iview-caption.caption4 {
	display: none !important;
}
ul.welcom-user {
	width: 1170px;
	margin: 0 auto;
	list-style: none;
}
ul.welcom-user li h3 {
	font-family: Open-sans, sans-serif;
	font-size: 23px;
	color: #fff;
	margin: 12px 0 0 0px;
	display: block;
    padding: 15px 0 10px 56px;
}
ul.welcom-user li {
	width: 50%;
	float: left;
	margin: 10px 0;
}
.welcome-ico {
	background:url(../images/welcome-user.png)no-repeat 0px 0px;
}
.point-ico {
	/*background:url(../images/points.png)no-repeat 457px 3px;*/

}
.outer-h3{text-align:right;}

.slider-cont{ width: 100%;
    height: 100px;
    background: transparent;
    position: absolute;
    z-index: 1;
    /*top: 260px;*/
	top: 190px;
}
	.inner-logo{width:95%;margin: 0 auto;}
.iview-directionNav{display :none !important;}

 @media (min-width: 900px) and (max-width:1024px) {
.footer-heading {
 width: 220px !important;
}
.inner-logo {
/*width: 1010px;*/
width: 95%;
margin: 0 auto;
}
.bottom-border1 {
 width: 220px !important;
}
.iview-caption.caption1 {
 font-size: 20px !important;
 top: 336px !important;
 left: 11px !important;
 width: 182px !important;
}
.iview-caption.caption2 {
 font-size: 20px !important;
 top: 336px !important;
 left: 11px !important;
 width: 182px !important;
 letter-spacing: -1px;
}
.iview-caption.caption3 {
 font-size: 20px !important;
 letter-spacing: -1px;
 top: 336px !important;
 left: 11px !important;
 width: 182px !important;
}
.iview-caption.caption4 {
 font-size: 20px !important;
 top: 336px !important;
 left: 11px !important;
 width: 182px !important;
}
.right-col {
 width: 986px !important;
 margin-left: 12px !important;
}
.paragraph2 {
 padding-left: 14px;
 float: left;
 font-size: 30px;
 font-weight: bolder;
 color: white;
 padding-top: 35px;
}
form.search-form {
 padding-right: 12px !important;
}
.logo {
 padding-left: 12px !important;
}
p.category-para {
 display: block;
 width: 223px !important;
 font-size: 12px !important;
}
.backgroundlight {
 margin: -97px 0 0 0 !important;
}
.iview-items {
 display: none !important;
}
#iview-timer {
 display: none !important;
}
 ul.welcom-user li {
	width: 41%;
	float: left;
	margin: 10px 0;
}
.welcome-ico {
	background:url(../images/welcome-user.png)no-repeat 0px 0px;
}
.point-ico {
	background:url(../images/points.png)no-repeat 235px 3px;
	text-align:right;
}

	 .bottom-ul {
	float:left;
	width: 980px !important;
}
.iview-directionNav{display :none;}
 @media (min-width: 1025px) and (max-width:1164px) {
	 ul.welcom-user li {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.inner-logo {
width: 1140px;
margin: 0 auto;
}
.welcome-ico {
	background:url(http://bitcoinstpetersburgbowlrewards.com/images/welcome-user.png)no-repeat 0px 0px;
}
.iview-directionNav{display :none !important;}
.point-ico {
	background:url(http://bitcoinstpetersburgbowlrewards.com/images/points.png)no-repeat 327px 3px;
	text-align:right;
}

	 .bottom-ul {
	float:left;
	width: 1110px;
}
.caption-contain {
 width: 249px !important;
}
.backgroundlight {
 margin-top: -39px !important;
}
.iview-caption.caption1 {
}
.iview-caption.caption1 {
 font-size: 20px !important;
 top: 336px !important;
 left: 11px !important;
 width: 182px !important;
}
.iview-caption.caption2 {
 font-size: 20px !important;
 top: 336px !important;
 left: 11px !important;
 width: 182px !important;
 letter-spacing: -1px;
}
.iview-caption.caption3 {
 font-size: 20px !important;
 letter-spacing: -1px;
 top: 336px !important;
 left: 11px !important;
 width: 182px !important;
}
.iview-caption.caption4 {
 font-size: 20px !important;
 top: 336px !important;
 left: 11px !important;
 width: 182px !important;
}
.right-col {
 width: 1130px !important;
 margin-left: 12px !important;
}
.paragraph2 {
 padding-left: 11px !important;
 font-size: 29px;
 padding-top: 35px;
}
.iview-items {
 display: none !important;
}
#iview-timer {
 display: none !important;
}
form.search-form {
 padding-right: 12px !important;
}
.logo {
 padding-left: 12px !important;
}
}
@media (min-width: 1281px) and (max-width:1422px) {
.caption-contain {
 width: 209px !important;
}
.iview-directionNav{display :none;}
.iview-caption.caption1 {
 font-size: 20px !important;
 font-weight: bold !important;
 letter-spacing: 1.5px !important;
 top: 294px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 left: 146px !important;
}
/*
body {
 background-position: 1117px -29px, right top;
}
*/
.iview-caption.caption1 {
 top: 294px !important;
 left: 74px !important;
 width: 189px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: 1.5px !important;
}
.iview-caption.caption2 {
 font-size: 20px !important;
 top: 294px !important;
 left: 74px !important;
 width: 189px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: 1.5px !important;
}
.iview-caption.caption3 {
 font-size: 20px !important;
 letter-spacing: 1.5px !important;
 top: 294px !important;
 left: 74px !important;
 width: 189px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
}
.iview-caption.caption4 {
 font-size: 20px !important;
 top: 294px !important;
 left: 74px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 width: 189px !important;
 letter-spacing: 1.5px !important;
}
.iview-items {
 display: none !important;
}
.dropOut {
 width: 258px !important;
}
.dropOut ul li {
 width: 224px !important;
}
}
 @media (min-width: 1423px) and (max-width:1706px) {
	 /*
body {
 background-position: 1287px -29px, right top;
}
*/
.caption-contain {
 width: 199px !important;
}
.iview-caption.caption1 {
 font-size: 20px !important;
 top: 233px !important;
 left: 137px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 width: 189px !important;
}
.iview-directionNav{display :none;}
.iview-caption.caption1 {
 top: 233px !important;
 left: 137px !important;
 width: 189px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: 0.2px !important;
}
.iview-caption.caption2 {
 font-size: 20px !important;
 top: 233px !important;
 left: 137px !important;
 width: 189px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: 0.2px !important;
}
.iview-caption.caption3 {
 font-size: 20px !important;
 letter-spacing: 0.2px !important;
 top: 233px !important;
 left: 137px !important;
 width: 189px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
}
.iview-caption.caption4 {
 font-size: 20px !important;
 top: 233px !important;
 left: 137px !important;
 width: 189px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: 0.2px !important;
}
.iview-items {
 display: none !important;
}
}
@media (min-width: 1707px) and (max-width:1921px) {
	/*
body {
 background-position: 1396px -29px, right top;
}
*/
.iview-directionNav{display :none;}
#iview2 {
 height: 576px !important;
}
.iview-items {
 display: none !important;
}
.accordin {
 position: relative;
 top: 0px;
 left: 0px;
}
.iview-caption.caption1 {
 font-size: 20px !important;
 top: 211px !important;
 left: 170px !important;
 width: 178px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: -0.5px;
}
.iview-caption.caption1 {
 font-size: 20px !important;
 top: 211px !important;
 left: 170px !important;
 width: 178px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: -0.5px;
}
.iview-caption.caption2 {
 font-size: 20px !important;
 top: 211px !important;
 left: 170px !important;
 width: 178px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: -0.5px;
}
.backgroundlight {
 margin: 30px 0 0 0 !important;
}
.iview-caption.caption3 {
 font-size: 20px !important;
 top: 211px !important;
 left: 170px !important;
 width: 178px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: -0.5px;
}
.iview-caption.caption4 {
 font-size: 20px !important;
 top: 211px !important;
 left: 170px !important;
 width: 178px !important;
 margin-top: 0px !important;
 margin-left: 0px !important;
 letter-spacing: -0.5px;
}
.caption-contain {
 width: 201.000002px !important;
 letter-spacing: 0.5px !important;
}
}
 @media (min-width: 1922px) and (max-width:2560px) {
	 /*
body {
 background-position: 1702px -29px, right top
}
*/
.iview-caption.caption1 {
 top: 140px !important;
 left: 241px !important;
 width: 180px !important;
 font-size: 18px !important;
}
.iview-directionNav{display :none;}
.iview-caption.caption1 {
 top: 140px !important;
 left: 241px !important;
 width: 180px !important;
 font-size: 18px !important;
}
.iview-caption.caption2 {
 top: 140px !important;
 left: 241px !important;
 width: 180px !important;
 font-size: 18px !important;
 letter-spacing: -1px;
}
.iview-caption.caption3 {
 letter-spacing: -2px;
 top: 140px !important;
 left: 241px !important;
 width: 180px !important;
 font-size: 18px !important;
}
.iview-caption.caption4 {
 top: 140px !important;
 left: 241px !important;
 width: 180px !important;
 font-size: 18px !important;
}
.iview-items {
 display: none !important;
}
}
@media (min-width: 2561px) and (max-width:3843px) {
	/*
body {
 background-position: 2342px -29px, right top;
}*/
#iview2 {
 height: 569px !important;
}
.iview-directionNav{display :none;}
.iview-caption.caption1 {
 display: none;
}
.iview-caption.caption1 {
 display: none;
}
.iview-caption.caption2 {
 display: none;
}
.iview-caption.caption3 {
 display: none;
}
.iview-caption.caption4 {
 display: none;
}
.iview-items {
 display: none !important;
}
.backgroundlight {
 margin: 27px 0 0 0 !important;
}
.paragraph2 {
 font-size: 35px !important;
 padding-top: 32px !important;
}
form.search-form input.search-submit:hover {
 background-position: 20px 15px !important;
}
.cont-cat{
	width:1170px !important;
}
.out-cat{
	width:1170px !important;
}
@media (min-width: 3844px) and (max-width:5120px) {
.paragraph2 {
 font-size: 35px !important;
 padding-top: 31px !important;
}
.iview-directionNav{display :none;}
/*
body {
 background-position: 2970px -29px, right top;
}
*/
}

