body {
        background: #ffffff url('../img/bg/bg.jpg');
        background-attachment: fixed;
}

/* Main Wrapper
================================================== */

.main-wrap {
	width: 1024px;
	min-width: 320px;
	margin: auto;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.wide .main-wrap {
	width: auto;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Top Header
================================================== */

.top-header {
	font-size: 11px;
	line-height: 30px;
	max-width: 1024px;
	min-width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

.wide .top-header {
	padding: 0 32px;
}

.top-header .top-header-left {
	float: left;
}

.top-header .top-header-right {
	float: right;
}

.top-header .social-list {
	margin: 0;
}

.top-header .social-list li {
	line-height: 30px;
	width: 30px;
	margin: 0;
	text-align: center;
}

.top-header .inline-list {
	line-height: 30px;
	margin: 0;
}

.top-header .top-header-left .inline-list li {
	margin-left: 16px;
	margin-right: 0;
}

/* Header
================================================== */

.lt-ie8 .header {
	border: 1px solid #dfdfdf;
	border-width: 0 1px;
}

.header {
	margin-bottom: 2px;
	background-color: #ffffff;
}

.header .header-row {
	display: table;
	width: 100%;
	height: 130px;
}

.header .header-col {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

/* Header Brand
================================================== */

.header-inner
{
padding: 0 15px;    
border-top: 5px solid #211071;
border-bottom: 15px solid #211071;
}

.header .brand .logo {
	display: inline-block;
	vertical-align: middle;
}

.header .brand .logo img {
	vertical-align: top;
	max-width: 385px;
}

.header .brand .tagline {
	font-size: 13px;
	line-height: 1.5;
	color: #888888;
	display: block;
	margin-top: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Navigation
================================================== */

.header .navigation {
	text-align: right;
}

.header .navigation .tinynav {
	display: none;
	border: 1px solid #220f6b;
}

.header .navigation ul {
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
	line-height: 1;
	list-style: none;
	position: relative;
}

.header .navigation ul li {
	text-align: left;
}

.header .navigation > ul > li.nav-guide {
	position: absolute;
	height: 1px;
	bottom: -1px;
	display: block;
	background-color: #220f6b;
}

.header .navigation > ul > li.nav-guide.animate {
	-webkit-transition:opacity 200ms ease 0.3s, left 100ms ease 140ms, width 170ms ease;
	-moz-transition:opacity 200ms ease 0.3s, left 100ms ease 140ms, width 170ms ease;
	transition:opacity 200ms ease 0.3s, left 100ms ease 140ms, width 170ms ease;
}

.header .navigation ul li a {
	display: block;
	outline: none;
	position: relative;
}

.header .navigation ul ul {
	top: -9999px;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	border-top: 0;
	z-index: 388;
	-webkit-transition: .2s ease-out opacity, .2s ease-out padding-top;
	-moz-transition: .2s ease-out opacity, .2s ease-out padding-top;
	transition: .2s ease-out opacity, .2s ease-out padding-top;
}

.header .navigation ul ul li {
	min-width: 180px;
	position: relative;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #220f6b;
	border-top: 0;
	white-space: nowrap;
}

.header .navigation ul ul li [class*="icon-"] {
	margin-right: 3px;
	vertical-align: middle;
}

.header .navigation ul ul li a {
	color: #220f6b;
	padding: 12px 15px;
}

.header .navigation ul ul li:hover > a {
	background-color: #f0f0f0;
	color: #922925;
}

.header .navigation ul li:hover > ul {
	top: 100%;
	left: 0;
	padding-top: 9px;
	opacity: 1;
	pointer-events: auto;
}

.header .navigation > ul > li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 20px;
	line-height: 20px;
}

.header .navigation > ul > li.divider {
margin: 0;    
}

.header .navigation > ul > li:hover > a, 
.header .navigation > ul > li.active > a {
	color: #912024;
}

.header .navigation > ul > li > a {
	color: #220f6b;
	padding: 6px 0;
        font-weight: bold;
        text-shadow: rgba(255,255,255,0.5);
}

.header .navigation ul ul li > ul {
	border-top: 1px solid #fcff0f;
	-webkit-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.header .navigation ul ul li:hover > ul {
	left: 100%;
	opacity: 1;
	padding: 0;
	top: -1px;
}

/* Content
================================================== */

.content {
	padding-bottom: 0px;
	background-color: #ffffff;
}

.lt-ie8 .content {
	border: 1px solid #dfdfdf;
	border-width: 0 1px;
}

.content > .container.main {
	padding-top: 20px;
        padding-bottom: 20px;
}

/* Page Header
================================================== */

.page-header {
	border-bottom: 2px solid #ececec;
	padding: 25px 0;
	margin-bottom: 10px;
	background-color: #211071;
        color: #ffffff;
}

.page-header .page-title {
	color: #ffffff;
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	float: left;
}

.page-header .page-title > span {
	font-size: 13px;
	color: #888888;
}

.page-header .page-title > span:before {
	content: '/ ';
}

.page-header .breadcrumb {
	margin: 0;
	padding: 0;
	float: right;
	line-height: 30px;
	list-style: none;
}

.page-header .breadcrumb > li {
	display: inline-block;
}

.page-header .breadcrumb > li > .divider {
	padding: 0 2px;
	color: #888888;
}

.page-header .breadcrumb > .active {
	color: #888888;
}

/* Sidebar
================================================== */

.sidebar .sidebar-block {
	margin: 0 0 30px;
}

/* Footer
================================================== */
.footer {
font-size: 12px;
color: #333333;
background-color: #ececec;
border-top: 10px solid #211071;
}

.main-wrap.wide .footer {
	margin: 0;
}


.footer-top {
position: relative;
padding: 20px 0;
}

.footer-top:before
{
position: absolute;
width: 0;
height: 0;
left: 50%;
margin-top: -20px;
margin-left: -10px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #211071;
content: '@';
text-indent: -6789px;
}

.footer-top:after
{
position: absolute;
width: 0;
height: 0;
left: 50%;
bottom: -10px;
margin-left: -10px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #ececec;
content: '@';
text-indent: -6789px;
}

.footer-logo
{
text-align: left;    
}

.footer-logo img
{
width: 80%;
max-width: 350px;    
}

.footer-contact
{
text-align: left;
}

.footer-logos img
{
max-height: 110px;
float: right;
}    
    

.footer-bottom {
	padding: 20px 0;
	color: #353535;
	background-color: #cccccc;
}

.footer-bottom .footer-nav {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
	line-height: 1.8;
}

.footer-bottom .footer-nav li {
	display: inline-block;
	margin-left: 20px;
}

.footer-bottom a {
	color: #353535;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

.footer-bottom a:hover {
	color: #ffffff;
}

/* Misc Freestart CMS Styles
================================================== */

.pagetab	
{
margin-top: 0;
text-align: justify;
clear: both;
}

.image_align_left	
{	
padding: 3px;
border: 1px solid #B9B9B9;
margin-top: 5px;
margin-left: 0;
}

.image_align_right	
{	
padding: 3px;
border: 1px solid #B9B9B9;
margin-top: 5px;
}

.image_align_center	
{
padding-top: 6px;		
}

.titalignleft,
.titaligncenter,
.titalignright
{
margin: 20px 0;
font-size: 20px;
color: #321B13;
}

/* Twitter Styles
================================================== */

#timeline	{
	margin-top: -10px;	
}

/* Forms
================================================== */

#thisform
{
max-width: 500px;    
}

#emailtable       {
width: 365px;   
margin-top: 8px;
margin-left: 0px;										                 
}
					
#emailtable td    {
padding: 2px;
font-size: 10pt;
} 
					          
.ltd        {
width: 200px;
} 
					                            
.txtbx      {
width: 100%;
border: 1px #ddd solid;                  
font-size: 10pt;                                        
}
			
textarea    {
width: 100%;
height: 120px;
border: 1px #ddd solid;
font-size: 10pt;   
font-family: arial, sans-serif;               	
background: #fff;
}  
					
#ebtntd     {
text-align: right;
} 	
					    
.inpbtn		{
margin-left: 10px;
background: #FE632F;
color: #fff;
border: none;
padding: 8px 20px;
}                          

#captcha_img		{
border: 1px #ddd solid;
}

#captchastring		{
border: 1px #ddd solid;
}



/* Facebook Comment Box 100% Width
================================================== */

.fb-comments, .fb-comments span, .fb-comments iframe { width: 100% !important; }


#CDSWIDSSP	{ width: 100% !important; }


/********************************
Form
********************************/

#contact_form
{
width: 100%;    
}

#thisform input
{
margin: 0;
}

.form-line
{
padding: 0 0 10px;   
width: 100%;
}

.error-message
{
color: #990000;   
padding: 15px 0;
font-weight: bold;
}

.success-message
{
color: #008800;
padding: 15px 0;
}

.error
{
position: relative;    
display: block;
width: 100%;
clear: both;
color: #ffffff;
padding: 5px;
margin-bottom: 10px;
background: #990000;
}

input.error,
textarea.error
{
background: #ececec;  
margin: 0;
color: #000;
}

label.error
{
color: #fff;    
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

label.error:before
{
position: absolute;
left: 10px;
top: 0;
margin-top: -10px;
height: 0;
width: 0;
content: '@';
text-indent: -9999px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid transparent;
border-bottom: 5px solid #990000;
}

.clear-both
{
clear: both;    
}

#hook_main
{   
padding-right: 20px;
}

.container .cms-container
{
padding-left: 0;
margin-left: 0;
}

.container .lmg0
{
margin-left: 0;    
}

.separator
{
padding: 0 0 30px;    
}

.separator div p:last-child
{
margin-bottom: 0;    
}

.align-center
{
text-align: center;    
}

.category-container
{
text-align: center;
border: 1px dotted #cccccc;
margin-bottom: 10px!important;
}

.category-container .category-image-link
{
display: block;
height: 110px; 
line-height: 110px;
}

.category-container .category-image-link img
{
vertical-align: middle;    
}

.img_border
{
border: none;
}

.product-image-container
{
height: 210px;    
}

.product-image-container img
{
max-height: 185px;   
max-width: 100%;
}

.prod-image-link
{
display: block;
height: 185px;
line-height: 185px;
padding: 25px 0 0;
}

.prod-image-link img
{
vertical-align: middle;    
}

.product-image-link
{
display: block;
}

.product-image
{
max-height: 100%;    
}

.nametd a
{
font-weight: bold; 
font-size: 14px;
}

.prod-border-top
{
border-top: 1px dotted #ccccff;    
}

.media img
{
max-height: 100%;    
}

.content .container .column,
.content .container .columns
{
margin-left: 0; 
}

.mfp-figure .mfp-close
{
background: none;
box-shadow: none;
}

.mfp-figure .mfp-close:hover
{
background: none !important;
}

.font15
{
font-size: 15px;   
}

/*tripadvisor widget*/
#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd
{
width: 100% !important;    
}

#CDSWIDSSP .widSSPData 
{
padding: 0 !important;
}

.fit-vids-style {
	width: 0; height: 0;
	position: absolute;
	overflow: hidden;
}

.contact-info .co-name 
{
font-weight: bold; 
color: #1A0b5D;
font-size: 1.2em;
}

p.address 
{
        background: url('../img/contact/home.png') no-repeat left 0.083em; /* 1px */
        padding-left: 20px;
}

p.phone 
{
	background: url('../img/contact/phone.png') no-repeat left 2px; /* 1px */
        padding-left: 20px;
}

p.fax 
{
	background: url('../img/contact/fax.png') no-repeat left 4px; /* 1px */
        padding-left: 20px;
}

p.email 
{
	background: url('../img/contact/mail.png') no-repeat left 4px; /* 1px */
        padding-left: 20px;
}

p.business-hours 
{
	background: url('../img/contact/clock.png') no-repeat left 2px; /* 1px */
        padding-left: 20px;
}



/* Media Queries
================================================== */

@media only screen and (max-width: 1024px) {

	.main-wrap {
		width: auto;
		margin: auto;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

/* Note: Design for a width of 768px */
@media only screen and (min-width: 958px) and (max-width: 959px) {

	.header .navigation > ul > li {
		margin-left: 30px;
	}

}

/* Note: Design for a width of 320px */
@media only screen and (max-width: 957px){
	.header .navigation > ul {
		display: none;
	}

	.header .navigation .tinynav {
		display: inline-block;
		width: 100%;
	}

	.footer .footer-bottom, 
	.footer .footer-bottom .footer-nav {
		text-align: center;
	}

	.footer .footer-bottom .footer-nav {
		padding: 10px 0;
	}

	.footer-bottom .footer-nav li {
		margin: 0 10px;
	}

	.page-header .breadcrumb {
		display: none;
	}
}

/* Note: Design for a width of 480px */
@media only screen and (max-width: 767px) {
    .prod
    {
    border-top: 1px dotted #ccccff;    
    }
    
    .footer-logo
    {
    text-align: center;    
    }

    .footer-contact
    {
    text-align: center;    
    }
    
    .footer-logos
    {
    text-align: center;    
    padding: 20px 0 0;
    }
    
    .footer-logos img
    {
    float: none;
    }     
    
    .separator .six.last img,
    .separator-first .six.last img
    {
    margin-top: 20px;   
    }
    
    .separator .six.first img,
    .separator-last .six.first img
    {
    margin-bottom: 20px;   
    }
    
}

@media only screen and (max-width: 480px) {

	.top-header {
		text-align: center;
	}

	.top-header .top-header-left, 
	.top-header .top-header-right {
		float: none;
	}

	.header .header-row {
		height: auto;
	}

	.header .header-col {
		display: block;
		height: auto;
		padding: 25px 0;
	}

	.header .header-col + .header-col {
		padding-top: 0;
	}

	.header .brand {
		text-align: center;
	}

	.page-header .page-title > span {
		display: block;
	}

	.page-header .page-title > span:before {
		display: none;
	}
}

.light-grey-bg
{
background: #ececec;    
}

.light-green-bg
{
background: #d6e8d8;    
}
