/*
 Theme Name: La Vita Bella Theme
 Theme URI: http://example.com/twenty-sixteen-child/
 Description: La Vita Bella Theme
 Author: New Life Styles
 Author URI: http://www.NewLifeStyles.com/
 Template: twentysixteen
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain: lavitabella-child
*/

.recap {
	margin: 10px 0;
}

@-ms-viewport{width:auto!important}
html {
	background: #AA7DBF;
}
body {
	font-family: arial,verdana,Helvetica,sans-serif;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbdafc+0,c2c0eb+42,b292cd+69,aa7dbf+100 */
	background: #AD85C5; /* Old browsers */
	background: -moz-linear-gradient(top,  #cbdafc 0%, #c2c0eb 42%, #b292cd 69%, #aa7dbf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cbdafc 0%,#c2c0eb 42%,#b292cd 69%,#aa7dbf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cbdafc 0%,#c2c0eb 42%,#b292cd 69%,#aa7dbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbdafc', endColorstr='#aa7dbf',GradientType=0 ); /* IE6-9 */
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
	height: 0;
}
body::before {
    width: 0;
	position: relative;
    top: 0;
    width: 0;
    z-index: 0;
}
input, select, textarea {
	font-family: arial,verdana,Helvetica,sans-serif;
}
.hentry, .page-header, .page-content {
    margin: 0 auto;
}
.site-header {
    margin: 0;
    padding: 0;
}
.main-navigation {
    margin: 0;
}
.main-navigation {
    margin: 0;
    position: relative;
}
.content-area {
    margin: 0 auto;
    max-width: 100%;
	background: transparent;
	line-height: 1.4em;
	padding: 0;
}
a {
	color: #7A5B8A;	
}


/*** BEGIN MENU STYLES ----------------------------------------------------------------------------------------- ***/

.navSection.clearfix {
	background:transparent;
	color:#fff;
	border-bottom: none;
    border-top: none;
	margin: 0;
	position: absolute;
    z-index: 2;
	bottom: 5px;
}

.menuArea {
    margin: 0 auto;
    max-width: 751px;
}

.menuArea nav {
	float: left;
	font-weight: 400;
	font-size: 21px;
	position: relative;
	left: 1px;
	list-style: none;
    *zoom: 1;
}

.navSection .nav:before,

.navSection .nav:after {
    content: " "; 
    display: table; 
}

.navSection .nav:after {
    clear: both;
}

.navSection .infoArea {
	float: right;
	text-align: right;
	width: 155px;
	padding: 5px 15px 0 0;
}


navSection .nav li > a, .navSection ul.nav ul.dropdown-menu li a, .navSection ul.nav ul.dropdown-menu li, .nav > li, .nav li a:hover, .nav li li a:hover, .nav li li li a:hover, a.toggleMenu, a.toggleMenu:hover, .wrapContainer ul.nav ul.dropdown-menu, ul.dropdown-menu l1,.blockSteps .style2,.blockSteps .style2 a,.blockSteps .style5,.blockSteps .style5 a,.blockSteps ul li,.blockSteps ul li a, .blockSteps p, .blockSteps p a, .stepBlock .style2,.stepBlock .style2 a,.stepBlock .style5,.stepBlock .style5 a,.stepBlock ul li,.stepBlock ul li a, .stepBlock p, .stepBlock p a, div.main a, div.main a:hover, div.main p a, div.main p a:hover, div.main ul li a, div.main ul li a:hover, div.main .style2 a, div.main .style2 a:hover, div.main .style5 a, div.main .style2 a:hover, #access .menu > li a, #access .menu > li a:hover {
   -webkit-transition: all .4s ease;-moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
}


i.fa.fa-caret-right {
	right: 10px;
	position: absolute;
	line-height: 1.3em;
}
i.fa.fa-caret-down {
	position: relative;
	left: 10px;
}




#access {
    display: inline-block;
    float: left;
    margin: 0;
    max-width: 1000px;
	padding: 0;
}

#access ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
    z-index: 99999;
    text-align: left;
}
#access ul:first-child > li > ul.sub-menu:after, #access ul:first-child > li > ul.sub-menu:before {
	bottom: 100%;
	left: 28%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#access ul:first-child > li > ul.sub-menu:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 3px;
	margin-left: -3px;
}
#access ul:first-child > li > ul.sub-menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #E6E6E6;
	border-width: 5px;
	margin-left: -5px;
}

#access li {
    display: block;
    text-align: left;
	float: left;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	line-height: 1.1em;
}

#access a {	
    display: block;	
    text-decoration: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    cursor:pointer;
}


#access .menu > li a {
	color: #000;
    display: block;
    padding: 0px 20px;
    position: relative;
    text-decoration: none;
	font-size: 18px;
	font-family: arial,verdana,Helvetica,sans-serif;
	font-weight: 400;
	
}
#access .menu > li a:hover {
	color: #ddd;	
}
#access .menu > li li a {
	padding: 12px 20px;
}
#access .menu > li > a:before {
    content: "|";
    font-size: 18px;
    position: relative;
    right: 22px;
    top: -2px;
}
#access .menu > li:first-child > a:before {
    content:"";
}

#access .menu li:hover>a,
#access .menu li:hover>a:current-menu-item,
#access .menu li:hover>a:focus{
    color: #000;
    background: #ddd;    
} 

#access .sub-menu li:hover>a,
#access .sub-menu li:hover>a:current-menu-item,
#access .sub-menu li:hover>a:focus{
	color: #000;
	background: #ddd;
} 

.menu > li{
  
}

#access .haschildren:after{
    content:'\00BB';
    font-size: 14px;
    margin-left: 10px;
    position: absolute;
    top:12px;
    right:15px;
}

.sub-menu ul{
    border-top: 1px solid #f0f0f0!important;
}

.sub-menu ul:before{
    content:'';
    display:none;
}

#access .sub-menu li:hover{
    background: #ddd;
    color:#fff;
    border:none;
}

#access .sub-menu li:hover > a{
	background: #ddd;
    color:#fff;
}

#access .sub-menu a:hover{
    color:#fff;
	background: #ddd;
}


#access ul ul { 
    float: left;
    margin: 0;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    top: 100px;
    margin-left: 0px;
    padding-top: 1px;
    width: 220px;
    background-color: #fff;
    border-left: 1px solid #f0f0f0!important;
    border-right: 1px solid #f0f0f0!important;
    border-bottom: 1px solid #f0f0f0!important;
    border-top: 1px solid #f0f0f0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;   
}

#access ul ul li{
    width:100%;
}

#access ul ul a {
    border-bottom: 1px solid #ddd;
    color: #000 !important;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 13px 13px 13px 13px;
    text-transform: none;
}

#access ul ul li:last-child > a{
     border-bottom: none;
}


#access li.current-menu-item a {
   background:none; 
}

#access ul li:hover > ul {
    top: 58px;
    opacity: 1;
    visibility: visible;
}

#access ul ul li:hover > ul {
    top: -1px;
}

#access ul ul ul {
    left: 100%;
    top: 30px;
    padding-top: 0px;
    margin-left: 0px;
	display:block;
}

#access ul ul ul ul{
    display:block;   
}

.sub-menu .menu-item-has-children >a:after{
    font-family: FontAwesome;
    float: right;
}



.master_header {
	width: 100%;
	float: left;
}
ul#mobile_menu {
	padding: 0;
	margin: 0;
	border-top: 1px solid #e2e4e5;
}
ul#mobile_menu a {
	color: #000;
	
}

#mobile_display{
    height: 38px;
    width: 100%;
    padding: 6px 10px;
    display: none;
    margin-bottom: 0px;
    color: #000;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 0px;
    border-radius: 4px;
	position: relative;
}

#mobile_display span{
    margin-top:0px;
    float:left;
	position: relative;
    text-transform: uppercase;
    line-height: 1.1em;
	margin: 0 0 0 40px;
	float: left;
	font-size: 22px;
}

#mobile_display i {
	font-size: 21px;
	float: left;
	position: absolute;
	top: 6px;
	left: 20px;
	z-index: 999;
}

#mobile_menu{
    list-style-type: none;
    margin: 0px;
    width: 100%; 
    margin-top: 0px;
    margin-bottom: 0px;
    display:none;
}
#mobile_menu li > ul, #mobile_menu li > ol {
    margin: 0;
}

#mobile_menu li{
    margin: 0px;
    padding: 0px;
    border-left:none;
    border-right:none;
    cursor:pointer;
}
#mobile_menu li a {
	border-bottom: 1px solid #e2e4e5;
	text-decoration:none;
}
#mobile_menu li a:hover{
    background-color: #7A5B8A;
    color: #fff;
	text-decoration:none;
}
#mobile_menu li:hover a{
    color:#fff;                  
}

#mobile_menu .first_level{
    padding-left: 0;
}

#mobile_menu .second_level{
    padding-left: 0;
}

ul#mobile_menu ul, ul#mobile_menu ul ul {
    list-style: outside none none;
    padding: 0;
}

li.top_level.parent ul {
    display: none;
	background:#0B355F;
}
li.top_level.parent.active ul {
    display: block;
}
li.first_level.sub-parent ul {
    display: none;
}
li.first_level.sub-parent.active ul {
    display: block;
}
li.first_level.sub-parent > a, li.top_level.parent > a {
}
li.top_level a {
    display: block !important;
    padding: 10px 0 10px 25px;
}
li.top_level.parent a {
    display: block !important;
    min-height: 45px;
    padding: 10px 0 10px 25px;
}
li.first_level a {
    padding: 10px 0 10px 40px !important;
}
li.second_level a {
    padding: 10px 0 10px 55px !important;
}
li.second_level:last-child, li.first_level:last-child {
}
li.first_level.sub-parent ul {
    display: none !important;
	background: #1A72CD;
}
li.first_level.sub-parent.active ul {
    display: block !important;
}

li.top_level.parent > a {
	background-image: url("images/arrowdown.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 0;
}
li.first_level.sub-parent > a {
	background-image: url("images/arrowright.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 0;
}
.top_level.parent.active > a {
    background-color: #444;
}
.first_level.sub-parent.active > a {
    background-color: #444;
}


@media only screen and (max-width: 953px){
    
    #access{
        display:none;
    }
    #mobile_display{
        display:block;
        margin-top: 0px;
    }
	.navSection .infoArea {
		position: absolute;
		right: 2px;
	}
	
}
@media only screen and (min-width: 954px){
	.master_header{
		display:none;	
	}
}
@media only screen and (max-width: 599px){
	.logoArea{
		width: 100%;
		height: auto;
		padding: 8px 0 10px 0;
		left: 2%;
	}
	.logoArea img {
		left:0px;
	}
	.contactArea {
		height: 130px;
		float: left;
		width: 100%;
		text-align: center;
		top: 14px;
	}
	.contactArea .innerContactWrap {
		width: 232px;
		margin: 0 auto;
		float: none;
	}
}
@media screen and (min-width: 850px) and (max-width: 935px) {
	.logoArea {
		top: 5px;	
	}
}
@media screen and (min-width: 760px) and (max-width: 849px) {
	.logoArea {
		top: 10px;	
	}
}
@media screen and (min-width: 600px) and (max-width: 759px) {
	.logoArea {
		top: 15px;	
	}
}


@media only screen and (max-width: 953px){
	.navSection.clearfix {
		background: #dcaf83 none repeat scroll 0 0;
		border: 2px solid #595959;
		color: #000;
		display: block;
		margin: 0;
		position: relative;
		top: -34px;
		z-index: 2;
		bottom: auto;
	}
}
@media screen and (min-width: 500px) and (max-width: 599px) {
	.navSection.clearfix {
		top: -28px;
	}
}
@media screen and (min-width: 400px) and (max-width: 499px) {
	.navSection.clearfix {
		top: -22px;
	}
}
@media screen and (max-width: 399px) {
	.navSection.clearfix {
		top: -18px;
	}
}


/*** END MENU STYLES -------------------------------------------------------------------------------------------- ***/



/*** Begin Header STYLES -------------------------------------------------------------------------------------------- ***/

.topHeader {
    background: transparent;
	width:100%;
	padding: 10px 0 0;
}
.topHeader .wrapContainer {
    margin: 0 auto;
    max-width: 751px;
    padding: 0;
}
.headerDisplay {
    padding: 25px 0 15px;
}
.flexslider {
	margin: 0 !important;	
}

.companyContent {
    float: left;
    width: 100%;
	position: relative;
}
.topLogo {
    width: 60%;
	float: left;
	padding: 10px 0 15px;
}
.topLogo a {
    border: none;
}




/*** End Header STYLES ---------------------------------------------------------------------------------------------- ***/



/*** Begin BODY STYLES ---------------------------------------------------------------------------------------------- ***/
.site-content {
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
}
.site-main {
    max-width: 751px;
	padding: 0;
	margin: 0 auto;
}
.bodyBefore {

    display: block;
    height: 50px;
    margin: 15px auto 0;
    max-width: 751px;
    position: relative;
	background-image: url("images/body-top.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.content-area, .no-sidebar .content-area {
	max-width: 751px;
	margin: 0 auto;
	background-image: url("images/body.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
}
.bodyAfter {
    display: block;
	max-width: 751px;
	height: 48px;
	margin: 0 auto;
	position: relative;
	background-image: url("images/body-bottom.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.bodyLeft {
    float: left;
    width: 75%;
}
.bodyRight {
    border-left: 1px solid #d0cfce;
    float: right;
    margin: 55px 0 20px;
    padding: 0 20px;
    width: 24%;
	text-align: center;
}
.bodyRight .textwidget {
    padding-left: 6px;
}
.bodyRight .textwidget a {
    border: none;
}
.bodyRight h2 {
    border-bottom: 1px solid #d0cfce;
    line-height: 1em;
    margin: 0 0 -5px;
    padding: 3px 0;
	color: #0956A4;
}
.sideImg {
    padding: 35px 0 0;
}
.sideInfo p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
    padding: 15px 0 0;

}
img.alignright, img.alignleft {
    display: inline;
    float: right;
    margin: 8px;
	padding: 2px;
	border: 3px solid #aa7dbf;
}
.wp-caption.alignright, .wp-caption.alignleft {
	margin:10px 5px 0px 10px;
	padding:0;
}
.wp-caption-text { color: #371407; padding: 10px; width: 200px; font-size: 0.9em; font-style: italic; }

.hentry {
    padding: 0 20px;
}
.site-main .entry-header {
    padding: 0;
	margin: 0;
}
.site-main .entry-content, .site-main .entry-summary, .site-main .entry-footer {
    padding: 0;
	margin: 0;
}
.entry-title, .widecolumn h2 {
    margin-bottom: 10px;
}
.entry-title a:hover, .entry-title a:focus {
    color: #7a5b8a;
}
h2.entry-title, h2.entry-title a, h1.entry-title, h1.entry-title a {
	color: #000;
	font-size:21px;
	font-weight:500;
}
.entry-content h2, .entry-content h3 {
    margin: 0;
    padding: 15px 0 10px;
	color: #000;
	font-size:21px;
	font-weight:300;
}
.entry-content h3.first {
	padding: 5px 0 10px;
}
.entry-content h4 {
    margin: 0;
    padding: 10px 0 5px;
	color: #000;
	font-size:20px;
	font-weight:300;
}
.entry-content > ul, .entry-content > ol {
    margin: -4px 0 10px 40px;
    padding: 0;
}
.hentry, .page-header, .page-content {
    box-shadow: none;
}
header.page-header {
    background: transparent;
    border-bottom: 0 none;
    border-left: 7px solid #333;
}
p, address, pre, hr, ul, ol, dl, dd, table {
    margin-bottom: 10px;
}
.entry-footer {
    padding: 20px 0 30px;
	background: transparent !important;
}
.servicesOffered {
    margin: 25px 0 5px !important;
}


@media screen and (min-width: 700px) and (max-width: 953px) {
	.bodyBefore {
		margin: -15px auto 0;
	}
}
@media screen and (min-width: 600px) and (max-width: 699px) {
	.bodyBefore {
		margin: -26px auto 0;
	}
}
@media screen and (min-width: 500px) and (max-width: 599px) {
	.bodyBefore {
		margin: -30px auto 0;
	}
}
@media screen and (min-width: 400px) and (max-width: 499px) {
	.bodyBefore {
		margin: -30px auto 0;
	}
}
@media screen and (max-width: 399px) {
	.bodyBefore {
		margin: -30px auto 0;
	}
}



@media screen and (min-width: 800px) and (max-width: 1000px) {
	.entry-title, .widecolumn h2 {
		font-size: 28px;
		line-height: 1.16;
	}
	main.site-main p {
		font-size: 16px;
	}
}

@media screen and (min-width: 660px) and (max-width: 880px) {
	
	h2.entry-title, h2.entry-title a, h1.entry-title, h1.entry-title a {
		font-size: 22px;
	}
	.entry-content h2, .entry-content h3 {
		font-size: 19px;
	}
	.entry-content h4 {
		font-size: 17px;
	}
}

@media screen and (min-width: 540px) and (max-width: 659px) {
	.bodyLeft {
		float: none;
		width: 100%;
	}
	.bodyRight {
		float:none;
		width:100%;
		margin:5px 0 0;
	}
	.sideImg {
		float: left;
		padding: 25px 10px 10px;
		width: 33%;
	}
	.cationText {
		font-size: 15px;
	}
	.sidebarWrap {
		padding: 0 0 30px;
	}
	h2.entry-title, h2.entry-title a, h1.entry-title, h1.entry-title a  {
		font-size: 20px;
	}
	.entry-content h2, .entry-content h3 {
		font-size: 18px;
	}
	.entry-content h4 {
		font-size: 16px;
	}
}

@media screen and (min-width: 430px) and (max-width: 539px) {
	.bodyLeft {
		float: none;
		width: 100%;
	}
	.bodyRight {
		float:none;
		width:100%;
		margin:5px 0 0;
	}
	.sideImg {
		float: left;
		padding: 25px 10px 10px;
		width: 33%;
	}
	.cationText {
		font-size: 12px;
	}
	.sidebarWrap {
		padding: 0 0 30px;
	}
	.sideInfo p {
		font-size: 11px !important;
	}
	h2.entry-title, h2.entry-title a, h1.entry-title, h1.entry-title a  {
		font-size: 20px;
	}
	.entry-content h2, .entry-content h3 {
		font-size: 18px;
	}
	.entry-content h4 {
		font-size: 16px;
	}
}

@media screen and (min-width: 600px) and (max-width: 799px) {
	.entry-title, .widecolumn h2 {
		font-size: 24px;
		line-height: 1.16;
	}
	main.site-main p {
		font-size: 14px;
	}
}

@media screen and (max-width: 599px) {
	.entry-title, .widecolumn h2 {
		font-size: 22px;
		line-height: 1.16;
	}
	main.site-main p {
		font-size: 13px;
	}
	img.alignright, img.alignleft {
		width: 40%;	
	}
}

@media screen and (max-width: 429px) {
	.bodyLeft {
		float: none;
		width: 100%;
	}
	.bodyRight {
		float:none;
		width:100%;
		margin:5px 0 0;
	}
	.sideImg {
		float: left;
		padding: 25px 10px 10px;
		width: 50%;
	}
	.sidebarWrap {
		padding: 0 0 30px;
	}
	.sideInfo p {
		font-size: 12px !important;
	}
	h2.entry-title, h2.entry-title a, h1.entry-title, h1.entry-title a  {
		font-size: 20px;
	}
	.entry-content h2, .entry-content h3 {
		font-size: 18px;
	}
	.entry-content h4 {
		font-size: 16px;
	}
	.site-main, .site-info {
		padding: 15px 0 15px;
	}
	.site-main {
		position: relative;
		left: -5px;
	}
}



/*** End BODY STYLES ---------------------------------------------------------------------------------------------- ***/



/*--------------------------------------------------------------------------------------------------------------------*/
/*-----------[Fast Secure Contact Form]-------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.SIform {
    font-family: arial;
    font-size: 15px;
    padding: 20px 0;
}

/* Alignment DIVs */
.fscf-div-form              { max-width:905px; }
.fscf-div-left-box          { float:left; width:55%; max-width:270px; }
.fscf-div-right-box         { float:left; width:235px; }
.fscf-div-clear             { clear:both; }
.fscf-div-field-left        { clear:left; float:left; width:99%; max-width:900px; margin-right:10px;padding: 5px 0; }
.fscf-div-field-prefollow   { clear:left; float:left; width:99%; max-width:250px; margin-right:10px; }
.fscf-div-field-follow      { float:left; padding-left:10px; width:99%; max-width:250px; }
.fscf-div-label             { text-align:left; padding-top:5px;float: left;width: 20%; }
.fscf-div-field             { text-align:left;text-align: left; }
.fscf-div-captcha-sm        { width:175px; height:50px; padding-top:2px; }
.fscf-div-captcha-m         { width:250px; height:65px; padding-top:2px; }
.fscf-image-captcha         { border-style:none; margin:0; padding:0px; padding-right:5px; float:left; }
.fscf-image-captcha-refresh { border-style:none; margin:0; padding:0px; vertical-align:bottom; }
.fscf-div-submit            { text-align:left; clear:both; padding-top:25px; }
.fscf-fieldset              { border:1px solid black; width:99%; max-width:900px; padding:10px; }

/* Styles of labels, fields and text */
.fscf-required-indicator { text-align:left; }
.fscf-required-text      { text-align:left; }
.fscf-hint-text          { font-size:x-small; font-weight:normal; }
.fscf-div-error          { text-align:left; color:red; }
.fscf-div-redirecting    { text-align:left; }
.fscf-fieldset-field     { border:1px solid black; width:97%; max-width:900px; padding:10px; }
.fscf-label              { text-align:left; }
.fscf-option-label       { display:inline; }
.fscf-input-text         { text-align:left; margin:0; width:50%; max-width:250px; }
.fscf-input-captcha      { text-align:left; margin: 0 0 0 10px; width:50px !important; height:32px; }
.fscf-input-textarea     { text-align:left; margin:0; width:99%; max-width:250px; height:120px; }
.fscf-input-select       { text-align:left; }
.fscf-input-checkbox     { width:22px; height:22px;position: relative;top:5px;}
.fscf-input-radio        { width:22px; height:32px; }
.fscf-button-submit      { cursor:pointer; margin:0; }
.fscf-button-reset       { cursor:pointer; margin:0; }
.fscf-button-vcita       { text-decoration:none; display:block; text-align:center; background:linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); color:#fff !important; padding:8px; }
.fscf-button-div-vcita   { border-left:1px dashed #ccc; margin-top:25px; padding:8px 20px; }
.fscf-powered-by         { font-size:x-small; font-weight:normal; padding-top:5px; text-align:center; }

/* Placeholder Style - WebKit browsers - Safari, Chrome */
::-webkit-input-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 4 - 18 */
:-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 19+ */
::-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Internet Explorer 10+ */
:-ms-input-placeholder { opacity:0.6; color:#333333; }

#fscf_label1_10, #fscf_label2_10 {
    float: none;
    width: 100%;
}
#fscf_label1_11, #fscf_label2_11 {
    float: none;
    width: 100%;
}
#fscf_label1_12, #fscf_label2_12 {
    float: none;
    margin: 10px 0 5px;
}
textarea#fscf_field1_12, textarea#fscf_field2_12 {
    margin-bottom: 15px;
}
.fscf-div-field br {
    display: block;
}
.fscf-div-field span {
    float: left;
    width: 100%;
	padding: 2px 0;
}
#fscf_captcha_field1, #fscf_captcha_field2 {
    width: 130px;
}
.fscf-div-field select, .fscf-div-field input, .fscf-div-field textarea {
    border: 1px solid #000;
}
@media screen and (min-width: 660px) and (max-width: 860px) {
	.fscf-div-label {
		width: 26%;
	}
}
@media screen and (min-width: 845px) and (max-width: 860px) {
	#fscf_captcha_refresh1 > a, #fscf_captcha_refresh2 > a {
		position: relative;
		right: 20px;
	}
}
@media screen and (min-width: 775px) and (max-width: 844px) {
	#fscf_captcha_refresh1 > a, #fscf_captcha_refresh2 > a {
		position: relative;
		right: 14px;
	}
}
@media screen and (min-width: 450px) and (max-width: 659px) {
	.fscf-div-label {
		width: 31%;
	}
}
@media screen and (max-width: 449px) {
	.fscf-div-label {
		width: 100%;
	}
	.fscf-div-field span {
		width: 100%;
	}
	.fscf-input-text {
		width: 60%;
	}
}
/*------------------------------------------------------------------------------------------------------------*/



.site-info .textwidget > *:last-child {
    margin: 0 0 10px;
}
.site-footer .site-info {
	float: none !important;	
}
.site-footer {
    text-align: center;
    margin: 0 auto;
    padding: 0;
	max-width: 748px;
	background: none !important;
	background-color: transparent !important;
	border-top: none;
}
.site-footer p {
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
}
.site-footer a img {
    left: 10px;
    position: relative;
    top: -2px;
}
.site-info {
    margin: 0 auto;
    max-width: 748px;
    padding: 10px 0 4px;
	margin: 15px auto 20px;
    text-align: center;
	color: #000;
	width: 100%;
	background: #555557;
}
.footer_left {
    float: center;
    text-align: center;
    width: 100%;
	position: relative;
}
.footer_right {
    float: left;
    text-align: right;
    width: 50%;
	position: relative;
	right: 15px;
}
.footer_left a, .footer_right a {
	border-bottom: 1px solid #333;
	color: #ccc;
}
.site-info a:hover, .site-info a:focus {
    color: #ccc;
}

@media screen and (min-width: 986px) and (max-width: 1040px) {
	.site-footer p {
		font-size: 14px;
	}
}
@media screen and (min-width: 800px) and (max-width: 985px) {
	.site-footer p {
		font-size: 13px;
	}
}
@media screen and (max-width: 915px) {
	.site-footer .site-info {
    	padding: 10px 0 4px;
	}
}
@media screen and (max-width: 799px) {
	.site-footer p {
		font-size: 12px;
	}
}
@media screen and (max-width: 470px) {
	.footer_left {
		width: 100%;
		left: 0;
		text-align: center;
	}
	.footer_right {
		width: 100%;
		right: 0;
		text-align: center;
		padding-top: 15px;
	}
}



.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */