@import url('https://fonts.googleapis.com/css?family=Acme');

@font-face {
  font-family: 'berlin';
  src: url('../fonts/berlin.eot');
  src: url('../fonts/berlin.eot') format('embedded-opentype'),
       url('../fonts/berlin.woff') format('woff'),
       url('../fonts/berlin.ttf') format('truetype'),
       url('../fonts/berlin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
body, form, fieldset, legend, input, select, textarea, button {
    margin: 0;
}
html {
    font-size: 100%;
}
body {
    background-color: #fff;
    color: #434343;
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.3125rem;
}


div.section-subtitle
{
font-family: 'berlin'!important;
}


11
.clear::before, .clear::after {
    content: "";
    display: table;
}
.clear::after {
    clear: both;
}
.clear {
}
i, em, .em, dfn, blockquote, q {
    font-style: italic;
}
a {
    color: #27ae61;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
p {
    margin: 0 0 1.6em;
}
pre {
    margin: 1em 0;
}
ul + p, ul + pre, ol + p, ol + pre {
    margin-top: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #111;
}
audio:not([controls]) {
    height: 0;
}
small {
    font-size: 80%;
}
.dis-size
{
  font-size: 12px;		
}
.large-size
{
  font-size: 16px;		
}


.price_table
{
	font-family: 'berlin';
	font-size: 18px;
}
.price_table tr.table_color
{
	background:#f6eed8;
   font-family: 'berlin';
}

.price_table tr.table_color td
{
	color:#484c54 !important;
	text-align: center;
	font-family: 'berlin';
	font-size: 22px;
}
.price_table .text_white
{
	color:#fff !important;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    background: #ddd none repeat scroll 0 0;
    border: 0 none;
    box-sizing: content-box;
    height: 1px;
    margin: 2em 0;
    outline: 0 none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0.33em;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.625rem;
}
h4, .h4 {
    font-size: 1.25rem;
}
h5, .h5 {
    font-size: 1.125rem;
}
h6, .h6 {
    font-size: 1rem;
}
.no-style-heading {
    font-size: 100%;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
dd, ul ul, ol ol, ul ol, ol ul {
    margin: 0;
}
dd {
    margin-bottom: 1em;
}
menu, ol, ul {
    padding: 0 0 0 22px;
}
nav ul, nav ol {
    list-style: outside none none;
    padding: 0;
}
.center_div {
    text-align: center;
}
.list-unstyled, .list-inline {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.list-unstyled li, .list-inline li {
    margin-bottom: 0;
    margin-top: 0;
}
blockquote {
    font-size: 1.375rem;
    line-height: 2rem;
    margin: 1em 0;
}
blockquote p {
    margin: 1em 0;
}
cite {
    color: #434343;
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
}
q {
    quotes: none;
}
q::before, q::after {
    content: none;
}
code, kbd, pre, samp {
    background-color: #f1f1f1;
    font-family: "courier new",monospace,serif;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: normal;
    padding: 10px;
    word-wrap: break-word;
}
code {
    color: #111;
}
table {
    border-bottom: 1px solid #f1f1f1;
    border-collapse: collapse;
    border-right: 1px solid #f1f1f1;
    border-spacing: 0;
    margin: 1em 0;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}
table th, table td {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
table thead th, table tfoot th {
    background-color: #f1f1f1;
    color: #333;
    vertical-align: bottom;
}
table caption {
    border-bottom: 0 none;
    font-style: normal;
    font-weight: normal;
    padding: 8px;
}
fieldset {
    border: 0 none;
    padding: 0;
}
legend {
    border: 0 none;
    padding: 0;
    white-space: normal;
}
label {
    cursor: pointer;
    margin: 0;
}
button, input, select, textarea {
    font-size: 100%;
    vertical-align: baseline;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea {
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #111;
    line-height: normal;
    padding: 5px;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.checkbox {
    margin: 0.2em 0;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    margin-top: 0.05em;
}
.checkbox label {
    display: table;
    overflow: hidden;
    padding-left: 5px;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.button, .form-submit input[type="submit"], .nav-links a {
    background-color: #e74b3c;
    border: 0 none;
    color: #fff;
    padding: 1em 3em;
    position: relative;
    text-decoration: none;
}
.button:hover, .form-submit input[type="submit"]:hover, .nav-links a:hover {
    background-color: #f43f3f;
}
.button:active, .form-submit input[type="submit"]:active, .nav-links a:active {
    top: 1px;
}
.grey-button {
    background-color: #eee;
    color: #434343;
}
.grey-button:hover {
    background-color: #f1f1f1;
}
.button[disabled], .button.disabled {
    background-color: #f1f1f1;
    color: #999;
}
.button-unstyled {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #27ae61;
    cursor: pointer;
    font-size: 1rem;
    height: auto;
    outline: 0 none;
    padding: 0;
    text-decoration: underline;
}
.button-unstyled:hover {
    text-decoration: none;
}
.button-unstyled[disabled], .button-unstyled.disabled {
    background-color: #ccc;
    color: #999;
    text-decoration: none;
}
.left, .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    float: left;
}
.right {
    float: right;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.inline-block, audio, canvas, video, .list-inline, .list-inline li, .button {
    display: inline-block;
}
.none, audio:not([controls]), [hidden], .no-desktop {
    display: none;
}
.font-ultra-bold {
    font-weight: 900;
}
.font-bold, b, strong, .strong {
    font-weight: 700;
}
.font-normal, dt, cite, table thead th, table tfoot th, table caption, legend, input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-thin {
    font-weight: 100;
}
.font-normal, dt, cite, table thead th, table tfoot th, table caption, legend, input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea {
    font-style: normal;
}
.capitalize {
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.text-left, table caption {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center, .button {
    text-align: center;
}
.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    left: -9999em;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.no-margin, .no-style-heading {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.image-left {
    margin-right: 20px;
}
.image-right {
    margin-left: 20px;
}
.section {
    position: relative;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
}
.container-full {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
[class*="pull-"], [class*="push-"] {
    position: relative;
}
.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.col-1 {
    width: calc(100% / 12 * 1);
}
.col-2 {
    width: calc(100% / 12 * 2);
}
.col-3, .col-1-4 {
    width: calc(100% / 12 * 3);
}
.col-4, .col-1-3 {
    width: calc(100% / 12 * 4);
}
.col-5 {
    width: calc(100% / 12 * 5);
}
.col-6, .col-1-2 {
    width: calc(100% / 12 * 6);
}
.col-7 {
    width: calc(100% / 12 * 7);
}
.col-8 {
    width: calc(100% / 12 * 8);
}
.col-9, .col-3-4 {
    width: calc(100% / 12 * 9);
}
.col-10 {
    width: calc(100% / 12 * 10);
}
.col-11 {
    width: calc(100% / 12 * 11);
}
.col-12 {
    width: 100%;
}
.push-1 {
    left: calc(100% / 12 * 1);
}
.pull-1 {
    left: calc(-100% / 12 * 1);
}
.push-2 {
    left: calc(100% / 12 * 2);
}
.pull-2 {
    left: calc(-100% / 12 * 2);
}
.push-3, .push-1-4 {
    left: calc(100% / 12 * 3);
}
.pull-3, .pull-1-4 {
    left: calc(-100% / 12 * 3);
}
.push-4, .push-1-3 {
    left: calc(100% / 12 * 4);
}
.pull-4, .pull-1-3 {
    left: calc(-100% / 12 * 4);
}
.push-5 {
    left: calc(100% / 12 * 5);
}
.pull-5 {
    left: calc(-100% / 12 * 5);
}
.push-6, .push-1-2 {
    left: calc(100% / 12 * 6);
}
.pull-6, .pull-1-2 {
    left: calc(-100% / 12 * 6);
}
.push-7 {
    left: calc(100% / 12 * 7);
}
.pull-7 {
    left: calc(-100% / 12 * 7);
}
.push-8 {
    left: calc(100% / 12 * 8);
}
.pull-8 {
    left: calc(-100% / 12 * 8);
}
.push-9, .push-3-4 {
    left: calc(100% / 12 * 9);
}
.pull-9, .pull-3-4 {
    left: calc(-100% / 12 * 9);
}
.push-10 {
    left: calc(100% / 12 * 10);
}
.pull-10 {
    left: calc(-100% / 12 * 10);
}
.push-11 {
    left: calc(100% / 12 * 11);
}
.pull-11 {
    left: calc(-100% / 12 * 11);
}
.row {
    padding-bottom: 1em;
    padding-top: 1em;
}
@media only screen and (min-width: 740px) and (max-width: 959px) {
.container, .tablet-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
}
.container:first-child, .tablet-container:first-child {
    margin-left: auto;
}
.tablet-container-full {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.tablet-container-full:first-child {
    margin-left: auto;
}
.tablet-no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.tablet-col-1 {
    width: calc(100% / 12 * 1);
}
.tablet-col-2 {
    width: calc(100% / 12 * 2);
}
.tablet-col-3, .tablet-col-1-4 {
    width: calc(100% / 12 * 3);
}
.tablet-col-4, .tablet-col-1-3 {
    width: calc(100% / 12 * 4);
}
.tablet-col-5 {
    width: calc(100% / 12 * 5);
}
.tablet-col-6, .tablet-col-1-2 {
    width: calc(100% / 12 * 6);
}
.tablet-col-7 {
    width: calc(100% / 12 * 7);
}
.tablet-col-8 {
    width: calc(100% / 12 * 8);
}
.tablet-col-9, .tablet-col-3-4 {
    width: calc(100% / 12 * 9);
}
.tablet-col-10 {
    width: calc(100% / 12 * 10);
}
.tablet-col-11 {
    width: calc(100% / 12 * 11);
}
.tablet-col-12 {
    width: 100%;
}
.tablet-push-1 {
    left: calc(100% / 12 * 1);
}
.tablet-pull-1 {
    left: calc(-100% / 12 * 1);
}
.tablet-push-2 {
    left: calc(100% / 12 * 2);
}
.tablet-pull-2 {
    left: calc(-100% / 12 * 2);
}
.tablet-push-3, .tablet-push-1-4 {
    left: calc(100% / 12 * 3);
}
.tablet-pull-3, .tablet-pull-1-4 {
    left: calc(-100% / 12 * 3);
}
.tablet-push-4, .tablet-push-1-3 {
    left: calc(100% / 12 * 4);
}
.tablet-pull-4, .tablet-pull-1-3 {
    left: calc(-100% / 12 * 4);
}
.tablet-push-5 {
    left: calc(100% / 12 * 5);
}
.tablet-pull-5 {
    left: calc(-100% / 12 * 5);
}
.tablet-push-6, .tablet-push-1-2 {
    left: calc(100% / 12 * 6);
}
.tablet-pull-6, .tablet-pull-1-2 {
    left: calc(-100% / 12 * 6);
}
.tablet-push-7 {
    left: calc(100% / 12 * 7);
}
.tablet-pull-7 {
    left: calc(-100% / 12 * 7);
}
.tablet-push-8 {
    left: calc(100% / 12 * 8);
}
.tablet-pull-8 {
    left: calc(-100% / 12 * 8);
}
.tablet-push-9, .tablet-push-3-4 {
    left: calc(100% / 12 * 9);
}
.tablet-pull-9, .tablet-pull-3-4 {
    left: calc(-100% / 12 * 9);
}
.tablet-push-10 {
    left: calc(100% / 12 * 10);
}
.tablet-pull-10 {
    left: calc(-100% / 12 * 10);
}
.tablet-push-11 {
    left: calc(100% / 12 * 11);
}
.tablet-pull-11 {
    left: calc(-100% / 12 * 11);
}
.tablet-no-push, .tablet-no-pull {
    left: auto;
}
.tablet-row {
    padding-bottom: 1em;
    padding-top: 1em;
}
.tablet-full {
    clear: both;
    display: block;
    float: none;
    left: auto;
    margin: 1em 0 0;
    width: 100%;
}
.tablet-full:first-child {
    margin-top: 0;
}
.tablet-text-left {
    text-align: left;
}
.tablet-text-right {
    text-align: right;
}
.tablet-text-center {
    text-align: center;
}
.tablet-left {
    float: left;
}
.tablet-right {
    float: right;
}
.tablet-no-float {
    float: none;
}
.tablet-no-margin {
    margin: 0;
}
.tablet-no-padding {
    padding: 0;
}
.no-tablet {
    display: none;
}
.show-tablet {
    display: block;
}
}
@media only screen and (max-width: 739px) {
.container, .mobile-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.container:first-child, .mobile-container:first-child {
    margin-left: auto;
}
.mobile-container-full {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.mobile-container-full:first-child {
    margin-left: auto;
}
.mobile-no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.mobile-col-1-2 {
    width: calc(100% / 12 * 6);
}
.mobile-col-1-3 {
    width: calc(100% / 12 * 4);
}
.mobile-col-1-4 {
    width: calc(100% / 12 * 3);
}
.mobile-col-3-4 {
    width: calc(100% / 12 * 9);
}
.mobile-push-1-2 {
    left: calc(100% / 12 * 6);
}
.mobile-pull-1-2 {
    left: calc(-100% / 12 * 6);
}
.mobile-push-1-3 {
    left: calc(100% / 12 * 3);
}
.mobile-pull-1-3 {
    left: calc(-100% / 12 * 3);
}
.mobile-push-1-4 {
    left: calc(100% / 12 * 4);
}
.mobile-pull-1-4 {
    left: calc(-100% / 12 * 4);
}
.mobile-push-3-4 {
    left: calc(100% / 12 * 9);
}
.mobile-pull-3-4 {
    left: calc(-100% / 12 * 9);
}
.mobile-no-push, .mobile-no-pull {
    left: auto;
}
.mobile-row {
    padding-bottom: 1em;
    padding-top: 1em;
}
.mobile-full {
    clear: both;
    display: block;
    float: none;
    left: auto;
    margin: 0.2em 0 0;
    width: 100%;
}
.mobile-full:first-child {
    margin-top: 0;
}
.insta-full {
    clear: both;
    display: block;
    float: none;
    left: auto;
    margin: 0.2em 0 0;
    width: 100%;
}
.insta-full:first-child {
    margin-top: 0;
}

.mobile-text-left {
    text-align: left;
}
.mobile-text-right {
    text-align: right;
}
.mobile-text-center {
    text-align: center;
}
.mobile-left {
    float: left;
}
.mobile-right {
    float: right;
}
.mobile-no-float {
    float: none;
}
.mobile-no-margin {
    margin: 0;
}
.mobile-no-padding {
    padding: 0;
}
.no-mobile {
    display: none;
}
.show-mobile {
    display: block;
}
}
@media print {
* {
    background: transparent none repeat scroll 0 0;
}
a, a:visited {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100%;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
body {
    color: #383a3c;
    line-height: 1.8;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
a {
    color: #383a3c;
    text-decoration: none;
}
.hentry-content a, .columned-layout p a {
    border-bottom: 1px dotted;
}
.hentry-content a:hover, .hentry-content a:focus, .columned-layout p a:hover, .columned-layout p a:focus {
    border-bottom: 1px solid;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea, select {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    color: #383a3c;
    font-weight: 400;
    padding: 8px;
    width: 100%;
}
input[name="human"] {
    padding: 7px 8px;
    width: 40px;
}
input:focus, textarea:focus {
    outline: medium none;
}
.hentry-content hr {
    background-color: rgba(56, 58, 60, 0.9);
    height: 2px;
}
table {
    border-bottom: 1px solid rgba(56, 58, 60, 0.9);
    border-right: 1px solid rgba(56, 58, 60, 0.9);
}
table th, table td {
    border-left: 1px solid rgba(56, 58, 60, 0.9);
    border-top: 1px solid rgba(56, 58, 60, 0.9);
}
code, kbd, pre, samp {
    background-color: rgba(255, 255, 255, 0.4);
}
.enbold {
    font-weight: 700;
}
.hidden {
    display: none !important;
}
.button, .form-submit input[type="submit"], .nav-links a {
    background-color: #fcfaf7;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #383a3c !important;
    display: inline-block;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 4px;
    padding: 4px 16px;
}
.button:hover, .form-submit input[type="submit"]:hover, .nav-links a:hover {
    background-color: #fcfaf7;
    color: #383a3c;
}
.separator {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}
.separator span {
    display: inline-block;
    position: relative;
}
.separator span::before, .separator span::after {
    border-bottom: 2px solid #383a3c;
    content: "";
    height: 6px;
    position: absolute;
    top: 5px;
    width: 40px;
}
.separator span::before {
    margin-right: 8px;
    right: 100%;
}
.separator span::after {
    left: 100%;
    margin-left: 8px;
}
header, .section-inner {
    position: relative;
}
.filters ul, .portfolio-list ul, .blog-list ul, .widget ul, .social-icons ul, .comments ul, ul.gallery-list {
    list-style: outside none none;
    padding: 0;
}
.retro-borders {
    text-shadow: 1px 2px #fcfaf7, 3px 4px #484a4d;
}
.header-inner, .section-inner {
    background: rgba(0, 0, 0, 0) url("images/grain.png") repeat scroll 0 0;
}
.section-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    z-index: 1;
}
.section-title, .section-subtitle, .single .post-title, .page .post-title {
    text-align: center;
}
h2.section-title {
    font-size: 55px !important;
    margin-top:20px;
}
.section-subtitle {
    text-transform: uppercase;
}
body.fixed-header.home:not(.mobile) main[role="main"] section::before, .fixed-header:not(.mobile) span[id^="more-"]::before, .fixed-header:not(.mobile) #comments::before {
    content: " ";
    display: block;
    height: 130px;
    margin-top: -130px;
    visibility: hidden;
}
.header-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 130px;
    position: relative;
    z-index: 1000;
}
.fixed-header .header-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    width: 100%;
}
.fixed-header main[role="main"] {
    padding-top: 95px;
}
hr.top-dashed, hr.bottom-dashed {
    background-color: transparent;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    border-top: 1px dashed rgba(0, 0, 0, 0.25);
    bottom: 10px;
    height: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
hr.top-dashed {
    top: 10px;
}
hr.bottom-dashed {
    bottom: 10px;
}
nav ul#main-nav li {
    display: inline-block;
    font-size: 24px;
    line-height: 48px;
    padding: 0 15px;
}
.centered-logo nav ul#main-nav li {
    float: left;
    padding: 0;
    text-align: center;
    width: 20%;
}
.header-inner .row {
    position: relative;
}
#logo a {
    background-image: url("images/logo.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    display: block;
    height: 150px;
    left: 0;
    position: absolute;
    text-indent: -9000px;
    top: 5px;
    transition: top 0.2s ease 0s;
    width: 150px;
    z-index: 20;
}
#logo a.scrolling {
    top: -20px;
}
#logo a.scrolling:hover {
    top: 5px;
}
.left-logo #logo {
    float: left;
}
.left-logo nav ul#main-nav {
    float: right;
}
.centered-logo #logo a {
    left: 50%;
    margin-left: -75px;
}
nav ul#main-nav li a {
    text-decoration: none;
}
.landing .counter {
    background-color: #f6edd8;
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.landing .counter span {
    background-color: #f1d8ae;
    float: left;
    height: 100%;
    transition: background-color 0.5s ease 0s, width 0.3s ease 0s;
}
.landing .loading {
    color: #ebd4ae;
    font-family: Bazar;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 70%;
    width: 100%;
}
.js .landing {
    background-color: #f6edd8;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.landing.ready {
    display: none;
}
.js .landing ul {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: rotate(45deg) translate(-50%, -50%);
}
.js .landing ul li {
    background: #f1dbb7 none repeat scroll 0 0;
    border-radius: 50%;
    height: 20px;
    left: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    width: 20px;
}
.js .landing ul li.land1 {
    animation: 1s ease-in-out 0s normal none infinite running a;
    left: -40px;
    top: -40px;
}
.js .landing ul li.land2 {
    animation: 1s ease-in-out 0s normal none infinite running b;
    left: 0;
    top: -40px;
}
.js .landing ul li.land3 {
    animation: 1s ease-in-out 0s normal none infinite running c;
    left: 40px;
    top: -40px;
}
.js .landing ul li.land4 {
    animation: 1s ease-in-out 0s normal none infinite running d;
    left: -40px;
    top: 0;
}
.js .landing ul li.land5 {
    animation: 1s ease-in-out 0s normal none infinite running e;
    left: 0;
    top: 0;
}
.js .landing ul li.land6 {
    animation: 1s ease-in-out 0s normal none infinite running f;
    left: 40px;
    top: 0;
}
.js .landing ul li.land7 {
    animation: 1s ease-in-out 0s normal none infinite running g;
    left: -40px;
    top: 40px;
}
.js .landing ul li.land8 {
    animation: 1s ease-in-out 0s normal none infinite running h;
    left: 0;
    top: 40px;
}
.js .landing ul li.land9 {
    animation: 1s ease-in-out 0s normal none infinite running i;
    left: 40px;
    top: 40px;
}
@keyframes a {
50% {
    left: -40px;
    top: 0;
}
100% {
    left: -40px;
    top: 0;
}
}
@keyframes a {
50% {
    left: -40px;
    top: 0;
}
100% {
    left: -40px;
    top: 0;
}
}
@keyframes b {
50% {
    left: -40px;
    top: -40px;
}
100% {
    left: -40px;
    top: -40px;
}
}
@keyframes b {
50% {
    left: -40px;
    top: -40px;
}
100% {
    left: -40px;
    top: -40px;
}
}
@keyframes c {
50% {
    left: 0;
    top: -40px;
}
100% {
    left: 0;
    top: -40px;
}
}
@keyframes c {
50% {
    left: 0;
    top: -40px;
}
100% {
    left: 0;
    top: -40px;
}
}
@keyframes d {
50% {
    left: -40px;
    top: 40px;
}
100% {
    left: -40px;
    top: 40px;
}
}
@keyframes d {
50% {
    left: -40px;
    top: 40px;
}
100% {
    left: -40px;
    top: 40px;
}
}
@keyframes f {
50% {
    left: 40px;
    top: -40px;
}
100% {
    left: 40px;
    top: -40px;
}
}
@keyframes f {
50% {
    left: 40px;
    top: -40px;
}
100% {
    left: 40px;
    top: -40px;
}
}
@keyframes g {
50% {
    left: 0;
    top: 40px;
}
100% {
    left: 0;
    top: 40px;
}
}
@keyframes g {
50% {
    left: 0;
    top: 40px;
}
100% {
    left: 0;
    top: 40px;
}
}
@keyframes h {
50% {
    left: 40px;
    top: 40px;
}
100% {
    left: 40px;
    top: 40px;
}
}
@keyframes h {
50% {
    left: 40px;
    top: 40px;
}
100% {
    left: 40px;
    top: 40px;
}
}
@keyframes i {
50% {
    left: 40px;
    top: 0;
}
100% {
    left: 40px;
    top: 0;
}
}
@keyframes i {
50% {
    left: 40px;
    top: 0;
}
100% {
    left: 40px;
    top: 0;
}
}
.banner {
    margin-bottom: 20px;
}
.banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.ribbon {
    background: #fff0ce none repeat scroll 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 22px !important;
    line-height: 1.2;
    margin: 30px auto;
    max-width: 360px;
    min-width: 280px;
    position: relative;
    text-align: center;
}
.ribbon::before, .ribbon::after {
    border: 24px solid #ffedc8;
    bottom: -12px;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}
.ribbon::before {
    border-left-color: rgba(0, 0, 0, 0);
    border-right-width: 33px;
    box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.3);
    left: -37px;
}
.ribbon::after {
    border-left-width: 33px;
    border-right-color: rgba(0, 0, 0, 0);
    box-shadow: -2px 2px 1px -1px rgba(0, 0, 0, 0.3);
    right: -37px;
}
.ribbon-content {
    color: #4b4d4e !important;
    font-size: 22px !important;
    margin: 0;
    padding: 12px 10px 11px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ribbon-content::before, .ribbon-content::after {
    border-color: #849092 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    bottom: -12px;
    content: "";
    display: block;
    position: absolute;
}
.ribbon-content::before {
    border-width: 12px 0 0 20px;
    left: 0;
}
.ribbon-content::after {
    border-width: 12px 20px 0 0;
    right: 0;
}
.ribbon-content span::before {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    content: "";
    display: block;
    left: 0;
    margin-top: 2px;
    position: absolute;
    top: 0;
    width: 100%;
}
.ribbon-content span::after {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    bottom: 0;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    left: 0;
    margin-bottom: 2px;
    position: absolute;
    width: 100%;
}
.dots {
    background-color: #fff0ce;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    height: 6px;
    position: absolute;
    top: 32px;
    width: 6px;
}
.dots.dot1 {
    left: -50px;
}
.dots.dot2 {
    left: -75px;
}
.dots.dot3 {
    left: -100px;
}
.dots.dot4 {
    left: -125px;
}
.dots.dot5 {
    right: -50px;
}
.dots.dot6 {
    right: -75px;
}
.dots.dot7 {
    right: -100px;
}
.dots.dot8 {
    right: -125px;
}
.slider {
    background-color: #fcfaf7;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}
.slider img {
    width: 100%;
}
.slider h3 {
    font-size: 22px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.slider figcaption, .slider figcaption a {
    color: #383a3c !important;
}
.welcome {
    text-align: center;
}
.big-icon .icon::before {
    line-height: 150px;
}
.big-icon, .big-icon .icon {
    margin: 0 auto;
    width: 150px;
}
.big-icon {
    margin-bottom: 20px;
}
.big-icon .icon {
    background-color: #d35244;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #d35244 inset, 0 0 0 8px #f5eee3 inset;
    color: #f5eee3;
    display: block;
    font-size: 85px;
    height: 150px;
    text-align: center;
}
.columned-layout h4, .columned-layout .subline {
    text-align: center;
    text-transform: uppercase;
}
.columned-layout h4 {
    font-size: 17px;
}
.columned-layout .subline {
    font-size: 14px;
    margin-bottom: 10px;
}
.columned-layout hr {
    background-color: rgba(56, 58, 60, 0.9);
    border: medium none;
    height: 3px;
    margin: 0 auto 10px;
    width: 40px;
}
.columned-layout p {
    font-size: 14px;
}
.filter-label {
    float: none;
    margin-right: 8px;
}
.filters
{
	text-align:center;
}
.filters ul li, .widget_categories ul li {
    margin-bottom: 8px;
}
.filters ul li {
    display: inline;
}
.filters ul li, .widget_categories ul li a {
    background-color: #fcfaf7;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #383a3c !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-left: 12px;
    margin-right: 6px;
    padding: 4px 8px 4px 12px;
    position: relative;
    text-decoration: none;
}
.filters ul li::before, .widget_categories ul li a::before {
    border-color: rgba(0, 0, 0, 0) #fcfaf7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 12px 12px 12px 0;
    content: "";
    float: left;
    height: 0;
    left: -12px;
    position: absolute;
    top: 0;
    width: 0;
}
.filters ul li::after, .widget_categories ul li a::after {
    background: #959ca3 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    float: left;
    height: 4px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 4px;
}
.filters ul li.active {
    background-color: #383a3c;
    color: #fcfaf7 !important;
}
.filters ul li.active::before {
    border-color: rgba(0, 0, 0, 0) #383a3c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.section-inner {
    overflow: hidden;
}
.portfolio.hold .portfolio-list {
    opacity: 0.7;
    transition: opacity 0.3s ease 0s;
}
.portfolio-list ul li {
    margin-bottom: 20px;
}
.portfolio-list ul li a {
    background-color: #fcfaf7;
    border: 4px solid #fcfaf7;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: block;
}
.portfolio-list ul li a img{
    height: auto;
    width: 100%;
}
.portfolio-list ul li a img.insta_img{
    height: 205px;
    width: 205px;
}
.portfolio-list ul li.insta-full {
    height: 280px;
}
.portfolio-list ul li .icon img {
	border-radius: 40px;
    height: 40px;
    width: 40px;
}
.portfolio-list ul li .icon {
    background-color: #fcfaf7;
    border-radius: 50%;
    color: #828c8e;
    display: block;
    font-size: 24px;
    height: 44px;
    line-height: 2;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -20px;
    transition: all 0.2s ease 0s;
    width: 44px;
}
.portfolio-list ul li a:hover .icon {
    top: -25px;
}
.portfolio-list ul li .icon img {
	border-radius: 40px;
    height: 40px;
    width: 40px;
}
.portfolio-list ul li h3 {
    color: #383a3c !important;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: -24px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
ul.gallery-list li {
    float: left;
    padding-right: 10px;
    width: 50%;
}
ul.gallery-list li:nth-child(2n) {
    padding-left: 10px;
    padding-right: 0;
}
@keyframes fadeOutLeft {
0% {
    opacity: 1;
    transform: translateX(0px);
}
100% {
    opacity: 0;
    transform: translateX(-20px);
}
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeInRight {
0% {
    opacity: 0;
    transform: translateX(20px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
.fadeInRight {
    animation-name: fadeInRight;
}
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.hentry-content h1, .hentry-content h2, .hentry-content h3, .hentry-content h4, .hentry-content h5, .hentry-content h6 {
    font-weight: 700;
}
.blog-list ul {
    margin: 0;
}
.blog-list ul li img, .single .post-pic img {
    background-color: #fcfaf7;
    border: 4px solid #fcfaf7;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: block;
    height: auto;
    width: 100%;
}
.single .post-pic .featured {
    margin-bottom: 20px;
}
.blog-list .post-title h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: none;
}
.blog-list h4.post-meta, .single h4.post-meta {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
}
.blog-list h4.post-meta a, .single h4.post-meta a {
    font-weight: 700;
}
.blog-list hr, .widget hr, hr.single-hr, .comments hr {
    background-color: rgba(56, 58, 60, 0.9);
    border: medium none;
    height: 2px;
    margin: 0 0 10px;
    width: 40px;
}
.blog-list .post-comments {
    float: right;
}
.more-link {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.widget {
    font-size: 14px;
    margin-bottom: 30px;
}
.widget h3, .comments h3, .comments h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}
.widget hr, .comments hr {
    height: 2px;
    width: 30px;
}
.widget ul {
    margin: 0;
}
.widget ul li {
    font-size: 13px;
}
.widget_categories ul li {
    display: inline-block;
    text-transform: none;
}
.more-posts {
    margin-bottom: 20px;
    text-align: center;
}
.more-posts a {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.more-posts a::before {
    background: #383a3c none repeat scroll 0 0;
    bottom: 120%;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0.6);
    transition: transform 0.3s ease 0s;
    width: 100%;
}
.more-posts a:hover::before, .more-posts a:focus::before {
    opacity: 1;
    transform: scaleX(1);
}
#wp-calendar, #wp-calendar th, #wp-calendar td {
    border: medium none;
    text-align: center;
}
#wp-calendar caption {
    padding-left: 0;
    padding-right: 0;
}
#wp-calendar caption, #wp-calendar th, #wp-calendar td a {
    font-weight: 700;
}
#wp-calendar th {
    background-color: transparent;
}
#wp-calendar tbody tr:nth-child(2n), #wp-calendar tbody td:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.1);
}
#wp-calendar tr, #wp-calendar td {
    font-size: 12px;
}
.section-contact input, .section-contact textarea, .comment-reply input, .comment-reply textarea {
    margin-bottom: 10px;
}
.section-contact form {
    margin-bottom: 30px !important;
}
#retro-mail-form span {
    display: none;
}
.social-icons {
    text-align: center;
}
.social-icons h5 {
    font-size: 24px;
}
.social-icons hr, .comments hr {
    background-color: rgba(56, 58, 60, 0.9);
    border: medium none;
    height: 2px;
    margin: 0 auto 10px;
    width: 40px;
}
.social-icons li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
}
.social-icons .icon {
    background-color: #383a3c;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #383a3c inset, 0 0 0 4px #f5eee3 inset;
    color: #f5eee3;
    display: inline-block;
    font-size: 45px;
    height: 80px;
    text-align: center;
    width: 80px;
}
.social-icons .icon::before {
    line-height: 1.85;
}
.social-icons li a, a.big-icon-link span {
    position: relative;
    top: 0;
    transition: all 0.2s ease 0s;
    z-index: 999;
}
.social-icons li a:hover, a.big-icon-link:hover span {
    top: -5px;
}
.single h2.post-title, .page h2.post-title {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: none;
}
.single h4.post-meta {
    margin-bottom: 20px;
    text-align: center;
}
hr.single-hr {
    height: 3px;
    margin: 0 auto 8px;
}
.page hr.single-hr {
    margin-bottom: 20px;
}
.hentry-content {
    margin-bottom: 20px;
}
.hentry-content img {
    max-width: 100%;
}
.comments {
    font-size: 14px;
}
ul.comment-list {
    margin-bottom: 40px;
}
.comment {
    margin-bottom: 20px;
}
.logged-in-as {
    margin-bottom: 10px;
}
.avatar {
    border: 2px solid #fcfaf7;
    border-radius: 50%;
    float: left;
    height: 45px;
    margin-right: 15px;
    width: 45px;
}
.comment-author {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.comment-author a {
    font-weight: 700;
}
.comment-content {
    padding-left: 60px;
}
.comment-content p {
    margin: 0;
}
.comment-list ul.children {
    border-left: 2px solid rgba(56, 58, 60, 0.9);
    padding-left: 20px;
}
.comments h3, .comments h4 {
    text-align: center;
}
.light-text, .light-text a, .light-text .columned-layout .subline, .light-text table th, .light-text table td {
    color: #f6edd8;
}
.light-text nav ul#main-nav li a {
    color: #f6edd8;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.light-text .hentry-content hr, .light-text .columned-layout hr, .light-text .social-icons hr, .light-text .blog-list hr, .light-text hr.single-hr, .light-text .comments hr, .light-text .widget hr {
    background-color: rgba(245, 238, 227, 0.9);
}
.light-text .separator span::before, .light-text .separator span::after {
    border-bottom: 2px solid #f6edd8;
}
.light-text .more-posts a::before {
    background-color: #f6edd8;
}
.light-text .comment-list ul.children {
    border-left: 2px solid #f6edd8;
}
.light-text .retro-borders {
    text-shadow: 1px 2px #484a4d, 3px 4px #d4cebf;
}
.light-text .social-icons .icon {
    background-color: #f5eee3;
    box-shadow: 0 0 0 2px #f5eee3 inset, 0 0 0 4px #383a3c inset;
    color: #383a3c;
}
.light-text table {
    border-bottom: 1px solid rgba(245, 238, 227, 0.9);
    border-right: 1px solid rgba(245, 238, 227, 0.9);
}
.light-text table th, .light-text table td {
    border-left: 1px solid rgba(245, 238, 227, 0.9);
    border-top: 1px solid rgba(245, 238, 227, 0.9);
}
.light-text code, .light-text kbd, .light-text pre, .light-text samp {
    background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 740px) {
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
}
}
@media only screen and (min-width: 960px) {
.section-contact form, .comment-reply form {
    margin: 0 auto;
    width: 50%;
}
.single .blog-sidebar {
    margin-top: 10px;
}

}
@media only screen and (max-width: 739px) {
.aligncenter, .alignleft, .alignright {
    display: block;
    height: auto;
    width: 100%;
}
.header-inner {
    height: 130px;
    position: static !important;
}
main[role="main"] {
    padding-top: 0 !important;
}
#logo a {
    left: 50% !important;
    margin-left: -75px !important;
}
.portfolio-list ul li a img.insta_img {
    height: 205px;
    width: 100%;
}
/*nav[role="navigation"] {
    display: none;
}*/
.ribbon {
    max-width: 280px;
    min-width: 280px;
}
.dots {
    display: none;
}
.slider h3 {
    font-size: 18px;
}
.bx-wrapper .bx-controls-direction a {
    font-size: 20px;
    height: 50px;
    line-height: 56px;
    width: 25px;
}
.bx-wrapper .bx-prev {
    border-radius: 0 50px 50px 0;
}
.bx-wrapper .bx-next {
    border-radius: 50px 0 0 50px;
}
.welcome h2 {
    font-size: 26px;
}
.welcome h3 {
    font-size: 20px;
}
}
@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
#logo a {
    background-image: url("images/logo-x2.png");
}
}
.bx-wrapper {
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.bx-wrapper .bx-viewport {
    transform: translateZ(0px);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-loading {
    background: #fff url("images/bx_loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    color: #666;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000 none repeat scroll 0 0;
}
.bx-wrapper .bx-prev {
    border-radius: 0 60px 60px 0;
    left: -5px;
    text-align: left;
}
.bx-wrapper .bx-next {
    border-radius: 60px 0 0 60px;
    right: -5px;
    text-align: right;
}
.bx-wrapper .bx-controls-direction a {
    background-color: #fcfaf7;
    color: #828c8e;
    font-size: 24px;
    height: 60px;
    line-height: 68px;
    margin-top: -40px;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:hover {
    color: #383a3c;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -86px -11px;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -86px -44px;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 9px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 0.85em;
    padding: 10px;
}
.mfp-bg {
    background: #0b0b0b none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}
.mfp-wrap {
    height: 100%;
    left: 0;
    outline: medium none !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1043;
}
.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.mfp-container::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container::before {
    display: none;
}
.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -moz-user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    left: 8px;
    margin-top: -0.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 1046;
}
button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.mfp-close {
    color: white;
    font-family: Arial,Baskerville,monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%;
}
.mfp-counter {
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
}
.mfp-arrow {
    height: 110px;
    margin: -55px 0 0;
    opacity: 0.65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    border: medium inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0;
}
.mfp-arrow .mfp-a {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow .icon {
    color: #fff;
    font-size: 28px;
    pointer-events: none;
}
.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
.mfp-iframe-scaler iframe {
    background: black none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure::after {
    background: #444444 none repeat scroll 0 0;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.mfp-title {
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
    word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure::after {
    bottom: 0;
    top: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
    transform: scale(0.75);
}
.mfp-arrow-left {
    transform-origin: 0 50% 0;
}
.mfp-arrow-right {
    transform-origin: 100% 50% 0;
}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 600px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    padding-top: 0;
    right: 0;
    top: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "“" "”" "‘" "’";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul, ol {
    list-style: outside none none;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
}
a {
    text-decoration: none;
}
body {
    background: #333333 none repeat scroll 0 0;
    color: #333;
    min-width: 20em;
    position: relative;
    width: 100%;
}
.highlight {
    background: #fff699 none repeat scroll 0 0;
    padding: 0 0.5em;
}
.prose ul, .prose ol {
    font-size: 1em;
    line-height: 1.5em;
    list-style: outside none disc;
    margin-bottom: 1.5em;
}
.prose p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
.prose p.small {
    color: #666;
    font-size: 0.8125em;
    line-height: 1.84615em;
    margin-bottom: 1.84615em;
}
.prose p.medium {
    color: #666;
    font-size: 0.875em;
    line-height: 1.71429em;
    margin-bottom: 1.71429em;
}
.prose p:last-child {
    margin-bottom: 0;
}
.prose h1 {
    font-size: 1.875em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}
.prose h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
}
.prose a {
    border-bottom: 1px solid #a1cfe5;
    color: #6d7173;
    outline: medium none;
    text-decoration: none;
}
.prose a:focus, .prose a:hover {
    border-bottom-color: #77b36b;
    color: #4ab336;
}
.block {
    margin: 0 auto;
    max-width: 60em;
    padding: 0.6em 1.25em;
    position: relative;
}
.close-btn {   
	border: 0 none;
    display: block;
    height: 2.25em;
    opacity: 0.7;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 2.625em;
}
.no-svg .close-btn {
		
}	
.close-btn:focus, .close-btn:hover {
    opacity: 1;
}
.nav-btn {
    background:  url("images/nav-icon.svg") no-repeat scroll left center / 1.875em 1.5em;
    border: 0 none;
    display: block;
    height: 2.25em;
    opacity: 0.7;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 2.625em;
}
.no-svg .nav-btn {
    background-image: url("images/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
    opacity: 1;
}
#outer-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#inner-wrap {
    position: relative;
    width: 100%;
}
#nav {
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 200;
}
#nav .close-btn {
    display: none;
}
#nav .block-title {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#nav .block {
    position: relative;
    z-index: 2;
}
#nav ul {
    display: block;
	background:#5FBCAF;
	margin-top:45px;
}
#nav ul::before, #nav ul::after {
    content: "";
    display: table;
}
#nav ul::after {
    clear: both;
}
#nav li {
    display: block;
}
#nav li a {
    color: #F6EDD8;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.28571em;
    outline: medium none;
}
#nav li a:focus, #nav li a:hover {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    color: #fff;
}
#nav li.is-active a {
    color: #fff;
}
#top {
    
    position: relative;
    z-index: 100;
}
#top .block-title {
    font-size: 1.875em;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}
#top .nav-btn {
    left: 1.875em;
    position: absolute;
    top: 1.5em;
}
#main {
    background: #fff none repeat scroll 0 0;
}
#main .block {
    padding: 2.625em 1.875em;
}
footer[role="contentinfo"] {
    background: #ddd none repeat scroll 0 0;
}
@media screen and (min-width: 45.0625em) {
#top .nav-btn {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#nav .close-btn {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#nav .block-title {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#nav ul {
    text-align: center;
    white-space: nowrap;
}
#nav li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
}
#nav li:last-child {
    border-right: medium none;
}
#nav li a {
    padding: 0.42857em 0.85714em;
}
}
@media screen and (max-width: 45em) {
#nav {
    padding-top: 5.25em;
    position: absolute;
    top: 0;
}
.centered-logo nav ul#main-nav li {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
}
#nav:not(:target) {
    height: 0;
    z-index: 1;
}
#nav:target .close-btn {
    display: block;
}
#nav .close-btn {
    left: 1.875em;
    position: absolute;
    top: -5em;
}
#nav .block {
    padding: 0;
    position: relative;
}
#nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
#nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#nav li.is-active::after {
    border-bottom: 0.625em solid transparent;
    border-right: 0.625em solid white;
    border-top: 0.625em solid transparent;
    content: "";
    display: block;
    margin-top: -0.625em;
    position: absolute;
    right: -0.03125em;
    top: 50%;
    z-index: 50;
}
#nav li a {
    padding: 0.85714em 2.14286em;
}
}



.close {
  float: right;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  color:#f6edd8;
  text-shadow: 0 1px 0 #f6edd8;
  opacity: 1;

}
.close:hover,
.close:focus {
  color: #f6edd8;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #51c1b0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==");
  border: none;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow:none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom:none;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -15px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.clickable {
  cursor:pointer;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 1200px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


iframe {
    border: 0 none;
    scroll-behavior: smooth;
}



.form-style {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font: 13px Arial,Helvetica,sans-serif;
    margin: 20px auto;
    max-width: 450px;
    padding: 40px 30px 40px 40px;
}
.form-style-heading {
    border-bottom: 2px solid #ddd;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.form-style label {
    display: block;
    margin: 0 0 15px;
}
.form-style label > span {
    float: left;
    font-weight: 700;
    padding-right: 5px;
    padding-top: 8px;
    width: 100px;
}
.form-style span.required {
    color: red;
}
.form-style .tel-number-field {
    text-align: center;
    width: 40px;
}
.form-style .long {
    width: 120px;
}
.form-style input.input-field {
    width: 48%;
}
.form-style .select-field, .form-style .tel-number-field, .form-style .textarea-field, .form-style input.input-field {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #ebebeb;
    box-sizing: border-box;
    outline: 0 none;
    padding: 7px;
    transition: all 0.3s ease-in-out 0s;
}
.form-style .input-field:focus, .form-style .select-field:focus, .form-style .tel-number-field:focus, .form-style .textarea-field:focus {
    border: 1px solid #0c0;
}
.form-style .textarea-field {
    height: 100px;
    width: 55%;
}
.form-style input[type="button"], .form-style input[type="submit"] {
    background-color: #216288;
    border: 1px solid #17445e;
    box-shadow: 0 1px 0 0 #3985b1 inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 8px 18px;
    text-decoration: none;
}
.form-style input[type="button"]:hover, .form-style input[type="submit"]:hover {
    background: #28739e linear-gradient(to bottom, #2d77a2 5%, #337da8 100%) repeat scroll 0 0;
}
.form-style .success {
    background: #d8ffc0 none repeat scroll 0 0;
    border-left: 3px solid #2e6800;
    color: #2e6800;
}
.form-style .error, .form-style .success {
    border: medium none;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 5px 10px;
}
.form-style .error {
    background: #ffe8e8 none repeat scroll 0 0;
    border-left: 3px solid red;
    color: red;
}
.error {
    color: #EC7E25;
    font-size: 12px;
    text-align: left;
    text-transform: none;
}

.example-popup {
position: relative;
background: #FFF;
padding: 20px;
width: auto;
max-width: 500px;
margin: 20px auto;
}

.light_color1
{
	background-color: #4c5057
}
.light_color2
{
	background-color: #5bbdaf
}
.iframe_zoom
{
	zoom:0.60
}
.width_300
{
	width: 50%;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  .width_300
	{
		width:auto;
	}
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    display: block;
    font-size: .8em;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
}
iframe {
    overflow: scroll !important;
    width: 100%;
}

/*-*-*-*-*-*- For Instagram Post -*-*-*-*-*-*-*/

/*End*/



@media(min-width:1200px)
{

.header-inner.light-text .container {
    width: 1400px;
    max-width: 1400px;
}


#navigation_show .block {
    margin: 0 auto;
    max-width: 100%!important;
    padding: 0.6em 1.25em;
    position: relative;
}

.left-logo nav ul#main-nav {
    text-align: center;
	}
	


div#logo a {
    position: absolute;
    left: 50%;
    margin-left: -75px;
}









.left-logo nav ul#main-nav {
    text-align: center;
    float: none!important;
}


.menu-item {
    width: 180px;
}


li#menu-item-209 a {
    padding-right: 0px;
}

li#menu-item-95 a {
    padding-right: 0px;
}


li#menu-item-94 a {
    padding-right: 0px;
}








li#menu-item-184 a {
    position: relative;
    left: -75px;
}


.left-logo nav ul#main-nav {
    text-align: center;
    float: none!important;
    margin-left: -100px;
}



li#menu-item-209 a {
    padding-right: 60px!important;
}







span.icon.retroicon-mail {
    position: relative;
    top: 3.5px;
}

}