@charset "utf-8";
/* CSS Document for Joomla 3 styles */
/* Import Font Awesome CSS */

@import url("font-awesome.css");



/* ===========================
	FONT STYLES
	========================== */
body {
	font-family: 'Raleway', sans-serif;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 17px;
	line-height:25px;
}
@media (max-width: 767px) {
body{
    padding-right: 0;
    padding-left: 0;
	font-size: 15px;
	line-height:23px;
}
}


.container {
    position: relative;
	margin: 0 auto;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
h1 {
  font-size:30px;
  line-height: 45px;
  color:#e0b4b1;
  text-transform:uppercase;
  font-weight:normal;
  margin-top:25px;
}
@media (max-width: 767px) {
h1 {
  font-size:28px;
  line-height: 43px;
}
}
	
h2 {
  font-size: 25px;
  line-height: 40px;
}

h3 {
  font-size: 20px;
  line-height:35px;
  color: #727272;
}

h4 {
  font-size: 18px;
  line-height: 30px;
  color:#3cb54a;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

#itemid-101 h3{
	text-align:center;
	font-weight:normal
}
a {
    color: #e0b4b1;
}

a:hover, a:focus {
    color: #e0b4b1;
}

p {
    margin: 0px 0px 20px;
}

.bigimage h1 {
	text-shadow: 0 0 1px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.3);
    font-size: 42px;
    margin-bottom: 0.5em;
    line-height: 47px;
    font-weight: normal;
    position: relative;
    letter-spacing: 3px;
    color: #e0b4b1;
	text-align:center;
}
.bigimage p {
	text-shadow: 0 0 1px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.3);
	font-family: Raleway;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.5em;
	position: relative;
	color: #e0b4b1;
	text-align:center;
}
@media (max-width: 979px) {
.bigimage h1 {
	font-size: 15px;
    line-height: 17px;
    position: relative;
}
.bigimage p {
    font-size: 12px;
    line-height: 14px;
    position: relative;
}
}
.bigimagebackground {
    position: relative;
    display: inline-block;
}

.caption {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: white;
    font-weight: bold;
}

/* ======================
	GENERAL STYLES
	===================== */
/* Write your general styles here */

.social-media, .phone {
    height: 37px;
    transition: all 0.3s ease 0s;
	float:left;
	margin-bottom:7px;
}
.phone {
	margin-right: 10px;	
}
.social-media a, .phone span {
    text-decoration: none;
    height: 28px;
    width: 31px;
    font-size: 20px;
    padding-top: 3px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background-color: transparent;
    transition: all 0.3s ease 0s;
}
.navbar #bmb-navigation.span8 .social-media a{
	 font-size: 18px;
	 width:32px;
	 height: 28px;
	 padding-top: 4px;
}
.social-media a:hover {
    color: #FFF;
    background: #A8A8A8 none repeat scroll 0% 0%;
}
@media (max-width: 979px) {
.social-media a{
	color: #fff;
    background-color: transparent;
}
.social-media a:hover{
    color: #fff;
    background: #A8A8A8 none repeat scroll 0% 0%;
}
#bmb-navigation.span12 .nav-collapse .custom, #bmb-navigation.span8 .nav-collapse .custom {
    display: block;
	float:left;
	clear:both;
	padding: 5px 0 10px 5px;
}
}
@media (min-width: 979px) {
.item-page{
	margin:0 50px;
}
}
.item-page, .blog, .blog-featured{
	text-align:left;
	padding:0 10px;
	margin:50px 0 0 0;
}
.articleimage{
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
	margin-bottom:30px;
    text-align: center;
}

.header{
	margin-top:-1px;
}
.bigimage{
    background: transparent;
    border-radius: 0px;
    padding: 0px 0px;
	width:100%;
	position:relative;

}

.bigimage .container{
	height:600px;
	width: 1180px;
    margin: 0 auto;
	text-align: center;
}
.bigimage .container .inside{
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
}

.bigimage .container .inside h1 {
	text-shadow: 0 0 1px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.3);
    font-size: 42px;
    margin-bottom: 0.5em;
    line-height: 47px;
    font-weight: normal;
    position: relative;
    letter-spacing: 3px;
    color: #e0b4b1;
}
.bigimage .container .inside p {
	text-shadow: 0 0 1px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.3);
	font-family: Raleway;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.5em;
	position: relative;
	color: #e0b4b1;
}
.bigtitle{
    border-radius: 0px;
    padding: 30px 10px;
	margin-bottom:0px;
    text-align: center;
}
.bigimage img{
	width:100%;
}
.bigimagebottom{
    background: url("../images/bottom-full-knowledge.jpg") no-repeat  center center;
    border-radius: 0px;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4) inset, 0px -10px 10px -10px rgba(0, 0, 0, 0.4) inset;
    padding: 70px 0;
	margin-bottom:30px;
    text-align: center;
	color: #fff;
	font-size:18px;
}

.bigtitle h1, .bigtitle h2, .bigimagebottom h1, .bigimagebottom h2{
	color:#4d4d4d;
	text-shadow: none;
	font-size: 30px;
	line-height: 55px;
}

.bigtitle img{
	vertical-align:top;
	margin:0 10px;
}
.bigtitle h2, .bigimagebottom h2{
	font-weight:normal;
}
@media (max-width: 767px) {
.social-media, .phone{
	margin-top:5px;
}
.bigimage, .bigimagebottom{
	padding-left: 0px;
	padding-right:0px;
}
.bigimagebottom{
    background: url("../images/bottom-full-knowledge.jpg") no-repeat center center;
	background-size: auto 100%;
}
.homevid{
	width:100%;
	padding:15px 0;
}
.homevid iframe{
	height:275px;
}
.bottom-info .container{
	padding:0 20px;
}
}
@media (min-width: 767px) {
.homevid{
	width:750px;
	height:425px;
	margin: 0 auto 50px auto;

}
}
.footer {
	background: #fff;
	padding:50px 0;
	margin-top:0px;
	text-align:center;
}
#back-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
  -webkit-transform: translateZ(0);
  display:none;
}
#back-top.show {
	display: block;
}
#back-top a {
  width: 42px;
  height: 42px;
  display: block;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  font: 32px/38px FontAwesome;
  color: #fff;
  opacity:0.75;
  text-align: center;
  background: #e0b4b1;
  border: none;
  text-decoration: none !important;
}
#back-top a:hover {
  color: #ffffff;
  background: #727272;
  border: none;
}
@media (max-width: 979px) {
#back-top.show{
		display:none;
}
}
.threewide{
	font-size: 14px;
	margin-top:50px;
}
@media (min-width: 1200px) {
.threewide .span4 {
    width: 300px;
	padding:0 30px;
}
.footer .span6 {
    width: 484px;
	margin: 0 auto;
	float:none;
}
}
@media (min-width: 979px) and (max-width: 1200px) {
.threewide .span4 {
    width: 250px;
	padding:0 20px;
}
.footer .span3 {
    width: 430px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.threewide .span4 {
    width: 190px;
	padding:0 14px;
}
}
@media (max-width: 768px) {
.threewide{
	padding-left:5px;
	padding-right:5px;
}
.threewide img {
    height: auto;
    width: 100%;
}
}
.btn {
    padding:20px 40px;
	margin:10px 0 0 0;
	display:inline-block;
	text-transform:uppercase;
	background-color:#e0b4b1;
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
    background-image: none;
	border-radius:0;
	border: none;
	box-shadow:none;
}
.btn:hover, .btn:focus {
	text-decoration: none;
    color: #fff;
    background-color: #e0b4b1;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #fff;
    background-color: #e0b4b1;
}

.icon-chevron-right {
    display:none;
}
.icon-calendar {
	display:none;
}
dd {
    margin-left: 0px;
}

.article-info-term{
		display:none;
}
.create{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #e0b4b1;
}

dl.article-info{
	margin:5px 0;
}
/* ===================================================================================
	BOOTSTRAP MEDIA QUERIES OVERRIDES
	NOTE: The order of the media queries is important when styles overwrite each other
	================================================================================== 
@media (min-width: 980px) {}
@media (min-width: 1200px) {}
@media (max-width: 979px) {}
@media (min-width: 768px) and (max-width: 979px) {}
@media (max-width: 767px) {}
@media (max-width: 480px) {}
*/

/* ======================
	MODULES
	===================== */


/* LOGO
*********************************************/
.navbar-inner .span3{
	margin-left:0;
}
@media (max-width: 979px) {
.navbar-inner .span3{
	padding-left:10px;
}

}

/* NAVIGATION
*********************************************/
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 0px;
    margin-left: 0px;
    color: #FFF;
    text-shadow: none;
	background-color: #A8A8A8;
    background-image: none;
    background-repeat: repeat-x;
    border-color: none;
    box-shadow: none;
}
@media (max-width: 979px) {
.navbar .btn-navbar{
	 margin-right: 10px;
}
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #727272;
}
.bmb-nav{
	background: rgba(224, 180, 177, 0.85);
	padding:10px 0 5px 0;
	margin-top: 0;
	width: 100%;
	position:relative;
	font-family: 'Raleway', sans-serif;
}
#itemid-101 .bmb-nav{
	background-color:transparent;
	position: absolute;
	top: 0;
	margin-top: 0;
	z-index: 1000;
	
}
@media (max-width: 979px) {
.bmb-nav{
	padding:10px 0 0 0;
}
}
.navbar .nav {
    margin: 0px 10px 0px 0px;
}
.shrink .navbar .nav {
    margin: 8px 10px 0px 0px;
}
@media (max-width: 979px) {
.navbar .btn-navbar {
    display: block;
}
}
@media (min-width: 979px) {
.span8.bottom{
	float: right;
	margin-top:0px;
}
}
.navbar {
    margin-bottom: 0;
}
.nav-pills .dropdown-menu {
    border-radius: 0;
}
.navbar-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border: none;
    border-radius: 0;
    box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	min-height: 45px;
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 25px 5px 25px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
	font-size:18px;
	text-transform:uppercase;
	font-weight: bold;
}
.navbar #bmb-navigation.span8 .nav > li > a {
	font-size:16px;
	padding: 15px 20px;
}

.dropdown-menu {
	background: rgba(88,88,88,0.7);
    border: none;
    border: none;
	margin: 0 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.navbar .nav > li > .dropdown-menu::before {
    border: none !important;
    content: none !important;
}

.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after{
    border-bottom: none!important;
}
.dropdown-menu > li > a{
	color:#e0b4b1;
	text-transform:uppercase;
}

.nav-pills .dropdown-menu {
    border-radius: 0;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #A8A8A8;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #A8A8A8;
	text-decoration: none;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #A8A8A8;
    background-color: transparent;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
	colour: #e0b4b1;
    background-image: none;
}

@media (min-width: 979px) {
.dropdown-menu.small {
    font-size: 14px;

}
.nav-pills .dropdown-menu { 
	margin-top: 0px; 
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
 }
 .navbar .nav > li.item-101 > a {
    padding: 10px 15px 10px 0;
}
 .navbar .nav > li.item-129 > a {
    padding: 10px 0 10px 15px;
}
.caret {
    display: none;
}
}
@media (max-width: 979px) {
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: normal;
	font-size:16px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #f47d20;
    background-color: transparent;
}
.navbar .nav > li > a:hover{
	background-color: transparent;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: normal;
	font-size:16px;
    color: #727272;
    border-radius: 3px;
}
.nav-collapse .nav > li ul.nav-child li > a, .nav-collapse .dropdown-menu ul.nav-child li a {
    font-size: 14px;
}
}
@media (max-width: 979px) {

.span3 {
    width: 50%;
	float:left;
}
.bmb-nav, .container-content{
	padding-left:0px;
	padding-right:0px;
}

.collapse {
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: height 0.35s ease 0s;
	width:100%;
	text-align:left;
	background-color:#A8A8A8;
	margin-top:10px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #e0b4b1;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    background-image: none;
	color:#e0b4b1;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
	color:#e0b4b1;
}
}
.content-bottom-cont, .content-top-cont{
	margin:0 0 0 0;
	padding:50px 10px;
	background-color: #000;
	color:#fff;
}

.content-bottom h1, .content-top h1{
	text-shadow: 1px 1px 2px #525252;
	color:#e0b4b1;
}
.content-insta-cont{
	margin:0 0 0 0;
	padding:50px 0;
}
.cbinstaphotobox {
    padding: 5px 0 0 0;
    overflow: auto;
    margin: 5px 0;
	text-align:center;
}

.mailchimpsignup{
	margin:0 0 0 0;
	padding:50px 10px;
	background-color: #e0b4b1;
	color:#000;
}
.table h4{
	margin-top:15px;
}
.bmb-nav{
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.bmb-nav.shrink, #itemid-101 .bmb-nav.shrink {
	min-height: 35px;
	background: rgba(224, 180, 177, 0.85); 
    position: fixed;
    right: 0;
	top:0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
	padding: 0;
	/*box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4) inset, 0px -10px 10px -10px rgba(0, 0, 0, 0.4) inset;*/
}
body.navbar-bmb.shrink {
	padding-top:60px;
}

.bmb-nav.shrink .span8.bottom {
    float: right;
    margin-top: 0;
}
.bmb-nav.shrink .span3 {
    margin: 10px 0;
}
#bmb-logo.span8, #bmb-navigation.span8{
	text-align:center;
}

#bmb-navigation.span8 .pull-right {
	text-align:left;
}
@media (min-width: 979px) {
#bmb-navigation.span8 .pull-right {
    float: none;
	margin:0 auto;
	text-align:right;
}
}
#bmb-navigation.span8 .custom, #bmb-navigation.span8 .custom{
	display:inline-block;
}

.navbar .nav {
    display: inline-block;
	position:static;
	float:none;
}
@media (max-width: 979px) {
.navbar .nav{
	float:left;
	display: block;
	clear:both;
}
}

a.largebutton{
	padding:20px 40px;
	margin:10px 0 0 0;
	display:inline-block;
	text-transform:uppercase;
	background-color:#e0b4b1;
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
a.largebutton:hover{
	text-decoration: none;
	color: #fff;
}

.pull-left  img{
	margin: 0 15px 15px 0;
}

.modinstaphotodisplaywrap {
    background: transparent;
    padding: 0px;
}

.cbinstaphotobox {
    border: none;
}
.cbinstaphoto {
    float: none;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    border:none;
}
.cbinstaphoto:hover {
    border: none;
}
/*---------mailchimp signup-------*/
#mc_embed_signup .mc-field-group {
	margin-bottom: 0px;
	padding-bottom: 5px!important;
	min-height: 20px;
	width: 100%!important;
}
.btnmail{
	padding:20px 40px;
	display:inline-block;
	text-transform:uppercase;
	background-color:#000;
	color:#e0b4b1;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	border:none;
}

#mc_embed_signup input {
    border: none!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
#mc_embed_signup form {
	padding: 10px!important;
}
@media (min-width: 979px) {
#mc_embed_signup form {
	width: 60%;
	margin:0 auto;
}
}
#mc-embedded-subscribe {
	margin:10px auto 0 auto!important;
}
#mc_embed_signup .mc-field-group input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	border: 1px solid #000!important;
	border-radius: 0;
}
.teachertable td{
    width:48%!important;
	padding:0 30px;
}
.teachertable img{
	width:100%;
	margin-top: 15px;
	margin-bottom:10px;
}
@media (max-width: 500px) {
.teachertable img{
	max-width:100%;
	margin-top: 15px;
	margin-bottom:0;
	width:auto;
}
.teachertable td{
    display:block;
	width:95%!important;
}

.teachertable td.tablenoborder{
	border-top: none;
}
}

.teachertable td{
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}
.teachertable td{
	border-top: none;
}

.teachertable td.month{
	background-color:#000;
	border-top: 50px solid #fff;
}
.moduletable .teachertable td.month, .moduletable .teachertable tr.month, .footer .teachertable td, .footer .teachertable tr{
	border-top: none;
}
.teachertable td.month h3{
	color:#e0b4b1;
}

div.formCaption {
    display: none!important;
}
div.formBody {
	width: 90%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	width: 100%;
}

.teachertable img#captcha27{
	width:35%;
	margin-top:	0;
	margin-right:5%;
}

input.rsform-captcha-box{
	width:55%;
}

.rsform-submit-button, .rsform-reset-button{
	padding: 10px 25px;
	background-color: #000;
	color: #e0b4b1;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	border:none;
	margin-right:10px;
}

.footer a:hover {
    color: #e0b4b1;
    background: transparent;
	text-decoration:none;
}
.footer{
	padding:20px 10px;
}

.footer h1 {
    color: #fff;
    text-align: left;
}
.footer span{
	font-size:25px;
	margin: 0 15px 0 0;
}
.footer i{
	color:#727272;
}
.footer a:hover i{
	color:#e0b4b1;
	text-decoration:none;
}

.copyright{
	margin:25px 0 0 0;
	padding:7px;
	background-color:#727272;
	color:#fff;
	font-size:11px;
}
.copyright p{
	margin:0px;
}
.paypal .moduletable{
	float: left;
	padding: 10px 0 0 0;
}
	
	
	#instaShowGallery_1 .instashow-gallery-media-cover {
    opacity: .6;
}

.footer .ctct-custom-form {
    font: 14px 'Lato',Verdana,Arial,sans-serif !important;
    min-width: 50px !important;
    padding: 0 !important;
}
.footer .ctct-custom-form p {
    margin-bottom: 0px !important;
}
.footer element {}.ctct-custom-form input[type="text"] {
	font-family: 'Lato',Verdana,Arial,sans-serif !important;
	font-size: 14px !important;
}
.footer .ctct-embed-signup .ctct-custom-form .ctct-button {
    width: 30%!important;
}

.footer .ctct-custom-form .Button {
    font-size: 14px!important;
    padding: 10px 15px!important;
	font-family: 'Lato',Verdana,Arial,sans-serif !important;
}
.footer .ctct-custom-form input[type="text"].firstname{
    width: 49%;
	float: left;
	margin:0 2% 0 0;
}
.footer .ctct-custom-form input[type="text"].lastname{
    width: 49%;
	float: left;
}
	
.footer .ctct-custom-form input[type="text"]{
	border: 1px solid #e0b4b1 !important;
	padding: 5px 8px!important;
	height: 30px;
}

.footer .ctct-custom-form .ctct-button {
    color: #fff;
    background-color: #e0b4b1;
    display: block;
    width: 100%;
}
.footer .ctct-custom-form .ctct-button:hover {
    color: #fff;
    background-color: #727272;
}
.footer .ctct-custom-form input[type="text"]:focus {
    outline: none;
}

.squarehome{
	width:30%;
	margin-right:4%;
	position:relative;
	display:inline-block;
}
.squarehome2{
	width:30%;
	position:relative;
	display:inline-block;
}
.squarehome img, .squarehome2 img{
	width:100%;
}
.captionhome {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    font-weight: bold;
}
.captionhome h1{
	color:#e0b4b1;
	font-size:35px;
	text-shadow: 0 0 1px rgba(0,0,0,0.07),0 1px 1px rgba(0,0,0,0.5);
}	
.captionhome a:hover{
	text-decoration:none;
	
}
.captionhome a:hover h1{
	color:#fff;
	
}
@media (max-width: 600px) {
.squarehome, .squarehome2{
	width:100%;
	margin-right:0;
	margin-bottom:15px;

}

.captionhome {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    font-weight: bold;
}
.captionhome h1{
	color:#e0b4b1;
	font-size:35px;
	text-shadow: 0 0 1px rgba(0,0,0,0.07),0 1px 1px rgba(0,0,0,0.5);
}	
.captionhome a:hover{
	text-decoration:none;
	
}
.captionhome a:hover h1{
	color:#fff;
	
}
}
img.headpic1{
	width:30%;
	margin-right:5%;
	float:left;
}
img.headpic2{
	width:30%;
	float:left;
}

@media (max-width: 600px) {
	img.headpic1{
		display:none;
}
img.headpic2{
	width:100%;
}
}