@import"reset.css";
@import"superfish.css";
@import"grid.css";
@import"forms.css";
@import"galleryfic.css";
@import"coin-slider.css";
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Oswald);
/*

	Theme Name: locate plus

	Description: Child theme of Genesis, by StudioPress.

	Author: Gerald

	Author URI: #

	

	Template: genesis

*/



/* Stylesheet from Genesis 1.7.1 */

/*

01 Import Fonts

---------------------------------------------------------------------------------------------------- */



@import url(http://fonts.googleapis.com/css?family=Lato:400,700);



@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);



@import url(http://fonts.googleapis.com/css?family=Anton:400,700);

/*

02 Defaults

---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'myriad_prosemibold';
    src: url('myriadpro-semibold-webfont.eot');
    src: url('myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-semibold-webfont.woff') format('woff'),
         url('myriadpro-semibold-webfont.ttf') format('truetype'),
         url('myriadpro-semibold-webfont.svg#myriad_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_probold';
    src: url('myriadpro-bold-webfont.eot');
    src: url('myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-bold-webfont.woff') format('woff'),
         url('myriadpro-bold-webfont.ttf') format('truetype'),
         url('myriadpro-bold-webfont.svg#myriad_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}


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,

input, menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}



html {

	f/ont-size: 100%; /* 16px browser default */

}



body {

	background-color: #EDEDED;

	line-height: 1;

}



body,

input,

select,

textarea,

.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3 {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}



a,

a:visited,

button,

input[type="button"],

input[type="submit"],

.btn {

	-moz-transition: all 0.1s ease-in-out;

	-webkit-transition: all 0.1s ease-in-out;

	transition: all 0.1s ease-in-out;

}



::-moz-selection {

	background-color: #1e1e1e;

	color: #fff;

}



::selection {

	background-color: #1e1e1e;

	color: #fff;

}



a img {

	border: none;

}





/*

03 Typography

-------------------------------------------------------------------------------------------------------



	This section covers font colors, families, size, styles and weight.



	This style sheet uses rem values with a pixel fallback.

	The rem values are calculated per the examples below:



	12 / 16 =		0.75rem

	14 / 16 =		0.875rem

	16 / 16 =		1rem	

	18 / 16 =		1.125rem

	20 / 16 =		1.25rem

	24 / 16 =		1.5rem

	30 / 16 =		1.875rem

	36 / 16 =		2.25rem

	42 / 16 =		2.625rem

	48 / 16 =		3rem

	

	Further reading on the use and compatibility of rems:

	

	http://caniuse.com/rem

	http://snook.ca/archives/html_and_css/font-size-with-rem

	

*/



/* 03a - Font Color ----------- */



a:hover,

body,

h2 a,

h2 a:visited,

h4.widgettitle a,

input,

.author,

.date,

.genesis-nav-menu a,

.genesis-nav-menu li li a,

.genesis-nav-menu li li a:link,

.genesis-nav-menu li li a:visited,

.post-comments,

#title a,

#title a:hover {

	color: #1e1e1e;

}



a,

h2 a:hover,

.genesis-nav-menu li a:hover,

.genesis-nav-menu li:hover a,

.genesis-nav-menu li li a:hover,

.genesis-nav-menu .current-menu-item a {

	color: #ff2a00;
	text-decoration: none;

}



.post-info,

.post-meta,

#description {

	color: #636363;

}



blockquote::before,

blockquote p,

input,

select,

textarea {

	color: #000;

}



button,

input[type="button"],

input[type="submit"],

.btn,

.genesis-nav-menu .highlight-menu-item a,

.genesis-nav-menu .highlight-menu-item a:hover,

.navigation li a,

.navigation li a:hover,

.navigation li.active a,

.navigation li.disabled {

	color: #fff;

}



/* 03b - Font Family ----------- */



body,

input,

textarea,

.author-box h1 {

	font: 12px/20px Arial,Helvetica,sans-serif;

}



h1,

h2,

h3,

h4,

h5,

h6,

.entry-title a,

#title {

	font-family: 'Lato', sans-serif;

}



/* 03c - Font Size ----------- */



#title {

	font-size: 42px;

	font-size: 2.625rem;

}



h1,

.entry-title,

.entry-title a {

	font-size: 36px;

	font-size: 2.25rem;

}



blockquote::before {

	font-size: 32px;

	font-size: 2rem;

}



h2 {

	font-size: 30px;

	font-size: 1.875rem;

}



h3 {

	font-size: 24px;

	font-size: 1.5rem;

}



h4,

.archive-title,

.taxonomy-description h1,

.widgettitle {

	font-size: 20px;

	font-size: 1.25rem;

}



h5 {

	font-size: 18px;

	font-size: 1.125rem;

}



h6,

.author-box h1,

.sidebar h2 a {

	font-size: 16px;

	font-size: 1rem;

}



input,

select,

textarea,

.genesis-nav-menu,

.post-info,

.post-meta,

.wp-caption,

#footer p {

	font-size: 16px;

	font-si/ze: 0.875rem;

}





/* 03d - Font Miscellaneous ----------- */



blockquote p {

	font-style: italic;

}



cite {

	font-style: normal;

}



button,

input[type="button"],

input[type="submit"],

h1,

h2,

h3,

h4,

h5,

h6,

.btn,

.entry-title a,

.genesis-nav-menu,

.post-comments,

.post-info .author,

.post-info .date,

.wp-caption,

#footer p,

#title {

	font-weight: 700;

}



.wp-caption {

	text-align: center;

}



h2 a,

h2 a:visited,

.genesis-nav-menu a,

.navigation li a,

.widgettitle a,

#title a {

	text-decoration: none;

}





/*

04 Layout

---------------------------------------------------------------------------------------------------- */



/* 04a - Structure ----------- */



#wrap {

    border: 1px solid #A1A1A1;

    box-shadow: 0 0 5px #888888;

    margin: 14px auto;

    width: 1000px;

}



#inner {

	clear: both;

	overflow: hidden;

	pad/ding-top: 40px;

	paddi/ng-top: 2.5rem;
	padding: 23px;
	background: #fff;

}



/* 04b - 1152px CSS Grid ----------- */



#sidebar-alt {

	width: 15.277777777%; /* 176px / 1152px */

}



.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3,

.sidebar,

#header .widget-area {

	width: 30.555555555%; /* 352px / 1152px */

}



.content-sidebar-sidebar .sidebar,

.sidebar-content-sidebar .sidebar,

.sidebar-sidebar-content .sidebar {

	width: 37.931034482%; /* 352px / 928px */

}



.content-sidebar-sidebar #content,

.sidebar-content-sidebar #content,

.sidebar-sidebar-content #content {

	width: 56.896551724%; /* 528px / 928px */

}



.content-sidebar #content,

.sidebar-content #content,

#title-area {

	width: 65.277777777%; /* 752px / 1152px */

}



.content-sidebar-sidebar #content-sidebar-wrap,

.sidebar-content-sidebar #content-sidebar-wrap,

.sidebar-sidebar-content #content-sidebar-wrap {

	width: 80.555555555%; /* 928px / 1152px */

}



.content-sidebar #content-sidebar-wrap,

.full-width-content #content,

.full-width-content #content-sidebar-wrap,

.sidebar-content #content-sidebar-wrap {

	width: 100%; /* 1152px / 1152px */

}



.footer-widgets-1,

.footer-widgets-2,

.sidebar-content #sidebar,

.sidebar-sidebar-content #sidebar,

#content,

#content-sidebar-wrap,

#footer .gototop,

#sidebar-alt,

#title-area {

	float: left;

}



.content-sidebar-sidebar #sidebar-alt,

.footer-widgets-3,

.sidebar,

.sidebar-content #content,

.sidebar-content-sidebar #content-sidebar-wrap,

.sidebar-sidebar-content #content,

.sidebar-sidebar-content #content-sidebar-wrap,

#footer .creds,

#header .widget-area {

	float: right;

}



/* 04c - Header ----------- */



#header {

    bor/der-bottom: 2px solid #1E1E1E;

    marg/in: 14px auto auto;

    min-height: 120px;

    overflow: hidden;

    pad/ding-bottom: 2rem;

    width: 1000px;

	background:#fff;

}



#title {

	line-height: 1;

	margin: 40px 0 8px;

	margin: 2.5rem 0 0.5rem;

}



.header-image #title {

	margin: 0;

}



#description {

	line-height: 1.25;

}



.header-full-width #title,

.header-full-width #title a,

.header-full-width #title-area {

	width: 100%;

}



.header-image #title,

.header-image #title a,

.header-image #title-area {

	display: block;

	float: left;

	min-height: 58px;

	overflow: hidden;

	text-indent: -9999px;

	wi/dth: 50%;

	margin: 4px;

}



.header-image #description {

	display: block;

	overflow: hidden;

}



/* 04d - Main Content ----------- */



#content {

	padd/ing-bottom: 4px;

	pad/ding-bottom: 2.5rem;

	background:#fff;

}



.entry,

.page .post.entry {

	margin-bottom: 80px;

	margin-bottom: 5rem;

}



.single .entry {

	margin-bottom: 48px;

	margin-bottom: 3rem;

}



.page .entry {

	margin: 0;

}



.entry-content {

	overf/low: hidden;

	m/argin-top:32px;

}



.entry-content,

.entry-content p {

	line-height: 1.25;

}



.entry-content p {

	margin-bottom: 10px;

	mar/gin-bottom: 1.625rem;

}



blockquote {

	padding: 24px 64px;

	padding: 1.5rem 4rem;

}



blockquote::before {

	content: "“";

	display: block;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}



/* 04e - Post Info & Meta ----------- */



.post-info,

.post-meta {

	clear: both;

	line-height: 1.5;

}



.post-info {

	margin-bottom: 24px;

	margin-bottom: 1.5rem;

}



.post-comments {

	background: url(images/post-comments.png) no-repeat center left;

	margin-left: 16px;

	margin-left: 1rem;

	padding-left: 20px;

	padding-left: 1.25rem;

}



.post-meta {

	border-top: 1px solid #ccc;

	padding-top: 24px;

	padding-top: 1.5rem;

}



.categories,

.tags {

	display: block;

}



/* 04f - Column Classes ----------- */



.five-sixths,

.four-fifths,

.four-sixths,

.one-fifth,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fifths,

.three-fourths,

.three-sixths,

.two-fifths,

.two-fourths,

.two-sixths,

.two-thirds {

	float: left;

	margin-left: 4.166666666%; /* 48px / 1152px */

}



.one-half,

.three-sixths,

.two-fourths {

	width: 47.9166666666%; /* 552px / 1152px */

}



.one-third,

.two-sixths {

	width: 30.555555555%; /* 352px / 1152px */

}



.four-sixths,

.two-thirds {

	width: 65.277777777%; /* 752px / 1152px */

}



.one-fourth {

	width: 21.875%; /* 252px / 1152px */

}



.three-fourths {

	width: 73.958333333%; /* 852px / 1152px */

}



.one-fifth {

	width: 16.666666666%; /* 192px / 1152px */

}



.two-fifths {

	width: 37.5%; /* 432px / 1152px */

}



.three-fifths {

	width: 58.333333333%; /* 672px / 1152px */

}



.four-fifths {

	width: 79.166666666%; /* 912px / 1152px */

}



.one-sixth {

	width: 13.194444444%; /* 152px / 1152px */

}



.five-sixths {

	width: 82.638888888%; /* 952px / 1152px */

}



.first {

	margin-left: 0;

}



/* 04g - Miscellaneous ----------- */



p.subscribe-to-comments {

	padding: 24px 0 16px;

	padding: 1.5rem 0 1rem;

}



p.pages,

.clear,

.clear-line,

.first {

	clear: both;

}



.clear-line {

	border-bottom: 1px solid #ccc;

	margin-bottom: 26px;

	margin-bottom: 1.625rem;

}



.alignleft,

.archive-page {

	float: left;

}



.alignright {

	float: right;

}



.archive-page {

	width: 50%;

}



.author-box,

.sticky {

	margin-bottom: 80px;

	margin-bottom: 5rem;

}



.author-box,

.author-box h1,

.taxonomy-description {

	line-height: 1.5;

}



.author-box,


.breadcrumb,

.sticky,

.taxonomy-description {

	background-color: #f5f5f5;

	margin-bottom: 48px;

	margin-bottom: 3rem;

	overflow: hidden;

	padding: 32px;

	padding: 2rem;

}





/*

05 Menus

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	clear: both;

	overflow: hidden;

}



#header .genesis-nav-menu {

	float: right;

	margin-top: 48px;

	margin-top: 3rem;

	width: auto;

}



.genesis-nav-menu.menu-primary,

.genesis-nav-menu.menu-secondary {

	border-bottom: 1px solid #ccc;

}



.genesis-nav-menu ul {

	float: left;

	width: 100%;

}



.genesis-nav-menu li {

	display: inline-block;

	float: left;

	list-style-type: none;

	text-align: left;

}



.genesis-nav-menu a {

	display: block;

	padding: 24px 20px;

	padding: 1.5rem 1.25rem;

	position: relative;

}



.genesis-nav-menu li.highlight-menu-item {

	margin-left: 20px;

	margin-left: 1.25rem;

}



.genesis-nav-menu .highlight-menu-item a {

	background-color: #1e1e1e;

}



.genesis-nav-menu .highlight-menu-item a:hover {

	background-color: #ff2a00;

}



.genesis-nav-menu li li a,

.genesis-nav-menu li li a:link,

.genesis-nav-menu li li a:visited {

	background-color: #fff;

	border: 1px solid #ccc;

	border-top: none;

	padding: 20px;

	padding: 1.25rem;

	position: relative;

	width: 170px;

}



.genesis-nav-menu li ul {

	left: -9999px;

	position: absolute;

	width: 212px;

	z-index: 99;

}



.genesis-nav-menu li ul ul {

	margin: -55px 0 0 211px;

}



.genesis-nav-menu li:hover ul ul,

.genesis-nav-menu li.sfHover ul ul {

	left: -9999px;

}



.genesis-nav-menu li:hover,

.genesis-nav-menu li.sfHover {

	position: static;

}



ul.genesis-nav-menu li:hover>ul,

ul.genesis-nav-menu li.sfHover ul,

#header .genesis-nav-menu li:hover>ul,

#header .genesis-nav-menu li.sfHover ul {

	left: auto;

}



.genesis-nav-menu li a .sf-sub-indicator,

.genesis-nav-menu li li a .sf-sub-indicator,

.genesis-nav-menu li li li a .sf-sub-indicator {

	position: absolute;

	text-indent: -9999px;

}



#wpadminbar li:hover ul ul {

	left: 0;

}



/* 05a - Primary Navigation Extras ----------- */



.genesis-nav-menu li.right {

	float: right;

	padding: 24px 20px;

	padding: 1.5rem 1.25rem;

}



.genesis-nav-menu li.right a {

	display: inline;

	padding: 0;

}



.genesis-nav-menu li.search {

	padding: 6px 0 0;

	padding: 0.375rem 0 0;

}



.genesis-nav-menu li.rss a {

	background: url(images/rss.png) no-repeat center left;

	margin-left: 20px;

	margin-left: 1.25rem;

	padding-left: 20px;

	padding-left: 1.25rem;

}



.genesis-nav-menu li.twitter a {

	background: url(images/twitter-nav.png) no-repeat center left;

	padding-left: 24px;

	padding-left: 1.5rem;

}





/*

06 Headings

---------------------------------------------------------------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6,

.entry-title a {

	line-height: 1.2;

	margin-bottom: 16px;

	margin-bottom: 1rem;

}



.author-box h1 {

	margin: 0

}



.taxonomy-description h1 {

	margin-bottom: 4px;

	margin-bottom: 0.25rem;

}



.archive-title {

	margin-bottom: 24px;

	margin-bottom: 1.5rem;

}





/*

07 Lists

---------------------------------------------------------------------------------------------------- */



.entry-content ol,

.entry-content ul {

	margin-bottom: 26px;

	margin-bottom: 1.625rem;

}



.entry-content ol li,

.entry-content ul li {

	line-height: 1.625;

}



.entry-content ol li,

.entry-content ul li {

	margin-left: 40px;

	margin-left: 2.5rem;

}



.entry-content ol li {

	list-style-type: decimal;

}



.entry-content ul li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul {

	margin-bottom: 0;

}





/*

08 Post Navigation

---------------------------------------------------------------------------------------------------- */



.navigation li {

	display: inline;

}



.navigation li a,

.navigation li a:hover,

.navigation li.active a,

.navigation li.disabled {

	background-color: #1e1e1e;

	border-radius: 3px;

	cursor: pointer;

	padding: 12px;

	padding: 0.75rem;

}



.navigation li a:hover,

.navigation li.active a {

	background-color: #ff2a00;

}





/*

09 Comments

---------------------------------------------------------------------------------------------------- */



#comments,

#respond {

	line-height: 1.5;

	overflow: hidden;

}



.ping-list,

#comments {

	margin-bottom: 48px;

	margin-bottom: 3rem;

}



#author,

#email,

#url {

	width: 50%;

}



.commentmetadata,

#author,

#email,

#url {

	margin-bottom: 12px;

	margin-bottom: 0.75rem;

}



#comment {

	margin: 12px 0;

	margin: 0.75rem 0;

}



label {

	margin-left: 12px;

	margin-left: 0.75rem;

}



.comment-list li,

.ping-list li {

	list-style-type: none;

	margin-top: 24px;

	margin-top: 1.5rem;

	padding: 32px;

	padding: 2rem;

}



.comment-list li ul li {

	margin-right: -32px;

	margin-right: -2rem;

}



.comment-header {

	overflow: hidden;

}



.comment {

	background-color: #f5f5f5;

	border: 2px solid #fff;

	border-right: none;

}



.comment-content p {

	margin-bottom: 24px;

	margin-bottom: 1.5rem;

}



.bypostauthor {

}



#comments .navigation {

	margin-top: 32px;

	margin-top: 2rem;

}





/*

10 Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {

	display: inline;

	line-height: 1.5;

}



.sidebar p {

	margin-bottom: 16px;

	margin-bottom: 1rem;

}



.sidebar .widget {

	border-bo/ttom: 1px solid #ccc;

	margin-bottom: 32px;

	margin-bottom: 2rem;

	padding-bottom: 32px;

	padding-bottom: 2rem;

	overflow: hidden;

}



.sidebar.widget-area ul li {

	list-style-type: none;



	word-wrap: break-word;

}





/*

11 Footer

---------------------------------------------------------------------------------------------------- */



#footer {

    background: url("../images/line-1.gif") repeat-x scroll 0 0 #F4F4F4;

    clear: both;

    font-size: 12px;

    hei/ght: 22px;

    padding: 28px 28px 28px 70px;

}



#footer .wrap {

	b/order-top: 2px solid #1e1e1e;

	overflow: hidden;

	pad/ding: 48px 0;

	pa/dding: 3rem 0;

}



#footer .creds {

	text-align: right;

}



#footer .creds,

#footer .gototop {

	margin: 8px 0;

	margin: 0.5rem 0;

}



/* 11a - Footer Widgets ----------- */



.footer-widgets {

	border-top: 2px solid #1e1e1e;

	clear: both;

	line-height: 1.5;

	overflow: hidden;

	padding: 32px 0 16px;

	padding: 2rem 0 1rem;

}



.footer-widgets p {

	margin-bottom: 16px;

	margin-bottom: 1rem;

}



.footer-widgets .widget {

	margin-bottom: 24px;

	margin-bottom: 1.5rem;

}



.footer-widgets .widget-area ul li {

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.375rem;

	word-wrap: break-word;

}



.footer-widgets-1 {

	margin-right: 4.166666666%; /* 48px / 1152px */

}





/*

12 Forms & Buttons

---------------------------------------------------------------------------------------------------- */



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ddd;

	bor/der-radius: 3px;

	box-shad/ow: 0 0 5px #ddd inset;

	pad/ding: 10px;

	pa/dding: 1rem;

	wid/th: 100%;

}



#header .search-form {

	float: right;

	margin-top: 56px;

	margin-top: 3.5rem;

	width: 100%;

}



button,

input[type="button"],

input[type="submit"],

.btn {

    background: url("submit.jpg") no-repeat scroll 0 0 transparent;
    color: transparent;
    height: 44px;
    width: 179px;
}



button:hover,

input:hover[type="button"],

input:hover[type="submit"],

.btn:hover {

	background-color: #ff2a00;

}



.enews input[type="submit"],

.search-form input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* 12a - Gravity Forms ----------- */



#content div.gform_wrapper input,

#content div.gform_wrapper select,

#content div.gform_wrapper textarea,

#content div.gform_wrapper .ginput_complex label {

	font-size: 16px;

	font-size: 1rem;

	padding: 16px;

	padding: 1rem;

}



#content div.gform_wrapper input[type="submit"] {

	padding: 16px 24px;

	padding: 1rem 1.5rem;

}



#content div.gform_wrapper .ginput_complex label {

	padding: 0;

}



div.gform_wrapper li,

div.gform_wrapper form li {

	margin: 16px 0 0;

	margin: 1rem 0 0;

}





/*

13 Images & Captions

---------------------------------------------------------------------------------------------------- */



embed,

img,

object,

video {

	max-width: 100%;

}



img {

	width: auto;

	height: auto;

}



.alignleft .avatar {

	margin-right: 24px;

	margin-right: 1.5rem;

}



.alignright .avatar {

	margin-left: 24px;

	margin-left: 1.5rem;

}



.author-box .avatar {

	float: left;

	margin-right: 24px;

	margin-right: 1.5rem

}



.comment-list li .avatar {

	float: left;

	margin: 0 16px 24px 0;

	margin: 0 1rem 1.5rem 0;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

	margin: 0 auto 1.5rem

}



img.alignnone {

	display: inline;

	margin-top: 16px;

}



img.alignleft,

.post-image,

.wp-caption.alignleft {

	display: inline;

	margin: 0 24px 24px 0;

	margin: 0 1.5rem 1.5rem 0;

}



img.alignright,

.wp-caption.alignright {

	display: inline;

	margin: 0 0 24px 24px;

	margin: 0 0 1rem 1.5rem;

}



p.wp-caption-text {

	line-height: 1.2;

	margin-top: 12px;

	margin-top: 0.75rem;

}



.gallery-caption {

}





/*

14 Media Queries

---------------------------------------------------------------------------------------------------- */



/* Desktops, laptops and iPads (landscape) ----------- */



@media only screen and (max-width: 1024px) {



	#wrap {

		max-width: 960px;

	}	



}



/* iPads (portrait) ----------- */



@media only screen and (max-width: 768px) {



	#wrap {

		padding: 0 5%;

	}



	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.wrap,

	#footer .creds,

	#footer .gototop,

	#header .widget-area,

	#inner,

	#title-area,

	#wrap .sidebar,

	#wrap #content,

	#wrap #content-sidebar-wrap,

	#wrap #sidebar-alt {

		width: 100%;

	}



	.genesis-nav-menu li,

	#footer .creds,

	#footer .gototop,

	#header ul.genesis-nav-menu,

	#header .search-form {

		float: none;

	}



	.genesis-nav-menu,

	#description,

	#footer .creds,

	#footer .gototop,

	#header .search-form,

	#title,

	#title-area {

		text-align: center;

	}



	.genesis-nav-menu a {

		padding: 20px 16px;

		padding: 1.25rem 1rem;

	}



	#title {

		margin: 16px 0;

		margin: 1rem 0;

	}



	#header .search-form {

		margin: 32px auto 0;

		margin: 2rem auto 0;

		width: 50%;

	}



	.genesis-nav-menu li.right {

		display: none;

	}



	#footer .wrap {

		padding: 24px 0;

		padding: 1.5rem 0;

	}



	.footer-widgets-1,

	#header .genesis-nav-menu {

		margin: 0;

	}



}



/* iPhones (portrait and landscape) ----------- */



@media only screen and (max-width: 480px) {



	html {

		font-size: 87.5%; /* 14px base */

	}



	#header .search-form {

		width: 100%;

	}



	.archive-page,

	.five-sixths,

	.four-fifths,

	.four-sixths,

	.one-fifth,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fifths,

	.three-fourths,

	.three-sixths,

	.two-fifths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		margin: 0;

		width: 100%;

	}



}



#title-area p#title a {

    background: url("images/logo.png") no-repeat scroll 0 0 transparent;

    width: 285px;

}

.header-text {
	color: #000;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 41px;
    line-height: 20px;
    margin: 5px 14px;
    padding: 21px 1px 0px;
    text-align: center;
    width: 392px;
}

#title-area {

	width: 290px !important;

}



.login {

    float: right;

   padding: 8px 32px;

}

.wp-main-menu {

    wi/dth: 100%;
    float: right;
	margi/n-right: 16px;
    width: 772px;
    background: #18486c;
    height: 26px;
	
	margin-top: 12px;

}

.wp-main-menu ul#menu-main-menu li {

    float: left;

    display: inline;

    padding: 3px 35px;

    border-right: 1px solid #ccc;

}
.wp-main-menu ul#menu-main-menu li#menu-item-902{
	border:none !important;
}
.wp-main-menu ul#menu-main-menu li a {

    text-decoration: none;

    fo/nt-weight: bold;

    color: #fff;

font-family: 'myriad_prosemibold';
font-size: 14px;

    line-height: 22px;

    text-transform: uppercase;

}

.wp-main-menu ul#menu-main-menu li ul {

    background: none repeat scroll 0 0 #18486c;

    padding: 0;

    position: absolute;

    width: 187px;

    z-index: 200; ma/rgin-top: 16px; margin-left: -31px;

}

.wp-main-menu ul#menu-main-menu li ul li {

	position: relative;

	border-bottom: 0px dashed #ccc;

	padding: 0px 5px; width:95%; background: url(./images/bg-submenu.gif) 0 bottom repeat-x;
 border-right: 0px dashed #ccc;
}

.wp-main-menu ul#menu-main-menu li ul li a{

    color: #fff;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 11px;

    font-weight: bold;

    line-height: 26px;

    padd/ing: 0 0 0 10px;

    text-transform: uppercase;  

}

.header-slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
    z-index: 1;
	margin-top: -13px;
float: left;
}

.slider-text {
    color: #003366;
    font-family: arial;
    font-size: 14px;
    line-height: 14px;
    margin-left: 61px;
    margin-top: -232px;
    position: absolute;
    text-align: center;
}

.slider-menu {

    position: absolute;

    width: 1000px;

    margin-top: -119px;

    margin-left: 83px;

}

.slider-menu-1 {

    float: left;

    width: 210px;

}

.slider-menu-2 {

    float: left;

    width: 251px;

}

.slider-menu-3 {

    float: left;

    width: 193px;

}

.slider-menu-4 {

    float: left;

    width: 210px;

}

.slider-menu li {

    list-style: none;

}

.slider-menu a {

    text-decoration: none;

    color: #000;

    fo/nt-weight: bold;

    font-family: Oswald;

    font-size: 20px;

}

.slide {

    float: left;

    height: 270px;

	overflow: hidden;

}

#quotes {

    background: #CCD6E0;

    height: 37px;

    text-align: center;

    padding-top: 14px;

}

.table-content {

    background: none repeat scroll 0 0 #FFFFFF;

    float: left;

    padding-left: 20px;

    width: 1000px;

	padding-top: 23px;

}

.table-area {

    float: left;

    width: 331px;

}

.table-img {

    float: left;

	padding-right: 10px;

}

.table-text {

    font-size: 25px;

    color: #2A2A2A;

    font-family: 'Anton',sans-serif;

    line-height: 25px;

    text-transform: uppercase;

    font-weight: bold;

}

.table-search h3 {

    color: #0D6785;
    font-family: 'Oswald',sans-serif;
    font-size: 18px !important;
    font-weight: normal !important;
    margin-left: 63px;
    margin-top: -16px;
    text-transform: uppercase;
}

.home-content-footer {

	background-color: #EAEAEA;

    float: left;



    width: 1000px;

	margin-bottom: -23px;
	padding-top: 23px;

}

.home-content-left {

    float: left;

}

.home-content-right {

    float: right;

    margin-right: 100px;

}

.home-foo-text {

    float: left;

    margin-left: 10px;

    margin-top: 46px;
	margin-bottom:23px !important;

}

.wp-footer-menu {
    float: left;
	margin:0px 26px;

}

.wp-footer-menu ul li {

    float: left;

    list-style: none;

    padding-left: 20px;

}

.wp-footer-menu ul li a {

    color: #000;
	font-weight:bold;

}

.footer-left {

    float: left;
	wid/th:33%;
}

#footer a {

	text-decoration: none;

}

h1.entry-title {

    display: none;

}

h4.widgettitle {

    color: #000;

    font-family: 'Anton',sans-serif;

    font-size: 40px;

    line-height: 120px;

    margin-left: 26px;

    margin-top: -14px;

    position: absolute;

    text-transform: uppercase;

}

.top-menu {

    float: left;

    mar/gin-top: 23px;

    marg/in-left: 44px;

}

.top-menu ul li {

    float: left;

    padding:0px 11px;

    width: 157px;

	list-style: none;

}

.slider-text img {

    float: right;

    margin: 10px;

}



li#menu-item-143 a {

    background: url("images/VIP_support.png") no-repeat scroll 0 0 transparent;

    color: transparent;

    float: left;

    height: 51px;

   width: 217px;
   z-index: 9999;
position: relative;

}

li#menu-item-144 a{

    background: url("images/vip_email.png") no-repeat scroll 0 0 transparent;

    color: transparent;

    float: left;

    height: 32px;

    margin: -8px 0 0 -50px !important;

    width: 179px;

}

li#menu-item-145 a{

    background: url("images/vip_phone.png") no-repeat scroll 0 0 transparent;

    color: transparent;

    float: left;

    height: 35px;

    margin: -8px 0 0 -50px !important;

    width: 179px;

}

li#menu-item-144 {

    margin: 0px !important;

    padding: 8px 5px 0px 67px;

    list-style: none;

	border: none;

}

li#menu-item-145 {

    margin: 0px !important;

    padding: 6px 5px 0px 67px;

    list-style: none;

	border:none;

}

#header .wrap>.main-top-menu-con>.top-menu>.menu-top-menu-container {

    b/order-bottom: 1px dashed #CCCCCC;

    height: 54px;

    position: absolute;

}

#header .wrap>.main-top-menu-con {

	f/loat: left;
	width: 100%;
	hei/ght: 55px;

}
#grey-bg { /*background:#f4f4f4;*/
background: #ffe9c6;
border: 3px solid #f99800;
float:left;
width:99.49%;
margin-top: -24px;
font-family: 'myriad_prosemibold';

}
#grey-left {
	float: left;
padding-left: 30px;
padding-top: 10px;
}
#grey-left ul {
float: left;
margin-left: 32px;
}
#grey-left ul li {
	list-style:none;
	line-height: 17px;
	font-size: 14px;
}
#grey-left ul li span {
	font-size:17px;
}
#grey-right  {
float: left;
margin-top: 20px;
width:42%;
}
.slide-text {
    color: #000000;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-left: 26px;
    margin-top: -183px;
    position: absolute;
}

h1.drop-title {

    color: #2A2A2A;

    font-family: 'Anton',sans-serif;

    font-size: 28px;

    line-height: 41px;

    margin: 0 0 -1px;

    text-transform: uppercase;

	font-weight: normal;

}

li#menu-item-143 ul.sub-menu {
    margin-top:53px;
    overflow: visible !important;
    position: absolute;
    width: 157px;
    z-index: 99999;
}

}
.wrapper-1 {
    padding: 32px 23px;
}
span.sf-sub-indicator {
    background: url("images/menu-marker.gif") no-repeat scroll 4px 10px transparent;
    color: transparent;
    height: 4px;
    width: 7px;
}
.table-text a {
    color: #2A2A2A;
    font-family: 'Anton',sans-serif;
    font-size: 28px;
    line-height: 41px;
	text-decoration:none;
	font-weight: normal;
    text-transform: uppercase;
}

.footer-text-widget {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding-top: 23px;
}
.footer-text-widget img {
    margin: 0 23px 20px 20px ;
}


.menu-search-menu-container ul {
background: url("other_searches.jpg") no-repeat scroll 0 0 transparent;
padding-left: 52px;
padding-top: 67px;
background-position: 37% 4%;
}
#sidebar .menu-search-menu-container {
background-color: #E0E3E8;
margin-left: 30px;
background-image: url('images/right_side_bg.jpg');
width: 247px;
height: 270px;
}
#sidebar #nav_menu-2 .menu-search-menu-container #menu-search-menu li.current-menu-item{display:none}
#sidebar #nav_menu-2 .menu-search-menu-container #menu-search-menu li a{color: Black;
font-size: 13px; text-decoration:underline}
#sidebar #nav_menu-2 .menu-search-menu-container #menu-search-menu li a:hover{color: Black;
font-size: 13px; text-decoration:none}
#sidebar #nav_menu-2 .menu-search-menu-container #menu-search-menu li{background-image: url('images/jpeg.jpg'); background-repeat:no-repeat;margin-left: -28px;
padding-left: 20px;}

body.page-id-5 #inner {
padding:0px !important;
}
.slide img.alig/nnone {
    heig/ht: 270px;
    wi/dth: 1000px;
}




#sidebar .menu-customer-menu-container {
    background-color: #E0E3E8;
    background-image: url("images/right_side_bg.jpg");
    height: 270px;
    margin-left: 30px;
    width: 247px;
}

.menu-customer-menu-container ul {
    background: url("other_customers.jpg") no-repeat scroll 37% 4% transparent;
    padding-left: 52px;
    padding-top: 67px;
}
#sidebar .menu-customer-menu-container li.current-menu-item{display:none}
#sidebar .menu-customer-menu-container li a{color: Black;
font-size: 13px; text-decoration:underline}
#sidebar .menu-customer-menu-container li a:hover{color: Black;
font-size: 13px; text-decoration:none}
#sidebar .menu-customer-menu-container li{background-image: url('images/jpeg.jpg'); background-repeat:no-repeat;margin-left: -28px;
padding-left: 20px;}
.style8 {
text-align: left;
}

.style11 {
    text-align: left;
    width: 32%;
}

.style12 {
    text-align: left;
    width: 26%;
}
.style7 {
    text-align: left;
}

.container_12 .grid_4 {
    width: 300px;
}
.extra-wrap {
    display: block;
    overflow: hidden;
}
.dropcap {
    background: url("person.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-family: 'Anton',sans-serif;
    font-size: 38px;
    height: 58px;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 0 10px 0 0;
    padding: 12px 0 0;
    text-align: center;
    width: 70px;
}
.cat-layout {
    width: 970px;
}
.cat-block {
    float: left;
    height: 206px;
    margin-right: 16px;
    width: 300px;
}
.cat-title1 a {
    float: left;
    width: 214px;
	color: #2A2A2A;
    font-family: 'Anton',sans-serif;
    font-size: 28px;
    line-height: 41px;
    text-transform: uppercase;
}
.cat-img {
    float: left;
    width: 70px;
}
.cat-title2 a{
    float: left;
    width: 214px;
	color: #0D6785;
    font-size: 25px;
    line-height: 25px;
	font-family:'Oswald',sans-serif;
	
}
.cat-introtext {
    clear: both;
    float: left;
}
.cat-layout1 {
    width: 650px;
}
.style13 {
    width: 150px ;
}
.style14 {
    width: 170px;
}
.style22 {
    width: 263px;
}
.img-indent {
    float: left;
    margin: 5px 19px 0 0;
}

.img-box {
    background: none repeat scroll 0 0 #FBFBFC;
    border: 1px solid #EFEFF0;
    display: inline-block;
    padding: 19px;
}
.p2 {
    margin-bottom: 15px;
}
.extra-wrap {
    display: block;
    overflow: hidden;
}
.container_12 .grid_8 {
    width: 620px;
}
.p7 {
    margin-bottom: 52px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_4a, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid13, .grid13a, .grid_14 {
    display: inline;
    float: left;
    margin: 0 10px;
    position: relative;
}
.text-2 {
    col/or: #FFFFFF;
    display: block;
    font-family: 'Anton',arial;
    font-size: 40px;
    line-height: 90px;
    margin-top: -28px;
    padding: 0;
}
.contact-text {
    float: left;
    height: 595px;
    width: 475px;
	font-size:15px;
}
.company-img {
    float: left;
    height: 250px;
}
a.cat-link {
    color: transparent;
    background: url("images/marker-1.png") no-repeat scroll center 5px transparent;
}
a.cat-link:hover {
    background: url("images/marker-1.png") no-repeat scroll center -88px transparent;
}
.post-meta {
	display: none;
}
.post-info {
	display: none;
}
body.content-sidebar #content {
    border-right: 1px solid gray;
	padding-right: 30px;
}
.wp-main-menu ul#menu-main-menu li ul li a:hover {
    color: #ff2a00;
}
.wp-main-menu ul#menu-main-menu li a:hover {
    color: #f84a3b;
}
.style16 {
    font-weig/ht: bold;
}
.style26 {
    font-weight: bold;
	wi/dth: 31%;
}
.style21 {
    font-weig/ht: bold;
	widt/h: 30%;
}
.style24, .style23, .style20 {
    font-weight: bold;
    font-size: 14px;
	
}
.style23 {
	width: 3%;
}
.customer-img {
    float: left;
}
.style4 {
    wid/th: 233px;
}
.cat-layout1 .cat-title2 a {
    text-transform: uppercase;
    font-size: 18px !important;
}
.top-menu ul li a span {
    display: none;
}
body.page-id-42 ul#menu-customer-menu li#menu-item-548 {
    display: none;
}
body.page-id-42 ul#menu-customer-menu li#menu-item-549 {
    display: none;
}
body.page-id-42 #sidebar .menu-customer-menu-container {
	height: 221px !important ;
}
body.page-id-16 .style21 {
    font-weight: bold;
    width: 30%;
}

body.page-id-16 .style16 {
    font-weight: bold;
}
body.page-id-16 .style26 {

    width: 30%;
}
body.page-id-20 .style4 {
    width: 218px
}
body.page-id-17 .style4 {
    width: 47%;
}
body.page-id-18 .style16 {
    width: 50%;
}
body.page-id-18 .style23 {
    width: 300px;
}
body.page-id-18 .style22 {
    width: 300px;
}
body.page-id-25 .style23 {
    width: 263px;
}
.social-icons {
    float: right;
	margin-left:20px;
	width:220px;
}
.social-icons img {
    padding-right: 10px;
}
.main-top-menu-con {
    clear: both;
}
ul.sub-menu {
	display:none;
}
li.menu-item:hover ul {
	display: block !important ;
}
li.menu-item a:hover ul {
	display: block !important ;
}

.header-text #red-text {color: #ca0d3a; font-size: 24px;}

.header-text #blue-text {color: #1a476e; font-size: 19px;}
#orange-text {
    float: left;
    /*background: url(images/orange_gradient.jpg) no-repeat;*/
	background: url(images/homepage_grey_section.jpg) no-repeat;
    width: 100%;
	border-bottom:10px solid #26416D
}
#search-ava-text {
    float: left;
    margin: 18px 18px 0 25px;
   /* border-right: 1px solid #E3C47E;
    padding-right: 30px;*/
	border-right: 1px solid #26416D;
    padding-right: 0;
	width:210px;
}
#perfecr-for-text {
    float: left;
    margin: 20px 0 0;
	width:660px;
}
#bottom-text{
	float:left;
	width:565px;
	margin:10px 0 20px 30px;
    font-family: 'myriad_prosemibold';
	font-size: 16px;
	text-align:justify;
}
#orange-text ul {
	margin:0px;
}
#orange-text ul li {
	background: url("images/green check small.gif") no-repeat 0 7px ;
    /*background: url("images/round-icon.png") no-repeat 0 7px ;*/
    list-style-type: none;
    margin-left: 10px;
    padding-left: 23px;
    padding-top: 0px;
	line-height: 22px;
}
#orange-text a {
    color: #284459;
    font-family: 'myriad_prosemibold';
	font-size: 16px;
}
#orange-text span {
	color: #416D8A;
	text-shadow: .9px .9px;
}
#perfecr-for-text #mid-menu {
	width: 305px;
float: left;
}

#perfecr-for-text #orange-mid-text {
width: 204px;
float: left;
margin-left: 137px;
margin-top: 60px;
text-align: center;
}
#perfecr-for-text #orange-bottom-text {
width: 100%;
float: left;
font-size: 18px;
padding-bottom: 10px;
color: #284459;
font-family: 'myriad_prosemibold';
}
#perfecr-for-text #orange-mid-text span#bold {
font-family: 'myriad_prosemibold';
font-size: 22px;
letter-spacing:-1px;
/*color:#284459*/
}
#perfecr-for-text #orange-mid-text span#normal {
	font-size: 14px;
	width: 203px;
	float:left;
	padding-top:15px;
	font-family: 'myriad_prosemibold';
	/*color:#284459;*/
	text-align: left;
	font-style: italic;
	padding-left: 17px;

}
#grey-left h3 {
	font-family: 'myriad_prosemibold';
	color:#284459;
	margin-bottom: 5px;
}
#orange-text h3 {
	color:#ca0d3a;
}

.textwidget {
    font-weight: bold;
}
.footer1 {
    width: 33%;
    float: left;
	margin-left: 9px;
}
.footer2 {
    float: left;
    width: 33%;
	
}
.footer3 {
    float: right;
    width: 33%;
}
.after-footer {
	width:100%;
	float:left;
	margin-top: 20px;
}

