/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 1.0.2
	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 2.1
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin,latin-ext);
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,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{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Bold.eot');
    src: url('fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Ubuntu-Bold.woff') format('woff'),
        url('fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Italic.eot');
    src: url('fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Ubuntu-Italic.woff') format('woff'),
        url('fonts/Ubuntu-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Medium.eot');
    src: url('fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Ubuntu-Medium.woff') format('woff'),
        url('fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu.eot');
    src: url('fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
        url('fonts/Ubuntu.woff') format('woff'),
        url('fonts/Ubuntu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
    color: #303030;
    font-size: 16px;
    font-weight: normal;
    line-height:26px;  
	-webkit-font-smoothing: antialiased;
	 overflow-x: hidden;
	 font-family: 'Ubuntu';
}
body.altitude-home {
	background: none;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
	 color: #d8c709;
	text-decoration: none;
}
a:hover {
	color: #000;
}
p {
	margin: 0 0 20px;
	padding: 0;
	font-family: 'Ubuntu';
	font-size:17px;
	line-height:26px;
	color:#303030;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	font-family: 'Ubuntu';
	font-size:17px;
	line-height:26px;
	color:#303030;
}
b,
strong {
	font-weight: 800;
}
cite,
em,
i {
	font-style: italic;
}
blockquote {
	color: #999;
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee; 
	clear: both;
	margin: 40px 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Ubuntu';
	line-height: 1.2;
	margin: 0 0 20px;
	font-size:30px;
	color:#303030;
	font-weight:normal;
}
h2{ font-size:28px;}
h3{ font-size:28px;}
h4{ font-size:28px;}
h5{ font-size:28px;}
h6{ font-size:28px;}  

.image-section h2,
.solid-section h2 {
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
}
.front-page-2.solid-section h2 {
	font-size: 48px;
}

.image-section h4,
.solid-section h4 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}
.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}
.featured-content img,
.gallery img {
	width: auto;
}
/* Gallery
--------------------------------------------- */
.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}
/* Forms
--------------------------------------------- */
input, select, textarea {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 20px;
    width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	opacity: 1;
}  
::-webkit-input-placeholder {
	color: #000;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
    background-color: #2d2d2d;
    border: 2px solid #2d2d2d;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 10px 25px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* Buttons
--------------------------------------------- */
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}
.button {
	display: inline-block;
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}
.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}
button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #fff;
	cursor: not-allowed;
}
/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1180px;
}
.site-inner {
    clear: both;
    position: relative;
    word-wrap: break-word;
    z-index: 9;
}
.top_right_menu ul#main_navigation li a{
	   border-right: 1px solid #dcdcdc;
    height: 76px;
    line-height: 76px;
    padding: 0 20px;
    display: inline-block;
}
.top_right_menu ul#main_navigation li {
padding: 0;
 
}
.top_menu ul li a:hover {
    color: #f4c500;
}
.ls-bg.ls-preloaded{
	margin: 0 !important
}
.top_right_menu ul#main_navigation li a:hover{
	background:#fdc628;
	}
.top_right_menu ul#main_navigation li:first-child {
    border-left: 1px solid #dcdcdc;
}
.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}
.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}
.secondary-nav .site-inner {
	margin-top: 250px;
}
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.author-box .avatar {
	height: 88px;
	width: 88px;
}
.entry-comments .avatar {
	height: 60px;
	width: 60px;
}
.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 20px 24px 0;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}
.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}
.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */
.search-form {
   overflow: hidden;
    display: none;
}
.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}
.search-form input[type="submit"] {
	padding: 25px;
}
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Titles
--------------------------------------------- */
.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}
.entry-title {
	font-size: 48px;
}
.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover {
	color: #22a1c4;
}
.widget-full .widget-title {
	margin-bottom: 40px;
}
/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
a.alignnone {
	display: inline-block;
}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
	margin: 0 0 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}
.post-password-form input {
	width: auto;
}
.post-password-form input[type="submit"] {
	padding: 25px;
}
.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
	font-size: 24px;
}
/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}
.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}
.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}
.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}
.enews form + p {
	margin-top: 24px;
}
/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}
/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.toggleMenu {
    display: none;
}
.top_menu {
   background: #231f20 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 5000;
}
.top_menu_sec {
    margin: 0 auto;
    width: 1115px;
}
/*.feature_img_section222 {
    display: none;
}*/
.main_inner_heading .wpb_wrapper > h1 {
  color: #000000;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 38px;
    margin-top: 43px;
    position: relative;
}
.main_inner_heading .wpb_wrapper > p {
    color: #000000;
}
.yellow_color h4 {
   color: #000000;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 12px;
}
.text_align_center_text .wpb_wrapper > p {
    text-align: center;
}
.yellow_color img {
    margin-top: -41px;
}
.big_text .wpb_wrapper > p {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
}
.yellow_text {
    color: #ffbd33;
    font-size: 26px;
}
.yellow_color {
   background: #ffbd33 none repeat scroll 0 0;
    margin-bottom: 46px !important;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.yellow_color .wpb_wrapper > p {
    margin-bottom: 13px;
}
.main_inner_heading .wpb_wrapper > h1::before {
    background: #fdc628 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: -16px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    width: 60px;
}
#inner_header_image {
    background-attachment: fixed;
    background-position: center top !important;
    height: 332px;
}
#main_navigation li {
    float: left;
	position: relative;
}
.featured-section .site-header {
	background-color: transparent;
}
.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}

.site-header.dark > .wrap {
	border-bottom: none;
}
.site-header.dark .nav-secondary {
	display: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding:0;
}
.top_sec_menu {
    float: left;
}
.top_right_menu {
    float: right;
}
.site-header.dark .title-area {
	padding: 15px 0;
}
.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}
.site-title a,
.site-title a:hover {
	color: #fff !important;
}
.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}
.header-image .site-title > a {
	 background-size: contain !important;
    display: block;
    height: 112px;
     margin: 10px 0;
    text-indent: -9999px;
    width: 252px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	line-height: 1;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu li li {
	margin-left: 0;
}
.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	padding: 30px 15px;
	text-transform: uppercase;
}
.site-header.dark .genesis-nav-menu a {
	padding: 20px 15px;
}
.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}
.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}
.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
	border-color: #fff;
}
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #111;
	padding: 20px;
	position: relative;
	width: 200px;
}
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	text-align: center;
}
.nav-primary .genesis-nav-menu {
	float: right;
}
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	border-bottom: 1px solid #fff;
}
/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}
.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}
/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}
.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}
.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}
.image-section {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}
.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.image-section,
.image-section a {
	color: #fff;
}
.easy_t_single_testimonial .easy_testimonial_title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 9px;
    position: relative;
}
.easy_testimonial_title {
    float: right;
    width:48% !important
}
.testimonial_body > p {
    color: #505050;
    height: 100px;
    overflow: hidden;
}
blockquote.easy_testimonial {
    float: left;
}
.testimonial-client {
       float: right;
    font-weight: bold;
    left: 0;
    margin-top: 8px;
    position: relative;
    width:48%;
}
.testimonial-position{
  float: right;
    font-weight: bold;
    left: 0;
    margin-top: 0;
    position: relative;
    width:48%;
}
.easy-t-cycle-pager {
    display: none !important;
}
blockquote.easy_testimonial::before {
    content: inherit !important;
}
blockquote.easy_testimonial .wp-post-image {
    float: left;
    margin: 0 10px 10px 0;
    max-height: 182px !important;
    max-width: 255px !important;
    width: 255px !important;
}
.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}
.solid-section {
	background-color: #fff;
}
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}
.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}
.front-page-1 {
	position: relative;
}
.front-page-1 .image-section {
	padding-top: 75px;
}
.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}
.front-page-4 .solid-section {
	background-color: #f3f3f3;
}
.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}
.bottom-image img {
	margin-bottom: -10px;
}
.front-page .field-wrap:last-child {
	margin-bottom: 0;
}
.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}
/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}
.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}
.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}
.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}
.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}
.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}
.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}
.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}
/* Content
--------------------------------------------- */
.content {
	float: left;
	width: 700px;
}
.page .content {
	padding-bottom: 50px;
}
.sidebar-content .content {
	float: right;
}
.full-width-content .content {
	padding: 0 0 0px;
	width: 100%;
}

.jcarousel .easy-logo_image{
height:85px !important
}
.jcarousel-pagination {
    display: none;
}
.jw_easy_slider_name {
    display: none;
}
.jcarousel-wrapper {
    border: medium none !important;
    border-radius: inherit !important;
    box-shadow: inherit !important;
    margin: inherit !important;
    position: relative !important;
}

.full-width-content.front-page .content {
	padding: 0;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 11px !important;
}

/* Entries
--------------------------------------------- */
.entry {
}
.widget .entry {
	margin-bottom: 40px;
}
.entry-content ol, .entry-content ul {
    margin-bottom: 30px;
    margin-left: 1px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
    padding:0px 0 4px 0px;
	margin-left:15px;
}
.jcarousel li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #000;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}
.entry-header,
.entry-footer {
	text-align: center;
}
.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}
.image-section .entry-header::after {
	border-color: #fff;
}
.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}
.sidebar .entry-header::after {
	display: none;
}
.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}
.after-entry .widget {
	margin-bottom: 40px;
}
.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}
/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}
.comment-header {
	font-size: 20px;
}
.entry-comments .comment {
	border-bottom: 1px solid #000;
}
.comment-content,
.entry-comments .comment {
	clear: both;
}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}
.entry-comments .children .comment {
	border: none;
}
.comment-respond label {
	display: block;
	font-weight: 800;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}
.comment-list li,
.ping-list li {
	list-style-type: none;
}
.entry-comments ul.children {
	margin-left: 40px;
}
.ping-list .reply {
	display: none;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.site-inner,
	.wrap {
		max-width: 1140px;
	}
	
}
@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.site-header .widget-area {
		width: 580px;
	}
	.content {
		width: 520px;
	}
	.full-width-content .content {
		padding: 0 110px;
	}
	
	.genesis-nav-menu a {
		padding: 30px 10px;
	}
	
	.site-header.dark .genesis-nav-menu a {
		padding: 20px 10px;
	}
	
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;
	}
}
@media only screen and (max-width: 1023px) {
	.site-inner,
	.wrap {
		max-width: 768px;
	}
	
	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.site-header {
		position: static;
	}
	
	.front-page .site-header {
		background-color: #000;
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}
	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 15px 0;
	}
	
	.header-image .dark .site-title > a {
		height: 76px;
	}
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.header-image .site-title > a {
		background-position: center !important;
	}
	
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
		display: block;
	}
	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 10px;
	}
	.front-page .site-inner {
		margin-top: 0;
	}
	.site-inner {
		margin-top: 80px;
	}
	.full-width-content .content {
		padding: 0;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
}
@media only screen and (max-width: 800px) {
	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}
	.site-inner,
	.wrap {
		padding: 0 5%;
	}
	.front-page .site-inner {
		padding: 0;
	}
	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding-bottom: 20px;
	}
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		padding: 10px 0;
		text-transform: none;
	}
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 "dashicons";
		height: 20px;
		padding: 7px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 0;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}
	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}
	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
}
@media only screen and (max-width: 480px) {
	.image-section h2,
	.solid-section h2 {
		font-size: 40px;
	}
}
 
/*------------
menu------------------*/
.header_logo_one { float: left; padding: 15px 0; display: inline-block;}
.header-widget-area{ float: right; width: 100%;}
.top_sec_menu ul li{list-style:none;}
.top_sec_menu ul li a{ color: #ffffff; display: block;  font-size: 14px;  letter-spacing: 2px;  padding: 11px 17px; text-transform: uppercase;}
.top_sec_menu ul li a:hover{color:#ffee00;}       
.top_sec_menu ul li.current-menu-item a{color:#ffee00;}  
.top_sec_menu ul li ul{ display:none;}
.top_sec_menu ul li:hover ul{ display:block; position:absolute; background:#333; padding:5px; width:240px;}
.top_sec_menu ul li ul li{ height:auto; line-height:initial; display:block; float:none!important; padding: 0;}
.top_sec_menu ul li ul li a{ padding:8px!important; color:#fff; border-bottom:1px solid #fff;display:block!important;}
.top_sec_menu ul li ul li:last-child a{ border-bottom:none;}
.top_sec_menu ul li ul li a:hover{ background:#323231; color:#fff;}
.top_sec_menu ul li.current-menu-item ul li a{ color:#fff;} 
.top_sec_menu ul li ul li.current-menu-item a{ background:#323231; color:#fff;} 
.top_sec_menu ul li::after {background: #ffffff none repeat scroll 0 0; content: ""; height: 18px; position: absolute; top: 15px; width: 1px;}   
.top_sec_menu ul li:first-child::after {display: none;}
 
.site-header .top_sec_menu ul li a::before {background: #fcb040 none repeat scroll 0 0; bottom: 0; content: ""; height: 2px; left: 0;position: absolute;
right: 100%; transition-duration: 0.3s; transition-property: right; transition-timing-function: ease-out; z-index: -1;}
.site-header .top_sec_menu ul li a:hover::before, .header .nav ul li a:focus::before, .header .nav ul li a:active::before { right: 0;}
.site-header .top_sec_menu ul li a { backface-visibility: hidden; box-shadow: 0 0 1px rgba(0, 0, 0, 0); display: inline-block; overflow: hidden;
padding-bottom: 8px; position: relative; transform: translateZ(0px); vertical-align: middle; padding-left: 0; padding-right: 0;}


/*header*/
.header_logo_one img { display: block;}
.top_right_phone { float: right;}
.header_phone a { color: #000000;  font-size: 27px; font-weight: 500;}
.site-header .title-area { display: none;}
header.site-header{ background: rgba(0, 0, 0, 0) url("images/pro-cut-tree-header.png") no-repeat scroll left center / cover ; float: left; width: 100%;}
.after_header { float: left;  position: relative;  width: 100%;  z-index: 99;}
.after_header_wrap { margin: 0 auto;  width: 90%;   background: hsla(0, 0%, 0%, 0.5) none repeat scroll 0 0;}
.header_button a { background: #ffffff none repeat scroll 0 0; color: #000000;  display: inline-block;  letter-spacing: 1px; line-height: 1; padding: 15px 30px; font-weight: 500;}
.top_right_header {align-items: center; display: flex; float: right; padding-top: 20px;}
.header_phone { display: inline-block;  float: left;  margin-right: 30px;}
.header-widget-area .header_sec { align-items: center; display: flex;  float: left;  width: 100%;}
.top_head_con { width: 100%;  padding-left: 30px;}
.top_header_social img { display: block;}
.top_header_social a { display: inline-block;  float: left;  margin-right: 12px;}
.header_text span { font-size: 15px; display: inline-block; float: left; padding-left: 11px;  font-style: italic;}
.header_text {  display: inline-block;    float: left;  margin-top: 24px;}
.phone_text span {  letter-spacing: 1px;}
.header_call{background: rgba(0, 0, 0, 0) url("images/pro-cut-tree-header_phone.png") no-repeat scroll right center; padding-right: 25px;}
.header_button { display: flex;  justify-content: flex-end;}
   
/*common css*/
.site-inner, .wrap {   margin: 0 auto;   max-width: 100%;   width: 90%;}
.text-align-center{text-align: center;}
.small_font {font-size: 30px; line-height: 1;}
.large_font { display: block;  font-size: 80px; line-height: 1;}
.medium_font { font-size: 60px; line-height: 1;}
.intalic_font {  font-size: 24px;  font-style: italic;}
.read_more .vc_general { background: #ffee00 none repeat scroll 0 0 !important; color: #000000 !important; display: inline-block;   letter-spacing: 0;   line-height: 1;
    padding: 15px 30px !important;   font-weight: 600;text-transform: uppercase;}
.read_more .vc_general:hover { background: #000000 none repeat scroll 0 0 !important; color: #ffffff !important;}    
.home_main_title {font-size: 40px;  font-weight: 600;  text-transform: uppercase; line-height: 1;}
.our_gallery_section .read_more .vc_general{border-color: #ffee00 !important;}
.master-image2.home_gallery {width: 24.8%;}
.master-image.home_gallery { width: 49%;}
.master-image1.home_gallery{width: 24.8%;}
.our_gallery_section .read_more .vc_general:hover{border-color: #000 !important;}
   
/*slider*/
.home_slider_section {margin-top: -47px;}
.slider_title { font-size: 40px !important; font-weight: 600 !important;  line-height: 45px!important;  text-transform: uppercase; margin-bottom: 10px !important;}
.slider_content {  font-size: 22px !important;  font-style: italic;  line-height: 30px !important; margin-bottom: 20px !important;}
.slider_read_more a {  background: #ffee00 none repeat scroll 0 0; color: #000000;  font-size: 16px !important;  font-weight: 500 !important;  line-height: 1 !important;
    padding: 15px 30px !important;   text-transform: uppercase; display: inline-block;}
.slider_read_more a:hover { background: #000000 none repeat scroll 0 0; color: #ffffff;}    
.home_con_phone a:hover{color: #ffee00;}
.header_phone a:hover { color: #ffee00;}
.home_slider_section .rev_slider .tp-parallax-wrap .slider-offering-sec {width: 720px  !important;justify-content: center;
display: flex;align-items: center;} 
.home_slider_section .rev_slider .tp-parallax-wrap .slider-left-text .slider-offering-sec {margin-top: 2em !important;}      
.home_slider_section .rev_slider .tp-parallax-wrap .slider-offering-sec .one-by-three {font-weight: 600 !important;
	font-size: 24px !important;line-height: 27px !important;display: flex !important;width: 33.33% !important;
	float: left;text-align: center;color: #000000;padding: 0.9em 1em !important;white-space: normal;
	background: rgba(255 , 238,0 ,0.9);min-height: 205px;align-items: center;justify-content: center;text-transform: uppercase;}
	.home_slider_section .rev_slider .tp-parallax-wrap .slider-offering-sec .one-by-three:nth-child(2) {background: rgba(255 , 238,0 ,0.7);}
	.home_slider_section .rev_slider .tp-parallax-wrap .slider-offering-sec .one-by-three .value {width: 100%;float: left;font-style: italic;
	display: contents;white-space: normal;box-sizing: border-box;color: green;font-size: 18px !important;font-weight: 500 !important;}
.home_slider_section .rev_slider .tp-parallax-wrap .slider-offering-sec .one-by-three:hover {
	background: rgba(255 , 255, 255,0.7);color: #000000;transition: all 900ms ease 0s !important;}
.home_slider_section .rev_slider .tp-parallax-wrap .slider-offering-sec .one-by-three:hover .value {color: green;}
.home_slider_section .full-slider-content {
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	display: -webkit-flex;
	align-items: flex-end!important;  

}

	  
/*service section*/
.slider_bottom_sec .wpb_raw_html.service_text{ margin-bottom: 0;}
.slid_ser_box .ser_image img { display: block; position: relative; width: 100%; transition: all 500ms ease 0s;}
.slider_bottom_sec .slid_ser_box:hover .ser_image img{transform: scale(1.05) rotate(2deg);}
.slider_bottom_sec .ser_image{ margin-bottom: 0; overflow: hidden;}
.top_header_social { display: inline-block;  float: left;}
.slider_bottom_sec.vc_row {float: left;  margin: -150px auto 0;  position: relative; width: 100%;}
.service_text a{ align-items: end; cursor: pointer;  display: flex;  height: 100%;  padding: 8%;  position: absolute;  top: 0;  width: 100%;}
.ser_img_title { color: #ffee00;  font-size: 35px;  font-weight: 600;  line-height: 40px; text-transform: uppercase;}
.ser_con {  color: #ffffff;}
.slid_ser_box .vc_column-inner > .wpb_wrapper { position: relative;}
.slider_bottom_sec .slid_ser_box > .vc_column-inner {padding: 0;}
.slid_ser_box.vc_col-sm-3:last-child {  margin-right: 0;}
.slid_ser_box.vc_col-sm-3 { margin-right: 0.5%; width: 24.6%;}

/*animation*/
.slid_ser_box .vc_column-inner a:after { background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0; content: ""; display: block;  height: 100%;  left: 0;  opacity: 0;
  position: absolute;  top: 0;  transform: scale(0);  transition: all 0.4s ease-in-out 0s;  width: 100%;}
.slid_ser_box:hover .vc_column-inner a::after {  opacity: 1; transform: scale(1);}

/*wel come section*/ 
.wel_come_section .vc_col-sm-12 { float: none;  margin: 0 auto;  width: 915px;}
.wel_come_section.vc_row { float: left; margin-bottom: 0;  padding: 80px 0;  width: 100%;}
.home .wel_come_section .intalic_font {margin-bottom: 20px;text-transform: capitalize;font-weight: 300;margin-top: 20px;}
.wel_come_section .wel_come_content {  margin-bottom: 35px;}

/*why choose sec*/
.vc_row.wpb_row.vc_row-fluid.why_choose_sec {width: 100%;float: left;margin: 0 auto;text-align: center;}
.why_choose_sec .why_choose_header {font-size: 25px;}
.why_choose_sec .why_choose_small_head {width: 100%;float: left;margin: 20px auto 20px!important;clear: both;}
.why_choose_sec .left_area {text-align: right;padding-right: 40px;}
.why_choose_sec .right_area {text-align: left;padding-left: 20px;;}
.left_area li, .right_area li{list-style: none;}
.wpb_column.vc_column_container.vc_col-sm-6:first-child {border-right: 1px solid #848080;}  
.vc_row.wpb_row.vc_row-fluid.Consulting_sec {width: 100%;float: left;text-align: center;margin: 50px auto 60px;}  
.Consulting_sec .Consulting_head {font-size: 25px;margin: 0 auto 20px!important;width: 100%;}
.vc_row.wpb_row.vc_row-fluid.Stump_one_by_four {width: 100%;float: left;margin: 90px auto 0px;}
.Stump_one_by_four .one_by_four_heading {margin: 0px auto 20px!important;text-align: center;font-size: 20px;font-weight: 600;min-height: 50px;}
.Stump_one_by_four .vc_col-sm-3 .vc_column-inner {background-color: #f3f3f3;text-align:center;padding:20px;}
.Stump_one_by_four .vc_col-sm-3 {padding-left:15px;padding-right:15px;}  
.Stump_one_by_four .content_area {min-height: 160px;}
.vc_row.wpb_row.vc_row-fluid.Consulting_Arborist_sec {margin: 50px auto 40px;text-align: center;width: 100%;float: left;}
.Consulting_Arborist_sec .Consulting_heading {font-size: 30px;margin: 0 auto 10px!important;font-weight: 500;}

/*our gallery*/
.our_gallery_section.vc_row { padding: 80px 0; margin-bottom: 0;}
.our_gallery_section .home_main_title { color: #ffffff;}
.our_gallery_section .home_gallery_title {margin-bottom: 35px;}
.home_gallery a:after { background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0; content: ""; display: block;  height: 100%;  left: 0;  opacity: 0;
  position: absolute;  top: 0;  transform: scale(0);  transition: all 0.4s ease-in-out 0s;  width: 100%;}
.home_gallery:hover a::after {  opacity: 1; transform: scale(1);}


/*footer*/
.footer_area { background: #1b1e27 none repeat scroll 0 0;   float: left;  width: 100%;}
.footer_inner {  float: none;  margin: 0 auto;   width: 90%;}
.footer_left { float: left; padding: 40px 0; width: 50%;}
.footer_right {float: left; margin-right: -12%; width: calc(50% + 6%);}   
.footer_title { color: #ffee00; font-size: 27px; margin-bottom: 20px;}
.footer_area ul li {background: rgba(0, 0, 0, 0) url("images/pro-cut-tree-footer-menu-icon.png") no-repeat scroll left top 4px; clear: both;  display: inline-block;
    padding-left: 20px; margin-bottom: 15px;}
.footer_quick_link { display: inline-block;   float: left; margin-right: 20px;  width: 21%;}
.footer_services{display: inline-block;   float: left; margin-right: 20px;   width: 26%;}
.footer_contact_us{display: inline-block;   float: left; margin-right: 20px;  width: 30%;}
.footer_logo{display: inline-block;   float: left; width: 120px;}
.footer_right iframe { display: block; filter: grayscale(100%);}
.footer_area ul li a { color: #ffffff; display: block; line-height: 1;}
.side_footer {float: left; padding: 15px 0; width: 100%;}
.side_footer_wrap { float: none;  margin: 0 auto;  width: 90%;}
.footer_copy_right { display: inline-block;  float: left; padding-top: 5px;}
.footer_term_condition { float: left;padding-top: 5px;}
.side_footer ul li { display: inline-block; list-style-type: none;}
.side_footer ul li a { border-right: 1px solid #000000;  color: #000000;  padding: 0 10px;}
.side_footer ul li:last-child a { border-right: none;}
.footer_area ul li a:hover, .side_footer ul li a:hover, .footer_callus a:hover, .footer_email a:hover { color: #ffee00;}
.footer_add{background: rgba(0, 0, 0, 0) url("images/pro-cut-tree-address-icon.png") no-repeat scroll left top 4px; color: #ffffff; margin-bottom: 15px; padding-left: 30px;}
.footer_callus{background: rgba(0, 0, 0, 0) url("images/pro-cut-tree-footer-phone-icon.png") no-repeat scroll left top 4px; padding-left: 30px;   margin-bottom: 15px;}
.footer_callus a{color: #fff; font-size: 20px;}
.footer_email{background: rgba(0, 0, 0, 0) url("images/pro-cut-tree-footer-mail-icon.png") no-repeat scroll left top 4px; padding-left: 30px;}
.footer_email a{color: #fff; font-size: 20px;}
.com_name { color: #ffee00;   line-height: 1;   margin-bottom: 10px;}


/*above footer*/
.above_captcha { margin-bottom: 20px;}
span.wpcf7-not-valid-tip {font-size: 16px;}
.footer-form .abv-form { background: #f3f3f3 none repeat scroll 0 0;  float: left;  padding: 4%;    width: 100%;}
.abv-form .upload_photos p {  margin-bottom: 0;}
.footer-form-inner {float: none;  margin: 0 auto;  width: 90%;}
.footer-form {padding: 80px 0 50px;  float: left;  width: 100%;  margin-top: 0px;  border-top: 1px solid #cccccc;}
.upload_photos { display: inline-block;  float: left;  margin-right: 4%;  width: 48%;}
.fill_out_details { display: inline-block;  float: left;  width: 48%;}
.footer-form .upload_photos input{ border: 2px solid #ccc;  border-radius: 0; background: rgba(0, 0, 0, 0) none repeat scroll 0 0;position: relative;  color: #6d6d6d; font-weight: 300; max-height: 50px; line-height: 1;}
.fill_out_details span input, .fill_out_details span textarea, .fill_out_details span select { border: 2px solid #ccc;  border-radius: 0; background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
-webkit-appearance: none;-moz-appearance: none;appearance: none; padding: 14px 20px;  color: #6d6d6d; font-weight: 400;}
.upload_photos p span textarea { border: 2px solid #ccc;  border-radius: 0; background: rgba(0, 0, 0, 0) none repeat scroll 0 0; height: 150px; color: #6d6d6d; font-weight: 400;}
.fill_submit_row .wpcf7-form-control.wpcf7-submit {background: #ffee00 none repeat scroll 0 0;  border-color: #ffee00;  border-radius: 0;  color: #000000;
    display: inline-block;   font-weight: 600;   letter-spacing: 0;   line-height: 1; padding: 18px 50px;  width: 230px; font-size: 17px;}
    .fill_first_row, .fill_second_row { float: left;  width: 100%;}
.fill_first_row p:nth-of-type(2n), .fill_second_row p:nth-of-type(2n) {  margin-right: 0;}    
.fill_first_row p, .fill_second_row p {display: inline-block;  float: left;  margin-right: 4%;  width: 48%;}
.form_inner_title {font-size: 20px;  font-weight: 600;  margin-bottom: 30px;}
.fill_submit_row .wpcf7-form-control.wpcf7-submit:hover {background: #000 none repeat scroll 0 0;  border-color: #000;  color: #ffffff;}
.fill_out_details .fill_second_row span.menu-349::after {background: rgba(0, 0, 0, 0) url("images/select_down_aroow.png") no-repeat scroll 0 0; content: ""; display: block; height: 7px;
    position: absolute; right: 20px; top: 6px; width: 14px;}
.fill_first_row { margin-top: 27px;}
.fill_out_details span select {cursor: pointer;}
.footer-form .main_title_class { float: left; margin-bottom: 45px; width: 100%; text-align: center;}
.abv-form .upload_photos p:last-child { margin-top: 20px;}
.abv-form .fill_out_details .fill_title {  float: left;   text-transform: uppercase;  width: 100%;}

.footer-form .upload_photos input::-ms-browse { background: black; color: red; padding: 1em;}
.footer-form .upload_photos input::-webkit-file-upload-button { background: black; color: red; padding: 1em;}
.about_left_side.wpb_column.vc_col-sm-6 { padding: 0 30px 0 50px;}

/*validation*/
.footer-form-inner div.wpcf7-validation-errors {float: left; margin-left: auto;  margin-right: auto;  text-align: center;  width: 100%;}

/*select upload filed*/
/*.footer-form .upload_photos span.wpcf7-form-control-wrap::before {background: #ffee00 none repeat scroll 0 0; color: #000; font-weight: 600; content: "Browse";  display: block;  font-size: 13px;
  height: 52px;  left: 0;  line-height: 51px;  position: absolute;  text-align: center;  text-transform: uppercase;  top: 0;  width: 110px; font-weight: 400;}  */  
.footer-form .upload_photos .upload-file .file::before {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("images/browser.jpg");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;cursor: pointer;
  width: 100%;
}
.upload_photos .wpcf7-form-control-wrap { display: block;  overflow: hidden;}
.footer-form .upload_photos span.your-message::before {display: none;}
.footer-form .upload_photos span.your-message::after {display: none;}
/*.footer-form .upload_photos span.wpcf7-form-control-wrap::after {color: #6d6d6d;  content: "No File Selecte";  left: 120px;  line-height: 50px;  position: absolute;
  text-transform: uppercase; font-weight: 400; font-size: 14px;}   */  
.upload_photos .wpcf7-form-control-wrap.your-message { border: medium none;}
.footer-form .home_main_title { margin-bottom: 10px;}


/*Save time and money section*/
.home_con_phone a { color: #000000;  font-size: 40px;}
.home_cont_tod {  color: #000000; font-weight: 600;  letter-spacing: 2px;  margin-bottom: 10px; text-transform: uppercase;  margin-bottom: 10px;}
.save_money_section.vc_row { margin-bottom: 0; display: flex;}
.save_content_box.vc_col-sm-6 { align-items: center;  display: flex;  padding: 60px 10% 60px 4%; border-bottom: 1px solid #e8e8e8;}
.save_money_section .save_img_box .vc_column-inner {background-position: center center; background-size: cover;  height: 100%; position: relative;}
.save_time_money_title .home_main_title { margin-bottom: 10px;}
.save_time_money_title.wpb_text_column { margin-bottom: 35px;}
.save_content_box .save_time_money_content p:last-child { margin-bottom: 35px;}
.save_content_box .save_time_money {  margin-bottom: 35px;}



/*gallery section*/
.home_gallery { display: inline-block;  float: left; margin-bottom: 5px; margin-right: 5px; position: relative;}
.master-gallery-area .grid-item img {display: block; width: 100%;}
.home_gallery:nth-of-type(3n) { margin-right: 0;}
.our_gallery_section .vc_btn3-container.vc_btn3-center { float: left;  margin-top: 40px;  width: 100%;}

@media only screen and (min-width: 1024px){
/*sticky header*/
.sticky-header .after_header { background: #000000 none repeat scroll 0 0; position: fixed;}
.sticky-header header.site-header {display: none;}
}
.footer-form div.wpcf7-mail-sent-ok { border: 2px solid #398f14;  float: left;  margin-left: auto;  margin-right: auto;  text-align: center;  width: 100%;}
.footer-form div.wpcf7-spam-blocked {border: 2px solid #ffa500; float: left; margin-left: auto;  margin-right: auto;  text-align: center;  width: 100%;}

/*Service area*/
.service-head-img .wpb_text_column img,.service-head-main .wpb_text_column img,.service-main-img .wpb_text_column img{width: 100%;}
.button-service{margin-bottom: 15px !important;}
.button-service .wpb_column.vc_column_container{    display: inline-block;
    float: left;
    padding-right: 20px;
    text-align: center;}
.button-service  .wpb_text_column a{   background: #ffee00 none repeat scroll 0 0;
    color: #000000;
    padding: 10px 30px;
    text-transform: uppercase;
display: inline-block;
width: 100%;}
    .button-service  .wpb_text_column a:hover{background: #000; color: #fff;}

 .service-text-line ul li{list-style: none; background: url(images/right-arrow.png) no-repeat;   margin-left: 0; padding-bottom: 3px; padding-left: 18px; padding-top: 4px;background-position: left center;
background-size: 13px;}


.contact-form-main .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  float: left;
  text-align: center;
  width: 100%;
}

.side_footer_wrap .right_area {width: 58%;float: left;text-align: right;padding-top: 4px;}
.side_footer_wrap .right_area .footer_copy_right {text-align: right;width: 100%;padding-top: 0 !important;}
.side_footer_wrap .right_area .footer_copy_right a{color:#000000!important;}
.side_footer_wrap .right_area .footer_copy_right a:hover{color:#d8c709!important;}
.google_plus_footer {width: 30px;float: right;display: block;}
.footer_google_review a {color: #d8c709;margin-top: 10px;width: 100%;float: left;line-height: 18px;}
.footer_google_review a:hover{color:#ffffff!important;}       
 

.upload-file input.wpcf7-file { opacity: 0;}
.file .fake {left: 0; padding-left: 14%; position: absolute; top: 0; width: 100%; z-index: 0;}
.upload-file { margin-bottom: 0 !important;}
.contact-form-home div.wpcf7-response-output{margin-top: 1em !important;}
.upload-file .file {position: relative;border: 2px solid #cccccc; display: block;}
.upload-file .fake input {border: medium none; min-height: 50px; width: 100%; }
.footer-form .upload_photos input{z-index: 10;}

@media only screen and (min-width: 1280px) and (max-width: 1550px){.file .fake{padding-left: 18%;}}

.left_fb_rainking {
	line-height: 20px;
	float: left;
	font-size: 18px;
	color: #F60000;
	font-weight: 700;
	font-style: italic;
}
.left_fb_rainking img {
	width: 80px;
	margin-top: -13px;
}
.left_fb_rainking span {
	margin-top: 26px;
	position: absolute;
	margin-left: 0px;
}
/*slider form*/
.slider_form_title { font-size: 35px !important; font-weight: 600 !important; line-height: 35px !important;  margin-bottom:10px !important;  text-align: center;}
.slider_form_content { font-size: 15px !important; line-height: 20px !important; margin-bottom: 10px !important; text-align: center;
    white-space: normal;    width: 290px;}
	.slider_form .wpcf7-form p.slider_sub {margin-bottom: 0 !important;margin-top: 10px !important;}
	.slider_form .wpcf7-form p {margin-bottom: 10px !important;}
.slider_form .wpcf7-form {
	background: hsla(0, 0%, 100%, 0.3) none repeat scroll 0 0;
	padding: 30px !important;
	width: 363px;
	flex: 1 0;
	float: right;
}  
.home_slider_section .full-slider-content .slider-left-text {
	flex: 0 1;  
	float: left;
	margin-right: 6em !important;  
}
.slider_sub .wpcf7-form-control.wpcf7-submit { background: #ffee00 none repeat scroll 0 0; height: 41px; border-color: #ffee00;  border-radius: 0;  font-weight: 600; letter-spacing: 1px; width: 100%;
 text-transform: capitalize; font-size: 15px !important;color: #000000;font-weight: 600 !important;}
 .slider_form .wpcf7-form iframe {width: 100% !important;}
 .slider_sub .wpcf7-form-control.wpcf7-submit:hover { background: #000000 none repeat scroll 0 0; height: 41px; border-color: #000000; color: #ffffff;}
.slider_form .wpcf7-form input {padding: 11px 20px !important;font-weight: normal !important;}
.slider_form .wpcf7-form textarea {font-weight: normal !important;}
 .home_slider_section .wpcf7-form .services { position: relative;}
 .home_slider_section .wpcf7-form select {-webkit-appearance: none;-moz-appearance: none;appearance: none;  cursor: pointer;}
 .home_slider_section .wpcf7-form > p { margin-bottom: 15px !important;}
.slider_btton a:hover { color: #ffffff;}
.slider_form .wpcf7-form textarea {min-height: 70px !important;height: 70px !important;}
.wpcf7-not-valid-tip {background: #000000 none repeat scroll 0 0;font-weight: normal;
	bottom: -20px;box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.25);color: #ffffff!important;float: left;
	font-size: 12px!important;line-height: 1.1;padding: 6px 12px 4px;position: absolute;width: 100%;z-index: 99;}
.wpcf7-not-valid-tip::after {border-bottom: 8px solid #000000;border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);content: "";left: 16px;position: absolute;top: -7px;}
.home_slider_section .wpcf7-form div.wpcf7-response-output {text-align: center;width: 100% !important;
	white-space: normal;margin: 10px auto 0 !important;background-color: #000000;z-index: 99;color: #ffffff; font-size: 10px !important;}  
	.wpcf7-form-control-wrap {position: inherit !important;left: 0;right: 0;display: inherit;}
	
	
@media only screen and (min-width: 1280px) and (max-width: 1366px){
.header_logo_one img{width: 200px;}
}

.bne-testimonial-heading {
	display: none;
}
.bne-testimonial-tagline {
	font-size: 1.2em;
	font-weight: 500;
	color: #303030;
}

.slider_text {
	display: none;
}


/*slider text*/

/* <div class="slider-left-text"><div class="slider_text">
<div class="slider_title">Tree <br>Removals</div>
<div class="slider_content">Pro-Cut Tree Removal Services</div>
<div class="slider_read_more"><a href="http://procuttree.clients.zibmedia.net.au/stump-removal-melbourne/" title="Read More">Read More</a></div>
</div><div class="slider-offering-sec">
<div class="one-by-three">Free tree health check and hazard assessments valued at <span class="value">$200+GST</span></div><div class="one-by-three">Free mulch from your job</div>
<div class="one-by-three">Grind 4 stumps out and get the 5th one ground out for free</div></div></div>*/

.home-video-sec a img {
	display: block;
	margin: 0 auto;
}
.home-video-sec {
	height: 500px;
	margin: 0 auto 4em !important;
	float: left;
}
.home-video-sec a {
	display: ;
	align-items: center;
	display: flex;
	height: 500px;
	position: absolute;
	top: 0;
	width: 100%;
}
.home-video-sec {
	opacity: 1 !important;
	width: 100%;
	float: left;
}