/*
	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:focus{outline:thin dotted}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}

/* 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
--------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Lato:400,100italic,100,300,300italic,400italic,700,700italic,900,900italic);


@font-face {
	font-family:'ProximaNova-Regular';
	src: url('fonts/ProximaNova-Regular_gdi.eot');
	src: url('fonts/ProximaNova-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Regular_gdi.woff') format('woff'),
		url('fonts/ProximaNova-Regular_gdi.ttf') format('truetype'),
		url('fonts/ProximaNova-Regular_gdi.svg#ProximaNova-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2666;
}



body {
    color: #5e5e5e;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height:26px;  
	-webkit-font-smoothing: antialiased;
	 overflow-x: hidden;
}
.top_sec_menu ul li a {
    font-size: 17px;
    color: #231F20;
}
.top_sec_menu {
    float: left;
}
body.altitude-home {
	background: none;
}
.site-header {
    background: rgba(0, 0, 0, 0) url("images/header.jpg") no-repeat scroll center top;
    border-top: 6px solid #85c359;
    min-height: 98px;
    padding: 5px 0;
}
.header-upper-right {
    float: right;
      margin-top: 18px;
}
.header-address {
   background: rgba(0, 0, 0, 0) url("images/address_pin.jpg") no-repeat scroll 0 0;
    float: left;
    line-height: 17px;
    padding: 5px 0 5px 51px;
    width: 167px;
     margin-right: 20px;
}
.header-callus{
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/emailus.jpg") no-repeat scroll 0 0;
    float: left;
    line-height: 17px;
    margin-right: 20px;
    padding: 5px 0 5px 51px;
    width: 179px;
}
.header-timeing{
   background: rgba(0, 0, 0, 0) url("images/hours_icon.jpg") no-repeat scroll 0 0;
    float: left;
    line-height: 17px;
    padding: 5px 0 5px 51px;
    width: 202px;
}
.header-callus > a {
    color: #777777;
    display: block;
    width: 100%;
}
.header-callus > a:hover{
    color: #82C551;
}
.header-upper-right div {
    font-size: 14px;
}
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;
}
.header-menu ul li {
    float: left;
    list-style: outside none none;
    margin-right: 28px;
}
.header-menu ul li a {
    color: #5e5e5e;
}
.header-social {
  float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.header-social > a {
    margin: 0 4px;
}
.header-social > a:hover {
  opacity: 0.7;
}
.header-right-button  a:hover {
    background: #404040 none repeat scroll 0 0;
    color: #fff;
}
.header-right-button {
    float: right;
}
.header-right-button > a {
    background: #85c359 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 15px;
    text-transform: uppercase;
}
.header-menu ul li a:hover,.header-menu ul li.current-menu-item a{
	color: #82C551
	
}
.header-menu {
    float: left;
    width: 70%;
}
.header-menu-right {
    float: right;
 
}
::selection {
	background-color: #000;
	color: #fff;
}

a {
	color:#82c551;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
    color: #5e5e5e;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0;
}
.welcome_listing .wpb_wrapper > ul {
    float: left;
}
.welcome_listing .wpb_wrapper li {
   background: rgba(0, 0, 0, 0) url("images/listing_arrow_29.png") no-repeat scroll left center;
    color: #7fa409;
    font-family: "Roboto Slab",serif;
    font-style: italic;
    list-style: outside none none;
    margin-bottom: 6px;
    margin-left: 0;
    padding-left: 24px;
    text-transform: uppercase;
}
.welcome_listing .wpb_wrapper > ul:first-child {
    margin-right: 41px;
}
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	
	font-family: 'Lato', sans-serif;
	font-size:17px;
	line-height:26px;
	color:#777;
}

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: 'Roboto Slab', serif;
	line-height: 1.2;
	margin: 0 0 20px;
	font-size:30px;
	color:#000;
	font-weight:normal;
}
.main_heading {
   font-weight: bold;
/*    text-transform: uppercase;*/
}
.custom_heading{
	font-weight: 300;
}
.welcome_area_home {
    background-position: center bottom;
    background-repeat: no-repeat;
}
.small_heading{
	 font-family: "Roboto Slab",serif;
	 font-style: italic;
}
.heading_line:before{
	    background: #85c359 none repeat scroll 0 0;
    bottom: 6px;
    content: "";
    height: 2px;
    position: absolute;
    right: -80px;
    width: 64px;
}
.service_area_inn h4 {
   font-size: 18px;
    font-weight: bold;
    padding-top: 28px;
    text-transform: uppercase;
}
.service_area_inn .wpb_text_column.wpb_content_element .wpb_wrapper > p {
    padding-bottom: 29px;
}
.service_area_inn .wpb_text_column.wpb_content_element {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
}
.service_area_inn .wpb_text_column.wpb_content_element .wpb_wrapper {
    border-left: 6px solid #82c551;
    margin-left: 50px;
    padding-left: 50px;
    position: relative;

}
.service_area_inn .wpb_text_column.wpb_content_element .wpb_wrapper:before{
	    background: rgba(0, 0, 0, 0) url("images/serice_image.png") no-repeat scroll left center;
    content: "";
    height: 100%;
    left: -37px;
    position: absolute;
    width: 70px;
}
.service_area_inn h4 a{
	color: #000;
}
.service_area_inn h4 a:hover{
	color: #82C551;
	}
	.white_text .wpb_wrapper > p {
    color: #ffffff;
}
.right_image_area.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
    height: 100%;
    position: absolute;
    right: 0;
}
.right_image_area.wpb_column.vc_column_container .vc_column-inner {
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 0 !important;
    position: absolute;
    right: 0;
    width: 100%;
}
.left_conetnt_area {
    float: right !important;
    padding: 30px 50px 40px 0;
    width: 606px !important;
}
.readmorewhite_button .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern {
    background: #ffffff none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #6f9c41;
    font-family: "Roboto Slab",serif;
    font-size: 17px;
    text-transform: uppercase;
}
.video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-indent: -9999px;
    background:url(images/video_icon.png) no-repeat center center;
    cursor: pointer;
}
.readmorewhite_button .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern:hover{
	background:#202020 !important;
	color: #fff !important;
}
.heading_line{
    display: inline-block;
    position: relative;
}
.wel_right_contnt{
	 width: 62.666% !important;
}
.wel_left_image{
	 width: 37.333% !important;
}
.bold_text {
    font-weight: bold;
}
.custom_heading {
    font-size: 40px;
}
h2{ font-size:28px;}
h3{ font-size:26px;}
h4{ font-size:26px;}
h5{ font-size:24px;}
h6{ font-size:24px;}  



.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 {
	
	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;
    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-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #dddddd;
    font-size: 16px;
    padding: 0 11px;
}


/*
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: 75px;
    margin: 0;
    text-indent: -9999px;
    width: 224px;
}



.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;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #22a1c4;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #22a1c4;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}



 
/*------------
menu------------------*/
.header-widget-area{ float:right;}
.top_sec_menu ul li{list-style:none; padding-left: 25px; padding-right: 25px;}
.top_sec_menu ul li a{padding:0 20px; display:block; font-size:15px; text-transform:uppercase; color:#000000; letter-spacing:2px;}
.top_sec_menu ul li a:hover{color:#FCB040;}       
.top_sec_menu ul li.current-menu-item a{color:#FCB040;}  
  
.top_sec_menu .nav {margin-top: 70px;}
.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;} 
   
 
.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;}

 a:focus{
 	outline: 0 !important;
 }
   .header-upper-right span {
    display: block;
    font-weight: bold;
    width: 100%;
}
.header-main-menu-area {
  background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #ebebeb;
    padding: 8px 0;
}
#menu-main-menu.menu.nav {
    margin-top: 10px;
}
.menu-main-menu-container ul{ margin:12px 0 0 0;}
  
  
  
  
/*--------------
 slider area--------------------*/  
  
.home_slider_area .vc_col-sm-12{ width:860px; margin:0 auto; float:none; text-align:center; top:70px;}  
.home_slider_area .slider_title h1{ font-size:43px; text-transform:uppercase; letter-spacing:2px; color:#000; font-weight:900;}  
.slider_title{ margin-bottom:15px!important;}  
.home_slider_area .slider_two_part  .vc_col-sm-6{ height:62px; line-height:62px; color:#fff;}
.home_slider_area .slider_two_part .wpb_text_column.wpb_content_element{ margin-bottom:0;}
.slider_two_part{ margin:0 0 20px 0!important;}  
.home_slider_area .slider_two_part  .vc_col-sm-6 p{ color:#fff; font-size:20px;font-weight:900; text-transform:uppercase; letter-spacing:2px; line-height:62px;}  
.home_slider_area .slider_two_part  .vc_col-sm-6:first-child{ background:#231f20;}  
.home_slider_area .slider_two_part  .vc_col-sm-6:last-child{ background:#393939;}  
.slider_bottom_text p{ font-size:20px;font-weight:900; text-transform:uppercase; letter-spacing:2px; color:#000; line-height:26px;}  
  
  
  
/*------------
service area-----------*/

.service_area .vc_col-sm-3 .vc_column-inner { padding:0!important;}
.service_area .vc_col-sm-3 .wpb_raw_code.wpb_content_element.wpb_raw_html{ margin-bottom:0;}
.service_box img{ display:block;}
.service_box .service_title{ background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0; height:58px; display:inline-block; padding:0 20px; margin-top:-58px; vertical-align:top; line-height:58px; position:relative; z-index:500;}
.service_box a{ display:block;}
.service_box img{ float:left; width:100%;}
.service_title img{margin-top:14px; width:auto;}
.service_box h4 {color: #ffffff;float: left;font-size: 17px;font-weight: normal !important;line-height: 58px;margin-left: 15px;text-transform: uppercase;}  
.service_area .vc_col-sm-3:hover .service_box .service_title{ background:#fcb040;}
.service_area .vc_col-sm-3:hover .service_box img{filter: grayscale(100%);transition: all 0.2s ease-in 0s;}
  
  
  
/*---------------
mountan community page----------------*/


.mount_back_title_area{ text-align:center; padding:40px 0 20px;}  
.mount_back_title_area h2{ color:#fff; font-size:32px; text-transform:uppercase; font-weight:900; letter-spacing:5px;}  
.mount_back_title_area p{ color:#fff; font-size:18px; letter-spacing:2px;line-height:26px;}  
.mount_back_title_area img{ margin-top:30px;}  
  
  
.back_community_section{ min-height:444px;}   
.back_community_section .vc_column-inner{ padding-top:0!important;}
.section_one_left{ text-align:center;}  
.section_one_left h3{ color:#fff; font-size:21px; letter-spacing:2px; font-weight:900; text-transform:uppercase;}  
.section_one_left img{ margin-top:160px;transform: translate3d(0px, 0px, 0px);transition: all 0.7s ease 0s;}    
.section_one_right{ padding:30px 100px 30px 0!important;}
.section_one_right p{ color:#fff; margin-top:100px;}
.section_one_left:hover img{transform: rotateY(180deg);  transform-style: preserve-3d;}
.section_one_left:hover h3{ color:#FCB040;}




/*--------------
section two-----------------*/

.macedone_restaurant_area{ background:#000 url("images/body_bg_two.jpg") no-repeat center top;}
.macedone_restaurant_title{ text-align:center; padding:40px 0 20px;}
.macedone_restaurant_title h4{ color:#fff; font-size:32px; text-transform:uppercase; font-weight:900; letter-spacing:5px;}
.macedone_restaurant_title h6{ color:#fff; font-size:32px; text-transform:uppercase; font-weight:900; letter-spacing:5px;}
.macedone_restaurant_title p{ color:#fff; font-size:18px; letter-spacing:2px; line-height:26px;}  
.macedone_restaurant_title img{ margin-top:30px;}  
  
.restaurant_section{ min-height:444px;}
.restaurant_section .vc_column-inner{ padding-top:0!important;}
.restaurant_section_left{ text-align:center;}  
.restaurant_section_left h5{ color:#fff; font-size:21px; letter-spacing:2px; font-weight:900; text-transform:uppercase;}
.restaurant_section_left img{ margin-top:160px;transform: translate3d(0px, 0px, 0px);transition: all 0.7s ease 0s;} 

.restaurant_section_right{padding:30px 100px 30px 0!important;}
.restaurant_section_right p{ color:#fff;}
.restaurant_section_right h6{color: #ffffff;font-size: 21px;font-weight: 900;letter-spacing: 2px;text-transform: uppercase; margin-bottom:10px; padding-top:50px;}
.rasturant_read a{ width:183px; height:50px; line-height:54px; text-align:center; display:block; background:#fff url( images/file_icon.png) no-repeat center left 20px; color:#000;font-weight:bold; text-transform:uppercase;}  
 
.restaurant_section .vc_col-sm-6:hover .rasturant_read a{background:#FCB040 url( images/file_icon.png) no-repeat center left 20px;}  
.restaurant_section .vc_col-sm-6:hover  h5{ color:#FCB040!important;}  
.restaurant_section_left:hover img{transform: rotateY(180deg);  transform-style: preserve-3d;}  
  
  

  
  
/*------------
footer box section----------*/

.home_box_area{ padding:30px 0;}
.box_img{ margin:0!important;}  
.box_img img{ display:block; width:100%; margin:0;}
.box_img p{ margin:0;}
.box_title{ margin:0!important;}
.box_title h6 a {background: #ffffff none repeat scroll 0 0;color: #000000;display: block;font-size: 18px;font-weight: normal !important;
height: 53px;letter-spacing: 2px;line-height: 53px;margin: -53px auto 0;position: relative;text-align: center;text-transform: uppercase;top: -110px;
width: 230px;}
.box_title h6{ margin-bottom:0;}
.box_section .vc_col-sm-4 .vc_column-inner { padding:0;}
.box_section .vc_col-sm-4:hover .box_title h6 a{ background:#FCB040; color:#fff;}




/*---------------
bottom footer---------------*/

.bottom_footer{background: #1d1d1d none repeat scroll 0 0; float: left; padding: 30px 0; width: 100%;}  
.bottom_footer_in{ width:1180px; margin:0 auto; text-align:center;}  
.top_footer img{ margin-right:3px;}  
.top_footer{ margin-bottom:15px;}  
.footer_text{ width:700px; margin:0 auto; color:#fff; margin-bottom:20px;}  
  
  
  
/*--------------
event section--------------*/

.main_news .row_news{ float:left; width:50%;}
.event_content{}
.home_ser_image > a { display: block; background: url( images/box_shadow.png) no-repeat;} 
.event_content{ background:url("images/box_shadow.png") repeat-x 0 0; width:100%; height:426px; margin-top:-426px; position:relative; width:100%;}  
.event_content_in {bottom: 0; display: block; float: left; padding: 20px; position: absolute;width: 100%;}
.event_content .event_content_in .ser_title a {color: #ffffff; font-size: 20pt;  font-weight: 600; text-transform: uppercase;}
.ser_content { color: #ffffff;}
.ser_title { margin-bottom: 20px;}
.main_news .mydiv .home_ser_image img{ width:100%; display:block;} 
.macedone_restaurant_area .vc_column-inner{ padding:0!important;}
.restaurant_section {margin: 0 !important;} 

/*----------------------------
footer above---------------*/
.main_footer_logo {   background: #85C359 none repeat scroll 0 0;
    float: left;
    text-align: center;
    width: 100%;}
.footer_all_logo li { display: inline-block;}
.footer-address {
    background: #85c359 none repeat scroll 0 0;
    float: left;
    width: 33.33%;
     padding: 52px 0;
       font-size: 22px;
       color: #fff;
}
.footer-callus{
   background: #85c359 none repeat scroll 0 0;
    float: left;
    padding: 52px 0;
    width: 33.33%;
}
.footer-email{
		    background: #7ab351 none repeat scroll 0 0;
    float: left;
    width: 33.33%;
     padding: 52px 0;
}
.footer-bottom-area {
    background: #333333 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.footer-bottom-area {
    background: #333333 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.footer-bottom-area-left iframe {
    height: 229px;
    width: 100% !important;
    float: left;
}
.footer-bottom-area-right {
    float: left;
    width: 66.666%;
}
.menu-footer_menu-container ul li a {
    color: #6d6d6d;
    font-size: 15px;
    text-transform: uppercase;
}
.menu-footer_menu-container .menu {
    margin-bottom: 30px;
    margin-top: 52px;
    text-align: center;
}
.left_image_area_full.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
    float: left;
    height: 100%;
    position: absolute;
}
.contact_form_right.wpb_column.vc_column_container.vc_col-sm-6 {
    float: right;
}
.left_image_area_full .vc_column-inner {
  background-position: center center;
    height: 100%;
}
.bne-testimonial-featured-image.square.wp-post-image {
    display: none;
}
.left_image_area_full .wpb_text_column.wpb_content_element {
    padding-left: 11px;
    padding-right: 0px;
}
.bne-testimonial-description p {
    color: #ffffff;
}
.bne-testimonial-heading {
    color: #85c359;
}
.double_quote img {
    left: 13px;
    position: relative;
    top: 19px;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav li a.flex-next{
	    background: rgba(0, 0, 0, 0) url("images/right_arrow.jpg") no-repeat scroll 0 0 !important;
    height: 50px !important;
    width: 56px !important;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav li a.flex-prev{
	    background: rgba(0, 0, 0, 0) url("images/left_arrow.jpg") no-repeat scroll 0 0 !important;
    height: 50px !important;
    width: 56px !important;
}
.bne-testimonial-slider .bne-testimonial-heading {
    margin: 24px 0 !important;
}
.contact_form_area.wpb_column.vc_column_container.vc_col-sm-12 {
   padding-left: 40px;
    padding-top: 30px;
    width: 604px;
}
.bne-testimonial-slider.bne-flexslider .slides > li {

}
.flex-control-nav {
    display: none;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav {
    left: 10px;
    position: absolute;
    right: inherit !important;
}
.left_image_area_full .wpb_text_column.wpb_content_element{
	  float: right !important;
    width: 606px !important;
}
.bne-testimonial-slider-wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: inherit !important;
}
.footer-bottom-area-right-two {
    text-align: center;
}
.footer-bottom-area-right-two > a {
    margin: 0 4px;
}
.contact_form_right input {
    border: 2px solid #eaeaea !important;
    color: #000000;
      font-family: "Roboto Slab",serif;
}
.contact_form_area textarea{
	    border: 2px solid #eaeaea !important;
    color: #000000;
      font-family: "Roboto Slab",serif;
         height: 110px;
}
.contact_form_right .wpcf7-form-control.wpcf7-submit {
    background: #85c359 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 0 !important;
    color: #ffffff;
    float: right;
    margin-bottom: 39px;
    padding: 17px 89px !important;
}
.contact_form_right .wpcf7-form-control.wpcf7-submit:hover {
    background: #212121 none repeat scroll 0 0;
}
.half_divide_area > p {
    float: left;
    width: 48%;
}
.half_divide_area > p:last-child {
    float: right;
}
.half_divide_area {
    float: left;
    width: 100%;
}
.footer-bottom-area-right-two > a:hover {
opacity: 0.7;
}
.footer-bottom-area-right-three {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.menu-footer_menu-container ul li {
    display: inline-block;
    margin: 0 15px;  
}
.menu-footer_menu-container ul li a:hover{ color:#85C359;}

.footer-bottom-area-left {
    float: left;
    width: 33.33%;
}
.footer_all_logo a {
    color: #ffffff;
    font-size: 22px;

}
.footer-callus > a{
	     background: rgba(0, 0, 0, 0) url("/wp-content/uploads/clock-256.png") no-repeat scroll left center;
    padding: 14px 0 14px 54px;
}
.footer-email  > a{
	     background: rgba(0, 0, 0, 0) url("images/f_mail.png") no-repeat scroll left center;
    padding: 14px 0 14px 54px;
}
.footer-address-inner{
 background: rgba(0, 0, 0, 0) url("images/f_address.png") no-repeat scroll left center;
 display: inline;
 padding: 14px 0 14px 54px;
 font-size: 15px;
}
.footer_all_logo a:hover{
	color: #000;
}
.video > a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.footer-callus > span {
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
}

/*---------------------------
Inner-page-----------*/
.newheader {float: none;position: relative; width: 1180px; margin:0 auto; padding-top:7.5%;}
.feature_img_section222 .newheader h1 { color: #ffffff; float: left; text-transform: uppercase; letter-spacing: 2px;}
.newheader .btn-contact { background: #ffffff none repeat scroll 0 0; border-radius:0px; color: #000000; float: right; padding: 10px 15px;}	
.newheader .btn-contact:hover { background:#333;  color: #ffffff;}
.feature_img_section222 img{ width:100%; display:none;}
.feature_img_section222{ background:rgba(0, 0, 0, 0) url("images/inner_slider.jpg") no-repeat fixed 100% top;height:122px; 
margin-bottom:30px; background-size:100%;}  

    

/*contact form*/
.wpcf7-form p span input { border: 1px solid #999999;}
.contact_form .wpcf7-form > p {  float: left; width: 100%;}
.contact_form .wpcf7-form-control-wrap.fname { float: left; width: 48%;}
.contact_form .wpcf7-form-control-wrap.lname { float: right; width: 48%;}
.contact_form form p span select { border: 1px solid #999999;}
.contact_form form p span textarea { border: 1px solid #999999;} 
.contact_top .contact_form { width: 60%;}
.contact_top .contact_address {padding-left: 40px; width: 40%;}
.location_con{background: url("images/location.png") no-repeat scroll left top 4px; margin-bottom: 20px; padding-left: 35px;}
.portal_con{background: url( images/postal_locatiom.png) no-repeat scroll left center;padding-left: 35px; margin-bottom: 20px;}
.phone_no_con{background: url( images/phone_icon.png) no-repeat scroll left center;padding-left: 35px; margin-bottom: 20px;}
.email_add_con{background: url( images/email_icon.png) no-repeat scroll left center;padding-left: 35px; margin-bottom: 20px;}

.contact_form .float_left {float: left; width: 48%; margin-bottom: 20px;}
.contact_form .float_right { float: right; width: 48%;}
.float_right span textarea { height: 220px;}


.contact_form input{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #cccccc;border-radius: 4px;font-size: 16px !important;} 
.contact_form textarea{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #cccccc;border-radius: 4px;font-size: 16px !important;} 
.contact_form select{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #cccccc;border-radius: 4px;font-size: 16px !important;}  
.contact_form .wpcf7-form-control.wpcf7-submit{ padding:0 20px; border:none; background:#231F20; height:45px; line-height:45px;}
.contact_form .wpcf7-form-control.wpcf7-submit:hover{ background:#FCB040;}
.contact_top h2{font-size:37px;font-weight:900;margin-top:19px;text-transform:uppercase;}
.contact_top h2 span {color:#ffbb01;font-weight:300;}  
#map{ height:400px!important;}
.map_area .vc_column-inner { padding:0!important;}
.map_area .wpb_text_column.wpb_content_element{ margin-bottom:0!important;}

.contact_form div.wpcf7-validation-errors{ clear:both; margin:0!important;}
.contact_form div.wpcf7-mail-sent-ng{ clear:both; margin:0!important;}



/*--------------
blog page---------------*/


.date_news {float: left;line-height: 1;margin-right: 30px;text-align: center;width: 72px;}
.date_news .date1 {color: #121212;display: block;font-size: 50px;margin-bottom: 17px;}
.date_news .date2 {color: #5c5c5c;display: block;font-size: 14px;margin-bottom: 10px;}
.date_news .date3 {border-bottom: 1px solid #00508d;color: #5c5c5c;display: inline-block;font-size: 17px;padding: 0 3px 23px;}
.containt_news {overflow: hidden;}
.blog .content-sidebar-wrap .content ul li{ list-style:none; margin-bottom:20px!important; float:left; width:100%;}
.readmore_cs a {border: 2px solid #FCB040;color:#FCB040;display: block;float: left;font-size: 17px;line-height: 23px;margin-top: 15px;padding: 8px 13px;}
.readmore_cs a:hover {border:2px solid #000;color: #000;}
.containt_news h3 a{ color:#000;}  
.blog  main.content {border-right: 1px solid #eeeeee;float: left;margin-right: 30px;padding-right: 30px;width: 67%;}  
  
  
    
.totalbloghome {float:right;width: 30%; margin-bottom:20px;}
.totalbloghome h4 {border-bottom: 2px solid #FCB040;font-size: 26px;font-weight: 700;padding-bottom: 15px;position: relative;}
ul li.totalblog::after {background:#FCB040;bottom: -11px;content: "";display: block;height: 1px;margin: -3px auto auto;position: relative;
transition: width 0.5s ease 0s, background-color 0.5s ease 0s;width: 0;}
ul li.totalblog {border-bottom: 1px solid #eeeeee;margin-bottom: 10px;padding-bottom: 10px;position: relative;}
ul li.totalblog:hover::after {background:#FCB040;width: 100%;}
.totalbloghome ul{ list-style:none;}
.sidebar{ display:none;}
.totalbloghome ul li a{ color:#000;}  
.single main.content {border-right: 1px solid #eeeeee;float: left;margin-right: 30px;padding-right: 30px;width: 67%;}
.single .content{ margin-bottom:20px;}  
  


/*-------------
footer contact------------*/


.before_footer_main_area_form .footer_form{ width:1180px; margin:0 auto; float:none;}
.before_footer_main_area_form{ background:rgba(0, 0, 0, 0) url("images/contact_bg.jpg") no-repeat fixed 100% 0; background-attachment:fixed;
padding:30px 0; float:left; width:100%; background-size:100%;}
.before_footer_main_area_form .footer_form_title h4{ text-align:center; text-transform:uppercase; font-size:40px; color:#fff; margin-bottom:40px;}
.before_footer_main_area_form .wpcf7-form input{ border:none; background:#fff; padding:12px;}
.before_footer_main_area_form .wpcf7-form textarea{ border:none; background:#fff; padding:12px;}
.top_inputs p{ float:left; width:48.5%;}
.top_inputs p:last-child{ float:right;}
.before_footer_main_area_form .wpcf7-form .wpcf7-form-control.wpcf7-submit{ background:#FCB040; border-radius:0px; padding:0 30px; height:45px ;line-height:45px; text-align:center; font-weight:normal; display:block; margin:0 auto; width:250px;}
.before_footer_main_area_form .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover{ background:#fff; color:#000;}  
.ajax-loader{ display:none;}
.before_footer_main_area_form .footer_form_title h4:after{background: #ffffff none repeat scroll 0 0;color: rgba(0, 0, 0, 0);content: ".";display: block;height: 2px;left: 0;margin: 5px auto 0;position: absolute;right: 0;width: 100px;}
.before_footer_main_area_form div.wpcf7-validation-errors{ color:#fff;}
.before_footer_main_area_form .full_width_text_box .message textarea {  height: 160px;}  

/*------------
gellrry page-------------------*/

.thumbnail-overlay{ background:none!important;}
.rbs-img-container{ border-radius:0px!important;}
.mfp-bg {background: rgba(11, 11, 11, 0.7) none repeat scroll 0 0 !important;}
.mfp-content .mfp-close {background: rgba(0, 0, 0, 0) url("images/close_icon.jpg") no-repeat scroll 0 0 !important;border-radius: 0 !important;
height: 39px !important;opacity: 1 !important;padding: 0 !important;right: 0 !important;width: 39px !important;}
.mfp-bottom-bar{ background:none!important;}
.rbs_gallery_button.rbs_gallery_button_bottom{ display:none;}
   


/*--------------
cart page---------------*/

.cart_area .shop_table tr th{background: #eeeeee none repeat scroll 0 0; border: 1px solid rgba(0, 0, 0, 0.03) !important; color: #000000 !important;
font-weight: normal !important;text-align: center !important;}
.cart_area .shop_table tr td{border: 1px solid rgba(0, 0, 0, 0.03) !important;text-align:center!important;}   
.cart_area .shop_table .button{ float:right!important;} 
.cart_area #coupon_code{border: 1px solid #e5e5e5;border-radius: 0;color: #505050; font-size: 16px; font-weight: 700; letter-spacing: 3px;  line-height: 25px;margin-right: 20px;min-width: 250px;padding:6px 30px;text-align: center;text-decoration: none;text-transform: uppercase;}    
.cart_area *::-moz-placeholder{color: #505050;}
.cart_img {float:left;width: 48%;}        
   
   
    
   
/*---------
chack box page------------*/

.chack_box_left{ width:50%!important; float:left; padding:0 15px;}  
.right_chack{ float:right; width:50%; padding:0 15px;}  
.chack_box_left .col-1{ width:100%!important;}  
.chack_box_left .col-2{ width:100%!important; margin-top:20px;}    
.order-box {background:#f7f7f7;padding: 30px 40px 45px;}
.order-box .woocommerce-checkout-payment ul li{ list-style:none!important;}  
.chack_box_left input{ background:#eee; border:none;}  
.chack_box_left .select2-choice{ background:#eee!important; border:none!important; border-radius:0px!important; padding:5px 8px!important;} 
.chack_box_left textarea{ background:#eee; border:none;}  
.right_chack #place_order{ color:#fff!important;}
.chack_box .checkout_coupon .button{ width:100%; padding:10px;}  
.chack_box { margin-bottom:20px;}  
.chack_box ul li{ list-style:none!important; background:none; padding:0;}
.chack_box .login input{ background:#f7f7f7;}
.chack_box #coupon_code{ background:#f7f7f7;}   
   
     
	 
/*------------
my acount-------------*/


.woocommerce-MyAccount-navigation ul{background:#f7f7f7;}
.woocommerce-MyAccount-navigation ul li {background: #f7f7f7 url("images/black_list.png") no-repeat scroll 15px 13px; border-bottom: 1px solid #c0c0c0;
    margin: 0 !important;  padding: 7px 5px 7px 55px;}	 
.woocommerce-MyAccount-navigation ul li a{ color:#000;  display: block;}	  
.woocommerce-MyAccount-navigation ul li:hover{ background:#ccc url("images/black_list.png") no-repeat scroll 15px 10px;}	 
	 
	  
	 
	 
	 
/*-----------
dashbord------------*/


.woocommerce-MyAccount-content{ background:#f7f7f7; padding:20px;}
.woocommerce-MyAccount-content .my_account_orders{ background:#fff; padding:20px; margin-bottom:0!important;}
.woocommerce-MyAccount-content table{background:#fff; padding:20px;}


/*----------
adress------------*/

.addresses  .woocommerce-Address{padding:20px; background:#fff;}
.addresses  .woocommerce-Address .edit {background:#82c551;color:#ffffff;padding:5px 10px;}
.addresses  .woocommerce-Address .edit:hover{ background:#333; color:#fff;}
  
	 
	 

  
  #customer_login .woocommerce-FormRow--wide input {  border: 1px solid #e5e5e5;}
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{margin: 15px 0 0;}
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {line-height: 1.2;}
  .woocommerce-account .select2-drop-active {  width: 757px !important;}
  
  
  /*single product*/
  .single-product .a3-dgallery .a3dg-navbar-control {  display: none;}
  .single-product .a3-dgallery .a3dg-image-wrapper {  float: left;  margin-bottom: 30px !important; border: inherit !important;}
  .single-product .a3-dgallery .a3dg-thumbs li a.a3dg-active {  border: medium none !important;}
  .single-product .summary h1 { font-size: 28px !important;}
  .single-product .price span{font-size: 23px !important;}
  
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend { font-size: 21px;  font-weight: bold;  padding: 0 10px;}
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button {  margin-top: 15px;}
  .woocommerce-account .woocommerce-MyAccount-content fieldset {padding: 15px 20px; margin-top: 20px;}
  .woocommerce-account .woocommerce .woocommerce-error > li {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
  .woocommerce-error li strong {  font-size: 16px;}

  .single-product .woocommerce-message {line-height: 41px;}
  .single-product .upsells .products li {width: auto !important;}
  .single-product.woocommerce .upsells ul.products li.product a img {  width: 370px !important;}
  .single-product .product .upsells.products {  border-top: 2px solid #82c551;  margin-top: 0 !important;  padding-top: 30px;  width: 100%;}
  
  
.single-product .entry-summary li
{
background: none !important; 
    list-style: inherit !important;
    padding: 0 0 4px 1px !important;
}  
.footer_date {
    text-align: center;
}
.footer-widgets {
    display: none;
}
 
/*------16-9-2016
----------------------------*/ 

.feature_img_section222 .newheader .entry-title {
    width: 90%;
	float: left;
} 

.bne-testimonial-slider .bne-testimonial-heading {
    clear: none;
    float: none;
    line-height: 1.2em;
    margin: 24px 0 !important;
    text-align: left;
	font-family:"Roboto Slab",serif;
	font-size:26px;
}
  
.products li h2::after {
    background: #000000 none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: 12px auto 0;
    position: absolute;
    right: 0;
    width: 50px;
}

 .products li h2 {
    font-size: 20px !important;
    margin: 0 0 35px !important;
    padding: 0 !important;
    position: relative;
        min-height: 48px;
}


.page-template-template-news .containt_news h2, .single .containt_news h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}  

.totalbloghome h3 {
    border-bottom: 2px solid #000000;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

.contact_title_area h2::after {
    background: #000000 none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0);
    content: ".";
    display: block;
    height: 2px;
    margin: 5px auto 0;
    position: relative;
    width: 100px;
}
.contact_title_area h2 {
    color: #000000;
    font-size: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.feature_img_section222 .newheader .entry-title {
    letter-spacing: 0 !important;
    line-height: 46px !important;
    text-shadow: 0 6px 8px #000000;
    text-transform: capitalize !important;
	color:#ffffff;
	font-family: "Roboto Slab",serif;
}

.product .summary.entry-summary h2 {
    font-size: 26px;
}

.product .summary.entry-summary h4 {
    font-size: 24px;
}
.blog_one {
  color: #ffffff;
  float: left;
  font-family: "Roboto Slab",serif;
  font-size: 48px;
  letter-spacing: 0 !important;
  line-height: 46px !important;
  text-shadow: 0 6px 8px #000000;
  text-transform: capitalize !important;
}
.content .wp-pagenavi span, .content .wp-pagenavi a {
  padding: 10px 15px;
}

.content .wp-pagenavi a:hover, .content .wp-pagenavi span.current{background: #444444 none repeat scroll 0 0;color: #fff;}
.content .wp-pagenavi {  display: block;  margin-top: 22px;  float: left;  margin-bottom: 43px;}


 .footer-bottom-area-right-three .maczinlink > a:hover {
  color: #ffffff !important;
}

/*---14-11-2016---*/
.containt_news ol> li> p {
  margin-top: 20px;
}

.containt_news ul> li> p {
  margin-top: 20px;
}

.main_content_area .containt_news .content ol {
  list-style-type: decimal !important;
  padding-left:35px !important;
}
.main_content_area .containt_news .content ol li {
  background: none !important;
  padding-left:0 !important;
  list-style: inherit !important;
}

/*review form*/
#review_form .comment-form p input, select, textarea {
  border: 1px solid #5e5e5e;
  border-radius: 5px;
}

#tab-reviews #review_form_wrapper {
    float: left;
    width: 48%;
}

#tab-reviews #reviews {
    float: right;
    width: 48%;
}
.woocommerce .products .star-rating {
  display: block;
  float: none;
  margin: 0 auto 15px !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left !important;
    width: 40% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right !important;
    width: 58% !important;
}

.page-id-270 .feature_img_section222
{
	    display: none;
 
}

