/*
Theme Name: Onetone
Theme URI: http://www.mageewp.com/onetone-theme.html
Description: Onetone is a one-page business theme based on Bootstrap framework and coded with HTML5/CSS3. All required information are displayed on a single page with clear order according to users' preferences. The basic sections designed for business purpose have already been built for you, such as services, about, gallery, clients, etc. There's also an extensive admin panel where unlimited sections can be easily added. Multiple options are available if you prefer to do some adjustments, such as changing background, parallax scrolling background, video background, Font Awesome Icons, uploading logo and  favicon,adding custom CSS and so on. The theme is also responsive, clean, and SEO optimized. Please note that with our updation, interface of your blog can grow up with futher more diversities.
Version: 1.9.0
Author: MageeWP
Author URI: http://www.mageewp.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, custom-background, custom-header, custom-menu, theme-options, left-sidebar, translation-ready, editor-style, featured-images, full-width-template, rtl-language-support, custom-colors, threaded-comments, buddypress, post-formats
Text Domain: onetone

OneTone Wordpress Theme has been created by Mageewp.com, Copyright 2016 Mageewp.com.
OneTone Wordpress theme is released under the terms of GNU GPL.
*/

/*
 * 0.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */
@import url('https://fonts.googleapis.com/css?family=Monda:400,700');
/*
  font-family: 'Monda', sans-serif;
*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #555;
	font-family: 'Monda', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	outline: none;
}

input:invalid {
	box-shadow: none;
}

body {
	background: #fff;
}

a {
	color: #963;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin: 20px 0 12px;
	color: inherit;
}

h1 {
	font-size: 36px;
	line-height: 1.1;
}

h2 {
	font-size: 30px;
	line-height: 1.1;
}

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

h4 {
	font-size: 20px;
	line-height: 1.1;
}

h5 {
	font-size: 18px;
	line-height: 1.1;
}

h6 {
	font-size: 16px;
	line-height: 1;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	color: #963;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

mark,
ins {
	background: #963;
	text-decoration: none;
}

p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote {
	border: 0;
	position: relative;
	font-family: Georgia, serif;
}

blockquote p {
	padding: 20px 0 0 48px;
}

blockquote p:before {
	content: "\201C";
	display: block;
	font-size: 84px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

blockquote footer {
	padding-left: 20px;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 9px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

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

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

th,
td {
	padding: 6px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #963;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #963;
	color: #fff;
	text-shadow: none;
}

:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}

.required {
	color: #F00;
}

.clear {
	clear: both;
}

nav li {
	list-style-type: none;
}

/*
 * 0.1 WordPress CSS
 */

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

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

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

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

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: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 15px 13px 20px;
    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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.sticky {

}

.gallery-caption {

}

.bypostauthor {

}

/*
 * 1.0 General
 */

body {
	position: relative;
}

.wrapper {
	position: relative;
}

.container-fullwidth {
	width: 100%;
	overflow: hidden;
}

.container .container {
	width: 100%;
}
/*
.container-fullwidth .row .row {
	margin-left: 0;
	margin-right: 0;
}
*/
.move-to-top {
	position: fixed;
}

/*
 * 2.0 Top bar
 */

.top-bar {
	background-color: #fff;
	border-bottom: 1px #eee solid;
	min-height: 40px;
	text-align: right;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.top-bar-info {
	color: inherit;

}

ul.top-bar-sns {
	margin: 0;
	overflow: hidden;
}

.top-bar-sns li {
	list-style-type: none;
	float: left;
}

.top-bar-left .top-bar-sns li {
	margin-right: 10px;
}

.top-bar-right .top-bar-sns li {
	margin-left: 10px;
}

.top-bar-sns li a {
	color: ;
}

.top-bar-menu ul {
	margin: 0;
	overflow: hidden;
}

.top-bar-menu li {
	list-style-type: none;
	float: left;
}

.top-bar-menu li + li {
	border-left: 1px solid rgba(255,255,255,.5); /*optional*/
}

.top-bar-left .top-bar-menu li {
	margin-right: 10px;
	padding-right: 10px;
}

.top-bar-right .top-bar-menu li {
/*	margin-left: 10px;
	padding-left: 10px;*/
}

.top-bar-menu li a {
	display: inline-block;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	border-right: 1px #ddd solid;
	padding: 0px 15px;
}

/*
 * 2.1 Header logo
 */

img.site-logo {
	float: left;
	height: auto;
	max-width: 230px;
}

.name-box {
	float: left;
	display: none; /*optional*/
}

.site-logo {
	margin: 10px 10px 0px 0;
}

.site-name {
	margin: 0 0 2px 0;
	color: #595959;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-top: 10px;
}

.name-box a {
	text-decoration: none;
}

.site-tagline {
	color: #595959;
}
.retina_logo{
	display:none;
	}

/*
 * 2.2 Header Search
 */

.search-form {
	display: none;
	position: absolute;
	overflow: hidden;
	top: 100%; right: 0;
	width: 130px;
	margin-top: 5px;
	background-color: transparent;
	z-index: 99999;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -30px;
	padding: 5px 35px 6px 10px;
	background: none;
}

.search-form input[type="submit"] {
	background: url(images/search.png) center no-repeat;
	float: right;
	border: none;
	width: 30px;
	height: 30px;
}

/*
 * 2.3 Header navigation
 */

.site-nav-toggle {
	display: block;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	border: none;
	color: #ccc;
}

.overlay .main-header .site-nav-toggle {
	color: #fff;
}

.site-nav {
	display: none;
	margin-top: 0;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	float: left;
}

.site-nav ul {
	margin: 0;
	background-color: #000;
}

.site-nav li ul {
    margin-left: 0;
}

.site-nav li {
	position: relative;
}

.site-nav > ul > li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #555;
	font-weight: 700;
	/*text-transform: uppercase;*/
	padding: 0 15px;
	text-decoration: none;
	blr:expression_r(this.onFocus=this.blur());
	outline:none;	
}
.site-nav ul.sub-menu li a {
	border-bottom: 2px rgb(150,150,150) solid;
}
.site-nav ul.sub-menu li a:hover {
    border-bottom: 2px rgb(100,100,100) solid;
    color: rgb(50,50,50);
}
.site-nav #menu-item-272 ul.sub-menu {
	width: 660px;
}
.site-nav #menu-item-272 ul.sub-menu li {
    float: left;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
}
.site-nav > ul li {
	/*border-bottom: 1px #ddd solid;*/
}
.site-nav > ul > li a .fa {
	margin-right: 10px;
	font-size: 20px;
}
.site-nav > ul > li + li a {
	border-color: rgba(255,255,255,.2);
}

/*For onepage*/
.site-nav > ul > li.current > a {
    color: #963;
}

.site-nav > ul > li a:hover {
	border-color: #fff;
	color: rgb(100,100,100) !important;
	text-decoration: none;
	background-color: #fff;
}
#menu-item-159 > a > span i.fa,
#menu-item-228 > a > span i.fa {
	float: right;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 6px;
}
.menu-dropdown-icon {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
  	text-align: center;
  	cursor: pointer;
}

.site-nav li ul {
	display: none;
}

.site-nav li li a:before {
	content: "-";
	margin: 0 3px 0 10px;
}

.site-nav li li li a:before {
	content: "--";
	margin: 0 3px 0 20px;
}

.site-nav li li li li a:before {
	content: "---";
	margin: 0 3px 0 30px;
}

@media (min-width: 920px) {
	.site-nav-toggle {
		display: none;
	}

	.menu-dropdown-icon {
		display: none;
	}

	.site-nav {
		display: block;
		margin: 0;
		width: auto;
		position: static;
	}

	.site-nav > ul {
		background-color: transparent;
		float: left;
	}

	.site-nav > ul > li {
		float: left;
		position: relative;
	}

	.site-nav > ul > li + li {
		margin-left: 35px;
	}

	.site-nav > ul > li > a {
		display: block;
		line-height: 50px;
		padding: 0;
		background-color: transparent;
		border-bottom: 0 solid transparent;
		border-top: 0 solid transparent;
		color: #fff;
		font-family: 'Monda', sans-serif;
		font-size: 15px;
		font-weight: 400;
		/*text-transform: uppercase;*/
		letter-spacing: 0.05em;
	}

	.overlay .main-header .site-nav > ul > li > a {
		color: #fff;
	}

	.site-nav > ul > li:hover > a {
		border-color: #963;
	}

	.site-nav > ul > li > a:hover {
		background-color: transparent;
		color: #963;
	}

	.site-nav li > ul {
		display: none;
		position: absolute;
		z-index: 9;
		left: 0;
		top: 100%;
		background-color: rgba(255,255,255,0.9);
		width: 260px;
	}

	.site-nav li li > ul {
		left: 100%;
		top: 0;
	}

	.site-nav li:hover > ul {
		display: block;
	}

	.site-nav li li a:before {
		display: none;
	}

	.site-nav li li li a:before {
		display: none;
	}

}


/*
 * 2.4 Top Wrap
 */

.top-wrap {
	position: relative;
}

/*
 * 2.5 Main header
 */

.header-wrap {
	position: relative;
	z-index: 999;
}

.main-header {
	background: #EB4712;
	color: #fff;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.header-wrap.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.header-wrap.overlay .main-header {
	background-color: transparent;
}

.slider-above-header .header-wrap.overlay {
	top: auto;
	bottom: 0;
}

.logo-left .logo-box {
	float: left;
	text-align: left;
}

.logo-left .site-nav {
	clear: right;
	/*float: right;*/
}

.logo-right .logo-box {
	float: right;
	text-align: right;
}

.logo-right .site-nav {
	clear: left;
	float: left;
}

@media screen and (min-width: 920px) {
	.logo-center {
		text-align: center;
	}

	.logo-center .logo-box {
		float: none;
		text-align: center;
		margin: 10px 0;
	}

	.logo-center .site-logo {
		float: none;
		margin: 0;
	}

	.logo-center .site-nav ul {
		float: none;
	}

	.logo-center .site-nav > ul > li {
		float: none;
		display: inline-block;
	}
}

.fixed-header .main-header {
	display:none;
}

/*
 * 2.5 Fixed header
 */

.fxd-header {
	background-color: #EB4712;;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	display: none;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 3px;
}
.fxd-header .site-nav > ul > li > a {
	color: #fff;
}
.fxd-header .site-nav > ul > li > a:hover {
	color: #333;
}

.header-wrap.logo-center .fxd-header .logo-box {
	display: none;
}

/*
 * 2.6 Side header
 */

@media screen and (min-width: 920px) {
	.side-header .container {
		width: 100%;
	}

	.side-header .header-wrap .container {
		padding-left: 0;
		padding-right: 0;
	}

	.side-header .header-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 320px;
	}

	.side-header-right .header-wrap {
		left: auto;
		right: 0;
	}

	.side-header .wrapper {
		padding-left: 320px;
	}

	.side-header-right .wrapper {
		padding-right: 320px;
		padding-left: 0;
	}

	.side-header .site-nav > ul > li {
		display: block;
	}

	.side-header .site-nav > ul > li + li {
		margin-left: 0;
	}

	.side-header .site-nav li ul {
		left: 100%;
		top: 0;
	}

	.side-header-right .site-nav li ul {
		left: auto;
		right: 100%;
	}

	.side-header .site-nav > ul > li a {
		border-bottom-width: 0;
		border-right: 2px solid rgba(0, 0, 0, 0);
		border-bottom: 1px solid #f5f5f5;
	}

	.side-header .site-nav > ul > li a {
		border-bottom-width: 0;
		border-right-width: 0;
		border-left: 2px solid rgba(0, 0, 0, 0);
	}

	.side-header .site-nav > ul > li:first-child a {
		border-top: 1px solid #f5f5f5;
	}

	.side-header .site-nav > ul > li:hover > a {
		border-right-color: #963;
	}

	.side-header-right .site-nav > ul > li:hover > a {
		border-left-color: #963;
	}
}

/*
 * 2.6 Mega Menu
 */

header .container {
    position: relative;
}

@media screen and (min-width:920px) {
	.site-nav > ul > li.menu_column {
	    position: static;
	}

	.site-nav > ul > li.menu_column > ul {
	    width:100%!important;
	    padding: 20px 0;
	}

	.site-nav > ul > li.menu_column > ul > li.col-md-2,
	.site-nav > ul > li.menu_column > ul > li.col-md-1_5,
	.site-nav > ul > li.menu_column > ul > li.col-md-3,
	.site-nav > ul > li.menu_column > ul > li.col-md-4,
	.site-nav > ul > li.menu_column > ul > li.col-md-6 {
	    float:left;
	}

	.site-nav > ul > li.menu_column > ul > li > ul {
	    display: block;
	    position: static;
	    top: 0; left: 0;
	    width: 100%;
	}

	.site-nav li ul li + li > a {
		border-top: 1px solid rgba(255,255,255,.2);
	}

	.site-nav > ul > li.menu_column > ul > li + li > a {
		border-top: none;
	}

	.side-header .site-nav > ul > li.menu_column {
	    position: relative;
	}

	.side-header .site-nav > ul > li.menu_column > ul {
	    width: 600px;
	}
	
    li.hide-text > a > span.menu-item-label {
		display:none!important;
	}
}

.menu_icon {
    margin-right: 5px;
}

/*
 * 3.0 Footer
 */

footer {
	color: #fff;
	font-size: 12px;
	z-index: 2;
	position: relative;
}

footer a {
	color: #c5c7c9;
}

.footer-widget-area {
	background-color: #252525;
	/*padding: 60px 0 10px;*/
}

.footer-widget-area .widget-title {
	color: #fff;
}

.footer-widget-area .widget-search {
	border-color: #fff;
	max-width: 180px;
}

.footer-widget-area .widget-sns i {
	color: #fff;
	border-color: #fff;
}

.footer-widget-area .widget-sns i:hover {
	background-color: #fff;
	color: #19cbcf;
}

.footer-info-area {
	color: rgba(200,200,200,0.6);
	background-color: #393939;
	padding: 0.5em 0;
	text-align: center;
	position: relative;
}
.footer-info-area p {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0px;
}
.footer-info-area p a {
    color: #fff;
    text-decoration: underline;
}
.footer-info-area p a:hover {
    color: #fff;
    text-decoration: none;
}

ul.footer-sns {
	display: inline-block;
	font-size: 20px;
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-sns li {
	float: left;
	list-style-type: none;
	margin: 0 5px;
}

.footer-sns li a {
	display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
}

ul.footer-links {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-links li {
	float: left;
	list-style-type: none;
}

.footer-links li + li::before {
	content: "\/";
}
.site-social ul {
    margin: 0;
    overflow: hidden;
}

.site-social li {
    list-style-type: none;
    float: left;
}

.site-social li a {
    display: block;
    margin-left: 1em;
}

/*
 * 4.0 Page title bar
 */

.page-title-bar {
	/*background-color: #39b3b8;*/
	padding: 2.5em 0;
	/*text-align: center;
	color: #fff;*/
}

.page-title h1 {
	/*line-height: 1;
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;	
	padding-left: 50px;*/

	font-size: 24px;
	text-align: left;
	color: rgba(235, 71, 18, 0.9);
	font-family: "Play",sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
.page-title h1 span {
	position: relative;
}
/*.page-title h1 span:before {
	font-family: 'FontAwesome';
	content: "\f0e0";
	content: "\f013";
	position: absolute;
	top:7px;
	left:-50px;
}*/
#post-19 .page-title h1 span:before {
	content: "\f0c0";
}
#post-57 .page-title h1 span:before {
	content: "\f132";
}
#post-41 .page-title h1 span:before {
	content: "\f0c0";
}
#post-36 .page-title h1 span:before {
	content: "\f0e0";
}
#post-31 .page-title h1 span:before {
	content: "\f1ae";
}
#post-27 .page-title h1 span:before {
	content: "\f109";
}
#post-45 .page-title h1 span:before {
	content: "\f109";
}
#post-49 .page-title h1 span:before {
	content: "\f02f";
}
#post-139 .page-title h1 span:before {
	content: "\f0c0";
}
#post-134 .page-title h1 span:before {
	content: "\f0c0";
}
#post-53 .page-title h1 span:before {
	content: "\f188";
}
#post-61 .page-title h1 span:before {
	content: "\f1eb";
}
.page-title h3 {
	margin: 15px 0 0;
	line-height: 1;
	font-size: 20px;
}

ol.breadcrumb-nav {
	margin: 0;
	line-height: 65px;
}

.no-subtitle ol.breadcrumb-nav {
	line-height: 30px;
}

.breadcrumb-nav li {
	list-style-type: none;
	display: inline-block;
}

.breadcrumb-nav li + li {
	margin-left: 5px;
}

.breadcrumb-nav > li + li:before {
	content: "\/";
	margin-right: 5px;
}

.breadcrumb-nav a {
	color: #000;
}

.breadcrumb-nav a:hover {
	color: #333 !important;
}

.title-left .page-title {
	display: none;
}

.title-left .breadcrumb-nav {
	float: right;
	/*display: none;*/
}

.title-center .container {
	text-align: center;
}

.title-center .page-title {
	margin-bottom: 5px;
}

.title-center ol.breadcrumb-nav {
	line-height: 30px;
}

.title-right .page-title {
	float: right;
	text-align: right;
}

.title-right .breadcrumb-nav {
	float: left;
}


/*
 * 5.0 Blog Columns
 */

.right-aside .col-aside-left {
	display: none;
}

.left-aside .col-aside-right {
	display: none;
}

.no-aside .col-aside-left,
.no-aside .col-aside-right {
	display: none;
}

.col-main,
.col-aside-left,
.col-aside-right {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.col-main,
	.col-aside-left,
	.col-aside-right {
		float: left;
		padding-top: 0;
		padding-bottom: 0;
	}
	.no-aside .col-main {
		width: 100%;
	}
	.left-aside .col-main,
	.right-aside .col-main {
		width: 66.66%;
	}
	.both-aside .col-main {
		width: 60%;
	}
	.left-aside .col-aside-left,
	.right-aside .col-aside-right {
		width: 33.33%;
	}
	.both-aside .col-aside-left {
		width: 20%;
	}
	.both-aside .col-aside-right {
		width: 20%;
	}
	.left-aside .col-main {
		left: 25%; /*.left-aside .col-aside-left width*/
	}
	.left-aside .col-aside-left {
		right: 75%; /*.left-aside .col-aside-main width*/
	}
	.both-aside .col-main {
		left: 20%; /*.both-aside .col-aside-left width*/
	}
	.both-aside .col-aside-left {
		right: 60%; /*.both-aside .col-aside-main width*/
	}
}

/*
 * 5.1 Blog Detail
 */

.entry-summary img,
.entry-content img {
	max-width: 100%;
}

.post-inner, .page-inner {
	padding: 50px 0;
	background-color: #fff;
}

.entry-header {
	margin-bottom: 5px;
}

.feature-img-box .img-box,
.feature-img-box img {
    width: 100%;
}

.feature-img-box,
.feature-img-box {
	margin-bottom: 20px;
}

.no-text .feature-img-box {
	margin-bottom: 0;
}

.entry-title {
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 10px;
}

.entry-meta,
.entry-more {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

.entry-meta li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.entry-meta i {
	margin-right: 5px;
}

.entry-meta a,
.entry-footer a {
	font-style: italic;
	color: #a0a0a0;
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: #963;
}

.entry-footer {
	margin: 20px 0;
	overflow: hidden;
	border: 0 dashed #ccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.entry-box .entry-footer {
	border: 0;
}

.type-page .entry-footer {
    display: none;
}

.entry-more {
	
}

.entry-tags {
	margin: 10px 0;
}

.entry-tags li {
	display: inline-block;
	list-style-type: none;
}

.entry-tags li a {
	
}

.entry-tags li+li:before {
	content: ", ";
}

.post-attributes h3 {
	font-size: 16px;
	margin-top: 40px;
}

.post-attributes h3 {
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #666;
	margin: 40px 0 10px;
}

.post-attributes a {
	color: #a0a0a0;
}

.post-attributes a:hover {
	color: #963;
}

.about-author {
	overflow: hidden;
}

.author-avatar {
	float: left;
	margin: 0 20px 5px 0;
}

.post-pagination {
	border: 0 dashed #ccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 50px;
}

.post-pagination ul {
	margin: 10px 0;
}

.post-pagination li {
	list-style-type: none;
	display: inline-block;
}

.post-pagination li a {
	
}

.post-pagination li a:hover {
	border-color: #963;
}

.post-list-pagination {
	text-align: center;
}

.post-list-pagination ul {
	margin: 10px 0;
}

.post-list-pagination li {
	list-style-type: none;
	display: inline-block;
}

.post-list-pagination i,
.post-list-pagination span,
.post-list-pagination a {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
}

.post-pagination a,
.post-list-pagination a {
	color: #a0a0a0;
}

.post-pagination a:hover,
.post-list-pagination a:hover {
	color: #963;
}

.page-numbers {
    padding: 0 5px;
}

/*
 * 5.2 Blog Grid box
 */

.post-grid-box .img-caption {
	background-color: #fff;
	padding: 10px 0;
}

.post-grid-box .img-caption a h4,
.portfolio-box a h4 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
}


/*
 * 5.3 Comments
 */

ul.comments-list {
	margin-left: 0;
}

.comments-list li {
	list-style-type:none;
}

.media-comment {
	margin-top: 30px;
	position: relative;
	overflow: visible;
	width: 100%;
	display: table!important;
}

.media-avatar {
    width: 60px;
    min-width: 60px;
}

.media-avatar img {
    border-radius:50%;
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}

.media-comment .media-heading {
	font-size: 14px;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	height: 38px;
	border:1px solid #d93530;
	width: 100%;
	padding-left: 10px;
}

.form-control:focus,
select:focus,
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #963;
    box-shadow: none;
}

.comment-reply-link {
	float: right;
	margin-right: 5px;
}

.comment-edit-link,
.comment-reply-link {
	font-style: italic;
	text-transform: uppercase;
}

.form-submit .submit {
	color: #fff;
	background-color: #000;
	width: 100%;
	border: none;
	padding: 8px 20px;
	border-radius: 0;
	display: inline-block;
	text-align: center;
}

/*
 * 5.4 Blog List Style
 */

a .entry-title:hover {
	color: #963;
}

.entry-box {
	margin-bottom: 50px;
}

.blog-list-wrap.blog-grid .entry-box-wrap {
	width: 100%;
	display: inline-block;
	padding: 0 15px;
	float: left;
}

@media screen and (min-width: 768px) {
	.blog-list-wrap.blog-grid .entry-box-wrap {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.no-aside .blog-list-wrap.blog-grid .entry-box-wrap {
		width: 33.333333333333%;
	}
}

.blog-list-wrap.blog-grid .entry-box {
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
	margin-bottom: 30px;
}

.blog-list-wrap.blog-grid .entry-main {
	padding: 10px 20px;
}

.blog-list-wrap.blog-aside-image .entry-main {
	margin-top: 0;
}

.blog-list-wrap.blog-aside-image .entry-footer {
	margin: 10px 0;
}

.blog-timeline-icon {
	font-size: 60px;
	color: #ccc;
}

.blog-timeline-inner {
	position: relative;
}

.blog-timeline-line {
	position: absolute;
	top: 0;
	left: 30px;
	margin-left: -1px;
	height: 100%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.blog-list-wrap.blog-timeline .entry-box-wrap {
	width: 100%;
	position: relative;
	padding-left: 60px;
}

.blog-list-wrap.blog-timeline .entry-box-wrap:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e5e5e5;
	top: 55px;
	left: 25px;
}

.blog-list-wrap.blog-timeline .entry-box {
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
	position: relative;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
}

.blog-list-wrap.blog-timeline .entry-box:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	top: 50px;
}

.blog-list-wrap.blog-timeline .entry-box:before {
	border-right-color: #ccc;
	left: 0;
	margin-left: -21px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	top: 51px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	border-right-color: #fff;
	left: 0;
	margin-left: -18px;
}

.blog-list-wrap.blog-timeline .entry-main {
	padding: 10px 20px;
}

.blog-timeline-loading {
	margin: 20px 0;
}

@media screen and (min-width: 768px) {
	.blog-timeline-icon {
		text-align: center;
	}
	.blog-timeline-line {
		left: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap {
		width: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left {
		float: left;
		padding-right: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left:after {
		right: 0;
		margin-right: -5px;
		left: auto;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right {
		float: right;
		padding-left: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right:after {
		left: 0;
		margin-left: -5px;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:before {
		border-left-color: #ccc;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -21px;
		margin-left: 0;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:after {
		border-left-color: #fff;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -18px;
	}
}

/*
 * 6.0 Portfolio Detail
 */

.post-slider {
	margin-bottom: 20px;
}

#related-portfolio .owl-item {
	padding: 0 8px;
}

#related-portfolio .entry-title {
	font-size:16px;
}

/*
 * 6.1 Portfolio List
 */

 .portfolio-list-wrap {
	margin: 0 -15px;
}

.portfolio-list-wrap.no-text .portfolio-box .entry-main {
	display: none;
}

.portfolio-box-wrap {
	float: left;
	padding: 0 15px 15px;
	margin-bottom: 30px;
}

.portfolio-list-wrap.full-width {
	margin: 0;
}

.portfolio-list-wrap.full-width .portfolio-box-wrap {
	padding: 0;
	margin-bottom: 0;
}

/*
 * 7.0 Widget
 */

.widget-box {
	margin-bottom: 36px;
	overflow: hidden;
	font-size: 12px;
}

.widget-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}

.widget-box ul {
	margin-left: 0;
}

.widget-box ul ul {
	margin-left: 10px;
}

.widget-box li {
	overflow: hidden;
	list-style-type: none;
	/*padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);*/
}

.widget-box > ul > li,
.widget-post > ul > li {

}

.widget-box a {
	color: #a0a0a0;
}

.widget-box a:hover {
	color: #963;
}


.widget_search .search-form {
	border: 1px solid #ccc;
	padding: 4px;
	overflow: hidden;
	width: 100%;
	display: block;
	position: static;
}

.widget_search .search-form div {
    position:relative;
}

.widget_search .search-form div:before {
    position:absolute;
    top:0; right:0;
    font: normal normal normal 16px/28px 'FontAwesome';
    content: "\f002";
}

.widget_search form.search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background-color: transparent;
	color: inherit;
}

.widget_search form.search-form input[type="submit"] {
	background: none;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	position:relative;
	z-index:2;
}

.widget-box .widget-img {
	float: left;
	margin-right: 15px;
}

.widget-box .widget-img img {
	width: 60px;
	margin-top: 3px;
}

.widget-project img {
	border: 1px solid #eee;
}

.widget-project .row {
	margin-left: -2px;
	margin-right: -2px;
}

.widget-project [class*='col-xs'] {
    padding: 2px;
}

.widget_recent_posts li {
	clear: left;
}

.widget_recent_posts li,
.widget_contact_info li,
.widget_text li {
	background: none;
	padding-left: 0;
}

.widget-post li {
	list-style-type: none;
	margin-bottom: 15px;
}

.widget-post img {
	display: block;
	float: left;
	width: 20%;
	margin-right: 3%;
	border-radius: 5px;
}

.widget-post .widget-post-box {
	float: left;
	width: 75%;
	margin-top: -5px;
}

.widget-post .widget-post-box.no-img {
	width: 100%;
}

.widget_nav_menu ul {
    margin: 0;
}

.widget_nav_menu li {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.widget_nav_menu li a {
    display: block;
    border-style: solid;
    border-color: #e5e5e5;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin: 0;
    padding: 10px;
    background-color:#fafafa;
}

.widget_nav_menu li li a {
    padding-left: 20px;
}

.widget_nav_menu li li li a {
    padding-left: 30px;
}

.widget_nav_menu {
    border-top: 1px solid #e5e5e5;
}

.widget_nav_menu li.current-menu-item a {
    border-right: 2px solid #963;
}

#wp-calendar td,.widget #wp-calendar th {
	text-align: center;
}

#wp-calendar #today {
	background: #f5f5f5;
}

/*
 * 8.0 Gallery
 */

.gallery {
	margin-bottom: 1.6em;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.gallery-item {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	margin-top: 0!important;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item img {
    border: 0!important;
}

.gallery.gallery-size-full {
	margin-left: 0;
	margin-right: 0;
}

.gallery-size-full .gallery-item {
	padding: 0;
	margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	margin-top: 10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

section.section{
	position:relative;
	

}

.onetone-parallax {
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: repeat;
}

/*
 * 9.0 Video Background
 */

#video-controls {
    width: 333px;
}

#video-controls i.fa{
	font-size:20px;
	vertical-align: middle;
}

#video-controls i.fa-volume-up {
	font-size:22px;
}

#video-controls i.fa-volume-off {
	font-size:25px;
}

.black-65 {
    color: #FFFFFF;
    margin: 24px 0;
    padding: 4px 12px;
	left: 20px;
	bottom: 0;
	position: absolute;
	z-index:999;
}

.home-wrapper ,.home-container {
	position: relative;
	/*z-index: 3;*/
}
section.video-section .home-container {
	z-index: 3;
}

#tubular-container {
   position: absolute!important;
}

#big-video-wrap {
	/*z-index:1;*/
}
.homepage .page-inner {
    background-color: transparent;
}
.noticefailed {
	color: #FF0000 !important;
}

/*
 *  10.0 Back to Top
 */ 

#back-to-top {
	position:fixed;
	right:10px;
	bottom:10px;
	background:rgba(255,255,255,0.2);
	font-size:10px;
	padding:5px;
	border-radius:5px;
	display:none;
	z-index:999;
}

.owl-item .inner {
	padding: 20px; 
}

/*
 *  10.1 Onetone Owl Slider
 */ 

.onetone-owl-slider {
    position: relative;
}

.owl-theme .owl-controls {
    height: 0;
    margin: 0!important;
    position:static;
}

.owl-prev,
.owl-next {
    display:block!important;
    position:absolute;
    content:'';
    font-size:0;
    color: #fff;
    opacity: .3;
    bottom:50%;
    margin-bottom: -48px;
    background-color: #000;
    padding: 40px 10px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: .5;
}

.owl-prev {
    left: 10px;
}

.owl-prev:before,
.owl-next:before {
    font: normal normal normal 16px/1 'FontAwesome';
}

.owl-prev:before {
    content: "\f053";
}

.owl-next {
    right:10px;
}

.owl-next:before {
    content: "\f054";
}

.owl-dots {
    position:absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    display: inline-block;
    margin: 3px;
    border: 2px solid rgba(255,255,255,1);
}

.owl-dot.active {
    background-color: #fff;
}

#onetone-owl-slider .owl-item .item .inner {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}

.owl-item .inner {
	padding: 20px; 
}

#onetone-owl-slider .owl-item .item > img {
    width:100%;
}
/*
 * 11.0 bbPress
 */

.bbp-breadcrumb {
	display: none;
}

.bbp-search-form {
	margin-bottom: 10px;
}

#bbp-search-form {
	border: 1px solid #ccc;
	padding: 8px;
	overflow: hidden;
	width: 100%;
}

#bbp-search-form div {
    position:relative;
}

#bbp-search-form div:before {
    position:absolute;
    top:0; right:0;
    font: normal normal normal 18px/20px 'FontAwesome';
    content: "\f002";
}

#bbp-search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background-color: transparent;
	color: inherit;
}

#bbp-search-form input[type="submit"] {
	background-color: transparent;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position:relative;
	z-index:2;
}

#bbp-search-form input[type="submit"]:before {
    content: "\f002";
}

#bbp_topic_title,
.wp-editor-container,
#bbp_topic_tags {
    border: 1px solid #ccc;
}

#bbp_topic_submit,
#bbp_reply_submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 20px;
}

#bbp_topic_title,
#bbp_topic_content,
#bbp_topic_tags,
#bbp_topic_status_select,
#bbp_stick_topic_select {
    padding: 3px;
}

/*
 * 12.0 Post Format
 */

/*Post Format Video*/
.format-video iframe {
	border: 0;
}

/*Post Format image*/
.format-image .wp-caption {
	height: auto;
	padding: 5px;
}

/*Post Format Status*/
.format-status {
	
}

/*Post Format Audio*/
.format-audio {

}

/*Post Format Quote*/
.format-quote .entry-title {
	display: none;
}

.format-quote .entry-content blockquote {
    font-family: serif;
    font-style: italic;
    border: 0;
    padding: 20px 60px 0 60px;
    margin: 0;
    text-align: center;
}

.format-quote .entry-content blockquote cite {
    margin-top: 20px; 
}

.format-quote .entry-content blockquote p {
    font-size: 25px;
    color: #222222;
    line-height: 1.3;
}

.format-quote .entry-content blockquote + p {
    text-align: center; 
}

.format-quote .entry-content blockquote + p:before {
    content: '- '; 
}

.format-quote .entry-content blockquote + p:after {
    content: ' -';
}

/*Post Format Link*/
.format-link .entry-content {
	background-color: #f5f5f5;
	margin: 0 0 20px;
	padding: 30px 60px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	font-family: serif;
}

.format-link .entry-content p {
	margin: 0;
}

.format-link .entry-title {
	display: none;
}

/*  Post Format Chat  */
.format-chat p {
	margin-bottom: 0;
	padding: 5px;
	background-color: #fefefe;
}

.format-chat p:nth-child(2n+1) {
	background: #f3f3f3;
}

/*  Post Format Gallery  */


/*  Post Format Aside  */
.format-aside.post {
	background-color: #f5f5f5;
	padding: 20px;
}

.format-aside .entry-footer {
    display: none;
}

.format-aside .entry-title {
    display: none;
}

.format-aside .entry-content p {
	margin: 0; 
	text-align:center;
}

#onetone-owl-slider .owl-item .inner {
    position: absolute;
    top: 0;
}

#onetone-owl-slider .owl-item .item > img {
    width:100%;
}

/** slider**/

section.homepage-slider .inner {
	padding: 100px 50px 10px;
	width:100%;
	position:absolute;
	top:0;
	text-align:center;
	margin:auto;
	color:#fff;
}

section.homepage-slider h1,
section.homepage-slider h2 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	margin-top: 0;
}

section.homepage-slider .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 5px;
}
section.homepage-slider .btn:hover {
	background: rgba(255,255,255,.05);
}
section.homepage-slider .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}

section.homepage-slider .btn, section.homepage-slider .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	section.homepage-slider .inner {
		padding-top: 10px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	.owl-dots {
		display:none !important;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 640px) {
	section.homepage-slider .inner {
		padding-top: 30px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto 10px;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	.owl-dots {
		display:none !important;
	}
}

@media only screen and (min-device-width: 641px) and (max-device-width: 768px) {
	section.homepage-slider .inner {
		padding-top: 50px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 20px;
		line-height: 40px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 80%;
		margin: 0 auto 10px;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 5px 10px;
		font-size: 12px;
	}

	.owl-dots {
		display:none !important;
	}
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1200px) {
	section.homepage-slider .inner {
		padding-top: 100px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 14px;
		width: 80%;
		margin: 0 auto 10px;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 5px 10px;
		font-size: 12px;
	}

	.owl-dots {
		display:none !important;
	}
}

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

    .fxd-header {
        top:0!important;
    }
}

.footer-widget-area .widget_nav_menu{
    border-top: none;
}
.footer-widget-area .widget_nav_menu li{
border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-widget-area .widget_nav_menu li a{
background-color:transparent;
border:none;
}

.logo-right .site-logo {
	float: right;
	margin: 10px 0 10px 10px;
}

@media screen and (min-width: 920px) {
	.logo-center .logo-box {
		display: inline;
		float: none;
	}

	.logo-center .logo-box .name-box {
		display: inline;
		float: none;
	}

	.logo-center .site-logo {
		margin: 10px 0;
		display: inline;
	}
	.logo-center .site-logo.retina_logo {
    display: none;
}

}

@media screen and (min-width: 920px) {
    .site-nav.style1 > ul > li.current > a > span,
    .site-nav.style1 > ul > li > a:hover > span {
        padding: 10px;
        background-color: #963;
        color: #fff;
        border-radius: 5px;
    }
    .site-nav.style2 > ul > li.current > a > span,
    .site-nav.style2 > ul > li > a:hover > span {
        padding: 8px;
        border: 2px solid #963;
        border-radius: 5px;
    }
    .site-nav.style3 > ul > li.current > a > span,
    .site-nav.style3 > ul > li > a:hover > span {
        font-weight: bold;
        padding: 5px 0;
        border-bottom: 2px solid #963;
    }
}

/*----new css---------*/
.logo-bar .col-sm-3,
.logo-bar .col-sm-5,
.logo-bar .col-sm-7,
.logo-bar .col-sm-9 {
	margin-bottom: 0;
}

.usa-ocr-help {
	/*margin:22px 0 20px;*/
	padding:0px;
	/*float:right;*/
	list-style-type:none;
}
.usa-ocr-help li,
.usa-ocr-help li .lh {
	color:#333;
	font-size:13px;
	display:inline-block;
	position:relative;
	/*padding-left:5.8em;*/
/*	text-transform:uppercase;*/
	letter-spacing:0.05em;
	font-weight:600;
	margin-left:50px;
	/*border-left:1px #ddd solid;*/
}
.usa-ocr-help li .lh {
	padding-left: 0;
	margin-left: 0;
	border-left: transparent;
}
.usa-ocr-help li a {
	color:#fff;
	font-weight: bold;
}
.usa-ocr-help li a:hover {
	color:#fff;
}
.usa-ocr-help li:first-child {
	margin-left:0px;
	border:0px;
}
.usa-ocr-help li span {
	display:block;
	font-size:2em;
	font-weight:300;
	line-height:0.4em;
}
.usa-ocr-help li.toll-free i.fa {
	position:absolute;
	top:-13px;
	left:-60px;
	font-size:2em;
	width:50px;
	height:50px;
	border:2px #fff solid;
	border-radius:50%;
	line-height:47px;
	text-align:center;
}
.usa-ocr-help li.onsite-support {
	color:#f84b45;
}
.usa-ocr-help li.onsite-support a {
	color:#000;
	text-decoration:none;
}
.usa-ocr-help li.onsite-support a:hover,
.usa-ocr-help li.onsite-support a:hover span,
.usa-ocr-help li.onsite-support a:focus  {
	color:#F84B45;
	text-decoration:none;
}
.usa-ocr-help li.onsite-support span {
	color:#333;
}
.usa-ocr-help li.onsite-support i.fa {
	position:absolute;
	top:0;
	left:15px;
	font-size:4.1em;
	color:#f84b45;
}
.promo-info h4 {
	color:rgba(255,255,255,0.5);
	font-size: 12px !important;
	line-height: 1.5em;
	margin: 0px;
}
section.home-section-2 {
	border-bottom: 1px #ddd solid;
}
/*.site-info {
	display: none;
}*/
/*--------FOOTER--details----------*/
/* FOOTER */



#footer {
	background-color:#414141;;
	/*min-height:450px;*/
	padding-top:0;
	position: relative;
}
#footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 75px;
	background: #3d3d3d;
}
#footer .our-partners, #footer .contact, #footer .disclaimer {

	border:1px #eee solid;

	box-shadow:0px 0px 1px rgba(0,0,0,0.7);

	padding:2.5em;

	position:relative;

	min-height:170px;

	margin-bottom:2.5em;

}



#footer .our-partners h4, #footer .contact h4 , #footer .disclaimer h4 {

	position:absolute;

	text-transform:uppercase;

	font-weight:700;

	top:-33px;

	left:0px;

	width:100%;

	text-align:center;

	color:#fff;

}



#footer .our-partners h4 span, #footer .contact h4 span, #footer .disclaimer h4 span {

	display:inline-block;

	background-color:#ccc;

	padding:0px 10px;

}



#footer .our-partners .list-inline {

	margin:15px 0 0 0;

	padding:0px;

}



#footer .our-partners .list-inline li {

	display:inline-block;

	padding:0px 8px;

}



#footer .contact p {
	color: #333;
	text-align:center;
	font-weight:600;
}
#footer .contact p.toll-free {
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:0px;
}
#footer .contact p.toll-free span {
	font-size:2.5em;
	color:#f8635e;
}
#footer .contact p.toll-free + p span {
	font-size:2.5em;
	color:#f8635e;
}
#footer .disclaimer {
	padding-top:1.5em;
	padding-bottom:1.5em;
	min-height:100px;
}
#footer .disclaimer p {
    font-size: 13px;
    color: #000;
    font-weight: 300 !important;
    margin-bottom: 0px !important;
}
#footer .our-partners .alignnone {
	margin: 0;
}
#footer .widget-box {
	overflow: visible;
}
#footer .row > div:nth-child(1),
#footer .row > div + div:nth-child(4) {
	width: 100%;
	max-width: 100% !important;
	flex: 100% !important;
}
#footer .row > div + div:nth-child(2) {
	width: 62%;
	max-width: 62% !important;
	flex: 62% !important;
}
#footer .row > div + div:nth-child(3) {
	width: 38%;
	max-width: 38% !important;
	flex: 38% !important;
}
#footer .row > div + div:nth-child(4) {
	margin-bottom: 0;
}
#features {
	background-color:#111;

	color:#bbb;
	/*margin-top:4.5em;*/

	padding:1.5em 0;

	text-align:center;
	position: relative;

}
#features p {
	display: none;
}


#features .list-inline {

	font-size:1.5em;

	text-transform:uppercase;

	font-weight:600;
	margin-bottom: 0;

}



#features .list-inline li {

	display:inline-block;

	padding:0px 10px;
	border:0;

}

#features .list-inline li i.fa {
	font-size:1.75em;
	margin-right:5px;
}
/*.aboutUs {
	border-top:1px #ddd solid;
}*/
.aboutUs header,
#onsite-gallery header {
    padding: 3em 0 1.5em;
    text-align: center;
    font-style: italic;
	color: #555;
	font-weight: 600;
}
.aboutUs header h2,
#onsite-gallery header h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #16aebb;
    margin-bottom: 5px;
    font-style: normal;
}
.aboutUs header h2 span,
#onsite-gallery header h2 span {
    color: #f84b45;
}
.aboutUs header p,
#onsite-gallery header p {
    font-style: italic;
    color: #555 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.aboutUs article p {	
	text-align:justify;
	margin-bottom:1.5em;
}
.aboutUs .quick-contact {
	padding-left:20px;
}
.aboutUs .quick-contact fieldset,
#wpcf7-f108-o1,
#wpcf7-f108-o2 {
	background-color:#f84b45;
	padding:2.2em 1.8em;
	padding-bottom: 1px;
	padding-top: 1.5em;
	color:#fff;
}
#wpcf7-f108-o1,
#wpcf7-f108-o2 {
	margin-left: 20px;
}
.aboutUs .quick-contact h2 {
	font-weight:300;
	color:#fff;
	text-align:center;
	margin-bottom:0px;
	margin-top: 0;
	background: #f84b45;
	margin-left: 20px;
	padding-top: 30px;
}
.aboutUs .quick-contact .form-control {
	height:38px;
	border-color:#d93530;
}
.aboutUs .quick-contact textarea.form-control {
	height:auto;
}
.aboutUs .quick-contact .form-control:focus {	
	box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}
.aboutUs .quick-contact .btn-default {
	background-color:#333;
	border-color:#333;
	height:42px;
	margin-top:10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
.aboutUs .quick-contact .btn-default:hover {
	background-color:#000;
	border-color:#000;
}
.highlight {
    color: #F84B45 !important;
    font-size: 1.2em !important;
    margin-bottom: 15px !important;
}
#wpcf7-f108-o1 p label,
#wpcf7-f108-o2 p label {
	width: 100%;
}
#wpcf7-f108-o1 p,
#wpcf7-f108-o2 p {
	margin-bottom: 15px;
}
#wpcf7-f108-o1 .text-69 input,
#wpcf7-f108-o2 .text-69 input {
	height: 70px;
}
#wpcf7-f108-o1 .wpcf7-submit,
#wpcf7-f108-o2 .wpcf7-submit {
	background-color: #333;
	height: 42px;
	margin-top: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	padding: 9px 25px;
	font-size: 14px;
	border-radius: 50px;
	border: 2px #333 solid;
}
.col-aside-right .widget h2,
#secondary .widget h2 {
	border-radius: 5px 5px 0px 0px !important;
	background-color: rgba(235,71,18,0.9);
	color: rgba(255,255,255,0.9);
	font-family: 'Play', sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 5px;
}
#secondary .textwidget {
	border: 1px rgba(235,71,18,0.9) solid;
}
#secondary p {
	margin-bottom: 0;
}
#secondary .widget-box ul li,
#secondary .widget-box a {
	font-size: 10pt;
	padding: 2px 8px;
	font-weight: bold;
	color: rgb(10,10,10);
	line-height: 20px;
	display: block;
	border-bottom: 1px rgb(200,200,200) dashed;
}
#secondary #sr-slider-229 a {
	border-bottom: transparent !important;
}
aside.sidebar .support,
#secondary .support {
	font-size:13px;
}
aside.sidebar .support i.fa {
	width:80px;
	height:80px;
	font-size:3em;
}
aside.sidebar .crsl-nav {
	text-align:center;
}
.why-us h2 {
	border-bottom:0px;
	padding-bottom:0px;
	margin-bottom:10px;
}
.why-us ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.why-us ul li {	
	color: #333;
	position:relative;
	font-weight:700;
	font-size:1.3em;
	font-style:italic;
	padding:11px 10px 11px 29px;
	border-bottom:1px #ccc dashed;
}
.why-us ul li i.fa {
	position:absolute;
	top:15px;
	left:5px;
	color:#2ab93e;
}
.entry-content p,
#text-12 p,
#text-13 p {
	font-family: sans-serif;
	font-size: 14px;
	color:#333;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.6em;
}
#text-12 p,
#text-13 p {
	font-size: 13px !important;	
}
.entry-content h2 {
	margin-top: 0;
}
.entry-content h2,
.entry-content h3 {
	color:#333;
	text-transform: uppercase;
}
.entry-content h2 {
	font-family: 'Monda', sans-serif !important;
	font-size: 18px !important;
	text-transform: none !important;
	border-bottom: 2px solid #EB4712;
}
.entry-content h3 strong {
	color:#333;
}
.site-nav > ul > li:hover > a {
    color: #000 !important;
}
.disclaimer-top {
    background-color: transparent;
    border: 1px #ddd solid;
    border-radius: 2px;
    padding: 15px 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.disclaimer-top:hover {
    background-color: #eee;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.list {
	margin-left: 0;
}
ul.list li {
	list-style-type: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #333;
}
ul.list.small li {
    width: 50%;
    float: left;
    font-size: 1.2em;
}
ul.list li i.fa {
    position: absolute;
    top: 3px;
    left: 0px;
}
.disclaimer-top p {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.disclaimer-top:hover {
    color: #000;
}
.map p {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 18px;
}
.map p i.fa {
    font-size: 1.3em;
    color: #F84B45;
    margin-right: 5px;
}
#wpcf7-f107-p36-o1 label,
#wpcf7-f107-p36-o2 label,
#wpcf7-f210-o3 label,
#wpcf7-f210-o2 label {
	width: 100%;	
}
#wpcf7-f107-p36-o1 .form-control,
#wpcf7-f107-p36-o1 select,
#wpcf7-f107-p36-o1 textarea,
#wpcf7-f107-p36-o1 input[type="text"],
#wpcf7-f107-p36-o1 input[type="password"],
#wpcf7-f107-p36-o1 input[type="datetime"],
#wpcf7-f107-p36-o1 input[type="datetime-local"],
#wpcf7-f107-p36-o1 input[type="date"],
#wpcf7-f107-p36-o1 input[type="month"],
#wpcf7-f107-p36-o1 input[type="time"],
#wpcf7-f107-p36-o1 input[type="week"],
#wpcf7-f107-p36-o1 input[type="number"],
#wpcf7-f107-p36-o1 input[type="email"],
#wpcf7-f107-p36-o1 input[type="url"],
#wpcf7-f107-p36-o1 input[type="search"],
#wpcf7-f107-p36-o1 input[type="tel"],
#wpcf7-f107-p36-o1 input[type="color"],
#wpcf7-f107-p36-o1 .uneditable-input,
#wpcf7-f107-p36-o2 .form-control,
#wpcf7-f107-p36-o2 select,
#wpcf7-f107-p36-o2 textarea,
#wpcf7-f107-p36-o2 input[type="text"],
#wpcf7-f107-p36-o2 input[type="password"],
#wpcf7-f107-p36-o2 input[type="datetime"],
#wpcf7-f107-p36-o2 input[type="datetime-local"],
#wpcf7-f107-p36-o2 input[type="date"],
#wpcf7-f107-p36-o2 input[type="month"],
#wpcf7-f107-p36-o2 input[type="time"],
#wpcf7-f107-p36-o2 input[type="week"],
#wpcf7-f107-p36-o2 input[type="number"],
#wpcf7-f107-p36-o2 input[type="email"],
#wpcf7-f107-p36-o2 input[type="url"],
#wpcf7-f107-p36-o2 input[type="search"],
#wpcf7-f107-p36-o2 input[type="tel"],
#wpcf7-f107-p36-o2 input[type="color"],
#wpcf7-f107-p36-o2 .uneditable-input,
#wpcf7-f210-o3 .form-control,
#wpcf7-f210-o3 select,
#wpcf7-f210-o3 textarea,
#wpcf7-f210-o3 input[type="text"],
#wpcf7-f210-o3 input[type="password"],
#wpcf7-f210-o3 input[type="datetime"],
#wpcf7-f210-o3 input[type="datetime-local"],
#wpcf7-f210-o3 input[type="date"],
#wpcf7-f210-o3 input[type="month"],
#wpcf7-f210-o3 input[type="time"],
#wpcf7-f210-o3 input[type="week"],
#wpcf7-f210-o3 input[type="number"],
#wpcf7-f210-o3 input[type="email"],
#wpcf7-f210-o3 input[type="url"],
#wpcf7-f210-o3 input[type="search"],
#wpcf7-f210-o3 input[type="tel"],
#wpcf7-f210-o3 input[type="color"],
#wpcf7-f210-o3 .uneditable-input,
#wpcf7-f210-o2 .form-control,
#wpcf7-f210-o2 select,
#wpcf7-f210-o2 textarea,
#wpcf7-f210-o2 input[type="text"],
#wpcf7-f210-o2 input[type="password"],
#wpcf7-f210-o2 input[type="datetime"],
#wpcf7-f210-o2 input[type="datetime-local"],
#wpcf7-f210-o2 input[type="date"],
#wpcf7-f210-o2 input[type="month"],
#wpcf7-f210-o2 input[type="time"],
#wpcf7-f210-o2 input[type="week"],
#wpcf7-f210-o2 input[type="number"],
#wpcf7-f210-o2 input[type="email"],
#wpcf7-f210-o2 input[type="url"],
#wpcf7-f210-o2 input[type="search"],
#wpcf7-f210-o2 input[type="tel"],
#wpcf7-f210-o2 input[type="color"],
#wpcf7-f210-o2 .uneditable-input {
	border: 1px solid #999;
	border-radius: 3px;
}
#wpcf7-f107-p36-o1 .textarea-947 textarea,
#wpcf7-f107-p36-o2 .textarea-947 textarea,
#wpcf7-f210-o3 .textarea-939 textarea,
#wpcf7-f210-o2 .textarea-939 textarea {
	height: 100px;
}
#wpcf7-f210-o3 p,
#wpcf7-f210-o2 p {
	text-align: center;
}
#wpcf7-f107-p36-o1 .wpcf7-submit,
#wpcf7-f107-p36-o2 .wpcf7-submit,
#wpcf7-f210-o3 .wpcf7-submit,
#wpcf7-f210-o2 .wpcf7-submit {
    display: inline-block;
    min-width: 220px;
    padding: 9px 25px;
    font-size: 14px;
    border-radius: 50px;
    border: 2px #333 solid;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
#wpcf7-f107-p36-o1 .wpcf7-submit:hover,
#wpcf7-f107-p36-o2 .wpcf7-submit:hover,
#wpcf7-f210-o3 .wpcf7-submit:hover,
#wpcf7-f210-o2 .wpcf7-submit:hover {
    background-color: #f84b45;
    border-color: #f84b45;
    color: #fff;
    text-decoration: none;
}
.home-section-content .highlight {
	font-size: 1.1em !important;
}
/*-----------------onsite-gallery-start-here-----------*/
#sr-slider-185 .sr-title,
#sr-slider-229 .sr-title {
	font-family: 'Monda', sans-serif;
	/*text-transform: uppercase;*/
	font-size: 1.2em;
	margin: 1.1em 0 0.5em;
	color: #000;
}
#sr-slider-185 .sr-desc,
#sr-slider-229 .sr-desc {
    color: #333;
    margin-bottom: 25px;
}
/*#sr-slider-185 .sr-image a {
	text-align: center;
	display: block;
}*/
#sr-slider-185 .sr-image,
#sr-slider-229 .sr-image {
	text-align: center;
}
#sr-slider-185 .sr-image img,
#sr-slider-229 .sr-image img {
	display: inline-block !important;
	width: auto !important;
}
#sr-slider-185 .sr-image img {
	width: 100px !important;
	height: 100px !important;
	border-radius: 50%;
	border: 3px rgba(235,71,18,0.9) solid;
}
#sr-slider-229 .sr-image img {
	width: 50% !important;
}
#sr-slider-305 .sr-image img {
	border: 1px solid #dddddd;
	border-radius: 4px;
	max-height: 51px !important;
	padding: 6px;
}
.owl-theme .owl-controls .owl-page span {
	background: transparent !important;
}
#onetone-owl-slider .owl-pagination,
#sr-slider-185 .owl-pagination {
	display: none;
}
#sr-slider-185 .sr-image .sr-link,
#sr-slider-229 .sr-image .sr-link {
	display: inline-block;
	min-width: 220px;
	padding: 6px 25px;
	font-size: 14px;
	border-radius: 50px;
	border: 2px #333 solid;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
#sr-slider-185 .sr-image:hover .sr-link,
#sr-slider-229 .sr-image:hover .sr-link {
    background-color: #EB4712;
    border-color: #EB4712;
    color: #fff;
    text-decoration: none;
}
#sr-slider-185 .sr-image:hover .sr-title,
#sr-slider-229 .sr-image:hover .sr-title {
	color: #EB4712;
}
#sr-slider-185 .sr-image .sr-link,
#sr-slider-185:hover .sr-image .sr-link,
#sr-slider-185 .sr-title,
#sr-slider-185:hover .sr-title,
#sr-slider-229 .sr-image .sr-link,
#sr-slider-229:hover .sr-image .sr-link,
#sr-slider-229 .sr-title,
#sr-slider-229:hover .sr-title {
    webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sr-slider-185 .owl-pagination,
#sr-slider-229 .owl-pagination {
	margin-top: 40px;
}
#sr-slider-185 .owl-pagination .owl-page,
#sr-slider-229 .owl-pagination .owl-page {
	position: relative;
}
#sr-slider-185 .owl-pagination .owl-page:first-child:before,
#sr-slider-185 .owl-pagination .owl-page:nth-child(2):before,
#sr-slider-229 .owl-pagination .owl-page:first-child:before,
#sr-slider-229 .owl-pagination .owl-page:nth-child(2):before {
	font-family: 'FontAwesome';
	content: "\f137";
	position: absolute;
	top: -11px;
	left: 1px;
	font-size: 26px;
	color: #000;
}
#sr-slider-185 .owl-pagination .owl-page:nth-child(2):before,
#sr-slider-229 .owl-pagination .owl-page:nth-child(2):before {
	content: "\f138" !important;
}
#sr-slider-185 .owl-pagination .owl-page:hover:first-child:before,
#sr-slider-185 .owl-pagination .owl-page:hover:nth-child(2):before,
#sr-slider-229 .owl-pagination .owl-page:hover:first-child:before,
#sr-slider-229 .owl-pagination .owl-page:hover:nth-child(2):before {
	color:#f84b45;
}
#sr-slider-185 .sr-title,
#sr-slider-229 .sr-title {
    font-weight: 400 !important;
    line-height: 17px;
}
/*-------Modal--- -----*/
.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -200px !important;
    width: 400px !important;
    padding-top: 10px;
}
.pum-theme-197 .pum-title, .pum-theme-enterprise-blue .pum-title {
	font-size: 1.5em !important;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	line-height: 1.42857143 !important;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.pum-theme-197 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
	background: #000 !important;
}
.popmake-206 .pum-container, .pum-theme-enterprise-blue .pum-container {
	background-color: #EB4712 !important;
}
.pum-theme-197 .pum-title, .pum-theme-enterprise-blue .pum-title {
	color:#fff !important;
}
.post-27 h2 {
    font-family: 'Monda', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.8em;
    margin-bottom: 0.55em;
}
.post-27 header {
    text-align: center;
}
.post-27 header h2 {
    font-size: 2.3em;
    margin-bottom: 0.8em !important;
    color: #39B3B8;
}

/* PACKAGE */
.plan-packages {
	margin-top:2.5em;
	margin-bottom:3.5em;
	padding:0px 15px;
}
.payment-faqs h4 {
	font-size:1.3em;
	color:#F84B45;
	margin-bottom:8px;
}
.package {
	background-color:#fff;
	border:1px #ccc solid;
	border-right:0px;
	padding:0px;
	text-align:center;
}
.package a.btn-primary {	
	margin:0px 15px 25px !important;
	width:86%;
	background-color:#39B3B8;
	padding:10px 20px;
	border-color:#39B3B8;
	font-weight:700;
	text-transform:uppercase;
}
.package a.btn-primary:hover {
	background-color:#F84B45;
	border-color:#F84B45;
}
.package-price {
	margin:-1px;
	background-color:#F84B45;
	padding:20px; 
	color:#fff;
	text-align:center;
	border:1px #cb2d28 solid;
	border-bottom:0px;
}
.package-price h3 {
	color: #fff;
	font-family: 'Monda', sans-serif;
	font-size:1.3em;
	margin-bottom:10px;
}
.package-price p {
	color: #fff;
	margin-bottom:0px!important;
	text-align:center!important;
	font-size:2.9em;
	line-height:1.1em!important;
	font-weight:300;
}
.package-features {
	margin:20px 0;
	padding:0px;
	list-style-type:none;
}
.package-features li {
	padding:10px 20px;
	border-bottom:1px #ccc solid;
	text-align:left;
}
.package-features li i.fa {
	margin-right:5px;
}
.package-features li:last-child {
	border-bottom:0px;
}
.plan-packages .package:last-child {
	border-right:1px #ccc solid;
}
.package-info ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.package-info ul li {
	position:relative;
	font-weight:700;
	padding-left:20px;
	margin-bottom:10px;
}
.package-info ul li i.fa-check-circle {
	position:absolute;
	top:3px;
	left:0;
}
.payment-faqs h4 {
	font-size:1.3em;
	color:#F84B45;
	margin-bottom:8px;
}
.site-nav li > ul.sub-menu ul.sub-menu {
	max-height: 400px;
	width: 310px;
	overflow-y: scroll;
}

@media (max-width: 767px) {
	.top-bar-menu li a {
		padding: 0 10px;
	}
	.usa-ocr-help li, .usa-ocr-help li .lh {
		font-size: 8px;
	}
	.usa-ocr-help li.toll-free i.fa {
		left: -36px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.usa-ocr-help li {
		padding-left: 4.2em;
	}
	.usa-ocr-help li.onsite-support {
		padding-left: 7em;
	}
	.fxd-header .logo-box {
		display: none;
	}
	#sr-slider-185 .owl-pagination .owl-page:first-child::before, #sr-slider-185 .owl-pagination .owl-page:nth-child(2)::before, #sr-slider-229 .owl-pagination .owl-page:first-child::before, #sr-slider-229 .owl-pagination .owl-page:nth-child(2)::before {
		display: none;
	}
	.owl-theme .owl-controls .owl-page span {
		background: #ccc !important;
	}	
	.aboutUs .quick-contact h2,
	#wpcf7-f108-o1, #wpcf7-f108-o2 {
		margin-left: 0;
	}
	.aboutUs .quick-contact {
		padding-left: 0;
	}
	#footer::before {
		height: 257px;
	}
	#footer .row > div:nth-child(2), #footer .row div:nth-child(3) {
		width: 100%;
	}
	#footer .our-partners .list-inline li {
		width: 24%;
	}
}
/*---------new css for 24---------*/
.header-wrap .logo-bar {
	background: #2a6496;
	padding-bottom: 5px;
}
.fxd-header .usa-ocr-help li,
.fxd-header .usa-ocr-help li .lh {
	font-size: 8px;
}
.fxd-header .usa-ocr-help li.toll-free i.fa {
	width:25px;
	height:25px;
	line-height:23px;
}
.fxd-header .usa-ocr-help {
	margin: 0;
}
.fxd-header .usa-ocr-help li.toll-free i.fa {
	top:0px;
	left: -35px;
}
.fxd-header .usa-ocr-help li span {
	margin-top: 5px;
}
.usa-ocr-help .btn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	margin-top: 12px;
}
.usa-ocr-help li + li .btn {
	margin-left: 100%;
}
.usa-ocr-help .toll-free {
	float: right;
}
.fxd-header .btn {
	display: none;
}
#section-2 {
	color: #fff;
	background: rgba(40,40,40,0.9);
	padding-top: 0;
	padding-bottom: 5px;
}
#section-2 .container {
	width: auto;
	padding: 0;
}
#section-2 .section-subtitle {
	background: rgba(72,72,72,0.9);
	font-size: 19px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
}
#section-2 .promo-info {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
#secondary #text-7 {
	margin-bottom: 15px;
}
#secondary #text-6 {
	margin-bottom: 0;
}
.video-home {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    margin-right: 30px;
    width: 500px;
    height: 300px;
}
#home-welcome-section p {
	text-align: justify;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 12px;
}
#home-welcome-section p a {
    color: rgba(235, 71, 18, 0.9);
}
#home-welcome-section h2 {
    text-align: left;
    font-weight: bold;
    display: table;
    border-bottom: 2px rgba(235,71,18,0.9) solid;
    color: rgba(235,71,18,0.9);
    font-family: Monda !important;
    font-size: 15pt;
    margin-top: 0;
}
#home-welcome-section h3 {
	font-size: 18px;
	font-style: italic;
}
#home-welcome-section ul {
	margin-left: 50px;
}
#home-welcome-section ul li {
    position: relative;
    list-style-type: none;
}
#home-welcome-section ul li::before {
    font-family: 'FontAwesome';
    content: "\f0a4";
    position: absolute;
    top: 0;
    left: -25px;
    display: inline-block;
    color: rgba(235, 71, 18, 0.898);
}
#home-welcome-section h4 {
    color: rgba(235, 71, 18, 0.9);
    font-style: italic;
}
#home-page-support .sr-title {
    margin: 0px;
    margin-bottom: 0px;
    font-size: 12pt;
    color: rgba(235,71,18,0.9);
    text-align: center;
    border-bottom: 1px rgba(235,71,18,0.9) solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 400 !important;
}
#home-page-support .sr-image {
    border: 1px rgba(200,200,200,0.9) solid;
    border-radius: 5px;
    padding: 10px;
}
.footerh {
    color: rgba(255,255,255,0.8);
    font-family: 'Play', sans-serif;
    font-size: 13pt !important;
    border-bottom: 1px rgba(230,230,230,0.5) solid;
    padding-bottom: 5px;
    margin: 0px;
}
.footerlist {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.footerlist li {
    display: inline-block;
    margin-left: 5px;
    list-style-type: none !important;
}
.footer li a {
    font-family: 'Play', sans-serif;
    font-size: 11pt;
    color: rgba(255,255,255,0.5);
    padding-bottom: 3px;
}
.footerh {
    color: rgba(255,255,255,0.8);
    font-family: 'Play', sans-serif;
    font-size: 13pt !important;
    margin-top: 12px;
}
#footer p {
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,0.5);
    font-size: 9pt;
    line-height: 15px;
    margin-top: 10px;
}
address.footerh {
	font-size: 11pt !important;
}
#footer .widget-box {
	margin-bottom: 0;
}
#nav_menu-2 {
	background: #3d3d3d;
	text-align: center;
}
#nav_menu-2 ul li {
	display: inline-block;
	border-bottom: 0;
}
#nav_menu-2 ul li a {
	font-size: 10pt !important;
}
.col-aside-right .textwidget {
	border: 1px rgba(235,71,18,0.9) solid;
	padding: 10px 10px 5px 10px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 0px 0px 2px 2px;
}
.col-aside-right .textwidget ul li a {
    font-size: 11pt;
    font-weight: normal;
    color: rgb(10,10,10);
    line-height: 20px;
    display: block;
    border-bottom: 1px rgb(200,200,200) dashed;
    padding: 4px 0;
}
.col-aside-right .textwidget ul li a:hover {
    color: rgba(235,71,18,0.9);
}
#sr-slider-229 .owl-pagination {
	display: none;
}
#sr-slider-229 .sr-image img {
    max-width: 50px !important;
    float: left;
    border: 2px rgba(100,100,100,0.9) solid;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
    margin-top: -5px;
}
#sr-slider-229 .sr-desc {
	text-align: justify !important;
	margin-bottom: 60px;
}
#sr-slider-229 .sr-title b {
	display: block;
}
#sr-slider-229 .sr-title {
	position: absolute;
	bottom: 0px;
	right: 0;
	font-size: 10pt;
	text-transform: none !important;
	color:#333;
}
.col-aside-right .alignnone {
	border-bottom: 2px rgba(235,71,18,0.9) solid;
}
/*#secondary {
	width: 20%;
}*/
#icon_label {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	height: 0px;
	width: 150px;
	/*padding: 10px !important;*/
	/*background: #ff4d00;*/
	text-align: center;
	top: 130px;
	left: 75px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}
.wpbs_handle {
	line-height: 17px !important;
	height: 50px;
	width: 150px;
	padding: 14px !important;
	background: #ff4d00;
	text-align: center;
}
#wpbs__cont {
	border-radius: 0 !important;
}
#wpbs_slider {
	cursor: auto !important;
}
#wpbs_slider h6 {
	margin-top: 6px !important;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}
#wpbs_slider p {
	font-size: 13px;
	margin-bottom: 5px;
}
#wpbs_slider input {
	color: #000;
}
#wpbs_slider .wpcf7-submit {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	padding: 5px 15px !important;
	border: 3px solid #fff;
	background: none;
	transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
	border-radius: 0 !important;
}
#wpbs_slider .wpcf7-submit:hover {
	background: #fff;
}
#wpbs_slider textarea {
	height: 70px;
}
h2.ser-heading {
    color: rgba(235,71,18,0.9);
    font-family: 'Play', sans-serif;
    font-size: 15pt !important;
    border-bottom: 2px rgba(235,71,18,0.7) solid;
    font-weight: bold;
}
.post-inner, .page-inner {
	padding-top: 0 !important;
}
.wpb_wrapper h1,
.entry-content h1 {
    text-align: left;
    font-weight: bold;
    display: table;
    border-bottom: 2px rgba(235,71,18,0.9) solid;
    color: rgba(235,71,18,0.9);
    font-family: Monda !important;
    font-size: 15pt;
    margin: 0px 0 12px !important;
}
.wpb_wrapper h4,
.wpb_wrapper h4 strong {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #333 !important;
}
.wpb_wrapper p {
	font-size: 13px;
	margin-bottom: 10px;
}
.wpb_wrapper ol li,
.support-line ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ol li,
ul li {
	font-family: Arial, Helvetica, sans-serif;	
}
.support-line ul {
	margin-left: 0;
}
.support-line ul li {
    width: 33.33%;
    float: left;
    padding-left: 25px;
    list-style-type: none;
    position: relative;
}
.support-line li:before {
    font-family: 'FontAwesome';
    content: "\f0a4";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(235, 71, 18, 0.898);
}
.price {
    background-color: #eb4712;
    display: inline-block;
    color: white;
    line-height: 25px;
    border-radius: 3px;
    padding: 3px;
    margin-right: 5px;
    font-size: 10pt;
}
.trail-end {
    color: #ee5c2c;
}
.hello-text-box {
    background: #f4f4f4;
    border: 5px #eee solid;
    margin-top: 25px;
    padding: 35px 10px 10px 35px;
}
.hello-text-box h4 {
    color: #ed593d;
    margin-top: 0px;
    font-size: 18px;
}
.hello-text-box h4 span {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 2px rgb(0, 0, 0) !important;
    padding: 30px 10px;
    text-align: center;
}
.hello-text-box h3 {
    color: #333;
    margin-top: 0px;
    font-size: 22px;
}
.hello-text-box ul {
    margin: 0 auto;
    padding: 0px;
}
.hello-text-box ul li {
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 30px;
    list-style-type: none;
}
.hello-text-box ul li:before {
    padding-left: 0px;
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f138";
    color: #ed5c2c;
    left: 0;
}
.hello-text-box .alignnone  {
    border-radius: 50%;
    box-shadow: 0px 0px 2px rgb(0, 0, 0) inset;
    position: relative;
}
.hello-text-box h5 a {
    color:#fff;
    font-size: 10pt;
    display: table;
    background-color: rgba(235, 71, 18, 0.8);
    padding: 10px;
    margin-top: 15px;
    float: right;
}
.hello-text-box:hover {
    border: 5px #ddd solid;
}
#text-12 .textwidget {
	padding: 0;
	border:none;
}
#text-12 .textwidget .alignnone {
	border:none;
	margin-right:0;
}
.page-id-619 .title-left .page-title,
.page-id-626 .title-left .page-title,
.page-id-635 .title-left .page-title,
.page-id-642 .title-left .page-title,
.page-id-645 .title-left .page-title,
.page-id-649 .title-left .page-title,
.page-id-665 .title-left .page-title,
.page-id-668 .title-left .page-title,
.page-id-672 .title-left .page-title,
.page-id-675 .title-left .page-title,
.page-id-680 .title-left .page-title,
.page-id-683 .title-left .page-title,
.page-id-685 .title-left .page-title,
.page-id-688 .title-left .page-title,
.page-id-698 .title-left .page-title,
.page-id-701 .title-left .page-title {
    display: block;
    float: left;
}
/*----------amc services hover effect here--------------*/
.hello {
    margin: 0 auto;
    padding: 0px;
}
.hello article {
	background:rgba(235, 71, 18, 0.8);
	box-shadow:0 0 5px rgba(235, 71, 18, 0.9) inset;
	padding-bottom:20px;
	text-align:center;
}
.hello article .ch-heading {
	margin-top:0 !important;
	color:#fff;
	font-size:26px;	
}
.hello article .fa {
	font-size:1em !important;
	color:#fff !important;
	padding-right:10px;
}
.hello article:first-child	{
	margin-bottom:30px;
}
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 10px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}
.ch-info-wrap{
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 20px;
	left: 20px;
	/*background: #f9f9f9 url(../images/bg.jpg);*/
	box-shadow:0px 0px 0px 20px rgba(255, 255, 255, 0.2),
		0px 0px 3px rgba(235, 71, 18, 0.9) inset
}
.ch-info{
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	background:#000;
}
.ch-img-1 { 
	background-image: url(./images/tabs.png);
	background-color:rgba(235, 71, 18, 0.9);
}
.ch-img-2 { 
	background-image: url(./images/desktop.png);
	background-color:rgba(235, 71, 18, 0.9);
}
.ch-img-3 { 
	background-image: url(./images/thum-2.png);
	background-color:rgba(235, 71, 18, 0.9);
}
.ch-img-4 { 
	background-image: url(./images/thum-1.png);
	background-color:rgba(235, 71, 18, 0.9);
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:20px;
	margin: 0 15px;
	padding: 10px 0 0 0;
	height: 50px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
	color: rgba(235, 71, 18, 0.9);
}
.hello article:hover .ch-info-wrap {
	box-shadow:
		0px 0px 0px 0px rgba(255, 255, 255, 0.8),
		0px 0px 3px rgba(235, 71, 18, 0.9) inset
}
.hello article:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
.hello article:hover {
	box-shadow:0px 0px 5px #000 inset;
}
.hello h3 {
    text-align: center;
    color: rgba(235, 71, 18, 0.9);
    font-family: "Play",sans-serif;
    margin-top: 35px;
}
/*-------------amc services hover effect end--------------*/
.page-id-403 h1 {
	display: block;
}
.services-home i {
    color: rgba(235, 71, 18, 0.9);
}
.services-home .fa-mobile,
.services-home .fa-map-marker {
	font-size: 16px;
}
#wpcf7-f108-p403-o1 label {
	width: 100%;
}
#wpcf7-f108-p403-o1 label input { 
	border:1px solid #ccc;
}
#wpcf7-f108-p403-o1 input[type="submit"],
#wpcf7-f711-o2 .wpcf7-form-control {
	font-size: 14px;
	background: #fff;
	box-shadow: none;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 4px;
    font-style: normal;
}
#wpcf7-f711-o2 input {
	margin-bottom: 5px;
}
#wpcf7-f711-o2 textarea {
	height: 80px;
}
.min-font {
	font-size: 11px;
	font-weight: normal;
	display: block;
}
.menu-item a img {
	width: 32px;
	height: 25px;
	margin-top:-4px;
}
@media (min-width: 920px ) {
	#responsive-menu-button {
		display: none !important;
	}
}
/*@media (max-width: 920px ) {
	.site-nav-toggle {
		display: none !important;
	}
}*/

li .active .sub-menu {
	display: block;
}
#mega-menu-wrap-home_menu,
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-item > a.mega-menu-link:focus {
	background: transparent !important;
}
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	width: 550px !important;
	background-color: rgba(255,255,255,0.9) !important;
}
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 14px !important;
	text-transform: none !important;
	font-weight: normal !important;
	border-bottom: 2px rgb(150,150,150) solid;
	padding-bottom: 10px !important;
}
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	border-bottom: 2px rgb(100,100,100) solid;
}
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	padding: 8px 10px !important;	
	padding-bottom: 0 !important;
}
#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nav_menu-3 {
	display: none;
}
/*#mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-flyout ul.mega-sub-menu {
	width: 260px !important
}*/
#mega-menu-wrap-home_menu #mega-menu-home_menu #mega-menu-item-273 li.mega-menu-item {
 	border-bottom: 2px rgb(150,150,150) solid;
 }
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media (max-width:767px){
	ul.usa-ocr-help {
		margin-left: 0;
		margin-bottom: 0;
	}
	ul.usa-ocr-help li {
		padding-left: 0;
	}
	.usa-ocr-help li + li .btn {
	    margin-left: 0;
	}
	.usa-ocr-help .toll-free {
		float: none;
	}
	.usa-ocr-help .toll-free .visible-xs {
		float: left;
	}
	.fxd-header .usa-ocr-help .toll-free .visible-xs a {
		line-height: 26px;
	}
	#footer .row > div:nth-child(1),
	#footer .row > div + div:nth-child(2),
	#footer .row > div + div:nth-child(3),
	#footer .row > div + div:nth-child(4) {
		width: 100% !important;
		max-width: 100% !important;
		flex: 100% !important;
	}
	.support-line ul li {
		width: 100%;
	}
	#mega-menu-wrap-home_menu #mega-menu-home_menu {
		background: #323232;
	}
}
