/*
* Buttons
*
* -----------------------------------------------------------------------------
*/

.button-1 {
	padding: 10px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #0969db;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	line-height: 1.42857143;
	width: 100%;
    text-align: center;
	border: none;
	border-radius: 4px;

   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.button-1:hover{
	background-color: #085cbf;
	color: #ffffff;
    text-decoration: none;
}



/*
* Ul, Li Tweaks
*
* -----------------------------------------------------------------------------
*/

.content ul{
    margin-bottom: 20px;
    padding-left: 0;
}

.content li{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.content .gfield {
	position: inherit;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
    background: transparent !important;
    border: 0px !important;
}



.sidebar .twitter-timeline{
    height: 440px;
}

.sidebar .free-ebooks img:hover{  
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.align-center{
    text-align: center;
}

hr{
    border-top: 2px #e2e2e2 solid;
}

.hr2{
    border-top: 1px #ffffff dashed;
    margin: 30px 0px 45px 0px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-top: 1px #e6e6e6 solid;
    border-right: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
    border-left: 2px solid #085CBF;
}




/*
* Contact Us Page
*
* -----------------------------------------------------------------------------
*/

.contact-page .site-inner{
	overflow: hidden;
	background-color: #f6f8fb;
	padding: 75px 0px 0px 0px;
}


.contact-page .entry-content{
	color: #ffffff;
}

.contact-bottom-wrapper{
	width: 100%;
}

.contact-map{
	width: 100%;
	max-height: 310px;
}

.contact-bottom-content{
    background: url(../images/contact-bottom-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 50px 10px 60px 10px;
    letter-spacing: 2px;
}

.contact-page .contact-infos{
    background: rgba(0, 0, 0, 0.7); 
    padding: 30px 50px 50px 50px; 
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.contact-page .contact-infos p{
	padding: 0px;
}

.right-bar{
    border-right: 1px #ffffff solid;
    margin-bottom: 50px;
}

.left-space p,
.right-bar p {
    padding: 2px 0;
}

.left-space{
    padding-left: 25px;
    margin-bottom: 50px;
}

.contact-bottom-content h1{
    font-size: 49px;
    font-weight: 100;
    color: #ffffff !important;
    line-height: 16px;
}

.contact-bottom-content h3{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 100;
    color: #ffffff !important;
    line-height: 30px;
}

.contact-bottom-content .h3-2{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 100;
    color: #ffffff !important;
    margin: 0px;
    clear: both;
}

.white-space{
    width: 100%;
    float: left;
    padding: 10px 0px;
}



/*contact form start*/
.contact-page .contact-form .ginput_container input,
.contact-page .contact-form .ginput_container textarea {
	background-color: #f6f8fb;
	padding: 12px 20px;
	color: #171e28;
	font-weight: 600;
	width: 100% !important;
	border: 1px #e1e4e5 solid;
    border-left: 3px #0969db solid;
}
.contact-page .contact-form .ginput_container textarea{
	max-height: 100px;
	overflow: auto;
}
.contact-form ::-webkit-input-placeholder {
   color: #171e28;
   font-weight: 600;
}

.contact-form :-moz-placeholder { /* Firefox 18- */
   color: #171e28;
   font-weight: 600; 
}

.contact-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #171e28;
   font-weight: 600;
}

.contact-form :-ms-input-placeholder {  
   color: #171e28;
   font-weight: 600; 
}
.contact-page .contact-page-captcha img.gfield_captcha {
	display: inline-block;
	width: auto !important;
	height: 28px;
	height: 33px;
}
.contact-page .contact-page-captcha input {
	display: inline-block;
	width: 160px;
	height: 33px;
	color: #171e28;
	font-weight: 600;
    background: #dedede;
    border-left: 3px #002520 solid;
}
.contact-page .gform_wrapper .top_label .gfield_label {
    color: #002520;
    font-size: 11px;
    margin: 12px 0px;
}
.contact-page-captcha .gfield_captcha_container{
	float: left;
    margin: 10px 0px 0px 0px;
}
.contact-page-captcha input{
	padding: 20px 20px !important;
	border: none;
}
.contact-page .contact-page-captcha .gfield_captcha_input_container {
	display: inline-block;
	padding: 0px;
	margin-right: 0px;
	border: none;
}
.contact-page .validation_error {
	display: none;
}

.contact-page .validation_message{
	color: #ea9698 !important;
}

.contact-form li.gfield_error input[type=text]{
    border: 1px solid #ffa6a8 !important;
}

.contact-form #field_1_5 .gfield_description.validation_message{
    margin-top: 50px !important;
    float: left;
    width: 250px;
}

.contact-form li.gfield.gfield_error.gfield_contains_required{
    margin-left: -10px !important;
}

.contact-page .gform_wrapper textarea.large{
	height: 60px;
}
.contact-page .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
}
.contact-page .gform_footer {
	text-align: right;
	width: 100%;
}
.contact-page .gform_footer .gform_footer  {
	text-align: center;
	width: 100%;
}
.contact-page .contact-form .gform_footer .gform_button.button {
	padding: 9px 15px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	background: #0969db url(../images/contact-mail.png) no-repeat;
	background-position: center center;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	line-height: 1.42857143;
	border: none;
	width: 123px;
	max-width: 100%;
	text-indent: 9999px;
	margin-top: -61px;
	height: 75px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.contact-page .contact-form .g-recaptcha {
	height: 25px;
}

.contact-page .contact-form .gform_footer .gform_button.button:hover{
	background-color: #085cbf;
	color: #ffffff;
}
.contact-page .contact-form .ginput_container {
	margin: 5px auto;
}
.contact-page .gform_wrapper,
.contact-page .first .ginput_container {
	margin-top: 0;
}
/*contact form end*/

/* Address-phone */
.contact-page .small-icon {
	position: relative;
	margin-left: 35px;
	padding: 5px 0px 0px 20px;
	color: #000;
}

.contact-page .small-icon:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0px;
	left: -35px;
	background: url(../images/sprites-contact.png) no-repeat scroll 0% 0% transparent;
}

.contact-page .small-icon.address:before {
	background-position: 0px -3px;
	width: 33px;
	height: 33px;
	left: -56px;
}

.contact-page .small-icon.phone:before {
	background-position: 0px -41px;
	width: 34px;
	height: 34px;
}

.contact-page .small-icon.fax:before {
	background-position: 0px -78px;
	width: 34px;
	height: 34px;
}

.contact-page .small-icon.e-add:before {
	background-position: 0px -157px;
	width: 34px;
	height: 34px;
}

.contact-page .small-icon.email:before {
	background-position: 0px -124px;
}

.contact-page .small-icon.email {
	padding-top: 0;
	margin-bottom: 20px;
}

.contact-page .address {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 700;
    color: #000;
	padding: 0 0 20px 0px;
	border-bottom: 1px solid #000;
	margin-left: 56px;
	width: 250px;
	max-width: 100%;
}

.contact-page .contact-numbers,
.contact-page .contact-numbers a {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 700;
    color: #002520;
}
/**CONTACT PAGE END**/



/**
*  Pop Up Form 
* 
* -----------------------------------------------------------------------------
*/
.pop-up-form-block.widget-area {
	display: none;
}

#fancybox-wrap #fancybox-content div {
	box-sizing: border-box;
}

.get-audio-form-wrap {
	width: 880px;
	max-width: 100%;
	padding: 10px 40px;
	overflow: hidden;
	box-sizing: border-box !important;
}

.ga-info {
	padding: 10px 0 30px;
}

.popup-form-container p {
	color: #000
}

.get-audio-right p {
	font-size: 13px;
	line-height: normal;
	padding: 0 0 10px;
	color: #000
}

.ga-info p,
.ga-title,
.ga-sub-title {
	/* font-family: 'Avant Garde LT Bold'; */
	text-align: center;
	font-weight: 600;
	line-height: normal;
	color: #717171;
	margin: 0;
}

.ga-title {
	font-size: 33px;
}

.ga-sub-title {
	font-size: 33px;
	text-transform: uppercase
}

.get-audio-left {
	float: left;
	width: 40%;
}

.get-audio-left img {
	max-width: 88%;   
}

.get-audio-right {
	float: left;
	width: 60%;
	padding: 0 0 0 50px;
}


#fancybox-wrap #fancybox-content .gform_footer {
	padding: 0;
}

#field_6_5 {
    margin: 0 0 15px;
}

#field_6_5 .gfield_label {
    display: block;
}

.audio-book-page .one-half {
	width: 45%;
	float: left;
	margin-right: 10%;
}

.audio-book-page .one-half.last {        
	margin-right: 0;
}

.audio-book-page  .entry-content {
	overflow: hidden;
}

.audio-book-page  .one-half p {
	margin: 0 0 30px;
	line-height: 24px;
}

.audio-book-page h2 {
	margin:  0 0 20px;   
}

.audio-book-page  .one-half.last h4 {
	margin: 0 0 10px;
	font-family: 'Open sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #777;    
}

.audio-wrap-mp3 {
	margin: 0 0 20px;   
}

.download-mpr-btn {
	padding: 10px !important;
	border-radius: 5px;
	width: 100%;
	max-width: 320px;
	display: inline-block;
	text-align: center; 
}

.get-audio-right .gform_footer.top_label {
	margin: 0;   
}

.pop-up-form .gform_button.button {
	padding: 10px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #0969db;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	line-height: 1.42857143;
	width: 100%;
    text-align: center;
	border: none;
	border-radius: 4px;

   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.pop-up-form .gform_button.button:hover{
	background-color: #085cbf;
	color: #ffffff;
    text-decoration: none;
}


.pop-up-form input[type="text"],
.pop-up-form textarea{
	border: 1px solid #737f88;
    width: 100% !important;
    margin: 0px 0px 10px 0px;
    padding: 8px 20px !important;
}

.pop-up-form #field_4_5{
    margin: -20px 0px 10px 0px;
}

.pop-up-form ::-webkit-input-placeholder {
   color: #737f88;
}

.pop-up-form :-moz-placeholder { /* Firefox 18- */
   color: #737f88;  
}

.pop-up-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #737f88;  
}

.pop-up-form :-ms-input-placeholder {  
   color: #737f88;  
}
/*Pop Up Form End */


/**
*  Default Gravity Form
* 
* -----------------------------------------------------------------------------
*/

.default-style input[type="text"],
.default-style textarea {
    border: 1px solid #737F88;
    margin: 0px 0px 10px 0px;
    padding: 8px 20px !important;
    color: #737F88;
}

.default-style .gform_button.button {
	padding: 10px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #0969db;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	line-height: 1.42857143;
	width: 100%;
    text-align: center;
	border: none;
	border-radius: 4px;

   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.default-style .gform_button.button:hover{
	background-color: #085cbf;
	color: #ffffff;
    text-decoration: none;
}

/* gform placeholders*/
.default-style ::-webkit-input-placeholder { color:#737F88; }
.default-style :-moz-placeholder { opacity: 1; color:#737F88; } /* Firefox 18- */
.default-style ::-moz-placeholder { opacity: 1; color:#737F88; } /* firefox 19+ */
.default-style :-ms-input-placeholder { color:#737F88; } /* ie */
.default-style input:-moz-placeholder { color:#737F88; }

.gform_wrapper .default-style .top_label .gfield_description.validation_message, 
.gform_wrapper .default-style .gfield_description.validation_message {
    padding: 0 !important;
    margin: 0 !important;
}

.gform_wrapper .default-style  li.gfield.gfield_error.gfield_contains_required,
.gform_wrapper .default-style  li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    padding: 0 !important; 
}

/*Default Gravity Form End */


.gf_browser_ie.gform_wrapper .gform_footer input.button {
    padding: inherit !important;
}

.gf_browser_ie.gform_wrapper .pop-up-form .button.gform_button {
    padding: 10px !important;
}


/**
*  Testimonials | Internal
* 
* -----------------------------------------------------------------------------
*/


.testi-internal .testimonials-1 {
    padding: 40px 0px;
    position: relative;
    border-top: 2px #737f88 solid;
    border-bottom: 2px #737f88 solid;
    margin-bottom: 100px;
}

.testi-internal .testimonials-1 .section-heading {
    text-align: left;
    margin-bottom: 10px;
    font-size: 23px;
}

.testi-internal .testimonials-1 .testimonial-item {
    display:none;
}

.testi-internal .testimonials-1 .testimonial-content {
    margin: 0 0 10px;
}

.testi-internal .testimonials-1 .testimonial-item.current-slide {
    display:block;
    text-align: left;
}

.testi-internal .text-center{
    text-align: left !important;
}

.testi-internal .testimonials-1 h3 {
    font-size: 23px;
    font-weight: 100;
    line-height: 28px;
    margin-bottom: 30px;
    text-align:left;
}

.testi-internal .testimonials-1 .testimonial-bottom {
    font-weight: 600;
    margin-top: 15px;
}

.testi-internal .testimonials-1 .testimonial-author {
    display: none;
}
/* End Testimonials Internal */





/**
*  Testimonials | Internal Page
* 
* -----------------------------------------------------------------------------
*/

.testimonial-box{
	background: #f6f8fb url(../images/testi-quote.png) no-repeat;
	background-position: 6% 30%;
	padding: 0px;
	margin: 0px 5px 70px 0px;
	position: relative;
	border-left: 0px;
}

.testimonial-content-page{
	font-size: 14px;
	color: #454545;
	padding: 25px 30px 25px 180px;
	/*border-left: 3px #0969db solid;*/
}

.testimonial-name-bottom{
	font-size: 22px;
	font-style: normal;
	text-align: right;
	color: #fff;
	letter-spacing: 2px;
	background: #0969DB;
	margin: 0px;
	padding: 10px 30px;
	width: 100%;
	float: left;
	clear: both;
	/*border-left: 3px #0969db solid;*/
}
/*Testimonials End*/



/**
*  Accordion
* 
* -----------------------------------------------------------------------------
*/
.panel-group {
    margin-bottom: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.panel-default{
    border-color: #dfe1e2;
}

.panel-default>.panel-heading {
    padding: 0;
}

/*.panel-heading .accordion-toggle:before{
    content: url(../images/close.png);
    float: right;
    margin-top: -10px;
}

.panel-heading .accordion-toggle.active:before{
    content: url(../images/open.png);
    margin-top: -10px;
}

.panel-heading .accordion-toggle.active.collapsed:before{
    content: url(../images/close.png);
    float: right;
    margin-top: -10px;
}*/

.panel-heading .accordion-toggle {
    color: #333;
    padding: 15px 20px;
    background-color: #f6f8fb;
    border-color: #dfe1e2;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.panel-heading .panel-title {
    margin-bottom: 0;
}

.panel-heading .accordion-toggle:hover{
    color: #000;
    background-color: #e5e8eb;
    border-color: #dfe1e2;
    padding: 15px 20px;
    text-decoration: none;
}

.panel-heading .accordion-toggle.active {
    background-color: #e5e8eb;
    border-color: #dfe1e2;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.panel-title>a {
    color: inherit;
    display: inherit;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.panel-title>a:hover {
    text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
    border-top-color: #ffffff;
    border-top: 1px solid #ffffff;
    color: #737f88;
    padding: 0px 20px 15px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

#collapse_f3ae-9943 .panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top: 0px solid #FFF;
    padding: 0;
}

#collapse_f3ae-9943 table {
   width: 100%;
}

#collapse_f3ae-9943 tr {
   border-top: 1px solid #e4e4e4 ;
}

#collapse_f3ae-9943 td {
   padding: 10px 30px;
}

#collapse_f3ae-9943 p {
       padding: 0;
       margin: 0;
   }

.accordion-image{
    border-radius: 100%;
    height: 140px;
    width: 140px;
    margin: 0px 70px 30px 0px;
    float: left;
}

.panel-body th,
.panel-body td{
    padding: 3px 10px;
    font-size: 14px;
}

/* Accordion End*/




/**
* Footer Styles
* 
* -----------------------------------------------------------------------------
*/

/*Footer Widgets*/
.footer-contact-form ::-webkit-input-placeholder{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-contact-form :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-weight: 600; 
    text-transform: uppercase;
}

.contact-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #171e28;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-contact-form :-ms-input-placeholder {  
    color: #fff;
    font-weight: 600; 
    text-transform: uppercase;
}

.footer-widgets {
	background-color: #08192c;
	color: #6f7a86;
	clear: both;
	font-size: 14px;
    font-family: 'Open Sans', serif;
    line-height: 37px;
}

.footer-widgets a {
	color: #6f7a86;
    font-weight: 700;
}

.footer-widgets a:hover {
	color: #ffffff;
    text-decoration: none;
}

.footer-widgets .widget-title{
    font-family: 'Open sans', serif;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 0px 10px 0px;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 75px 0px 15px 0px;
}

.footer-widgets-1,
.footer-widgets-2{
	padding: 0;
	width: 25%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	width: 49%;
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	word-wrap: break-word;
}

.footer-widgets li {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.footer-widgets .search-form {
	width: 100%;
}
/* Footer Widgets End*/

/*footer form start*/
.footer-contact-form input,
.footer-contact-form textarea {
	background-color: #133153;
	border: none !important;
}

.footer-contact-form .gform_wrapper .top_label .gfield_label {
	display: none;
}

.footer-contact-form .validation_error {
	display: none;
}
.footer-contact-form .gform_wrapper textarea.large{
	height: 65px;
}
.footer-contact-form .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
}
.footer-contact-form .gform_footer {
	text-align: center;
	width: 100%;
    padding: 5px 0 10px 0 !important;
}
.footer-contact-form .gform_footer .gform_footer  {
	text-align: center;
	width: 100%;
}
.footer-contact-form .gform_footer .gform_button.button {
	padding: 10px 32px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #0969db;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	line-height: 1.42857143;
	width: 100%;
	border: none;
	border-radius: 4px;

   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.footer-contact-form .gform_footer .gform_button.button:hover{
	background-color: #085cbf;
	color: #ffffff;
}

.footer-contact-form .gform_wrapper .gform_footer {
	padding: 0px;
	margin: 5px 0 0 0;
	clear: both;
}

.footer-contact-form .ginput_container {
	margin: 5px auto;
}

.footer-contact-form .ginput_container .g-recaptcha {
	float: right;
}

#field_2_5 .gfield_label{
	display: none;
}

.footer-contact-form .ginput_container input,
.footer-contact-form .ginput_container textarea {
	padding: 0px 20px !important;
	width: 100% !important;
    height: 37px;
}

.footer-contact-form .ginput_container textarea {
	max-height: 70px;
	overflow: auto;
}

.footer-contact-form .simple_captcha_medium input {
	width: 140px;
	padding: 10px 20px;
	text-align: center;
}

.footer-contact-form .gfield_captcha_container{
	margin-top: -5px;
}

.footer-contact-form .gfield_captcha_input_container{
	float: right;
}

.footer-contact-form .gform_wrapper,
.footer-contact-form .first .ginput_container {
	margin-top: 0;
}

.footer-contact-form .validation_message {
    color: #ff0000;
    font-weight: bold;
    letter-spacing: normal;
}

.footer-contact-form li.gfield.gfield_error{
    background-color: transparent !important;
    padding: 6px 6px 4px 6px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.footer-contact-form .validation_message {
    color: #ea9698 !important;
}

#field_2_5 .validation_message {
    color: #ea9698 !important;
    text-align: right;
}

.footer-contact-form li.gfield.gfield_error.gfield_contains_required{
    padding: 0px !important;
    margin-left: -10px !important;
}

.gform_wrapper ul li#field_2_6 {
    overflow: hidden;
    margin: 0;
}

.gform_wrapper ul li#field_2_6 label {
    display: none;
}

.gform_wrapper ul li#field_2_6 .gfield_captcha_container {
    float: left;
}

.gform_wrapper ul li#field_2_6 .gfield_captcha_container .gfield_captcha_input_container {
    padding: 0 0 0 10px;
}

.gform_wrapper ul li#field_2_6 .gfield_captcha_container .gfield_captcha_input_container #input_2_6 {
    padding: 3px 2px;
}

/*footer form end*/


/*Footer Bottom*/
.footer-bottom-wrap{ 
    background: #0f253f;
    padding: 45px 0px 20px 0px;
}

.footer-left,
.footer-center{ 
    float: left;
    width: 33.333333333%;
    line-height: 10px !important;
}

.footer-center{
    text-align: center;
}

.footer-right{
    float: right;
    /*width: 33.333333333%;*/
    text-align: right;
}

.site-footer {
    display: none !important;
}
/*Footer bottom end*/

.social-icons a {
	background: url(../images/footer-sprites.png);
	background-color: #0969db;
	display: inline-block;
	margin: 0px 20px 5px 0px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-indent: -9999px;
	font-size: 0;
	float: right;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

/*footer social icons*/
.social-icons a:hover {
	background-color: #085cbf;
}

.social-icons .fb {
	background-position: 1px -31px;
}

.social-icons .twitter {
	background-position: 1px -63px;
}

.social-icons .youtube {
	background-position: 0px -95px;
    margin-right: 0px;
}

.header-widget-area .phone-icon {
	margin-right: 15px;
	border-right: 1px solid #ffffff;
}
/*footer social icons*/

/*footer phone */
.phone-box{
	background: url(../images/footer-sprites.png) no-repeat;
	background-position: -5px -6px;
	height: 20px;
	padding-left: 40px;
	font-size: 22px;
    font-weight: 700;
	line-height: 13px;
	letter-spacing: 1px;
	color: #ffffff;
}

.phone-box a {
    color: #ffffff;
    text-decoration: none;
}
/*footer phone end*/

/*footer infos*/
.five-link,
.five-link a{
    font-size: 12px;
    color: #ffffff;
    margin-top: 40px;
}
.five-link a:hover{
    color: #6f7a86;
    text-decoration: none;
}

.footer-copy{
    font-size: 12px;
    color: #ffffff;
    margin-top: 23px;
    float: right;
}/*footer-infos end */

/* Footer Styles End */


