/*
Theme Name: Accelerate
Theme URI: http://themegrill.com/themes/accelerate/
Author: ThemeGrill
Author URI: http://themegrill.com
Description: Accelerate is multipurpose WordPress theme made for simplicity and ease of use. This theme is a piece of art that has this premium look and feel which will make your site stand out. Supports all post formats. Accelerate can be used for portfolio, business, blog, personal, travel, corporate, business services or any other kinds of sites. Get free support in http://themegrill.com/support-forum/ and check the demo at http://demo.themegrill.com/accelerate/. Available Translation: Polish and Hungarian.
Version: 1.1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats
Text Domain: accelerate

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
   font-weight: bold;
}
th, td {
   border: 1px solid #EAEAEA;
   padding: 6px 10px;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
a img:hover {
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	box-shadow: #000 0 0 0;
}
embed, iframe, object {
	max-width: 100%;
}
/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #666666;
	font: 16px 'Roboto', sans-serif;
	line-height: 20px;
	word-wrap: break-word;
	font-weight: 400;
}
body {
	/*background: #eaeaea;*/
	background:#FFF url('images/bodybg.jpg') top left repeat-x;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 18px;
	color: #444444;
	font-weight: normal;
	font-family: 'Roboto Slab', sans-serif;
}
h1 { font-size: 30px; line-height: 36px; }
h2 { font-size: 28px; line-height: 34px; }
h3 { font-size: 26px; line-height: 32px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 22px; line-height: 28px; }
h6 { font-size: 19px; line-height: 25px; }
hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
	line-height: 24px;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 19px;
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background: #F8F8F8;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
	font-size: 16px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 10px;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 30px 30px 20px 50px;
	margin-bottom: 20px;
	background-color: #77CC6D;
	color: #FFFFFF;
	border-radius: 5px;
}
blockquote p {
	font-size: 22px;
	font-family: 'Roboto Slab';
	line-height: 1.4;
	position: relative;
}
blockquote p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 22px;
	position: absolute;
	top: -5px;
	left: -30px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}
blockquote a {
   color: #ffffff;
   text-decoration: underline;
}
blockquote a:hover {
   text-decoration: underline;
   font-weight: bold;
}

/* =FORMS
----------------------------------------------- */
input, textarea {
 	-webkit-border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	padding: 1%;
	border: 1px solid #9c9c9c;
	line-height: 20px;
	width: 98%;
	margin: 0 0 20px;
	background-color: #ecebeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#000000;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #EAEAEA;
}
input.s {
	width: 60%;
	padding: 4px 10px;
	height: 32px;
	float: left;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #EAEAEA;
	border-right: none;
	border-radius: 3px 0 0 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.s:focus {
	padding-left: 10px;
	border-color: #EAEAEA;
	text-indent: 0;
}
.accelerate-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   margin-bottom: 30px;
   padding: 10px 20px;
	background-color: #243B73;
	border: 0px;
	transition: background-color 0.3s linear 0s;
   -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
   font-size: 14px;
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display:inline-block;
   color: #FFFFFF;
   font-weight:400;
}
#search-form input[type="submit"] {
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 12px;
  height: 32px;
  display: block;
  float: left;
}
.accelerate-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background-color: #33363B;
}
.previous a,
.next a {
   padding: 5px 0;
	cursor: pointer;
   font-size: 16px;
}
.previous a:hover,
.next a:hover {
	text-decoration: underline;
}
/* =LINKS
----------------------------------------------- */
a {
	color: #243B73;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}

/* =IMAGES
----------------------------------------------- */
figure {
	margin: 0;
	text-align: center;
	background: url('images/slider-bg.jpg') top left repeat-x;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {
}
img#wpstats {
 	display: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
.tg-after-three-blocks-clearfix {
	clear: both;
}
.tg-featured-posts-clearfix {
	clear: both;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************/
/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {
	padding-top: 15px;
	padding-bottom: 15px;
}
#page {
	max-width: 1060px;
	margin: 0 auto;
	/***background-color: #FFFFFF;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	border-top: 3px solid #77CC6D;*/
}
.wide {
	padding-top: 0;
	padding-bottom: 0;
}
.wide #page {
	max-width: 100%;
}
.inner-wrap {
	margin: 0 auto;
	max-width: 1060px;
}

#main .inner-wrap {
	background-color: #FFFFFF;
}

/* =HEADER
----------------------------------------------- */
#masthead {
}
#header-text-nav-container {
	/*border-bottom: 1px solid #F2F2F2;
	background-color: #F8F8F8;*/
}

#header-text-nav-wrap {
	padding: 0px 0px 0px 0px;
	background: url('images/logo-bg.png') top left no-repeat;
}
#header-left-section {
	float: left;
	margin-right: 25px;
}
#header-logo-image {
	float: left;
	padding: 13px 20px 0 170px;
	max-width: 100%;
}
#header-logo-image img {
	margin-bottom: 0px;
}
#header-text {
	float: left;
	padding: 10px 20px 0 0;
}
#site-title a {
	color: #555555;
	font-size: 36px;
}
h1#site-title {
	padding-bottom: 5px;
}
#site-title a:hover {
	color: #77CC6D;
}
#site-description {
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 0;
	color: #999999;
}
#header-right-section {
	float: right;
}
#header-right-sidebar {
	overflow: hidden;
}
#header-right-section .widget {
	text-align: right;
	padding-top: 10px;
	color: #999999;
	font-size: 14px;
}
#header-right-section .widget h3 {
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 28px;
}
.header-image {
	margin-bottom: 0;
	width: 100%;
}

/* =SEARCH WIDGET
----------------------------------------------- */
#masthead input.s {
	width: 150px;
}
#search-form span {
	background-color: #77CC6D;
	height: 32px;
	width: 30px;
	line-height: 40px;
	margin-left: -2px;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
}
#masthead .search-wrap {
	position: relative;
}
#masthead .search-wrap span {
	right: 1px;
}

/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}
.main-navigation {
	width: 100%;
	/*background-color: #FFFFFF;*/
	background:#C4F1F7 url('images/menubg.png') top left repeat-x;
	border-radius: 5px;
	border:1px #FFF solid;
	margin-bottom:10px;
}
.main-navigation li {
	float: left;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.main-navigation a {
	color: #004CAD;
	display: block;
	float: left;
	font-size: 14px;
	/*padding: 12px 16px;*/
	padding: 9px 11px;
	font-weight:600;
	text-transform: uppercase;
}
.main-navigation li.default-menu,
li.default-menu {
	display: none;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	color: #FF8A00;
	/*background-color: #555555;*/
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 100;
	border-left: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	border-bottom: 1px solid #F8F8F8;
	margin-left: -1px;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display:block;
}
.main-navigation ul li ul {
	position: absolute;
	width: 200px;
	top: 44px;
}
.main-navigation ul li ul li {
	float: none;
	border-bottom: 1px solid #F8F8F8;
}
.main-navigation ul li ul li:last-child {
	float: none;
	border-bottom: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	padding: 8px 14px;
	color: #444444;
	background-color: #FFFFFF;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #FFFFFF;
	background-color: #77CC6D;
}
.main-navigation ul li ul li ul {
	left: 200px;
	top: 0;
}
.main-navigation select {
	display: none;
}

/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.site-header .menu-toggle {
	background: #243B73;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	padding: 5px 22px;
	margin: 0;
	text-align: center;
	font-family: 'Roboto';
}
.site-header .menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 21px;
	/*color: #243b73;*/
	padding-right: 10px;
}
.main-small-navigation {
	float: none;
	padding-top: 0;
	background-color: #000000;
}
.main-small-navigation ul {
  margin: 0;
  list-style: none;
}
.main-small-navigation a {
  display: block;
  color: #FFFFFF;
  padding: 7px 20px;
  text-decoration: none;
  border-bottom: 1px solid #F8F8F8;
  font-weight:400;
}
.main-small-navigation li {
  background-color: #14295D;
}
.main-small-navigation li:hover {
  background-color: #3F65A8;
  color: #FFFFFF;
}
.main-small-navigation ul ul a {
  padding-left: 60px;
}
.main-small-navigation ul ul ul a {
  padding-left: 80px;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
  background: #3F65A8;
  color: #FFFFFF;
}

/* =FOOTER MENU
----------------------------------------------- */
.footer-menu {
	float: right;
}
.footer-menu li {
	float: left;
	position: relative;
}
.footer-menu li.default-menu,
li.default-menu {
	display: none;
}
.footer-menu a {
	color: #0C0C0C;
	display: block;
	float: left;
	font-size: 10px;
	height: 21px;
	padding: 0px 26px 0px 0px;
	font-size: 13px;
}
.footer-menu a:hover,
.footer-menu ul li.current-menu-item a,
.footer-menu ul li.current_page_ancestor a,
.footer-menu ul li.current-menu-ancestor a,
.footer-menu ul li.current_page_item a,
.footer-menu ul li:hover > a {
	color: #0016B9;
}

/* =FEATURED SLIDER
----------------------------------------------- */
#featured-slider {

}
#featured-slider,
#featured-slider .slider-cycle {
	position: relative;
	margin-bottom:20px;
}
.slider-cycle {
}
#featured-slider .displayblock {
	display: block;
}
#featured-slider .displaynone {
	display: none;
}
#featured-slider .entry-container {
	right: 4%;
	margin: auto;
	position: absolute;
	bottom: 15%;
	z-index: 98;
	font-family: 'Roboto';
}

#featured-slider .entry-description-container {
}
#featured-slider img {
	margin-bottom: 0px;
	border:5px #FFF solid;
    border-radius:7px;
	width:100%;
	max-width:1050px;
}
#featured-slider .slider-title-head {
	left: 0;
	margin-bottom: 10px;
	text-align: right;
}
#featured-slider .entry-title {
	padding: 0;
}
.slider-title-head .entry-title a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #77CC6D;
	padding: 10px 15px;
	/*max-width: 400px;*/
	max-width: 1060px;
	display: inline-block;
	font-size: 22px;
}
#featured-slider .entry-content {
	color: #FFFFFF;
	display: inline-block;
	/*max-width: 400px;*/
	max-width: 1060px;
	text-align: right;
}
#featured-slider .entry-content p {
	margin: 0;
	padding: 10px 15px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	font-size: 15px;
}

#featured-slider .entry-container-left {
	left: 4%;
	right: auto;
	display:none;
}
#featured-slider .entry-container-left .slider-title-head {
	text-align: left;
}
#featured-slider .entry-container-left .entry-content {
	text-align: left;
}
a.slide-prev,
a.slide-next {
   opacity: 0.7;
   filter:alpha(opacity=70);
   background-color: #77CC6D;
   padding: 12px 14px;
   visibility: hidden;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 99;
}
.slide-prev i,
.slide-next i {
   color: #FFFFFF;
   font-size: 22px;
}
a.slide-next {
   padding-right: 8px;
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
   right: 0;
}
a.slide-prev {
   padding-left: 8px;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
}
.slider-cycle:hover a.slide-prev,
.slider-cycle:hover a.slide-next {
   visibility: visible;
}
a.slide-prev:hover,
a.slide-next:hover {
   opacity: 1;
   filter:alpha(opacity=100);
}

/* =SLIDER CONTROLLERS
----------------------------------------------- */
#controllers {
	text-align:center;
	line-height:0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 99;
}
#controllers a {
	width: 16px;
	height: 6px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#controllers a:hover, #controllers a.active {
	background-color: #77CC6D;
	color: #77CC6D;
}

/* =PAGE HEADER TITLE
----------------------------------------------- */
.page-header .page-title {
	border-bottom: 1px solid #F8F8F8;
	margin-bottom: 20px;
}

/* =CONTENT
----------------------------------------------- */
.sticky {
}
#main {
	padding-top: 0px;
}

/* =POST FORMAT
----------------------------------------------- */
/* POST FORMAT LINK */
.format-link .entry-content p {
	text-align: center;
	padding-top: 30px;
}
.format-link .entry-content a {
	text-decoration: underline;
	text-transform: uppercase;
	padding: 15px 40px;
	border-radius: 3px;
	background-color: #77CC6D;
   color: #FFFFFF;
   transition: background-color 0.3s linear 0s;
   display: inline-block;
}
.format-link .entry-content a:hover {
	background-color: #33363B;
}
/* POST FORMAT ASIDE */
.format-aside .entry-header { display: none; }
/* POST FORMAT STATUS */

/* POST FORMAT STANDARD */
.format-standard .entry-meta .post-format i { display: none; }
.format-standard .entry-meta .sep { margin-right: 0; }

/* STICKY POST */
.sticky .entry-meta .post-format i { display: block; }
.sticky .entry-meta .sep { margin-right: 60px; }

/* =2,3,4 COLUMNS
----------------------------------------------- */
/* THREE COLUMN */
.tg-one-third {
	float: left;
	margin: 0 3.6364% 0 0;
	width: 30.909%;
}
.tg-one-third-last {
	float: right;
	margin-right: 0;
}
/* FOUR COLUMN */
.tg-one-fourth {
	float: left;
	width: 23.1527094%;
	margin: 0 2.46305419% 0 0;
}
.tg-one-fourth-last {
	margin: 0px;
}

/* TWO COLUMN */
.tg-one-half {
	float: left;
	width: 48.7684729%;
	margin: 0 2.46305419% 0 0;
	padding: 0px 0px 30px;
}
.tg-one-half-last {
	float: right;
	margin: 0px;
}

/* =RECENT WORK WIDGET
----------------------------------------------- */
.widget_recent_work {
	margin-bottom: 60px;
}
.widget_recent_work .widget-title {
	color: #444444;
	font-size: 28px;
	padding-bottom: 5px;
	text-align: center;
}
.widget_recent_work p {
	margin-bottom: 30px;
	text-align: center;
}
.widget_recent_work img {
	margin-bottom: 0px;
}
.widget_recent_work .tg-one-fourth {
	position: relative;
	width: 25%;
	margin-right: 0;
}
.widget_recent_work .recent_work_title {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	bottom: 0;
	position: absolute;
	transition: all 0.6s ease-out 0s;
	width: 100%;
	z-index: 1000;
}
.widget_recent_work .recent_work_title .title_box {
	text-align: center;
}
.widget_recent_work .recent_work_title .title_box h5 {
	font-size: 16px;
	font-family: 'Roboto';
	padding: 8px;
}

/* =WIDGET FEATURED SINGLE POST
----------------------------------------------- */
#secondary .widget_featured_single_post h3.widget-title a {
	color: #444444;
}
#secondary .widget_featured_single_post h3.widget-title a:hover {
	text-decoration: none;
	color: #77CC6D;
}
#secondary .widget_featured_single_post a.read-more:hover {
	text-decoration: none;
}

/* =WIDGET IMAGE SERVICE WIDGET
----------------------------------------------- */
.widget_image_service_block {
	text-align: center;
	padding-bottom: 50px;
}
.widget_image_service_block img {
	margin-bottom: 15px;
}
.widget_image_service_block .entry-title {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 10px;
}
.widget_image_service_block .entry-title a {
	color: #444444;
}
.widget_image_service_block .entry-title a:hover {
	color: #77CC6D;
}
.widget_image_service_block p {
	font-size: 15px;
}
.widget_image_service_block .more-link span {
   font-size: 14px;
   padding: 6px 14px;
}

/* =NAVIGATION
----------------------------------------------- */
.default-wp-page .previous {
	float: left;
	margin-bottom: 30px;
}
.default-wp-page .next {
	float: right;
	margin-bottom: 30px;
}
.wp-pagenavi {
	text-align: center;
}

/* =PAGINATION
----------------------------------------------- */
.pagination {
	margin: 15px 0;
}
.pagination span {
	padding: 2px 5px;
	border: 1px solid #EAEAEA;
	background-color: #77CC6D;
	color: #FFFFFF;
}
.pagination a span {
	background-color: #FFFFFF;
	color: #666666;
}
.pagination a span:hover {
	color: #77CC6D;
	border-color: #77CC6D;
	text-decoration: none;
}

/* =CALL TO ACTION WIDGET
----------------------------------------------- */
.widget_call_to_action {
	text-align: center;
	margin-bottom: 60px;
}
.call-to-action-content-wrapper {
	background-color: #F8F8F8;
	border-radius: 5px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.call-to-action-content h3 {
	font-size: 28px;
	padding-bottom: 6px;
}
.widget_call_to_action .read-more {
	float: none;
	font-size: 20px;
	padding: 15px 40px;
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 4px 0;
}
.gallery-caption {
}

/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
.gallery {
	margin: 0 auto 2em;
}
.gallery .gallery-item {
	float: left;
	display: block;
	background: #fff;
	margin: 10px 1.5% 20px;
	text-align: center;
}
.gallery .gallery-item:hover { }
.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}
.gallery-columns-1 .gallery-item { float: none; text-align: center; width:100%; margin: 10px 0 20px; }
.gallery-columns-2 .gallery-item { width:47%; }
.gallery-columns-3 .gallery-item { width:30.33%; }
.gallery-columns-4 .gallery-item { width:22%; }
.gallery-columns-5 .gallery-item { width:17%; }
.gallery-columns-6 .gallery-item { width:13.6%; }
.gallery-columns-7 .gallery-item { width:12.25%; margin:10px 1% 10px; }
.gallery-columns-8 .gallery-item { width:10.5%; margin:10px 1% 10px; }
.gallery-columns-9 .gallery-item { width:9.11%; margin:10px 1% 10px; }
.gallery dl a {
	display: block;
}
.gallery dl a img {
	height: auto;
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 20px;
	line-height: 1.2;
	margin: 10px 0 0;
}
.gallery br+br { display:none; }

/* =COMMENTS
----------------------------------------------- */
#comments {
	border-top: 1px solid #F8F8F8;
   padding-top: 15px;
}
#comments i {
	font-size: 16px;
	color: #AAAAAA;
	padding-right: 10px;
}
.comments-title {
	font-size: 22px;
	line-height: 28px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-navigation {
	margin-bottom: 15px;
}
.bypostauthor {
}
#comments h2.comments-title {
	margin-bottom: 10px;
}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #77CC6D;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #77CC6D;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #77CC6D;
	color: #FFFFFF;
	border-radius: 3px;
}
.comments-area article header .comment-edit-link:before{
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 16px;
	padding-right: 10px;
}
.comment-content {
	padding: 15px 15px 25px;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
}
.comment {
	margin-bottom: 20px;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #AAAAAA;
}
.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 16px;
	padding-right: 10px;
}
.comment .comment-reply-link:hover {
	color: #77CC6D;
}
.comment-list {
	margin-bottom: 25px;
}
.comment-list .children {
   margin-left: 20px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.screen-reader-text { display: none; }
.nav-previous,
.nav-next {
   margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
   color: #77CC6D;
	cursor: pointer;
   font-size: 16px;
}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

/* =COMMENT FORM
----------------------------------------------- */
#respond {
}
#respond h3#reply-title {
	font-size: 22px;
	line-height: 28px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
#respond form label {
	display: block;
	line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	font-size: 15px;
	line-height: 1;
	color: #5e5e5e;
	display: none;
}
.required {
	color: red;
}

/* =WIDGETS
----------------------------------------------- */
#secondary .widget ul li, #colophon .widget ul li {
	line-height: 1.5;
	border-bottom: 1px solid #F8F8F8;
	padding: 5px 0;
}
#colophon .widget ul li {
	border-bottom: 1px solid #444444;
}
#secondary .widget ul li li, #colophon .widget ul li li {
	border-bottom: none;
}
#secondary .widget ul ul, #colophon .widget ul ul {
	padding-left: 10px;
}
.widget select {
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	width: 60%;
}
#secondary h3.widget-title {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 15px;
}
#secondary .widget, .error-404 .widget {
	margin-bottom: 35px;
	font-size: 16px;
}
#secondary a:hover {
	text-decoration: underline;
}
.error-404 {
	padding-bottom: 20px;
	text-align: center;
}
.error-404 input.s {
	width: 50%;
}

/* =CALENDAR WIDGET
----------------------------------------------- */
#wp-calendar {
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
	padding-bottom: 10px;
}
#wp-calendar #today {
	color: #77CC6D;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar #next {
	padding-right: 35px;
	text-align: right;
}
.widget_calendar #wp-calendar th {
   font-weight: 600;
}
.widget-title span {
	/*border-bottom: 2px solid #77CC6D;*/
	padding-bottom: 5px;
}
#colophon #wp-calendar th,
#colophon #wp-calendar td {
	border: 1px solid #444444;
	padding: 3px 2px 3px 8px;
}
.widget th, .widget td {
   padding: 1px 1px 1px 2px;
}

/* =WIDGETS ICON
----------------------------------------------- */
#secondary h3 span:before, .footer-widgets-area h3 span:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #77CC6D;
	font-size: 20px;
	padding-right: 5px;
}

#archives h3 span:before,
.widget_archive h3 span:before {
	content: "\f017";
}

.widget_calendar h3 span:before {
	content: "\f073";
	font-size: 16px;
}

.widget_categories h3 span:before {
	content: "\f07c";
}

#secondary .widget_pages h3 span:before,
.footer-widgets-area .widget_pages h3 span:before {
	content: "\f0f6";
	padding-right: 8px;
}

.widget_recent_comments h3 span:before {
	content: "\f0e6";
}
.widget_recent_comments #recentcomments li:before {
	content: "\f075";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #EAEAEA;
	font-size: 16px;
	padding-right: 5px;
}

.widget_search h3 span:before {
	content: "\f002";
}

.widget_text h3 span:before {
	/*content: "\f0f6";*/
}

.widget_tag_cloud h3 span:before {
	content: "\f02c";
}

.accelerate_tagcloud_widget h3 span:before {
	content: "\f02c";
}
.accelerate_tagcloud_widget h3 span:before {
	content: "\f02c";
}
.accelerate_tagcloud_widget a:before {
	content: "\f02b";
	color: #D5D5D5;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 12px;
	padding-right: 5px;
}
.accelerate_tagcloud_widget a {
	color: #666666;
	background-color: #F8F8F8;
	margin: 0 4px 6px 0;
   padding: 3px 6px;
	display: inline-block;
	border-radius: 3px;
}
.footer-widgets-area .accelerate_tagcloud_widget a {
	background-color: #D5D5D5;
	color: #666666;
}
.footer-widgets-area .accelerate_tagcloud_widget a:before {
	color: #FFFFFF;
}
#secondary .accelerate_tagcloud_widget a:hover,
.footer-widgets-area .accelerate_tagcloud_widget a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #77CC6D;
}

#secondary .widget_nav_menu h3 span:before,
.footer-widgets-area .widget_nav_menu h3 span:before {
	content: "\f0c9";
	font-size: 21px;
}

.widget_recent_entries h3 span:before {
	content: "\f040";
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
	/*background-color: #F5F5F5;
	border-top: 12px solid #767676;*/
	background:#03397B url('images/bottombg.png') 0px 0px repeat;
}
.footer-widgets-area {
	padding-top: 10px;
	padding-bottom: 0px;
	color: #AAAAAA;
}
.footer-widgets-area .widget-title {
	text-align: left;
}
.footer-widgets-area h3.widget-title {
	color: #FFFFFF;
}
.footer-widgets-area p {
	text-align: left;
	color: #AAAAAA;
}
.footer-widgets-area a {
	color: #FFFFFF;
}
.footer-widgets-area a:hover {
	color: #77CC6D;
}
#colophon .widget {
	padding-bottom: 25px;
}
#colophon .widget-title {
	font-size: 22px;
	line-height: 32px;
	color:#243B73;
}
#colophon, #colophon p {
	font-size: 14px;
	line-height: 20px;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
	padding: 20px 0px;
	background-color: #FFFFFF;
	border-top: 0px solid #FFFFFF;
	background:#FFFFFF url('images/bottombg1.png') top center no-repeat;
}
.footer-socket-area {
	width: 100%;
}
.footer-socket-wrapper .copyright {
	color: #0C0C0C;
	/*max-width: 50%;
	float: left;*/
	float:none;
	font-size: 13px;
}
.footer-socket-wrapper .copyright a {
	color: #0C0C0C;
}
.footer-socket-wrapper .copyright a:hover {
	color: #77CC6D;
}
.footer-socket-wrapper .footer-menu {
	/*float: right;*/
	float: none;
}
.footer-socket-wrapper .footer-menu a {
	padding-top: 0;
}
.footer-socket-wrapper .footer-menu ul li ul {
	top: 21px;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	background-color: #77CC6D;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	padding: 10px 16px;
	border-radius: 2px;
}
a#scroll-up i {
	color: #FFFFFF;
}
a#scroll-up:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
	float: left;
	width: 68.4546%;
	padding:15px 2% 0px 2%;
}
#secondary {
	float: right;
	width: 22.909%;
	margin-top:67px;
	padding:15px 2% 0px 2%;
}

/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}

/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}
.no-sidebar-full-width #primary {
	width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
	display: none;
}

/* =POST CONTENT
----------------------------------------------- */
#content .post, #content .page {
	padding-bottom: 35px;
}
#content .post {
}
.single #content .post {
	padding-bottom: 25px;
}
.post .entry-title {
	font-size: 26px;
	line-height: 32px;
}
.post .entry-title a {
	color: #444444;
	transition: all 0.3s ease 0s
}
.post .entry-title a:hover {
	color: #77CC6D;
}
.post .entry-content {
	margin-bottom: 10px;
}
.entry-content ul {
	list-style: square;
}
.entry-content ul,
.entry-content ol {
	padding: 0 0 0 16px;
   margin-bottom: 20px;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
}
.entry-content li {
	line-height: 1.3;
	padding-bottom:7px;
}
.post .entry-content a:hover {
	text-decoration: underline;
}
.blog-small .post .post-featured-image {
	float: left;
	width: 32%;
	text-align: left;
	padding-right: 4%;
}
.blog-alternate-small #primary article:nth-child(odd) figure {
	float: left;
	padding-right: 4%;
}
.blog-alternate-small #primary article:nth-child(even) figure {
	float: right;
	padding-left: 4%;
}

/* =POST META
----------------------------------------------- */
.entry-meta {
	color: #AAAAAA;
	padding-bottom: 20px;
}
.entry-meta .byline i,
.entry-meta .cat-links i {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	color: #77CC6D;
}
.entry-meta .byline,
.entry-meta .cat-links {
}
.entry-meta .byline {
	margin-right: 25px;
}
.entry-meta a {
	color:#77CC6D;
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta .sep {
	display:block;
	border-top:1px solid #F8F8F8;
	position:relative;
	margin:15px 60px 10px 0;
}
.entry-meta .post-format {
	padding: 5px;
	position: absolute;
	right: -64px;
	top: -32px;
}
.entry-meta .post-format i {
	background-color: #77CC6D;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 12px 8px 8px 8px;
	font-size: 20px;
}
.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .edit-link,
.entry-meta .tag-links {
	font-size:12px;
	line-height:20px;
	margin-right:25px;
}
.entry-meta .posted-on a,
.entry-meta .comments-link a,
.entry-meta .edit-link a,
.entry-meta .tag-links a {
	color: #AAAAAA;
}
.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover,
.entry-meta .edit-link a:hover,
.entry-meta .tag-links a:hover {
	color:#77CC6D;
	text-decoration:none;
}
.entry-meta .posted-on i,
.entry-meta .comments-link i,
.entry-meta .edit-link i,
.entry-meta .tag-links i {
	font-size:14px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration:none
}
.read-more {
	font-size: 16px;
	margin-top: 10px;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #77CC6D;
	transition: background-color 0.3s linear 0s;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	float: left;
}
a.read-more:hover {
	background-color: #33363B;
	border-color: #33363B;
}
.more-link {
	display: block;
	margin-top: 25px;
}
.more-link span {
	font-size: 16px;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #77CC6D;
	transition: background-color 0.3s linear 0s;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}
.more-link  span:hover {
	background-color: #33363B;
	border-color: #33363B;
}
.entry-content a.read-more:hover {
	text-decoration: none;
}


/*** NEW CSS START ***/
.homebox {padding:15px 20px; font-size:13px; font-family:Arial; min-height:260px;}
.homebox1 {float:left; width:32%; margin:0px; padding: 0px; background:#EBEBEB; border:1px #CCCCCC solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.homebox2 {float:left; width:32%; margin:0px 0px 0px 1.8%; padding: 0px; background:#FFFFFF; border:1px #CCCCCC solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.homebox3 {float:right; width:32%; margin:0px; padding: 0px; background:#FFFFFF; border:1px #CCCCCC solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.head1 {color:#243B73; font-size:24px; font-weight:700; margin:0px 0px 10px 0px; padding:0px;}
.homelilist {margin:0px; padding:0px;}
.homelilist ul {margin:0px; padding:0px;}
.homelilist ul li {margin:0px; padding:0px 0px 11px 17px; background: url('images/arrow.png') 0px 2px no-repeat; color:#000000; float:left; width:45%; font-size:13px; font-family:Arial;}
.homeimg {text-align:right;}
.homeimg img {margin:0px;}
.hometext {margin:0px;}
.hometext p {margin:0px;padding:0px 0px 14px 0px; font-family:Arial; font-size:13px; line-height:20px;}

/*for broker*/

.bhomebox2 {float:left; width:21%; padding:10px; margin:0px 1.7% 0px 1.7%; padding: 0px; background:#FFFFFF; border:1px #CCCCCC solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.bhead1 { text-align:center;}
.bhead1 p{color:#243B73; font-size:15px; font-weight:700; margin:5px 0px 0px 0px; padding:0px; text-align:center}
.bhead1 small { font-size:14px;}
.bhomelilist {margin:0px; padding:0px;}
.bhomeimg {text-align:center;}
.bhomeimg img {margin:0px; padding:10px 0 10px 0px}
.bhometext {margin:0px;}
.bhometext p {margin:0px;padding:10px 0px 10px 0px; font-family:Arial; font-size:13px; line-height:20px; text-align:center;}
.bhometext button{ background-color:#4B58A2; padding:5px 12px; margin-bottom:0px; }
/*end broker*/
.newsletter {float:left; width:50%; margin:0px;}
.calculator {float:right; width:35%; margin:0px;}
.head2 {color:#222222; font-size:27px; font-weight:400; margin:0px 0px 30px 0px; padding:0px;}
.hometext1 {margin:0px; font-size:14px; font-weight:400;}
.hometext1 p {margin:0px;padding:0px 0px 14px 0px; font-family:Arial; font-size:14px; line-height:20px;}

.hometext1 a {font-size:15px; line-height:30px;}
.hometext1 a:hover {font-size:15px; margin:0px 0px 7px 0px; color:#000;}
.hometext1 a:before {color: #0163A7; content: "\f054"; font-family: FontAwesome; text-decoration: none; padding-right:8px;}

.address {padding:0px 4px 8px 0px;}
.address, .email {font-weight:400; color:#333333;}
.address span, .email span {color:#243B73; padding-right:3px;}
.email em {font-size:20px; font-style:normal; color:#333333;}
.tphone{padding-left:20px; color:#333333;}

.address:before {color: #0163A7; content: "\f015"; font-family: FontAwesome; text-decoration: none; padding-right:5px; font-size:16px;}
.tphone:before {color: #0163A7; content: "\f095"; font-family: FontAwesome; text-decoration: none; padding-right:5px; font-size:18px;}
.email:before {color: #0163A7; content: "\f0e0"; font-family: FontAwesome; text-decoration: none; padding-right:5px; font-size:14px;}

.newsletter img, .calculator img {float:left; margin:0px 30px 15px 0px;}

.toptext {clear:both; height:40px; font-size:17px; font-weight:500; text-align:center;}
.topicon {float:left; width:22%; margin:0px 0px 10px 0px; text-align:center; cursor:pointer;}
.topicon1 {float:left; width:17%; margin:0px 0px 10px 0px; text-align:center; cursor:pointer;}
.topicon2 {float:right; width:17%; margin:0px 0px 10px 0px; text-align:center; cursor:pointer;}

.topbutton {float:left; width:20%; margin:0px 0px 10px 0px; text-align:center; cursor:pointer;}
.topbutton1 {float:left; width:20%; margin:0px 0px 10px 0px; text-align:center; cursor:pointer;}
.topbutton2 {float:right; width:20%; margin:0px 0px 10px 0px; text-align:center; cursor:pointer;}

#text-2, #text-3, #text-5, #text-6 {margin:0px 0px 40px 0px;}
#text-6 {max-width:1060px; margin:0px auto;}
#text-6 h3 {text-align:center; margin:0px; padding:0px 0px 7px 0px;}

.homecon {max-width:1060px; margin:0px auto;}

footer .tg-one-third {float: none; margin: 0px; width: 100%;}
.ficon {float:left; width:17%; text-align:center;}
.ficon1 {float:right; width:15%; text-align:center;}
.ficon img, .ficon img {width:100%; max-width:90px; height:auto;}

#footerleft {float:none; width:100%; margin:0px; text-align:center;}
#footerright {float:right; width:124px; margin:0px;}
.fmenu {padding:15px 0px 10px 0px;}
.fmenu a {color:#000000;}
.fmenu a:hover {color:#243b73}

#featured-slider .entry-container-left {left: 8%;right: auto;}
#slidercontent {margin:0px; padding:0px;}
.slidercontent_left {float:left; width:40%; margin:0px;}
.slidercontent_right {float:right; width:40%; margin:0px;}
.slider_text {margin:0px; padding:0px 80px 40px 0px; color:#000; font-weight:400;}
.slider_left_button {margin:0px;}
.slider_left_button {text-align:left; margin:0px 0px 50px 0px;}
.slider_right_button {text-align:right; padding:60px 0px 0px 0px;}
.slider_button1 {margin:0px 0px 50px 0px;}
.slider_button2 {margin:0px 0px 0px 0px;}
.slider_box {margin:0px 0px 40px 0px;}
.slider_box table {width:80%;}
.slider_box th, td {border:0px;}
.slider_p {font-size:34px; color:#000; font-family:Times New Roman; font-weight:400;}
.slider_p span {font-size:30px;}
.slider_t {font-size:15px; color:#000; padding:8px 0px 0px 0px; font-weight:400;}

#aboutright {margin:0px; padding:60px 0px 0px 0px;}
#contactform{margin:0px;}
#contactform p {margin:0px; padding:0px;}
#contactform input[type="text"], #contactform input[type="email"], #contactform input[type="search"], #contactform input[type="password"] {width:98%; padding:4px 1%; margin:0px 0px 14px 0px;}
#contactform textarea {height:80px;}
#contactmap {margin:0px;}
#contactmap iframe {width:100%; height:600px;}

#Compare {margin:0px;}
#Compare iframe {width:100%; max-width:650px; height:350px;}

#Insurance iframe {width:100%; max-width:650px; height:350px;}


#Repayment table {width:auto;}
#Repayment th, #Repayment td {padding:6px 10px 6px 0px;}
#Repayment input[type="text"], #Repayment input[type="email"], #Repayment input[type="password"], #Repayment textarea {margin:0px; max-width:150px;}

#Retirement table {width:60%;}
#Retirement th, #Retirement td {padding:6px 10px 6px 0px;}
#Retirement input[type="text"], #Retirement input[type="email"], #Retirement input[type="password"], #Retirement textarea {margin:0px;}

#secondary .widget ul li {background:#F0F0F0 url(images/rightmenubg.jpg) top left repeat-x; display:block; margin:0px 0px 3px 0px; padding:2px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border:1px #DBDBDB solid;}
#secondary .widget ul li:hover {background:#F0F0F0 url(images/rightmenubg.jpg) -40px -40px no-repeat;}
#secondary .widget ul li a {color:#0163a7; text-decoration:none;}
#secondary .widget ul li:before {color: #0163A7; content: "\f101"; font-family: FontAwesome; text-decoration: none; padding-right:8px;}
#colophon .widget ul li:before {color: #0163A7; content: "\f101"; font-family: FontAwesome; text-decoration: none; padding-right:8px;}


#subscribe {margin:0px; color:#FFF;}
#subscribe h3 {font-size:16px; color:#FFF; margin:0px; padding:0px;}
.subscribe_left {float:left; width:55%;}
.subscribe_right {float:right; width:35%; padding:10px 0px 0px 0px;}

.garybox {float:left; width:49%; background:#DFDFDF url('images/graybg.png') top left repeat-x; border-radius:10px; box-shadow: 1px 2px 5px #888888; border:1px #D0D0D0 solid; min-height:250px;}
.garybox1 {float:right; width:49%; background:#DFDFDF url('images/graybg.png') top left repeat-x; border-radius:10px; box-shadow: 1px 2px 5px #888888; border:1px #D0D0D0 solid; min-height:250px;}

.homebox-space {padding:15px; color:#000;}

.header-right {float:right; width:247px; min-height:107px; background: url('images/call-box1.png') top left no-repeat; color:#000; text-align:left; margin:0px 70px 0px 0px; line-height:18px;}
.header-right a {color:#000;}
.h-link { padding:1px 0px 2px 20px;   /*background: #0673ab none repeat scroll 0 0;
    border: 1px solid #0673ab;
    border-radius: 6px 6px 0 0;
    color: white;
    font-weight: normal;
    margin: 0;
    padding: 1px 0;
    text-align: center;
	text-transform:uppercase;
    width: 66%;*/}
.h-link a{ color:#004cad;}
.h-link a:hover{ color:#004cad; text-decoration:underline;}
.h-phone {padding:1px 0px 2px 42px;}
.h-fax {padding:1px 0px 0px 42px;}
.h-email {padding:0px 0px 0px 42px;}
.h-link:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000000;
	font-size: 20px;
	padding-right:15px;
}

.responsive-tabs .responsive-tabs__list__item {font-size:16px !important;}

/* =RESPONSIVE STRUCTURE
----------------------------------------------- */
@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
}


@media screen and (max-width: 1040px) {
#featured-slider .entry-container-left {left: 8%;right: auto;}
#slidercontent {margin:0px; padding:0px;}
.slidercontent_left {float:left; width:40%; margin:0px;}
.slidercontent_right {float:right; width:40%; margin:0px;}
.slider_text {margin:0px; padding:0px 40px 40px 0px; color:#000;}
.slider_left_button {margin:0px;}
.slider_left_button {text-align:left; margin:0px 0px 0px 0px;}
.slider_right_button {text-align:right; padding:60px 0px 0px 0px;}
.slider_button1 {margin:0px 0px 50px 0px; padding-right:40px}
.slider_button2 {margin:0px 0px 0px 0px; padding-right:40px}
.slider_box {margin:0px 0px 40px 0px;}
.slider_box table {width:80%;}
.slider_box th, td {border:0px;}
.slider_p {font-size:30px; color:#000;}
.slider_p span {font-size:15px;}
.slider_t {font-size:15px; color:#000; padding:6px 0px 0px 0px;}
}

@media screen and (max-width: 768px) {
	#header-text-nav-wrap {
		padding: 0px 0;
	}
	/*#header-left-section {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
	#header-logo-image {
		float: none;
		text-align: center;
		margin-bottom: 10px;
		padding-right: 0;
	}*/

	#header-logo-image {padding:13px 20px 0 30px;}
	.header-right {margin:0px 30px 0px 0px;}

	#header-text {
		float: none;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
	}
	#site-description {
		padding-bottom: 5px;
	}
	#header-right-section {
		float: none;
		max-width: 100%;
	}
	#header-right-section .widget {
		padding: 0 0 10px 0;
		float: none;
		text-align: center;
	}
	.widget_recent_work .tg-one-fourth {
		width: 50%;
		float: left;
	}
	.footer-socket-wrapper .copyright {
		float: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-socket-wrapper .footer-menu {
		float: none;
		text-align: center;
	}
	.footer-socket-wrapper .footer-menu li {
		float: none;
		display: inline;
	}
	.footer-socket-wrapper .footer-menu a {
		float: none;
		display: inline;
		padding: 5px 5px 0;
	}


	#text-3 {margin:0px;}
	#featured-slider .entry-container-left {left: 4%;right: auto;}
	#slidercontent {margin:0px; padding:0px;}
	.slidercontent_left {float:left; width:50%; margin:0px;}
	.slidercontent_right {float:right; width:40%; margin:0px;}
	.slider_text {margin:0px; padding:0px 40px 10px 0px; color:#000;}
	.slider_left_button {margin:0px;}
	.slider_left_button {text-align:left; margin:0px 0px 0px 0px;}
	.slider_right_button {text-align:right; padding:60px 0px 0px 0px;}
	.slider_button1 {margin:0px 0px 50px 0px; padding-right:40px}
	.slider_button2 {margin:0px 0px 0px 0px; padding-right:40px}
	.slider_box {margin:0px 0px 10px 0px;}
	.slider_box table {width:80%; margin:0px;}
	.slider_box th, td {border:0px;}
	.slider_p {font-size:30px; color:#000;}
	.slider_p span {font-size:15px;}
	.slider_t {font-size:15px; color:#000; padding:6px 0px 0px 0px;}

}
@media screen and (max-width: 767px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation {
		float: none;
	}
	#featured-slider .entry-content {
		/**display: none;*/
	}
	.slider-nav {
		display: none;
	}
	#primary, #secondary {
		float: none;
		width: 94%;
		padding:15px 3% 0px 3%;
	}
	.tg-one-half, .tg-one-third, .tg-one-fourth {
		float: none;
		width: 100%;
		margin: 0;
	}
	.widget_image_service_block .tg-one-third {
		padding-bottom: 20px;
	}

	#header-left-section {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
	#header-logo-image {
		float: none;
		text-align: center;
		margin-bottom: 10px;
		padding: 0px;
	}
	
	.header-right {float: none; margin:0px auto 0px auto;}

	#header-text-nav-wrap {padding:10px 0px 2px 0px; background: url('images/logo-bg1.png') top center no-repeat;}

	.homebox {padding:15px 15px; min-height:auto;}
	.homebox1 {float:none; width:96%; margin:0px auto;}
	.homebox2 {float:none; width:96%; margin:15px auto 15px auto;}
	.homebox3 {float:none; width:96%; margin:0px auto;}

	#text-5 {width:96%; margin:0px auto;}

	#featured-slider .entry-container-left {left: 4%;right: auto;}
	#slidercontent {margin:0px; padding:0px;}
	.slidercontent_left {float:none; width:100%; margin:0px;}
	.slidercontent_right {float:none; width:100%; margin:0px;}
	.slider_text {margin:0px 20px 10px 0px; padding:5px 10px 5px 10px; color:#FFF; background:#000; opacity:0.7; font-size:13px;}
	.slider_left_button {margin:0px;}
	.slider_left_button {text-align:left; margin:0px 0px 10px 0px;}
	.slider_left_button img {width:100%; max-width:130px; height:auto;}
	.slider_right_button {text-align:left; padding:0px 0px 0px 0px; margin:-36px 0px 0px 200px;}
	.slider_right_button img {width:100%; max-width:180px; height:auto;}
	.slider_button1 {margin:0px 0px 10px 0px; padding-right:20px; float:left;}
	.slider_button2 {margin:0px 0px 0px 0px; padding-right:0px}
	.slider_box {margin:0px 0px 10px 0px;}
	.slider_box table {width:auto; margin:0px;}
	.slider_box th, td {border:0px;}
	.slider_p {font-size:22px; color:#000;}
	.slider_p span {font-size:13px;}
	.slider_t {font-size:13px; color:#000; padding:3px 0px 0px 0px;}

	#aboutright {margin:0px; padding:0px 0px 0px 0px;}
	#contactform input[type="text"], #contactform input[type="email"], #contactform input[type="search"], #contactform input[type="password"] {width:97%; padding:4px 1%; margin:0px 0px 14px 0px;}
	#contactform textarea {height:80px; width:100%; max-width:300px;}
	.xplan_connect {width:100% !important; max-width:350px;}
	#contactmap {margin:0px;}
	#contactmap iframe {width:100%; height:300px;}

	#Repayment table {width:auto;}
	#Retirement table {width:100%;}

	body,
	button,
	input,
	select,
	textarea {
		color: #666666;
		font: 14px 'Roboto', sans-serif;
		line-height: 20px;
		word-wrap: break-word;
		font-weight: 400;
	}

	p {font-size:14px; line-height:20px;}


	.garybox {float:none; width:auto; min-height:150px; margin:15px 0px 25px 0px;}
	.garybox1 {float:none; width:auto; min-height:150px;}

	.homelilist ul li { float:none; width:auto;}


	.subscribe_right, input[type="text"], input[type="email"], input[type="password"], textarea {margin:0px;}
	.subscribe_right, input[type="reset"], input[type="button"], input[type="submit"], button {margin:0px;}


	#secondary {margin-top:0px;}

	#text2 {margin:0px;}
	.bhomebox2 {float:left; width:45%; padding:0px; margin:0px 2% 0px 2%;}

}
@media only screen and (max-width: 600px) {
   #featured-slider .slider-title-head .entry-title a {
   	font-size: 16px;
   	padding: 4px 12px;
   }
	.widget_recent_work .tg-one-fourth {
		width: 100%;
		text-align: center;
		position: relative;
	}
	.widget_recent_work .recent_work_title {
		right: 0;
	}
	.entry-meta .post-format {
		padding: 0;
		top: -18px;
	}
	.entry-meta .post-format i {
		font-size: 12px;
		padding: 2px 0 0;
	}

	h1 { font-size: 22px; line-height: 34px; padding-bottom:12px;}
	h2 { font-size: 20px; line-height: 32px; padding-bottom:12px;}
	h3 { font-size: 19px; line-height: 30px; }
	h4 { font-size: 18px; line-height: 28px; }
	h5 { font-size: 17px; line-height: 26px; }
	h6 { font-size: 16px; line-height: 25px; }


	.subscribe_left {float:none; width:100%;}
    .subscribe_right {float:none; width:100%;}

}
@media only screen and (max-width: 400px) {
	#featured-slider .slider-title-head .entry-title a {
		font-size: 12px;
		padding: 0 8px;
	}

#main {padding-top:25px;}

/*** NEW CSS START ***/
#featured-slider, #featured-slider .slider-cycle {margin:0px auto;}

figure img {height:auto;}

#featured-slider img {
	margin-bottom: 0px;
	border:0px #FFF solid;
    border-radius:0px;
	width:100%;
	max-width:1050px;
	height:auto;
}

.homebox {padding:15px 20px; font-size:13px; font-family:Arial; min-height:260px;}
.homebox1 {float:none; width:96%; margin:0px auto 14px auto;}
.homebox2 {float:none; width:96%; margin:0px auto 14px auto;}
.homebox3 {float:none; width:96%; margin:0px auto 14px auto;}

#header-right-section .widget {padding: 0px 0px 0px 0px;}

.address, .email {padding:0px 38px 8px 38px;}
.address, .email {font-weight:400; color:#333333;}
.address span, .email span {color:#243B73; padding-right:1px;}
.email em {font-size:18px; font-style:normal;}
.tphone{padding-left:0px; padding-top:6px; display:block;}

.newsletter {float:none; width:96%; margin:0px auto 20px auto;}
.calculator {float:none; width:96%; margin:0px auto 15px auto;}
.head2 {color:#222222; font-size:23px; font-weight:400; margin:0px 0px 13px 0px; padding:0px;}
.hometext1 {margin:0px; font-size:14px;}
.hometext1 p {margin:0px;padding:0px 0px 14px 0px; font-family:Arial; font-size:14px; line-height:20px;}

.newsletter img, .calculator img {float:left; margin:0px 20px 10px 0px;}

.toptext {clear:both; height:40px; font-size:17px; font-weight:500; text-align:center;}
.topicon {float:left; width:33%; margin:0px 0px 10px 0px; text-align:center;}
.topicon1 {float:left; width:33%; margin:0px 0px 10px 0px; text-align:center;}
.topicon2 {float:left; width:33%; margin:0px 0px 10px 0px; text-align:center;}

.topbutton {float:left; width:46%; margin:0px 2% 10px 2%; text-align:center;}
.topbutton1 {float:left; width:46%; margin:0px 2% 10px 2%; text-align:center;}
.topbutton2 {float:left; width:46%; margin:0px 2% 10px 2%; text-align:center;}
.topbutton img, .topbutton1 img, .topbutton2 img {margin:0px;}

#text-2, #text-3, #text-5, #text-6 {margin:0px 0px 20px 0px;}
#text-3 {margin:0px 0px 0px 0px;}
#text-6 {max-width:1060px; margin:0px auto;}
#text-6 h3 {text-align:center; margin:0px; padding:0px 0px 7px 0px; font-size:21px;}

#text-6 {padding-top:15px;}

.homecon {max-width:1060px; margin:0px auto;}

footer .tg-one-third {float: none; margin: 0px; width: 100%;}
.ficon {float:left; width:33%; text-align:center;}
.ficon1 {float:left; width:33%; text-align:center;}
.ficon img, .ficon img {width:100%; max-width:90px; height:auto;}

.footer-socket-wrapper {padding:10px 0px 0px 0px;}

#footerleft {float:none; width:100%; margin:0px;}
#footerright {float:none; width:100%; margin:0px;}
.fmenu {height:auto;}

#featured-slider .entry-container-left {left: 4%;right: auto;}
#featured-slider .entry-container {bottom: 3%;}
#slidercontent {margin:0px; padding:0px;}
.slidercontent_left {float:none; width:100%; margin:0px;}
.slidercontent_right {float:none; width:100%; margin:0px;}
.slider_text {margin:0px 20px 10px 0px; padding:2px 5px 2px 2px; color:#FFF; background:#000; opacity:0.7; font-size:12px; line-height:16px;}
.slider_left_button {margin:0px;}
.slider_left_button {text-align:left; margin:0px 0px 3px 0px;}
.slider_left_button img {width:100%; max-width:130px; height:auto;}
.slider_right_button {text-align:left; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
.slider_right_button img {width:100%; max-width:200px; height:auto;}
.slider_button1 {margin:0px 0px 3px 0px; padding-right:0px; float:none;}
.slider_button2 {margin:0px 0px 0px 0px; padding-right:0px}
.slider_box {margin:0px 0px 4px 0px;}
.slider_box table {width:80%; margin:0px;}
.slider_box th, .slider_box td {border:0px; padding:0px;}
.slider_p {font-size:22px; color:#f00;}
.slider_p span {font-size:13px;}
.slider_t {font-size:13px; color:#f00; padding:3px 0px 0px 0px;}

.bhomebox2 {float:none; width:100%; padding:0px; margin:0px 0px 20px 0px;}

}

/* Remove the updated class from entry meta */
.entry-meta .updated {
  display: none;
}
#submit_simplenewsletter{ margin-top:10px;}
.simplenewsletter-success{   color: green;
    font-weight: bold; padding-top:10px;
    }
#submit_simplenewsletter .error{ color:#FF0000; margin-top:-28px; text-align:center;}