body{
	font-family: 'agendamedium';
	margin: auto 0;
}
img{
  border: none;
}
.anchor{
  display: hidden;
}
.main_container{
	width: 960px;
	margin: 0 auto;
}
.text_container{
	width: 862px;
	margin: 0 auto;
}
header{
	background-color: #2c343c;
	position: fixed;
	width: 100%;
  z-index: 10;
}
header img{
	margin: 22px 0;
	float: left;
}
nav{
	float: right;
}
ul{
	margin: 40px 0;
}
li{
	display: inline-block;
	margin-left: 30px;
}
li a{	
	color: #d5deee;
	text-decoration: none;
	font-size: 16px;
}
li a:hover{
	color: #ffffff;
}
#main_image{
	background: url(img/main-image.jpg) no-repeat center -84px fixed;
	height: 580px;
	width: 100%;
}
#main_image img{
	float: left;
	margin-top: 258px;
}
h1, h2, h3, h4, h5, p, em{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1, h2{
	text-align: right;
	color: #d5deee;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.7);
	float: right;
}
h1{
	font-family: 'agendaboldcond';
	font-size: 48px;
  padding-top: 394px;
  line-height: 44px;
}
h2{
	font-family: 'agendamediumcond';
	font-size: 30px;
	margin-top: 15px;
  line-height: 30px;
}
h3, h4, p, em{
	text-align: center;
}
h3{
	font-family: 'agendamedium';
	font-size: 32px;
	color: #d5deee;
	margin: 30px 0;
  width: 530px;
	display: inline-block;
  padding: 0 47px
}
h4{
	font-family: 'agendabold';
	font-size: 50px;
	color: #2c343c;
	margin-top: 40px;
}
h5{
	font-family: 'agendamedium';
	font-size: 26px;
	text-align: left;
	color: #2c343c;
	margin: 0;
	padding: 0;
}
p, em{
	font-family: 'agendamedium';
	font-size: 26px;
	line-height: 34px;
}
p{	
	color: #606d79;
}
em{
	color: #2c343c;
	font-style: normal;
}
#logos{
	background-color: #2c343c;
}
#logos img{
	display: inline-block;
}
#master{
	float: left;
	margin: 24px 20px;
}
#practitioner{
	float: right;
	margin: 20px;
}
.header_underline{
	width: 126px;
	height: 2px;
	background-color: #2c343c;
	margin: 30px auto 30px auto; 
}
.services{
	width: 265px;
	margin: 0 auto;
	display: inline-block;
	float: left;
	padding: 50px 27px 40px 27px;

}
.services img{
	width: 142px;
	margin: 0 auto 30px auto;
	display: block;
}
.services_text{
	color: #2c343c;
}
#responsive_text_design, #responsive_text_insurance{
  display: none;
}
.text_link{
	color: #2c343c;
}
#main_info{
	margin-bottom: 60px;
}
#gallery{
	background-color: #eeeeee;
	padding-bottom: 60px;
	overflow: hidden;
}
.gallery_sections{
	width: 260px;
	margin: 0 auto;
	display: inline-block;
	float: left;
	background-color: white;
	padding: 25px 25px 43px 25px;
	margin: 40px 15px 0 0;
}
#no_margin{
	margin-right: 0px;
}
.gallery_images{
	margin-top: 20px;
}
.gallery_sections a{
	font-family: 'agendamedium';
	font-size: 24px;
	color: white;
  	text-align: center;
	background-color: #2c343c;
	padding: 20px 0;
	text-decoration: none;
  	display: block;
  	margin-top: -5px;
}
a.hidden{
	display: none;
}
#contact{
	padding: 40px 0;
	margin: 40px 0;
}
#responsive_contact{
    display: none;
}
input, textarea{
	font-family: 'agendamedium';
	font-size: 22px;
	font-weight: normal;
	color: #2c343c;
	border: 1px solid #2c343c;
	padding: 20px;
	margin: 30px auto 0 auto;
	display: block;
	width: 640px;
}
textarea{
	height: 250px;
}
input :focus, textarea :focus{
	outline: none;
}
.required{
	text-align: left;
	font-size: 14px;
	margin: 30px 0  0 88px;
	display: inline-block;
	width: 100px;
	float: left;
}
.send{
	font-size: 26px;
	color: white;
	background-color: #2c343c;
	border: none; 
	padding: 20px 50px 16px 50px;
	display: inline-block;
	width: 159px;
	float: right;
	margin-right: 90px;
	cursor: pointer;
}
footer{
	clear: both;
	text-align: center;
	color: white;
	background-color: #2c343c;
	padding: 20px 0;
	margin-bottom: -17px;
}
.facebook, .google{
  margin-top: -7px;
}
.facebook{
  float: left;
}
.google{
  float: right;
}

/* Fonts */

@font-face {
    font-family: 'agendamediumcond';
    src: url('fonts/ufonts.com_agenda-mediumcondensed_2_-webfont.eot');
    src: url('fonts/ufonts.com_agenda-mediumcondensed_2_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_agenda-mediumcondensed_2_-webfont.woff') format('woff'),
         url('fonts/ufonts.com_agenda-mediumcondensed_2_-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_agenda-mediumcondensed_2_-webfont.svg#agendaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'agendabold';
    src: url('fonts/ufonts.com_agenda-bold_2_-webfont.eot');
    src: url('fonts/ufonts.com_agenda-bold_2_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_agenda-bold_2_-webfont.woff') format('woff'),
         url('fonts/ufonts.com_agenda-bold_2_-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_agenda-bold_2_-webfont.svg#agendabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'agendaboldcond';
    src: url('fonts/ufonts.com_agenda-boldcondensed_2_-webfont.eot');
    src: url('fonts/ufonts.com_agenda-boldcondensed_2_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_agenda-boldcondensed_2_-webfont.woff') format('woff'),
         url('fonts/ufonts.com_agenda-boldcondensed_2_-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_agenda-boldcondensed_2_-webfont.svg#agendabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'agendamedium';
    src: url('fonts/ufonts.com_agenda-medium_2_-webfont.eot');
    src: url('fonts/ufonts.com_agenda-medium_2_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_agenda-medium_2_-webfont.woff') format('woff'),
         url('fonts/ufonts.com_agenda-medium_2_-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_agenda-medium_2_-webfont.svg#agendamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Gallery */

body:after {
  content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-family: 'agendamedium';
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Responsive */

@media screen and (max-width: 959px){
  .main_container{
    width: 728px;
  }
  .text_container{
    width: 688px;
  }
  header img{
    width: 50%;
  }
  li{
    margin-left: 18px;
  }
  #main_image{
    background: url(img/main-image.jpg) no-repeat center -35px fixed;
    background-size: 2160px auto;
    height: 430px;
  }
  #main_image img{
    margin-top: 138px;
    width: 30%;
  }
  h1{
    font-size: 34px;
    padding-top: 276px;
    line-height: 34px;
  }
  h2{
    font-size: 26px;
    line-height: 28px;
  }
  h3{
    font-size: 26px;
    margin: 36px;
    padding: 0 0;
    width: 378px;
  }
  h4{
    font-size: 46px;
  }
  h5{
    font-size: 22px;
  }
  p, em{
    font-size: 23px;
    line-height: 32px;
    margin-top: 10px;
  }
  .header_underline{
    margin: 20px auto 30px auto;
  }
  .services{
    width: 214px;
    padding: 50px 14px 40px 14px;
  }
  #fix{
    clear: both;
  }
  .gallery_sections{
    width: 196px;
    padding: 18px;
  }
  .gallery_images{
    margin-top: 15px;
    width: 100%;
  }
  .gallery_sections a{
    font-size: 20px;
  }
  input, textarea{
    width: 590px;
  }
  .required{
    margin: 30px 0 0 26px;
  }
  .send{
    margin-right: 28px;
  }
}
@media screen and (max-width: 768px){
  .main_container, .text_container{
    width: 440px;
  }
  header img{
    width: 250px;
    display: block;
    margin: 15px auto 0 auto;
    float: none;
  }
  nav{
    float: none;
  }
  ul{
    margin: 15px 0;
  }
  li{
    margin-left: 21px;
  }
  #main_image{
    background: url(img/main-image.jpg) no-repeat center 34px fixed;
    background-size: 1200px auto;
    height: 340px;
  }
  #main_image img{
    display: none;
  }
  h1, h2{
    text-align: center;
    float: none;
    position: absolute;
    width: 440px;
  }
  h1{
    font-size: 28px;
    padding-top: 224px;
    line-height: 27px;
  }
  h2{
    font-size: 22px;
    padding-top: 274px;
    line-height: 22px;
  }
  h3{
    font-size: 20px;
    margin: 38px 12px;
    width: 286px;
  }
  #logos img{
    width: 13%;
  }
  #master{
    margin: 24px 5px 24px 0;
  }
  #practitioner{
    margin: 28px 0 28px 5px;
  }
  .services{
    width: 440px;
    float: none;
    padding: 30px 0 0 0;
  }
  #responsive_text_design, #responsive_text_insurance{
  display: block;
  }
  #desktop_text_design, #desktop_text_insurance{
  display: none;
  }
  #extra_margin{
    padding-bottom: 40px;
  }
  .gallery_sections{
    width: 220px;
    float: none;
    margin: 30px auto 0 auto;
    display: block;
  }
  #no_margin{
    margin: 30px auto 0 auto;
  }
  input, textarea{
    width: 400px;
  }
  .required{
    margin: 30px 0 0 0;
  }
  .send{
    margin-right: 0
  }
  #responsive_contact{
    display: block;
  }
  #desktop_contact{
    display: none;
  }
} 
@media screen and (max-width: 459px){
  .main_container, .text_container{
    width: 310px;
  }
  header img{
    width: 220px;
    margin: 10px auto 0px;
  }
  ul{
    margin: 15px 0;
    padding: 0;
  }
  li{
    margin-left: 11px;
  }
  #main_image{
    background: url(img/main-image.jpg) no-repeat center 22px fixed;
    background-size: 1190px auto;
    height: 319px;
  }
  h1, h2{
    width: 310px;
  }
  h1{
    font-size: 20px;
    line-height: 20px;
    padding-top: 218px;
  }
  h2{
    font-size: 18px;
    line-height: 18px;
    padding-top: 252px;
  }
  h3{
    font-size: 13px;
    width: 194px;
    margin: 30px 9px;
  }
  #master{
    margin: 20px 5px 20px 0;
  }
  #practitioner{
    margin: 24px 0 24px 5px;
  }
  .services{
    width: 310px;
  }
  input, textarea{
    width: 270px;
  }
  footer span{
    font-size: 12px;
  }
}  