@font-face {
  font-family: 'Shipleyroughsc';
  src: url('../fonts/shiprs-webfont.eot');
}
@font-face {
  font-family: 'Shipleyroughsc';
  src: url('../fonts/shiprs-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/shiprs-webfont.woff') format('woff'), url('../fonts/shiprs-webfont.ttf') format('truetype'), url('../fonts/shiprs-webfont.svg#shipleyroughsc') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Shipleyroughitalicalt';
  src: url('../fonts/shiprs-webfont.eot');
}
@font-face {
  font-family: 'Shipleyroughitalicalt';
  src: url('../fonts/shipria-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/shipria-webfont.woff') format('woff'), url('../fonts/shipria-webfont.ttf') format('truetype'), url('../fonts/shipria-webfont.svg#shipleyroughitalicalt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ShonarBangla';
  src: url('../fonts/shonar-webfont.eot');
}
@font-face {
  font-family: 'ShonarBangla';
  src: url('../fonts/shonar-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/shonar-webfont.woff') format('woff'), url('../fonts/shonar-webfont.ttf') format('truetype'), url('../fonts/shonar-webfont.svg#shonarbangla') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/intro-webfont.eot');
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/intro-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/intro-webfont.woff') format('woff'), url('../fonts/intro-webfont.ttf') format('truetype'), url('../fonts/intro-webfont.svg#intro') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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%;
}
@font-face {
  font-family: 'Shipleyroughsc';
  src: url('../fonts/shiprs-webfont.eot');
}
@font-face {
  font-family: 'Shipleyroughsc';
  src: url('../fonts/shiprs-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/shiprs-webfont.woff') format('woff'), url('../fonts/shiprs-webfont.ttf') format('truetype'), url('../fonts/shiprs-webfont.svg#shipleyroughsc') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Shipleyroughitalicalt';
  src: url('../fonts/shiprs-webfont.eot');
}
@font-face {
  font-family: 'Shipleyroughitalicalt';
  src: url('../fonts/shipria-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/shipria-webfont.woff') format('woff'), url('../fonts/shipria-webfont.ttf') format('truetype'), url('../fonts/shipria-webfont.svg#shipleyroughitalicalt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ShonarBangla';
  src: url('../fonts/shonar-webfont.eot');
}
@font-face {
  font-family: 'ShonarBangla';
  src: url('../fonts/shonar-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/shonar-webfont.woff') format('woff'), url('../fonts/shonar-webfont.ttf') format('truetype'), url('../fonts/shonar-webfont.svg#shonarbangla') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/intro-webfont.eot');
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/intro-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/intro-webfont.woff') format('woff'), url('../fonts/intro-webfont.ttf') format('truetype'), url('../fonts/intro-webfont.svg#intro') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}
/* Wrappers
*******************************/
#wrapper {
  max-width: 900px;
  width: 90%;
  min-width: 320px;
  margin: 0 auto;
}
/* Header
*******************************/
#header-main {
  background: url("../img/header-bg.jpg") center top no-repeat;
  padding-top: 182px;
}
#header-main #wrapper {
  position: relative;
}
#header-main #wrapper h1 {
  position: absolute;
  left: 50%;
  margin-left: -105px;
  top: -145px;
  background: url("../img/logo.png") center center no-repeat;
}
#header-main #wrapper h1 a {
  width: 209px;
  height: 97px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}
#header-main #wrapper #nav-main {
  background: url("../img/menu-bg.png") center top no-repeat;
}
#header-main #wrapper #nav-main li {
  float: left;
  padding-left: 33px;
  margin-left: 31px;
  background: url("../img/menu-dev.png") left center no-repeat;
  position: relative;
}
#header-main #wrapper #nav-main li:first-child {
  background: none;
  margin-left: 0;
}
#header-main #wrapper #nav-main li a {
  font-family: Shipleyroughsc, Arial, sans-serif;
  font-size: 10px;
  color: #333232;
  letter-spacing: 2px;
  line-height: 60px;
  display: block;
  text-transform: uppercase;
}
#header-main #wrapper #nav-main li a:hover {
  color: #bfaf8a;
}
#header-main #wrapper #nav-main li ul {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -80px;
  width: 200px;
  z-index: 99999;
  display: none;
}
#header-main #wrapper #nav-main li ul li {
  display: block;
  padding: 5px;
  background: none;
  background-color: #fff;
  text-align: center;
  float: none;
  margin: 0;
}
#header-main #wrapper #nav-main li ul li a {
  font-family: Shipleyroughsc, Arial, sans-serif;
  font-size: 10px;
  color: #a89467;
  text-transform: uppercase;
  line-height: 16px;
}
#header-main #wrapper #nav-main li ul li a:hover {
  color: #333232;
}
#header-main #wrapper #nav-main li ul li:first-child {
  background-color: #fff;
}
#header-main #wrapper #nav-main li:hover ul {
  display: block;
}
#header-main #wrapper #nav-main .menu {
  width: 730px;
  float: left;
}
#header-main .social {
  float: right;
  width: 160px;
  position: relative;
}
#header-main .social a {
  display: block;
  float: right;
  height: 19px;
  margin: 20px 0;
  width: 20px;
  margin-right: 10px;
  background: url("../img/sicons.png") 0 0 no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
#header-main .social a:hover {
  background-position: 0 -20px;
}
#header-main .social a.facebook {
  width: 7px;
}
#header-main .social a.twitter {
  width: 17px;
  background-position: -20px 0;
}
#header-main .social a.twitter:hover {
  background-position: -20px -20px;
}
#header-main .social a.tumblr {
  width: 9px;
  background-position: -40px 0;
}
#header-main .social a.tumblr:hover {
  background-position: -40px -20px;
}
#header-main .social a.pin {
  width: 12px;
  background-position: -60px 0;
}
#header-main .social a.pin:hover {
  background-position: -60px -20px;
}
#header-main .social a.gplus {
  width: 15px;
  background-position: -80px 0;
}
#header-main .social a.gplus:hover {
  background-position: -80px -20px;
}
#header-main .social a.rss {
  width: 12px;
  background-position: -100px 0;
}
#header-main .social a.rss:hover {
  background-position: -100px -20px;
}
#header-main .social a.search {
  width: 13px;
  background-position: -120px 0;
}
#header-main .social a.search:hover {
  background-position: -120px -20px;
}
#header-main .social .search-container {
  display: none;
  position: absolute;
  right: 10px;
  bottom: -30px;
}
#header-main .social .search-container #s {
  background-color: #f3f2ef;
  text-align: center;
  border: 0;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #d8d2c4;
}
#header-main .social .search-container #searchsubmit {
  display: none;
}
#header-main .social-mobile {
  display: none;
  float: right;
  width: 160px;
  position: relative;
}
#header-main .social-mobile a {
  display: block;
  float: right;
  height: 19px;
  margin: 20px 0;
  width: 20px;
  margin-right: 10px;
  background: url("../img/sicons.png") 0 0 no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
#header-main .social-mobile a:hover {
  background-position: 0 -20px;
}
#header-main .social-mobile a.facebook {
  width: 7px;
}
#header-main .social-mobile a.twitter {
  width: 17px;
  background-position: -20px 0;
}
#header-main .social-mobile a.twitter:hover {
  background-position: -20px -20px;
}
#header-main .social-mobile a.tumblr {
  width: 9px;
  background-position: -40px 0;
}
#header-main .social-mobile a.tumblr:hover {
  background-position: -40px -20px;
}
#header-main .social-mobile a.pin {
  width: 12px;
  background-position: -60px 0;
}
#header-main .social-mobile a.pin:hover {
  background-position: -60px -20px;
}
#header-main .social-mobile a.gplus {
  width: 15px;
  background-position: -80px 0;
}
#header-main .social-mobile a.gplus:hover {
  background-position: -80px -20px;
}
#header-main .social-mobile a.rss {
  width: 12px;
  background-position: -100px 0;
}
#header-main .social-mobile a.rss:hover {
  background-position: -100px -20px;
}
#header-main .social-mobile a.search {
  width: 13px;
  background-position: -120px 0;
}
#header-main .social-mobile a.search:hover {
  background-position: -120px -20px;
}
#header-main .social-mobile .search-container {
  display: none;
  position: absolute;
  right: 10px;
  bottom: -30px;
}
#header-main .social-mobile .search-container #s {
  background-color: #f3f2ef;
  text-align: center;
  border: 0;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #d8d2c4;
}
#header-main .social-mobile .search-container #searchsubmit {
  display: none;
}
/* Content
*******************************/
/* Layouts
*******************************/
/* Footer
*******************************/
#footer-main {
  padding: 40px 0;
}
#footer-main p {
  text-align: center;
  font-family: ShonarBangla, Arial, sans-serif;
  font-size: 13px;
  color: #333232;
  text-transform: none;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
#footer-main p a {
  color: #333232;
}
#footer-main p a:hover {
  color: #bfaf8a;
}
/* Homepage
*******************************/
#homepage {
  position: relative;
}
#homepage .flexslider {
  margin-top: 30px;
  padding-bottom: 30px;
  background: url("../img/slider-border.png") left bottom repeat-x;
  position: relative;
  z-index: 10;
}
#homepage .flexslider .flex-control-nav {
  text-align: center;
  margin: 30px auto 0;
}
#homepage .flexslider .flex-control-nav li {
  display: inline-block;
  padding: 0 10px;
}
#homepage .flexslider .flex-control-nav li a {
  display: block;
  height: 10px;
  width: 10px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/slider-pages.png") 3px center no-repeat;
}
#homepage .flexslider .flex-control-nav li a.flex-active,
#homepage .flexslider .flex-control-nav li a:hover {
  background-position: -24px center;
}
#homepage .flexslider .flex-prev,
#homepage .flexslider .flex-next {
  position: absolute;
  bottom: 35px;
  left: 10px;
  width: 19px;
  height: 10px;
  background: url("../img/slider-arrs.png") 0 center no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
#homepage .flexslider .flex-prev:hover,
#homepage .flexslider .flex-next:hover {
  background-position: -40px;
}
#homepage .flexslider .flex-next {
  left: auto;
  right: 10px;
  background-position: -20px;
}
#homepage .flexslider .flex-next:hover {
  background-position: -60px;
}
#homepage .galleries {
  padding: 30px 0 60px 0px;
  background: url("../img/slider-border.png") left bottom repeat-x;
  position: relative;
  z-index: 10;
  float: right;
  width: 632px;
  height: 131px;
}
#homepage .galleries .galleries-links div {
  float: left;
  margin-left: 22px;
  position: relative;
  width: 192px;
}
#homepage .galleries .galleries-links div:first-child {
  margin-left: 0;
}
#homepage .galleries .galleries-links div a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#homepage .galleries .galleries-links div a.cat-engagements {
  background: url("../img/home-category-mask-1.png") center center no-repeat;
}
#homepage .galleries .galleries-links div a.cat-lifestyle {
  background: url("../img/home-category-mask-2.png") center center no-repeat;
}
#homepage .galleries .galleries-links div a.cat-weddings {
  background: url("../img/home-category-mask-3.png") center center no-repeat;
}
#homepage .galleries .galleries-links div a:hover {
  background: none;
}
#homepage .galleries .galleries-links div img {
  border: 1px solid #f7e8e4;
  max-width: 100%;
  height: auto;
}
#homepage .galleries .galleries-links div div {
  margin-left: 0;
  float: none;
  clear: left;
  text-align: center;
}
#homepage .galleries .galleries-links div div a {
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
  line-height: 30px;
  font-style: italic;
}
#homepage .galleries .galleries-links div div a:hover {
  color: #bfaf8a;
}
#homepage .galleries .gallery-1 {
  background: url("../img/home-category-mask-1.png") 0 0 no-repeat;
}
#homepage .galleries .gallery-2 {
  background: url("../img/home-category-mask-2.png") 0 0 no-repeat;
}
#homepage .galleries .gallery-3 {
  background: url("../img/home-category-mask-3.png") 0 0 no-repeat;
}
#homepage .lace {
  position: absolute;
  bottom: 5px;
  left: -85px;
  background: url("../img/lace.jpg") 0 0 no-repeat;
  width: 573px;
  height: 304px;
  z-index: 0;
  display: block;
}
#homepage .welcome {
  background: url("../img/welcome-bg.png") 0 0 no-repeat;
  width: 231px;
  height: 218px;
  padding: 45px 20px 0 90px;
  position: absolute;
  bottom: 74px;
  z-index: 11;
  right: 0;
  overflow: hidden;
}
#homepage .welcome h2 {
  font-weight: bold;
}
#homepage .welcome h3 {
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 16px;
  color: #333232;
  text-transform: none;
}
#homepage .welcome p {
  font-family: ShonarBangla, Arial, sans-serif;
  font-size: 13px;
  color: #333232;
  line-height: 18px;
  letter-spacing: 1.5px;
}
/* Blog
*******************************/
.post {
  margin-top: 35px;
  font-family: ShonarBangla, Arial, sans-serif;
  font-size: 13px;
  color: #333232;
  letter-spacing: 1.5px;
}
.post a {
  color: #333232;
}
.post a:hover {
  color: #bfaf8a;
}
.post .preview {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url("../img/slider-border.png") left bottom repeat-x;
}
.post .preview .title h2 {
  text-align: center;
  margin-bottom: 10px;
}
.post .preview .title h2 a {
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 24px;
  color: #bfaf8a;
  text-transform: none;
  letter-spacing: 2px;
}
.post .preview .title .meta {
  text-align: center;
  margin-bottom: 30px;
}
.post .preview figure img {
  max-width: 100%;
  height: auto;
}
.post .full {
  padding-bottom: 35px;
  background: url("../img/slider-border.png") left bottom repeat-x;
}
.post .full img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.post .full .story a {
  margin-top: 0;
  margin-bottom: 0;
}
.post .full .story > div {
  padding: 0;
}
.post .flexslider {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}
.post .flexslider .flex-prev,
.post .flexslider .flex-next {
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 19px;
  height: 10px;
  background: url("../img/slider-arrs.png") 0 center no-repeat;
  text-indent: -999px;
  overflow: hidden;
  z-index: 10;
}
.post .flexslider .flex-prev:hover,
.post .flexslider .flex-next:hover {
  background-position: -40px;
}
.post .flexslider .flex-next {
  left: auto;
  right: 10px;
  background-position: -20px;
}
.post .flexslider .flex-next:hover {
  background-position: -60px;
}
.post .actions {
  height: 66px;
  background: url("../img/slider-border.png") left bottom repeat-x;
  position: relative;
}
.post .actions h3 {
  line-height: 66px;
  float: left;
  max-width: 320px;
  font-family: Intro, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
}
.post .actions .share {
  float: right;
}
.post .actions .share span {
  display: block;
  float: right;
  margin-right: 10px;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 60px;
}
.post .actions .share a {
  display: block;
  float: right;
  height: 19px;
  margin: 20px 0;
  width: 20px;
  margin-right: 10px;
  background: url("../img/sicons.png") 0 0 no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
.post .actions .share a:hover {
  background-position: 0 -20px;
}
.post .actions .share a.facebook {
  width: 7px;
}
.post .actions .share a.twitter {
  width: 17px;
  background-position: -20px 0;
}
.post .actions .share a.twitter:hover {
  background-position: -20px -20px;
}
.post .actions .share a.tumblr {
  width: 9px;
  background-position: -40px 0;
}
.post .actions .share a.tumblr:hover {
  background-position: -40px -20px;
}
.post .actions .share a.pin {
  width: 12px;
  background-position: -60px 0;
}
.post .actions .share a.pin:hover {
  background-position: -60px -20px;
}
.post .actions .share a.gplus {
  width: 15px;
  background-position: -80px 0;
}
.post .actions .share a.gplus:hover {
  background-position: -80px -20px;
}
.post .actions .share a.rss {
  width: 12px;
  background-position: -100px 0;
}
.post .actions .share a.rss:hover {
  background-position: -100px -20px;
}
.post .actions .share a.search {
  width: 13px;
  background-position: -120px 0;
}
.post .actions .share a.search:hover {
  background-position: -120px -20px;
}
.post .actions .lace {
  position: absolute;
  bottom: -80px;
  left: -135px;
  background: url("../img/post-bg.png") 0 0 no-repeat;
  width: 573px;
  height: 304px;
  z-index: -1;
}
.post .link-to-top {
  height: 33px;
  background: url("../img/slider-border.png") left bottom repeat-x;
  padding: 35px 10px;
  margin-bottom: 35px;
}
.post .link-to-top a {
  float: right;
  display: block;
  height: 33px;
  line-height: 33px;
  font-family: Intro, Arial, sans-serif;
  font-size: 11px;
  color: #333232;
  letter-spacing: 2px;
  padding: 0 8px 0 34px;
  background: url("../img/to-top-bg.jpg") 15px center no-repeat;
  background-color: #f3f2ef;
}
.post .link-to-top a:hover {
  color: #999;
}
.post .comments {
  float: left;
  width: 464px;
}
.post .comments .comment-author {
  float: left;
  width: 86px;
}
.post .comments .comment-author img {
  border: 1px solid #bfaf8a;
  margin: 0 20px 20px 0;
}
.post .comments .comment-body {
  float: left;
  width: 360px;
}
.post .comments h3 {
  font-family: Intro, Arial, sans-serif;
  font-size: 22px;
  color: #bfaf8a;
  text-align: center;
}
.post .comments .commentlist {
  height: 270px;
  overflow: auto;
}
.post .respond {
  float: right;
  width: 410px;
}
.post .respond input,
.post .respond textarea {
  width: 395px;
  margin-bottom: 18px;
  background: url("../img/respond-bg.png") 0 0 no-repeat;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.post .respond input.submit,
.post .respond textarea.submit {
  background: none;
  font-family: Intro, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
}
.post .respond textarea {
  height: 85px;
  background: url("../img/respond-bg.png") 0 -120px no-repeat;
}
.post .respond p {
  margin: 0;
}
.post .respond p.cancel-comment-reply {
  margin-bottom: 10px;
}
.post .respond h3 {
  font-family: Intro, Arial, sans-serif;
  font-size: 22px;
  color: #bfaf8a;
  text-align: center;
}
.post .toggle {
  visibility: hidden;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  display: none;
}
.post .pinit-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}
.post .pinit-wrapper .rolling-pin {
  background: url("../img/pinit-btn.png") 0 0 no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 49px;
  height: 27px;
  text-indent: -999px;
  overflow: hidden;
}
.single-post .post .full {
  display: block;
}
/* Simple Page
*******************************/
/* Error Page
*******************************/
#page404 {
  padding-bottom: 150px;
}
#page404 .page-title {
  margin-top: 170px;
  margin-bottom: 30px;
}
#page404 .page-title h2 {
  font-family: Intro, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
  letter-spacing: 2px;
  text-align: center;
}
#page404 p {
  font-family: ShonarBangla, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
#page404 p a {
  color: #bfaf8a;
}
#page404 p a:hover {
  color: #333232;
}
/* Galleries
*******************************/
.galleries-list {
  padding: 10px 0;
}
.galleries-list .gallery-item {
  margin-left: 18px;
  float: left;
  width: 288px;
}
.galleries-list .gallery-item:first-child {
  margin-left: 0;
}
.galleries-list .gallery-item .gallery-thumb {
  display: block;
  position: relative;
}
.galleries-list .gallery-item .gallery-thumb:before {
  content: " ";
  position: absolute;
  top: -4px;
  left: -4px;
  height: 5px;
  width: 295px;
  background: url("../img/gallery-cat-frame.png") center top no-repeat;
}
.galleries-list .gallery-item .gallery-thumb:after {
  content: " ";
  position: absolute;
  bottom: -4px;
  left: -4px;
  height: 5px;
  width: 295px;
  background: url("../img/gallery-cat-frame.png") center bottom no-repeat;
}
.galleries-list .gallery-item h3 {
  text-align: center;
  padding: 25px 0;
}
.galleries-list .gallery-item h3 a {
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
  text-transform: none;
}
.galleries-list .gallery-item h3 a:hover {
  color: #bfaf8a;
}
.galleries-list .gallery-item:hover a {
  color: #bfaf8a;
}
.galleries-list .gallery-item img {
  max-width: 100%;
  height: auto;
}
.single-gallery .content {
  padding-bottom: 45px;
  background: url("../img/slider-border.png") left bottom repeat-x;
}
.single-gallery .gallery {
  margin-top: 35px;
}
.single-gallery .gallery #slider {
  padding-bottom: 75px;
}
.single-gallery .gallery #slider .flex-prev,
.single-gallery .gallery #slider .flex-next {
  position: absolute;
  bottom: 30px;
  left: 300px;
  width: 19px;
  height: 10px;
  background: url("../img/slider-arrs.png") 0 center no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
.single-gallery .gallery #slider .flex-prev:hover,
.single-gallery .gallery #slider .flex-next:hover {
  background-position: -40px;
}
.single-gallery .gallery #slider .flex-next {
  left: auto;
  right: 300px;
  background-position: -20px;
}
.single-gallery .gallery #slider .flex-next:hover {
  background-position: -60px;
}
.single-gallery .gallery #slider .lace {
  position: absolute;
  width: 573px;
  height: 304px;
  bottom: -72px;
  left: -87px;
  background: url("../img/gallery-bg.png") 0 0 no-repeat;
  z-index: -1;
}
.single-gallery .gallery #slider .close-thumbs {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-family: Shipleyroughsc, Arial, sans-serif;
  font-size: 10px;
  color: #333232;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-gallery .gallery #slider .close-thumbs:hover {
  color: #bfaf8a;
}
.single-gallery .gallery #carousel li {
  margin-right: 17px;
  cursor: pointer;
}
.single-gallery .gallery #carousel .flex-prev,
.single-gallery .gallery #carousel .flex-next {
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 19px;
  height: 10px;
  background: url("../img/slider-arrs.png") 0 center no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
.single-gallery .gallery #carousel .flex-prev:hover,
.single-gallery .gallery #carousel .flex-next:hover {
  background-position: -40px;
}
.single-gallery .gallery #carousel .flex-next {
  left: auto;
  right: 0px;
  background-position: -20px;
}
.single-gallery .gallery #carousel .flex-next:hover {
  background-position: -60px;
}
.single-gallery .gallery-back {
  margin-top: 50px;
  height: 30px;
}
.single-gallery .gallery-back a {
  display: block;
  float: right;
  background: url("../img/slider-border.png") left bottom repeat-x;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
  height: 30px;
}
.single-gallery .gallery-back a:hover {
  color: #bfaf8a;
}
/* About
*******************************/
section.about {
  background: url("../img/about-text-bg.png") left top no-repeat;
  margin-top: 50px;
}
section.about .page-title {
  float: left;
  width: 470px;
}
section.about .page-title h2 {
  padding-left: 80px;
  float: left;
}
section.about .story {
  float: left;
  width: 470px;
  padding-left: 80px;
  font-family: ShonarBangla, Arial, sans-serif;
  font-size: 13px;
  color: #333232;
  letter-spacing: 1.5px;
  line-height: 21px;
}
section.about figure {
  float: right;
  width: 280px;
  padding-top: 37px;
  background: url("../img/about-photo-bg.png") left top no-repeat;
  width: 281px;
  height: 377px;
  position: relative;
  text-align: center;
}
section.about figure img {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
section.about figure:before {
  position: absolute;
  display: block;
  width: 349px;
  height: 76px;
  top: 0;
  left: -40px;
  background: url(../img/overlap-before.png) top left no-repeat;
  content: "";
  z-index: 2;
}
section.about figure:after {
  position: absolute;
  display: block;
  width: 349px;
  height: 74px;
  bottom: 40px;
  left: -40px;
  background: url(../img/overlap-after.png) top left no-repeat;
  content: "";
}
section.about .about-bottom {
  height: 5px;
  background: url("../img/menu-bg.png") left bottom no-repeat;
  margin-top: 35px;
}
section.about .things-container {
  margin-top: 70px;
}
section.about .things-container.empty-things-container {
  background: url("../img/things-container-bg.png") center center no-repeat;
}
section.about .things-container .thing {
  float: left;
  width: 251px;
  height: 283px;
  background: url("../img/things-bg.png") left top no-repeat;
  text-align: center;
  padding-top: 20px;
  margin-left: 72px;
}
section.about .things-container .thing:first-child {
  margin-left: 0;
}
section.about .things-container .thing .thing-image {
  margin-left: 15px;
  position: relative;
  width: 220px;
  height: 221px;
}
section.about .things-container .thing .thing-image span {
  position: absolute;
  width: 220px;
  height: 221px;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 1px 1px 4px 1px #D5D0C7;
  box-shadow: inset 1px 1px 4px 1px #D5D0C7;
}
section.about .things-container .thing .thing-title {
  background: url("../img/heart.png") center center no-repeat;
  font-family: Shipleyroughsc, Arial, sans-serif;
  font-size: 13px;
  color: #726b5a;
  letter-spacing: 1.5px;
  margin-top: 10px;
  min-height: 31px;
  padding: 0 10px;
}
section.about .things-container .thing .thing-title span {
  vertical-align: middle;
  text-align: center;
  height: 30px;
  width: 230px;
  display: none;
}
section.about .things-container .thing:hover .thing-title {
  background: none;
}
section.about .things-container .thing:hover .thing-title span {
  display: table-cell;
}
section.about .things-container .thing.left2 {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
section.about .things-container .thing.left3 {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
section.about .things-container .thing.left4 {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
section.about .things-container .thing.left5 {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
section.about .things-container .thing.left6 {
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
section.about .things-container .thing.right2 {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
}
section.about .things-container .thing.right3 {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  transform: rotate(3deg);
}
section.about .things-container .thing.right4 {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
}
section.about .things-container .thing.right5 {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
}
section.about .things-container .thing.right6 {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
}
section.about .things-container .thing.thing-empty {
  background: none;
}
/* Contact
*******************************/
section.contact {
  font-family: ShonarBangla, Arial, sans-serif;
  font-size: 13px;
  color: #333232;
  letter-spacing: 1.5px;
  padding-bottom: 35px;
  background: url("../img/slider-border.png") left bottom repeat-x;
}
section.contact .success {
  font-size: 25px;
}
section.contact .contact-left {
  float: left;
  width: 411px;
}
section.contact .contact-left .text {
  margin-top: 30px;
  line-height: 21px;
}
section.contact .contact-right {
  float: right;
  width: 411px;
}
section.contact .contact-right .text {
  display: none;
}
section.contact form p {
  margin-bottom: 17px;
}
section.contact input,
section.contact textarea {
  width: 401px;
  height: 20px;
  border: 0;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  background: url("../img/contact-form-bg.png") 0 0 no-repeat;
  text-align: center;
}
section.contact input#contact-form-surename,
section.contact textarea#contact-form-surename {
  background-position: 0 -40px;
}
section.contact input#contact-form-location,
section.contact textarea#contact-form-location {
  background-position: 0 -40px;
}
section.contact input#contact-form-fiance,
section.contact textarea#contact-form-fiance {
  background-position: 0 -80px;
}
section.contact input#contact-form-budget,
section.contact textarea#contact-form-budget {
  background-position: 0 -80px;
}
section.contact input#contact-form-email,
section.contact textarea#contact-form-email {
  background-position: 0 -120px;
}
section.contact input#contact-form-how,
section.contact textarea#contact-form-how {
  background-position: 0 -120px;
}
section.contact input#contact-form-phone,
section.contact textarea#contact-form-phone {
  background-position: 0 -160px;
}
section.contact input#contact-form-type,
section.contact textarea#contact-form-type {
  background-position: 0 -160px;
}
section.contact input#contact-form-time,
section.contact textarea#contact-form-time {
  background-position: 0 -200px;
}
section.contact input#contact-form-style,
section.contact textarea#contact-form-style {
  background-position: 0 -200px;
}
section.contact textarea {
  height: 88px;
  background-position: 0 -240px;
  margin-top: 20px;
}
section.contact .submit input {
  background: none;
  font-family: Intro, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
}
section.contact .story {
  font-family: ShonarBangla, Arial, sans-serif;
  font-size: 13px;
  color: #333232;
  letter-spacing: 1.5px;
  -moz-column-count: 2;
  -moz-column-gap: 80px;
  -webkit-column-count: 2;
  -webkit-column-gap: 80px;
  column-count: 2;
  column-gap: 80px;
}
/* Client login
*******************************/
.client-login-page {
  text-align: center;
  padding: 100px 0;
}
.client-login-page h2 {
  text-align: center;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 16px;
  color: #333232;
  letter-spacing: 0.3px;
  text-transform: none;
}
.client-login-page .story div input {
  background-color: #f3f2ef;
  width: 295px;
  text-align: center;
  color: #666;
  font-size: 12px;
  font-family: Arial;
}
.client-login-page .story div input.protected-post-submit {
  background: none;
  margin-top: 30px;
  font-family: Intro, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
}
.client-login-page .story div input.protected-post-submit:hover {
  color: #666;
}
.client-login-page .story .error {
  text-align: center;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #ff0000;
}
/* Press
*******************************/
/* Widgets
*******************************/
.page-title {
  margin-top: 40px;
}
.page-title h2 {
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 16px;
  color: #333232;
  text-transform: none;
}
ul.page-numbers {
  margin-top: 35px;
  padding-bottom: 35px;
  position: relative;
  background: url("../img/slider-border.png") left bottom repeat-x;
  text-transform: uppercase;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
}
ul.page-numbers a,
ul.page-numbers span {
  display: block;
  padding: 0 3px;
  font-family: Intro, Arial, sans-serif;
  font-size: 14px;
  color: #bfaf8a;
}
ul.page-numbers a.current,
ul.page-numbers span.current,
ul.page-numbers a:hover,
ul.page-numbers span:hover {
  color: #333232;
}
ul.page-numbers .prev,
ul.page-numbers .next {
  position: absolute;
  top: 0;
  background: url("../img/slider-arrs.png") 0 center no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
ul.page-numbers .prev:hover,
ul.page-numbers .next:hover {
  background-position: -40px;
}
ul.page-numbers .prev {
  left: 50px;
  padding-left: 15px;
}
ul.page-numbers .next {
  right: 50px;
  padding-right: 15px;
  background-position: -20px;
}
ul.page-numbers .next:hover {
  background-position: -60px;
}
ul.page-numbers .prev.prev-inactive,
ul.page-numbers .next.next-inactive {
  display: none;
}
ul.page-numbers .pages {
  text-align: center;
}
ul.page-numbers .pages span,
ul.page-numbers .pages a {
  display: inline-block;
  margin: 0 1px;
  text-align: center;
}
ul.page-numbers .pages a.active {
  color: #fed675;
}
#blog-sneak-peak {
  float: left;
  width: 680px;
  min-height: 453px;
  margin-top: 30px;
  position: relative;
}
#blog-sneak-peak .cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  background: url("../img/blog-sneak-peek-cover.png") center top no-repeat;
  z-index: 100;
  width: auto;
  height: 51px;
}
.featured-posts {
  float: right;
  margin-top: 30px;
  position: relative;
  width: 209px;
}
.featured-posts:after {
  position: absolute;
  content: " ";
  left: 0;
  top: 10px;
  background: url("../img/featured-posts-cover.png") left top no-repeat;
  z-index: 100;
  width: 208px;
  height: 31px;
  margin-top: 0;
}
.featured-posts > div {
  position: relative;
  margin-top: 19px;
  width: 208px;
  overflow: hidden;
  float: left;
}
.featured-posts > div a {
  background: url("../img/featured-post-mask.png") left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 208px;
  height: 138px;
}
.featured-posts > div a:hover {
  background: none;
}
.featured-posts > div:first-child {
  margin-top: 0;
}
#archives {
  margin-top: 35px;
  padding-bottom: 35px;
  background: url("../img/slider-border.png") left bottom repeat-x;
}
#archives h4 {
  float: left;
  margin: 0;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 18px;
  color: #666666;
  text-transform: none;
  line-height: 22px;
}
#archives .year {
  float: left;
  line-height: 22px;
  font-family: Shipleyroughitalicalt, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  margin-left: 40px;
  width: 115px;
  position: relative;
  text-align: center;
}
#archives .year .up,
#archives .year .down {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 20px;
  background: url("../img/slider-arrs.png") 0 center no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
#archives .year .up:hover,
#archives .year .down:hover {
  background-position: -40px;
}
#archives .year .up {
  background-position: -20px;
  left: auto;
  right: 0;
}
#archives .year .up:hover {
  background-position: -60px;
}
#archives .months {
  float: right;
  max-width: 655px;
  line-height: 22px;
  font-family: Intro, Arial, sans-serif;
  font-size: 14px;
  color: #333232;
}
#archives .months a {
  color: #bfaf8a;
}
#archives .months a:hover {
  color: #333232;
}
#archives .year-months {
  display: none;
}
#archives .year-months span,
#archives .year-months a {
  margin: 0 10px;
}
@media (min-width: 1200px) {
  
}
@media (min-width: 980px) {
  
}
@media (max-width: 1023px) {
  #header-main #wrapper #nav-main {
    background-position: center bottom;
  }
  #header-main #wrapper #nav-main .menu {
    width: 300px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  #header-main #wrapper #nav-main .menu li {
    float: none;
    display: inline-block;
    margin-left: 0;
    width: 117px;
    text-align: left;
  }
  #header-main #wrapper #nav-main .menu .even {
    background: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
    width: 108px;
  }
  #header-main #wrapper #nav-main .social {
    display: none;
  }
  #header-main #wrapper #nav-main .social-mobile {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    height: 60px;
    clear: both;
  }
  #header-main #wrapper #nav-main .social-mobile a {
    display: inline-block;
    float: none;
  }
  /* Homepage
  	*******************************/
  #homepage .flexslider {
    margin-bottom: 200px;
    padding-bottom: 50px;
  }
  #homepage .flexslider .flex-control-nav {
    display: none;
  }
  #homepage .flexslider .flex-prev,
  #homepage .flexslider .flex-next {
    bottom: 20px;
  }
  #homepage .lace {
    position: static;
    max-width: 100%;
    margin: 0 auto;
  }
  #homepage .welcome {
    bottom: -235px;
    width: 90%;
    left: 0;
    padding: 65px 20px 0 20px;
    background: none;
  }
  #homepage .welcome h2,
  #homepage .welcome h3 {
    text-align: center;
  }
  #homepage .galleries {
    padding: 30px 0 60px 0;
    float: none;
    height: auto;
    width: 100%;
  }
  #homepage .galleries .galleries-links {
    width: 196px;
    margin: 0 auto;
  }
  #homepage .galleries .galleries-links > div {
    margin-left: 0;
    margin-bottom: 50px;
  }
  /* About
  	*******************************/
  section.about {
    background: url("../img/about-text-bg.png") no-repeat scroll -40px 440px transparent;
  }
  section.about .page-title {
    float: none;
    width: 95%;
  }
  section.about .page-title h2 {
    float: none;
    width: 95%;
    padding-left: 0;
  }
  section.about .story {
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    float: none;
  }
  section.about figure {
    margin: 0 auto;
    float: none;
    top: 0;
  }
  section.about .things-container {
    margin: 20px auto 0;
    width: 250px;
  }
  section.about .things-container .thing {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  /* Blog
  	*******************************/
  .post .comments {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .post .comments .comment-body {
    width: 95%;
  }
  .post .respond {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .post .respond .area1,
  .post .respond .area2,
  .post .respond .button {
    text-align: center;
  }
  .post .respond input,
  .post .respond textarea {
    max-width: 95%;
    margin: 9px auto;
  }
  .post .actions {
    background: none;
    height: auto;
  }
  .post .actions h3 {
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  .post .actions .share {
    text-align: center;
    float: none;
  }
  .post .actions .share a {
    float: none;
    display: inline-block;
  }
  .post .actions .share span {
    display: none;
  }
  .post .lace {
    display: none;
  }
  .post .link-to-top {
    background: none;
    text-align: center;
    padding: 20px 10px;
  }
  .post .link-to-top a {
    display: inline-block;
    float: none;
  }
  #blog-sneak-peak {
    width: 100%;
    min-height: 200px;
    margin: 30px auto;
    max-width: 680px;
    float: none;
  }
  #blog-sneak-peak .cover {
    width: auto;
  }
  .featured-posts {
    width: 100%;
    margin: 0 auto;
    max-width: 680px;
    float: none;
  }
  .featured-posts > div {
    margin-top: 10px;
    margin-right: 28px;
  }
  .featured-posts > div:first-child {
    margin-top: 10px;
  }
  .featured-posts > div:last-child {
    margin-right: 0;
  }
  .featured-posts:after {
    margin-left: 0;
    top: 20px;
  }
  ul.page-numbers {
    width: 98%;
    margin: 0 auto;
    margin-top: 35px;
  }
  ul.page-numbers .next {
    right: 20px;
  }
  ul.page-numbers .prev {
    left: 20px;
  }
  #archives h4 {
    float: none;
    text-align: center;
  }
  #archives .year {
    float: none;
    margin: 20px auto;
  }
  #archives .months {
    padding: 0 50px;
    text-align: center;
  }
  #archives .months span,
  #archives .months a {
    margin: 10px 20px;
    display: inline-block;
  }
  .galleries-list {
    width: 98%;
    margin: 0 auto;
  }
  .galleries-list .gallery-item {
    float: none;
    margin: 0 auto;
  }
  .galleries-list .gallery-item:first-child {
    margin: 0 auto;
  }
  .page-title {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
  }
  .single-gallery .gallery #slider {
    padding-bottom: 100px;
  }
  .single-gallery .gallery #slider .lace {
    display: none;
  }
  .single-gallery .gallery #slider .flex-next {
    right: 10px;
    bottom: 65px;
  }
  .single-gallery .gallery #slider .flex-prev {
    left: 10px;
    bottom: 65px;
  }
  .single-gallery .gallery #slider .close-thumbs {
    bottom: 15px;
    right: 10px;
  }
  .single-gallery .gallery #carousel {
    width: 95%;
    margin: 0 auto 50px;
  }
  .single-gallery .gallery #carousel .flex-next {
    bottom: -30px;
  }
  .single-gallery .gallery #carousel .flex-prev {
    bottom: -30px;
  }
  .single-gallery .gallery-back {
    padding: 0 20px;
  }
  section.contact .story {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    width: 90%;
    margin: 0 auto;
  }
  section.contact .contact-left,
  section.contact .contact-right {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  section.contact .contact-left p,
  section.contact .contact-right p {
    text-align: center;
  }
  section.contact .contact-left p.text,
  section.contact .contact-right p.text {
    text-align: left;
  }
  section.contact .contact-left .text {
    display: none;
  }
  section.contact .contact-right .text {
    display: block;
    width: 90%;
    margin: 0 auto 17px;
  }
  section.contact input,
  section.contact textarea {
    width: 310px;
  }
}
@media (max-width: 768px) {
  .featured-posts {
    width: 208px;
    float: none;
  }
  .featured-posts > div {
    margin: 10px 0 0 0;
  }
  .featured-posts > div:first-child {
    margin-top: 10px;
  }
  .featured-posts:after {
    margin-left: 0;
    top: 20px;
  }
  .post .full {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  
}
@media (max-width: 380px) {
  
}
