/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/template-files/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/template-files/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/template-files/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/template-files/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/template-files/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/template-files/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/template-files/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/template-files/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/template-files/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/template-files/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/template-files/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/template-files/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/template-files/fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/template-files/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/template-files/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/template-files/fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/template-files/fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/template-files/fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/template-files/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/template-files/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/template-files/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/template-files/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/template-files/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/template-files/fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'ss_icons';
  src: url('/template-files/fonts/ss_icons.eot?26094356');
  src: url('/template-files/fonts/ss_icons.eot?26094356#iefix') format('embedded-opentype'),
       url('/template-files/fonts/ss_icons.woff2?26094356') format('woff2'),
       url('/template-files/fonts/ss_icons.woff?26094356') format('woff'),
       url('/template-files/fonts/ss_icons.ttf?26094356') format('truetype'),
       url('/template-files/fonts/ss_icons.svg?26094356#ss_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ss_icons';
    src: url('/template-files/fonts/ss_icons.svg?26094356#ss_icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ss_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-dir:before { content: '\e800'; } /* '' */
.icon-up-dir:before { content: '\e801'; } /* '' */
.icon-left-dir:before { content: '\e802'; } /* '' */
.icon-right-dir:before { content: '\e803'; } /* '' */
.icon-down-open:before { content: '\e804'; } /* '' */
.icon-left-open:before { content: '\e805'; } /* '' */
.icon-right-open:before { content: '\e806'; } /* '' */
.icon-up-open:before { content: '\e807'; } /* '' */
.icon-phone:before { content: '\e808'; } /* '' */
.icon-mail:before { content: '\e809'; } /* '' */
.icon-cancel:before { content: '\e80a'; } /* '' */
.icon-cancel-circled:before { content: '\e80b'; } /* '' */
.icon-basket:before { content: '\e80c'; } /* '' */
.icon-search:before { content: '\e80d'; } /* '' */
.icon-plus:before { content: '\e80e'; } /* '' */
.icon-minus:before { content: '\e80f'; } /* '' */
.icon-ok:before { content: '\e810'; } /* '' */
.icon-help-circled:before { content: '\e811'; } /* '' */
.icon-info-circled:before { content: '\e812'; } /* '' */
.icon-videocam:before { content: '\e813'; } /* '' */
.icon-camera:before { content: '\e814'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */ 

body {
	background-color: #505050;
	color: #000;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	margin: 0 auto;
	padding: 0;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	min-width: 330px !important;
}

.ss-wrapper {
	margin: 0 auto;
	overflow-x: hidden !important;
  max-width: 95%;
}

img { max-width: 100% !important; height: auto; }
.img_responsive { width: 100% !important; height: auto; }

.nopad {
	padding: 0 !important;
	margin: 0 !important;
}

.my_flex_wrapper {
	margin: 0 auto; 
	width: 1200px; 
	max-width: 98%;
}
.logo_section {
  background: #C5C5C5;
  background: -moz-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: -webkit-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: radial-gradient(ellipse at center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);  
  border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 20px !important;
  -webkit-box-shadow: 0px 3px 7px 1px #000000; 
  box-shadow: 0px 3px 7px 1px #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
}

.intro_section, .lettering_section {
  background: #C5C5C5;
  background: -moz-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: -webkit-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: radial-gradient(ellipse at center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);  
  background-color: #9e9e9e;
  border-radius: 16px;
  padding: 12px !important;
  -webkit-box-shadow: 0px 3px 7px 1px #000000; 
  box-shadow: 0px 3px 7px 1px #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
}
.intro_section_wild {
  background: #C5C5C5;
  background: -moz-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: -webkit-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: radial-gradient(ellipse at center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);  
  background-color: #9e9e9e;
  border-radius: 4px;
  padding: 12px !important;
  -webkit-box-shadow: 0px 3px 7px 1px #000000; 
  box-shadow: 0px 3px 7px 1px #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
    margin-left:1px;
    margin-right:1px;
}
.footer_section  {
  background: #C5C5C5;
  background: -moz-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: -webkit-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: radial-gradient(ellipse at center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);  
  padding: 12px !important;
  -webkit-box-shadow: 0px 3px 7px 1px #000000; 
  box-shadow: 0px 3px 7px 1px #000000;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
}
.footer_section_wild  {
  background: #C5C5C5;
  background: -moz-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: -webkit-radial-gradient(center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);
  background: radial-gradient(ellipse at center, #C5C5C5 0%, #B4B4B4 50%, #6C6C6C 100%);  
  padding: 0px !important;
  -webkit-box-shadow: 0px 3px 7px 1px #000000; 
  box-shadow: 0px 3px 7px 1px #000000;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
     margin-left:2px;
    margin-right:2px;
}

.bluebar {
  height: 10px; 
  background-color: #0000dd;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
}
.orangebar {
  height: 10px; 
  background-color: #FF9900;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
}

.bluebottom {
  background-color: #0000dd;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.orangebottom {
  background-image: linear-gradient(to bottom, #565656, #000); 
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
    margin-left:2px;
    margin-right:2px;
    margin-top:-3px;
}
.opencart_icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
/** Font and Text settings **/
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font22 { font-size: 22px; }
.font24 { font-size: 24px; }
.font26 { font-size: 26px; }
.font28 { font-size: 28px; }

.font30 { font-size: 30px; }
.font32 { font-size: 32px; }
.font34 { font-size: 34px; }
.font36 { font-size: 36px; }
.font38 { font-size: 38px; }

.font40 { font-size: 40px; }
.font42 { font-size: 42px; }
.font44 { font-size: 44px; }
.font46 { font-size: 46px; }
.font48 { font-size: 48px; }

.font50 { font-size: 50px; }
.font52 { font-size: 52px; }
.font54 { font-size: 54px; }
.font56 { font-size: 56px; }
.font58 { font-size: 58px; }

.font60 { font-size: 60px; }
.font70 { font-size: 70px; }
.font80 { font-size: 80px; }

.lh80 { line-height: 80%;}
.lh90 { line-height: 90%;}
.lh100 { line-height: 100%;}
.lh110 { line-height: 110%;}
.lh120 { line-height: 120%;}
.lh130 { line-height: 130%;}
.lh140 { line-height: 140%;}
.lh150 { line-height: 150%;}
.lh200 { line-height: 200%;}

.lspacing3 { letter-spacing: 3px;}
.lspacing5 { letter-spacing: 5px;}
.lspacing8 { letter-spacing: 8px;}
.lspacing10 { letter-spacing: 10px;}

.text_white		{ color: #fff !important; }
.text_black		{ color: #000 !important; }
.text_orange	{ color: #fa9702 !important; }
.text_purple	{ color: #6066b0 !important; }
.text_light_blue{ color: #1CA6DF !important; }
.text_dark_blue	{ color: #002697 !important; }
.text_dark_green{ color: #004b00 !important; }
.text_lgray		{ color: #999 !important; }

.text_light		{ font-weight:300; }
.text_reg		{ font-weight:400; }
.text_semibold	{ font-weight:500; }
.text_bold		{ font-weight:700; }
.text_italic	{ font-style: italic; }
.text_allcaps	{ text-transform: uppercase; }
.text_shadow1	{ text-shadow: 1px 1px 1px #000000; }
.text_shadow2	{ text-shadow: 2px 2px 2px #000000; }
.text_underline { text-decoration: underline; }
.text_nobr { white-space: nowrap; }

.btn-green {
  background-color: #00730f;
  border-color: #00730f;
  border-radius: 0;
  color: #fff !important;
  padding: 8px 44px;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #005f0c;
  background-image: -moz-linear-gradient(top,#00730f,#004008);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00730f),to(#004008));
  background-image: -webkit-linear-gradient(top,#00730f,#004008);
  background-image: -o-linear-gradient(top,#00730f,#004008);
  background-image: linear-gradient(to bottom,#00730f,#004008);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00730f', endColorstr='#ff004008', GradientType=0);
  border-color: #004008 #004008 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .4), 3px 3px 6px rgba(0,0,0,0.3);
}
.btn-green:hover,
.btn-green:focus {
  text-decoration: none;
  background-position: 0 -55px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #004008;
}
.btn-green:active,
.btn-green.active,
.btn-green.active:hover {
  background-color: #005a0c;
  border-color: #004008;
}
.btn-green.disabled:hover,
.btn-green.disabled:focus,
.btn-green.disabled:active,
.btn-green.disabled.active,
.btn-green[disabled] .btn-green:hover,
.btn-green[disabled] .btn-green:focus,
.btn-green[disabled] .btn-green:active,
.btn-green[disabled] .btn-green.active {
  background-color: #00730f;
  border-color: #00730f;
}


.btn-black {
  background-color: #303030;
  border-color: #303030;
  border-radius: 0;
  color: #fff !important;
  padding: 8px 44px;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #303030;
  background-image: -moz-linear-gradient(top,#303030,#000000);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#303030),to(#000000));
  background-image: -webkit-linear-gradient(top,#303030,#000000);
  background-image: -o-linear-gradient(top,#303030,#000000);
  background-image: linear-gradient(to bottom,#303030,#000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#00000', GradientType=0);
  border-color: #000000 #000000 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .4), 3px 3px 6px rgba(0,0,0,0.3);
}


.btn-black:hover,
.btn-black:focus {
  text-decoration: none;
  background-position: 0 -55px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #303030;
}
.btn-black:active,
.btn-black.active,
.btn-black.active:hover {
  background-color: #303030;
  border-color: #000000;
}
.btn-black.disabled:hover,
.btn-black.disabled:focus,
.btn-black.disabled:active,
.btn-black.disabled.active,
.btn-black[disabled] .btn-black:hover,
.btn-black[disabled] .btn-black:focus,
.btn-black[disabled] .btn-black:active,
.btn-black[disabled] .btn-black.active {
  background-color: #303030;
  border-color: #303030;
}

.btn-grey {
  background-color: #404040;
  border-color: #404040;
  border-radius: 0;
  color: #fff !important;
  padding: 8px 44px;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #404040;
  background-image: -moz-linear-gradient(top,#404040,#303030);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#404040),to(#303030));
  background-image: -webkit-linear-gradient(top,#404040,#303030);
  background-image: -o-linear-gradient(top,#404040,#303030);
  background-image: linear-gradient(to bottom,#404040,#303030);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#303030', GradientType=0);
  border-color: #000000 #000000 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .4), 3px 3px 6px rgba(0,0,0,0.3);
}


.btn-grey:hover,
.btn-grey:focus {
  text-decoration: none;
  background-position: 0 -55px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-grey:hover,
.btn-grey:focus {
  background-color: #404040;
}
.btn-grey:active,
.btn-grey.active,
.btn-grey.active:hover {
  background-color: #404040;
  border-color: #303030;
}
.btn-grey.disabled:hover,
.btn-grey.disabled:focus,
.btn-grey.disabled:active,
.btn-grey.disabled.active,
.btn-grey[disabled] .btn-grey:hover,
.btn-grey[disabled] .btn-grey:focus,
.btn-grey[disabled] .btn-grey:active,
.btn-grey[disabled] .btn-grey.active {
  background-color: #404040;
  border-color: #303030;
}


.btn-blue {
  background-color: #002595;
  border-color: #002595;
  border-radius: 0;
  color: #fff !important;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  padding: 8px 44px;
  background-color: #002081;
  background-image: -moz-linear-gradient(top,#002595,#001862);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#002595),to(#001862));
  background-image: -webkit-linear-gradient(top,#002595,#001862);
  background-image: -o-linear-gradient(top,#002595,#001862);
  background-image: linear-gradient(to bottom,#002595,#001862);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002595', endColorstr='#ff001862', GradientType=0);
  border-color: #001862 #001862 #000516;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .4), 3px 3px 6px rgba(0,0,0,0.3);
}
.btn-blue:hover,
.btn-blue:focus {
  text-decoration: none;
  background-position: 0 -55px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #001862;
}
.btn-blue:active,
.btn-blue.active,
.btn-blue.active:hover {
  background-color: #001f7c;
  border-color: #001862;
}
.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled] .btn-blue:hover,
.btn-blue[disabled] .btn-blue:focus,
.btn-blue[disabled] .btn-blue:active,
.btn-blue[disabled] .btn-blue.active {
  background-color: #002595;
  border-color: #002595;
}

.btn-green-2 {
  background-color: #009018;
  border-color: #009018;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #007c15;
  background-image: -moz-linear-gradient(top,#009018,#005d10);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#009018),to(#005d10));
  background-image: -webkit-linear-gradient(top,#009018,#005d10);
  background-image: -o-linear-gradient(top,#009018,#005d10);
  background-image: linear-gradient(to bottom,#009018,#005d10);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009018', endColorstr='#ff005d0f', GradientType=0);
  border-color: #005d10 #005d10 #001103;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-green-2:hover,
.btn-green-2:focus {
  text-decoration: none;
  background-position: 0 -55px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-green-2:hover,
.btn-green-2:focus {
  background-color: #005d10;
}
.btn-green-2:active,
.btn-green-2.active,
.btn-green-2.active:hover {
  background-color: #007714;
  border-color: #005d10;
}
.btn-green-2.disabled:hover,
.btn-green-2.disabled:focus,
.btn-green-2.disabled:active,
.btn-green-2.disabled.active,
.btn-green-2[disabled] .btn-green-2:hover,
.btn-green-2[disabled] .btn-green-2:focus,
.btn-green-2[disabled] .btn-green-2:active,
.btn-green-2[disabled] .btn-green-2.active {
  background-color: #009018;
  border-color: #009018;
}

.btn-fonts1 {
  background-color: #eee;
  border-color: #eee;
  color: #000;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e4e4e4;
  background-image: -moz-linear-gradient(top,#eee,#d5d5d5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#d5d5d5));
  background-image: -webkit-linear-gradient(top,#eee,#d5d5d5);
  background-image: -o-linear-gradient(top,#eee,#d5d5d5);
  background-image: linear-gradient(to bottom,#eee,#d5d5d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffd4d4d4', GradientType=0);
  border-color: #d5d5d5 #d5d5d5 #aeaeae;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .4), 3px 3px 6px rgba(0,0,0,0.3);
}
.btn-fonts1:hover,
.btn-fonts1:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-fonts1:hover,
.btn-fonts1:focus {
  background-color: #d5d5d5;
}
.btn-fonts1:active,
.btn-fonts1.active,
.btn-fonts1.active:hover {
  background-color: #e1e1e1;
  border-color: #d5d5d5;
}
.btn-fonts1.disabled:hover,
.btn-fonts1.disabled:focus,
.btn-fonts1.disabled:active,
.btn-fonts1.disabled.active,
.btn-fonts1[disabled] .btn-fonts1:hover,
.btn-fonts1[disabled] .btn-fonts1:focus,
.btn-fonts1[disabled] .btn-fonts1:active,
.btn-fonts1[disabled] .btn-fonts1.active {
  background-color: #eee;
  border-color: #eee;
}

.btn-fonts2 {
  background-color: #aaa;
  border-color: #aaa;
  color: #000;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #a0a0a0;
  background-image: -moz-linear-gradient(top,#aaa,#919191);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#aaa),to(#919191));
  background-image: -webkit-linear-gradient(top,#aaa,#919191);
  background-image: -o-linear-gradient(top,#aaa,#919191);
  background-image: linear-gradient(to bottom,#aaa,#919191);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ff909090', GradientType=0);
  border-color: #919191 #919191 #6a6a6a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .4), 3px 3px 6px rgba(0,0,0,0.3);
}
.btn-fonts2:hover,
.btn-fonts2:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-fonts2:hover,
.btn-fonts2:focus {
  background-color: #919191;
}
.btn-fonts2:active,
.btn-fonts2.active,
.btn-fonts2.active:hover {
  background-color: #9d9d9d;
  border-color: #919191;
}
.btn-fonts2.disabled:hover,
.btn-fonts2.disabled:focus,
.btn-fonts2.disabled:active,
.btn-fonts2.disabled.active,
.btn-fonts2[disabled] .btn-fonts2:hover,
.btn-fonts2[disabled] .btn-fonts2:focus,
.btn-fonts2[disabled] .btn-fonts2:active,
.btn-fonts2[disabled] .btn-fonts2.active {
  background-color: #aaa;
  border-color: #aaa;
}

.btn-fonts3 {
  background-color: #888;
  border-color: #888;
  color: #000;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #7e7e7e;
  background-image: -moz-linear-gradient(top,#888,#6f6f6f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#888),to(#6f6f6f));
  background-image: -webkit-linear-gradient(top,#888,#6f6f6f);
  background-image: -o-linear-gradient(top,#888,#6f6f6f);
  background-image: linear-gradient(to bottom,#888,#6f6f6f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ff6e6e6e', GradientType=0);
  border-color: #6f6f6f #6f6f6f #484848;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .4), 3px 3px 6px rgba(0,0,0,0.3);
}
.btn-fonts3:hover,
.btn-fonts3:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-fonts3:hover,
.btn-fonts3:focus {
  background-color: #6f6f6f;
}
.btn-fonts3:active,
.btn-fonts3.active,
.btn-fonts3.active:hover {
  background-color: #7b7b7b;
  border-color: #6f6f6f;
}
.btn-fonts3.disabled:hover,
.btn-fonts3.disabled:focus,
.btn-fonts3.disabled:active,
.btn-fonts3.disabled.active,
.btn-fonts3[disabled] .btn-fonts3:hover,
.btn-fonts3[disabled] .btn-fonts3:focus,
.btn-fonts3[disabled] .btn-fonts3:active,
.btn-fonts3[disabled] .btn-fonts3.active {
  background-color: #888;
  border-color: #888;
}

.btn-fonts4 {
  background-color: #666;
  border-color: #666;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5c5c5c;
  background-image: -moz-linear-gradient(top,#666,#4d4d4d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#666),to(#4d4d4d));
  background-image: -webkit-linear-gradient(top,#666,#4d4d4d);
  background-image: -o-linear-gradient(top,#666,#4d4d4d);
  background-image: linear-gradient(to bottom,#666,#4d4d4d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff4c4c4c', GradientType=0);
  border-color: #4d4d4d #4d4d4d #262626;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .4), 3px 3px 6px rgba(0,0,0,0.3);
}
.btn-fonts4:hover,
.btn-fonts4:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-fonts4:hover,
.btn-fonts4:focus {
  background-color: #4d4d4d;
}
.btn-fonts4:active,
.btn-fonts4.active,
.btn-fonts4.active:hover {
  background-color: #595959;
  border-color: #4d4d4d;
}
.btn-fonts4.disabled:hover,
.btn-fonts4.disabled:focus,
.btn-fonts4.disabled:active,
.btn-fonts4.disabled.active,
.btn-fonts4[disabled] .btn-fonts4:hover,
.btn-fonts4[disabled] .btn-fonts4:focus,
.btn-fonts4[disabled] .btn-fonts4:active,
.btn-fonts4[disabled] .btn-fonts4.active
{
  background-color: #666;
  border-color: #666;
}


.btn-showme {
  padding: 10px 80px;
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
  
  text-shadow: 1px 1px black;
  background-color: #a0a0a0;
  background-image: -moz-linear-gradient(top,#aaa,#919191);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#aaa),to(#919191));
  background-image: -webkit-linear-gradient(top,#aaa,#919191);
  background-image: -o-linear-gradient(top,#aaa,#919191);
  background-image: linear-gradient(to bottom,#aaa,#919191);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ff909090', GradientType=0);
  border-color: #919191 #919191 #6a6a6a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .3), inset -2px -2px 2px rgba(0, 0, 0, .4), 4px 4px 8px rgba(0,0,0,0.3);
}
.btn-showme:hover,
.btn-showme:focus {
  text-decoration: none;
  color: #ddd;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-showme:hover,
.btn-showme:focus {
  background-color: #919191;
}
.btn-showme:active,
.btn-showme.active,
.btn-showme.active:hover {
  background-color: #9d9d9d;
  border-color: #919191;
}
.btn-showme.disabled:hover,
.btn-showme.disabled:focus,
.btn-showme.disabled:active,
.btn-showme.disabled.active,
.btn-showme[disabled] .btn-showme:hover,
.btn-showme[disabled] .btn-showme:focus,
.btn-showme[disabled] .btn-showme:active,
.btn-showme[disabled] .btn-showme.active {
  background-color: #aaa;
  border-color: #aaa;
}

.nav-tabs.font-tabs { border-bottom: 0 !important; }

.css-arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 10px;
}

.css-arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.css-arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.css-arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-left: 20px;
  margin-right: 20px;
}

.css-arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 20px;
  margin-right: 20px;
}

.carousel-indicators > li {
  border-radius: 50%;
  width: 12px;
  height: 10px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #008000;
  opacity: 1.0;	
}
#boatnums_indicators {
  bottom: -50px;
}

.carousel-indicators .active{
    background-color: #00f;
    opacity: 1.0;
}

/** color swatches / sprites **/
.color_swatch div { display: inline-block; padding: 4px; margin: 6px; }

.sprite_colors_red {
	background: url('/template-files/images/lettering_colors.webp') no-repeat 0 0;
	width: 62px; height: 38px;
}
.sprite_colors_olyblue {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -74px 0;
	width: 63px; height: 38px;
}
.sprite_colors_silver {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -146px 0;
	width: 63px; height: 38px;
}
.sprite_colors_hotpink {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -218px 0;
	width: 62px; height: 38px;
}

.sprite_colors_burgundy {
	background: url('/template-files/images/lettering_colors.webp') no-repeat 0 -59px;
	width: 62px; height: 37px;
}
.sprite_colors_blue {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -74px -59px;
	width: 63px; height: 37px;
}
.sprite_colors_charcoal {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -146px -59px;
	width: 63px; height: 37px;
}
.sprite_colors_pastelpink {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -218px -59px;
	width: 62px; height: 37px;
}

.sprite_colors_orange {
	background: url('/template-files/images/lettering_colors.webp') no-repeat 0 -117px;
	width: 62px; height: 37px;
}
.sprite_colors_navyblue {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -74px -117px;
	width: 63px; height: 37px;
}
.sprite_colors_gold {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -146px -117px;
	width: 63px; height: 37px;
}
.sprite_colors_teal {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -218px -117px;
	width: 62px; height: 37px;
}

.sprite_colors_applegreen {
	background: url('/template-files/images/lettering_colors.webp') no-repeat 0 -175px;
	width: 62px; height: 38px;
}
.sprite_colors_royalpurple {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -74px -175px;
	width: 63px; height: 38px;
}
.sprite_colors_yellow {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -146px -175px;
	width: 63px; height: 38px;
}
.sprite_colors_black {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -218px -175px;
	width: 62px; height: 38px;
}

.sprite_colors_forestgreen {
	background: url('/template-files/images/lettering_colors.webp') no-repeat 0 -234px;
	width: 62px; height: 37px;
}
.sprite_colors_purple {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -74px -234px;
	width: 63px; height: 37px;
}
.sprite_colors_cream {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -146px -234px;
	width: 63px; height: 37px;
}
.sprite_colors_white {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -218px -234px;
	width: 62px; height: 37px;
}

.sprite_colors_mirrorchrome {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -297px -1px;
	width: 62px; height: 38px;
}
.sprite_colors_silverleaf {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -373px -1px;
	width: 63px; height: 38px;
}
.sprite_colors_goldleaf {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -447px -1px;
	width: 63px; height: 38px;
}
.sprite_colors_flatblack {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -522px -1px;
	width: 62px;
	height: 38px;
}


.sprite_colors_mtfsilver {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -297px -50px;
	width: 62px; height: 38px;
}
.sprite_colors_mtfpurple {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -373px -50px;
	width: 63px; height: 38px;
}
.sprite_colors_mtfgold {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -447px -50px;
	width: 63px; height: 38px;
}
.sprite_colors_mtfteal {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -522px -50px;
	width: 62px; height: 38px;
}
.sprite_colors_mtfred {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -297px -109px;
	width: 62px; height: 37px;
}
.sprite_colors_mtfblack {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -373px -109px;
	width: 63px; height: 37px;
}
.sprite_colors_mtfblue {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -447px -109px;
	width: 63px; height: 37px;
}
.sprite_colors_mtfburgundy {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -522px -109px;
	width: 62px; height: 37px;
}
.sprite_colors_mtfrose {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -297px -167px;
	width: 62px; height: 38px;
}
.sprite_colors_mtfwhite {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -373px -167px;
	width: 63px; height: 38px;
}
.sprite_colors_mtforange {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -447px -167px;
	width: 63px; height: 38px;
}
.sprite_colors_mtfgreen {
	background: url('/template-files/images/lettering_colors.webp') no-repeat -522px -167px;
	width: 62px; height: 38px;
}

.sprite_gradient_red_yellow {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat 0 0;
	width: 62px; height: 38px;
}
.sprite_gradient_blue_green {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -74px 0;
	width: 63px; height: 38px;
}
.sprite_gradient_purple_white {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -147px 0;
	width: 63px; height: 38px;
}
.sprite_gradient_black_white {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -220px 0;
	width: 62px; height: 38px;
}
.sprite_gradient_black_blue {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat 0 -45px;
	width: 62px; height: 38px;
}
.sprite_gradient_green_yellow {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -74px -45px;
	width: 63px; height: 38px;
}
.sprite_gradient_purple_orange {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -147px -45px;
	width: 63px; height: 38px;
}
.sprite_gradient_teal_white {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -220px -46px;
	width: 62px; height: 37px;
}
.sprite_gradient_orange_yellow {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat 0 -89px;
	width: 62px; height: 37px;
}
.sprite_gradient_blue_yellow {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -74px -89px;
	width: 63px; height: 37px;
}
.sprite_gradient_red_black {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -147px -89px;
	width: 63px; height: 37px;
}
.sprite_gradient_purple_yellow {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -220px -89px;
	width: 62px; height: 37px;
}

.sprite_fill_diamond {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat 0 -131px;
	width: 300px; height: 105px;
}
.sprite_fill_camo {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat 0 -253px;
	width: 300px; height: 105px;
}
.sprite_fill_water {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat 0 -366px;
	width: 300px; height: 105px;
}
.sprite_fill_wood {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -306px -243px;
	width: 300px; height: 105px;
}
.sprite_fill_fire {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -290px 0;
	width: 300px; height: 105px;
}
.sprite_fill_carbonfiber {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -305px -131px;
	width: 300px; height: 105px;
}
.sprite_fill_animal {
	background: url('/template-files/images/lettering_gradients_patterns.webp') no-repeat -307px -352px;
	width: 300px; height: 105px;
}

.sprite_shadow_upperleft {
  background: url('/template-files/images/lettering_shadow_outline.webp') no-repeat 0 0;
  width: 176px; height: 49px;
}
.sprite_shadow_upperright {
  background: url('/template-files/images/lettering_shadow_outline.webp') no-repeat -2px -53px;
  width: 198px; height: 48px;
}
.sprite_shadow_lowerleft {
  background: url('/template-files/images/lettering_shadow_outline.webp') no-repeat 0 -107px;
  width: 172px; height: 47px;
}
.sprite_shadow_lowerright {
  background: url('/template-files/images/lettering_shadow_outline.webp') no-repeat 0 -158px;
  width: 195px; height: 48px;
}
.sprite_shadow_outline {
  background: url('/template-files/images/lettering_shadow_outline.webp') no-repeat 0 -212px;
  width: 117px; height: 35px;
}


.fill_radio { display: inline-block; float: left; text-align: right; padding: 16px; width: 20%;}
.fill_sample { display: inline-block; text-align: center; float: left; width: 60%; padding-bottom: 22px;}
#click_gradients, #click_patterns { cursor: pointer; }


.font-tabs .btn { margin: 6px 12px; }

.colorsample {
  width: 100%;
  max-width: 100%;
  height: 36px;
  border-radius: 6px;
  margin-top: 10px;
  background: #eee url(/template-files/images/clear.webp);

}

.blue_box {
  padding: 30px; 
  background: #0000DD;
  background: -moz-linear-gradient(top, #0000DD 0%, #0000AA 50%, #000058 100%);
  background: -webkit-linear-gradient(top, #0000DD 0%, #0000AA 50%, #000058 100%);
  background: linear-gradient(to bottom, #0000DD 0%, #0000AA 50%, #000058 100%);

}
.menu_desktop ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.menu_desktop ul li {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  margin-right: -2px !important;
  margin-left: -2px !important;
}

.menu_mobile {
  display: none;
}
.menu_mobile ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.menu_mobile ul li {
  margin: 0 auto;
  padding: 0;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.search_desktop_inner {
  width: 90%;
  margin: 0 auto;
}

.searchbox_mobile {
  padding: 12px 16px 6px 16px; 
  background-color: #999;
  border-color: #001862 #001862 #000516;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .4), 3px 3px 6px rgba(0,0,0,0.3);
}


#sslogo { width: 100%; position: relative; top: 0; left: 0; margin: 0; padding: 0; white-space: nowrap;}

#background1 { 
    width: 85px;
    height: 85px;
    position: absolute;
    top: 0px;
    left: 0px;
  z-index: 1000; /* integer */
  
}

#background2 {
    width: 85px;
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
  z-index: 3000; /* integer */
}
#logox {
  float: left;
  margin-left: 150px;
  margin-top: -75px;
}

div#cc {
  position: relative;
  top: -20px;
  left: 0;
  z-index: 200; /* integer */
  width: 85px;
  height: 85px;
  padding: 0 10px 10px 10px;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

div#cc2 {
  position: relative;
  top: 0px;
  left: 0;
  z-index: 200; /* integer */
  width: 85px;
  height: 85px;
  padding: 0 10px 10px 10px;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

div#dd {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 10px;
  margin: 0;
  cursor: pointer;
}


canvas#c {
  position: relative;
  z-index: 2000;
}

.tooltip-inner { 
    width:360px; 
    max-width: 98%;
    background-color: rgba(210,210,210,1.0);
    color: #000;
    padding:10px;
    font-size: 14px; 
    text-align: left;
    -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.78); 
  box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.78);
} 
.tooltip.show {
    opacity: 1.0;
}

#stickytop { 
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;}


@media(max-width: 1050px) {
  .hide-service { display: none; }
	#stickytop { 
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;}
}

@media(max-width: 850px) {
  .menu_desktop { display: none; }
  .menu_mobile { display: inline; }
  .search_desktop { display: none; }
  .search_mobile { display: inline; }
  .btn-showme { padding: 8px 16px; }
  .btn-showme.font34 { font-size: 26px !important; }
  .btn-showme.lspacing3 { letter-spacing: 2px;}
  #stickytop { 
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;}
}

@media(max-width: 720px) {
  .main_logo { width: 500px !important; height: auto; }
}

@media(max-width: 650px) {
  .main_logo { width: 450px !important; height: auto; }
}

@media(max-width: 600px) {
  #boatnums_indicators { display: none; }
  .carousel-indicators { display: none; }
  .hideon600 { display: none; }
  .font-tabs .btn { margin: 6px 0; width: 100% !important; }
  .font-tabs li { width: 100% !important; display: block;}
  .input_boatnum { width: 100% !important; }
  .btn-showme { padding: 4px 12px; }
  .btn-showme.font34 { font-size: 20px !important; }
  .btn-showme.lspacing3 { letter-spacing: 1px;}
  .online_sign.font16 { font-size: 14px !important; }
  .main_logo { width: 400px !important; height: auto; }
}

@media(max-width: 550px) {
  .main_logo { width: 350px !important; height: auto; }
}

@media(max-width: 500px) {
  [class^="sprite_fill"] { width: 150px; height: 105px; }
  div#cc {display: none;}
	  div#cc2 {display: none;}
}

@media(max-width: 380px) {
  .main_logo { width: 320px !important; height: auto; }
  .online_sign.font16 { font-size: 12px !important; }
}


@media only screen and (min-width: 960px) and (max-width: 100000px) {
.example-boat {border-radius: 7px;   box-shadow:  2px 2px 4px rgba(0,0,0,0.3);float:right; margin-left:15px; margin-bottom:12px;}
}	

@media only screen and (min-width: 620px) and (max-width: 767px) {
.example-boat {width:100%; display: block; margin:auto; min-width:240px; border-radius: 7px;   box-shadow:  2px 2px 4px rgba(0,0,0,0.3); margin-bottom:12px;}
}	

@media only screen and (min-width: 480px) and (max-width: 619px) {
.example-boat {width:100%; display: block; margin:auto; min-width:240px; border-radius: 7px;   box-shadow:  2px 2px 4px rgba(0,0,0,0.3); margin-bottom:12px;}
}

@media only screen and (max-width: 479px) {
.example-boat {width:100%; display: block; margin:auto; min-width:240px; border-radius: 7px;   box-shadow:  2px 2px 4px rgba(0,0,0,0.3); margin-bottom:12px;}
}


.button-link {
	padding: 10px 15px;
	background: -webkit-linear gradient(#01961a, #004b00); background: -o-linear-gradient(#01961a, #004b00); background: -moz-linear-gradient(#01961a, #004b000); background: linear-gradient(#01961a, #004b00);
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;

}
.button-link:hover {
	background: -webkit-linear gradient(#01b21f, #006000); background: -o-linear-gradient(#01b21f, #006000); background: -moz-linear-gradient(#01b21f, #006000); background: linear-gradient(#01b21f, #006000);
	border: solid 1px #2A4E77;
	color:white;
	
	
}
.button-link:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: -webkit-linear gradient(#01b21f, #006000); background: -o-linear-gradient(#01b21f, #006000); background: -moz-linear-gradient(#01b21f, #006000); background: linear-gradient(#01b21f, #006000);
	border: solid 1px #203E5F;
	color:#e5e5e5;
}