/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	
	body {
		/*background:#f0f5f7;*/
		background:#ffffff;
		color: #464646;
		font-weight:400;
	  	font-size: 16px;
	  	font-family: 'Open Sans', sans-serif;
	  	line-height: 2;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
		
		/*background: #ffffff url(/images/gear_pattern.png) repeat;*/
 }


/* #Typography
================================================== */
	#top-banner {
		height: 180px;
		width:100%;
		display:block;
		background-size: cover;
		background-position: center top;
		padding:0;
		margin:150px 0 0 0;
	}
	
	#title-banner {
		width:100%;
		height:auto;
		background-color:#FFFFFF;
		display:block;
		border-bottom:1px solid #d6dcde;
		
	}
	#title-banner .container { 
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		padding:20px 0;
		
	}
	
	
	h1, h2, h3, h4, h5, h6 {
  		color: #3a3a3a;
  		line-height: 1.5;
		font-family: 'Open Sans', sans-serif;
	}
	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
	  color: inherit;
	}
	h1 {
		font-size: 30px;
		color:#464646;
		font-weight:500;
		margin:0 1%;
		padding:0;
	}
	h1 span {
  		font-weight: 700;
	}
	
	h2 {
		font-size: 30px;
		font-weight: 500;
	}
	h2 span {
  		font-weight: 700;
	}
	h3 {
	  font-size: 20px;
	  margin:10px 0 10px 0;
	  font-weight: 700;
	}

	h4 {
	  margin: 15px 0 20px 0;
	  font-size: 140%;
	}
	h4 span {
		color: #5f1e6e;
  		font-weight: 700;
	}
	h5 {
	  font-size: 120%;
	}
	h6 {
	  font-size: 100%;
	}

	p {
		margin-bottom:20px;
	}

	p.em, em { font-style: italic; }
	p.strong, strong { font-weight: bold; color: #333; }
	p.small, small { font-size: 80%; }

/*	Blockquotes  */
	blockquote {
	  margin: 0 0 20px;
	  padding: 0 0 0 15px;
	  border-left: 4px solid rgba(0, 0, 0, 0.1);
	  text-align: left;
	  font: italic 120%/170% Georgia, "Times New Roman", Times, serif;
	}
	blockquote p {
	  font-weight: 300;
	}
	blockquote small {
	  display: block;
	  font-style: normal;
	  font-size: 80%;
	  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	  line-height: 1.8em;
	}
	blockquote small:before {
	  content: '\2014 \00A0';
	}
	blockquote cite {
	  font-weight: bold;
	}

	hr { border: solid #f2f2f2; display:block; border-width: 5px 0 0; clear: both; margin: 30px 0; height: 5px; }
	hr.dashed { border: dashed #ddd; border-width: 1px 0 0; clear: both; margin: 50px 0; height: 0; }
	
	p.call-to-action {
		font-size: 24px;
		font-weight: 500;
    display: block;
    clear: both;
	}
	p.call-to-action span {
		font-weight: 700;
	}
	
	
	@media only screen and (max-width: 776px) {
		 
		 h2 {
			font-size: 20px;
		}
	 }


/* #Links
================================================== */
	a, a:visited { color: #5f1e6e; text-decoration: underline; outline: 0; }


/* #Lists
================================================== */
	ol {
	  margin-left: 20px;
	  list-style-type: decimal;
	}
	ul {
	  margin-left: 20px;
	  margin-top:7px;
	}
	dl {
	  margin-left: 20px;
	}
	dt {
	  font-weight: bold;
	}
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul.large li { line-height: 21px; }
	li { list-style:circle; margin: 0 0 10px 10px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img {
		max-width: 100%;
		height: auto;
	}


/* #Buttons
================================================== */

	button,
	.button,
	input[type="submit"],
	input[type="button"],
	#submit {
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  display: inline-block;
	  margin: 0;
	  padding: 12px 25px;
	  background: none;
	  background-image: none;
	  background-color: #5f1e6e;
	  color: #ffffff;
	  vertical-align: middle;
	  text-align: center;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  font-size: 13px;
	  font-weight:700;
	  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	  line-height: 20px;
	  cursor: pointer;
	  -webkit-appearance: none;
	  border: 0px;
	  text-decoration:none;
	}
	button:hover,
	.button:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover,
	#submit:hover {
	  color: #ffffff;
	  background-color:#3a3a3a;
	}

	button:active,
	.button:active,
	input[type="submit"]:active,
	input[type="button"]:active,
	#submit:active {
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		position: relative;
		bottom: -1px;
		color: #ffffff;
	}
	button:a:visited,
	.button:a:visited,
	input[type="submit"]:a:visited,
	input[type="button"]:a:visited,
	#submit:a:visited {
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
		position: relative;
		bottom: -1px;
		color: #ffffff;
	}

/* #Forms
================================================== */
	
	input,
	textarea,
	select,
	input[type=search],
	button {
	  max-width: 100%;
	  font-size: 100%;
	}
	input[type=text],
	input[type=password],
	select,
	input[type=search],
	input[type=email] {
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  padding: 5%;
	  border: solid 1px rgba(0, 0, 0, 0.1);
	  background: #f2f2f2;
	  font-size: 14px;
	  font-weight:700;
	  width:90%;
	  margin-bottom:10px;
	  color:#b4b4b4;
	}
	textarea {
	 -moz-border-radius: 2px;
	  border-radius: 2px;
	  padding: 5%;
	  border: solid 1px rgba(0, 0, 0, 0.1);
	  background: #f2f2f2;
	  font-size: 14px;
	  font-weight:700;
	  width:90%;
	  margin-bottom:10px;
	  color:#b4b4b4;
	  height:100px;
	  display:block;
	}
	
	
	.display-form{height:auto;display:block;width:100%;;margin:0 1% 30px 0;}
	.display-form .content{position:relative;background-color:#fff;display:block;width:auto;border:2px solid #5f1e6e}
	.display-form .content .content-padding{padding:4%}
	.display-form .display-form-header{display:block;width:100%;height:auto;background:#5f1e6e;text-align:center}
	.display-form .display-form-header p{color:#fff;margin:0;padding:15px 0;text-transform:uppercase;font-size:120%}
	.display-form .content h4{text-align:center;font-size:150%}
	.display-form .content .contact-submit[type=submit]{background-color:#5f1e6e;color:#fff;clear:both;width:100%;margin:5px 0 0}
	.display-form .content .contact-submit[type=submit]:hover{background-color:#d142f2}
	.display-form .content input[type=text]{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:8px;border:1px solid #d5d5d5;background:#fff;font-size:90%;width:98%;color:#464646}
	.display-form .content textarea{padding:2%;max-width:96%;font-family:'Open Sans',Helvetica,Arial,sans-serif;line-height:1.5em;font-size:90%;height:100px;color:#464646; background-color:#FFFFFF;}
	
	.antispam{display:none}
	
	#UserMessage {
		color:#FF0000;
		font-size:200%;
	}
	
/*----- VIDEO RESIZE CODE -----*/

#MainVideo {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	width:100%;
	display: block;
}
#MainVideo iframe,
#MainVideo object,
#MainVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 96%;
  padding:2%;
  z-index: 0;
}


/*TREATMENT PAGES*/

.sidebar-icons {
	width:96%;
	display:block;
	margin:0 auto 20px;
}
.sidebar-icons .icons {
	width:100%;
	display:block;
}

.sidebar-icons .icons i {
	color:#5f1e6e;
	font-size:25px;
	display:inline;
	
}
.sidebar-icons .icons p.title {
	font-weight:700;
	font-size:16px;
	margin:0 0 0 10px;
	display:inline-block;
}

.sidebar-icons .text {
	display:inline-block;
	width:100%;
	padding-left:-35px;
}
.sidebar-icons .text p {
	font-size:14px;
	margin:0;
}

/*STAFF PAGES*/

#staff {
	margin: 40px 0 0 0;
}

#staff .container .one-third.column {
	background-color:#FFFFFF;
	margin-bottom:30px;
	height:630px;
	overflow:hidden
}

#staff .container .one-third.column .content {
	width:95%;
	padding:5%;
	display:block;
}
#staff .container .one-third.column .content h3 {
	text-align:center;
}
#staff .container .one-third.column .content h4 {
	text-align:center;
	color: #5f1e6e;
	font-size:95%;
}
#staff .container .one-third.column .content hr {
	border-width: 2px 0 0; height: 2px;
}
#staff .container .one-third.column .content p {
	font-size:95%;
}

/*HOME PAGE*/

.icon-split {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.icon-split a {
	text-decoration: none;		
}
.icon-split h3 {
	font-size: 100%;
}
.icon-split .icon {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
.icon-split .icon span.fa-stack {
	font-size: 35px;
	color: #5f1e6e;
	margin-top: 10px;
}
.icon-split .content {
	display: inline-block;
	width: 73%;
	vertical-align: top;
}
	
/*NEWS PAGES*/	
	
	
#news .container .one-third.column {
	background-color:#f0f5f7;
	margin-bottom:30px;
	height:630px;
	overflow:hidden;
	text-align: center;
}

#news .container .one-third.column .content {
	width:95%;
	padding:5%;
	display:block;
}
#staff .container .one-third.column .content h3 {
	text-align:center;
}
#news .container .one-third.column .content h4 {
	text-align:center;
	color: #5f1e6e;
	font-size:95%;
}
#news .container .one-third.column .content hr {
	border-width: 2px 0 0; height: 2px;background-color: #d7dadb;
}
#news .container .one-third.column .content p {
	font-size:95%;
}

.news-display {
	display: block;
	border-bottom:1px solid #d6dcde;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.news-display .date {
	display:inline-block;
	background:#f0f5f7;
	width: 11%;
	min-height: 100px;
	vertical-align: top;
	margin-right: 4%;
	border-top: 4px solid #5f1e6e;
	text-align: center;
	text-transform: uppercase;
	padding: 0 2% 5px;
}
.news-display .date p {
	margin: 10px 0;
	line-height: 1;
	font-size: 130%;

}
.news-display .date p.day {
	font-size: 150%;
	font-weight: 800;
}
.news-display .content {
	display:inline-block;
	width: 81%;
	height:auto;
}
.news-display .content img {
	width: 100%;
	height: auto;
}
.news-display .content p {
	display: block;
	position: relative;
}
.news-display .content h3 a {
	text-decoration: none;
}
.news-display .content h3 a:hover {
	color: #5f1e6e;
}

ul.sidebar-list {
	display: block;
	width: 100%;
	height: auto;
	border-top:1px solid #d6dcde;
	list-style:none;
	padding: 0 0 30px 0;
	margin: 0;
}

ul.sidebar-list li {
	display: block;
	width: 100%;
	height: auto;
	border-bottom:1px solid #d6dcde;
	list-style:none;
	padding: 5px 0;
	margin: 0;
	text-indent: 20px;
}
ul.sidebar-list li a {
	text-decoration: none;
	color: #464646;
}
ul.sidebar-list li a:hover {
	text-decoration:underline;
	color: #5f1e6e;
}
.news-display a.button, .news-display a.button:visited { color: #ffffff; text-decoration:none; } 

/*TREATMENT PAGES*/	

#treatment .container .column {
	background-color:#f0f5f7;
	margin-bottom:30px;
	height:auto;
	overflow:hidden;
	text-align: left;
}

#treatment .container .column .content {
	width:95%;
	padding:5%;
	display:block;
}

#treatment .container .column .content h3 a {
	color: #464646;
	font-size:95%;
	text-decoration: none;
}
#treatment .container .column .content h3 a:hover {
	text-decoration: underline;
}

#treatment .container .one-third.column .content p {
	font-size:95%;
	display: block;
	min-height: 120px;
}
#treatment a.button, #treatment a.button:visited { color: #ffffff; text-decoration:none; } 

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}

.quesions-group {
	margin-right:20px;

}

.quesions-group li {
  list-style:none;
  margin:0;
}

.quesions-group.selected {
  display: block;
}

.quesions-group a {
  color: #464646;
  text-decoration: none;
}
.quesions-group a:hover {
  color: #5f1e6e;
}

.no-js .quesions-group {
  display: block;
}

  .quesions-group {
    /* all groups visible */
    display: block;
  }
.quesions-group > li {
    background: #ffffff;
    margin:30px 0 0 0;
    box-shadow: 2px #d6dcde;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
	border:1px solid #d6dcde;
  }
  .no-touch .quesions-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }

h3.question-title {
	position: relative;
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 24px 72px 24px 24px;
	background-color:#f0f5f7;
	margin:0;
}
.content-visible .question-title {
	background-color:#5f1e6e;
	color:#FFFFFF;
}
.content-visible .question-title:hover {
	background-color:#5f1e6e;
	color:#E7E7E7;
}

  .question-title::before, .question-title::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #5f1e6e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .question-title::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .question-title::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .question-title::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	background: #ffffff;
  }
  .content-visible .question-title::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	background: #ffffff;
  }


.question-answer p {
  font-size: 16px;
  color: #464646;
}
  .question-answer {
    display: none;
    padding: 20px 20px 0;
  }
  .question-answer p {
    line-height: 1.6;
  }
  .no-js .question-answer {
    display: block;
  }

/*TESTIMONIAL PAGES*/	

.case-study {
		width: 100%;
		display: block;
}
	
.case-study .content {
  width: 100%;
  display: inline-block;
  vertical-align: top;

}
.case-study .before-after {
  width: 100%;
  display: inline-block;
  text-align: center;

}
.case-study .before-after .photo-left {
  width:49%;
  padding: 2% 1% 2% 0;
  display: inline-block;
}
.case-study .before-after .photo-right {
  width:49%;
  padding: 2% 0 2% 1%;
  display: inline-block;
}
.case-study #TestVideo {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	width:98%;
	display: block;
	margin-left: 2%;
}
.case-study #TestVideo iframe,
.case-study #TestVideo object,
.case-study #TestVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 98%;
  padding:2%;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .case-study .before-after .photo-left,
  .case-study .before-after .photo-right {
		width:98%;
		padding: 2% 1%;
	}
}

.carousel {
  width: 100%;
  position: relative;
  max-width:1200px;
  max-height:533px;
  overflow:hidden;
  margin:50px 0;
  background:#FFFFFF;
}
.carousel .carousel__content {
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: translate3d(0, 0, 0);
}
.carousel .carousel__content .item {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.carousel .carousel__content .item .left {
	width:68%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}

.carousel .carousel__content .item img {
  width: 100%;
  height:auto;
  display: block;
}

.carousel .carousel__content .item #MainVideo {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	width:100%;
	display: block;
}
.carousel .carousel__content .item #MainVideo iframe,
.carousel .carousel__content .item #MainVideo object,
.carousel .carousel__content .item #MainVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0;
  z-index: 0;
}

.carousel .carousel__content .item .right {
	width:26%;
	height:auto;
	display:inline-block;
	vertical-align:top;
	padding:1% 2% 0 2%;
}

.carousel .carousel__content .item h3 {
  color: #5f1e6e;
	margin-bottom:30px;
}
.carousel .carousel__content .item p {
  

}

.carousel .carousel__nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  left: 0;
  z-index: 1;
}
.carousel .carousel__nav .nav {
  position: absolute;
  top: 0;
  color: #000;
  background: #FFF;
  padding: 8px 12px;
  font-weight: bold;
  text-decoration: none;
  font-size: .8rem;
  transition: padding .25s ease;
  border:1px solid #464646;
}
.carousel .carousel__nav .nav:hover {
  padding: 8px 20px;
}
.carousel .carousel__nav .nav--left {
  border-radius: 0px 3px 3px 0px;
}
.carousel .carousel__nav .nav--right {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}

@media only screen and (max-width: 768px) {
  
.carousel .carousel__content .item .left {
	width:100%;
	height:auto;
	display:block;
	vertical-align:top;
}
  
 .carousel .carousel__content .item .right {
	width:96%;
	display:block;
	padding:1% 2% 0 2%;
  clear: both;
}

  
  
}



/* #Resuable settings
================================================== */
	
	.float-left {
		float:left;
	}
	.float-right {
		float:right;
	}
	
	
	.align-center {
		text-align:center;
	}
	.align-left {
		text-align:left;
	}
	.align-right {
		text-align:right;
	}

	.no-bottom-border {
		border-bottom:none;
	}
	.padding-bottom-30 {
		padding-bottom: 30px;
	}


/* ------ Skeleton --------
================================================== */


.full-white{position: relative; width:100%; display:block; margin: auto; padding:50px 0 50px; height:auto; background:#ffffff; clear:both;}	
.full-blue	{ position: relative; width:100%; display:block; margin: auto; padding:50px 0;  height:auto; background:#efe8f0; clear:both;}

    .container                                  { position: relative; max-width: 1200px; margin: 10px auto; padding: 0; display:block;}
    .container .column,	
    .container .columns                         { float: left; display: block; margin-left: 1%; margin-right: 1%; }
    .row                                        { margin-bottom: 20px; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 6.3%;  }
    .container .two.columns                     { width: 14.6%; }
    .container .three.columns                   { width: 22.9%; }
    .container .four.columns                    { width: 31.2%; }
    .container .five.columns                    { width: 39.5%; }
    .container .six.columns                     { width: 47.8%; }
    .container .seven.columns                   { width: 58.1%; }
    .container .eight.columns                   { width: 64.4%; }
    .container .nine.columns                    { width: 72.7%; }
    .container .ten.columns                     { width: 81%; }
    .container .eleven.columns                  { width: 89.63%; }
    .container .twelve.columns                  { width: 98%; }

    .container .one-third.column                { width: 31.33%; }
    .container .two-thirds.column               { width: 64.66%; }
	
	.container .one-qtr.column              	{ width: 23%; }
	.container .three-qtr.column              	{ width: 71%; padding-right:2%; }
	.container .half.column              		{ width: 48%; }
	


@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
	#top-banner {
		margin:120px 0 0 0;
	}
	
	.container .one-qtr.column              	{ width: 30%; }
	.container .three-qtr.column              	{ width: 64%; padding-right:2%; }

	.container .one-third.column                { width: 48%; }
	
	
}

@media only screen and (max-width: 767px) {
	
	#top-banner {
		margin:0;
	}
	
	.container { width: 100%; }
	.container .half.column              		{ width: 96%; }
	
	.container .one-third.column                { width: 98%; }
	.container .two-thirds.column               { width: 98%; }
	
	.container .one-qtr.column              	{ width: 94%; margin:30px 3% 0; }
	.container .two-qtr.column              	{ width: 94%; margin: 0 3%; }
	.container .three-qtr.column              	{ width: 94%; padding-right:0; margin: 0 3%; }
	.container .half.column              		{ width: 94%; margin: 0 3%; }
	
	#staff .container .one-third.column {
		height:auto;
	}

}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}








/* #Footer settings
================================================== */


footer {
	height:auto;
	width:100%;
	margin:0;
	padding:30px 0 30px;
	display:block;
	background-color:#7B4D86;
	color:#FFFFFF;
}


footer .logo {
	margin-bottom:20px;
	max-width:300px;
	height:auto;
}

footer p {
	font-weight:500;
	margin-bottom:10px;
}
footer p strong {
	font-weight:700;
	color:#FFFFFF;
}
footer h3 {
	font-weight:500;
	margin-bottom:10px;
	color:#FFFFFF;
}

footer a {
	font-size:200%;
}
footer a i {
	color:#FFFFFF;
	margin:10px 0 0 10px;
}
footer a:hover i {
	color:#5f1e6e;
}
footer hr { border: solid #FFFFFF; display:block; border-width: 1px 0 0; clear: both; margin: 30px 0 10px; height: 1px; }

footer input[type="submit"] {
	background-color: #5f1e6e;
	color: #ffffff;
}
	
footer input[type="submit"]:hover {
	background-color: #d142f2;
	color: #ffffff;
}



@media only screen and (max-width: 776px) {
	footer {
		 text-align:center;
	}
	footer .container .one-third.column  {
		 text-align:center;
	}
	 
 }
