/* Base CSS */
.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 { margin: 0 0 15px }
html,
body { height: 100% }
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #212121;
    font-size: 16px;
    line-height: 30px;
}
.section-padding { padding: 100px 0 }
#slider,
.slide-text-table,
#slider .container,
#slider .row,
#slider .col-md-12 { height: 100% }
.slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-image: url(img/slide-bg-1.jpg);
    background-attachment: scroll;
}
.slide-text-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slide-text-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.slide-text {
    max-width: 520px;
    float: right;
    text-align: right;
    font-size: 18px;
    line-height: 30px;
}
.slide-text h1 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 50px;
}

.slide-text h3 {
    font-weight: 700;
    position: relative;
}

/* line removed from under pw
.slide-text h1:before {
    background: #212121;
    height: 4px;
    width: 140px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}
*/
.learn-more {
    border: 2px solid;
    color: #212121;
    display: inline-block;
    font-weight: 500;
    margin-top: 40px;
    padding: 5px 60px;
}
.learn-more:hover {
    background-color: #65bf95;
    border-color: #65bf95;
    color: #fff;
    text-decoration: none;
}
header.header,
.sticky-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 0;
    transition: .4s;
}
header.header a { color: #212121 }
.nav > li > a:hover,
.nav > li > a:focus { background-color: transparent }
.is-sticky header.header .nav > li.active a,
header.header a:hover { color: #65bf95 }
.is-sticky header.header {
    padding: 10px 0;
    background: #212121;
}
.is-sticky header.header a { color: #fff }
.logo h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}
.logo h1 a { }
h2 {
    font-size: 27px;
    font-weight: 700;
}
.about-text h2 { margin-bottom: 70px }
header.header ul.nav.navbar-nav { margin-right: -30px }
.about-text .about-icon {
    font-size: 50px;
    margin-bottom: 30px;
}
.section-gray { background: #EFEFEF }

.page-title { margin-bottom: 100px }

.owl-nav > div {
    font-size: 30px;
    position: absolute;
}
.owl-nav > div.owl-prev { left: -15px }
.owl-nav > div.owl-next { right: -15px }
.article-list .owl-nav > div.owl-prev { left: -35px }
.article-list .owl-nav > div.owl-next { right: -35px }
.article-list .owl-nav > div { font-size: 40px }


/* Common style */


.section-dark {
    background: #212121;
    color: #fff;
}
.section-dark a { color: #fff }
#testimonials { padding: 70px 0 }
.single-testimonial i { margin-bottom: 25px }
.author-name {
    font-style: italic;
    margin-top: 20px;
}


/* what to expect  */
#what-to-expect {
    position: relative;
    color: #fff;
}

.what-to-expect-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/being-in-therapy.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;}

.what-to-expect-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    content: "";
}
.what-to-expect-wrapper {
    padding: 40px 0;
    position: relative;
}
.what-to-expect-wrapper:before {
    top: inherit;
    bottom: -7px;
    z-index: 99;
}
.what-to-expect-wrapper::after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.34;
    position: absolute;
    top: 0;
    width: 100%;
}

/* what-to-expect end */

/* constultaion  */
#consultation {
    position: relative;
    color: #fff;
}
.consultation-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/consultation-bg.jpg) no-repeat fixed center center;
    background-size: cover;
}
.consultation-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    content: "";
}
.consultation-wrapper {
    padding: 40px 0;
    position: relative;
}
.consultation-wrapper:before {
    top: inherit;
    bottom: -7px;
    z-index: 99;
}
.consultation-wrapper::after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.34;
    position: absolute;
    top: 0;
    width: 100%;
}


/* consultation end */



#fees {
    position: relative;
    color: #fff;
}
.fees-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/fees-bg.jpg) no-repeat fixed center center;
    background-size: cover;
}
.fees-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    content: "";
}
.fees-wrapper {
    padding: 40px 0;
    position: relative;
}
.fees-wrapper:before {
    top: inherit;
    bottom: -7px;
    z-index: 99;
}
.fees-wrapper::after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.34;
    position: absolute;
    top: 0;
    width: 100%;
}

/* faq  */
#faq {
    position: relative;
    color: #fff;
}
.faq-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/faq-bg.jpg) no-repeat fixed center center;
    background-size: cover;
}
.faq-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    content: "";
}
.faq-wrapper {
    padding: 40px 0;
    position: relative;
}
.faq-wrapper:before {
    top: inherit;
    bottom: -7px;
    z-index: 99;
}
.faq-wrapper::after {
    background: none repeat fixed 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.34;
    position: absolute;
    top: 0;
    width: 100%;
}

/* directions */
#directions {
    position: relative;
    color: #fff;
}
.directions-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #666 no-repeat fixed center center;
    background-size: cover;
}
.directions-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    content: "";
}
.directions-wrapper {
    padding: 40px 0;
    position: relative;
}
.directions-wrapper:before {
    top: inherit;
    bottom: -7px;
    z-index: 99;
}
.directions-wrapper::after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.34;
    position: absolute;
    top: 0;
    width: 100%;
}

/* faq end */

/* getting to me  */
#getting-to-me {
    position: relative;
    color: #fff;
}
.getting-to-me-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/getting-to-me-bg.jpg) no-repeat fixed center center;
    background-size: cover;
}
.getting-to-me-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    content: "";
}
.getting-to-me-wrapper {
    padding: 40px 0;
    position: relative;
}
.getting-to-me-wrapper:before {
    top: inherit;
    bottom: -7px;
    z-index: 99;
}
.getting-to-me-wrapper::after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.34;
    position: absolute;
    top: 0;
    width: 100%;
}

#map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
}


/* getting to me end */


ul, li { list-style: none; }

.faq li { padding: 20px; }

.faq li.q {
  background: #4FC2E;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
  background: #ececec;
  display: none;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}



.faq-question {
    color: #555;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 60px;
    text-align: left;
}
.faq-question p { margin-bottom: 5px }
.faq-question h2 {
    color: #212121;
    font-size: 24px;
}
.faq-answer {
    padding: 0 50px;
    text-align: left;
}



#footer {
    background: none repeat scroll 0 0 #000000;
    color: #999;
    font-size: 14px;
}
.footer-contact h2 {
    color: #eee;
    font-size: 22px;
    text-transform: uppercase;
}
.contact-detail {
	font-size: 14px;
	color: #65fb95;

}


.success {
  padding: 1em;
  margin-bottom: 0.75em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.hide .hide {display: none;}

.footer-ct-form input[type="text"],
.footer-ct-form input[type="email"],
.footer-ct-form textarea {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #fff;
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #474747;
}
.footer-widget h2 {
    color: #ddd;
    font-size: 15px;
    text-transform: uppercase;
}
.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    line-height: 25px;
}
.footer-widget a { color: #aaa }
.footer-widget a:hover,
#footer a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-ct-form textarea { height: 100px }
.footer-sep {
    background: none repeat scroll 0 0 #474747;
    height: 1px;
    margin: 20px 0;
    width: 100%;
}


.footer-ct-form input[type="submit"] {
/*
	background: url(img/send_sep.png) no-repeat scroll right center;
    border: medium none;
    padding: 0 15px 0 0;
*/
	display: inline-block;
	font: 15px/30px;
	padding: 9px 16px;
	margin: 0 3px 6px 0;
	background: #1d1d1d;
	color: white;
	text-decoration: none;
    text-transform: uppercase;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: #212121 1px solid;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-ct-form input[type="submit"]:hover {
	background: #65fb95;
	color: white;
	border: #88c985 1px solid;
}

.footer-menu {
    text-align: right;
    margin-top: 15px;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu li { display: inline-block }
.footer-menu a {
    color: #aaaaaa;
    padding-left: 20px;
    text-transform: uppercase;
}
a { color: #65bf95 }
.footer-copyright span.seprator,
.footer-copyright i.fa {
    display: inline-block;
    padding: 0 5px;
}

#tweet ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*
/* e. Buttons
/* ===================================================================
.button,
.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font: 15px/30px;
	padding: 9px 16px;
	margin: 0 3px 6px 0;
	background: #212121;
	color: white;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #65fb95;
	color: white;
}
*/


@media only screen and (max-width: 768px)
{
    .being-in-therapy-bg, .what-to-expect-bg, .consultation-bg, .fees-bg, .faq-bg, .directions-bg, .getting-to-me-bg {

        background-attachment: scroll;
    }



}
