.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
}
/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  border: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid white;
  height: 16px;
  font-size: 12px;
  padding: 5px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: vertical;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Wordpress Typo
*******************************/
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a {
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: underline;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.story blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  zoom: 1;
  position: relative;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* Wrappers
*******************************/
@font-face {
  font-family: 'brandon_grotesque_boldregular';
  src: url('fonts/brandon_bld-webfont.eot');
  src: url('fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_bld-webfont.woff') format('woff'), url('fonts/brandon_bld-webfont.ttf') format('truetype'), url('fonts/brandon_bld-webfont.svg#brandon_grotesque_boldregular') format('svg');
}
@font-face {
  font-family: 'brandon_grotesque_lightRg';
  src: url('fonts/brandon_light-webfont.eot');
  src: url('fonts/brandon_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_light-webfont.woff') format('woff'), url('fonts/brandon_light-webfont.ttf') format('truetype'), url('fonts/brandon_light-webfont.svg#brandon_grotesque_lightRg') format('svg');
}
@font-face {
  font-family: 'brandon_grotesque_regularRg';
  src: url('fonts/brandon_reg-webfont.eot');
  src: url('fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_reg-webfont.woff') format('woff'), url('fonts/brandon_reg-webfont.ttf') format('truetype'), url('fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
}
@font-face {
  font-family: 'brandon_grotesque_mediumRg';
  src: url('fonts/brandon_med-webfont.eot');
  src: url('fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_med-webfont.woff') format('woff'), url('fonts/brandon_med-webfont.ttf') format('truetype'), url('fonts/brandon_med-webfont.svg#brandon_grotesque_mediumRg') format('svg');
}
#wrapper {
  max-width: 900px;
  width: 900px;
  min-width: 320px;
  margin: 0 auto;
}
/* Header
*******************************/
header#header-main {
  min-width: 900px;
  height: 245px;
  background-color: #eaeae8;
  background-image: url(images/head_bg.png);
  background-position: center;
  border-bottom: 2px solid #eaeae8;
}
header#header-main div.logodiv {
  width: 248px;
  height: 245px;
  margin: 0 auto;
  background: url(images/header_logo.png) 0 0 no-repeat transparent;
}
header#header-main div.logodiv .logo {
  width: 119px;
  padding-top: 28px;
  margin-left: 67px;
  margin-right: 62px;
}
header#header-main div.logodiv .logo h1 {
  text-indent: -9999px;
}
header#header-main div.logodiv .logo h1 a {
  width: 119px;
  height: 183px;
  background: url(images/logo.png) 0 0 no-repeat transparent;
  display: block;
}
/* Header Menu
*******************************/
section#headmenubox {
  margin-top: 13px;
  margin-bottom: 43px;
  border-top: 1px solid #ebedeb;
  border-bottom: 1px solid #ebedeb;
  min-width: 900px;
}
section#headmenubox nav#nav-main {
  width: 900px;
  margin: 0 auto;
}
section#headmenubox nav#nav-main ul#menu-header-menu {
  float: left;
  width: 760px;
  margin-top: 14px;
}
section#headmenubox nav#nav-main ul#menu-header-menu li:nth-child(1) {
  margin-left: 0px;
  padding-left: 0px;
  background: none;
}
section#headmenubox nav#nav-main ul#menu-header-menu li.current-menu-item a {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section#headmenubox nav#nav-main ul#menu-header-menu li {
  display: inline-block;
  font-family: brandon_grotesque_boldregular;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 24px;
  background: url(images/menuli.png) no-repeat 0 50%;
  margin-left: 22px;
}
section#headmenubox nav#nav-main ul#menu-header-menu li a {
  color: #886779;
}
section#headmenubox nav#nav-main ul#menu-header-menu li a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section#headmenubox nav#nav-main div.social {
  width: 140px;
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
section#headmenubox nav#nav-main div.social a.fbsoc,
section#headmenubox nav#nav-main div.social a.twisoc,
section#headmenubox nav#nav-main div.social a.pinsoc,
section#headmenubox nav#nav-main div.social a.goosoc {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
}
section#headmenubox nav#nav-main div.social a.fbsoc {
  background: url(images/social.png) 0 0 no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-right: 7px;
}
section#headmenubox nav#nav-main div.social a.fbsoc:hover {
  background: url(images/social.png) 0 -29px no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
section#headmenubox nav#nav-main div.social a.twisoc {
  background: url(images/social.png) -35px 0 no-repeat;
  margin-right: 7px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
section#headmenubox nav#nav-main div.social a.twisoc:hover {
  background: url(images/social.png) -35px -29px no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
section#headmenubox nav#nav-main div.social a.pinsoc {
  background: url(images/social.png) -72px 0 no-repeat;
  margin-right: 7px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
section#headmenubox nav#nav-main div.social a.pinsoc:hover {
  background: url(images/social.png) -72px -29px no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
section#headmenubox nav#nav-main div.social a.goosoc {
  background: url(images/social.png) -108px 0 no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
section#headmenubox nav#nav-main div.social a.goosoc:hover {
  background: url(images/social.png) -108px -29px no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* Content
*******************************/
div#content-main header.page-title {
  background: url(images/titlecircle.png) no-repeat left top;
  padding-left: 25px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
div#content-main header.page-title h2.a {
  color: #886779;
  font-family: brandon_grotesque_boldregular;
  font-size: 24px;
  line-height: 14px;
  background: url(images/titlecircle.png) no-repeat right top;
  padding-right: 25px;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
section#singlepress div.mobtitlewrapper {
  display: inline-block;
  float: left;
}
section#singlepress div.galleryback {
  float: right;
  color: #c594a2;
  font-size: 14px;
  text-transform: uppercase;
  font-family: brandon_grotesque_boldregular;
  margin-top: 5px;
  letter-spacing: 1px;
}
section#singlepress div.galleryback a {
  color: #c594a2;
}
section#singlepress div.galleryback a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
div.singlegallerywrapper header.page-title {
  background: url(images/titlecircle.png) no-repeat left top;
  padding-left: 25px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  display: inline-block;
  float: left;
}
div.singlegallerywrapper header.page-title h2.a {
  color: #886779;
  font-family: brandon_grotesque_boldregular;
  font-size: 24px;
  line-height: 14px;
  background: url(images/titlecircle.png) no-repeat right top;
  padding-right: 25px;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.singlegallerywrapper div.mobthetitlepress {
  display: none;
}
div.singlegallerywrapper div.thetitlepress {
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
div.singlegallerywrapper div.thetitlepress div.categoriesbox {
  color: #c494a1;
  font-size: 14px;
  font-family: brandon_grotesque_boldregular;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
}
div.singlegallerywrapper div.thetitlepress div.categoriesbox a {
  color: #c494a1;
}
div.singlegallerywrapper div.thetitlepress div.categoriesbox a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
div.singlegallerywrapper div.thetitlepress div.pressboxtit {
  color: #c594a2;
  font-size: 21px;
  font-family: brandon_grotesque_mediumRg;
  letter-spacing: 2px;
}
div.singlegallerywrapper div.thetitlepress div.pressboxtit a {
  color: #c594a2;
}
div.singlegallerywrapper div.thetitlepress div.pressboxtit a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
div.singlegallerywrapper div.thetitlepress div.pressboxlocation {
  color: #999999;
  font-size: 10px;
  font-family: brandon_grotesque_boldregular;
  letter-spacing: 1px;
  margin-top: 10px;
}
div.singlegallerywrapper div.galleryback {
  float: right;
  color: #c594a2;
  font-size: 14px;
  text-transform: uppercase;
  font-family: brandon_grotesque_boldregular;
  margin-top: 5px;
  letter-spacing: 1px;
}
div.singlegallerywrapper div.galleryback a {
  color: #c594a2;
}
div.singlegallerywrapper div.galleryback a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
div.singlegallerydivider {
  min-width: 900px;
  border-bottom: 1px solid #ebedeb;
  margin-bottom: 25px;
}
section#customblogresize {
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
}
section#customblogresize div.blogrightsidebar {
  width: 160px;
  float: right;
  margin-left: 20px;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox {
  margin-bottom: 20px;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox .categories {
  color: #c494a1;
  font-size: 14px;
  font-family: brandon_grotesque_boldregular;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox .categories ul {
  color: #999999;
  font-size: 10px;
  line-height: 24px;
  margin-top: 15px;
  margin-left: 25px;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox .categories ul li {
  line-height: 24px;
  letter-spacing: 1px;
  list-style: url(images/li_blog.png);
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox .categories ul li a {
  color: #999999;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox .categories ul li a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.flo-archives h4.a {
  color: #c494a1;
  font-size: 14px;
  font-family: brandon_grotesque_boldregular;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.flo-archives div.months div.year-months {
  margin-bottom: 20px;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.flo-archives div.months div.year-months div.archiveyeartitle {
  color: #c494a1;
  font-size: 14px;
  font-family: brandon_grotesque_boldregular;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.flo-archives div.months div.year-months div.monthitem {
  color: #999999;
  font-size: 10px;
  font-family: brandon_grotesque_boldregular;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-left: 10px;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.flo-archives div.months div.year-months div.monthitem a {
  color: #999999;
  font-family: brandon_grotesque_boldregular;
  text-decoration: underline;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.flo-archives div.months div.year-months div.monthitem a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.searcsidebox {
  width: 160px;
  height: 55px;
  background-color: #f4f4f4;
  text-align: center;
  margin-bottom: 22px;
}
section#customblogresize div.blogrightsidebar section.rightboxsidebar div.searcsidebox input[type="text"] {
  width: 123px;
  height: 20px;
  border: none;
  background: none;
  background-color: #ffffff;
  border: 1px solid #ecebeb;
  text-align: center;
  color: #d6d6d1;
  font-family: brandon_grotesque_boldregular;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 16px;
}
section#customblogresize div.leftblogbox {
  width: 900px;
  float: right;
}
section#customblogresize div.leftblogbox article.post {
  margin-bottom: 25px;
}
section#customblogresize div.leftblogbox article.post header.preview div.title {
  text-align: left;
  margin-bottom: 25px;
}
section#customblogresize div.leftblogbox article.post header.preview div.title h2 {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
section#customblogresize div.leftblogbox article.post header.preview div.title h2 a {
  color: #c494a1;
  font-size: 21px;
  font-family: brandon_grotesque_mediumRg;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section#customblogresize div.leftblogbox article.post header.preview div.title h2 a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section#customblogresize div.leftblogbox article.post header.preview div.title div.categoriesbox {
  color: #886779;
  font-size: 21px;
  font-family: brandon_grotesque_mediumRg;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  margin-left: 17px;
  margin-top: 2px;
}
section#customblogresize div.leftblogbox article.post header.preview div.title div.categoriesbox a {
  color: #886779;
}
section#customblogresize div.leftblogbox article.post header.preview div.title div.categoriesbox a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section#customblogresize div.leftblogbox article.post header.preview div.title div.metaoptionblog {
  color: #999999;
  font-family: brandon_grotesque_boldregular;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
}
section#customblogresize div.leftblogbox article.post div.postdividerbox {
  /*
        height: 42px;
        background: url(images/footer.png) repeat-x;
        margin-bottom: 65px;
        display: block;
        */
  margin-bottom: 60px;
}
section#customblogresize div.leftblogbox article.post section.full section.story {
  letter-spacing: 1px;
  margin-bottom: 35px;
  text-align: center;
}
section#customblogresize div.leftblogbox article.post section.full section.story a {
  color: #9999a5;
}
section#customblogresize div.leftblogbox article.post section.full section.story p {
  text-align: left;
}
section#customblogresize div.leftblogbox article.post section.full div.polosactions {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ebedeb;
  padding-top: 30px;
}
section#customblogresize div.leftblogbox article.post section.full div.polosactions section.actions div.commentsnumactions {
  float: left;
  color: #c594a2;
  font-size: 12px;
  font-family: brandon_grotesque_boldregular;
  text-transform: uppercase;
}
section#customblogresize div.leftblogbox article.post section.full div.polosactions section.actions div.fbshareactions {
  float: right;
  color: #c594a2;
  font-size: 12px;
  font-family: brandon_grotesque_boldregular;
  text-transform: uppercase;
}
section#customblogresize div.leftblogbox article.post section.full div.polosactions section.actions div.fbshareactions a {
  color: #c594a2;
}
section#customblogresize div.leftblogbox article.post section.full div.polosactions section.actions div.fbshareactions a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.facebook-comments {
  clear: both;
  margin-bottom: 30px;
}
section.facebook-comments iframe {
  min-width: 900px;
  width: 900px;
}
section.story {
  color: #999999;
  font-size: 14px;
  font-family: brandon_grotesque_regularRg;
  line-height: 18px;
}
section#aboutpage {
  margin-bottom: 25px;
}
section#aboutpage section.story {
  letter-spacing: 1px;
}
section#aboutpage section.story .backservices a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 12px "brandon_grotesque_boldregular";
  text-decoration: none;
  color: #C594A2;
}
section#aboutpage section.story .backservices a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section#aboutpage .aboutimgbox {
  display: inline-block;
  float: right;
  border: 4px solid #eaeae8;
}
section#aboutpage .aboutcontentbox {
  width: 580px;
  float: left;
  letter-spacing: 1px;
}
section#aboutpage .boxchildab {
  letter-spacing: 1px;
  margin-top: 30px;
}
section#aboutpage .boxchildab .childabout {
  width: 430px;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}
section#aboutpage .boxchildab .childabout .titlechild {
  color: #886779;
  font-size: 14px;
  font-weight: bold;
  font-family: brandon_grotesque_boldregular;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 18px;
}
section#aboutpage .boxchildab .childabout .childcontent ol li {
  margin-bottom: 8px;
  padding-left: 10px;
}
section#aboutpage .boxchildab .childabout:nth-child(2n) {
  margin-left: 30px;
}
section.praise {
  color: #999999;
  font-size: 14px;
  font-family: brandon_grotesque_regularRg;
  line-height: 18px;
  margin-bottom: 25px;
}
section.praise div.boxpraise {
  background: url(images/praisediv.png) center top no-repeat;
  padding-top: 25px;
  margin-top: 25px;
}
section.praise div.boxpraise:nth-child(1) {
  background: none;
  padding-top: 0px;
  margin-top: 0px;
}
section.services .packegestitle {
  border-top: 1px solid #ebedeb;
  border-bottom: 1px solid #ebedeb;
  margin-top: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 25px;
  text-align: center;
  color: #866777;
  font-size: 14px;
  text-transform: uppercase;
  font-family: brandon_grotesque_boldregular;
  letter-spacing: 1px;
}
section.services .packagesintro {
  color: #999999;
  font-size: 14px;
  font-family: brandon_grotesque_regularRg;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
section.services .servicesboxcontent {
  color: #999999;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: brandon_grotesque_regularRg;
  line-height: 18px;
}
section.services .servicesboxcontent .blockservice:first-child {
  width: 899px;
}
section.services .servicesboxcontent .blockservice:nth-child(even) {
  width: 400px;
  margin-right: 45px;
}
section.services .servicesboxcontent .blockservice {
  width: 445px;
  display: inline-table;
  vertical-align: top;
  padding-right: 0px;
  margin-bottom: 20px;
}
section.services .servicesboxcontent .blockservice .thetitleservice {
  color: #999999;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: brandon_grotesque_boldregular;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
section.services .servicesboxcontent .blockservice a {
  color: #999999;
  display: block;
  width: 265px;
  margin-top: 16px;
  margin-bottom: 20px;
}
section.services .servicesboxcontent .blockservice a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.services .servicesboxcontent span {
  text-transform: uppercase;
  text-decoration: underline;
}
section.services header.page-title {
  display: inline-block;
  float: left;
}
section.services header.page-title h2.a {
  float: left;
  margin-right: 50px;
  display: inline-block;
}
section.services div.menu-services-menu-container {
  float: left;
  display: block;
}
section.services div.menu-services-menu-container ul li {
  display: inline-block;
  color: #c594a2;
  font-family: brandon_grotesque_boldregular;
  font-size: 14px;
  border-left: 1px solid #e2cad1;
  padding-left: 14px;
  text-transform: uppercase;
  margin-left: 14px;
  letter-spacing: 1px;
}
section.services div.menu-services-menu-container ul li a {
  color: #c594a2;
  text-decoration: underline;
}
section.services div.menu-services-menu-container ul li a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.services div.menu-services-menu-container ul li:first-child {
  border: none;
  padding-left: 0px;
  margin-left: 0px;
}
section.services div.menu-services-menu-container ul li.current-menu-item a {
  text-decoration: none;
}
/* Layouts
*******************************/
div.imagebox {
  width: 100%;
  margin: 0;
  padding: 0;
}
div.figure {
  display: inline-block;
  margin-bottom: 9px;
  position: relative;
}
div.figure img {
  border: 3px solid #f5f5f5;
  max-width: 900px;
  height: auto;
}
div.figure div.socialbuttontoimg {
  margin-top: -30px;
  position: absolute;
  right: 0;
  margin-right: 10px;
}
div.figure div.socialbuttontoimg a {
  display: inline-block;
  vertical-align: middle;
}
div.figure div.socialbuttontoimg a.fbimsh {
  text-indent: -9999px;
  width: 44px;
  height: 20px;
  background: url(images/imfblike.png) no-repeat;
  vertical-align: top;
}
/* Footer
*******************************/
footer#footer-main {
  margin-top: 10px;
  background: url(images/footer.png) repeat-x top;
  padding-top: 57px;
  min-width: 900px;
}
footer#footer-main p {
  text-align: center;
  font-size: 11px;
  color: #817a84;
  font-family: brandon_grotesque_lightRg;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
footer#footer-main p a {
  color: #817a84;
}
footer#footer-main p a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
/* Homepage
*******************************/
section.homepagebox {
  background-color: #ebedeb;
  margin-top: -30px;
  min-width: 900px;
  margin-bottom: 12px;
}
section.homepagebox .slidewrapper {
  width: 896px;
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  margin: auto;
}
section.homepagebox .slidewrapper div.flexslider {
  position: relative;
  height: 568px;
  max-height: 568px;
}
section.homepagebox .slidewrapper div.flexslider ul.slides {
  height: 568px;
}
section.homepagebox .slidewrapper div.flexslider ul.slides li {
  float: left!important;
}
section.homepagebox .slidewrapper div.flexslider img {
  width: 894px;
  height: 568px;
}
section.homepagebox .slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -35px;
}
section.homepagebox .slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(1):hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.homepagebox .slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(1) a.flex-prev {
  width: 16px;
  height: 29px;
  background: url(images/slidecursor.png) 0 0 no-repeat;
  display: block;
}
section.homepagebox .slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: -35px;
}
section.homepagebox .slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(2):hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.homepagebox .slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(2) a.flex-next {
  width: 16px;
  height: 29px;
  background: url(images/slidecursor.png) -16px 0 no-repeat;
  display: block;
}
div.homedivider {
  border-bottom: 1px solid #ebedeb;
  margin-bottom: 26px;
}
div.homepagesecwrapper {
  width: 900px;
  margin: auto;
  min-width: 900px;
  margin-bottom: 23px;
}
div.homepagesecwrapper div.abouthomebox {
  width: 225px;
  float: left;
}
div.homepagesecwrapper div.abouthomebox div.titbox {
  text-align: center;
  color: #c594a2;
  font-size: 16px;
  font-family: brandon_grotesque_mediumRg;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin-left: -15px;
}
div.homepagesecwrapper div.abouthomebox div.textbox {
  color: #999999;
  line-height: 30px;
  font-family: brandon_grotesque_regularRg;
  font-size: 14px;
  letter-spacing: 1px;
}
div.homepagesecwrapper div.abouthomebox div.linkbox {
  text-align: center;
}
div.homepagesecwrapper div.abouthomebox div.linkbox a {
  color: #8a6a7b;
  text-decoration: underline;
  font-size: 12px;
  font-family: brandon_grotesque_mediumRg;
}
div.homepagesecwrapper div.abouthomebox div.linkbox a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
div.homepagesecwrapper div.bloghomebox {
  width: 445px;
  float: left;
  text-align: center;
}
div.homepagesecwrapper div.bloghomebox div.fromblogimages {
  text-align: center;
  margin-top: 20px;
}
div.homepagesecwrapper div.bloghomebox div.fromblogimages img {
  border: 4px solid #ebedeb;
  margin: 5px;
}
div.homepagesecwrapper div.bloghomebox div.titbox {
  font-size: 16px;
  text-transform: uppercase;
  font-family: brandon_grotesque_regularRg;
  color: #8a6a7b;
  letter-spacing: 1px;
  line-height: 14px;
}
div.homepagesecwrapper div.bloghomebox div.titbox strong {
  font-weight: bold;
  font-family: brandon_grotesque_boldregular;
}
div.homepagesecwrapper div.bloghomebox div.titbox span.cri {
  font-family: brandon_grotesque_mediumRg;
}
div.homepagesecwrapper div.serviceshomebox {
  width: 225px;
  float: left;
}
div.homepagesecwrapper div.serviceshomebox div.titbox {
  text-align: center;
  color: #c594a2;
  font-size: 16px;
  font-family: brandon_grotesque_mediumRg;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin-left: -15px;
}
div.homepagesecwrapper div.serviceshomebox div.textbox {
  color: #999999;
  line-height: 30px;
  font-family: brandon_grotesque_regularRg;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 10px;
}
div.homepagesecwrapper div.serviceshomebox div.linkbox {
  text-align: center;
}
div.homepagesecwrapper div.serviceshomebox div.linkbox a {
  color: #8a6a7b;
  text-decoration: underline;
  font-size: 12px;
  font-family: brandon_grotesque_mediumRg;
}
div.homepagesecwrapper div.serviceshomebox div.linkbox a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
/* Blog
*******************************/
/* Simple Page
*******************************/
/* Error Page
*******************************/
section#page404 {
  min-height: 700px;
}
section#page404 p {
  color: #886779;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  font-family: brandon_grotesque_boldregular;
  text-transform: uppercase;
}
section#page404 p a {
  color: #886779;
}
section#page404 p a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
/* Galleries
*******************************/
ul.slides {
  margin: 0px!important;
  padding: 0px!important;
}
ul.slides li {
  list-style: none!important;
  margin: 0px!important;
  padding: 0px!important;
  text-align: center;
}
div.singlegallerywrapper {
  width: 900px;
  min-width: 900px;
  margin: auto;
}
div#carouselgallery {
  position: relative;
  margin-bottom: 23px;
}
div#carouselgallery ul.slides li {
  text-align: center!important;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
div#carouselgallery ul.slides li:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
div#carouselgallery ul.slides li.flex-active-slide {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
div#carouselgallery ul.flex-direction-nav {
  list-style: none!important;
  margin: 0px!important;
  padding: 0px!important;
}
div#carouselgallery ul.flex-direction-nav li:nth-child(1) {
  left: 0;
  margin-left: -27px;
}
div#carouselgallery ul.flex-direction-nav li:nth-child(2) {
  right: 0;
  margin-right: -27px;
}
div#carouselgallery ul.flex-direction-nav li {
  list-style: none!important;
  padding: 0px!important;
  position: absolute;
  top: 45%;
}
div#carouselgallery ul.flex-direction-nav li:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
div#carouselgallery ul.flex-direction-nav li a.flex-prev {
  width: 9px;
  height: 16px;
  background: url(images/minislidecursor.png) 0 0 no-repeat;
  display: block;
}
div#carouselgallery ul.flex-direction-nav li a.flex-next {
  width: 9px;
  height: 16px;
  background: url(images/minislidecursor.png) -9px 0 no-repeat;
  display: block;
}
div#slidergallery {
  margin-bottom: 28px;
  border: 4px solid #ebedeb;
  position: relative;
  max-height: 566px!important;
}
div#slidergallery ul.slides {
  height: 570px!important;
}
div#slidergallery ul.slides li {
  float: left;
  display: none;
  max-height: 570px;
  max-width: 892px;
}
div#slidergallery ul.slides li img {
  max-height: 570px;
  max-width: 892px;
}
div#slidergallery ul.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#slidergallery ul.flex-direction-nav li {
  list-style: none;
}
div#slidergallery ul.flex-direction-nav li a.flex-prev {
  position: absolute;
  top: 45%;
  left: 0;
  margin-left: -30px;
  width: 16px;
  height: 29px;
  background: url(images/slidecursor.png) 0 0 no-repeat;
  display: block;
}
div#slidergallery ul.flex-direction-nav li a.flex-prev:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
div#slidergallery ul.flex-direction-nav li a.flex-disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
div#slidergallery ul.flex-direction-nav li a.flex-next {
  position: absolute;
  top: 45%;
  right: 0;
  margin-right: -30px;
  width: 16px;
  height: 29px;
  background: url(images/slidecursor.png) -16px 0 no-repeat;
  display: block;
}
div#slidergallery ul.flex-direction-nav li a.flex-next:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
/* Testimonials
*******************************/
/* Video
*******************************/
/* Comments section
*******************************/
.hidecommentsection {
  display: none;
}
section.comments {
  width: 450px;
  float: left;
  text-align: center;
  font-family: brandon_grotesque_regularRg;
  font-size: 14px;
  line-height: 21px;
  color: #999999;
  /* Yuk! CSS Hack for IE6 3 pixel bug :( */
}
section.comments h3.commentstitle {
  color: #c594a2;
  font-size: 18px;
  text-transform: uppercase;
  font-family: brandon_grotesque_boldregular;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  cursor: pointer;
}
section.comments ol.commentlist {
  text-align: left;
  width: 400px;
}
section.comments ol.commentlist cite.fn {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-family: brandon_grotesque_boldregular;
  font-size: 12px;
  color: #999999;
}
section.comments ol.commentlist cite.fn a {
  color: #999999;
}
section.comments ol.commentlist cite.fn a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.comments ol.commentlist a.comment-edit-link {
  color: #999999;
}
section.comments ol.commentlist a.comment-edit-link:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.comments .scroll-pane {
  height: 270px;
  width: 430px;
}
section.comments .jspContainer {
  overflow: hidden;
  position: relative;
}
section.comments .jspPane {
  position: absolute;
}
section.comments .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
}
section.comments .jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}
section.comments .jspVerticalBar *,
section.comments .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
section.comments .jspCap {
  display: none;
}
section.comments .jspHorizontalBar .jspCap {
  float: left;
}
section.comments .jspTrack {
  background: url(images/scroll.png) 0 0 repeat-y;
  position: relative;
}
section.comments .jspDrag {
  background: #eaeae8;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
section.comments .jspHorizontalBar .jspTrack,
section.comments .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
section.comments .jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
section.comments .jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
section.comments .jspVerticalBar .jspArrow {
  height: 16px;
}
section.comments .jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
section.comments .jspVerticalBar .jspArrow:focus {
  outline: none;
}
section.comments .jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
section.comments * html .jspCorner {
  margin: 0 -3px 0 0;
}
section.respond {
  width: 450px;
  float: left;
  text-align: center;
}
section.respond h3.respondtitle {
  color: #c594a2;
  font-size: 18px;
  text-transform: uppercase;
  font-family: brandon_grotesque_boldregular;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  cursor: pointer;
}
section.respond p.error {
  text-align: center;
  font-size: 14px;
  font-family: brandon_grotesque_regularRg;
  color: #767676;
}
section.respond div.area1 {
  color: #767676;
  font-size: 14px;
  font-family: brandon_grotesque_regularRg;
}
section.respond div.area1 a {
  color: #767676;
}
section.respond div.area1 a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.respond div.area1 input[type="text"],
section.respond div.area1 input[type="email"],
section.respond div.area1 input[type="url"] {
  width: 425px;
  border: 1px solid #edd4db;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 18px;
  color: #999999;
  font-size: 14px;
  font-family: brandon_grotesque_regularRg;
  text-align: center;
}
section.respond div.area2 textarea {
  width: 425px;
  height: 80px;
  border: 1px solid #edd4db;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-size: 14px;
  font-family: brandon_grotesque_regularRg;
  text-align: center;
  resize: none;
  margin-bottom: 30px;
}
section.respond div.button input[type="submit"] {
  width: 65px;
  height: 28px;
  background-color: #eaeae8;
  color: #999999;
  font-family: brandon_grotesque_boldregular;
  font-size: 14px;
  text-transform: uppercase;
}
section.respond div.button input[type="submit"]:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
/* Press
*******************************/
section.press {
  margin-bottom: 25px;
}
section.press ul.pressperview li:nth-child(3n+3) {
  margin-right: 0px;
}
section.press ul.pressperview li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  margin-right: 15px;
  float: left;
}
section.press ul.pressperview li div.thetitlepress {
  width: 288px;
}
section.press ul.pressperview li figure {
  width: 278px;
  height: 176px;
  position: relative;
  overflow: hidden;
  border: 5px solid #ebedeb;
}
section.press ul.pressperview li figure img {
  width: 278px;
  height: 176px;
}
section.press ul.pressperview li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 278px;
  height: 176px;
}
section.press ul.pressperview li figure figcaption a {
  display: inline-block;
  width: 278px;
  height: 176px;
}
section.press ul.pressperview li figure figcaption a:hover {
  background: #866777;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
section.press ul.pressperview li div.thetitlepress {
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
section.press ul.pressperview li div.thetitlepress div.categoriesbox {
  color: #c494a1;
  font-size: 14px;
  font-family: brandon_grotesque_boldregular;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
}
section.press ul.pressperview li div.thetitlepress div.categoriesbox a {
  color: #c494a1;
}
section.press ul.pressperview li div.thetitlepress div.categoriesbox a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.press ul.pressperview li div.thetitlepress div.pressboxtit {
  color: #c594a2;
  font-size: 21px;
  font-family: brandon_grotesque_mediumRg;
  letter-spacing: 2px;
}
section.press ul.pressperview li div.thetitlepress div.pressboxtit a {
  color: #c594a2;
}
section.press ul.pressperview li div.thetitlepress div.pressboxtit a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.press ul.pressperview li div.thetitlepress div.pressboxlocation {
  color: #999999;
  font-size: 10px;
  font-family: brandon_grotesque_boldregular;
  letter-spacing: 1px;
  margin-top: 10px;
}
section.press div.presspaginate {
  color: #886779;
  text-transform: uppercase;
  font-size: 18px;
  font-family: brandon_grotesque_boldregular;
  margin-bottom: 60px;
  margin-top: 15px;
  text-align: center;
}
section.press div.presspaginate a {
  color: #886779;
}
section.press div.presspaginate a:nth-child(2) {
  border-left: 1px solid #a68d9b;
  padding-left: 20px;
  margin-left: 20px;
}
div.presspaginate {
  color: #886779;
  text-transform: uppercase;
  font-size: 18px;
  font-family: brandon_grotesque_boldregular;
  margin-bottom: 60px;
  margin-top: 15px;
  text-align: center;
}
div.presspaginate a {
  color: #886779;
}
div.presspaginate a:nth-child(2) {
  border-left: 1px solid #a68d9b;
  padding-left: 20px;
  margin-left: 20px;
}
/* Widgets
*******************************/
/**
 * Default DropKick theme

/***** Begin Theme, feel free to edit in here! ******/
/* One container to bind them... */
.dk_container {
  margin-top: -1px;
  font-family: brandon_grotesque_regularRg;
  font-size: 14px;
}
.dk_container:focus {
  outline: 0;
}
.dk_container a {
  cursor: pointer;
  text-decoration: none;
}
/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
 * Help: Arrow image not appearing
 * Try updating this property to your correct dk_arrows.png path
 */
  background-image: url('images/select.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 1px solid #eccfd7;
  color: #999999;
  padding: 1px 45px 1px 10px;
  text-shadow: #fff 1px 1px 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Applied when the dropdown is focused */
/* Applied whenever the dropdown is open */
.dk_open {
  /**
 * Help: Dropdown menu is covered by something
 * Try setting this value higher
 */
  z-index: 10;
}
.dk_open .dk_toggle {
  background-color: #ececec;
  color: #999999;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
/* The outer container of the options */
.dk_options {
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}
.dk_options a {
  background-color: #fff;
  font-weight: normal;
  padding: 4px 6px;
}
.dk_options a:hover,
.dk_option_current a {
  background-color: #866777;
  color: #fff;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}
/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #edd4db;
  border-bottom-width: 1px;
  border-bottom-color: #edd4db;
  color: #828282;
  max-height: 250px;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}
/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}
/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left;
  position: relative;
}
.dk_container a {
  outline: 0;
}
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.dk_open {
  position: relative;
}
.dk_open .dk_options {
  display: block;
}
.dk_open .dk_label {
  color: inherit;
}
.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block;
}
.dk_options_inner {
  overflow: auto;
  position: relative;
}
.dk_touch .dk_options {
  overflow: hidden;
}
.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}
.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}
/***** End Critical to the continued enjoyment of working dropdowns ******/
/* Contact page
*******************************/
section.contactpox {
  margin-bottom: 25px;
}
section.contactpox .tumbacontactbox {
  float: right;
  width: 308px;
  min-height: 260px;
  margin-top: 46px;
}
section.contactpox .tumbacontactbox img {
  border: 5px solid #ebedeb;
}
section.contactpox .tumbacontactbox .socbox {
  padding-top: 10px;
  color: #999999;
  font-family: brandon_grotesque_regularRg;
  font-size: 14px;
}
section.contactpox .tumbacontactbox .socbox span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: brandon_grotesque_regularRg;
}
section.contactpox .tumbacontactbox .socbox .fbcon,
section.contactpox .tumbacontactbox .socbox .twcon,
section.contactpox .tumbacontactbox .socbox .pincon,
section.contactpox .tumbacontactbox .socbox .goocon {
  float: left;
  display: inline-block;
  font-size: 14px;
  font-family: brandon_grotesque_regularRg;
  width: 134px;
  margin-top: 4px;
  margin-bottom: 3px;
  padding-left: 20px;
}
section.contactpox .tumbacontactbox .socbox .fbcon a,
section.contactpox .tumbacontactbox .socbox .twcon a,
section.contactpox .tumbacontactbox .socbox .pincon a,
section.contactpox .tumbacontactbox .socbox .goocon a {
  color: #999999;
}
section.contactpox .tumbacontactbox .socbox .fbcon a:hover,
section.contactpox .tumbacontactbox .socbox .twcon a:hover,
section.contactpox .tumbacontactbox .socbox .pincon a:hover,
section.contactpox .tumbacontactbox .socbox .goocon a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
section.contactpox .tumbacontactbox .socbox .fbcon {
  background: url(images/conic1.png) no-repeat left;
  min-height: 15px;
  margin-top: 10px;
}
section.contactpox .tumbacontactbox .socbox .twcon {
  background: url(images/conic2.png) no-repeat left;
  min-height: 15px;
  margin-top: 10px;
}
section.contactpox .tumbacontactbox .socbox .pincon {
  background: url(images/conic3.png) no-repeat left;
  min-height: 16px;
}
section.contactpox .tumbacontactbox .socbox .goocon {
  background: url(images/conic4.png) no-repeat left;
  min-height: 16px;
}
section.contactpox .formcontactbox {
  width: 560px;
  float: left;
}
section.contactpox .formcontactbox section.contact .wpcf7-response-output,
section.contactpox .formcontactbox section.contact p.success {
  position: relative;
  margin: 0;
  padding: 10px 0;
  border: none;
  font-family: brandon_grotesque_regularRg;
  font-size: 14px;
  color: #866777;
  text-align: center;
}
section.contactpox .formcontactbox section.contact .wpcf7-not-valid-tip {
  position: absolute;
  width: auto;
  height: 12px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  font: 12px/12px brandon_grotesque_regularRg;
  color: #bc2727;
}
section.contactpox .formcontactbox section.contact .leftboxform {
  float: left;
  width: 265px;
  margin-left: 3px;
}
section.contactpox .formcontactbox section.contact .leftboxform p.ta {
  margin-bottom: 18px;
}
section.contactpox .formcontactbox section.contact .leftboxform input {
  border: 1px solid #edd4db;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-family: brandon_grotesque_regularRg;
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 3px;
}
section.contactpox .formcontactbox section.contact .leftboxform select {
  width: 205px;
}
section.contactpox .formcontactbox section.contact .rightboxform {
  float: left;
  width: 265px;
  margin-left: 20px;
}
section.contactpox .formcontactbox section.contact .rightboxform p.ta {
  margin-bottom: 18px;
  height: 25px;
}
section.contactpox .formcontactbox section.contact .rightboxform input {
  border: 1px solid #edd4db;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-family: brandon_grotesque_regularRg;
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 245px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 3px;
}
section.contactpox .formcontactbox section.contact .rightboxform select {
  width: 210px;
}
section.contactpox .formcontactbox section.contact .contacttextareabox p.ta {
  margin-bottom: 11px;
  height: 100%;
}
section.contactpox .formcontactbox section.contact .contacttextareabox textarea {
  width: 536px;
  height: 81px;
  resize: none;
  border: 1px solid #edd4db;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-family: brandon_grotesque_regularRg;
  font-size: 14px;
  padding: 0;
  margin: 0;
  padding: 7px 9px 7px 9px;
}
section.contactpox .formcontactbox section.contact p.submit {
  text-align: right;
  padding-right: 2px;
}
section.contactpox .formcontactbox section.contact p.submit input[type="submit"] {
  width: 65px;
  height: 28px;
  background-color: #eaeae8;
  color: #999999;
  font-family: brandon_grotesque_boldregular;
  font-size: 14px;
  text-transform: uppercase;
}
section.contactpox .formcontactbox section.contact p.submit input[type="submit"]:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.praisestop {
  display: block;
  text-align: center;
  width: 100%;
  margin: 25px 0px 15px 0px;
  font: 14px/14px "brandon_grotesque_boldregular";
  letter-spacing: 1px;
}
.praisestop a {
  color: #c594a2;
  text-transform: uppercase;
}
.praisestop a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
@media (max-width: 1300px) {
  section#customblogresize {
    width: 900px;
    min-width: 900px;
  }
  section#customblogresize div.leftblogbox {
    width: 720px;
  }
  section#customblogresize div.leftblogbox img {
    max-width: 720px;
    height: auto;
  }
  section#customblogresize div.leftblogbox section.respond {
    width: 270px;
  }
  section#customblogresize div.leftblogbox section.respond input[type="text"],
  section#customblogresize div.leftblogbox section.respond input[type="email"],
  section#customblogresize div.leftblogbox section.respond input[type="url"],
  section#customblogresize div.leftblogbox section.respond textarea {
    width: 245px;
  }
  section.facebook-comments iframe {
    min-width: 720px;
    width: 720px;
  }
}
@media (max-width: 480px) {
  header#header-main {
    min-width: 320px;
  }
  div#slidergallery ul.slides {
    height: auto!important;
  }
  section#page404 {
    width: 250px;
    margin: 0 auto;
    min-height: auto;
    margin-bottom: 25px;
  }
  section#customblogresize {
    width: 320px;
    min-width: 320px;
  }
  section#customblogresize div.blogrightsidebar {
    float: none;
    width: 320px;
    margin: 0 auto;
  }
  section#customblogresize div.blogrightsidebar section.rightboxsidebar div.searcsidebox {
    margin: 0 auto;
    margin-bottom: 22px;
  }
  section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox {
    text-align: center;
  }
  section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox li.categories {
    padding: 0;
    margin: 0;
  }
  section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox li.categories ul {
    margin-left: 0px;
  }
  section#customblogresize div.blogrightsidebar section.rightboxsidebar div.categoriessidebox li.categories ul li {
    list-style: none;
  }
  section#customblogresize div.blogrightsidebar section.rightboxsidebar div.flo-archives {
    text-align: center;
  }
  section#customblogresize div.leftblogbox {
    float: none;
    width: 320px;
    margin: 0 auto;
  }
  section#customblogresize div.leftblogbox div#post article.post header.preview div.title {
    text-align: center;
  }
  section#customblogresize div.leftblogbox div#post article.post header.preview div.title h2 {
    float: none;
    font-size: 18px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  section#customblogresize div.leftblogbox div#post article.post header.preview div.title .categoriesbox {
    float: none;
    display: inline-block;
    font-size: 18px;
    margin: 0 auto;
  }
  section#customblogresize div.leftblogbox div#post article.post section.full {
    width: 292px;
    margin: 0 auto;
  }
  section#customblogresize div.leftblogbox div#post article.post section.full img {
    max-width: 292px;
    height: auto;
  }
  section#customblogresize div.leftblogbox div#post article.post section.full section.comments {
    width: 292px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section#customblogresize div.leftblogbox div#post article.post section.full section.comments .scroll-pane {
    width: 292px;
    margin: 0 auto;
  }
  section#customblogresize div.leftblogbox div#post article.post section.full section.comments .scroll-pane ol.commentlist {
    width: 280px;
  }
  section#customblogresize div.leftblogbox div#post article.post section.full div.polosactions section.actions div.commentsnumactions {
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  section#customblogresize div.leftblogbox div#post article.post section.full div.polosactions section.actions div.fbshareactions {
    float: none;
    text-align: center;
  }
  section#customblogresize div.leftblogbox div#post article.post section.full section.facebook-comments iframe {
    min-width: 292px;
    max-width: 292px!important;
    display: block;
    position: relative;
    width: 292px;
  }
  section#headmenubox {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 320px;
  }
  section#headmenubox nav#nav-main {
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  section#headmenubox nav#nav-main div.social {
    margin: 0;
    float: none;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #ebedeb;
    margin-top: 30px;
    padding-top: 8px;
    border-bottom: 1px solid #ebedeb;
    padding-bottom: 9px;
    margin-bottom: 28px;
    text-align: center;
  }
  section#headmenubox nav#nav-main div.social div.mobalign {
    width: 140px;
    margin: 0 auto;
  }
  section#headmenubox nav#nav-main ul#menu-header-menu {
    float: none;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }
  section#headmenubox nav#nav-main ul#menu-header-menu li {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    margin-top: 9px;
    padding-top: 14px;
    background: url(images/menuli.png) top center no-repeat;
  }
  section.homepagebox {
    margin-top: 0px;
    min-width: 320px;
  }
  section.homepagebox div.slidewrapper {
    border: none;
    width: 292px;
    margin: 0 auto;
  }
  section.homepagebox div.slidewrapper ul.slides li img {
    max-width: 292px;
    width: 292px;
    height: auto;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  section.homepagebox div.slidewrapper div.flexslider {
    height: auto;
  }
  section.homepagebox div.slidewrapper div.flexslider ul.slides {
    height: auto;
  }
  section.homepagebox div.slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(1) {
    margin-left: 7px;
    top: 45%;
  }
  section.homepagebox div.slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(1) a.flex-prev {
    background: url(images/mobslider.png) 0 0;
  }
  section.homepagebox div.slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(2) {
    margin-right: 7px;
    top: 45%;
  }
  section.homepagebox div.slidewrapper div.flexslider ul.flex-direction-nav li:nth-child(2) a.flex-next {
    background: url(images/mobslider.png) -16px 0;
  }
  div.homepagesecwrapper {
    min-width: 320px;
    width: 100%;
  }
  div.homepagesecwrapper div.abouthomebox {
    float: none;
    min-width: 320px;
    width: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebedeb;
    margin-bottom: 25px;
  }
  div.homepagesecwrapper div.abouthomebox div.textbox {
    width: 288px;
    margin: 0 auto;
  }
  div.homepagesecwrapper div.bloghomebox {
    float: none;
    width: auto;
    min-width: 320px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebedeb;
    margin-bottom: 25px;
  }
  div.homepagesecwrapper div.serviceshomebox {
    float: none;
    width: auto;
    min-width: 320px;
  }
  div.homepagesecwrapper div.serviceshomebox div.textbox {
    width: 288px;
    margin: 0 auto;
  }
  div#wrapper {
    min-width: 320px;
    width: auto;
  }
  section#aboutpage div.aboutimgbox {
    float: none;
    display: block;
    width: 279px;
    margin: 0 auto;
  }
  section#aboutpage div.boxchildab {
    padding: 0px 20px 0px 20px;
    width: 280px;
    margin: 0 auto;
    margin-top: 30px;
  }
  section#aboutpage div.boxchildab div.childabout:nth-child(2n) {
    margin-left: 0;
  }
  section#aboutpage div.boxchildab div.childabout {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  section#aboutpage div.boxchildab div.childabout img {
    display: block;
    float: none;
    margin: 0 0 20px 0;
  }
  section#aboutpage div.aboutcontentbox {
    width: 280px;
    margin: 0 auto;
    float: none;
    margin-bottom: 27px;
  }
  div.mobtitlewrapper {
    text-align: center;
    margin-top: 20px;
  }
  div.mobtitlewrapper div.mobtitle {
    display: inline-block;
    margin: 0 auto;
  }
  section.services header.page-title {
    float: none;
  }
  section.services header.page-title h2.a {
    margin-right: 0px;
  }
  section.services div.packegestitle {
    min-width: 320px;
  }
  section.services div.packagesintro {
    width: 288px;
    margin: 0 auto;
  }
  section.services ul.servicesboxcontent {
    width: 288px;
    margin: 0 auto;
  }
  section.services ul.servicesboxcontent li.blockservice {
    width: 288px;
    float: none;
  }
  section.services ul.servicesboxcontent .blockservice:first-child {
    width: 288px;
  }
  section.services ul.servicesboxcontent .blockservice:nth-child(even) {
    width: 288px;
    margin-right: 0px;
  }
  section.services div.menu-services-menu-container {
    float: none;
  }
  section.services div.menu-services-menu-container ul#menu-services-menu {
    text-align: center;
  }
  section.services div.menu-services-menu-container ul#menu-services-menu li {
    display: block;
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  section.contactpox div.formcontactbox {
    float: none;
    width: 320px;
    margin: 0 auto;
  }
  section.contactpox div.formcontactbox section.contact div.leftboxform {
    float: none;
    width: 294px;
    margin: 0 auto;
    margin-bottom: 18px;
  }
  section.contactpox div.formcontactbox section.contact div.leftboxform p.ta {
    height: 25px;
  }
  section.contactpox div.formcontactbox section.contact div.leftboxform p.ta input[type="text"],
  section.contactpox div.formcontactbox section.contact div.leftboxform p.ta input[type="email"] {
    width: 275px;
  }
  section.contactpox div.formcontactbox section.contact div.leftboxform p.ta .selectbox {
    width: 240px;
  }
  section.contactpox div.formcontactbox section.contact div.rightboxform {
    float: none;
    width: 294px;
    margin: 0 auto;
  }
  section.contactpox div.formcontactbox section.contact div.rightboxform p.ta {
    height: 25px;
  }
  section.contactpox div.formcontactbox section.contact div.rightboxform p.ta input[type="text"] {
    width: 275px;
  }
  section.contactpox div.formcontactbox section.contact div.rightboxform p.ta .selectbox2 {
    width: 240px;
  }
  section.contactpox div.formcontactbox section.contact div.contacttextareabox {
    float: none;
    width: 294px;
    margin: 0 auto;
  }
  section.contactpox div.formcontactbox section.contact div.contacttextareabox p.ta textarea {
    width: 278px;
  }
  section.contactpox div.formcontactbox section.contact p.submit {
    width: 294px;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
  }
  section.contactpox div.tumbacontactbox {
    width: 290px;
    float: none;
    margin: 0 auto;
    margin-top: 46px;
  }
  section.contactpox div.tumbacontactbox div.socbox {
    text-align: center;
    width: 320px;
  }
  section.contactpox div.tumbacontactbox div.socbox .fbcon,
  section.contactpox div.tumbacontactbox div.socbox .twcon,
  section.contactpox div.tumbacontactbox div.socbox .pincon,
  section.contactpox div.tumbacontactbox div.socbox .goocon {
    float: none;
    margin: 0 auto;
    margin-top: 16px;
    display: block;
  }
  section.contactpox div.tumbacontactbox img {
    width: 290px;
    height: auto;
  }
  section.praise div.praiseboxes {
    width: 288px;
    margin: 0 auto;
  }
  section#singlepress section.story {
    width: 288px;
    margin: 0 auto;
  }
  section.press {
    width: 320px;
    min-width: 320px;
    margin: 0 auto;
  }
  section.press ul.pressperview {
    width: 290px;
    margin: 0 auto;
  }
  section.press ul.pressperview li.blockpress {
    margin-right: 0px;
  }
  section#singlegallery {
    margin-bottom: 35px;
  }
  section#singlegallery div.mobthetitlepress {
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
  }
  section#singlegallery div.mobthetitlepress div.categoriesbox {
    color: #c494a1;
    font-size: 14px;
    font-family: brandon_grotesque_boldregular;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
  }
  section#singlegallery div.mobthetitlepress div.categoriesbox a {
    color: #c494a1;
  }
  section#singlegallery div.mobthetitlepress div.categoriesbox a:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  section#singlegallery div.mobthetitlepress div.pressboxtit {
    color: #c594a2;
    font-size: 21px;
    font-family: brandon_grotesque_mediumRg;
    letter-spacing: 2px;
  }
  section#singlegallery div.mobthetitlepress div.pressboxtit a {
    color: #c594a2;
  }
  section#singlegallery div.mobthetitlepress div.pressboxtit a:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  section#singlegallery div.mobthetitlepress div.pressboxlocation {
    color: #999999;
    font-size: 10px;
    font-family: brandon_grotesque_boldregular;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  section#singlegallery .galleryback {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  section#singlegallery .singlegallerydivider {
    min-width: 320px;
  }
  section#singlegallery div.singlegallerydivider {
    display: none;
  }
  section#singlegallery .singlegallerywrapper {
    width: 320px;
    min-width: 320px;
    margin: 0 auto;
  }
  section#singlegallery .singlegallerywrapper div.thetitlepress {
    display: none;
  }
  section#singlegallery .singlegallerywrapper div.mobthetitlepress {
    display: block;
  }
  section#singlegallery .singlegallerywrapper div#carouselgallery {
    width: 170px;
    height: auto;
    margin: 0 auto;
  }
  section#singlegallery .singlegallerywrapper div#slidergallery {
    width: 278px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 28px;
  }
  section#singlegallery .singlegallerywrapper div#slidergallery img {
    width: 278px;
    height: auto;
  }
  div#content-main section.singleservices {
    min-width: 320px;
  }
  div#content-main section.singleservices section.story {
    width: 288px;
    margin: 0 auto;
  }
  div#content-main section.singleservices div.mobtitlewrapper div.mobtitle header.page-title h2.a {
    max-width: 288px;
    margin: 0 auto;
    line-height: 25px;
  }
  footer#footer-main {
    min-width: 320px;
  }
  div#slidergallery ul.flex-direction-nav li a.flex-prev {
    margin-left: 5px;
    background: url(images/mobslider.png) 0 0;
  }
  div#slidergallery ul.flex-direction-nav li a.flex-next {
    margin-right: 5px;
    background: url(images/mobslider.png) -16px 0;
  }
  section#singlepress div.galleryback {
    clear: both;
    text-align: center;
    float: none;
    margin: 5px 0px 10px 0px;
  }
  section#singlepress div.mobtitlewrapper {
    display: block;
    float: none;
  }
  section#customblogresize div.blogrightsidebar section.rightboxsidebar div.flo-archives div.months div.year-months {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }
  section#customblogresize div.blogrightsidebar section.rightboxsidebar div.flo-archives div.months div.year-months div.monthitem {
    margin-left: 0px;
  }
}
