@charset "UTF-8";

@font-face {
    font-family: 'cinzel_decorativeregular';
    src: url('../fonts/cinzeldecorative-regular-webfont.eot');
    src: url('../fonts/cinzeldecorative-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cinzeldecorative-regular-webfont.woff2') format('woff2'),
         url('../fonts/cinzeldecorative-regular-webfont.woff') format('woff'),
         url('../fonts/cinzeldecorative-regular-webfont.ttf') format('truetype'),
         url('../fonts/cinzeldecorative-regular-webfont.svg#cinzel_decorativeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansbold';
    src: url('../fonts/firasans-bold-webfont.eot');
    src: url('../fonts/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasans-bold-webfont.woff2') format('woff2'),
         url('../fonts/firasans-bold-webfont.woff') format('woff'),
         url('../fonts/firasans-bold-webfont.ttf') format('truetype'),
         url('../fonts/firasans-bold-webfont.svg#fira_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansbook';
    src: url('../fonts/firasans-book-webfont.eot');
    src: url('../fonts/firasans-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasans-book-webfont.woff2') format('woff2'),
         url('../fonts/firasans-book-webfont.woff') format('woff'),
         url('../fonts/firasans-book-webfont.ttf') format('truetype'),
         url('../fonts/firasans-book-webfont.svg#fira_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansbook_italic';
    src: url('../fonts/firasans-bookitalic-webfont.eot');
    src: url('../fonts/firasans-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasans-bookitalic-webfont.woff2') format('woff2'),
         url('../fonts/firasans-bookitalic-webfont.woff') format('woff'),
         url('../fonts/firasans-bookitalic-webfont.ttf') format('truetype'),
         url('../fonts/firasans-bookitalic-webfont.svg#fira_sansbook_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------ERIK MEYER RESET------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/*-------------COMMON ELEMENTS------------------*/
body {
  font-family: 'fira_sansbook';
  font-size: .9em;
  color: #000;
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, .componentheading {
   font-family: 'cinzel_decorativeregular';
   font-style: normal;
}

h1, .componentheading, h1.title {
  font-size: 3.0em!important;
  line-height: 28px;
  color: #000;
  margin: 0px 0px 30px 0px;
}

h2 {
  font-size: 1.6em;
  color: #000;
  line-height: 25px;
  margin: 10px 0px;
}

h3 {
  font-size: 1.2em;
  color: #000;
  margin: 12px 0px;
}

h4 {
  margin: 12px 0px;
  font-size: 1.0em;
  color: #000;
}

a:link, a:visited {
  color: #ccc;
  text-decoration:underline;
}

a:hover {
  color: #333;
}

ul, ol {
     margin: 10px 0px 10px 15px;
}

img {
     behavior: url(../iepngfix.htc);
     border: none;
}

section p {
    margin: 8px 0px;
}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

/*-------------COMMON STRUCTURE Change Elements-----------------*/
#header-wrapper {
  background: url(../images/header-tile.png);
  position: fixed;
  z-index: 9999;
  width: 100%;
}

#logo-mobile {
  display: none;
}

#logo-browser {
}

header {
  display: block;
  max-width: 1014px;
  margin: 0px auto;
  padding: 0px;
}

nav {
  display: block;
  float: right;
  padding: 0px;
  margin: 20px auto 0px auto;
}

.dropdown_css3 li ul li a:hover {
	color: #fff!important;
	}
.dropdown_css3 li ul li.active a,
.dropdown_css3 li ul li.active li.active a,
.dropdown_css3 li ul li.active li.active li.active a,
.dropdown_css3 li ul li.active li.active li.active li.active a {
	font-weight: normal !important;
        color: #fff !important;
}

/*------------BANNERS-------------------*/

#wrapper-banner {
  background-color: #000;
  display: block;  
  margin: 0px;
  padding: 0px;
}

#banner {
  display: block;
  margin: 0px auto;
  padding: 0px!important;
}

#banner img {
  width: 100%;
  height:auto;
  margin: 0px 0px 0px 0px;
  padding: 0px!important;
}

.theme-default .nivoSlider {
  background: url(loading.gif) no-repeat 50% 50%!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  margin-bottom:0px;
}

/*----------------------HOME PAGE SECTIONS--------------------*/
#panelwrapper .item-title {
  display: none;
}
#homepanels {
  display: block;
  max-width: 1014px;
  margin: 0px auto;
  padding: 0px;
}

.homepanels {
  width: 28%;
  display: block;
  float: left;
  padding: 27px;
}

a.bookbtn, .readmore {
  background: url(../images/arrows.png) no-repeat left center;
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 50px;
  font-family: 'fira_sansbook';
  text-decoration: none;
  color: #000;
}
a.bookbtn:hover, .readmore:hover {
  text-decoration: underline;
  color: #ccc;
}

#carouselwrapper {
  background-color: #000;
  padding: 20px 0px;
}
#limocarousel {
  max-width: 1050px;
  display: block;
  margin: 0px auto;
}

.bt-cs .bt-inner img {
	outline: none;
	border: none;
	max-width:99%;
	margin:5px 0px;
}


/*----------------------INSIDE PAGE SECTION-------------------*/
section {
  padding: 0px;
  max-width: 1014px;
  margin: 0px auto 0px auto;
  padding: 120px 0px 20px 0px;
}

aside.mobile {
  display:none;
}
aside.browser {
  width: 30%;
  float: right;
}
article {
  width: 60%;
}

ul.sigProClassic { 
  margin:8px auto!important;
  padding:8px 0!important;
  list-style:none;
  clear:left;
  overflow:hidden;
}
	

/*----------------------FOOTERS-------------------------------*/
#wrapper-footer {
  clear: both;
  background-color: #000;
}

footer a {
  color: #fff!important;
  
}
footer a:hover {
  color: #ccc!important;  
}

footer {
  max-width: 1014px;
  margin: 0px auto;
  padding: 20px 20px 70px 20px;
  color: #fff;
  font-size: .8em;

}

footer p {
  margin: 0px 0px 0px 30px;
}

/*----------------TABLES------------------------------*/

table {
  border-collapse:collapse;
  border: 1px solid #0055a5;
  width: 100%;
}

table a:link, table a:visited {
  color: #333;
  
}
table a:hover {
  color: #999;
}
table td {
  padding: 5px;
  border: 1px solid #0055a5;
}
table thead {
  color: #fff;
  background-color: #0055a5;
}

/*--------------YOUTUBE VIDEO RESPONSIVE--------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------MISC Formatting-----------*/

.pagination li {
   float: left;
   list-style: none;
   margin: 0px 10px;
}

.pagination ul {
   display: block;
   padding: 10px 0px;
}


/*------------SEARCH FIELDS -------------------*/
.phrases, .only {
  display: none;
}

.result-title {
  margin: 20px 0px 0px 0px;
}

.result-category, .result-created {
  font-style: italic;
  font-size: 10px;
}



.edocman_document_list a {
   font-size: 12px;
   color: #333;
   margin: 0px 0px 0px 0px;
}

.edocman_document a img {
   vertical-align: middle;
   margin: 0px 10px 0px 0px
}
.edocman-thumb-left {
   display: none;
}

/* --------------------------------------------

   Clear

-------------------------------------------- */

.one-page-container .clear {
    clear: left;
}
.clear {
    clear: both;
}

#edocman-category-page-table .clearfix {
    display: none;
}

.clr {
    clear: none!important;
}

/*___________________ACESHOP OVERRIDES___________________*/
a.button_oc, input.button_oc {
	cursor: pointer !important;
	color: #FFFFFF !important;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
        background-color: #0055a5;
        background-image: none!important;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.button_oc {
	display: inline-block;
	text-decoration: none !important;
	padding: 10px 18px 10px 18px;
}
input.button_oc {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;

}
a.button_oc:hover, input.button_oc:hover {
	background-image: none!important;
        background-color: #666;
}



.mijoshop .product-thumb .caption {
	padding: 20px 20px!important;
	min-height: 0!important;
}

.mijoshop .product-thumb .button-group button {
	width: 80%;
	border: none;
	display: inline-block;
	float: right;
	background-color: #0055a5;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.mijoshop .tab-content {
    padding: 20px;
}

    

   .mijoshop .col-sm-9-search ul {
       margin: 0px;
       padding: 0px;
       list-style: none;
}
    .mijoshop .col-sm-9-search li {
        width: 20%;
        display: block;
        float: left;
        text-align: center;
        padding: 10px;
        font-style: italic;
        
    }
    


/*___________________FORM_________________________________*/
/*-----------SIDEPANEL FORM--------------------*/

aside .formResponsive .formHorizontal .formControlLabel {
  float: none;
  width: 96%;
  padding-top: 5px;
  text-align: left;
}

aside .formResponsive .formHorizontal .formControls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 0px;
  *margin-left: 0;
}

aside .formResponsive .formHorizontal .formControls:first-child {
  *padding-left: 0px;
}

aside .formResponsive .formHorizontal p.formDescription {
  margin-top: 9px;
  margin-bottom: 0;
}

aside .formResponsive .formHorizontal .form-actions {
  padding-left: 0px;
}

aside .formResponsive {
  margin: 0 0 18px;
}

.formResponsive input,
.formResponsive textarea {
  width: 96%;
}

/*-----------Regular Forms---------------*/
.rsform-block {
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px;
  *zoom: 1;
}

input {
  color:#000;
  background-color: #ffffff;
  box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  -moz-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  -webkit-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  border:1px solid #c0c0c0;
  margin: 2px 3px 2px 0px !important;
  padding: 3px 3px !important;
}



.formResponsive .formHorizontal .formControlLabel {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: left;
}

.rsform-input-box, .rsform-submit-button, .rsform-text-box, .rsform-captcha-box {
  color:#888;
  width: 100%;
  background-color: #ffffff;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
 -moz-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  -webkit-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  border:1px solid #c0c0c0;
  margin: 2px 3px 2px 0px !important;
  padding: 3px 3px !important;
}


.formResponsive input[type="button"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #333;
  *background-color: #0042cf;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -60px;
  -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}


.formResponsive input[type="submit"] {
  background-color: #ccc;
  border:none;
  padding: 20px!important;
  width: 30%;
cursor: pointer;
  
}

.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="submit"][disabled] {
  background-color: #333;
  *background-color: #333;
  color: #ffffff;
}

.formResponsive input[type="reset"] {
  background-color: #333;
  *background-color: #333;
  background-image: -ms-linear-gradient(top, #333, #666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#666));
  background-image: -webkit-linear-gradient(top, #333, #666);
  background-image: -o-linear-gradient(top, #333, #666);
  background-image: -moz-linear-gradient(top, #333, #666);
  background-image: linear-gradient(top, #333, #666);
  background-repeat: repeat-x;
  border-color: #333;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333', endColorstr='#666', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="reset"].disabled,
.formResponsive input[type="reset"][disabled] {
  background-color: #333;

  *background-color: #666;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*---------------OVERRIDES-------------------------------------*/
.dm_taskbar {
  display: none;
}



/*---------------MEDIA QUERIES---------------------------------*/

@media only screen and (max-width:800px){


#header-wrapper {
  background: #000 url(../images/header-tile.png);
  position: relative;
  z-index: 9999;
  width: 100%;
}

#logo-mobile {
  display: block;
}

#logo-browser {
  display: none;
}

header {
  display: block;
  max-width: 1014px;
  margin: 0px auto;
  padding: 0px;
}

nav {
  display: block;
  float: none;
  padding: 0px;
  margin: 20px auto 0px auto;
}

#homepanels {
  display: block;
  max-width: 1014px;
  margin: 0px auto;
  padding: 0px;
}

.homepanels {
  width: 90%;
  display: block;
  float: none;
  text-align: center;
  padding: 27px;
}

section {
  padding: 0px;
  max-width: 1014px;
  margin: 0px auto 0px auto;
  padding: 20px 0px 20px 0px;
}

aside.mobile {
  display:block;
  text-align: center;
}
aside.browser {
  display:none;
  width: 30%;
  float: right;
}
article {
  width: 90%;
}



}

/*-------------------------------------------------------*/



@media only screen and (max-width:600px){




}



/*-------------------------------------------------------*/



@media only screen and (max-width:400px){

}