/*
Theme Name: Maine Spiral Stair
Theme URI: http://mainespiralstair.com/
Description: An awesome theme developed by KrackMedia
Author: Md. Abu Jubaer Piash
Author URI: http://www.piash.net
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: #ae925f;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  color: #ae925f;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
  float: none;
  display: block;
}
.displayNone {
  display: none;
}
.wp-caption.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  margin-bottom: 0px!important;
}
img,
table,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  max-width: 100%;
}
img {
  height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background-color: #756850;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0;
  cursor: pointer;
  font-family: "Trebuchet MS", "New Gothic Std", sans-serif;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #327cb6;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  outline: none;
  font-family: "Trebuchet MS", "New Gothic Std", sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 5px!important;
}
textarea {
  width: 100%;
}
/****************************************************************************/
/* Navigation */
/****************************************************************************/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  position: relative;
  z-index: 100;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000000;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
/* Responsive Video */
.video-wrapper {
  max-width: 600px;
  margin: 20px auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/****************************************************************************/
/* General Style */
/****************************************************************************/
body {
  background-color: #d8d4c6;
  background-image: url(img/body-bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  font-family: "Trebuchet MS", "New Gothic Std", sans-serif;
}
#wrapper {
  background: url('img/content-bg.jpg') top center no-repeat;
  width: 960px;
  margin: 0 auto;
  min-height: 600px;
}
.container {
  width: 950px;
  margin: 0 auto;
}
header .header-info {
  padding: 30px 0 42px 93px;
  color: #c2cede;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
}
header .header-info h1 {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
header nav.menu-container {
  padding-left: 72px;
}
header nav.menu-container ul.top-menu li a {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  background-color: #756850;
  display: block;
  text-transform: lowercase;
  text-decoration: none;
  padding: 5px 16.5px;
  margin: 0 0 0 3px;
}
header nav.menu-container ul.top-menu li a:hover {
  background-color: #327cb6;
}
header nav.menu-container ul.top-menu li.current-menu-item > a,
header nav.menu-container ul.top-menu li.current-menu-parent > a {
  background-color: #327cb6;
}
header nav.menu-container ul.top-menu li ul {
  width: 150px;
  padding-top: 4px;
}
header nav.mobile-menu {
  display: none;
  position: relative;
  width: 100%;
  text-align: left;
}
header nav.mobile-menu span.menu {
  display: block;
  background: #756850 url('img/m-bg-hover.png') right center no-repeat;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
header nav.mobile-menu span.menu:hover {
  color: white;
  background-color: #327cb6;
}
header nav.mobile-menu ul.m-top-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #756850;
  color: white;
  padding: 10px 0;
  display: none;
  z-index: 100000;
}
header nav.mobile-menu ul.m-top-menu li a {
  display: block;
  color: white;
  font-size: 13px;
  padding: 10px 15px;
  text-transform: capitalize;
}
header nav.mobile-menu ul.m-top-menu li a:hover {
  background: #327cb6;
  color: white;
}
header nav.mobile-menu ul.m-top-menu li.current-menu-item > a {
  background: #327cb6;
  color: white;
}
header nav.mobile-menu ul.m-top-menu li ul li a {
  padding-left: 40px;
}
header nav.mobile-menu ul.m-top-menu li ul li ul li a {
  padding-left: 70px;
}
section.main-container {
  padding: 15px 29px;
  clear: both;
}
section.main-container p {
  margin-bottom: 10px;
}
section.main-container h1,
section.main-container h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #3c6657;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
section.main-container h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  color: #333333;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
section.main-container h4 {
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  color: #333333;
  margin: 15px 0 0 0;
}
section.main-container .left-content {
  font-size: 12px;
  line-height: 18px;
  color: #373943;
  width: 585px;
  float: left;
}
section.main-container .left-content.full {
  float: none;
  width: 100%;
}
section.main-container .left-content ul {
  list-style-type: disc;
  margin: 0 0 0 10px;
  padding: 0 0 5px 10px;
}
section.main-container .left-content ol {
  list-style-type: decimal;
  margin: 0 0 0 10px;
  padding: 0 0 5px 10px;
}
section.main-container .left-content .su-row strong {
  color: #222222;
  text-transform: uppercase;
}
section.main-container .left-content .contactframetext {
  background-color: #756850;
  border: 4px solid #333333;
  padding: 5px;
  color: #FFFFFF;
}
section.main-container .left-content .contactframetext a {
  color: white;
  text-decoration: underline;
}
section.main-container .left-content .gform_wrapper ul li {
  display: block!important;
  background: transparent;
  padding: 0;
}
section.main-container .left-content .gform_wrapper ul li:after {
  margin-bottom: 0;
}
section.main-container .left-content .page-navigation {
  margin-bottom: 30px;
}
section.main-container .left-content article.post-style {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d2d2d2;
}
section.main-container .left-content article.post-style:last-child {
  border-bottom: 0;
}
section.main-container .left-content article.post-style h2 {
  margin-bottom: 10px;
}
section.main-container .left-content article.post-style h1 {
  margin-bottom: 10px;
}
section.main-container .left-content article.post-style span.meta-data {
  display: block;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 10px;
}
section.main-container .left-content article.post-style .post-content {
  width: 73%;
  float: left;
}
section.main-container .left-content article.post-style .post-content.full {
  width: 100%;
}
section.main-container .left-content article.post-style .post-thumbnails {
  float: right;
  width: 25%;
}
section.main-container .right-sidebar {
  font-size: 11px;
  line-height: 13px;
  color: #3e698a;
  float: right;
  width: 280px;
  padding-top: 250px;
}
section.main-container .right-sidebar .widget-container {
  margin-bottom: 30px;
}
section.main-container .right-sidebar .widget-container.tagline {
  font-size: 14px;
  line-height: 17px;
  color: #265e8e;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
section.footer-content {
  background: #1c3d44;
}
section.footer-content .container {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #ceb892;
  line-height: 18px;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 780px;
}
section.footer-content .container span {
  font-size: 11px;
  font-style: normal;
}
footer {
  background: #0e252b;
  padding-bottom: 100px;
}
footer .container {
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  padding-top: 10px;
  text-align: center;
}
footer .container .footer-menu-container {
  float: right;
  width: 50%;
  text-align: left;
}
footer .container .footer-menu-container ul {
  font-size: 0;
}
footer .container .footer-menu-container ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
footer .container .footer-menu-container ul li a {
  padding: 0px 7px;
  line-height: 1;
  font-size: 11px;
  border-left: 1px solid white;
}
footer .container .footer-copyright {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 10px;
}
footer .container .development-credit {
  padding-top: 10px;
  clear: both;
}
#gallery {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}
#gallery .ad-image-wrapper {
  width: 100%;
}
#gallery img {
  padding: 0;
}
#gallery ul {
  list-style-type: none;
}
#descriptions {
  position: relative;
  height: 50px;
  background: #EEE;
  margin-top: 10px;
  width: 640px;
  padding: 10px;
  overflow: hidden;
}
#descriptions .ad-image-description {
  position: absolute;
}
#descriptions .ad-image-description .ad-description-title {
  display: block;
}
@-moz-document url-prefix() {
  .ad-gallery .ad-nav .ad-thumbs {
    position: relative;
    left: -38px;
  }
  .ad-gallery .ad-back {
    background-position: 0px 29px;
  }
  .ad-gallery .ad-forward {
    background-position: 0px 29px;
  }
}
.ad-gallery .ad-image-wrapper .ad-image {
  margin: 0 auto!important;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 70px;
}
ol.comment-list {
  margin: 10px 5px!important;
  padding: 10px;
}
ol.comment-list .children {
  margin-left: 25px;
}
.comment-list .comment-body {
  padding: 10px;
  background: #c9c9c9;
  margin: 10px 0;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
}
.comment-body a.comment-reply-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
ol.comment-list li {
  list-style: none;
}
ol.comment-list img.avatar {
  padding: 2px;
  background: #dedede;
  border: solid thin #CECECE;
  float: left;
  display: block;
  margin: 8px;
  width: 64px;
  height: 64px;
}
ol.comment-list .comment-author {
  line-height: 25px;
}
.comment-body cite.fn {
  font-size: 15px;
  font-style: normal;
}
.commentmetadata a {
  margin: 0;
  font-size: 13px;
}
.comment-body p {
  margin: 5px;
}
.comment-body .comment-author.vcard {
  margin: 0;
}
.recent-post-container .single-recent-post {
  margin-bottom: 20px;
}
.recent-post-container .single-recent-post .r-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.recent-post-container .single-recent-post .r-title a {
  color: #333333;
}
.master-slider-parent {
  margin-bottom: 30px;
}
