/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background:#1a1a1e;
}

/*CUSTOM SITE FONTS STARTS*/
@font-face {
    font-family:'HelveticaLTCondensedBold';
    src: url('/fonts/helvetica_lt_condensed_bold-webfont.eot');
    src: url('/fonts/helvetica_lt_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helvetica_lt_condensed_bold-webfont.woff') format('woff'),
         url('/fonts/helvetica_lt_condensed_bold-webfont.ttf') format('truetype'),
         url('/fonts/helvetica_lt_condensed_bold-webfont.svg#HelveticaLTCondensedBold') format('svg');
}

@font-face {
  font-family:'Merriweather Sans';
  font-style:normal;
  font-weight:400;
  src:local('Merriweather Sans Regular'),local('MerriweatherSans-Regular'),
      url('/fonts/merriweather.woff') format('woff');
}
/*CUSTOM SITE FONTS ENDS*/

#main_content {
	width:960px;
	margin:7px auto;
	position:relative;
}

.cleardiv {
	clear:both;
}

.header {
	height:95px;
}

.header .left {
	float:left;
	width:50%;
}

.header .right {
	float:left;
	width:50%;
}

.header .right p {
	color:#787889;
	font-size:12px;
	text-align:right;
	margin:0;
	padding:0;
}

.header .right p.bottom {
	margin:3px 0 9px 0;
	font-weight:bold;
}

.header .right input[type=text] {
	width:142px;
	border:1px #aaa solid;
	background:#f4f4f4;
	padding:4px;
}

.header .right input[type=text]:focus {
	background:#fff;
}

.header .right input[type=submit] {
	background:#eb8c0e; /* Old browsers */
	background:-moz-linear-gradient(top,  #eb8c0e 0%, #eb8c0e 11%, #e8850f 25%, #d75917 76%, #d24919 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb8c0e), color-stop(11%,#eb8c0e), color-stop(25%,#e8850f), color-stop(76%,#d75917), color-stop(100%,#d24919)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #eb8c0e 0%,#eb8c0e 11%,#e8850f 25%,#d75917 76%,#d24919 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #eb8c0e 0%,#eb8c0e 11%,#e8850f 25%,#d75917 76%,#d24919 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #eb8c0e 0%,#eb8c0e 11%,#e8850f 25%,#d75917 76%,#d24919 100%); /* IE10+ */
	background:linear-gradient(to bottom,  #eb8c0e 0%,#eb8c0e 11%,#e8850f 25%,#d75917 76%,#d24919 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8c0e', endColorstr='#d24919',GradientType=0 ); /* IE6-9 */
	border:none;
	height:30px;
	width:44px;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	font-family:'HelveticaLTCondensedBold';
}

.header .right input[type=submit]:hover {
	background:#fda100; /* Old browsers */
	background:-moz-linear-gradient(top,  #fda100 0%, #fb9b02 9%, #f28b07 24%, #d0411c 74%, #ca341f 84%, #c42623 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda100), color-stop(9%,#fb9b02), color-stop(24%,#f28b07), color-stop(74%,#d0411c), color-stop(84%,#ca341f), color-stop(100%,#c42623)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #fda100 0%,#fb9b02 9%,#f28b07 24%,#d0411c 74%,#ca341f 84%,#c42623 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #fda100 0%,#fb9b02 9%,#f28b07 24%,#d0411c 74%,#ca341f 84%,#c42623 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #fda100 0%,#fb9b02 9%,#f28b07 24%,#d0411c 74%,#ca341f 84%,#c42623 100%); /* IE10+ */
	background:linear-gradient(to bottom,  #fda100 0%,#fb9b02 9%,#f28b07 24%,#d0411c 74%,#ca341f 84%,#c42623 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda100', endColorstr='#c42623',GradientType=0 ); /* IE6-9 */
}

.header .right ul {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}

.header .right ul li {
	float:left;
}

.header .right ul li.first {
	margin-right:5px;
}

#main_sections {
	width:958px;
	margin:0 auto;
	height:360px;
}

#main_sections ul {
	padding:0;
	margin:0;
	list-style:none;
}

#main_sections ul li {
	float:left;
	width:264px;
	border:1px #222 solid;
	background:#111;
	min-height:270px;
	overflow:hidden;
	margin-right:20px;
	padding:20px;
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#main_sections ul li.last {
	margin:0;
}

#main_sections ul li h3 {
	display:block;
	font-size:20px;
	font-weight:700;
	line-height:23px;
	margin:0;
	padding:0 0 20px 0;
	text-align:left;
	color:#fff;
	margin-bottom:20px;
	border-bottom:1px #444 solid;
	padding-bottom:13px;
}

#main_sections ul li p {
	font-size:13px;
	line-height:22px;
	color:#fff;
	margin:0;
	padding:0;
}

#main_footer .left {
	float:left;
	width:50%;
}

#main_footer .left p {
	margin:0;
	padding:0;
	font-size:11px;
	color:#787889;
}

#main_footer .left p.bottom {
	margin-top:3px;
}

#main_footer .right {
	float:left;
	width:50%;
}

#main_footer .right ul {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}

#main_footer .right ul li {
	float:left;
	margin-left:5px;
	height:24px;
	width:24px;
}

#main_footer .right ul li a {
	display:block;
	height:24px;
	width:24px;
}

#main_footer .right ul li.twitter {
	background:url('/img/icons/icontw.png') top left no-repeat;
}

#main_footer .right ul li.facebook {
	background:url('/img/icons/iconfb.png') top left no-repeat;
}

#main_footer .right ul li.youtube {
	background:url('/img/icons/iconyt.png') top left no-repeat;
}

#main_footer .right ul li.pinterest {
	background:url('/img/icons/iconpt.png') top left no-repeat;
}

#main_footer .right ul li.foursquare {
	background:url('/img/icons/iconfs.png') top left no-repeat;
}

#main_menu .menu {
	background-color:#787889;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#787889), to(#121212));
	background-image:-webkit-linear-gradient(top, #787889, #121212);
	background-image:-moz-linear-gradient(top, #787889, #121212);
	background-image:-ms-linear-gradient(top, #787889, #121212);
	background-image:-o-linear-gradient(top, #787889, #121212);
	background-image:linear-gradient(top, #787889, #121212);
	clear:both;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#787889, endColorstr=#121212);
	margin:0 auto;
}

#main_menu .menu, 
#main_menu .menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

#main_menu .menu li {
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}

#main_menu .menu li:hover {
	white-space:normal;
	z-index:10000;
}

#main_menu .menu li li {
	float:none;
}

#main_menu .menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:10;
}

#main_menu .menu li:hover > ul {
	top:100%;
	visibility:visible;
}

#main_menu .menu li li:hover > ul {
	left:100%;
	top:0;
}

#main_menu .menu:after,
#main_menu .menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

#main_menu .menu,
#main_menu .menu ul {
	min-height:0;
}

#main_menu .menu ul {
	margin:-10px 0 0 -30px;
	padding:10px 30px 30px;
}

#main_menu .menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

#main_menu .menu ul li a:hover, 
#main_menu .menu li li a:hover {
	color:#484848;
	text-decoration:none;
}

#main_menu .menu ul {
	min-width:15em;
	width:auto;
}

#main_menu .menu a {
	border-left:1px solid #444444;
	color: #9494a9;
	display:block;
	font-size:13px;
	height:45px;
	line-height:45px;
	margin:0;
	padding:0 2.9em;
	position:relative;
	text-decoration:none;
	text-shadow:0 1px 1px #121212;
	font-family:'HelveticaLTCondensedBold';
	text-transform:uppercase;
}

/*THIS IS FOR IE9 and IE10 SPECIFIC CSS*/
@media screen and (min-width:0\0) {

	#main_menu .menu a.last {
		padding:0 3.0em;
	}

}

#main_menu .menu a:hover {
	background-color: #787889;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#787889));
	background-image:-webkit-linear-gradient(top, #444444, #787889);
	background-image:-moz-linear-gradient(top, #444444, #787889);
	background-image:-ms-linear-gradient(top, #444444, #787889);
	background-image:-o-linear-gradient(top, #444444, #787889);
	background-image:linear-gradient(top, #444444, #787889);
	color:#efefef;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#787889);
}

#main_menu .menu .current_page_item a {
	background-color:#343434;
}

#main_menu .home .menu .current_page_item a {
	background-color:transparent;
}

#main_menu .menu li li {
	background: #787889;
	background-image:none;
	border:1px solid #444444;
	border-top:none;
	color:#444;
	filter:none;
	width:auto;
}

#main_menu .menu li li a {
	background:transparent!important;
	border:none;
	color: #EFEFEF;
	font-size:10px;
	font-weight:400;
	height:auto;
	height:20px;
	line-height:20px;
	padding:5px 10px;
	text-shadow:none;
	white-space:nowrap;
	font-family:verdana;
}

#main_menu .menu li li a:hover {
	background: #e27614 !important;
	background-image:none;
	border:none;
	color:#EFEFEF;
	filter:none;
}

#main_menu .menu ul > li + li {
	border-top:0;
}

#main_menu .menu li li:hover > ul {
	left:100%;
	top:0;
}

#main_menu .menu > li:first-child > a {
	border-left:none;
}

#page_content {
	background:#121212;
	border:1px #000 solid;
	margin:5px 0 10px 0;
	padding:10px 15px 10px 15px;
	min-height:500px;
	overflow:hidden;
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    color:#fff;
    font-size:12px;
}

#page_content .crumb {
	margin-bottom:10px;
}

#page_content .crumb a {
	color:#787889;
	text-decoration:none;	
}

#page_content .crumb a:hover {
	color:#e27614;
	text-decoration:underline;
}

#page_content h1.pagetitle {
	font-size:20px;
	color:#fff;
	margin:0 0 5px 0;
	padding:0;
	color:#999;
	font-family:'Merriweather Sans';
}

#page_content p {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:20px;
	font-family:'Merriweather Sans';
}

#page_content .full {
	width:800px;
	float:left;
}

#page_content .full .news {
	margin:15px 0 15px 0;
	padding:0 0 0 0;
}

#page_content .full .news li {
	list-style:none;
	min-height:10px;
	overflow:hidden;
	border-bottom:1px #fff solid;
	margin-bottom:15px;
	padding-bottom:15px;
}

#page_content .full .news li.last {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

#page_content .full .news li h3 {
	padding:0;
	margin:0 0 2px 0;
	text-transform:uppercase;
	font-size:14px;
}

#page_content .full .news li h3 a {
	color:#b6b5b5;
	text-decoration:none;
}

#page_content .full .news li h3 a:hover {
	color:#b6b5b5;
	text-decoration:underline;
}

#page_content .full .news li p {
	line-height:20px;
	font-size:13px;
	color:#fff;
}

#page_content .full .news li a {
	color:#eb8c0e;
}

#page_content .left {
	width:598px;
	margin-right:30px;
	float:left;
}

#page_content .left p {
	font-size:13px;
	line-height:20px;
	margin:0 0 15px 0;
	padding:0;
}

#page_content .left p.end {
	margin-top:25px;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
}

#page_content .data_list li {
	font-size:13px;
	line-height:20px;
}

#page_content .data_list li.first {
	list-style:none;
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
	margin-left:-15px;
}

#page_content .right {
	float:left;
	width:300px;
}

#page_content .right .box {
	border:1px #222 solid;
	padding:15px;
	margin-bottom:20px;
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

#page_content .right .box h3 {
	display:block;
	font-size:20px;
	font-weight:700;
	line-height:23px;
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
	color:#efefef;
}

#page_content .right .box strong.title {
	font-weight:bold;
	font-size:13px;
	display:block;
	margin-bottom:2px;
}

#page_content .right .box p.info {
	margin:0 0 15px 0;
	padding:0;
	font-size:12px;
	line-height:20px;
}

#page_content .right .box .info_map {
	margin:20px 0 10px 0;
	width:270px;
	height:200px;
}

.formee label {
	font-size:13px;
	color:#fff;
}

.grid-12-12 #form_cbutton {
	width:100px;
}

.form_captcha {
	float:right;
	background:#fff;
}

.form_captcha .recaptcha_only_if_privacy a {
	color:#1a1a1e;
}

#page_content .partners {
	background:url('/img/partners.jpg') no-repeat top left;
	height:1159px;
	width:926px;
}

/*IMAGE SLIDER ON HOME PAGE*/
#slider {
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    border:1px #222 solid;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	width:956px;
	overflow:hidden;
}

.lean-slider { 
    position: relative; 
    *zoom: 1;
}

.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}

.lean-slider:after {
    clear: both;
}

.lean-slider-slide { 
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none; 
}

.lean-slider-slide.current { display: block; }

#storeframe {
	width:1300px;
	margin-left:-170px;
	height:3000px;
}

#frameloader {
	text-align:center;
	width:300px;
	height:200px;
	margin:50px auto;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background:url('/img/icons/iconloader.gif') 40px 30px no-repeat;
}

.notifications.error {
	width:592px;
	display:block;
	padding:10px;
	font-size:13px;
	text-indent:25px;
	border:1px #d8000c solid;
	color:#d6010e;
	background:#ffbaba url('/img/icons/failed.png') no-repeat 10px;
}

.notifications.success {
	width:592px;
	display:block;
	padding:10px;
	font-size:13px;
	color:#FFF;
	text-indent:25px;
	border:1px #194600 solid;
	background:#256700 url('/img/icons/success.png') no-repeat 10px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}