/*
Theme Name: KingdomVision
Theme URI: -
Description: KingdomVision Wordpress Theme
Version: 1.20
Author: KingdomVision
Author URI: http://kingdom-vision.com
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot');
	src: url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
 blockquote:before, blockquote:after, 374  q:before, q:after {
 content: '';
 content: none;
}
table {
	border-spacing: 0;
	border: 1px solid;
	width: 100%;
}
tr th {
	border-bottom: 1px solid;
	text-align: left;
}
tr th, tr td {
	padding: 9px 20px;
	border-right: 1px solid;
}
tr th:last-child, tr td:last-child {
	border-right: 0px;
}
table th {
	font-weight: bold;
}
/* #Basic Styles
================================================== */
body {
	font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	line-height: 22px;
}
html {
	min-height: 100%;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 15px;
}
h5 {
	margin-bottom: 15px;
}
h6 {
	margin-bottom: 15px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */
a {
	color: inherit;
	text-decoration: none;
	outline: 0;
	transition: all 0.5s ease 0s;
}
a:hover {
	color: inherit;
}
p a {
	line-height: inherit;
}
/* #Lists
================================================== */
ul, ol {
}
ul {
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc, ul {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
/*
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	*/
li {
	line-height: 18px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
img {
	display: block;
}
iframe {
	display: block;
}
/* #Buttons
================================================== */
a.button,  button,  input[type="submit"],  input[type="reset"],  input[type="button"] {
	height: 29px;
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	background: url('images/gradient-top4-32px.png') repeat-x;
	font-weight: bold;
	cursor: pointer;
/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}
a.button:hover,  button:hover,  input[type="submit"]:hover,  input[type="reset"]:hover,  input[type="button"]:hover {
	background-image: url('images/gradient-bottom4-32px.png');
}
.button.full-width,  button.full-width,  input[type="submit"].full-width,  input[type="reset"].full-width,  input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
a.gdl-button {
	height: 26px;
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	background: url('images/gradient-top4-32px.png') repeat-x;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.gdl-button:hover {
	background-image: url('images/gradient-bottom4-32px.png');
}
.gdl-image-frame {
	padding: 4px;
	display: inline-block;
}
/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px;
}
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px;
	border-width: 1px 1px 0 0;
	margin: 0;
	cursor: pointer;
	background: #f5f5f5;
	font-size: 13px;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs-content {
	margin: 0 0 20px;
	display: block;
	list-style: none;
}
ul.tabs-content > li {
	display: none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,  ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* #Forms
================================================== */

form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
	padding: 0;
}
input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
label,  legend {
	display: block;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span,  legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
/* #Custom Tag
================================================== */
.wp-caption, .wp-caption-text,  .sticky, .gallery-caption,  .bypostauthor {
	max-width: 100% !important;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.aligncenter {
	margin: 0 auto 0;
}
.shortcode-image-left {
	margin-right: 12px;
}
.shortcode-imarg-right {
	margin-left: 12px;
}
br.clear {
	clear: both;
	height: 0px;
	display: block;
}
.display-none {
	display: none;
}
.overflow-hidden {
	position: relative;
	overflow: hidden;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.pt25 {
	padding-top: 25px !important;
}
/*disable blank space*/
cufon[alt=" "] {
	display: none !important;
}
/* #Theme Style
================================================== */
div.body-wrapper {
}
div#custom-full-background {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
div#custom-full-background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.preloader {
	display: block;
	background: url(images/loading.gif) center center no-repeat;
}
/*--- Header ---*/
div.header-wrapper {
	position: relative;
	background: #fff;
}
div.logo-wrapper {
	float: left;
	margin: 8px 0 8px 0;
}
div.logo-wrapper img {
	display: inline-block;
}
div.navigation-wrapper {
	float: right;
	margin: 0;
}
div.social-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 12px 10px;
}
div.social-icon img {
	display: inline-block;
}
div.social-icon {
	float: left;
	text-align: center;
	margin-right: 13px;
	opacity: 0.35;
	filter: alpha(opacity=35);
	cursor: pointer;
}
/*--- Navigation ---*/
div.navigation-wrapper {
	font-size: 14px;
	text-align: center;
	font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
div.navigation-wrapper ul li {
	padding: 0;
}
div.navigation-wrapper ul li a {
	display: inline-block;
	line-height: 79px;
	padding: 0;
	margin: 0 9px;
}
/*.navigation-wrapper .sf-menu li.aocm > a {
    cursor: default;
}*/
div.navigation-wrapper ul li a:hover, div.navigation-wrapper ul li.current-menu-item a,
div.navigation-wrapper ul li a:hover, div.navigation-wrapper ul li.menu-item-has-children.active-submenu a {
	border-bottom: 3px solid #7f1426;
}
.navigation-wrapper .sf-menu .current-menu-ancestor a, .navigation-wrapper .sf-menu .current-menu-item a {
	font-weight: normal;
}
.navigation-wrapper .sf-menu .current-menu-ancestor li a, .navigation-wrapper .sf-menu ul .current-menu-item a {
	font-weight: normal;
}
div.navigation-wrapper ul li ul li {
	font-weight: normal;
}
div.responsive-menu-wrapper {
	display: none;
}
div.responsive-menu-wrapper select {
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}
div#main-superfish-wrapper {
	margin-left: 10px;
}
/*--- Content ---*/
div.content-wrapper {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 60px;
}
/*--- Page ---*/
div.gdl-page-title-wrapper {
	padding: 11px 17px 11px;
	position: relative;
}
div.gdl-page-title-left-bar {
	width: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
h1.gdl-page-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	float: left;
	margin: 0 10px 0 0;
}
div.gdl-page-caption {
	float: left;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
}
div.pagination {
	margin: 0px 10px 10px 10px;
	text-align: left;
	padding-right: 20px;
	position: relative;
	z-index: 99;
}
div.pagination a, div.pagination span {
	padding-left: 12px;
	padding-right: 12px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border: 1px solid;
	border-right: 0px;
	border-color: inherit;
	color: inherit;
}
div.pagination a:last-child, div.pagination span:last-child {
	border-right: 1px solid;
	border-color: inherit;
}
div.pagination a:hover {
	background: none;
	color: inherit;
}
div.pagination span {
}
/*--- Sidebar ---*/
div.gdl-left-sidebar {
	float: left;
}
div.gdl-right-sidebar {
	float: right;
}
div.gdl-page-item {
	float: left;
}
div.gdl-page-float-left {
	float: left;
}
div.custom-sidebar {
	border-color: inherit;
	margin-bottom: 35px;
	clear: both;
}
div.custom-sidebar div {
	border-color: inherit;
}
div.custom-sidebar ul {
	list-style: none;
	margin-left: 0px;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-left: 15px;
	background-position: 0px 4px;
}
div.custom-sidebar ul li li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
div.custom-sidebar #recentcomments a {
	background: none;
}
div.custom-sidebar #twitter_update_list {
	font-style: italic;
}
div.custom-sidebar #twitter_update_list li {
	background: none;
	padding-left: 0px;
}
div.custom-sidebar #twitter_update_list li span {
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li span a {
	margin-top: 0px;
	margin-right: 6px;
	padding-left: 2px;
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li a {
	display: table;
	margin-top: 10px;
	float: none;
	clear: both;
}
/*--- Custom Widget ---*/
div.custom-sidebar .textwidget {
}
div.custom-sidebar .gdl-recent-post-widget {
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget {
	padding-top: 13px;
	padding-bottom: 5px;
	border-bottom: 0px solid;
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget-thumbnail {
	background-color: #f3f3f3;
	padding: 4px;
	margin-right: 12px;
	border: 1px solid #fff;
	float: left;
}
div.custom-sidebar .recent-post-widget-context {
	overflow: hidden;
	margin-top: 2px;
}
div.custom-sidebar .recent-post-widget-date {
	margin-top: 4px;
	height: 16px;
	line-height: 19px;
	font-style: italic;
	background-position: 0px 0px;
	padding-left: 22px;
}
div.custom-sidebar .recent-post-widget-comment-num {
	margin-top: 4px;
	height: 16px;
	line-height: 19px;
	font-style: italic;
	background-position: 0px 0px;
	padding-left: 22px;
}
div.custom-sidebar .twitter-whole {
	border-color: inherit;
}
div.custom-sidebar .twitter-whole ul li a {
	background: none;
	padding: 0px;
}
div.custom-sidebar .flickr-widget {
	margin-top: 5px;
	display: inline-block;
}
div.custom-sidebar .flickr_badge_image {
	margin: 10px 10px 0px 0px;
	float: left;
	width: 56px;
	height: 56px;
}
div.custom-sidebar .flickr-widget img {
	width: 56px;
	height: 56px;
}
div.custom-sidebar .contact-widget-whole ol {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.custom-sidebar .contact-widget-whole ol li {
	margin-right: 10px;
}
div.custom-sidebar .contact-widget-whole input, div.custom-sidebar .contact-widget-whole textarea {
	margin-bottom: 16px;
}
div.custom-sidebar .screenReader {
	display: none;
}
div.custom-sidebar .gdl-recent-port-widget {
	margin-top: 5px;
}
div.custom-sidebar .recent-port-widget {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
/* Sidebar right/left */
div.sidebar-title-wrapper-line {
	height: 0px;
	border-bottom: 1px solid;
	overflow: hidden;
	position: relative;
	top: 9px;
}
div.left-sidebar-wrapper, div.right-sidebar-wrapper {
	padding-top: 0;
}
div.right-sidebar-wrapper .custom-sidebar-title, div.left-sidebar-wrapper .custom-sidebar-title, div.sitemap .custom-sidebar-title {
	line-height: 18px;
	padding: 0px;
	margin-bottom: 5px;
	margin-right: 15px;
	font-size: 13px;
	font-weight: bold;
	border-color: inherit;
	float: left;
}
/* Tag Cloud*/
.tagcloud {
	border-color: inherit;
	display: inline-block;
}
.tagcloud a {
	font-size: 12px !important;
	display: block;
	float: left;
	padding: 3px 8px 3px 8px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid;
	border-color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Calendar */
#calendar_wrap {
	border-color: inherit;
}
#wp-calendar {
	width: 100%;
	border-color: inherit;
	border-width: 0px;
}
#wp-calendar caption {
	font-size: 13px;
	font-weight: bold;
	margin: 5px auto 15px;
	padding-bottom: 6px;
	border-bottom: 0px;
	border-color: inherit;
}
#wp-calendar td {
	padding: 4px;
	text-align: center;
	border-right: 0px;
}
#wp-calendar th {
	padding: 0px;
	text-align: center;
	border-right: 0px;
	border-bottom: 0px;
	background: transparent;
}
/* search widget */
div.custom-sidebar #searchsubmit {
	position: absolute;
	height: 27px;
	top: 0px;
	right: 2px;
	cursor: pointer;
	width: 28px;
	border: 0px;
	border-image: initial;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.custom-sidebar #search-text {
	margin-right: 10px;
}
div.custom-sidebar #searchform {
	position: relative;
	margin-top: 10px;
	margin-bottom: 0;
	width: 96%;
	margin-left: 5px;
}
div.custom-sidebar #search-text input[type="text"] {
	margin-bottom: 0;
	width: 100%;
}
div.custom-sidebar #searchform br.clear {
	display: none;
}
/* contact form */
div.custom-sidebar label, legend {
	font-weight: bold;
	margin-bottom: 7px;
}
div.custom-sidebar .error {
	font-style: italic;
	margin-bottom: 15px;
}
div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea {
	width: 100%;
}
/*--- Footer ---*/
div.footer-wrapper .container {
	background: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-widget-wrapper {
	padding: 66px 0 20px 0;
}
div.footer-widget-wrapper .four.columns {
	margin-right: 60px;
}
div.footer-widget-wrapper .four.columns:nth-child(1) {
	width: 326px;
}
div.footer-widget-wrapper .four.columns:nth-child(2) {
	width: 230px;
}
div.footer-widget-wrapper .eight.columns {
	width: 454px;
}
div.footer-widget-wrapper .custom-sidebar {
	margin-bottom: 0;
}
div.footer-widget-wrapper .custom-sidebar-title {
	font-size: 16px;
	margin-bottom: 10px;
}
div.footer-widget-wrapper .custom-sidebar #searchform {
	margin-top: 15px;
	margin-bottom: 0;
	width: 100%;
	margin-left: 0px;
}
div.footer-widget-wrapper p a {
	text-decoration: underline;
	color: #7f1426;
}
div.footer-widget-wrapper p a:hover {
	text-decoration: none;
}
div.footer-widget-wrapper .custom-sidebar {
	margin-bottom: 15px;
}
div.footer-widget-wrapper h3 {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 18px !important;
}
div.footer-widget-wrapper ul li {
	padding: 0 0 10px 0;
	background: none;
	font-size: 14px;
	border: none !important;
}
div.footer-widget-wrapper .eight.columns ul li {
	float: left;
	width: 50%;
}
/* Footer custom widget*/
div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-wrapper a.button, div.footer-wrapper button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 !important;
	background: #222 !important;
}
div.footer-wrapper #wp-calendar caption {
	font-size: 15px;
	border: none;
	margin-bottom: 15px;
}
div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*--- Copyright ---*/
div.copyright-wrapper {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
div.copyright-wrapper .container {
	padding: 18px 0;
	border-top: 1px solid #e5ebee;
	font-weight: 400;
}
div.copyright-left {
	text-align: left;
	float: left;
	margin-left: 20px;
}
div.copyright-right {
	text-align: right;
	float: right;
	margin-right: 20px;
}
/*--- Comments ---*/
div.comment-wrapper {
	margin-top: 40px;
}
div.comment-wrapper .comment-title {
	font-size: 18px;
}
div.comment-wrapper .comment-form-comment {
	margin-right: 40px;
}
div.comment-wrapper #reply-title {
	font-size: 18px;
	margin-bottom: 15px;
}
div.comment-wrapper input[type="text"], input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 5px 5px 25px;
	line-height: 20px;
}
div.comment-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 5px 5px 25px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.comment-wrapper .comment-form-captcha img {
	float: left;
	margin-right: 20px;
	margin-top: 1px;
}
div.comment-wrapper .comment-form-author input, div.comment-wrapper .comment-form-email input, div.comment-wrapper .comment-form-url input {
	float: left;
}
div.comment-wrapper .comment-form-captcha input {
	float: left;
	width: 205px;
}
div.comment-wrapper .comment-form-author label, div.comment-wrapper .comment-form-email label, div.comment-wrapper .comment-form-url label, div.comment-wrapper .comment-form-captcha label {
	float: left;
	line-height: 32px;
	margin: 5px 0px 0px 10px;
}
div.comment-wrapper .comment-form-author span, div.comment-wrapper .comment-form-email span, div.comment-wrapper .comment-form-url span, div.comment-wrapper .comment-form-captcha span {
	float: left;
	line-height: 32px;
	margin-left: 2px;
}
ol.comment-list {
	margin: 0px;
	list-style: none;
}
ol.comment-list .comment-body {
	border-bottom: 1px solid;
	margin-top: 22px;
	padding-bottom: 22px;
}
ol.comment-list ul {
	margin: 0px 0px 0px 30px;
	list-style: none;
}
div.comment-avartar {
	float: left;
}
div.comment-context {
	margin-left: 80px;
}
span.comment-author {
	margin-right: 5px;
	font-size: 16px;
}
span.comment-date {
	margin-right: 5px;
	font-style: italic;
	font-size: 11px;
}
span.comment-time {
	margin-right: 5px;
	font-style: italic;
}
div.comment-content {
	margin-top: 7px;
}
div.comment-wrapper #respond {
	margin-top: 30px;
}
p.comment-form-cookies-consent input {
	float: none;
}
p.comment-form-cookies-consent label {
	float: none;
	display: inline;
	margin-left: 10px;
}
/* Slider */
div.slider-wrapper {
	position: relative;
	overflow: hidden;
	padding-bottom: 14px;
}
div.slider-bottom-gimmick {
	height: 5px;
	width: 100%;
}
div.slider-top-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	top: -1px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png');
}
div.slider-bottom-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: 4px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png') 0px 6px;
}
div.gdl-slider-title {
	margin-left: -2px;
	padding-bottom: 14px;
	font-size: 26px;
	line-height: 30px;
}
div.slider-title-bar {
	width: 16px;
	border-bottom: 1px solid #8e8e8e;
	margin-bottom: 14px;
}
/* Accordion */
ul.gdl-accordion {
	list-style: none;
	margin-left: 0px;
}
ul.gdl-accordion li {
	list-style: none;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	overflow: hidden;
}
h2.accordion-head {
	padding: 0px 0px 15px 0px;
	margin-bottom: 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
}
div.accordion-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.accordion-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
	display: block;
}
div.accordion-head p {
	margin-bottom: 0px;
}
ul.gdl-accordion .accordion-content ul li {
	list-style: disc;
	border-bottom: 0px;
	margin-bottom: 5px;
}
/* Gallery */
h3.gallery-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.gallery-thumbnail-image {
	padding: 4px;
}
/* Toggle Box */
h3.toggle-box-header-title {
	font-size: 18px;
	margin-bottom: 25px;
}
ul.gdl-toggle-box {
	margin-left: 0px;
}
ul.gdl-toggle-box li {
	list-style: none;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
	overflow: hidden;
}
h2.toggle-box-head {
	padding: 0px 0px 15px 0px;
	margin-bottom: 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
}
div.toggle-box-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.toggle-box-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
}
div.toggle-box-head p {
	margin-bottom: 0;
}
ul.gdl-toggle-box .toggle-box-content ul li {
	list-style: inherit;
	border-bottom: 0px;
	margin-bottom: 5px;
}
/* Column Service */
div.column-service-wrapper {
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
div.column-service-image {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 0px 10px 0px 0px;
}
div.column-service-image img {
	vertical-align: middle;
	display: inline-block;
	line-height: 32px;
}
div.column-service-content {
	margin: 0px;
}
h2.column-service-title {
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 0px;
	font-weight: bold;
}
div.column-service-title-wrapper {
	margin-bottom: 8px;
}
/* Stunning Text */
div.stunning-text-wrapper {
	padding: 15px;
}
h1.stunning-text-title {
	margin: 1px 20px 0px 10px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
div.stunning-text-caption {
	font-size: 17px;
	margin-top: 9px;
}
div.stunning-text-button-wrapper {
	text-align: center;
}
a.stunning-text-button {
	padding: 7px 14px;
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin-left: 20px;
}
/* Testimonial */
h3.testimonial-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.testimonial-no-header {
	padding-top: 47px
}
div.testimonial-icon {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 1px;
}
div.testimonial-author {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	border-bottom: 1px solid;
}
div.jcarousellite {
	overflow: hidden;
}
div.jcarousellite ul {
	width: 1000%;
	margin: 0px;
	list-style: none;
}
div.jcarousellite ul li {
	float: left;
}
div.jcarousellite-nav {
	position: absolute;
	top: 0px;
	right: 10px;
	margin-right: 3px;
}
div.jcarousellite-nav .prev {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
div.jcarousellite-nav .next {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	background-position: 20px 0px;
}
/* Divider */
div.divider {
	position: relative;
	margin-top: 8px;
}
div.scroll-top {
	position: absolute;
	top: -19px;
	right: 2px;
	cursor: pointer;
	font-size: 10px;
}
/* Portfolio */
div.gdl-portfolio-title-wrapper {
	margin: 0px 10px 20px;
	padding: 11px 17px 12px;
	position: relative;
}
h3.portfolio-header-title {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
div.portfolio-view-all-project {
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
	position: absolute;
	right: 20px;
	top: 12px;
}
div.portfolio-thumbnail-image {
	text-align: center;
	position: relative;
}
div.portfolio-thumbnail-image img {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-video {
	text-align: center;
}
div.portfolio-thumbnail-video object {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-slider {
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
}
div.portfolio-thumbnail-slider .flexslider {
	display: block;
}
div.portfolio-thumbnail-slider ol.flex-control-nav {
	display: none;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 30px;
	height: 26px;
	background-position: 0px 1px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 30px;
	height: 26px;
	background-position: 31px 1px;
	bottom: 0px;
	left: 30px;
	top: auto;
}
h2.portfolio-thumbnail-title {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.portfolio-thumbnail-context {
	padding: 0px 20px;
}
div.portfolio-thumbnail-title a {
	color: inherit;
}
div.portfolio-thumbnail-content {
	margin-top: 8px;
}
div.portfolio-bottom {
	height: 15px;
	display: block;
	clear: both;
}
span.portfolio-thumbnail-image-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	background: url('images/portfolio-overlay.png');
	display: block;
}
span.portfolio-thumbnail-image-hover span {
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	position: absolute;
	display: block;
}
span.portfolio-thumbnail-image-hover span.hover-link {
	background: url('images/image-overlay-link.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-video {
	background: url('images/image-overlay-video.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-zoom {
	background: url('images/image-overlay.png') no-repeat;
}
a.portfolio-read-more {
	margin-right: 12px;
	margin-top: 15px;
	float: left;
}
a.portfolio-visit-website {
	margin-top: 15px;
	float: left;
}
.portfolio-item-holder.masoned {
	overflow: hidden;
}
/* fullwidth portfolio */
div.sixteen.columns.portfolio-item {
	padding-bottom: 22px;
	border-bottom: 1px solid #ececec;
}
div.sixteen.columns.portfolio-item:last-child {
	padding-bottom: 0px;
	border: 0px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 620px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	float: none;
	overflow: hidden;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-title {
	font-size: 18px;
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-content {
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item a.portfolio-read-more {
	margin-top: 22px;
}
div.sixteen.columns.portfolio-item a.portfolio-visit-website {
	margin-top: 22px;
}
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 320px;
}
div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 180px;
}
div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
ul#portfolio-item-filter {
	margin: 0px 5px;
	list-style: none;
}
ul#portfolio-item-filter li {
	float: left;
	margin: 7px 2px 25px 5px;
}
ul#portfolio-item-filter li a {
	font-size: 13px;
}
ul#portfolio-item-filter li span {
	margin-left: 5px;
}
ul#portfolio-item-filter li:last-child span {
	display: none;
}
/* Single */
h1.single-thumbnail-title {
	margin-top: 40px;
	padding-bottom: 18px;
	font-size: 21px;
	margin-bottom: 0;
}
h1.single-thumbnail-title a {
	color: inherit;
}
div.single-thumbnail-info {
	background: #dedede;
	box-sizing: border-box;
    float: left;
    margin: 0 0 10px;
    padding: 5px 10px;
    width: 100%;
}
div.single-thumbnail-info .single-info-inner-wrapper {
    display: inline-block;
}
div.single-thumbnail-info .single-info-inner-wrapper.blog-date-wrapper {
    margin-right: 15px;
	position: relative;
}
div.single-thumbnail-info .single-info-inner-wrapper.blog-date-wrapper::after {
    background-color: #919191;
    content: "";
    height: 15px;
    position: absolute;
    right: -9px;
    top: 4px;
    width: 1px;
}
/*div.single-info-inner-wrapper {
	margin-bottom: 7px;
}*/
span.single-info-header {
	/*font-style: italic;*/
	margin-right: 2px;
}
/*div.single-context {
	overflow: hidden;
}*/
div.single-context .blog-featured-image {
    margin: 0 0 20px;
}
div.single-port-content {
	margin-bottom: 20px;
}
div.both-sidebar-included .single-thumbnail-info {
	margin-right: 0px;
	float: none;
	width: auto;
}
div.both-sidebar-included .single-info-inner-wrapper {
	float: left;
	margin-right: 10px;
}
div.single-port-next-nav {
	float: left;
	overflow: hidden;
}
div.single-port-prev-nav {
	float: left;
	overflow: hidden;
	margin-right: 1px;
}
div.single-port-next-nav a {
	width: 23px;
	height: 25px;
	text-indent: -1000px;
	display: block;
	background-position: -23px 0px !important;
}
div.single-port-prev-nav a {
	width: 23px;
	height: 25px;
	text-indent: -1000px;
	display: block;
}
div.single-port-thumbnail-image, div.single-port-thumbnail-video, div.single-port-thumbnail-slider {
	margin-right: 20px;
	float: left;
	width: 580px;
}
div.sidebar-included .single-port-thumbnail-image, div.sidebar-included .single-port-thumbnail-video, div.sidebar-included .single-port-thumbnail-slider, div.both-sidebar-included .single-port-thumbnail-image, div.both-sidebar-included .single-port-thumbnail-video, div.both-sidebar-included .single-port-thumbnail-slider {
	margin: 0px 0px 15px;
	float: none;
	width: auto !important;
}
div.single-port-thumbnail-slider .flex-control-nav {
	display: none;
}
div.single-port-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.single-port-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top: auto;
}
div.single-port-context {
	overflow: hidden;
}
div.single-port-little-bar {
	width: 16px;
	border-bottom: 1px solid;
	margin-bottom: 21px;
	padding-top: 6px;
}
div.single-port-info {
	font-size: 11px;
	margin-bottom: 20px;
}
div.single-port-info span.head {
	margin-right: 5px;
	font-style: italic;
}
div.single-port-date {
	margin-top: 8px;
}
div.single-port-tag {
	margin-top: 8px;
}
div.single-port-visit-website {
	padding-left: 18px;
	margin-top: 10px;
}
div.about-author-wrapper {
	margin-top: 40px;
	padding: 18px;
}
div.about-author-avartar {
	float: left;
}
div.about-author-info {
	margin-left: 110px;
}
div.about-author-title {
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 5px;
}
div.social-share-title {
	margin-top: 40px;
	font-size: 18px;
}
div.social-shares ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.social-shares ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* Blog */
h2.blog-thumbnail-title a {
	color: inherit;
	font-weight: bold;
}
div.blog-thumbnail-image, div.blog-thumbnail-slider, div.blog-thumbnail-video {
	margin-bottom: 23px;
}
div.blog-thumbnail-slider .flex-control-nav {
	display: none;
}
div.blog-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.blog-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top: auto;
}
div.blog-thumbnail-info {
	float: left;
	font-size: 15px;
}
a.blog-continue-reading {
	border: 1px solid #7f1426;
    color: #7f1426;
    display: inline-block;
    margin-top: 14px;
    padding: 8px 20px;
}
a.blog-continue-reading:hover {
    background-color: #7f1426;
    color: #ffffff;
}
a.blog-read-more {
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-title {
	padding-bottom: 15px;
	font-size: 20px;
	margin-bottom: 0px;
}
div.blog-item-holder .blog-item2 .blog-info-inner-wrapper {
	margin-bottom: 7px;
}
div.blog-item-holder .blog-item2 .blog-info-header {
	margin-right: 2px;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-context {
	overflow: hidden;
}
div.both-sidebar-included div.blog-item2 h2.blog-thumbnail-title {
	margin-top: -4px;
}
div.both-sidebar-included .blog-thumbnail-info {
	margin-right: 0px;
	float: none;
	width: auto;
	margin-top: -8px;
	margin-bottom: 3px;
}
div.both-sidebar-included .blog-item-holder .blog-item2 .blog-info-inner-wrapper {
	float: left;
	margin-right: 10px;
}
/* Message Box */
div.message-box-wrapper {
	border: 1px solid;
	padding: 20px;
	margin-bottom: 20px;
}
div.message-box-title {
	font-weight: bold;
	font-size: 14px;
	margin-top: 2px;
}
div.message-box-content {
	margin-top: 12px;
}
div.message-box-wrapper.red {
	background-color: #ffdcdd;
	border-color: #e9b9bb;
	color: #713a3c;
}
div.message-box-wrapper.red .message-box-title {
	color: #8d4345;
}
div.message-box-wrapper.yellow {
	background-color: #ffffe0;
	border-color: #e1db8b;
	color: #4d4d39;
}
div.message-box-wrapper.yellow .message-box-title {
	color: #737357;
}
div.message-box-wrapper.blue {
	background-color: #c2e1ee;
	border-color: #8ec3d9;
	color: #3d5058;
}
div.message-box-wrapper.blue .message-box-title {
	color: #475d66;
}
div.message-box-wrapper.green {
	background-color: #e1ffd9;
	border-color: #badeb1;
	color: #435b3d;
}
div.message-box-wrapper.green .message-box-title {
	color: #526d4b;
}
/* Shortcode */
.shortcode1-4 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.shortcode1-3 {
	width: 31.33%;
	margin-right: 2%;
	float: left;
}
.shortcode1-2 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.shortcode2-3 {
	width: 64.66%;
	margin-right: 2%;
	float: left;
}
.shortcode3-4 {
	width: 73%;
	margin-right: 2%;
	float: left;
}
.shortcode1 {
	width: 98%;
	margin-right: 2%;
	float: left;
}
a.gdl-button.shortcode-large-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 21px 0px 21px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
a.gdl-button.shortcode-medium-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
a.gdl-button.shortcode-small-button {
	margin-bottom: 20px;
	margin-right: 10px;
	text-shadow: none;
	font-size: 11px;
}
div.shortcode-list ul {
	list-style: none;
	margin-left: 0px;
}
div.shortcode-list li {
	padding: 2px 0px 2px 25px;
	border: 0px;
}
div.shortcode-list-arrow li {
	background: url('images/list/arrow.png') no-repeat;
}
div.shortcode-list-arrow2 li {
	background: url('images/list/arrow2.png') no-repeat;
}
div.shortcode-list-arrow3 li {
	background: url('images/list/arrow3.png') no-repeat;
}
div.shortcode-list-bullet li {
	background: url('images/list/bullet.png') no-repeat;
}
div.shortcode-list-bullet2 li {
	background: url('images/list/bullet2.png') no-repeat;
}
div.shortcode-list-bullet3 li {
	background: url('images/list/bullet3.png') no-repeat;
}
div.shortcode-list-check li {
	background: url('images/list/check.png') no-repeat;
}
div.shortcode-list-check2 li {
	background: url('images/list/check2.png') no-repeat;
}
div.shortcode-list-check3 li {
	background: url('images/list/check3.png') no-repeat;
}
div.shortcode-list-delete li {
	background: url('images/list/delete.png') no-repeat;
}
div.shortcode-list-delete2 li {
	background: url('images/list/delete2.png') no-repeat;
}
div.shortcode-list-delete3 li {
	background: url('images/list/delete3.png') no-repeat;
}
div.shortcode-social {
	float: left;
	margin-right: 12px;
}
div.shortcode-block-quote-left {
	width: 33%;
	float: left;
	margin: 15px 20px 15px 20px;
	padding: 10px 20px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-right {
	width: 33%;
	float: right;
	margin: 15px 20px 15px 20px;
	padding: 10px 20px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-center {
	margin: 0px 20px 20px 20px;
	text-align: center;
	padding: 10px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-dropcap {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	font-size: 25px;
	font-size: 25px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: left;
}
div.shortcode-dropcap.circle {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
/* contact form */
div.contact-form-wrapper ol {
	margin: 0px;
	list-style: none;
}
div.contact-form-wrapper ol li {
	margin-bottom: 20px;
}
div.contact-form-wrapper ol li.sending-result {
	max-width: 622px;
	display: none;
}
div.contact-form-wrapper ol li.sending-result .message-box-wrapper {
	padding: 10px 15px 10px 15px;
}
div.contact-form-wrapper ol li div.error {
	display: none;
}
div.contact-form-wrapper input[type="text"], input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 5px 10px;
	line-height: 20px;
	max-width: 90%;
}
div.contact-form-wrapper .textarea {
	margin-right: 32px;
}
div.contact-form-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 10px 5px 10px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.contact-form-wrapper .contact-submit {
	float: left;
}
div.contact-form-wrapper .contact-loading {
	width: 16px;
	height: 16px;
	float: left;
	margin: 7px 0px 0px 15px;
	display: none;
	background: url('images/loading.gif');
}
/* Price Item */
div.gdl-price-item {
	margin-bottom: 20px;
}
div.gdl-price-item .price-item {
	border: 1px solid;
	border-color: inherit;
	margin-left: -1px;
	padding-bottom: 30px;
}
div.gdl-price-item .price-tag {
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
div.gdl-price-item .price-title {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.gdl-price-item .price-button {
	text-align: center;
	margin-top: 25px;
}
div.gdl-price-item .price-content {
	text-align: center;
	margin-top: 25px;
}
div.gdl-price-item .price-content .shortcode-list {
	display: inline-block;
}
div.gdl-price-item .price-item.active {
	padding-bottom: 70px;
	margin-top: -20px;
}
/* code */
.gdl-code {
	overflow: hidden;
	padding: 15px;
	border: 1px #eee solid;
	clear: both;
	background: #f9f9f9;
	margin-bottom: 20px;
	color: #555;
	font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
/* Contact Form 7 */
span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="[password"], span.wpcf7-form-control-wrap textarea {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 5px 10px;
	line-height: 20px;
}
span.wpcf7-form-control-wrap input.wpcf7-file {
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 0;
}
span.wpcf7-form-control-wrap textarea {
	height: 165px;
	width: 590px;
	margin: 10px 5px 10px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.wpcf7 p {
	font-weight: bold;
}
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input {
	font-weight: normal;
}
div.wpcf7 .ajax-loader {
	display: none;
}
/* Responsive anything video fix */
.anythingSlider .fluid-width-video-wrapper {
	padding: 0px !important;
}
/* 404 Error Page */
.message-box-wrapper-404 {
	padding: 50px 0;
	text-align: center;
}
.message-box-wrapper-404 .message-box-title-404 span {
	background: #ac2a92;
	color: #fff;
	display: inline-block;
	font-size: 250px;
	line-height: 220px;
	margin: 0 5px 0 0;
	padding: 20px;
}
.message-box-wrapper-404 .message-box-title-404 span:nth-child(2n) {
	background: #000;
}
.message-box-wrapper-404 .message-box-title-404 span:last-child {
	margin: 0;
}
.message-box-wrapper-404 .message-box-content-404 {
	font-size: 23px;
	margin: 50px 0 0;
	line-height: 35px;
}
input[type="submit"], select {
	-webkit-appearance: none;
}
.section1 {
	overflow: visible !important;
}
.section1 .left h3 {
	font-size: 30px;
	color: #fff;
	line-height: 36px;
	font-weight: 400;
}
.section1 .left a {
	border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 25px;
    text-transform: uppercase;
}
.section1 .left a:hover {
	background-color: #ffffff;
    color: #7f1426;
}
.section1 .right {
	position: relative;
}
.section1 .right .wpb_single_image {
	position: absolute;
	margin: 0;
	top: 405px;
}
.section1 .right .wpb_single_image.as-logo {
	right: 0;
}
.section1 .right .wpb_single_image.aoc-logo {
	right: 236px;
}
.header-wrapper .navigation-wrapper .menu-item-type-tml_action {
	margin-top: 23px;
	margin-left: 10px;
}
.header-wrapper .navigation-wrapper .menu-item-type-tml_action a {
	line-height: 30px !important;
	border: 1px solid #7f1426 !important;
	text-transform: uppercase;
	padding: 0 15px;
	color: #7f1426 !important;
	margin: 0;
}
.header-wrapper .navigation-wrapper .menu-item-type-tml_action a:hover {
	background: #7f1426;
	color: #fff !important;
}
.home-section3 {
	padding: 0;
	position: relative;
}
.home-section3 .dd:before {
	background: url('images/shadow.png') no-repeat;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 31px;
	width: 720px;
	position: absolute;
	z-index: 99;
}
.home-section3 .left {
	padding: 100px 0 80px 0;
}
.home-section3 .right {
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 40%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 40%, #ffffff 100%);
	background: linear-gradient(to right, #f2f2f2 0%, #ffffff 40%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1 );
	padding: 100px 0 80px 0;
}
.home-section3 h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 50px;
	position: relative;
}
.home-section3 h3:after {
	position: absolute;
	content: "";
	bottom: 0;
	height: 1px;
	width: 32px;
	background: #7f1426;
	right: 0;
	bottom: -23px;
}
.home-section3 .right h3:after {
	left: 0;
}
.home-section3 p {
	color: #5d5d5d;
	line-height: 22px;
	font-family: "Roboto";
}
.home-section3 a.vc_btn3 {
	background: #7f1426 !important;
	border: medium none;
	color: #fff !important;
	padding: 5px 12px !important;
	font-weight: 400;
	text-transform: uppercase;
}
.home-section3 a.vc_btn3:hover {
	background: #004265 !important;
	border: medium none;
}
.footer-wrapper {
	background: #dde1e2;
	background: -moz-linear-gradient(top, #dde1e2 0%, #ffffff 40%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #dde1e2 0%, #ffffff 40%, #ffffff 100%);
	background: linear-gradient(to bottom, #dde1e2 0%, #ffffff 40%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde1e2', endColorstr='#ffffff', GradientType=0 );
	float: left;
	width: 100%;
}
.footer-top {
	background: url('images/bg.jpg') no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	padding: 105px 0;
	border-bottom: 1px solid #fff;
}
.footer-top .container {
	background: none !important;
}
.footer-top .container .custom-sidebar {
	margin: 0;
}
.footer-top .container .custom-sidebar h3 {
	color: #fff;
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
	float: left;
}
.footer-top .container .custom-sidebar h3 span {
	font-size: 18px;
	font-weight: 400;
	display: inherit;
}
.footer-top .container .custom-sidebar a {
	float: right;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	font-family: "Roboto";
	text-transform: uppercase;
	padding: 15px 25px;
}
.footer-top .container .custom-sidebar a:hover {
	background: #7f1426;
	color: #fff;
	border-color: #7f1426;
}
.property_div.property {
	width: 23% !important;
	float: left;
	margin: 0 11px;
	padding: 0 !important;
}
.property_div.property .wpp_overview_left_column {
	width: 100% !important;
}
.property_div.property img {
	border: none !important;
	width: 100% !important;
	height: auto;
}
.single-p-head {
	background: #004265;
	width: 100%;
	float: left;
	padding: 30px 0;
}
.single-p-head .container {
	background: none;
}
.single-p-head .container .gdl-page-title-wrapper {
	background: none;
	padding: 0;
}
.single-p-head .left {
	width: 66%;
	float: left;
}
.single-p-head .left h1.gdl-page-title {
	font-size: 36px;
	color: #fff;
	margin: 0;
	width: 100%;
	display: inline-block;
	line-height: 36px;
	font-weight: 400;
}
.single-p-head .left h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	margin: 0;
}
.single-p-head .left .short-d {
	display: inline-block;
	margin-top: 40px;
	width: 100%;
}
.single-p-head .left .short-d .dli {
	float: left;
	font-size: 18px;
	color: #fff;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #fff;
	line-height: 16px;
}
.single-p-head .left .short-d .dli:last-child {
	border-right: none;
}
.single-p-head .right {
	width: 34%;
	float: left;
	margin-top: 37px;
}
.single-p-head .right .btn {
	float: left;
}
.single-p-head .right .btn a {
	border: 1px solid;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
}
.single-p-head .right .btn.b1 {
	margin-right: 22px;
}
.single-p-head .right .btn.b1 a:hover {
	background: #7f1426;
	border-color: #7f1426 !important;
}
.single-p-head .right .btn.b2 a {
	background: #7f1426;
	border-color: #7f1426 !important;
}
.single-p-head .right .btn.b2 a:hover {
	background: none;
	border-color: #fff !important;
}
.property-sec1 .area-sec1 {
	display: inline-block;
	padding-bottom: 50px;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.property-sec1 .area-sec1:before {
	background: url('images/shadow-2.png') no-repeat;
	content: "";
	bottom: -17px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	height: 27px;
	width: 694px;
}
.property-sec1 .area-sec1 .property-slider {
	float: left;
	width: 68%;
}
.property-sec1 .area-sec1 .details {
	float: right;
	width: 354px;
	border: 1px solid #e6e6e6;
}
.property-sec1 .area-sec1 .details .full {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.property-sec1 .area-sec1 .details .half {
	float: left;
	font-size: 25px;
	color: #090909;
	font-weight: 500;
	text-align: center;
	width: 177px;
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.property-sec1 .area-sec1 .details .half span {
	font-weight: 400;
	font-size: 16px;
	color: #868686;
	width: 100%;
	margin: 0 0 0 10px;
}
.property-sec1 .area-sec1 .details .bed {
	border-right: 1px solid #e6e6e6;
	width: 176px;
}
.property-sec1 .area-sec1 .details .acres {
	border-right: 1px solid #e6e6e6;
	width: 176px;
}
.property-sec1 .area-sec1 .details .price {
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	color: #004265;
	line-height: 30px;
}
.property-sec1 .area-sec1 .details .lst {
	float: left;
	width: 95%;
	padding: 9px;
	text-align: right;
	border-bottom: 1px solid #fff;
}
.property-sec1 .area-sec1 .details .lst span {
	float: left;
	font-weight: 500;
}
.property-sec1 .area-sec1 .details .lst:nth-child(odd) {
	background: #f7f7f7;
}
.property-sec1 .area-sec1 .details .lst:nth-child(even) {
	background: #f2f2f2;
}
.property-sec1 .area-sec2 {
	float: left;
	width: 100%;
	text-align: center;
}
.property-sec1 .area-sec2 h3 {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}
.property-sec1 .area-sec2 h3:after {
	background: #d3d3d3;
	content: "";
	bottom: 15px;
	left: -50px;
	position: absolute;
	height: 1px;
	width: 44px;
}
.property-sec1 .area-sec2 h3:before {
	background: #d3d3d3;
	content: "";
	bottom: 15px;
	right: -50px;
	position: absolute;
	height: 1px;
	width: 44px;
}
.property-sec1 .area-sec2 .single-context {
	font-size: 15px;
	line-height: 22px;
	padding: 0 8%;
}
.property-sec2 {
	float: left;
	width: 100%;
}
.property-sec2 .custom-sidebar {
	margin: 0;
}
.property-sec3 {
	float: left;
	width: 100%;
	background: #f8f8f8;
	border-top: 2px solid #fff;
	padding: 40px 0;
}
.property-sec3 .container {
	background: none;
}
.property-sec3 .gform_widget {
	margin: 0 auto;
    /*max-width: 800px;*/
    width: 66%;
}
.property-sec3 .gform_widget .custom-sidebar-title {
	font-size: 30px;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: 500;
	border: none;
	line-height: 30px;
	color: #383838 !important;
}
.property-sec3 .gform_widget .sidebar-title-wrapper-line {
	display: none;
}
.property-sec3 .gform_widget ul li {
	margin: 0 0 20px 0 !important;
	padding: 0;
	background: none;
	border: none !important;
}
.property-sec3 .gform_widget ul li label {
	display: none !important;
}
.property-sec3 .gform_widget ul li .ginput_container {
	margin-top: 0 !important;
}
.property-sec3 .gform_widget ul li input {
	margin: 0;
	background: #fff;
	border: none;
	font-size: 14px;
	padding: 15px 19px !important;
}
.property-sec3 .gform_widget ul li input::-webkit-input-placeholder {color: #a6a6a6; opacity:1;}
.property-sec3 .gform_widget ul li input:-moz-placeholder {color: #a6a6a6; opacity:1;}
.property-sec3 .gform_widget ul li input::-moz-placeholder {color: #a6a6a6; opacity:1;}
.property-sec3 .gform_widget ul li input:-ms-input-placeholder {color: #a6a6a6; opacity:1;}

.property-sec3 .gform_widget ul li textarea {
	margin: 0;
	height: 84px;
	background: #fff;
	border: none;
	font-size: 14px;
	padding: 15px 19px !important;
}
.property-sec3 .gform_widget ul li#field_1_2 {
	float: left;
	width: 50%;
	clear: none;
}
.property-sec3 .gform_widget ul li#field_1_3 {
	float: left;
	width: 50%;
	clear: none;
}
.property-sec3 .gform_widget .gform_footer {
	padding: 0;
	margin: 0;
}
#gform_wrapper_2 .gform_footer.top_label input {
    background: #7f1426;
    border-color: #7f1426 !important;
    color: #fff;
    padding: 5px 50px;
    height: auto;
}
#gform_wrapper_2 .gform_footer.top_label input:hover {
    background: #004265;
    border-color: #004265 !important;
}
.property-sec3 .gform_widget .gform_footer input {
	background: #004265;
	font-size: 18px !important;
	font-weight: 500;
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 0px 50px !important;
	height: 50px;
	text-transform: uppercase;
}
.property-sec3 .gform_widget .gform_footer input:hover {
	background: #7f1426;
}
.property-sec4 {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.property-sec4 .custom-sidebar {
	margin-bottom: 0;
}
.property-sec4 h3.custom-sidebar-title {
	font-size: 30px;
	margin: 0 0 40px 0;
	font-weight: 500;
	border: none;
	line-height: 30px;
}
.property-sec4 .sidebar-title-wrapper-line {
	display: none;
}
.property-sec4 .custom-sidebar .property_widget_block {
	border: 1px solid #dcdcdc;
    border-radius: 4px;
    float: left;
    width: 23% !important;
    clear: none;
    margin: 0 10px;
}
.property-sec4 .custom-sidebar .property_widget_block img {
	margin: 0;
    width: 100%;
    /*height: 160px;*/
}
.property-sec4 .custom-sidebar .property_widget_block .title {
	font-size: 18px;
	margin: 20px 15px 0 15px;
	line-height: 15px;
}
.property-sec4 .custom-sidebar .property_widget_block .title a {
	color: #004265;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li {
	background: none;
	border: none;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.tagline {
	padding: 0 15px;
	display: inline-block;
	width: 91%;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.tagline .attribute {
	display: none;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.tagline .value {
	font-size: 12px;
	color: #8d8d8d;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.price {
	padding: 0 15px;
	display: inline-block;
	width: 91%;
	margin: 20px 0;
	line-height: 30px;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.price .attribute {
	display: none;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.price .value {
	font-size: 24px;
	color: #090909;
	font-weight: 500;
}
/*.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bath {
	padding: 15px;
	display: inline-block;
	width: 40%;
	float: left;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	font-size: 16px;
	color: #000;
	background: #f3f3f3;
	text-align: center;
}*/
/*.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bath .attribute {
	text-transform: uppercase;
	color: #000;
}*/
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bedrooms {
	padding: 15px;
    display: inline-block;
    width: 39.2%;
    float: left;
    border-top: 1px solid #e2e2e2;
    font-size: 16px;
    color: #000;
    background: #f3f3f3;
    text-align: center;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bedrooms .attribute {
	text-transform: uppercase;
	color: #000;
}
.property-sec4 {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.property-sec4 .custom-sidebar {
	margin-bottom: 0;
}
.property-sec4 h3.custom-sidebar-title {
	font-size: 30px;
	margin: 0 0 40px 0;
	font-weight: 500;
	border: none;
	line-height: 30px;
}
.property-sec4 .sidebar-title-wrapper-line {
	display: none;
}
.property-sec4 .custom-sidebar .property_widget_block {
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}
/*.property-sec4 .custom-sidebar .property_widget_block img {
	margin: 0;
	width: 100%;
	height: auto;
}*/
.property-sec4 .custom-sidebar .property_widget_block .title {
	font-size: 18px;
	margin: 20px 15px 0 15px;
	line-height: 15px;
}
.property-sec4 .custom-sidebar .property_widget_block .title a {
	color: #004265;
	line-height: 24px;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li {
	background: none;
	border: none;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.tagline {
	padding: 0 15px;
	display: inline-block;
	width: 91%;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.tagline .attribute {
	display: none;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.tagline .value {
	font-size: 12px;
	color: #8d8d8d;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.price {
	padding: 0 15px;
	display: inline-block;
	width: 91%;
	margin: 20px 0;
	line-height: 30px;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.price .attribute {
	display: none;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.price .value {
	font-size: 24px;
	color: #090909;
	font-weight: 500;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bath {
	padding: 15px;
    display: inline-block;
    width: 38.1%;
    float: left;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    font-size: 16px;
    color: #000;
    background: #f3f3f3;
    text-align: center;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bath .attribute {
	text-transform: uppercase;
	color: #000;
}
/*.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bedrooms {
	padding: 15px;
	display: inline-block;
	width: 40%;
	float: left;
	border-top: 1px solid #e2e2e2;
	font-size: 16px;
	color: #000;
	background: #f3f3f3;
	text-align: center;
}
.property-sec4 .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bedrooms .attribute {
	text-transform: uppercase;
	color: #000;
}*/
.property-sec5 {
    float: left;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
}
.property-sec5 a {
    background: none;
    border: 1px solid #7f1426;
    border-radius: 0;
    box-shadow: none;
    color: #7f1426;
    font: 25px Roboto;
    height: auto;
    padding: 10px 20px;
}
.property-sec5 a:hover {
    background-color: #7f1426;
    color: #ffffff;
}
body.single.single-property .pro-list.section-home-list {
    display: none;
}

.area-sec1 .property-slider #slider .flex-direction-nav{display:none !important;}
.area-sec1 .property-slider #slider {display:inline-block; width:100%;}
.area-sec1 .property-slider #slider .flex-viewport{display:inline-block; width:100%;}
.area-sec1 .property-slider #slider .flex-viewport ul{list-style:none; margin-left:0 !important;}
.area-sec1 .property-slider #slider .flex-viewport ul li img{width:100%;/*height: 600px;*/}
ul.slides {margin: 0; } 
.area-sec1 .property-slider #carousel{margin:0 0;}
.area-sec1 .property-slider #carousel .flex-viewport ul li {width: 135px !important; height: 65px; } 
.area-sec1 .property-slider #carousel .flex-direction-nav{position:relative; width:100%; display:inline-block; margin: 0}
.area-sec1 .property-slider #carousel .flex-direction-nav li{list-style:none; height:auto; position:absolute; top:-58px;}
.area-sec1 .property-slider #carousel .flex-direction-nav li.flex-nav-prev{ left:0px;}
.area-sec1 .property-slider #carousel .flex-direction-nav li.flex-nav-next{ right:0px;}
.area-sec1 .property-slider #carousel .flex-direction-nav li a {background: rgba(14, 14, 14, 0.5); padding: 5px 15px; font-size: 13px; color: #fff; }

/*-----------------*/
.section-home-list .custom-sidebar{margin-bottom:60px;}
.section-home-list .custom-sidebar .wpp_featured_properties_widget { display: flex; flex-wrap: wrap; }
.section-home-list .custom-sidebar .property_widget_block {
	border: 1px solid #dcdcdc;
    border-radius: 0;
    clear: none;
    display: inline-block;
    margin: 0 10px 30px;
/*    min-height: 342px !important;*/
    vertical-align: top;
    width: 22.8% !important;
}
.section-home-list .custom-sidebar .property_widget_block img {
	margin: 0;
	width: 100%;
	/*height: 160px;*/
}
.section-home-list .custom-sidebar .property_widget_block .title {
	font-size: 18px;
	margin: 20px 15px 0 15px;
	line-height: 22px;
}
.section-home-list .custom-sidebar .property_widget_block .title a {
	color: #004265;
	min-height: 50px;
    line-height: 24px;
    display: block;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li {
	background: none;
	border: none;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.tagline {
	padding: 0 15px;
	display: inline-block;
	width: 91%;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.tagline .attribute {
	display: none;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.tagline .value {
	font-size: 12px;
	color: #8d8d8d;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.price {
	padding: 0 15px;
	display: inline-block;
	width: 91%;
	margin: 20px 0;
	line-height: 30px;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.price .attribute {
	display: none;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.price .value {
	font-size: 24px;
	color: #090909;
	font-weight: 500;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bath {
	padding:15px 11px 15px 11px;
	display: inline-block;
	width: 40%;
	float: left;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	font-size: 16px;
	color: #000;
	background: #f3f3f3;
	text-align: center;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bath .attribute {
	text-transform: uppercase;
	color: #000;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bedrooms {
	padding: 15px;
	display: inline-block;
	width: 40%;
	float: left;
	border-top: 1px solid #e2e2e2;
	font-size: 16px;
	color: #000;
	background: #f3f3f3;
	text-align: center;
}
.section-home-list .custom-sidebar .property_widget_block .wpp_widget_attribute_list li.bedrooms .attribute {
	text-transform: uppercase;
	color: #000;
}

.pro-list.section-home-list {
    display: inline-block;
    width: 100%;
}
.home .content-wrapper { padding-top:0;}
.home .title-area{display:none !important;}
.title-area {
    background: url(https://americanofficecenters.com/wp-content/uploads/2019/05/hero-img.jpg) no-repeat;

    display: inline-block;
    width: 100%;
	padding:60px 0; 
	background-position: center;
	background-size: cover !important;
}

.title-area .container{ background:none !important;}
.title-area h1{font-size:30px; text-transform:uppercase; color:#fff; margin:0; line-height: normal;}

.right-sidebar-wrapper .widget_text{border:1px solid #e5e5e5;
    padding: 15px;}
.right-sidebar-wrapper .widget .gdl-divider{display:none !important;}	
.right-sidebar-wrapper .widget_text h3{font-size: 18px;
    color: #7f1426 !important;}
.right-sidebar-wrapper .widget_text p{ font-size:15px; color:#838383; margin:0;}	
.right-sidebar-wrapper .widget_text a{
	background: #004265;
    padding:8px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 12px;
    color: #fff;
    margin-top: 12px;}
.right-sidebar-wrapper .widget_text a:hover{ background:#7f1426;}

.right-sidebar-wrapper .widget_recent_entries h3{ font-size:18px; text-transform:uppercase; margin-bottom:15px; color:#004265 !important; font-weight:bold;}
.right-sidebar-wrapper .widget_recent_entries ul li{ background:none; font-weight:500; margin-bottom:6px; padding:0; border:1px solid #e5e5e5; font-size:15px;}
.right-sidebar-wrapper .widget_recent_entries ul li a{color:#7f1426; display:inline-block; padding:10px;}
.right-sidebar-wrapper .widget_recent_entries ul li a:hover{color:#004265;}

.sidebar-included .gdl-page-item {
    width: 840px !important;
}

.blog-thumbnail-image{display:none !important;}

.blog-item2{margin:0 0 30px 0 !important; padding:0 0 30px 0 !important; border-bottom:1px solid #ccc;}
.blog-item2 h2.blog-thumbnail-title{ font-size:26px !important; color:#7f1426 !important; font-weight:500 !important; }
.blog-item2 div.blog-thumbnail-info{ width:100% !important; display: inline-block; padding:8px 0; background:#dedede !important; margin:0 0 10px 0 !important;}
.blog-item2 .blog-featured-image {float: left; margin: 0 0 20px; width: 100%;}
.blog-item2 div.blog-thumbnail-info .blog-info-inner-wrapper{float:left; margin:0 15px 0 10px; position: relative;}
.blog-item2 div.blog-thumbnail-info .blog-info-inner-wrapper::after {background-color: #919191; content: ""; height: 15px; position: absolute; right: -9px; top: 4px; width: 1px;}

.navigation-wrapper .sf-menu ul{border: 1px solid;
    text-align: left;
    width: 220px;
    top: 82px !important;}
	
.navigation-wrapper .sf-menu ul li a{line-height:18px;}	

.home .pro-list.section-home-list{display:none !important;}
.pro-list .sidebar-title-wrapper-line{display:none;}
.pro-list h3{ font-size:30px; margin:30px 0 20px 0;}



.pro-list.section-home-list .wpp_row_view {
    float: left;
    margin: 0;
    width: 100%;
}
.pro-list.section-home-list .properties_pagination.wpp_bottom_pagination {
    float: left;
    margin: 20px 0 50px 0;
    text-align: center;
    width: 100%;
}

.pro-list.section-home-list .properties_pagination.wpp_bottom_pagination button.wpp_loadmore_button {
    background: none;
    border: 1px solid #7f1426;
    border-radius: 0;
    box-shadow: none;
    color: #7f1426;
    font: 15px Roboto;
    height: auto;
    padding: 10px 20px;
    transition: all 0.5s ease 0s;
}
.pro-list.section-home-list .properties_pagination.wpp_bottom_pagination button.wpp_loadmore_button:hover {
    background-color: #7f1426;
    color: #ffffff;
}
.pro-list.section-home-list .wpp_row_view .wpp_property_overview_shortcode {
    float: left;
    text-align: center;
    width: 100%;
}

.pro-list.section-home-list .wpp_row_view .property_div.property {
    border: 1px solid #dcdcdc;
    box-shadow: none;
    margin: 0 10px 30px;
	min-height: 335px;
	border-radius: 0;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .property_image img {
    height: 160px !important;
    width: 100% !important;
	border-radius: 0;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .wpp_overview_right_column ul.wpp_overview_data {
    padding: 0;
	margin: 0;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .wpp_overview_right_column ul.wpp_overview_data li {
    background: none;
    border: medium none;
    margin: 20px 15px 0;
    padding: 0;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .wpp_overview_right_column ul.wpp_overview_data li a {
    color: #004265;
    font-size: 18px;
	line-height: 24px;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .wpp_overview_right_column ul.wpp_overview_data li.property_title {
    min-height: 75px;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .wpp_overview_right_column ul.wpp_overview_data li.property_tagline {
    color: #8d8d8d;
    font-size: 12px;
    margin: 3px 15px 0;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .wpp_overview_right_column ul.wpp_overview_data li.property_price {
    color: #090909;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
    padding: 0 15px;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .wpp_overview_right_column ul.wpp_overview_data li.property_price span.title {
    display: none;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .wpp_overview_right_column ul.wpp_overview_data li.property_bath {
    background-color: #f3f3f3;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
	box-sizing: border-box;
    color: #000000;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 15px 11px;
    text-align: center;
    width: 48.6%;
}
.pro-list.section-home-list .wpp_row_view .property_div.property .wpp_overview_right_column ul.wpp_overview_data li.property_bedrooms {
    background-color: #f3f3f3;
    border-top: 1px solid #e2e2e2;
	box-sizing: border-box;
    color: #000000;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 15px 11px;
    text-align: center;
    width: 51.4%;
}

/*Login Page*/
body.tml-action .pro-list.section-home-list {display: none;}
.gdl-page-content .tml {background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);  box-shadow: 0 0 1px #000; border: solid 1px #004265; margin: 0 auto 50px; max-width: 500px; padding: 20px;}
.gdl-page-content .tml form .tml-field-wrap label {color: #004265;}
.gdl-page-content .tml form .tml-field-wrap input.tml-field {border: 2px solid #004265;  box-shadow: none; color: #000000; font: 15px Roboto; font-weight: 500; height: auto; margin: 0; max-width: 100%; padding: 10px; width: 100% !important;}
.gdl-page-content .tml form .tml-field-wrap input.tml-button {background: #004265; border: none; box-shadow: none; color: #ffffff; font: 18px Roboto; height: auto; padding: 12px 0; transition: all 0.5s ease 0s; width: 100%;}
.gdl-page-content .tml form .tml-field-wrap input.tml-button:hover {background: #7f1426;}
.gdl-page-content .tml ul.tml-links {padding: 0; text-align: center;}
.gdl-page-content .tml ul.tml-links li {display: inline-block; list-style: outside none none; margin: 0 30px 0 0;}
.gdl-page-content .tml ul.tml-links li:last-child {margin: 0;}
.gdl-page-content .tml ul.tml-links li a {color: #004265;}
.gdl-page-content .tml ul.tml-links li a:hover {color: #7f1426;}


.gform_wrapper.cnt-form_wrapper {
    margin: 0;
}
.gform_wrapper.cnt-form_wrapper .gform_body ul.gform_fields li.gfield input {
    font: 15px Roboto;
    padding: 10px;
}
.gform_wrapper.cnt-form_wrapper .gform_footer input[type="submit"] {
    background: none;
    border: 1px solid #7f1426;
    border-radius: 0;
    color: #7f1426;
    font: 18px Roboto;
    height: auto;
    margin: 0;
    padding: 10px 20px;
}
.gform_wrapper.cnt-form_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #7f1426;
    color: #ffffff;
}
.title-area .breadcrumb {
    color: #ffffff;
    float: left;
    width: 100%;
}
.title-area .breadcrumb a {
    color: #ffffff;
}
.widget_nav_menu .menu-follow-us-on-facebook-container li.menu-item a {
    background: url("images/facebook-icon.png") no-repeat scroll left center;
    padding-bottom: 2px;
    padding-left: 25px;
    padding-top: 2px;
}
/*Agent Styling*/
.wpp_agent_info_single_wrapper {
    padding: 30px 25px;
    border-bottom: 1px solid #eee;
}

.wpp_agent_info_single_wrapper .wpp_agent_image {
    float: left;
    margin: 0 15px 0 auto;
    width: 75px;
    height: 75px;
}

.wpp_agent_info_single_wrapper ul.wpp_agent_info_list {
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.wpp_agent_info_single_wrapper dl.wpp_agent_info_list dt.wpp_agent_stats_contact_agent {
    display: none;
}

.wpp_agent_info_single_wrapper ul.wpp_agent_info_list .wpp_agent_stats_display_name {
    color: #090909;
}

.wpp_agent_info_single_wrapper dl.wpp_agent_info_list  dd.wpp_agent_stats_contact_agent {
    color: #004265;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
}
/*Profile Section with Form*/

.property-sec3 .gform_widget, .property-sec3 .wpp_agents_content_agent_card {
    display: inline-block;
    vertical-align: top;
}

.property-sec3 .wpp_agents_content_agent_card {
    width: 33%;
    
}

.property-sec3 .wpp_agents_content_agent_card .wpp_agent_info_single_wrapper {
    background-color: #004265;
    padding: 20px;
}

.property-sec3 .wpp_agent_info_single_wrapper ul.wpp_agent_info_list .wpp_agent_stats_display_name {
    color: #fff;
}

.property-sec3 .wpp_agent_info_single_wrapper dl.wpp_agent_info_list dd.wpp_agent_stats_contact_agent {
    color: #fff;
}
.property-sec3 .wpp_agent_info_single_wrapper  .wpp_agent_full_bio {
    color: #fff;
    font-size: 14px;
    margin: 40px 0 0;
}
.sidebar-title-wrapper .gdl-title {
    float: left;
}
.property-sec1 .area-sec1 .property-slider .wpp_galleria_wrapper {
    width: 100% !important;
	height: 500px !important;
}
.property-sec1 .area-sec1 .property-slider .wpp_galleria_wrapper .wpp_galleria {
    width: 100% !important;
	height: 500px !important;
}

.property-sec1 .area-sec1 .property-slider .wpp_galleria_wrapper .wpp_galleria .galleria-container {
    width: 100% !important;
	height: 500px !important;
	background: transparent;
}
.icon_sec ul li{
	list-style-type: none;
	    margin-left: 10px;
}
.icon_sec ul{
	display: flex;

}
.icon_sec ul{
	float: right;
    margin-top: -85px;
}

/*ul.wpp_widget_attribute_list {
    min-height: 141px;
}
*/
.icon_sec ul li .wpulike {
    padding: 0;
}

.icon_sec ul li .wpulike span.count-box {
    font-size: 18px;
    vertical-align: bottom;
}


/*20-02-2020*/
.widget_nav_menu .menu-youtube-container li.menu-item a {
    background: url("images/youtube-icon.png") no-repeat scroll left center;
    padding-bottom: 2px;
    padding-left: 25px;
    padding-top: 2px;
}

.header-social-icons .custom-sidebar.gdl-divider {margin: 0px;}

.header-social-icons .custom-sidebar.gdl-divider ul li {
    border: none;
    padding: 0px;
    background-image: none;
}

.header-social-icons ul li {
    display: inline-block !important;
}

.header-social-icons .widget_nav_menu {
    display: inline-block;
}

.header-social-icons .widget_nav_menu .menu-follow-us-on-facebook-container li.menu-item a, .header-social-icons .widget_nav_menu .menu-youtube-container li.menu-item a {
    font-size: 0;
}

.header-social-icons .widget_nav_menu .menu-follow-us-on-facebook-container li.menu-item a, .header-social-icons .widget_nav_menu .menu-youtube-container li.menu-item a:hover {
    border: none;
}

.navigation-wrapper .menu-wrapper, .navigation-wrapper .header-social-icons {
    display: inline-block;
    vertical-align: middle;
}

.navigation-wrapper  .header-social-icons {
    width: 10%;
}

.navigation-wrapper {}

.navigation-wrapper .menu-wrapper {
    width: 88%;
    margin-left: 5px !important;
}

.navigation-wrapper .header-social-icons a {
    margin: 0 0px;
}
div.navigation-wrapper {
    width: 50%;
}
div.navigation-wrapper ul li a {
    margin: 0 6px;
}

/*hx*/
.all-properties { display: flex; flex-wrap: wrap; }
/*.wp-property-listing .pro-list { display: none; }*/
.wp-property-listing .pro-list.show { display: block ; }


.featured_box {
    background-color: red;
    position: absolute;
    padding: 5px 8px;
    text-transform: uppercase;
    line-height: normal;
}
.featured_box p { 
	color: #fff; font-size: 11px; 
}















.headingunderline::after {
    display: none !important;
}
.home-section3 h3:after {
 display: none !important;

}
#main-superfish-wrapper #menu-main-menu {
	float: right;
}

.americon-fooer {
	display: none;
}
#menu-main-menu li {
	margin-right: 10px;
}
.navigation-wrapper #nav_menu-7 {
	margin-left: 6px;
}















