/*
Theme Name: OneSky Child Theme
Theme URI: http://cyberchimps.com/responsive-theme/
Author: CyberChimps.com
Author URI: http://cyberchimps.com
Text Domain: OneSky
Description: OneSky Child Theme
Template: OneSky

*/
@import url("core/fonts.css");

*{
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}
/* body.home #wrapper {
	margin: 0 auto 0px auto;
	padding-bottom: 0;
	padding-top: 0;
} */

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}
/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #dddddd;
	border: none;
	clear: both;
	color: #dddddd;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background: #ffffff;
	color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #333;
	font-family: 'ProximaNovaCond-Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

del {
	color: #555555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #cccccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #3257A8;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #36A693;
	outline: 0;
	text-decoration: none;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	max-width: 100%;
}

select {
  height: auto;
  max-width: 100%;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	max-width: 100%;
}

map area {
	padding: 0px;
	border: 0px;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #BA1F3F;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
	font-family: ProximaNova-Bold;
	text-transform: capitalize;
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 20px 0;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
#container, div#container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 25px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body.home #wrapper, body.contact-page #wrapper {
	margin: 0px auto 0 auto;
	padding: 0;
}
#wrapper {
	margin: 0px auto 0 auto;
	padding: 0;
}
#pageheader {
	padding-top: 0;
}
#wrapper {
	clear: both;
	position: relative;
	min-height: 350px;
	border: 0px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 0;
}
.front-page #wrapper, .home #wrapper {
	background-color: transparent;
	border: none;
	margin: 20px auto 20px auto;
	padding: 0;
}

#header {
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	margin: 0;
	position: relative;
	z-index: 9999;
	float: left;
	width: 100%;
}
#header-main {
	position: relative;
	width: 100%;
	background-color: #fff;
	top: 0px;
	z-index: 99;
	float:left;
}
#header-main.sticky {
	top: 0px;
	z-index: 99;
	background-color: #fff;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}

#header-main.sticky #logo {
	float: left;
	padding:10px 0;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
#header-main.sticky + #wrapper {
/* 	padding-top: 180px; */
}
/* #header-main.sticky .subscribe-row {
	margin: 0;
} */
#footer {
	background-color: #3257A8;
	clear: both;
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	max-width: 100%;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}


/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 0px 0;
	padding: 10px 0;
	width: 25%;
}

.site-name {
	display: block;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
	padding-top: 20px;
}

.site-name a {
	color: #333333;
	font-weight: 700;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em; /* = 14px */
	margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-full {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-bottom: 20px;
	margin-top: 0px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 0;
	margin-bottom: 0;
}

#content-sitemap a {
	font-size: 16px;
}

#content-sitemap #widgets {
	margin-top: 20px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {
}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #990000;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

.post-data a {
	color: #111111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #222;
	font-size: 14px;
	margin-bottom: 10px;
}

.post-edit {
	clear: both;
	display: none;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaaaaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {

}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
	background: none;
	min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}

#top-widget {
}
#top-widget a:hover {
	text-decoration: underline;
}
.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}

.top-widget .widget-title h3 {
	font-size: 14px;
	padding: 0;
	text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.title-404 {
	color: #AC2239;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	padding: 0.5em 0.5em 0.5em 0;
	position: relative;
}

.skip-link {
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 0.8125em;
	margin-left: -100%;
	padding: 0.5em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
	margin: 0 auto;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	font-size: 11px;
	padding: 0 4px 0 8px;
}

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

.top-menu li a:hover {
	color: #333333;
}

.top-widget {
	background: none;
	border: none;
	clear: none;
	float: none;
	min-height: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}
/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #585858;
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	margin: 0 auto;
}


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

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

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

.menu li li {
	float: none;
}

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

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

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

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

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

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

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

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 1px solid #585858;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	white-space: nowrap;
}

.menu a:hover {
	background-color: #808080;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}

ul.menu > li:hover {
	background-color: #363636;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #343434;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

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

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

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

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

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

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

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

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

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

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

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

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

.sub-header-menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 0;
  text-align: center;
}
.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border:0;
  color: #333333;
  font-family: ProximaNovaCond-Regular;
  font-size: 14px;
  padding: 0 18px;
}

.footer-menu li a:hover {
	color: #222222;
	text-decoration:underline;
}



/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}

.navigation a {
	color: #aaaaaa;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	color: #111111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999999;
}

.comment-body .comment-meta {
	color: #999999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #eaeaea;
	border: 1px solid #cccccc;
	border-bottom-color: #aaaaaa;
	border-radius: 4px;
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999999;
	font-size: .9em;
	text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #dddddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	 background-color: #3257A8;
  color: #fff;
  margin-top: 0px;
  vertical-align:middle;
  background:-webkit-linear-gradient(left,#36A693 50%,#3257A8 50%)!important;
  background:-o-linear-gradient(left,#36A693 50%,#3257A8 50%)!important;
  background:linear-gradient(to right,#36A693 50%,#3257A8 50%)!important;
  background-size:200% 100%!important;
  background-position:right bottom!important;
  text-decoration:none;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 0;
  padding: 10px 35px;
  font-family:"ProximaNova-Semibold";
  font-size: 17px;
  text-shadow: none;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	 color: #fff;
  background-position:left bottom!important;
  text-decoration:none;
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	 color: #fff;
  background-position:left bottom!important;
  text-decoration:none;
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	font-size: 24px;
	padding: 15px 35px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */

a.red {
	background-color: #cd0000; 
	border: 1px solid #890000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
	text-shadow: 0 -1px 0 #890000;
}

a.red:hover {
	background-color: #ff5656;
	border: 1px solid #890000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
	text-shadow: 0 -1px 0 #890000;
}

a.orange {
	background-color: #ff7f00; 
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
}

a.orange:hover {
	background-color: #ffc388;
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
}

a.yellow {
	background-color: #ecca06; 
	border: 1px solid #bb9e00;
	color: #161300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
	text-shadow: 0 1px 0 #ffffff;
}

a.yellow:hover {
	background-color: #fffadd;
	border: 1px solid #bb9e00;
	color: #161300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
	text-shadow: 0 1px 0 #ffffff;
}

a.green {
	background-color: #2e8b57; 
	border: 1px solid #1d5837;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
	text-shadow: 0 -1px 0 #1d5837;
}

a.green:hover {
	background-color: #71d09b;
	border: 1px solid #1d5837;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
	text-shadow: 0 -1px 0 #1d5837;
}

a.olive {
	background-color: #838b83;
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
	text-shadow: 0 -1px 0 #626862;
}

a.olive:hover {
	background-color: #c9cdc9;
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
	text-shadow: 0 -1px 0 #626862;
}


a.pink {
	background-color: #cd1076; 
	border: 1px solid #8e0b52;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
	text-shadow: 0 -1px 0 #8e0b52;
}

a.pink:hover {
	background-color: #f471b8;
	border: 1px solid #8e0b52;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
	text-shadow: 0 -1px 0 #8e0b52;
}

a.brick {
	background-color: #b22222;
	border: 1px solid #791717;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
	text-shadow: 0 -1px 0 #791717;
}

a.brick:hover {
	background-color: #e57777;
	border: 1px solid #791717;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
	text-shadow: 0 -1px 0 #791717;
}

a.gold {
	background-color: #8b6508; 
	border: 1px solid #6b4e06;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
	text-shadow: 0 -1px 0 #6b4e06;
}

a.gold:hover {
	background-color: #f3b828;
	border: 1px solid #6b4e06;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
	text-shadow: 0 -1px 0 #6b4e06;
}

a.brown {
	background-color: #8b4513; 
	border: 1px solid #4f270b;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
	text-shadow: 0 -1px 0 #4f270b;
}

a.brown:hover {
	background-color: #8b4513;
	border: 1px solid #4f270b;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
	text-shadow: 0 -1px 0 #4f270b;
}

a.silver {
	background-color: #c0c0c0;
	border: 1px solid #9e9e9e;
	color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #ffffff;
}

a.silver:hover {
	background-color: #ffffff;
	border: 1px solid #9e9e9e;
	color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #ffffff;
}

a.gray {
	background-color: #696969;
	border: 1px solid #474747;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
	text-shadow: 0 -1px 0 #474747;
}

a.gray:hover {
	background-color: #adadad;
	border: 1px solid #474747;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
	text-shadow: 0 -1px 0 #474747;
}

a.black {
	background-color: #080808;
	border: 1px solid #000000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
	text-shadow: 0 -1px 0 #000000;
}

a.black:hover {
	background-color: #4c4c4c;
	border: 1px solid #000000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
	text-shadow: 0 -1px 0 #000000;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #0066cc;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 10px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 8px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
}


#footer a {
	color: #333333;
	font-weight: 400;
}

#footer a:hover {
	color: #000;
	text-decoration:underline;
}

#footer-wrapper .grid.col-940 {
  margin: 0;
  font-size: 14px;
}
.scroll-top {
	text-align: center;
}

.copyright {

	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style: none;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: right;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

	body {
	}
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/


/*********** start slimmenu css ********/

.site-nav {
	background-color: #3257A8;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
	border-bottom: 2px solid #fff;
}
.header-menu-div, .header-bottom-brands {
	float: left;
	position: relative;
	margin-top: 0;
	width: 100%;
	background-color: #FFB60F;
}

.menu-collapser{
    background:transparent;
    color:#FFF;
    font-size:16px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-family:inherit;
    height:50px;
    line-height:45px;
    position:relative;
    width:40px;
    padding:0;
    float:right;
    margin-top:6px
}
.collapse-button{
    background-color:#36A693;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:40px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:12px 10px;
    height:44px;
    margin-top:1px
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #36A693;
	color: #3257A8;
}
.collapse-button:hover .icon-bar,.collapse-button:focus .icon-bar{
    background-color:#fff
}
.collapse-button .icon-bar{
    background-color:#FFF;
    border-radius:1px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    display:block;
    height:3px;
    width:100%;
    margin:3px 0
}
ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}
ul.slimmenu.collapsed,ul.topmenu.collapsed {
    position:absolute;
    right:0;
    top:100%;
    width:95%;
    z-index:9999;
    margin:0 auto!important;
    left:0
}

/* ul.slimmenu li a::after {
	position: absolute;
	content: '';
	width: calc(100% - 20px);
	height: 4px;
	left: 0;
	right: 0;
	bottom: -10px;
	background-color: transparent;
	    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
	margin: auto;
} */
ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0 -3px 0 0;
	position: relative;
	text-decoration: none !important;
	-webkit-transition: all .4s ease-in-out !important;
	-moz-transition: all .4s ease-in-out !important;
	-ms-transition: all .4s ease-in-out !important;
	-o-transition: all .4s ease-in-out !important;
	transition: all .4s ease-in-out !important;
	border-left: 1px solid #36A693;
}
ul.slimmenu > li:last-child {
	border-right: 1px solid #36A693;
}

ul.slimmenu > li:hover a, ul.slimmenu > li.current-menu-item a, ul.slimmenu li a:hover {
	background:none;
}
/* ul.slimmenu > li.current-menu-item.has-submenu::after, ul.slimmenu > li.has-submenu:hover::after {

	color: #3257A8;
}
ul.slimmenu > li ul.sub-menu li.current-menu-item.has-submenu::after, ul.slimmenu > li ul.sub-menu li.has-submenu:hover::after {
	color: #3257A8;
}
ul.slimmenu > li ul li.has-submenu:hover::after {
	color: #3257A8;
} */


ul.slimmenu li ul li.sm-menu::after {
	color: #fff;
}
ul.slimmenu li a {
	color: #fff;
	display: block;
	font-family: ProximaNovaCond-Semibold;
	font-size: 19px;
	font-weight: normal;
	height: 48px;
	letter-spacing: 1px;
	line-height: 48px;
	padding: 0 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	z-index: 9;
	margin: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

/* ul.slimmenu li a:hover::after, ul.slimmenu li.current-menu-item a::after, ul.slimmenu li.current-menu-ancestor a::after {
	background-color: #3257A8;
	bottom: 0px;
} */

ul.slimmenu li a:hover, ul.slimmenu li.current-menu-item a, ul.slimmenu li.current-menu-ancestor a {
	background-color: #36A693;
	color:#fff;
	bottom: 0px;
}

ul.slimmenu li ul li.current-menu-item ul li a, ul.slimmenu li.current-menu-item ul li a , ul.slimmenu li.current-menu-ancestor ul li a {
	background-color: #3257A8;
	color:#fff;
}
ul.slimmenu li ul li.current-menu-item ul li a:hover {
	background-color: #36A693;
	color:#fff;
}

ul.slimmenu li ul li.menu-item-has-children:hover::after {
    color:#fff;
}

.header-nav {
	float: left;
}
ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0
}
ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"ïƒ—";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99
}
ul.slimmenu li .sub-collapser>i{
    display:none
}
ul.slimmenu ul li .sub-collapser::before{
    content:"\f0da";
    right:20px
}
ul.slimmenu li ul{
    list-style-type:none;
    margin:0;
}
ul.slimmenu li ul li{
    background-color:#3257A8;
    color:#fff;
    right:0;
    width:100%;
}
ul.slimmenu li ul li a{
    background-color:#3257A8;
    border-bottom:1px solid #fff;
    height:45px;
    line-height:45px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:0 20px;
	text-align:left;
	color:#fff;
}
ul.slimmenu li ul li a::before{
    display:none
}

ul.slimmenu li ul li a:hover{
    background-color: #36A693;
	color:#fff!important;
}

ul.slimmenu li.current-menu-item ul li a {
    color:#FFF
}
ul.slimmenu li.current-menu-item ul li a:hover{
    background-color:#36A693;    
	color:#fff;
}
ul.slimmenu li ul li a::after,ul.slimmenu li ul li a:hover::after{
    display:none;
    content:''
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li ul li.current-menu-item a:hover {
	background-color:#36A693;
	color:#fff!important;
}
ul.slimmenu li:last-child ul li{
    right:0
}
ul.slimmenu li>ul{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    display:block;
    left:0;
    min-width:20em;
    position:absolute;
    right:0;
    top:100%;
    width:100%;
    z-index:9999;
    padding:0;
	margin-left: 0px;
}

ul.slimmenu li.menu-item-has-children a{
    padding-right:30px
}
ul.slimmenu.collapsed li.menu-item-has-children a{
    padding-right:50px
}
ul.slimmenu.collapsed ul.sub-menu i{
    font-style:normal;
    padding-left:10px;
    padding-right:5px
}
ul.slimmenu li>ul>li ul{
    display:none;
    position:absolute;
    left:100%;
    top:0;
    z-index:999;
    width:100%;
    min-width:12em
}
ul.slimmenu.collapsed li a {
	background-color: #3257A8;
	color: #fff;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
	text-align: left;
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0d7";
	top: 13px;
	right: 15px;
	color: #fff;
	font-size: 15px;
	display: block;
	z-index: 9;
}
.sub-menu .menu-item-has-children::after {
	position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    top: 12px;
    right: 7px;
    color: #fff;
	z-index:999;
	display:block;
}

ul.slimmenu li.sm-menu::after, ul.slimmenu li ul li.sm-menu:hover::after, ul.slimmenu > li.current-menu-item::after,
ul.slimmenu > li ul.sub-menu li.current-menu-item::after, ul.slimmenu > li.current-menu-ancestor::after {
	color: #fff;
}
ul.slimmenu > li ul.sub-menu li.current-menu-item ul li a {
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item ul li a {
	color: #fff !important;
}
ul.slimmenu > li.current-menu-item,
ul.slimmenu > li:hover{
	background-color: #36A693;
	color: #fff;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #36A693;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #36A693;
	color: #fff;
}
ul.slimmenu.collapsed li .sub-collapser{
    height:40px;
    width:50px;
    z-index:999;
    position:absolute;
    display:inline;
    font-family:FontAwesome;
    color:#FFF;
    line-height:40px;
    font-size:20px;
    text-align:center
}
ul.slimmenu.collapsed li a:hover .sub-collapser,ul.slimmenu.collapsed li.current-menu-item .sub-collapser::after{
    color:#fff
}
ul.slimmenu.collapsed li.current-menu-item li>a{
    background-color:#3257A8;
    color:#fff
}
ul.slimmenu.collapsed li .sub-collapser::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-collapser.expanded::after{
    content:"\f106"
}
ul.slimmenu.collapsed li>ul{
    display:block;
    position:static
}
ul.slimmenu li:hover ul{
    display:block
}
ul.slimmenu.collapsed li a::after,ul.slimmenu.collapsed li a::after:hover{
    content:'';
    display:none
}
ul.slimmenu.collapsed>li>a::before{
    display:none
}

.sub-toggle {
	position: absolute;
}
ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
    color:#fff;
    font-family:fontawesome;
    opacity:1;
    font-size:22px;
    z-index:99999;
    width:50px;
    height:40px;
    text-align:center;
    line-height:40px;
    top:0;
    margin:auto;
    display:block
}
ul.slimmenu.collapsed li .sub-toggle::after{
    content: "\f0d7";
	
}
ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f0d8"
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-toggle .icon {
		display: none;
}
ul.slimmenu li.current-menu-ancestor ul li a {
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-ancestor a {
	background-color: #36A693;
	color:#fff;
}
ul.slimmenu.collapsed li.current-menu-ancestor ul li a {
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-ancestor ul li a, ul.slimmenu.collapsed li.current-menu-ancestor ul li.current-menu-item ul li a {
	background-color: #3257A8;
}
ul.slimmenu.collapsed li.current-menu-ancestor ul li a:hover, ul.slimmenu.collapsed li.current-menu-ancestor ul li.current-menu-item a,  ul.slimmenu.collapsed li.current-menu-ancestor ul li.current-menu-item ul li a:hover, 
ul.slimmenu.collapsed li.current-menu-ancestor ul li ul li.current-menu-item a {
	background-color: #36A693;
}
ul.slimmenu.collapsed li ul, ul.slimmenu.collapsed li ul li, ul.slimmenu.collapsed li ul li a {
	margin-left:0px;
}

/* custom css */
#top-header {
  background-color: #36A693;
}
#top-header, #top-header a {
  color: #fff;
}

.social-icons {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul.social-icons > li {
  display: inline-block;
}
ul.social-icons > li > a {
  border-left: 1px solid #8b8b8b;
  color: #fff;
  display: block;
  font-size: 19px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 40px;
  transform: all 0.35s ease-in;
}

ul.social-icons > li > a:hover  > .fa {
  transform: rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
}

ul.social-icons > li:last-child > a {
  border-right: 1px solid #8b8b8b;
}
.socialicons {
  display: inline-block;
}
.top-sidebar {
  border-right: 1px solid #8b8b8b;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 19px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.top-sidebar:hover{
  background-color: #AC2239;
}
.top-sidebar a{
  color: #fff;
  font-family:'ProximaNovaCond-Semibold';
}
.top-sidebar .fa {
  font-size: 24px;
  padding-right: 5px;
}


.footer-icons {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.footer-icons {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-icons > li {
  color: #fff;
  display: inline-block;
  padding: 0 3px !important;
}
.footer-icons > li > a {
  background-color: #051b3f;
  border-radius: 9px;
  -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  width: 38px;
}
.footer-icons > li > a:hover{
  opacity: 0.85;
}
.footer-icons > li.facebook-icon > a{
  background-color: #5F7FC3;
}
.footer-icons > li.twitter-icon > a{
  background-color: #27BEED;
}
.footer-icons > li.google-plus-icon > a{
  background-color:#EA6240;
}
.footer-icons > li.linkedin-icon > a{
  background-color: #2F8DCA;
}

.grid.col-940.copyright {
	text-align: center;
	box-sizing: border-box;
}
#row1-bottom {
  background-color: #36A693;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 40px !important;
  padding-top: 40px !important;
  text-align: center;
}
#row1-bottom p {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 80%;
}
#row2 {
  background-color: #f5f5f5;
  padding: 40px 0 50px 0;
}
.titles {
  text-align: center;
}
.titles h1 {
  color: #3257A8;
  margin-bottom: 0 !important;
}
.titles h1{
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.titles h6 {
	border-bottom: 2px solid #dfdfdf;
	display: block;
	padding-bottom: 15px;
	position: relative;
	font-weight: 100;
	font-family: ProximaNova-Light;
	line-height: 1.5;
}
.titles h6::after {
  border-bottom: 6px solid #3257A8;
  bottom: -4px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 25%;
}
#row2-inner {
  margin-top: 10px;
}
.row2-col3-img {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.row2-col3-img img {
  margin-bottom: 5px !important;
}
.row2-col3-img img:hover{
	transform: scale(1.1);
}
.row2-col3-head h3 {
  font-size: 22px;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  line-height: 28px;
}
.row2-col3-head {
  margin-bottom: 10px !important;
}


.row2-col3-desc {
	margin-bottom: 10px !important;
	text-align: center;
	margin-top: 10px;
	padding: 0 22px;
}
.row2-col3-desc p{
  margin-top: 0 !important;
  
}
.row2-col3-button {
  margin-bottom: 10px !important;
  text-align: center;
}
.row2-col3-button a {
  border-bottom: 3px solid #242424;
  border-top: 3px solid #242424;
  color: #242424;
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.row2-col3-button a:hover{
  background-color: #3257A8;
  color: #fff;
}

#row3 {
  background-color: #3257A8;
  padding: 40px 0;
  font-size: 18px;
  color: #eee;
}
.row3-txt {
  margin-bottom: 0;
  line-height: 30px;
  color: #eee;
} 
/* .row3-video {
  border: 15px solid #EFEFEF;
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
} */
.row3-txt h2 {
  font-family: ProximaNovaCond-Semibold;
  font-size: 29px;
  margin-top: 0;
  text-transform: capitalize;
}
.white{
  color: #fff;
}
.full img {
  display: none;
}
.powered-by {
  display: none !important;
}
.row3-txt ul {
  padding-left: 0px;
  margin-bottom:10px;
}
.row3-txt ul li::before {
	content: "\f00c";
	font-family: fontawesome;
	left: 0;
	padding-right: 15px;
	color: #36A693;
	position: absolute;
}

.row3-txt ul li {
	list-style: outside none none;
	margin-bottom: 6px;
	padding-left: 35px;
	display: block;
	position: relative;
	line-height: 1.3;
	font-size: 16px;
}
.row3-txt ul li .yellow-txt {
	font-family:ProximaNova-Semibold;
}
.row3-txt .white-info {
	padding-left: 35px;
	font-family:ProximaNova-Semibold;
}
.row3-txt ul li span.break {
	padding: 8px 0;
}
.row3-txt a {
  color: #36A693;
}
.row3-txt a:hover {
  text-decoration:underline;
}
#row4 {
  overflow: hidden;
  position: relative;
  z-index: 9;
  background-position: right top !important;
  padding-bottom: 10px !important;
}
#row4::after {
  background-color: rgba(238, 238, 238, 0.9);
  height: 800px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
  top: 0;
}

#row4-inner .fc-form.fc-form-1.align-.spin-.save-form-.dont-submit-hidden-.icons-hide-.label-floating.frame-visible.remove-asterisk-true.field-alignment-left {
  background-color: transparent !important;
  box-shadow: none !important;
}
html #row4-inner .formcraft-css .fc-form.label-floating .field-cover input[type="text"], 
html #row4-inner .formcraft-css .fc-form.label-floating .field-cover input[type="email"], 
html #row4-inner .formcraft-css .fc-form.label-floating .field-cover input[type="tel"], 
html #row4-inner .formcraft-css .fc-form.label-floating .field-cover input[type="password"], 
html #row4-inner .formcraft-css .fc-form.label-floating .field-cover textarea {
  background-color: #F6F6F6 !important;
  background-position: 102% 50%;
  color: #000;
  border-bottom: 0 !important;
  border-radius: 9px !important;
  -moz-border-radius: 9px !important; 
  -webkit-border-radius: 9px !important; 
  border: 1px solid #CDCDCD !important; 
}
html #row4-inner .form-page-content.ng-pristine.ng-isolate-scope {
  padding-left: 0 !important;
}
html #row4-inner .formcraft-css .fc-form .form-element .form-element-html {
  padding: 0 10px !important;
}
html #row4-inner .formcraft-css .fc-form.label-floating .field-cover > span {
  color: #222 !important;
  font-family: "ProximaNovaCond-Regular" !important;
  font-size: 15px !important;
  left: 5px !important;
  width: 87px !important;
  z-index: 9999 !important;
}
html #row4-inner .formcraft-css button.submit-button {
  padding: 10px 45px !important;
  font-family: "ProximaNovaCond-Regular" !important;
  border-radius: 6px !important;
  -moz-border-radius: 6px !important; 
  -webkit-border-radius: 6px !important; 
}
#row5 {
  background-color: #3257A8;
  color: #FFF;
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 30px !important;
  padding-top: 15px !important;
  text-align: center;
}
#row5 p {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 80%;
}
#row5 .text.testimonial_rotator_description {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 80%;
}
.row3-video .wpb_wrapper > p {
  margin-top: 0 !important;
}
.scroll-back-to-top-wrapper.show {
  z-index: 999999999999999 !important; 
}  
.slider-buttons a {
  border-radius: 6px !important;
  -moz-border-radius: 6px !important; 
  -webkit-border-radius: 6px !important; 
  display: inline-block !important;
  font-family: "ProximaNova-Semibold" !important;
  margin-right: 10px !important;
  padding: 12px 30px !important;
  border: 0 !important;
  opacity: 1 !important;
  transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in; 
  -webkit-transition: all 0.35s ease-in; 
}
.slider-buttons a.purple {
  background-color: #BA1F3F !important;
}
.slider-buttons a.purple:hover {
  background-color: #3257A8 !important;
  color: #fff !important;
}
.slider-buttons a.blue {
  background-color: #3257A8 !important;
}
.slider-buttons a.blue:hover {
  background-color: #BA1F3F !important;
  color: #fff !important;
}
.slider-buttons .fa-chevron-right {
  font-size: 14px !important;
}
a.blue-button {
  background-color: #3257A8;
  border-radius: 4px;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  color: #fff;
  float: left;
  padding: 8px 11px;
}
a.blue-button:hover{
	background-color: #36A693;
	color:#3257A8;
}
#about-row1 {
  background-size: cover !important;
  color: #202020;
  overflow: hidden;
  position: relative !important;
  z-index: 999;
}
/*
#about-row1::after {
  background-color: rgba(238, 238, 238, 0.6);
  content: "";
  height: 1000px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
*/
.top-bg-image-row .vc_column-inner {
  padding-top: 0 !important;
}
.top-bg-image-row p {
  color: #222;
  font-size: 49px;
  line-height: 56px;
  margin: 70px 0 !important;
}
.top-bg-image-row p .black-strong{
  font-family:'ProximaNova-Bold';
}
h2.page-title {
  border-bottom: 1px solid #dfdfdf;
  color: #b9203f;
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
#about-row2 {
  background-color: #f9f9f9;
  font-family: "ProximaNovaCond-Light";
  font-size: 21px;
  line-height: 31px;
  padding-bottom: 10px;
}
#about-row2 h2.page-title {
  border-bottom: 1px solid #dfdfdf;
  color: #b9203f;
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

h2.thin-head {
  font-family: "ProximaNovaCond-Light";
  font-size: 39px;
  font-weight: normal !important;
  line-height: 45px;
  margin-bottom: 3px;
  text-transform: capitalize !important;
}
h2.thin-head.blue{
	color: #3257A8;
}
#about-row3 {
  background-color: #3257A8;
  color: #eee;
  font-family: "ProximaNovaCond-Light";
  font-size: 22px;
  line-height: 36px;
  padding: 10px 0 40px;
  text-align: center;
}

#about-row3 p {
  margin-top: 20px;
}
.wpb_text_column.wpb_content_element.about-row3 {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 83%;
  text-align: center;
}
#about-row4 {
  background-color: #BA1F3F;
  color: #eee;
  font-family: "ProximaNovaCond-Light";
  font-size: 22px;
  line-height: 36px;
  padding: 10px 0 40px;
  text-align: center;
}
#about-row4 p {
  margin-top: 20px;
}

#about-row5 {
  background-color: #eeeeee;
  font-family: "ProximaNovaCond-Light";
  font-size: 19px;
  line-height: 30px;
}
#about-row5-inner {
  margin: 10px 0 15px 0;
}
#about-row5 a {
  color: #6c86ad;
  text-decoration: underline;
}
#about-row5 a:hover {
  color: #BA1F3F;
  text-decoration: underline;
}
.with-border {
  margin-top: 23px;
  margin-bottom: 10px !important;
}
.with-border img {
  border: 15px solid #f5f5f5;
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  margin: 0;
}
#about-row6 {
  color: #eee;
  font-family: "ProximaNovaCond-Light";
  font-size: 19px;
  line-height: 30px;
  padding: 15px 0 25px;
  position: relative;
  text-align: center;
  z-index: 999;
}
#about-row6::after {
  background-color: rgba(14, 34, 69, 0.9);
  content: "";
  height: 1200px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
#about-row6 p {
  margin-top: 10px;
}
#about-row6 #about-row6-inner > .vc_col-sm-2 {
  width: 20%;
}
#about-row6-inner {
  margin-top: 25px;
}
.qualify-image {
  background-color: #eeeeee;
  border-radius: 100%;
  -moz-border-radius: 100%; 
  -webkit-border-radius: 100%; 
  height: 150px;
  line-height: 150px;
  text-align: center !important;
  left: 0;
  width: 150px;
  right: 0;
  margin: 0 auto !important;
  overflow: hidden;
}
.qualify-image .vc_single_image-wrapper.vc_box_border_grey {
  vertical-align: middle;
}
.qualify-image img {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.qualify-image img:hover{
	transform: scale(1.1);
}   
.qualify-caption {
  text-align: center;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 15px !important;
}
.qualify-caption p {
  margin-top: 10px;
}
.about-row6-below {
  color: #eee;
  font-size: 18px;
  left: 0;
  line-height: 28px;
  margin: 23px auto 0;
  right: 0;
  width: 79%;
}
#about-row6 > .vc_col-sm-12 >.vc_column-inner {
  padding-top: 0;
}

#about-row7 {
  background-color: #eeeeee;
  font-family: "ProximaNovaCond-Light";
  font-size: 19px;
  line-height: 30px;
  padding: 15px 0 10px 0;
}
#about-row7-inner {
  margin: 10px 0 15px 0;
}
#about-row7 a {
  color: #6c86ad;
  text-decoration: underline;
}
#about-row7 a:hover {
  color: #BA1F3F;
  text-decoration: underline;
}
#about-row7 ul li {
  margin-bottom: 10px;
}
#about-row7 .vc_column-inner {
  padding-top: 0;
}
#about-row8 {
  font-family: "ProximaNovaCond-Light";
  font-size: 22px;
  line-height: 36px;
  padding: 10px 0 40px;
  text-align: center;
}

#about-row8 p {
  margin-top: 20px;
}
#about-row9 {
  background-color: #BA1F3F;
  font-family: "ProximaNovaCond-Light";
  font-size: 19px;
  line-height: 30px;
  padding: 5px 0 0px;
  color: #fff;
}
#about-row9 .error {
  color: #fff !important;
}
html #about-row9 #row4-inner .formcraft-css button.submit-button {
  background-color: #8c1732 !important;
  border-radius: 6px !important;
  -moz-border-radius: 6px !important; 
  -webkit-border-radius: 6px !important; 
  font-family: "ProximaNovaCond-Light" !important;
  font-size: 22px !important;
  padding: 10px 44px !important;
}
#about-row9 .form-page-content.ng-pristine.ng-isolate-scope {
  padding-top: 0 !important;
}
#row4-inner .form-page-content.ng-pristine.ng-isolate-scope {
  padding-top: 0 !important;
}
#about-row9 .final-success {
  color: #fff !important;
}
.sub-head {
  font-family: 'ProximaNovaCond-Regular';
}
.page-content h3{
  color: #0F254E;
}
.page-content h4 {
  color: #0f254e;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.page-content h4::after {
  border-bottom: 3px solid #0f254e;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 50%;
}
.page-content li {
  padding-bottom: 7px;
}

#row1 {
  min-height: 580px;
}
#row1 .row1-slider {
  margin-top: 120px !important;
}
#row1 .slider-title {
  color: #3257A8;
  font-family: ProximaNova-Extrabld;
  font-size: 35px !important;
  line-height: 38px!important;
  margin-bottom: 13px;
}
#row1 .slider-desc {
  color: #1D2621;
  font-family: ProximaNova-Semibold;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
}
.slider-buttons {
  display: block !important;
  float: left;
  width: 100% !important;
}
.mobile-show{
	display: none;
}
#row1 {
  background-position: center -80px !important;
}
 
.wpum-login-form form label {
  width: auto !important;
  margin-right: 40px !important;
}
.wpum-login-form form input[type="email"], .wpum-login-form form input[type="password"], .wpum-login-form form input[type="text"], .wpum-login-form form select, .wpum-login-form form textarea {
  float: left !important;
  width: 240px !important;
}
div.wpum-message.error {
  margin-top: 20px !important;
}
ul.wpuf-form li .wpuf-label {
  width: auto !important;
}
ul.wpuf-form li .wpuf-fields {
  width: auto !important;
  padding-left: 20px !important;
}
ul.wpuf-form li .wpuf-fields a.file-selector, ul.wpuf-form .wpuf-submit input[type="submit"] {
  background-color: #3257A8 !important;
  border-radius: 4px !important;
  box-shadow: 0 !important;
  background-image: none !important;
  text-shadow: 0 !important;
  transition: all 0.3s ease-in;
  border: 0 !important;
}
ul.wpuf-form .wpuf-submit input[type="submit"] {
  padding: 10px 21px !important;
}
ul.wpuf-form li .wpuf-fields a.file-selector:hover, ul.wpuf-form .wpuf-submit input[type="submit"]:hover{
	background-color: #BA1F3F !important;
	background-image: none !important;
}
.wpuf-file-warning {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0 auto !important;
  position: absolute !important;
  right: 0 !important;
}

.top-left > a {
  color: #fff !important;
  float: left !important;
  display: inline-block !important;
  line-height: 30px !important;
}
.woocommerce-page #content-full {
  margin: 30px 0;
}
#quote-form fieldset.active {
  display: block !important;
}
#quote-form fieldset.none {
  display: none !important;
}
.form-step-2.active {
  display: block !important;
}
.form-step-3.active {
  display: block !important;
}
.field9, .field10, .field11, .field12, .field2_1{
	display: none;
}
#quote-form > h2 {
  background-color: #3257A8;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin: 0 !important;
}
#quote-form {
  background-color: #F6F7F7;
}
#quote-form select {
  height: 38px;
  max-width: 100%;
  width: 100%;
}
#quote-form input[type="text"], #quote-form input[type="password"], #quote-form input[type="email"], #quote-form input[type="tel"] {
  border: 1px solid #999;
  font-family: inherit;
  height: 38px;
  width: 100%;
  box-sizing: border-box;
}
#quote-form .disclaimer {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 20px !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
#quote-form a#step1, #quote-form a#step2 {
  background-color: #3257A8;
  color: #fff;
  margin-left: 20px;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#quote-form a#step1:hover, #quote-form a#step2:hover{
	background-color: #A61A37;
}
#quote-form .wpcf7-form-control.wpcf7-submit {
  margin-left: 20px;
}
#quote-form fieldset {
  margin-top: 20px ;
  margin-bottom: 0 !important;
  padding-bottom: 0 ;
}
#quote-form  span.error {
  color: red;
  display: none;
}
#quote-form  span.error.active {
  display: block;
}
#footer_widget .grid.col-300.widget_text {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
#footer_widget p {
  margin: 3px;
}
.about-font p, .about-font ul {
  font-size: 20px;
  line-height: 30px;
}
/*.white-color p{
  color: #fff !important;
} */
#get-started{
  display: none;
}
#get-started.exists{
  display: block !important;
}
#fancybox-wrap {
  z-index: 999999999999999999999999999999999999999 !important;
}
.top-left {
  float: left;
  text-align: left;
}
.top-right {
	float: right;
	width: auto;
}
.top-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-list li {
	display: inline-block;
	border-right: 1px solid #4B662F;
}
.top-list li:first-child {
	border-left: 1px solid #4B662F;
}
.top-left, .top-list li {
	padding: 10px;
	box-sizing: border-box;
}
.top-list .fa {
	font-size: 22px;
	padding-right: 10px;
}
.top-bar-main {
	float: left;
	width: 100%;
}
.top-bar-main, .top-bar-main a {
	font-size: 20px;
	font-family: ProximaNovaCond-Semibold;
}
.more-blue-btn {
  background-color: #3257A8;
  color: #fff;
  margin-top: 0px;
  vertical-align:middle;
  background:-webkit-linear-gradient(left,#36A693 50%,#3257A8 50%);
  background:-o-linear-gradient(left,#36A693 50%,#3257A8 50%);
  background:linear-gradient(to right,#36A693 50%,#3257A8 50%);
  background-size:200% 100%;
  background-position:right bottom;
  text-decoration:none;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  margin-top: 0;
  padding: 10px 35px;
   font-family:inherit;
}

.more-blue-btn:hover, .more-blue-btn:active {
  color: #000;
  background-position:left bottom;
  text-decoration:none;
}
.blue-btn, .read-more a{
  background-color: #3257A8;
  color: #fff;
  margin-top: 0px;
  vertical-align:middle;
  background:-webkit-linear-gradient(left,#36A693 50%,#3257A8 50%);
  background:-o-linear-gradient(left,#36A693 50%,#3257A8 50%);
  background:linear-gradient(to right,#36A693 50%,#3257A8 50%);
  background-size:200% 100%;
  background-position:right bottom;
  text-decoration:none;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 0;
  padding: 10px 35px;
  font-family:"ProximaNova-Semibold";
  font-size: 17px;
}

.blue-btn:hover, .blue-btn:active, .blue-btn:focus,.read-more a:hover, .read-more a:active, .read-more a:focus {
  color: #fff;
  background-position:left bottom;
  text-decoration:none;
}

.yellow-btn {
  background-color: #36A693;
  color: #3257A8;
  margin-top: 0px;
  vertical-align:middle;
  background:-webkit-linear-gradient(left,#3257A8 50%,#36A693 50%);
  background:-o-linear-gradient(left,#3257A8 50%,#36A693 50%);
  background:linear-gradient(to right,#3257A8 50%,#36A693 50%);
  background-size:200% 100%;
  background-position:right bottom;
  text-decoration:none;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 0;
  padding: 10px 35px;
   font-family:"ProximaNova-Semibold";
   font-size: 17px;
}
.yellow-btn:hover, .yellow-btn:active,
.contactForm .submit-button:hover, .contactForm .submit-button:active {
  color: #fff;
  background-position:left bottom;
    text-decoration:none;
}
.green-btn {
	background-color: #3257A8;
	color: #FFF;
	margin-top: 0px;
	vertical-align: middle;
	background: -webkit-linear-gradient(left,#3257A8 50%,#36A693 50%);
	background: -o-linear-gradient(left,#3257A8 50%,#36A693 50%);
	background: linear-gradient(to right,#3257A8 50%,#36A693 50%);
/* 	background: -webkit-linear-gradient(left,#3257A8 50%,#ADB732 50%);
	background: -o-linear-gradient(left,#3257A8 50%,#ADB732 50%);
	background: linear-gradient(to right,#36A693 50%,#ADB732 50%); */
	background-size: 200% 100%;
	background-position: right bottom;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 35px;
	font-family: "ProximaNova-Semibold";
	font-size: 17px;
}
.green-btn:hover, .green-btn:active, .green-btn:focus {
  color: #fff;
  background-position:left bottom;
    text-decoration:none;
}
.contactForm .submit-button, .submit-button, .contact .btn-one, .subscribe-row .submit-button {
  background-color: #36A693;
  color: #fff;
  margin-top: 0px;
  vertical-align:middle;
  background-image:-webkit-linear-gradient(left,#3257A8 50%,#36A693 50%)!important;
  background-image:-o-linear-gradient(left,#3257A8 50%,#36A693 50%)!important;
  background-image:linear-gradient(to right,#3257A8 50%,#36A693 50%)!important;
  background-size:200% 100%;
  background-position:right bottom;
  text-decoration:none;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: table;
	margin: auto;
  padding: 10px 45px;
	font-family:"ProximaNova-Semibold";
   border:0px;
   font-size: 17px;
  text-shadow:none;
}
.contact .btn-one {
	display: inline-block;
	margin-right: 10px;
}
.subscribe-row .submit-button {
	padding: 10px 30px;
}
.contactForm .submit-button:hover, .contactForm .submit-button:active,
.submit-button:hover, .submit-button:active,
.contact .btn-one:hover, .contact .btn-one:active,
.subscribe-row .submit-button:hover, .subscribe-row .submit-button:active  {
	border:0px;
	color: #fff;
	background-position:left bottom;
    text-decoration:none;
}
.disclaimer {
	clear: both;
}
.brd-bottom {
	padding-bottom: 15px;
	position: relative;
}
.brd-bottom::before {
	border-bottom: 2px solid #dfdfdf;
	bottom: -3px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 13%;
}


.brd-bottom::after {
	border-bottom: 6px solid #3257A8;
	bottom: -4px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 4%;
}
.blue-headings {
	color:#3257A8;
}
#row1-bottom p {
	margin-bottom: 20px;
}
#row1-bottom p.btn-row{
	margin-bottom: 0px;
}
#row1-bottom h2 {
	margin: 0 auto 10px;
	text-transform: inherit;
}
h2 {
	font-size:33px;
}
.yellow-txt {
	color:#36A693;
}
.break {
	display:block;
}	
.contactForm fieldset {
	margin: 0;
	padding: 0;
}
fieldset.third {
	width: calc(34% - 19px);
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}
fieldset.third.last {
	margin-right: 0px;
}
fieldset.full{
	margin-bottom: 15px;
}
.check-box span.wpcf7-list-item {
	margin: 0;
}
.fourth-half {
	width: 24.35%;
	float: left;
	margin-right: 10px;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 0;
}
.fourth-half.last {
	margin-right: 0px;
}
.contactForm input[type="text"], .contactForm input[type="email"],
.contactForm input[type="tel"], .contactForm textarea, .contactForm select,
.contact input[type="text"], .contact input[type="email"],
.contact input[type="tel"], .contact textarea, .contact select {
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: inherit;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.contactForm input[type="text"], .contactForm input[type="email"],
.contactForm input[type="tel"], .contactForm select,
.contact input[type="text"], .contact input[type="email"],
.contact input[type="tel"], .contact select {
	height: 50px;
	line-height: 50px;
}

.contactForm textarea, .contact textarea {
    height: 100px;
	overflow: hidden;
}

.contact select, .contactForm select {
	height:50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: 95% center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor:pointer;
	background-image: url("../../uploads/2018/09/arrowdown.png");
}
.contactForm .wpcf7-form-control-wrap.accounting-professional {
	/* min-height: 55px; */
	height: 55px;
	float: left;
	line-height: 50px;
}
.contactForm .fourth-half label {
	min-height: 45px;
	line-height: 1.2;
}
.contactForm .full label {
	min-height: auto;
}
.contactUsForm .half, .contact .half {
	margin: 0 24px 15px 0;
	padding: 0;
	width: 32%;
	float: left;
	margin-right: 10px;
}
.contactUsForm .half.last, .contact .half.last {
	margin-right: 0;
	float:right;
}
.contactUsForm .wpcf7-form-control.wpcf7-radio {
	display: block;
	height: 50px;
	line-height: 50px;
}
.contactUsForm .full, .contact .full {
	padding: 0;
}
.contactUsForm .submit-button, .contact .submit-button,#ContactUs-step2-row .submit-button  {
	display: block;
	margin: 0;
}
#ContactUs-step2-row .full.submit  {
	padding:0;
}
.colophon-widget {
	margin: 0 auto;
	border: 0;
	padding: 0;
	display: table;
}
.colophon-widget img, .colophon-widget a {
	margin: 0;
}
#row6 p {
	margin: 0;
}
#row5 .testimonial_rotator_stars {
	text-align: center;
	margin: auto;
	display: table;
}
#row5 .testimonial_rotator_stars {
	text-align: center!important;
	margin: auto!important;
	display: table!important;
}
#row5 .testimonial_rotator_author_info.cf-tr {
	border-left: 0 !important;
}

#row5 .testimonial_rotator_prev i, #row5 .testimonial_rotator_next i {
	color:#FFF!important;
}
span.wpcf7-not-valid-tip {
	position: relative;
	margin-top: -50px;
	float: right;
	margin-right: 20px;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0!important;
}
#pageheader {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}
#pageheader {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}
#pageheader {
	background-size: cover;
	background-position:center;
}
#pageheader h1 {
	color: #3257A8;
	padding: 50px 0;
	box-sizing: border-box;
}
#pa-blue-row h5, #bottom-blue-row h5 {
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	line-height: 1.3;
}
#pa-blue-row a.yellow-txt:hover, #bottom-blue-row  a.yellow-txt:hover{
	color:#36A693;
	text-decoration:underline;
}
.list1 {
  padding-left: 0px;
  margin-bottom:10px;
}

.list1 li {
	list-style: outside none none;
	margin-bottom: 6px;
	padding-left: 35px;
	display: block;
	position: relative;
	line-height: 1.3;
	font-size: 16px;
}
.list1 li::before {
	content: "\f00c";
	font-family: fontawesome;
	left: 0;
	padding-right: 15px;
	color: #3257A8;
	position: absolute;
}
#faq-row h4 {
	text-transform: capitalize;
	color: #3257A8;
	font-size: 20px;
	line-height: 20px;
}
#faq-row .vc_toggle_title:hover > h4 {
	color: #444;
}
#faq-row .vc_toggle_content p {
	margin: 0 auto 10px;
}
#faq-row .vc_toggle_content h5 {
	text-transform: capitalize;
}
/* .contact-page #wrapper {
	padding-top: 0px;
} */
#partner-row strong a {
	font-weight: 700;
}
.rlinks {
	margin-bottom: 12px;
}
#contact-row-2 .brd-bottom::before {
	left: 0;
	right: auto;
}
#contact-row-2 .brd-bottom::after {
	left: 5%;
	right: auto;
}
.address-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.address-list li i.fa {
	padding-right: 10px;
}
.subscribe-row {
	float: right;
	width: 65%;
	margin: 14px 0 0;
	text-align: right;
}    
.subscribe-row ins {
	border: 0px !important;
}
.subscribe-row .widget-wrapper {
	margin: 0;
	padding: 0;
}
.subscribe-row .widget-wrapper input[type="submit"] {
	border: 0;
	margin-left: -5px;
}
.subscribe-row span {
	padding-right: 10px;
	font-family: "ProximaNova-Semibold";
}
.subscribe-row .widget-wrapper input[type="email"] {
	border: 1px solid #ccc;
	width: 230px;
	box-sizing: border-box;
	margin-right: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: inherit;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: 40px;
	line-height: 40px;
	background-color: #F6F6F6;
}

.subscribe-row .submit-button {
	display:inline-block;
}
.page-title-row {
	clear: both;
}
.pageTitle {
	margin-top: 20px;
	font-size: 40px;
}
.pageTitle.brd-bottom::before {
	margin: 0;
	width: 25%;
}
.pageTitle.brd-bottom::after {
	margin: 0;
	width: 8%;
	left: 8%;
}
#content-sitemap a:hover {
	text-decoration:underline;
}
.row3-video img {
	border: 15px solid #EFEFEF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.home-request i.fa {
	font-size: 16px;
	padding-left: 5px;
}
#home-slider-main {
	margin-top: -33%;
}
#home-slider-main .vc_col-sm-8 {
	width: 56%;
}
.error404 .post-entry {
	padding-top: 40px;
	text-align: center;
}
#ContactUs-step2-row div.wpcf7-mail-sent-ok {
	border: 0;
	padding-left: 0;
	margin-left: 0;
}
.home #row4 a[name="home-cnlink"] {
	padding-top: 225px;
	margin-top: -225px;
}
.copyright div {
	margin: 0px;
}
#home-why-choose-us p {
	line-height: 1.3;
}
.home #row4 {
	padding-bottom:20px !important;
}
/* .tp-dottedoverlay.twoxtwowhite {
	background:  rgba(33,128,220,0.6) !important; 
}
*/
.top-list li:first-child .fa {
	top: 2px;
	position: relative;
}
.page-template-content-sidebar-page #content {
	margin-top: 0;
	margin-right: 0px;
}
#widgets.right-sidebar {
	margin-top: 10px;
	margin-right: 0px;
	float:right;
	text-align: right;
	margin-bottom: 0px;
}
#widgets.right-sidebar .widget-wrapper {
	padding-right: 0px;
}
.sidebar-ads img {
	margin-bottom: 10px;
	float: right;
}
.logo-txt {
	text-transform: capitalize;
	font-size: 29px;
	font-family: ProximaNova-Extrabld;
	letter-spacing: 0.7px;
	position: relative;
	top: -3px;
	text-align: center;
}
.logo-txt span {
	display: block;
	line-height: 1.15;
}
.txt-yellow {
	color:#FAC112;
}
.txt-green {
	color:#36A693;
}
.txt-blue {
	color:#3257A8;
}
.logo-img, #logo-txt {
	display: inline-block;
}
.logo-img {
	float: left;
	width: 40%;
}
#home-cn a {
	color: #FAC112;
}
.row2-col3-head h3 a {
	text-transform: capitalize;
}
.info-icons:hover .vc_icon_element-inner, #row2-inner .vc_col-sm-4:hover .vc_icon_element-inner {
	background-color:#36A693 !important;
}
#row2-inner .vc_col-sm-4:hover .row2-col3-head h3 a {
	color:#36A693;
}
#footer, #footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
.typewrite {
	position: absolute;
	margin-bottom: 0;
	padding-left: 10px;
	z-index: 1;
	top: 11px;
}
#searchform {
	position: relative;
}
#attorney-search-inner #searchsubmit {
	position: absolute;
	right: 0;
	height: 45px;
	border: 0px;
	background-image: none;
}
#attorney-search-inner #searchform {
	position: relative;
	width: 70%;
	margin: auto;
	display: table;
}
#attorney-search-inner #searchform input[type="text"] {
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
	height: 45px;
	line-height: 45px;
}
#attorney-search-row {
	padding-top: 25px;
}
#content-search .status-publish {
	border-bottom: 1px dashed #3257A8;
	padding-bottom: 15px;
}
#content-search .status-publish:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}
#content-search  .entry-title.post-title {
	font-size: 28px;
}
#content-search .read-more {
	margin-top: 10px;
}
.footer-top {
	background-color: #36A693;
	float: left;
	width: 100%;
	padding: 30px 0 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.heading-sm{
	font-family: ProximaNovaCond-Semibold;
	font-size: 20px;
	margin-top: 0;
	text-transform: capitalize;
}
.footer-top .heading-sm{
	color:#fff;
	margin-bottom:15px;
}
#footer-top .wpb_content_element{
	margin-bottom:0px!important;
}
.footer_top_menu {
	margin: 0;
	padding: 0;
}
.footer_top_menu li {
	display: inline-block;
	width: 100%;
	position:relative;
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	vertical-align: top;
}
.footer_top_menu li::before {
	content: '\f101';
	font-family: 'FontAwesome';
	position: absolute;
	height: 30px;
	width: 30px;
	left: 0;
	color:#fff;
}
.footer_top_menu li a {
	color: #fff;
}
.footer_top_menu li a:hover {
	color: #000;
	text-decoration: underline;
}
#widgets ul.sitemap-list {
	list-style: none;
	padding:0;
}
.sitemap-list li::before {
	color:#3257A8;
	content: '\f101';
	font-family: 'FontAwesome';
	height: 30px;
	width: 30px;
	line-height:30px;
	margin-right: 12px;
}
.alphabet-row p {
	font-size: 25px;
}
.col.fthree {
	width: 60%;
}
.col.fone .footer_top_menu li, .col.ftwo .footer_top_menu li {
	float: none;
	width: 100%;
}
.col.fthree .footer_top_menu li {
	width: 33%;
}
.ares .tp-bullet-title {
	display: none;
}
#home-slider-info {
	background: rgba(245,245,245,0.9);
	float: left;
	padding: 15px;
	margin-bottom: 0 !important;
}
.info-icons img {
	border: 2px solid #3257A8;
}
.fancy-list{
	
}
.fancy-list li, .menu-list-row #menu-areas-of-legal-practice li {
	display: inline-block;
	width: 49%;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	vertical-align: top;
}
.fancy-list li::before, .menu-list-row #menu-areas-of-legal-practice li::before {
	content: '\f101';
	font-family: 'FontAwesome';
	position: absolute;
	height: 30px;
	width: 30px;
	left: 0;
	color: #3257A8;
}
.advertise-rows {
	padding-top: 20px;
	padding-bottom: 20px;
}
.info-icons img:hover{
	filter: grayscale(1);
}
.page-comn-img img {
	width: 450px;
}
.ficon-row.one, .ficon-row.two {
	margin-bottom: 30px;
}
.menu-list-row #menu-areas-of-legal-practice {
	background: transparent;
	text-shadow: none;
	border: none;
}
.menu-list-row #menu-areas-of-legal-practice li a {
	color: #3257A8;
	border: none;
	margin: 0 auto;
	padding: 0;
	height: inherit;
	line-height: inherit;
	text-shadow: none;
	font-weight: 400;
	font-size: inherit;
}
.menu-list-row #menu-areas-of-legal-practice li:hover {
	background-color: inherit;
	color: inherit;
}
.menu-list-row #menu-areas-of-legal-practice li a:hover, .menu-list-row #menu-areas-of-legal-practice li a:focus, .menu-list-row #menu-areas-of-legal-practice li a:active {
    color: #36A693;
    outline: 0;
    text-decoration: none;
	background: none;
}

.link-white:hover {
	color:#fff;
	text-decoration:underline;
}

#home-why-choose-us {
	font-size: 20px;
}
.footer-row-2 {
	margin-top: 30px;
}
.more-blue-btn.home-request {
	border: 1px solid #3257A8;
}
.link-white {
	color: #fff;
	text-decoration: underline;
}
.link-white:hover, .link-white:active {
	color: #fff;
	text-decoration: none;
}
.inner-page-row img {
	width: 450px;
	margin-top: 0;
}
#rev_slider_1_1_forcefullwidth {
	z-index: 0;
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 1024px){
	.about-row6-below {
	  width: 100%;
	} 
	.wpb_text_column.wpb_content_element.about-row3 {
	  width: 100%;
	}
	#about-row5, #about-row7 {
	  font-size: 17px;
	  line-height: 25px;
	}
	.about-font p, .about-font ul {
	  font-size: 17px;
	  line-height: 25px;
	}
	.top-bg-image-row p {
	  font-size: 35px;
	  line-height: 45px;
	  margin: 40px 0 !important;
	}
	#row1 {
	  min-height: 400px;
	}
	#row1 .row1-slider {
	  margin-top: 60px !important;
	}
	#row1 .slider-desc {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.slider-buttons {
	  width: auto !important;
	}
	.slider-buttons a {
	  display: block;
	  margin-bottom: 10px !important;
	  font-size: 16px !important;
	}
	#row1 .slider-title {
	  font-size: 28px !important;
	  line-height: 34px!important;
	}
	ul.slimmenu li a {
		padding:0 20px;
	}

	ul.slimmenu li a::before{
		display: none;
	}
	ul.slimmenu li a::after{
		display: none;
	}
	.main-nav {
	  position: relative;
	}
	.row3-txt {
	  line-height: 26px;
	}
	.row3-txt ul li {
	  margin-bottom: 0;
	}
	#row1-bottom p {
	  width: 100%;
	}
	#row5 .text.testimonial_rotator_description {
	  width: 100%;
	}
	#row1-bottom, #row5 {
	  font-size: 19px;
	  line-height: 27px;
	}
	#home-slider-info {
		margin-left: 20px;
	}
	.fourth-half {
		width: 23.9%;
		margin-right: 9px;
	}
	.contactUsForm .half, .contact .half {
		margin: 0 18px 15px 0;
	}
	.contactUsForm .wpcf7-form-control.wpcf7-radio {
		line-height: 30px;
	}
	.subscribe-row {
		width: 40%;
	}
	.subscribe-row span {
		display: block;
		text-align: left;
		padding-left:5px;
	}
	.subscribe-row .widget-wrapper input[type="email"] {
		width: 65%;
	}
	.subscribe-row .widget-wrapper input[type="submit"] {

		width: 35%;
	}
	.subscribe-row {
		margin: 25px 0 0;
	}

	#home-slider-main {
		margin-top: -39%;
		position: absolute;
		margin-bottom: 0;
	}
	.row2-col3-head h3 {
		min-height: 56px;
	}
	#logo {
		width: 33%;
	}
	.header-nav {
		float: right;
	}
}
@media screen and (max-width: 980px) {
	.row3-txt p {
	  margin: 15px 0 !important;
	}
	.row3-txt h2 {
	  margin-bottom: 15px !important;
	}
	#row3 {
	  padding: 40px 0 0;
	}
	body {
	}

	.grid,
	.grid-right {
		float: none;
	}
  .get-listed-page .grid.col-700, .get-listed-page .grid.col-220{
		float:left;
		width:100%;
	}
	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
	.contactUsForm .half, .contact .half {
		margin: 0 17px 15px 0;
	}
	.subscribe-row .submit-button {
		padding: 10px 0px;
	}
	#home-slider-main .vc_col-sm-8 {
		width: 60%;
	}
	#home-slider-main {
		margin-bottom: 16%;
	}
	.fourth-half {
		width: 24.2%;
		margin-right: 9px;
	}
	.contactForm .fourth-half label {
		font-size: 15px;
		min-height: 38px;
	}
	.full.qtextarea {
		padding: 0;
	}
	.home #row3 .vc_col-sm-4, .home #row3 .vc_col-sm-8 {
		width: 100%;
	}
	.page-template-content-sidebar-page #widgets.right-sidebar {
		float: left;
		text-align: left;
		width: 100%;
	}
	.sidebar-ads {
		float: left;
	}
	.sidebar-ads img {
		margin-right: 10px;
	}
	.page-template-content-sidebar-page #widgets.right-sidebar .widget-wrapper {
		padding-right: 0px;
		padding: 0;
	}
	.col.fthree .footer_top_menu li {
		width: 50%;
	}
	.col.fthree {
		width: 50%;
	}
}
@media screen and (max-width: 850px){
	
	#pageheader {
		height: 160px;
	}
	ul.slimmenu > li:first-child {
		border-left: 0px;
	}
	ul.slimmenu > li {
		border-right: 0px;
	}
	.qualify-image {
	  height: 120px;
	  line-height: 120px;
	  width: 120px;
	}
	.qualify-caption {
	  font-size: 19px;
	  line-height: 24px;
	  margin-bottom: 0px !important;
	}
	.top-bg-image-row p {
	  font-size: 30px;
	  line-height: 38px;
	  margin: 40px 0 !important;
	}
	#row1 .slider-desc {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	#row1 {
		min-height: auto;
	}
	.slider-buttons a {
	  padding: 12px 15px !important;
	}
	.slider-buttons .fa-chevron-right {
	  font-size: 9px !important;
	}
	.fourth-half {
		width: 49%;
		margin-right: 9px;
	}
	.fourth-half:nth-child(2n+2) {
		margin-right: 0px;
	}
	#row3 .vc_col-sm-6 {
		width: 100%!important;
	}
	.row3-video {
		border:0px;
	}
	.row3-video img {
		border: 15px solid #EFEFEF;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.contactUsForm .half,.contact .half {
		margin-right:14px;
		width: 49%;
	}
	.contactUsForm .half:nth-child(2n+2), .contact .half:nth-child(2n+2) {
		margin-right: 0;
	}
	.contactUsForm .wpcf7-form-control.wpcf7-radio {
		line-height: 50px;
	}
	ul.slimmenu li .sub-collapser {
		right:8px;
	}
	#tools-row-1 .vc_col-sm-3 {
		width: 50%!important;
		float:left ;
	}
	#home-slider-main .vc_col-sm-8 {
		width: 70%;
	}
	#home-slider-main {
		margin-top: -43%;
		margin-bottom: 14%;
	}
	#header-main {
		position: relative;
	}
	#header-main.sticky #logo, #logo {
		padding: 0;
		width: 37%;
	}
	.logo-txt {
		font-size: 24px;
		top: 0;
	}
	body.home #wrapper, body.contact-page #wrapper {
		margin: 0px auto 0 auto;
		padding: 0 20px 0px 20px;
	}
	
	#pageheader {
		padding-top: 0;
	}
	.full.qtextarea {
		width: 100%;
	}
	.contactForm .wpcf7-form-control-wrap.accounting-professional {
		height: auto;
		float: left;
		line-height: auto;
	}
	#row1-bottom h2 {
		font-size: 28px;
	}
	.menu-item-has-children::after, .sub-menu .menu-item-has-children::after {
		display: none;
	}
		
	ul.slimmenu.collapsed li.current-menu-item .sub-toggle::after,
	ul.slimmenu.collapsed li ul li:hover .sub-toggle::after,
	ul.slimmenu.collapsed li:hover .sub-toggle::after,
	ul.slimmenu.collapsed li.current-menu-item ul.sub-menu li:hover .sub-toggle::after,
	ul.slimmenu.collapsed li.current_page_ancestor .sub-toggle::after	{
		color: #3257A8;
	}
	ul.slimmenu.collapsed li.current_page_ancestor ul li.current_page_ancestor .sub-toggle::after	{
		color: #fff;
	}
	ul.slimmenu.collapsed li.current_page_ancestor ul li.current_page_ancestor:hover .sub-toggle::after	{
		color: #3257A8;
	}
	ul.slimmenu.collapsed li.current-menu-item ul.sub-menu li .sub-toggle::after {
		color: #fff;
	}
	ul.slimmenu > li {
		border-left: 0;
	}
	.header-nav {
		float: right;
	}
	.vc_row {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.row3-video img {
		margin: auto;
		display: table;
		max-height: 400px;
		width: auto;
	}
	.footer_top_menu li {
		width: 100%;
	}
}

@media screen and (max-width: 769px){
	#about-row2 {
	  padding-bottom: 0;
	}
	#about-row3, #about-row4, #about-row8{
	  padding: 0px 0 30px;
	}
	.with-border {
	  margin-top: 0;
	}
	#about-row6 {
	  padding: 0 0 5px;
	}
	#about-row7 {
	  padding: 0;
	}
	.about-row6-below {
	  margin: 10px auto 0;
	}
	#about-row3, #about-row3, #about-row4, #about-row8 {
	  font-size: 20px;
	  line-height: 28px;
	}
	#about-row6 #about-row6-inner > .vc_col-sm-2 {
	  width: 100%;
	  margin-bottom: 15px;
	}

	.footer-menu li a {
	  line-height: 27px;
	}
	#row1-bottom, #row5 {
	  font-size: 18px;
	  line-height: 28px;
	}
	#row1-bottom {
	  padding-bottom: 20px !important;
	  padding-top: 20px !important;
	}
	#row2 {
	  padding: 20px 0 35px;
	}
	h1 {
		font-size: 36px;
		line-height: 42px;
	}

	h2 {
		font-size: 32px;
		line-height: 38px;
	}

	h3 {
		font-size: 28px;
		line-height: 34px;
	}

	h4 {
		font-size: 24px;
		line-height: 30px;
	}

	h5 {
		font-size: 20px;
		line-height: 26px;
	}

	h6 {
		font-size: 18px;
		line-height: 24px;
	}
	.row3-txt ul {
	  margin-right: 0;
	}
	.row3-txt ul li {
	  margin-bottom: 8px;
	}
	.contactUsForm .half, .contact .half {
		margin-right: 13px;
	}
	#home-slider-main {
		margin-bottom: 13%;
	}
	#header-main.sticky #logo, #logo {
		width: 45%;
	}
	.logo-txt {
		line-height: normal;
	}
	.col.fone, .col.ftwo {
		width: 100%;
	}
	.col.fthree {
		width: 100%;
	}
	.footer_top_menu {
		padding-bottom: 30px;
	}
	
}
@media screen and (max-width: 767px) {
	.row2-col3-head h3 {
		min-height: auto;
	}
	.top-bar-main, .top-bar-main a {
		font-size: 17px;
	}
	.footer-top .heading-sm {
		margin-bottom: 0;
	}
	#footer-top .col:first-child {
		margin-bottom: 10px;
	}
	#row1 .slider-title {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	
}
@media screen and (max-width: 736px) {
	#logo {
		float: none;
		margin: 0;
	}
	.top-left, .top-right {
		float: none !important;
		text-align: center;
		margin: auto;
		width: 100%;
	}
	#row1 .slider-title {
		font-size: 21px !important;
		line-height: 24px !important;
	}
	.slider-buttons a {
		font-size: 14px !important;
	}
	#home-slider-info .tp-mask-wrap, #home-slider-info .tp-mask-wrap .tp-caption {
		max-width: 450px !important;
		min-width: 450px !important;
	}
	.top-list li, .top-list li:first-child {
		border:0;
	}
	.contactUsForm .half, .contact .half {
		margin-right: 0;
		width: 100%;
	}
	.contactUsForm .full {
		margin-top: 0;
	}
	.contactUsForm .wpcf7-form-control.wpcf7-radio {
		line-height: 40px;
		height: auto;
	}
	.subscribe-row {
		float: none;
		width: 65%;
		text-align: center;
		margin: 0 auto 15px;
	}
	.subscribe-row form {
		margin: 0;
	}
	.subscribe-row span {
		text-align: center;
		padding-left: 0;
	}
	.pageTitle {
		font-size: 37px;
	}
	#home-slider-main {
		margin-top: -37%;
		margin-bottom: 20px;
		padding: 0 30px !important;
	}
	#home-slider-main .vc_col-sm-8 {
		width: 100%;
	}
	#home-slider-main .vc_col-sm-8 .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	#home-slider-info {
		margin-left: 0px;
	}
	#header-main.sticky #logo, #header-main #logo {
		margin: 0 auto;
		width: 100%;
		padding-bottom:0px;
	}
	#logo a {
		display: table;
		width: 70%;
		margin: auto;
	}
	.logo-img {
		float: left;
		width: 45%;
		text-align: right;
	}
	.logo-img img {
		text-align: right;
		max-height: 100px;
		width: auto;
	}
	.logo-txt {
		float: left;
	}
}
@media screen and (max-width: 650px) {
	#fancybox-wrap {
	  width: 90% !important;
	  box-sizing: border-box !important;
	  margin: 0 !important;
	  padding: 0 !important;
	}
	#fancybox-content {
	  margin: 0 !important;
	  padding: 0 !important;
	  width: 100% !important;
	}
	#about-row1 {
		background-position: center center !important;
	}
	#about-row2, #about-row3, #about-row4, #about-row6, #about-row8, #about-row9 {
	  font-size: 17px;
	  line-height: 25px;
	}
	h2.thin-head {
	  font-size: 35px;
	  line-height: 42px;
	}
	.main-nav {
	  margin-bottom: 10px;
	  margin-top: -40px;
	}
	#row5 {
	  padding-bottom: 20px !important;
	  padding-top: 0px !important;
	}
	#footer {
	  padding: 20px 0;
	}
	.footer-menu {
	  padding: 15px 0;
	}
	.footer-menu li a {
	  line-height: 22px;
	  padding: 0 12px;
	}
	#row4 {
	  padding-bottom: 0px !important;
	}

	body {
	}

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	fieldset.third {
		width: 100%;
	}
	.top-widget {
		float: none;
		margin: 0 auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	#tools-row-1 .vc_col-sm-3 {
		width: 100%!important;
	}
	.list1 {
		margin-right: 0px;
	}
	#attorney-search-inner #searchform {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#fancybox-wrap {
	  width: 87% !important;
	}
	ul.wpuf-form li .wpuf-fields {
	  padding-left: 0 !important;
	  width: 100% !important;
	}
	h2.thin-head {
	  font-size: 30px;
	  line-height: 36px;
	}
	#row1 .row1-slider {
	  margin-top: 80px !important;
	}
	.slider-buttons a {
	  padding: 12px 12px !important;
	  margin-right: 4px !important;
	  font-size: 13px !important;
	  margin-bottom: 7px !important;
	}
	h1 {
		font-size: 32px;
		line-height: 38px;
	}

	h2 {
		font-size: 28px;
		line-height: 34px;
	}

	h3 {
		font-size: 24px;
		line-height: 30px;
	}

	h4 {
		font-size: 20px;
		line-height: 26px;
	}
	.fourth-half {
		width: 100%;
		margin-right: 0;
	}

	body {
	}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	#home-slider-info .tp-mask-wrap, #home-slider-info .tp-mask-wrap .tp-caption, 
	#home-slider-info .slider-buttons {
		max-width: 350px !important;
		min-width: 350px !important;
	}
	.pageTitle {
		font-size: 35px;
	}
	#pageheader {
		height: 130px;
	}
	.contactForm .fourth-half label {
		min-height: auto;
	}
	
	.top-left {
		padding-bottom: 0;
	}
	body.home #wrapper, body.contact-page #wrapper, #wrapper {
		padding:0;
	}
	#row1 .slider-desc {
		display: none;
	}
	#logo a {
		width: 100%;
	}
	.logo-img img {
		max-height: 110px;
	}
	.logo-img {
		width: 50%;
	}
	.logo-txt {
		font-size: 24px;
		top: 5px;
		line-height: 1 !important;
	}
	#row1-bottom h2 {
		font-size: 25px;
	}
	.footer-top {
		padding: 20px 0;
	}
	.col.fthree .footer_top_menu li {
		width: 100%;
	}
	.col.fone .footer_top_menu li, .col.ftwo .footer_top_menu li {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 414px){
	.subscribe-row {
		width: 100%;
		margin: 0 auto 10px;
	}
	.brd-bottom::before {
		width: 30%;
	}
	.brd-bottom::after {
		width: 10%;
	}
	.top-bar-main, .top-bar-main a {
		font-size: 18px;
	}
	.top-list .fa {
		font-size: 19px;
	}
	.top-left {
		padding-bottom: 0px;
	}
	#home-slider-info {
		margin-top: -10px;
	}
	#faq-row > .vc_column_container > .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	#faq-row h4 {
		font-size: 17px;
	}
	.list1 li {
		padding-left: 20px;
	}

	#pageheader {
		height: 110px;
	}
	#header-main #logo img {
		width: 90%;
	}
	#top-header #container {
		padding: 0 10px;
	}	
}
@media screen and (max-width: 376px){
	#ContactUs-step2-row .vc_column_container > .vc_column-inner {
		padding: 0;
	}
	#fancybox-wrap {
	  width: 82% !important;
	}
	.wpum-login-form form label {
	  width: 100% !important;
	  margin-right: 0px !important;
	}
	.top-bg-image-row p {
	  font-size: 25px;
	  line-height: 32px;
	  margin: 30px 0 !important;
	}
	#row1 .row1-slider {
	  margin-top: 30px !important;
	}

	#row1 .slider-title {
		font-size: 18px !important;
		line-height: 21px !important;
		margin-bottom: 8px !important;
	}
	#row1 .slider-desc {
	  font-size: 15px!important;
	  line-height: 19px!important;
	  margin-bottom: 8px!important;
	}
	ul.social-icons > li > a {
	  font-size: 18px;
	  height: 30px;
	  line-height: 30px;
	  width: 35px;
	}
	.slider-buttons a {
		font-size: 13px !important;
		margin-bottom: 3px !important;
		margin-right: 0 !important;
		padding: 9px !important;
	}

	.slider-buttons .fa-chevron-right {
	  font-size: 7px !important;
	}
	.main-nav {
	  margin-bottom: 2px;
	  margin-top: 10px;
	  border-top: 1px solid #eee;
	}
	#home-slider-info .tp-mask-wrap, #home-slider-info .tp-mask-wrap .tp-caption, #home-slider-info .slider-buttons {
		max-width: 300px !important;
		min-width: 300px !important;
	}
	#row5 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#home-slider-main {
		margin-top: -41%;
	}
	.sidebar-ads img {
		float: left;
	}
	#attorney-search-inner #searchsubmit {
		position: relative;
		margin-top: 10px;
		width: 100%;
	}
}
@media screen and (max-width: 360px){
	ul.social-icons > li > a {
	  border: 1px solid #8b8b8b;
	  height: 35px;
	  line-height: 35px;
	  margin: 5px;
	  width: 35px;
	}

	.socialicons {
	  display: block;
	  width: 100%;
	  text-align: center;
	}
	.top-sidebar {
	  border-top: 1px solid #8b8b8b;
	  display: block;
	  padding-left: 0;
	  padding-right: 0;
	  text-align: center;
	  width: 100%;
	  border-right: 0;
	}
	.top-list li {
		padding: 10px 0px;
		box-sizing: border-box;
	}
	.top-left {
		padding: 10px 0 0;
	}
}

@media screen and (max-width: 320px) {
	#fancybox-wrap {
	  width: 80% !important;
	}

	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
	#home-slider-info .tp-mask-wrap, #home-slider-info .tp-mask-wrap .tp-caption, #home-slider-info .slider-buttons {
		max-width: 280px !important;
		min-width: 280px !important;
	}
}


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

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}
