/*
Theme Name: AgencyClix 1.3 
Theme URI: http://www.gatitasmegaplaza.com
Author: gatitasmegaplaza.com
Author URI: http://glamorousghemes.com
Description: A Model Agency WordPress Theme
Version: 1.3
License: GNU General Public License
Text Domain: agencyclix 
Domain Path: /languages/


*/

/*
** THEME-SPECIFIC STYLES HERE TO OVERRIDE BOOTSTRAP, THEME-BASE, AND THEME-FLAT CSS
*/
.img-responsive {width: 100%;}
#wpadminbar * {
	color: #cccccc !important;
}
li li.menu-item::before {
    display: none;
}
.cornertag {
	padding: 2px 15px;
	border-radius: 3px;
	max-width: 90px;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}
.cornertag-outer {
	width: 123px;
	height: 186px;
	background: rgba(0,0,0,.05);
	line-height: 188px;
	text-align: center;
	border: 1px solid rgba(0,0,0,.04);
}
.cornertag-inner {
	padding: 0px 15px;
	word-wrap: normal !important;
}
.no-cornertag {
	font-weight: bold;
	background: transparent;
	color: #0074A2;
	padding: 0px;
	border-radius: 3px;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	display: inline-block
}
.acsc-outer.nomartop {
    margin-top: 0;
}
.padonefive {
	padding: 15px;
}
.homewsb-social {
	padding: 50px 50px 35px;
	margin-bottom: 0px !important;
	background: #dddddd;
}
.homewsb {
	margin-bottom: 15px;
}
h1, h2, h3, h4 {
	margin: 30px 0px;
}
/* Set page header to dark blue */
.content-header {
	background-color: #444444;
	color: #333;
	background: url(images/bg-pattern.png) repeat fixed 0 0 #444;
}
.model-excerpt {
    border: 1px solid #ccc;
    color: #444;
    display: block !important;
    font-family: "Source Sans Pro",sans-serif;
    line-height: 1.5em;
    margin: 6px 0 0;
    padding: 3px;
    text-align: center;
    width: 100% !important;
	height: 38px;
	overflow: hidden;
	font-weight:300;
}
.date {
	bottom: 50px;
	display: block;
	font-size: 14px;
	position: absolute;
	text-align: center;
}
.model-date {
	background: rgba(0,0,0, .7);
	margin: 0 auto;
	min-width: 115px;
	color: #ffffff;
	padding: 7px 20px;
}
.content-header h1, .content-header h2, .content-header h3 {
	color: #ffffff;
}
/* Set initial image background so light text is readable before image loads */
.content-header-image {
	background-color: #e7e7e7;
}
/* Set our footer to "almost" black */
.sidebar-footer {
	background-color: #e5e5e5;
}
/* Set link colors to off white and text to gray for footer */
.sidebar-footer, .footer-nav-menu {
}
.sidebar-footer a:hover:not(.btn), .sidebar-footer a:focus:not(.btn), .footer-nav-menu a:hover:not(.btn), .footer-nav-menu a:focus:not(.btn) {
	/*color: #C63B48;*/
	color: #000000;
}
.entry-meta, .comment-edit-link {
	font-size: 16px;
}
footer.entry-meta {
	border-bottom: 0 none;
}
/* Set our site credits to "not quite" black */
.after-footer {
	background: #222222;
	color: #999999;
	font-size: 16px;
}


/* Get WordPress Jetpack Popular Posts Widget to look like other thumbnail posts */
.widgets-list-layout-links {
	float: left !important;
	margin-left: 15px !important;/*margin-left: 1.625em !important;*/
}
/* Hide JetPack's sharing module from pages with posts */
.page-posts .sharedaddy {
	display: none;
}
form.contact-form textarea {
	height: 108px;
}

@media only screen and (min-width : 768px) {
/* Make Navigation Toggle on Desktop Hover */
.dropdown:hover .dropdown-menu {
	border-radius: 0px;
}
}
.dropdown-menu {
	margin: 0px auto;
}
.dropdown-menu .dropdown-menu {
	left: 100%;
	top: -1px;
	border-radius: 0px;
}
/*  shows the dropdown on hover*/
.navbar ul.nav li:hover > ul.dropdown-menu {
	display: block;

}
/* before and after */
.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
	display: none;

}
.nav > li:last-child > a {
	padding-right: 0px;
}
.navbar-nav > li li {
	border-top: 1px solid #f0f0f0;
	font-size: 16px;
}
.container-head {
	text-align: center;
}
/*
	*************************************************************
	Rota
	*************************************************************
*/

.wrappertt {
	text-transform: none;
	color: #555;
	cursor: help;
	position: relative;
	width: 200px;
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}
.wrappertt .tooltips img {
	margin: 0px;
}
.wrappertt .tooltips {
	background: #ffffff;
	bottom: 100%;
	color: #fff;
	display: block;
	left: 0px;
	margin-bottom: 15px;
	opacity: 0;
	padding: 1px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.tooltips:focus {
	display: none;
}
/* This bridges the gap so you can mouse into the tooltips without it disappearing */
.wrappertt .tooltips:before {
	bottom: 20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
/* CSS Triangles - see Trevor's post */
.wrappertt .tooltips:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #ffffff 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}
.tooltips > p {
	color: #333;
	margin: 0px;
	margin-bottom: 14px;
}
p, .book-form {
	margin: 15px 0px;
	;
}
.wrappertt:hover .tooltips {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
/* IE can just show/hide with no transition */
.lte8 .wrappertt .tooltips {
	display: none;
}
.lte8 .wrappertt:hover .tooltips {
	display: block;
}

/*
	*************************************************************
	Rota Table style
	*************************************************************
*/

@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */
#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border: 1px solid #ccc;
}
#no-more-tables td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
}
#no-more-tables td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
/*
	Label the data
	*/
#no-more-tables td:before {
	content: attr(data-title);
}
}
#no-more-tables th {
	text-align: center;
}
.tab-pane {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #ddd #ddd;
	border-image: none;
	border-right: 1px solid #ddd;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	padding: 15px;
	margin-bottom: 15px;
	background: #ffffff;
}
.btn.btn-default.bg-white:hover {
	background: #d9d9d9;
	color: #ffffff;
}
.btn.btn-default.bg-offwhite:hover {
	background: #cecece;
	color: #ffffff;
}
.btn.btn-default.bg-lightgray:hover {
	background: #c8c8c8;
	color: #ffffff;
}
.btn.btn-default.bg-gray:hover {
	background: #c5c5c5;
	color: #ffffff;
}
.btn.btn-default.bg-darkgray:hover {
	background: #bfbfbf;
	color: #ffffff;
}
.btn.btn-default.bg-lightgreen:hover {
	background: #16a085;
	color: #ffffff;
}
.btn.btn-default.bg-darkgreen:hover {
	background: #138871;
	color: #ffffff;
}
.btn.btn-default.bg-brightgreen:hover {
	background: #27ae60;
	color: #ffffff;
}
.btn.btn-default.bg-darkbrightgreen:hover {
	background: #219452;
	color: #ffffff;
}
.btn.btn-default.bg-blue:hover {
	background: #2c81ba;
	color: #ffffff;
}
.btn.btn-default.bg-darkblue:hover {
	background: #236d9d;
	color: #ffffff;
}
.btn.btn-default.bg-purple:hover {
	background: #844c9b;
	color: #ffffff;
}
.btn.btn-default.bg-darkpurple:hover {
	background: #793a93;
	color: #ffffff;
}
.btn.btn-default.bg-midnightblue:hover {
	background: #2c3e50;
	color: #ffffff;
}
.btn.btn-default.bg-darkmidnightblue:hover {
	background: #253544;
	color: #ffffff;
}
.btn.btn-default.bg-yellow:hover {
	background: #cda70d;
	color: #ffffff;
}
.btn.btn-default.bg-lightorange:hover {
	background: #cf850f;
	color: #ffffff;
}
.btn.btn-default.bg-orange:hover {
	background: #c46b1d;
	color: #ffffff;
}
.btn.btn-default.bg-darkorange:hover {
	background: #b44700;
	color: #ffffff;
}
.btn.btn-default.bg-red:hover {
	background: #993333;
	color: #ffffff;
}
.btn.btn-default.bg-brightred:hover {
	background: #cc0000;
	color: #ffffff;
}
.btn.btn-default.bg-darkred:hover {
	background: #660000;
	color: #ffffff;
}
.btn.btn-default.bg-almostblack:hover {
	background: #282828;
	color: #ffffff;
}
.btn.btn-default.bg-notquiteblack:hover {
	background: #1d1d1d;
	color: #ffffff;
}
.btn.btn-default.bg-black:hover {
	background: #1d1d1d;
	color: #ffffff;
}

@media (min-width: 768px) {
.navbar-nav {
	float: right;
	display: table;
	table-layout: fixed;
}

.dropdown-menu {
	box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0.6);
}
.navbar-nav > li a:hover {
	color: #dd3333;
}
.navbar-nav > li a {
	color: #666;
}
.container.pbottom, .container.ptop {
	text-align: center;
}
.container.ptop h2 {
	margin-top: 15px;
}

.textwidget .client-photo {
	margin-top: 15px;
	border: 8px solid #eeeeee;
	margin-top: 15px;
	width: 96px;
}
.textwidget .client-photo img {
	width: 80px !important;
}
.testimonial-content {
	max-width: 800px;
	margin: 0 auto;
	min-height: 110px;
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/
#bs-carousel {
	height: 500px;
}
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
	position: relative;
	height: 100vh;
}
.fade-carousel .carousel-inner .item {
	height: 100vh;
}
.widget-area .carousel-inner {
	display: table;
	height: 212px;
}
.item active {
	width : 100%;
	height : 100%;
	display: table-cell;
	vertical-align: middle;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #ffffff;
	opacity: .5;
}
.fade-carousel .carousel-indicators > li.active {
	width: 20px;
	height: 20px;
	opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
	font-size: 6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hero h3 {
	color: #ffffff;
	margin:15px;
}
.hero p {
    margin: 0;
	line-height: 1em;
}
.hero p a:hover {color: #ffffff;text-decoration:underline;}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s ease-in-out .1s;
	-moz-transition: 2s ease-in-out .1s;
	-ms-transition: 2s ease-in-out .1s;
	-o-transition: 2s ease-in-out .1s;
	transition: 2s ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s ease-in-out .1s;
	-moz-transition: 2s ease-in-out .1s;
	-ms-transition: 2s ease-in-out .1s;
	-o-transition: 2s ease-in-out .1s;
	transition: 2s ease-in-out .1s;
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
	position: absolute;
	width: 100%;
	max-height: 500px;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .3;
}
/********************************/
/*          Custom Buttons      */
/********************************/
.ac-post-submit {
	color: #000000;
	background: #eeeeee;
	border: 0px solid #c4bfbf;
	border-radius: 0.125em;
	text-align:center;
	box-shadow: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.618em;
	margin: 0px;
	outline: medium none;
	padding: 7px 15px;
}
.ac-post-submit:hover {color: #ffffff;}
.btn.btn-lg {
	padding: 10px 40px;
}
.btn.btn-hero {
	color: #ffffff;
	background-color: #d93131;
	border-color: #d93131;
	outline: none;
	margin: 20px auto;
}
.btn.btn-hero:hover, .btn.btn-hero:focus {
	background-color: #c93423;
	border-color: #c93423;
}
.slider-home {
	max-height: 500px;
	height: 100%;
}
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
.hero {
	width: 980px;
}

}

@media screen and (max-width: 640px) {
.hero h1 {
	font-size: 1.5em !important;
	margin-bottom: 0px;
}
.btn.btn-hero.btn-lg.home-slider-button {margin-top:35px;}
.hero h3 {
	margin-top: 10px;
	font-size: 20px !important;
	margin-bottom:15px;
}
hgroup {
	position: relative;
	top: -75px;
}
.home-slider-button {
	position: relative;
	top: -110px;
}
#bs-carousel {
	height: 300px;
}
.slider-home {
	max-height: 300px;
	height: 100%;
	overflow: hidden;
}
}
.fade-carousel.carousel .item {
	width: 100%; /*slider width*/
	max-height: 500px; /*slider height*/
	height: 500px;
}
.carousel .item img {
	width: 100%; /*img width*/
}
/*add some makeup*/
.carousel .carousel-control {
	background: none;
	border: none;
	top: 50%;
}

/*full width container*/
@media (max-width: 767px) {
.block {
	margin-left: -20px;
	margin-right: -20px;
}
}

.sidebar-pagebottom .widget-title {
	margin-top: 10px;
}
.site-title {
	margin-bottom: 10px;
}
.page-subtitle.taxonomy-description {
	margin-top: -20px !important;
}
.cslide {
	max-height: 500px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.modelwrapper {
	padding: 0px;
}
.manage-column.column-thumbnail {
	width: 140px;
}
.alignnone {
	display: inline-block;
}
.navbar.navbar-default.navbar-fixed-top {
	border-bottom: 5px solid #d93131;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	margin-top: 42px;
	border-top: 1px solid #ededed;
}
ul.dropdown-menu {
	border-top: 5px solid #d93131;
}
.content-area-wide {
	margin-top: 38px;
}
.content-area-wide-home {margin-top:0px;}
.modelwrapper p {
	display: none;
}
.tc-left {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    padding: 8px 8px 8px 15px !important;
    text-align: left;
    width: 48%;
}
.tc-center {
	text-align: center;
	width: 4%;
}
.tc-right {
	text-align: right;
	width: 48%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 8px 15px 8px 8px !important;
}
.tc-header {
	text-align: center;
	background: #cccccc;
}
#ac-testimonials-carousel {
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.client-photo {
	margin: 0 auto;
	width: 100px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	border: 8px solid #eeeeee;
}
.client-photo img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	vertical-align: middle;
}
#ac-testimonials-bg {
	background: none repeat scroll 0 0 #fff;
	padding: 30px;
	padding-bottom: 65px;
}
.client-name {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 0px;
}
.widget #ac-testimonials-bg {
	background: none repeat scroll 0 0 transparent;
	border: 0px solid #dddddd;
	padding: 0px;
}
.widget .testimonial-control > div {
	display: none;
}
.testimonial-control {width: 80px;margin: 0 auto;}
.widget .t-title > h2 {
	font-size: 1.1em;
	border-bottom: 2px dotted #dddddd;
	margin-bottom: 0px;
	padding-bottom: 15px;
	margin-top: 15px;
}
.mchimp-widget h3 {font-size: 1.3em;}
#secondary .testimonial-content p, #secondary .mchimp-widget {
	font-size: 0.8em !important;
	line-height: 1.35em;
}
#secondary #ac-testimonials h2 {margin-bottom:20px;}
.widget .testimonial-content > p {
	
	line-height: 1.3em;
}

.widget .client-name {
	margin-top: 0px;
	margin-bottom: 15px;
}
p.client-link {
	margin: 0 0 10px;
	padding: 0;
}
.widget p.client-link {
	font-size: 0.85em;
	margin: -20px 0 0;
	padding: 0;
}
.testimonial-content > p {
	min-height: 68px;
	display: table-cell;
}
.client-link {
	padding: 5px 0px;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
dl.gallery-item {
	margin: 0px !important;
}
.gallery-item img {
	border: 1px solid #fff;
}
/********************************/
/*          Corner Tag          */
/********************************/

.side-corner-tag {
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 0px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 90%;
	margin-bottom: -8px;
}
.side-corner-tag p {
	display: inline;
}
.side-corner-tag p span {
	position: absolute;
	display: inline-block;
	right: -50px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
	text-align: center;
	text-transform: uppercase;
	top: -16px;
	background: #d93131;
	width: 130px;
	padding: 30px 10px 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-bottom: 1px solid #ffffff;
	margin: 0px !important;
	font-weight: bold;
}
/********************************/
/*       Corner Tag Hide        */
/********************************/

.side-corner-tag-hide {
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 0px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 90%;
	margin-bottom: -8px;
}
.side-corner-tag-hide p {
	display: inline;
}
.side-corner-tag-hide p span {
	position: absolute;
	display: inline-block;
	right: -52px;
	text-align: center;
	text-transform: uppercase;
	top: -18px;
	background: transparent;
	width: 130px;
	padding: 30px 10px 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-bottom: 1px solid transparent;
	margin: 0px !important;
}
.pfile-title {
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.ac-carousel-control.left, .ac-carousel-control.right {
	color: #999999;
}
/*Caption Text*/
.flex-caption {
	bottom: 50px;
	color: white;
	font-size: 16px;
	line-height: 20px;
	left: 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	z-index: 1;
}
article.post {
}
.textwidget .flex-control-nav {
	display: none;
}
.textwidget .flexslider {
	margin-bottom: 0px;
}
.textwidget .t-title h2 {
	border-bottom: 1px solid #ddd;
	font-size: 1em;
	margin: 10px 0;
	padding-bottom: 20px;
}
hr::before {
    background-color: rgba(0, 0, 0, 0.15);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
hr::after {
    background: #d93131 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 30%;
    position: absolute;
    width: 40%;
}
hr {
    font-size: 1em;
    padding-bottom: 20px;
    position: relative;
	border:0 none;
}


.home-newsletter-section hr::before {
    background-color: rgba(255,255,255, 0.15);
    
}


.hrslide {
border: 0 none;
	height: 12px;
	background: url('images/slide-divider.png') center center no-repeat;
	margin: 20px 0px;
}
.hrslide:after, .hrslide:before {display:none;}
.fandivsmall {
    border: 0 none;
	height: 12px;
	background: url('images/fandivsmall.png') center center no-repeat;
}
.post-cat-widget .post {
	border-bottom: 2px dotted #ccc;
	padding: 15px 0;
}
.post-cat-widget .post .post-thumb img {
	max-width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}
.post-cat-widget .post .post-date {
	font-size: 80%;
}
.post-cat-widget .post-title {
	text-align: center;
	font-size: 1em;
	margin: 15px 0 5px;
}
 background:#ffffff;
}
.post-cat-widget .post .post-thumb img {
	max-width: 100%;
	height: auto;
}
.post-cat-widget .post .post-date {
	font-size: 80%;
	display: none;
}
.post-cat-widget .post-title a:hover {
	color: #333333;
}
.widget_ {
	background: #ffffff;
	padding: 0px 15px;
	border: 1px solid #dddddd;
	text-align: center;
}
.widget-title_ {
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 0px;
}
.prtable {
    background: #ffffff none repeat scroll 0 0;
    border: 0 solid #dedede;
    margin: 50px auto 30px;
    width: 80%;
}
.textwidget .slides > li {
	margin-top: 0px !important;
}
.modal-body > ul {padding-left:20px;}
.modal-body ul li {
    font-size: .75em;
    border:0 none;
    box-shadow: none;
	margin: 0;
    padding: 0;
	display:block;
}
.modal-body.standard ul li:before {    
font-family: 'FontAwesome';
content: '\f00c';
margin:0 5px 0 -15px;

}
blockquote p {margin:0px;margin-top:10px;}

blockquote h3 {
    margin: 0 0 0px;
	font-weight:normal;
	color: #444444;
    
}
.modal-body blockquote p {font-size: .75em;}
.modal-body blockquote h1, .modal-body blockquote h2, .modal-body blockquote h3, .modal-body blockquote h4, .modal-body blockquote h5, .modal-body blockquote h6 {
    color: #000;
    margin: 10px 0 0;
}
.decohead {
	background: url("images/declace.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	height: 31px;
	width: 100%;
	border-top: 5px solid #dd3333;
}
.noborder, .decohead.noborder {
	border: 0 none !important;
}
.maxeight {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.acsc-outer {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c4bfbf;
	border-radius: 0.125em;
	box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.03), 0 1px 2px #d8d3d3 inset, 0 1px #ffffff;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.618em;
	margin: 30px 0px;
	outline: medium none;
	padding: 15px;
}
.acsc-title {
	font-size: 1.4em;
	font-weight: 300;
	padding: 10px;
	text-transform:uppercase;
}
.acscsc-title {
    font-size: 1.4em;
    font-weight: 300;
    padding: 10px;
    text-transform: none;
}
.pre-fancyheader {
	margin-bottom: 30px;
	max-width: 1140px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 50px;
	padding-top: 20px;
	text-transform: uppercase;
}
.fancyheader {
	line-height: 2em;
	text-align: center;
	overflow: hidden;
}
.fancyheader span {
	display: inline-block;
	position: relative;
}
.fancyheader span::before, .fancyheader span::after {
	border-bottom: 3px double #c4bfbf;
	content: "";
	height: 3px;
	position: absolute;
	top: 30px;
	width: 570px;
}
.fancyheader span:before {
	right: 100%;
	margin-right: 15px;
}
.fancyheader span:after {
	left: 100%;
	margin-left: 15px;
}
.visual-form-builder .vfb-legend h3::before {
	background-color: rgba(0,0,0, 0.2);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.visual-form-builder .vfb-legend h3::after {
	background: none repeat scroll 0 0 #c63b48;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 125px;
}
.visual-form-builder .vfb-legend h3 {
	font-size: 1em;
	padding-bottom: 20px;
	position: relative;
	border-radius: 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 3em;
	margin: 15px 0 7px !important;
}
.panel {
	box-shadow: none;
}
.visual-form-builder .vfb-legend {
	border-bottom: 0 none;
	color: #900;
	font-size: inherit;
	margin: 5px 14px 15px;
	padding: 0 6px;
}
.vfb-text, .vfb-select {
	background-color: #fafafa !important;
	background-image: none !important;
	border: 1px solid #dddddd !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #777777 !important;
	display: block !important;
	font-size: 16px !important;
	height: 37px;
	line-height: 1.42857 !important;
	padding: 6px 12px !important;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
	width: 100% !important;
}
.vfb-text:focus, .vfb-select:focus {
	border-color: rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.075) !important;
	outline: 0 none !important;
}
.vfb-text:-moz-placeholder {
 color: #e7e7e7 !important;
}
.vfb-text::-moz-placeholder {
 color: #e7e7e7 !important;
 opacity: 1 !important;
}
.vfb-text[disabled], .vfb-text[readonly], fieldset[disabled] .vfb-text {
	background-color: #ebebeb !important;
	cursor: not-allowed !important;
	opacity: 1 !important;
}
textarea.vfb-text {
	height: auto !important;
}
input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea {
	box-shadow: none !important;
}
.vfb-full > label {
	margin-bottom: 15px !important;
}
.vfb-full > label {
	margin-bottom: 15px !important;
}
.vfb-left, .vfb-right {
	margin-bottom: 15px;
}
.visual-form-builder li.vfb-left-two-thirds, .visual-form-builder li.vfb-right-two-thirds, .visual-form-builder li.vfb-left-two-thirds, .visual-form-builder li.vfb-right-two-thirds {
	width: 66.66% !important;
}
.visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half {
	width: 50% !important;
}
.visual-form-builder span.vfb-left, .visual-form-builder span.vfb-right {
	width: 50% !important;
}
.visual-form-builder span.vfb-left, .visual-form-builder span.vfb-right {
	width: 49% !important;
}
.visual-form-builder li.vfb-left-third, .visual-form-builder li.vfb-middle-third, .visual-form-builder li.vfb-right-third {
	width: 33.33% !important;
}
select.vfb-select {
	height: 37px;
}

@media screen and (max-width: 670px) {
.visual-form-builder li.vfb-left-two-thirds, .visual-form-builder li.vfb-right-two-thirds, .visual-form-builder li.vfb-left-two-thirds, .visual-form-builder li.vfb-right-two-thirds {
	width: 100% !important;
}
.visual-form-builder span.vfb-left, .visual-form-builder span.vfb-right, .visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half {
	width: 100% !important;
}
.visual-form-builder li.vfb-left-third, .visual-form-builder li.vfb-middle-third, .visual-form-builder li.vfb-right-third {
	width: 100% !important;
}
}
}
input.vfb-text:focus, input.vfb-text[type="text"]:focus, input.vfb-text[type="tel"]:focus, input.vfb-text[type="email"]:focus, input.vfb-text[type="url"]:focus, textarea.vfb-textarea:focus {
	border-color: rgba(0,0,0, .3) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0,0,0, .1) !important;
	outline: 0 none;
}
label.vfb-error {
	background: none repeat scroll 0 0 #ffcc00;
	border: 0 solid #dddddd;
	border-radius: 3px;
	color: #000;
	font-size: 0.75em;
	font-weight: normal;
	padding: 3px 10px;
}
.visual-form-builder ul, .entry-content .visual-form-builder ul, .comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul, .visual-form-builder ol, .entry-content .visual-form-builder ol, .comment-content .visual-form-builder ol, .mu_register .visual-form-builder ol {
	font-size: 1em !important;
}
label.vfb-desc {
	font-weight: inherit !important;
}
.visual-form-builder .vfb-legend {
	color: inherit;
}
.ui-datepicker .ui-datepicker-header {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 0.2em 0;
	position: relative;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #ddd;
	color: #555;
	font-weight: normal;
	text-align: center;
}
#ui-datepicker-div {
	box-shadow: 0 10px 10px #ccc;
	display: none;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 15px;
}
.ui-datepicker th {
	border: 0 none;
	color: #555;
	font-weight: 700;
	padding: 0.7em 0.3em;
	text-align: center;
}
.ui-datepicker {
	display: none;
	padding: 0.2em 0.2em 0;
	width: 20em;
}
#vfb-15-address, #vfb-15-address-2, #vfb-15-city, #vfb-15-state, #vfb-15-zip, #vfb-15-country {
	margin-top: 20px;
	margin-bottom: 0px;
}
textarea.vfb-textarea {
	padding: 6px 12px;
}
.vfb-radio, .vfb-checkbox {
	position: relative;
	top: 5px !important;
}
.vfb-choice {
	margin-right: 40px !important;
}
input.vfb-submit {
	margin-bottom: 15px;
}
/* *****************************************************************
					Stars Rating
***************************************************************** */

.starsrating {
	margin-top: 0px;
}
.comment-form-author {
	margin-top: 10px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: left;
	width: 112px;
}
.entry-title {
	margin-bottom: -10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.widget {
	border: 0 none;
	margin-bottom: 0 !important;
	padding: 15px;
}
.textwidget #ac-testimonials-bg {
	border: 0 none;
	padding: 0;
}
.widget #ac-testimonials h2 {
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 15px;
}
#ac-testimonials-carousel h3  {font-size:1.75em;}
#secondary #ac-testimonials-carousel h3  {font-size:1.1em;}
.widgetouter .widget-title {
	font-size: 1.3em;
	margin: 10px 0 15px;
	padding: 0;
	font-size: 1em;
}
.widgetouter li {
	padding-bottom: 15px;
}
.widgetouter li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.widgetouter .flex-direction-nav li {
	padding: 0px;
	border: 0 none;
}
.widgetouter .nofancysep {
	display: none;
}
.comments-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
	padding: 15px;
	text-transform: uppercase;
	margin-top: 0px;
}
.allcomments-title {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    margin: 0px;
    text-align: left;
}
#allcomments .entry-title {margin: 0px;padding-bottom:0px;}
.allmodels-name {
    font-size: 1.2em;
    font-weight: 300;
    margin-right: 5px;
    text-transform: none;
}
.entry-content.allrev {
	padding: 35px 35px 15px;
}
.search-submit.btn.btn-primary.srch {
    background: #ddd none repeat scroll 0 0;
    border-left: 1px solid #999;
	color: #555555;
}
.search-submit.btn.btn-primary.srch:hover {background: #d2d2d2;color: #000000;}
.mraverage {
    font-size: 1em;
    font-weight: 400;
    margin-right: 5px;
    position: relative;
    top: -12px;
	text-transform:uppercase;
}
.allmraverage {
    
    font-size: 0.6em;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: -12px;
}
#all-modelreviews .comment-body {
	border: 0 none;
	box-shadow: none;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

.reviewed-by {
    font-size: 0.75em;
    position: relative;
    top: -20px;
	margin-bottom:-20px;
	font-weight: 400;
}
.allrevphoto {
	border: 1px solid #ccc;
	border-radius: 3px;
}
.btn.btn-primary.btn-block.allreviews-btn {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#all-modelreviews .comment-content p {
	margin: 0 0 5px;
	font-size: 1em;
}
#all-modelreviews .comment-content p:after, #all-modelreviews .comment-content p:before {
	display: none;
}
#all-modelreviews hr {
	display: none;
}
.comment-content p {
	margin: 15px 50px;
}
.comment-content {
	margin-bottom: 0px;
}
.panel-title.faq > a {
	color: #333333;
}
.panel-title.faq > a:hover {
	color: #d93131;
}
.alert {
	border-radius: 0px;
}
.entry-meta > p {
	margin: 3px;
	padding: 0 !important;
}
.entry-meta {
	border-bottom: 0px solid #ddd;
}
.visual-form-builder fieldset {
	padding-top: 10px;
}
.widgetcta {
	border-bottom: 1px solid #cccccc;
	border-top: 5px solid #999999;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    background: #fff none repeat scroll 0 0 !important;
    border-top: 1px solid #ddd;
}
.panel-body {
    background: #f9f9f9 none repeat scroll 0 0 !important;
    border: 1px solid #e8e8e8;
    font-size: 0.85em;
    font-weight: 300;
    padding: 0 15px;
}
.panel-body p {
	line-height: 1.5em;
}
.panel-heading {
	padding: 0px;
}
.panel-heading:hover {background: #e8e8e8;}
a .panel-title {color: #444444 !important;}
.panel-default > .panel-heading {
	background: #f7f7f7;
	padding: 15px;
}
.panel-default {
	border: 0 none;
}
.widget.clearfix.widget_search {
	border: 0 none;
	padding: 0px;
}
.search-form.form-inline .form-control {
	background: #ffffff;
}
input.search-form.form-inline .form-control {
	border-top-left-radius: 5px;
}
.acboxed {
	border: 1px solid #dddddd;
	background: #ffffff;
	padding: 15px;
}
.post-thumbnail {
	margin-top: 15px;
}
.form-control:focus {
	border-color: #ddd;
	box-shadow: none;
	outline: 0 none;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0;
}
.sidebar-footer .widget {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: .85em;
}
.sidebar-footer .widget {
	text-align: left;
}
.entry-title {
	font-size: 32px;
}
#site-credits > p {
	margin: 0px;
}
.visual-form-builder fieldset {
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 3px;
	clear: both;
	margin: 15px 0;
	padding: 0;
}
.sidebar-footer .widget-title::before {
	background-color: rgba(0,0,0, 0.3);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.sidebar-footer .widget-title::after {
	background: none repeat scroll 0 0 #c63b48;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 80px;
}
.sidebar-footer .widget-title {
	font-size: 1.25em;
	padding-bottom: 20px;
	position: relative;
	margin-bottom:15px;
}

.entry-title::before {
	background-color: rgba(0,0,0, 0.15);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.entry-title::after {
	background: none repeat scroll 0 0 #c63b48;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100px;
}
.entry-title {
	font-size: 1.5em;
	padding-bottom: 20px;
	position: relative;
}
.centerline::before {
	background-color: rgba(0,0,0, 0.15);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.centerline::after {
	background: none repeat scroll 0 0 #D93131;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 30%;
	position: absolute;
	width: 40%;
}
.xqa {height:1px;background:transparent;}
.centerline {
	font-size: 1em;
	padding-bottom: 20px;
	position: relative;
}
.centerlinewhite::before {
	background-color: rgba(255,255,255, 0.3);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.centerlinewhite::after {
	background: none repeat scroll 0 0 #D93131;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 40%;
	position: absolute;
	width: 20%;
}



.centerwhite::before {
	background-color: rgba(255,255,255, 0.5);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.centerwhite::after {
	background: none repeat scroll 0 0 #ffffff;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 30%;
	position: absolute;
	width: 40%;
}
.centerwhite {
	font-size: 1em;
	padding-bottom: 20px;
	position: relative;
}


.leftlinewhite::before {
	background-color: rgba(255,255,255, 0.5);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.leftlinewhite::after {
	background: none repeat scroll 0 0 #ffffff;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 20%;
}
.leftlinewhite {
	font-size: 1em;
	padding-bottom: 20px;
	position: relative;
}
.centerlinefull::before {
	background-color: rgba(0,0,0, 0.3);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.centerlinefull::after {
	background: none repeat scroll 0 0 #D93131;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 40%;
	position: absolute;
	width: 20%;
}
.centerlinefull {
	font-size: 1em;
	padding-bottom: 20px;
	position: relative;
}
.hometestimonials {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.testihome {
	margin-top: 50px;
}
h3.centerline {
	margin-top: 15px;
	padding-top: 0 !important;
	text-align: center;
}
.model-details-container {
	width: 100%;
	margin: 0 auto;
}
.embed-container {
	background: none repeat scroll 0 0 #ddd;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	padding: 15px;
}
.modal-body #reply-title {
	display: none;
}
.modal-body {
	text-align: left;
	overflow: hidden;
}
.comment-awaiting-moderation {
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	color: #8a6d3b;
	margin: 25px auto 0;
	padding: 15px;
	max-width: 668px;
	width: 100%;
}

.modal-header h4 {
	text-align: left;
	color: #333333;
}
.modal-header {
    background: #eeeeee none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    min-height: 16.4286px;
    padding: 15px;
}
.modal-header .close {
	color: #000000;
	background: #ffffff none repeat scroll 0 0
}
.close:hover, .close:focus {
	background: #ffffff;
	color: #000000;
}




.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

.nav-pills li {
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #ddd;
	display: inline-block;
	float: none;
	margin: 1px;
	padding: 10px 15px;
	border-radius: 3px;
}
.nav.nav-pills {
	text-align: center;
}
.nav.nav-pills.services li.active:hover {
	background: #f9f9f9;
	cursor: pointer;
	color: #D93131;
}
.marbot {
	margin-bottom: 15px;
}
.nomarbot {margin-bottom:0px;}
.nav.nav-pills.services li no-hover-state:hover {
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #ddd;
	display: inline-block;
	float: none;
	margin: 1px;
	padding: 10px 15px;
}
.modal-body img {
	margin-top: 8px;
}
.modal-body p {
	line-height: 1.5em;
}
.fa.fa-chevron-left, .fa.fa-chevron-right {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #ddd;
	padding: 6px 7px 5px;
}
.fa.fa-chevron-left:hover, .fa.fa-chevron-right:hover {
	color: #ffffff;
	background: #c63b48;
	border-color: #c63b48;
}
.widgetouter, .entry-content, article.post, .thumcap-post-inner, .embed-container, .comment-body {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c4bfbf;
	border-radius: 0.125em;
	box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.03), 0 1px 2px #d8d3d3 inset, 0 1px #ffffff;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.618em;
	margin: 0px 0px 25px 0px;
	outline: medium none;
	padding: 15px;
}
.panel {
	border: 0 none;
	border-radius: 3px;
}
.panel-group .panel {
	margin-bottom: 10px;
	box-shadow: none;
	background: #f2f2f2;
}
.flexslider {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c4bfbf;
	border-radius: 0.125em;
	box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.03), 0 1px 2px #d8d3d3 inset, 0 1px #ffffff;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.618em;
	margin: 0px 0px 30px 0px;
	outline: medium none;
	padding: 0px;
	min-height: 400px;
}
.ac-form {
	background: #ffffff;
	padding: 3px 15px;
	margin-top: 5px;
	border:2px solid #eeeeee;
	border-radius: 3px;
}
.ac-form:focus {
    outline: none;
	background: #ffffff;
	border:2px solid #cccccc;
}

.bookform-select select {
	 
  
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    
    
    
    background: url(images/selectArrow.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 85px;
}

.nav-pills li, .ac-form-submit {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c4bfbf;
	border-radius: 0.125em;
	box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.03), 0 1px 2px #d8d3d3 inset, 0 1px #ffffff;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.618em;
	margin: 7px 7px 15px;
	outline: medium none;
	padding: 7px 15px;
}
textarea.ac-form {
	height: 12em;
}
.ac-form-submit {
	margin: 0px;
}
input[type="submit"].ac-form-submit {
	background: #f7f7f7;
	color: #777777;
	border: 1px solid #c4bfbf;
	margin-bottom:35px;
	margin-top:15px;
}
input[type="submit"].ac-form-submit:hover {
	background: #ffffff;
}
.fullwidth {
	display: block;
	width: 100%;
}
.widgetouter .img > img {
	border-radius: 3px;
}
.comment-respond {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c4bfbf;
    border-radius: 3px;
    box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.03), 0 1px 2px #d8d3d3 inset, 0 1px #ffffff;
}
.modal-body .comment-respond {
    background: transparent;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
}
#respond {
	padding: 20px 35px 0;
}
.testimonials-thumb {
	border: 5px solid #eeeeee;
	float: left;
	margin-right: 15px;
}
.avatar-thumb {
	border: 5px solid #eeeeee;
	float: left;
	margin-right: 15px;
	width: 100px;
}
.entry-content.testimonials {
	margin-bottom: 15px;
}
.widget-area #ac-testimonials {
	display: table;
	overflow: hidden;
	width: 100%;
}
.widget-area .ac-tfix, .ac-tfix {
	display: table;
	height: 110px !important;
	overflow: hidden;
	margin: 0 auto;
}
.testimonial-content {
	display: table-cell;
	height: 105px;
	vertical-align: middle;
}
.widget-area .testimonial-content {
	display: table-cell;
	vertical-align: middle;
	height: 160px;
}
.flexslider2 .slides > li {
	border: 0 none !important;
	margin: 0px;
	padding: 0px;
}
.ih-item .read-more {
	display: none;
}
.read-more .btn {
	margin-top: 15px;
	border-radius: 3px;
}
img.modelphoto {
	border: 3px solid #ffffff;
}
.flexslider2 .ih-item.square.effect6.bottom_to_top.side-corner-tag.carouselmod, .flexslider2 .ih-item.square.effect6.bottom_to_top.side-corner-tag-hide.carouselmod {
	border: 0 none;
}
.ih-item.square.effect6.bottom_to_top.side-corner-tag.carouselmod, .ih-item.square.effect6.bottom_to_top.side-corner-tag-hide.carouselmod {
	box-shadow: none;
	border: 3px solid #ffffff;
}

.model-containers {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c4bfbf;
    border-radius: 0.125em;
    box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin-bottom: 0;
    outline: medium none;
    padding: 7px;
}

.flex-next {
	background: none repeat scroll 0 0 rgba(255,255,255, .6);
	padding-right: 10px;
	padding-top: 7px;
	height: 50px !important;
	width: 50px !important;
	display: block;
}
.flex-prev {
	background: none repeat scroll 0 0 rgba(255,255,255, .6);
	padding-left: 10px;
	padding-top: 7px;
	height: 50px !important;
	width: 50px !important;
	display: block;
}
.widgetouter .flex-prev {
	background: rgba(255,255,255, .6);
	display: block;
	height: 30px !important;
	padding-left: 0px;
	padding-top: 0px;
	width: 30px !important;
}
.widgetouter .flex-next {
	background: rgba(255,255,255, .6);
	display: block;
	height: 30px !important;
	padding-right: 8px;
	padding-top: 0px;
	width: 30px !important;
}
.widgetouter .flex-direction-nav a::before {
	line-height: 30px;
}
.widgetouter .flex-direction-nav .flex-prev {
	left: 0px !important;
}
.widgetouter .flex-direction-nav .flex-next {
	right: 0px !important;
}
.widgetouter .flex-direction-nav a::before {
	font-size: 18px;
}
.flex-direction-nav a::before {
	color: #000000;
}
.topbarsocial i.fa {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid;
	font-size: 18px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px;
	margin-left: 2px;
}
.topbarsocial i.fa:hover {
	background: #d93131;
}
.list-inline.topbarsocial {
	text-align: center;
	margin: 50px 0px;
}
.topbarsocial i.fa, .topbarsocial a {
	border-color: #e0e0e0;
	color: #cccccc;
	border-radius: 3px;
}
.topbarsocial i.fa:hover, .topbarsocial a:hover {
	border-color: #d93131;
	color: #ffffff;
}
.list-inline.topbarsocial > li:first-child {
	padding-left: 5px;
}
.topbarsocial .list-inline > li {
	padding: 0px;
	margin: 0px;
	height: 24px;
}
.topbarsocial i.fa:hover {
	color: #ffffff;
}
.footer-social i.fa {
	border: 1px solid;
	font-size: 2em;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
	background: #ffffff;
	box-shadow: 0 0 0 0.15em rgba(0, 0, 0, 0.03), 0 1px 2px #d8d3d3 inset, 0 1px #ffffff;
}

.list-inline.footer-social {
	text-align: center;
	padding: 50px 0 35px;
	margin:0px;
}
.list-inline.footer-social.homewsb-social {
	margin-top: 0px;
}
.footer-social i.fa, .footer-social a {
	border-color: #cccccc;
	color: #cccccc;
	margin-bottom: 15px;
	border-radius: 3px;
}
.footer-social i.fa:hover, .footer-social a:hover {
	
	color: #ffffff;
}
.list-inline.footer-social > li:first-child {
	padding-left: 7px;
}


.cpt-comments .comment-text-side {
	font-size: 0.75em;
	line-height: 1.15em;
}
#secondary .cl_cpt_comments_widget h2 {margin-bottom:0px;}
a.comment-text-side {
	color: #555555;
}
a.comment-text-side:hover, .topbar-icons .fa.fa-phone, .topbar-icons .fa.fa-home {
	color: #d93131;
}
.btn.btn-hero.btn-lg {
	color: #ffffff !important;
}
.widgetouter .cpt-comments li {
	border-bottom: 0 none;
}
.widgetouter .cpt-comments li:last-child {
	border-bottom: 0 none;
}
.widgetouter {
	text-align: center;
	padding: 0px;
}
.topbar {
	background: none repeat scroll 0 0 #f5f5f5;
	font-size: 14px;
	font-weight: 300;
	padding: 0px 15px;
	color: #999999;
	height: 42px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
.nopadleft {
	padding-left: 0px;
}
.nopadright {
	padding-right: 0px;
}
.nopad {
	padding: 0px;
}
.topbarsocial {
	text-align: right;
	margin-top: 6px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
}
ul.dropdown-menu {
	border: 0 none !important;
}
.secondary-navigation a, #site-credits > a {
	color: #999999 !important;
}
.secondary-navigation a:hover, #site-credits > a:hover {
	color: #ffffff !important;
}
.entry-content.testimonials h1.entry-title {
	margin-top: 0px;
}
.type-model {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #dddddd;
	margin-bottom: 25px;
	padding: 35px;
}
.topbar-icons.topbar-phone {
	font-size: 15px;
	margin-top: 10px;
}
.modal-body .comment-respond {
	border: 0 none;
}
.sidebar-reviews {
	line-height: 1em;
	margin-bottom: -15px;
	
	
	padding: 0 15px 20px;
}
.sidebar-reviews p.comment-author {
	font-size: .7em;
}
.sidebar-reviews .comment-cpt-title {
	
}

@media screen and (min-width: 1025px) {
.mview {
	display: none !important;
}
}
.mview {
	display: block;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin-top: 0;
	background: #555555;
}
.mview a {
	color: #ffffff;
}
li.menu-item::before {
    color: #eee;
    content: "/";
    display: block;
    font-size: 1.5em;
    font-weight: 200;
    left: -5px;
    position: absolute;
    top: 2px;
}
.widget_nav_menu li:before {
	display: none;
}
li.menu-item:first-child:before, .dropdown-menu > li:before {
	display: none;
}
.navbar {
	min-height: 80px;
	background:#888;
}
.navbar.navbar-default {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.comment-content > p:first-child::before, .testimonial-content > p:first-child::before {
	content: "\f10d";
	font-family: FontAwesome;
	color: #dddddd;
	margin-right: 10px;
}
.comment-content > p:last-child::after {
	content: "\f10e";
	font-family: FontAwesome;
	color: #dddddd;
	margin-left: 10px;
}
.widget-area .testimonial-content > p::after {
	color: #555;
	content: "" !important;
	font-size: 1.25em;
	margin-left: -4px;
}
.widget-area a.comment-text-side:after {
	color: #555;
	content: "..." !important;
	font-size: 1.25em;
	margin-left: 0px;
}
.container.navline {
	margin-top: 16px;
}
.btn.btn-primary.btn-lg.reviewbutton {
	margin-bottom: 15px;
}
footer.entry-meta {
	background: none repeat scroll 0 0 transparent;
	border-top: 1px solid #eee;
	padding-top: 5px;
}

@media screen and (max-width: 767px) {
li.menu-item::before {
	display: none !important;
}
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.25%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.10%;
}
.gallery img {
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: #e5e5e5;
}
.gallery-columns-2 .attachment-medium {
	width: 100%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail, .gallery-columns-1 .attachment-thumbnail, .gallery-columns-2 .attachment-thumbnail, .gallery-columns-3 .attachment-thumbnail, .gallery-columns-5 .attachment-thumbnail, .gallery-columns-5 .attachment-thumbnail {
	width: 100%;
	height: auto;
}
.gallery .gallery-caption {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #888;
    font-size: 12px;
    margin: -1px 1px 5px;
    padding-bottom: 5px;
	padding-top: 5px;
}

.gallery dl, .gallery dt {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.form-control.newsletbg {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4) !important;
	border: 0 none;
	height: 41px;
}
 .form-control.newsletbg::-moz-placeholder, .form-control.newsletbg {
color:#000000;
}
input.newsletbg:focus {
	background: #dddddd !important;
}
.sola_sign_up_form_row > input {
	width: 100%;
}
#sola_nl_title > h3 {
	font-size: 1em;
	margin: 10px 0 15px;
	padding: 15px 10px;
}
.sola_sign_up_form_row {
	text-align: left;
}
.sola_nl_sub_form > div {
	text-align: left;
}
#sola_nl_title > h3::before {
	content: '\f0e0';
	font-family: fontawesome;
	font-size: 1.2em;
	margin-right: 7px;
}
.sola_sign_up_form_row > label {
	font-size: 0.9em;
	margin-bottom: 0;
}
.sola_nl_sign_up_box .sola_nl_sub_form .sola_sign_up_form_row {
	margin-right: 5px;
	padding: 0 0 5px;
	width: 100%;
}
.widget.clearfix.widget_sola_nl_subscribe_widget {
	background: url('images/bg-newsletter-su.png') right center no-repeat;
	background-size: cover;
}
.sola_sign_up_form_row > input {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #c4bfbf;
	border-radius: 0.125em;
	box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.03), 0 1px 2px #d8d3d3 inset, 0 1px #ffffff;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.618em;
	margin: 0 0.327em;
	outline: medium none;
	padding: 0.236em 0.5em;
}
.sola_nl_sign_up_box {
	text-shadow: 0 1px 1px #fff;
}
.homenews #sola_nl_title > h3 {
	display: none;
}
.sola_sign_up_form_row {
	float: left;
	width: 232px;
}
.homenews .sola_sign_up_form_row > label {
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
	font-weight: normal;
}
.homenews .sola_sign_up_form_row > input {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	border: 0 none;
	padding: 5px 10px;
	color: #000000;
	height: 39px;
}
.homenews input[type="submit"] {
	height: 39px;
	
}
.homenews input[type="submit"]:focus {
	color: #ffffff;
}
.homenews input[type="submit"]:hover {
	background: #cccccc;
}
.homenews p {
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 0;
    padding: 2px 0;
    text-shadow: 1px 1px 0 #000000;
}
.homenews .sola_nl_sign_up_box {
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
}
.homenews .sola_sign_up_form_row > input:focus {
	width: 100%;
	background: #ffffff;
}
.sidebar-footer .widget.clearfix.widget_sola_nl_subscribe_widget {
	background: none;
}
.sidebar-footer #sola_nl_title > h3 {
	display: none;
}
.sidebar-footer .widget #ac-testimonials-bg {
	background: transparent;
}
.sidebar-footer .widget #ac-testimonials h2, .sidebar-footer .centerline.hometestimonials, .sidebar-footer .widget p.client-link {
	display: none;
}
.centerline.hometestimonials {
	padding: 0px;
}
.sidebar-footer #ac-testimonials-carousel {
	text-align: left;
}
.sidebar-footer .testimonial-content > p::before, .sidebar-footer .testimonial-content > p::after {
	color: #999999;
}
.homenews input[type="email"] {
	margin-right: 0px;
}
.home-newsletter-section {
	background: url('images/bg-home-newsletter.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0px;
}
.entry-content-no-bg {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin-bottom: 25px;
	padding: 0;
}
.thumcap-post-inner .excerpt-post > p {
	padding: 0px 15px;
	text-align: center;
}
.entry-meta.single-top {
	background: #f7f7f7 none repeat scroll 0 0;
	margin-top: 20px;
	padding: 3px 15px;
	border-radius: 3px;
	border: 1px solid #eee;
}
.entry-content, article.post {
	padding: 15px 35px;
border-radius:
}
.thumcap-post-inner img {
	border-bottom: 0px solid;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c4bfbf;
	border-radius: 0.125em;
	box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.03), 0 1px 2px #d8d3d3 inset, 0 1px #ffffff;
	box-sizing: border-box;
	font-family: inherit;
	margin: 0px;
	outline: medium none;
	padding: 1px;
    width: 100%;
}
.thumcap-post-inner img:hover {
	box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.1), 0 1px 2px #000000 inset, 0 1px #ffffff;
}

.centerline.featuredpost {
    margin: 0;
    padding: 10px 0 0;
}
.featured-post-title {
	text-align: center;
	margin:10px 0px 0px 0px;
	font-size: 1.25em;
	
}
#centervert {
	width: 100%;
	height : 64px;
	display: table;
}
#centervert-title {
	width : 100%;
	height : 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15px;
}
#centervert-excerpt {
	width: 100%;
	height : 125px;
	display: table;
	text-align: center;
	font-size:.85em;
}
#centervert-excerpt-body {
	width : 100%;
	height : 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15px;
	line-height: 1.25em;
}
.home-news-title {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
	text-shadow: 2px 2px 0 #000;
	text-transform: uppercase;
}
.modal-review-model {
	font-weight: bold;
}
#homenews-leftside {
	height : 214px;
	display: table;
}
.nosidepad {
	padding: 0px;
}

.formsidedark {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	padding: 15px;
}
.vfb-full > label {
	margin-bottom: 15px !important;
}
.conus-title {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}
.bio-container {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #dedede;
	box-shadow: 0 0 0 3px #fff inset, 0 0 0 14px #fff inset, 0 0 0 15px #dedede inset;
	color: #333333;
	margin: 0 0 15px;
	padding: 25px 35px;
	text-align: center;
}
.home-slideshow {
	max-height: 500px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.cta-subheadline {
	margin-top: 0px;
}
.custom-comments-title {
	padding: 15px 15px 5px;
	background: #ffffff;
	border: 1px solid #dedede;
	margin-bottom: 15px;
}
.markercolor {
	color: #F75850;
	text-shadow: 1px 1px 1px #000;
}
.widgetouter .ih-item.square {
	margin-bottom: 0px;
	padding: 0px;
}
.widget .slides > li {
	margin-bottom: -8px !important;
	margin-top: 0 !important;
}
.error {
	padding: 5px 9px;
	border: 1px solid red;
	color: red;
	border-radius: 3px;
}
.success {
	padding: 5px 9px;
	border: 1px solid green;
	color: green;
	border-radius: 3px;
}
form span {
	color: red;
}

label, .ac-form {
	width: 100%;
}
.ac-form.hvar {
	width: 92px;
	margin-right: 5px;
}
.alert-success {
	background: #dff0d8 none repeat scroll 0 0;
	border: 1px solid #ccdebc;
	border-radius: 0.125em;
	box-shadow: 0 0 0 0.327em #ecfbe6, 0 1px 2px #d6e9c6 inset, 0 1px #ffffff;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.618em;
	margin: 0 0 25px;
	outline: medium none;
	padding: 15px;
	text-align: center;
}
.alert-danger {
	background: #F2DEDE none repeat scroll 0 0;
	border: 1px solid #ebccd1;
	border-radius: 0.125em;
	box-shadow: 0 0 0 0.327em #FCEDED, 0 1px 2px #FCEDED inset, 0 1px #ffffff;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.618em;
	margin: 0 0 25px;
	outline: medium none;
	padding: 15px;
	text-align: center;
}
h3.allmodels-titlename {
	font-size: .85em !important;
}
.badge.mrnumber {
	background: #fff none repeat scroll 0 0;
	border: 1px solid;
	position: relative;
	top: -3px;
	font-weight:normal;
	
}

.mc-field-group{
	background-color: transparent;
	padding: 0px;
}

#mce-email {
	float: left;
	margin:10px;
}

#mce-FNAME{
	margin:10px;
}
#homenews-content {
    
    
    border-radius: 5px;
    display: inline-block;
    height: 100%;
    margin: 35px 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.btn.btn-hero.btn-lg {
    color: #ffffff !important;
	background: rgba(255,255,255,.2);
}
.required.email {
    border: 0 none;
    border-radius: 0px;
    height: 50px;
    margin-right: 0% !important;
    padding: 0 10px;
    width: 75%;
	border-radius: 3px 0 0 3px;
}
.container.homenews {text-align:center;}
.col-md-12.home-news-signup  {margin-bottom:25px;}
#mc-embedded-subscribe {
    border-radius: 0 3px 3px 0;
    height: 50px;
    width: 25%;
	line-height: 0px;
}
#mc-embedded-subscribe:hover {background: #000000;}
.footerchimp {
    margin-top: 15px;
}

.sidebar-footer .required.email {height:36px;}
.sidebar-footer #mc-embedded-subscribe {background: #cccccc;color:#000000;height: 36px;}
.sidebar-footer #mc-embedded-subscribe:hover {color: #ffffff;}
#secondary #mc-embedded-subscribe {background: #cccccc;color:#000000;height: 36px;}
#secondary #mc-embedded-subscribe:hover {color: #ffffff;}
#secondary .required.email {background: #f0f0f0;height: 36px;}
.rsswidget > img {
    display: none;
}
#secondary ul li.cpt-comment:after {content: "";display:inline-block;background: url('images/fandivsmall.png') center center no-repeat;height:12px;width:100%;}
#secondary ul li.cpt-comment:last-child:after {display:none;}
#secondary ul li.cpt-comment:first-child {margin-top:20px;}
#secondary ul li.cpt-comment {margin:0px;padding:0px;}
#sidebar-pagebottom #sample-text h2 {margin:25px 0px 0px 0px;}
#sidebar-pagebottom #sample-text .btn {margin-top: 25px;}
.comment-form-email > input, .comment-form-author > input {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 7px;
    max-width: 378px !important;
    width: 100% !important;
}
#secondary ul.rating {
    margin-bottom: 10px;
    margin-top: -20px;
    padding: 0 !important;
}
#secondary .rating li {margin: 0px;}
.sidebar-footer #ac-testimonials-carousel h3 {display:none;}
.flexslider.singlemodel {min-height:399px;}
.areviewimg .image > img {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn.btn-primary.btn-sm.btn-block.btn-black {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #444;
    line-height: 2em;
    margin-bottom: 15px;
    margin-top: 5px;
}
.btn.btn-primary.btn-sm.btn-block.btn-black:hover {border-color: #333333;background: #333333;color: #ffffff;}
.ih-item.square.effect6.bottom_to_top.side-corner-tag-hide.areviewimg {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
}
.form-small {
    color: #888;
    display: inline-block;
    font-size: 0.7em;
    line-height: 1em !important;
}
.form-fieldset {padding: 15px; clear: both; display: inline-block; margin: 0px 15px; border-radius: 4px; border: 1px solid rgb(204, 204, 204); background: rgb(251, 251, 251) none repeat scroll 0px 0px;}
h4.form-heading {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
	
    margin: 35px 0 0;
    padding: 15px;
}
.bookform-label {
    display: block;
    font-size: 0.75em;
    margin: 15px 0px -40px 0px;
	font-family: arial;
}










select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.ac-form, select.ac-form:focus {
  background: white url(images/selectArrow.png) no-repeat scroll right;
  padding: 5px;
  background-size:
    29px 19px;
    height:42px;
  background-repeat: no-repeat;
}
.cke_inner.cke_reset {
    
    border: 1px solid transparent;
    
}
.visual-form-builder fieldset {border: 0 none;}
.acsc-outer.models-car {margin-bottom:0px;}
.home-models-car {margin-top: 30px;}
.acsc-outer.inner-bio img {
    border: 1px solid #999999;
	background:#999999;
    border-radius: 5px;
}
.prtable tr > td {border-top: 0 none;}

.agepost {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.btn.btn-primary.btn-block.nomar {margin: 0px;}

footer.entry-meta {clear:both;}

/***************************
custom button shortcode
**************************** */

.custombutton {
  padding: 9px 12px;
  border-radius:3px;
  display: inline-block;
  margin-top: 10px;
  
}

.cstmbtnoverlay {
  position: relative;
}

.cstmbtnoverlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: none;
  z-index:0;
}

.cstmbtnoverlay:hover:before{
  display: block;
}

.darkoverlay:before {
  background-color: rgba(0,0,0,0.15);
  border-radius: 3px;
}

.custombutton * {
    position: relative;
    /* hack */
}

.cstmbtncolor {color: #ffffff;}
/***************************
CSS for great vibes headlines
****************************
.acsc-title {
    color: #777;
    font-family: great vibes;
    font-size: 2em;
    font-weight: normal !important;
    text-transform: none;
}
****************************
***************************/


