/*
	Theme Name: Beyond Property Management Child Theme
	Theme URI: http://www.studiopress.com/themes/nomadic
	Description: Nomadic is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0
	
	Tags: black, blue, custom-background, custom-header, custom-menu, fixed-width, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.6.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

/*@import url(http://fonts.googleapis.com/css?family=Oswald);*/


/* Defaults
------------------------------------------------------------ */

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	/*border-top: solid 5px #f58220*/
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.rslides_tabs{
	display: none;	
	}
a{
	color: #0d77b7;
	text-decoration: underline;
	outline: none;	
	}
a:hover{
	color: #4b529e;
	text-decoration: none;
	outline: none;
	}
#wrap{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#header{
	width: 999px;
	padding: 0px;
	margin: 0 auto;
	}
#header .wrap{
	margin: 0px;
	width: 100%;
	float: left;
	}
.header-top{
	width: 999px;
	margin: 0px;
	padding: 0px;
	float: left;	
	}
.logo{
	width: 734px;
	height: 108px;
	float: left;
	padding: 0px;
	margin: 30px 0px 0px 0px;	
	}
.header-content{
	width: 265px;
	float: left;
	padding: 0px;
	margin: 46px 0px 0px 0px;
	}
.header-phno{
	width: 85%;
	height: 40px;
	float: left;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/ph-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 29px;
	font-weight: normal;
	color: #f4811f;
	font-weight: 500;
	font-stretch: normal;
	text-decoration: none;
	}
.header-email{
	width: 84%;
	height: 40px;
	float: left;
	padding: 0px 0px 0px 33px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/icon-email.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-weight: normal;
	color: #8d8e90;
	font-weight:500;
	text-decoration: none;
	}
.header-email a{
	color: #0095d8;
	}
.header-bottom{
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 16px 0px;
	}
.header-banner{
	width: 694px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	}
.contact-today{
	width: 304px;
	height: 324px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/contact-today.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.contact-today .txtarea{
	width: 265px;
	height: 160px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 79px 0px 0px 17px;
	}
.contact-today .txtarea h4{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 21px;
	color: #ffffff;
	text-decoration: none;
	}
.contact-today .txtarea p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	}
.contact-today .txtarea a{
	color: #ffffff;
	}
.contact-today .follow-us{
	width: 265px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 17px;
	text-align: right;
	}
/* Primary Navigation
------------------------------------------------------------ */
/*//////////////////////////////////////////////////////////Navigation/////////////////////////////////////////////////////////////*/


.nav-wrap{
	width: 100%;
	float: left;
	background-color: #0095d9;
	}
ul, li,
menu {
  margin: 0;
  padding: 0; }	
/* Flexnav Base Styles */
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
	margin: 0px;
	padding: 0px; }
  .flexnav li a {
    position: relative;
    display: block;
    padding: 10px 12px 10px 12px;
    z-index: 3000;
    overflow: hidden;
    color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-family: 'Lato';
    /*background: #a6a6a2;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .flexnav li ul {
    width: 280px;
	z-index: 3000;
	 }
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden;
	  z-index: 3000;
	   }
  .flexnav li ul.flexnav-show li {
    overflow: visible;
	z-index: 3000;
	 }
  .flexnav li ul li a {
    display: block;
    background: #b2b2af;
	 z-index: 3000;
	 }
  .flexnav ul li ul li a {
    background: #f58220;
	color: #fff;
	 z-index: 3000;
	 }
	.flexnav ul li ul li a:hover {
    background: #b3b3b3;
	 }
  .flexnav ul li ul li ul li a {
    background: #cbcbc9;
	font-size: 15px;	
	 }
  .flexnav .touch-button {
    position: absolute;
    z-index: 3000;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center;
	display: none;
	}
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 0.8em;
      font-size: 13px;
      color: #666;
	   }

.menu-button {
  position: relative;
  display: block;
  padding: 0.4em 1em 0.4em 1em;
  /*background: #a6a6a2;*/
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);  
	background-color: #f58220;
	font-size: 19px;
	 font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
   }
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px;
	 }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 3000;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
    .menu-button .touch-button .navicon {
      font-size: 15px;
      position: relative;
      top: 7px;
      color: #fff; }

@media all and (min-width: 990px) {
	
  body.one-page {
    padding-top: 70px; }
  .flexnav {
    overflow: visible;
	 background: #acaca1;
	 }
    .flexnav.opacity {
      opacity: 1; }
    .flexnav.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
    .flexnav li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      overflow: visible;
	  padding: 0px 0px 0px 0px;
	  text-transform: uppercase;
	    font-family: 'Lato';
  	font-style: normal;
  	font-weight: 700;
	margin: 0px;
	   }
	   
	       .flexnav li ul li {
	  padding: 0px;
	  border-left: none;
	   }
	  .flexnav li:first-child {
	  border-left: none;
	   }
    .flexnav li a {
      /*border-left: 1px solid #acaca1;*/
      border-bottom: none;
	  color: #fff;
	  font-size: 14px;
	  text-decoration: none;
	   }
	   	      .flexnav li:hover {
	  background-color: #f58220;
	   }
	      .flexnav li a:hover {
      /*border-left: 1px solid #acaca1;*/
	  /*background-color: #0e3aff;*/
	  color: #fff;
	  background-color: #f58220;
	   }
    .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0;
	  z-index: 3000;
	  margin-top: 0px;
	   }
      .flexnav li > ul li {
        width: 100%;
		 }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none;
	  text-decoration: none;	  
	   }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }
.oldie body.one-page {
  padding-top: 70px; }
.oldie .flexnav {
  overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #b0b579;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li:hover > ul li {
      width: 100%;
      float: none;
	   }
  .oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible;
	text-decoration: none;	
	
	 }
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 3000;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none;
	text-decoration: none;	
	 }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li ul.open li {
      width: 100%; }
    .oldie .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }
.oldie .menu-button {
  display: none; }
.oldie.ie7 .flexnav li {
  width: 19.9%; }
  
/* /////////////////////////////////////////////////////////////////End Menu//////////////////////////////////////////////////////////////////////*/


/* Customize Header Ends
 ----------------------------------------------- */
#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 680px;
}

#title {
	/*font-family:  Arial, Helvetica, sans-serif;
	font-size: 48px;*/
	line-height: 60px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	display: none;
}

#header .widget-area {
	float: right;
	width: 300px;
}

#header .widget-area ul li {
	margin: 0;
}


/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 787px;
}
/* Navigation Constants
------------------------------------------------------------ */

/*li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}*/

/*////////////////////////////////page middle css/////////////////////////////////////*/
#inner{
	width: 999px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;	
	}
.content-area{
	width: 647px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.content-area h1{
	padding: 20px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #0d77b7;
	text-decoration: none;
	}
.content-area h1 span{
	color: #a7a9ab;
	}
.content-area p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 24px 0px;
	}
.content-area h4{
	color: #2d3691;
	font-weight: bold;
	font-size: 15px;
	padding: 0px;
	margin: 0px 0px 10px 0px
	}
.content-area ul{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 28px 0px
	}
.content-area ul li{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
.img-desc-area{
	width: 100%;
	float: left;
	padding: 36px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: solid 1px #dad8d8;
	}
.single-img-desc{
	width: 264px;
	float: left;
	padding: 0px;
	margin: 0px 104px 0px 0px;	
	}
.single-img-desc h2{
	padding: 0px;
	margin: 0px 0px 14px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	}
.single-img-desc p{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}
.inner-header-img{
	width: 861px;
	height: 191px;
	float: left;
	padding: 0px;
	margin: 27px 0px 0px 25px;	
	}
.content-sidebar #inner {
	/*background: #fff;*/
}

.sidebar-content #inner {
	/*background: #fff;*/
}
	
.content-sidebar-sidebar #inner {
	/*background: #fff;*/
}
	
.sidebar-sidebar-content #inner {
	/*background: #fff;*/
}
	
.sidebar-content-sidebar #inner {
	/*background: #fff;*/
}
	
.full-width-content #inner {
	/*background: #fff;*/
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 999px;
	
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 999px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 999px;
}


.full-width-content #content-sidebar-wrap {
	width: 999px;
}

.latest-blog-post{
	width: 647px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color:#FFF;*/
	/*width: 746px;
	float: left;
	padding: 0px;
    margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5b5959;	*/
	}
/*.latest-blog-post p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5b5959;
	text-decoration: none;
	line-height: 20px;
	}*/
/*.latest-blog-post h2{
	width: 722px;
	float: left;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	color: #191919;
	background-color: #c6ddd3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	}*/
.latest-blog-post .single-post{
	width: 705px;
	float: left;
	padding: 23px 0px 0px 0px;
    margin: 0px 0px 0px 14px;
	}
h3.entry-title{
	font-size: 30px;
	font-weight: 500;
	color: #0095d8;
	text-decoration: none;
	padding: 0px;
	margin: 10px 0px 15px 0px;
	text-transform: capitalize;
	}
h1.entry-title{
	font-size: 30px;
	font-weight: 500;
	color: #0095d8;
	text-decoration: none;
	padding: 0px;
	margin: 10px 0px 15px 0px;
	text-transform: capitalize;
	}
/* Content
------------------------------------------------------------ */
.leftbar{
	width: 694px;
	float: left;
	padding: 0px;
    margin: 0px 0px 0px 14px;	
	}
.leftbar h1{
	padding: 0px;
	margin: 16px 0px 16px 0px;
	font-size: 20px;



	font-weight: normal;
	color: #191919;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.leftbar p{
	padding: 0px;
	margin: 0px 0px 16px 0px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5a5a5a;
	text-decoration: none;
	}
.leftbar p span{
	font-size: 15px;
	font-weight: bold;
	color: #2b297f;
	text-decoration: none;
	}
#content {
	width: 647px;
	float: left;
	padding: 0px 47px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	padding: 20px;
	width: 700px;
	min-height: 400px;
	background-color:#FFF;
	margin-top: 20px;*/
}
.hfeed{
	width: 100%;
	float: left;
/*	padding: 0px 0px 0px 13px;
	width: 700px;*/
	}
#content h4 {
	/*float: left;*/
	padding: 5px 0px 5px 10px;
	margin: 28px 0px 20px 0px;
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #f58220;
	text-decoration: none;
}
#content ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 20px 0px;
	font-size: 14px;
}
#content ul li{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 6px 0px;
	line-height: 18px;
	background-image: url(images/list-icon.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.content-sidebar #content,
.sidebar-content #content {
	width: 647px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.content-sidebar-sidebar #content,
.sidebar-sidebar-content #content {
	width: 460px;
}

.full-width-content #content {
	width: 900px;
}

blockquote {
	background-color: #f5f5f5;
	border-left: 5px solid #ddd;
	margin: 5px 15px 25px;
	padding: 20px 20px 0;
}

blockquote p {
	color: #666;
	font-style: italic;
}
.blog-area .post{
	width: 100%;
	float: left;
	/*background-color:#1a1a1a;*/	
	}

.post {
	/*border-bottom: 5px solid #eee;
	margin: 0 0 40px;
	padding: 0 0 20px;*/
	width: 100%;
	float: left;	
	/*background-color:#FFF;*/
		
/*	padding: 9px 0px 0px 12px;
    margin: 0px 0px 10px 0px;
	border-top: solid 1px #dbd9d9;*/
/*	width: 368px;
	float: left;
	padding: 20px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	border-right: solid 1px #343333;
	border-bottom: solid 1px #343333;
	min-height: 137px;*/
}

.single .post {
	border: none;
	margin: 0;
	padding: 0 0 20px;
}

.entry-content {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 647px;
}
.entry-content h2 {
	padding: 0px;
	margin: 10px 0px 20px 0px;
	font-size: 20px;
	font-weight: 500;
	color: #f47b15;
	text-decoration: none;
	line-height: 25px;
}
.entry-content h2 span {
	color: #333333;
}
.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content p {
	padding: 0 10px 20px 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-weight: normal;
	color: #333333;
}
.entry-content p span{
	color: #0095d8;	
	}
.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 36px;
}

h2 a:hover {
	color: #34a7e0;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

.widget-area h4 {
	border-bottom: 5px solid #ddd;
	color: #34a7e0;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-transform: uppercase;
}

#footer-widgets .widget-area h4 {
	border: none;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 0px 0px;/*	
	min-height: 100px;*/
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	/*list-style-type: disc;*/
	margin: 0 0 0 0px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	width: 691px;
	float: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 15px 0px;
	color: #8a8989;
	letter-spacing: 3px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	border-bottom: 5px solid #eee;
	border-top: 5px solid #eee;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px 0;
}

.author-box p {
	font-size: 14px;
	line-height: 20px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 0px 0px;
	width: 50%;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
/*	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;*/
}
.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	width: 75px;

}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 33px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 33px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {

	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #34a7e0;
	border: 1px solid #34a7e0;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	float: left;
	width: 305px;
	padding: 0px;
	margin: 0px;
}
.tips{
	width: 305px;
	height: 319px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/10-top-tips.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.tips .newsletter{
	width: 248px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 84px 0px 0px 26px;
	}
.tips .newsletter p{
	font-size: 17px;
	color: #1b1b1b;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 13px 0px;
	}
.tips .newsletter .inputbox{
	width: 227px;
	padding: 4px 8px 4px 13px;
	margin: 0px 0px 8px 0px;
	border: 0px;
	text-transform: uppercase;
	color: #1b1b1b;
	}
.sidebar img {
	padding: 0px;
	margin: 0px 0px 17px 0px;
}

#sidebar-alt {
	float: left;
	width: 120px;
}

.sidebar p {
	font-size: 14px;
	line-height: 22px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {

	float: right;
}

.sidebar .widget {
	margin: 0 0 30px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	margin: 0 0 5px;
	word-wrap: break-word;
}

.widget-area ul li a,
.widget-area ul li a:visited {
	color: #333;
	text-decoration: underline;
}

.widget-area ul li a:hover {
	color: #34a7e0;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 5px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-family:  Arial, Helvetica, sans-serif; !important;
	font-size: 12px !important;
	font-weight: normal !important;
	padding: 5px 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.reply a,
.reply a:visited {
	font-weight: normal;
}

#header .searchsubmit {
	border: 3px solid #c5c5c5;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	text-decoration: none;
}

#header .searchsubmit:hover {
	border: 3px solid #c5c5c5;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 23px 0 0;
}

.nav .searchform {
	float: right;
}

.s {
	color: #666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 1px 0 0;
	padding: 5px 0 5px 7px;
	width: 200px;
}

#header .s {
	border: 3px solid #c5c5c5;
}

.nav .s {
	margin: 3px 1px 0 0;
}

#sidebar .s {
	background-color: #fff;
	width: 180px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 6px 0 6px 7px;
	width: 200px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #333;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 960px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}


#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}
	
/* Footer
------------------------------------------------------------ */

#footer {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	background-color: #006ec8;
	/*display:inline-table;*/
}

#footer .wrap {
	width: 999px;
	margin: 0 auto;
	padding: 25px 0px 0px 0px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	padding: 0px;
}
/* Footer Navigation Customize  with logo area
----------------------------------------------------------- */
.latest-news{
	width: 267px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 78px 0px 0px;	
	}
.latest-news h3{
	width: 256px;
	float: left;
	padding: 3px 0px 3px 11px;
	margin: 0px 13px 13px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #f58220;
	}
.blog-area{
	width: 267px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.blog-area a{
	color: #fff;
	text-decoration: none;
	}
.latest-news .blog-area h3{
	background: none;
}
.blog-area .single-blog{
	width: 267px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
.blog-area .single-blog .date{
	width: 47px;
	height: 39px;
	float: left;
	background-color:#FFF;
	padding: 5px 0px 0px 0px;
	margin: 0px 16px 0px 0px;
	text-align: center;
	font-size: 16px;
	color: #2c2c2c;
	}
.blog-area .blog-content{
	width: 197px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	font-size: 13px;
	}
.blog-area .blog-content p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
	}
.quick-links{
	width: 353px;
	float: left;	
	}
.quick-links h3{
	width: 177px;
	float: left;
	padding: 0px 0px 3px 11px;
	margin: 0px 13px 13px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #f58220;
	}
.quick-links p{
	width: 100%;
	float:left;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	}
.free-apprisal{
	width: 193px;

	height: 194px;

	float: left;
	background-image: url(images/free.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 0px 107px;
	}
.free-apprisal h2{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
	}
.free-apprisal p{
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	line-height: 22px;
	}
.footer-nav{
	width: 353px;	
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	}
.footer-nav ul{
	margin: 0px 0px 29px 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	list-style: disc;
	}
.footer-nav ul li{
	padding: 0px 0px 4px 0px;
	}
.footer-nav ul li a{
	color: #fff;
	text-decoration: none;
	}
.footer-nav ul li a:hover{
	color: #2d3691;
	text-decoration: none;
	}

.footer-address{
	width: 314px;
	height: 75px;
	float: left;
	padding: 0px;
	margin: 27px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	color: #787878;
	}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0;
	overflow: hidden;
	padding: 10px 0 20px;
	display: none;
}

#author,
#comment,
#email,
#url {
	font-size: 14px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 14px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	/*border: 1px solid #ddd;*/
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family:  Arial, Helvetica, sans-serif; !important;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.inputbox{
	width: 300px;
	height: 20px;
	border: solid 1px #0d77b7;
	margin-top: 6px;	
	}
.textarea{
	width: 300px;
	height: 120px;
	border: solid 1px #0d77b7;
	margin-top: 6px;	
	}
.btn-submit{
	width: 90px;
	height: auto;
	padding: 10px 0px;
	background-color: #f58220;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif	
	}
.testimonials{
	width: 100%;
	float: left;
	padding: 0px 0px 24px 0px;
	margin: 0px 0px 22px 0px;
	border-bottom: dotted 1px #666;	
	}
.testimonials .name{
	width: auto;
	height: 43px;
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/tes-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-style: italic;
	}
.testimonials .name1{
	width: auto;
	height: 43px;
	float: right;
	background-image: url(images/testi-right-1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px 10px 0px 0px;
	}
.testimonials .name2{
	width: auto;
	height: 30px;
	float: right;
	background-image: url(images/test-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -10px;
	padding-top: 16px;
	}
.testimonials-wrap{
	width: 100%;
	float: left;
	}
.about-wrap{
	width: 499px;
	float: left;
	background-image: url(images/about-stop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 80px 0px 0px 116px;
	margin: 20px 0px 20px 0px;
	}
.sitemap a{
	text-decoration: none;	
	}
	
.sitemap a strong{
	text-decoration: none;
	color: #f58220;	
	}



.REAWidget-footer{display: none!important;}
.REAWidget-show-more-link{visibility: hidden!important;}

#cssmenu #nav .wrap
#cssmenu #nav .wrap ul,
#cssmenu #nav .wrap ul li,
#cssmenu #nav .wrap ul li a,
#cssmenu #nav .wrap #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #0095d9;
}
#cssmenu #nav .wrap:after,
#cssmenu #nav .wrap > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #nav .wrap #menu-button {
  display: none;
}
#cssmenu #nav .wrap {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  /*background: #009ae1;*/
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu #nav .wrap > ul > li {
  float: left;
}
#cssmenu #nav .wrap.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu #nav .wrap.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu #nav .wrap.align-center ul ul {
  text-align: left;
}
#cssmenu #nav .wrap.align-right > ul > li {
  float: right;
}
#cssmenu #nav .wrap.align-right ul ul {
  text-align: right;
}
#cssmenu #nav .wrap > ul > li > a {
  padding: 10px 19px 10px 19px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu #nav .wrap > ul > li:hover > a,
#cssmenu #nav .wrap > ul > li.active > a {
  /*color: #009ae1;*/
}
#cssmenu #nav .wrap > ul > li.has-sub > a {
  /*padding-right: 25px;*/
}
#cssmenu #nav .wrap > ul > li.has-sub > a::after {
  /*position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;*/
}
#cssmenu #nav .wrap > ul > li.has-sub:hover > a::after {
 /* border-color: #009ae1;*/
}
#cssmenu #nav .wrap ul ul {
  position: absolute;
  left: -9999px;
  z-index: 700;
}
#cssmenu #nav .wrap li:hover > ul {
  left: auto;
}
#cssmenu #nav .wrap.align-right li:hover > ul {
  right: 0;
}
#cssmenu #nav .wrap ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu #nav .wrap.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu #nav .wrap ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu #nav .wrap ul li:hover > ul > li {
  height: auto;
}
#cssmenu #nav .wrap ul ul li a {
  padding: 10px 20px 14px 20px;
  width: 200px;
  font-size: 15px;
  background: #0095d9;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu #nav .wrap ul ul li:hover > a,
#cssmenu #nav .wrap ul ul li a:hover {
  color: #ffffff;
}
#cssmenu #nav .wrap ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu #nav .wrap.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu #nav .wrap ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu #nav .wrap {
    width: 100%;
  }
  #cssmenu #nav .wrap ul {
    width: 100%;
    display: none;
	margin-left: 0px;
	padding-left: 0px;
  }
  #cssmenu #nav .wrap.align-center > ul,
  #cssmenu #nav .wrap.align-right ul ul {
    text-align: left;
  }
  #cssmenu #nav .wrap ul li,
  #cssmenu #nav .wrap ul ul li,
  #cssmenu #nav .wrap ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu #nav .wrap ul li a,
  #cssmenu #nav .wrap ul ul li a {
    width: 100%;
  }
  #cssmenu #nav .wrap > ul > li,
  #cssmenu #nav .wrap.align-center > ul > li,
  #cssmenu #nav .wrap.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu #nav .wrap ul ul li a {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    color: #fff;
    background: none;
  }
  #cssmenu #nav .wrap ul ul li:hover > a,
  #cssmenu #nav .wrap ul ul li a:hover {
    color: #000000;
  }
  #cssmenu #nav .wrap ul ul ul li a {
    padding-left: 40px;	
  }
  #cssmenu #nav .wrap ul ul,
  #cssmenu #nav .wrap ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;	
	background-color: #f2610e;
  }
  #cssmenu #nav .wrap > ul > li.has-sub > a::after,
  #cssmenu #nav .wrap ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #nav .wrap #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
  }
  #cssmenu #nav .wrap #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #nav .wrap #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu #nav .wrap .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu #nav .wrap .submenu-button::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu #nav .wrap .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu #nav .wrap .submenu-button.submenu-opened:after {
    display: none;
  }
}



@media only screen and (min-width: 120px) and (max-width: 990px) {
#header{
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	}
.header-top{
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;	
	}
.logo{
	width: 100%;
	height: 108px;
	float: left;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	text-align:center;	
	}
.logo img{
	width: 300px;
	}
.header-content{
	width: 265px;
	float: none;
	padding: 0px;
	margin: 0 auto;
	}	
.header-phno{
	width: 85%;
	background-position: 25px 5px;
	font-size: 29px;
	text-align:center;
	}
.header-email{
	width: 84%;
	height: 40px;
	float: left;
	padding: 0px 0px 0px 33px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/icon-email.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-weight: normal;
	color: #8d8e90;
	font-weight:500;
	text-decoration: none;
	}	
.flexnav li ul {
    width: 100%; }
.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center;
	}
#content-sidebar-wrap {
	float: left;
	width: 100%;
	
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 100%;
}


.full-width-content #content-sidebar-wrap {
	width: 100%;
}

.latest-blog-post{
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color:#FFF;*/
	/*width: 746px;
	float: left;
	padding: 0px;
    margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5b5959;	*/
	}

.latest-blog-post .single-post{
	width: 97%;
	float: left;
	padding: 23px 0px 0px 0px;
    margin: 0px 0px 0px 14px;
	}
#content {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	padding: 20px;
	width: 700px;
	min-height: 400px;
	background-color:#FFF;
	margin-top: 20px;*/
}
.content-sidebar #content,
.sidebar-content #content {
	width: 94%;
	margin: 0 auto;
	float: none;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	margin: 0 auto;
	float: none;
}

.content-sidebar-sidebar #content,
.sidebar-sidebar-content #content {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.content-area{
	width: 94%;
	margin: 0 auto;
	float: none;	
	}
#inner{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;	
	}
.entry-content{
	width: 100%;
	float: left;
	text-align: center;	
	
	}
.entry-content h2{
	font-size: 15px;
	line-height: 21px;		
	}
h3.entry-title{
	font-size: 25px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	line-height: 26px;	
	}
.sidebar {
	float: none;
	width: 305px;
	padding: 0px;
	margin: 0 auto;
}
#content p{
	padding-right: 0px;
	}
#content ul li{
	background-image: none;
	}
#content ul li{
	padding-left: 0px;
	margin-left: 0px;
	}
#footer{
	background-color: #006ec8;	
	}
#footer .wrap {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	background-color: #006ec8;	
}
.latest-news{
	width: 267px;
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;	
	}
.quick-links{
	width: 267px;
	float: none;
	margin: 0 auto;	
	}
.quick-links h3{
	width: 100%; 	
	}
.free-apprisal{
	width: 267px;
	height: auto;
	float: none;
	background-image: none;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	}
.footer-nav{
	width: 100%;	
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	}
.free-apprisal h2{
	width: 100%;
	float: left;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
	}
.header-banner{
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	}
.metaslider{
	width: 100%;	
	}
.metaslider img{
	width: 100%;	
	}
.contact-today{
	width: 100%;
	height: 324px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	margin-top: 6px;
	background-image: url(images/contact-today.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#f2610e;
	}
.contact-today .txtarea{
	width: 265px;
	height: 160px;
	float: none;
	padding: 79px 0px 0px 0px;
	margin: 0 auto;
	}
.contact-today .follow-us{
	width: 265px;
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	text-align: right;
	}
.post-info{
	text-align: center;	
	}
.entry-content p{
	padding: 0 0px 20px 0px;	
	}
}