/* * Theme Name: Research WordPress Theme
* Theme URI: http://pyloon.com/themes/research
* Description: A Super Clean Responsive Theme
* Author: Sevan Bedevian
* Author URI: http://www.pyloon.com
* Version: 1.3
* Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments
* License: GNU General Public License v2.0
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
   ================================================== */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    /* font-family: 'Droid Serif', Georgia, serif; */
    font-weight: normal;
    color: #4c4c4c;
}

html {
    height: 100%
}

body {
    font: 14px/24px Georgia, serif;
    margin: 0 auto;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    color: #555;
    background-image: url(images/background.jpg);

}

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



.pictogram {
    font-family: 'ModernPictogramsNormal'
}

a {
    text-decoration: none
}

a:hover {
    color: #555
}

hr {
    margin: 20px 0 30px;
    border: 0;
    border-bottom: 1px dotted #ddd;
    height: 1px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

h3,
h4,
h5,
h6 {
    line-height: 28px;
    margin-bottom: 12px;
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px;
    color: #bfbfbf;
    text-transform: uppercase;
}

p {
    margin-bottom: 15px
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.last {
    margin-right: 0 !important
}

blockquote p:before {
    content: "b";
    font-size: 32px;
    line-height: 20px !important;
    font-style: normal;
    display: block;
    font-family: 'ModernPictogramsNormal';
    padding: 6px 12px 0px 0;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    position: absolute;
    left: 0;
    text-transform: none;
}

blockquote p {
    position: relative;
    font-family: 'Droid Serif', serif;
    color: #999;
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    padding-left: 45px;
    text-transform: uppercase;
}

::selection {
    background: #fff666;
    color: #222;
}

::-moz-selection {
    background: #fff666;
    color: #222;
}

img {
    max-width: 100%;
    height: auto;
}

/* ===[ Layout Styles ]===================================================== */

.main-wrapper {
    width: 100%;
    margin: 0 auto;
}

.header-wrapper {
    width: 100%;
    margin: 0 0 0 0;
}

.header-hidden-wrap {
    z-index: 999;

    position: relative;
}

.header-hidden {
    margin: 0 auto;
    width: 920px;
    padding: 10px 10px 0px 10px;
    position: relative;
    display: none;

    background: #f3f3f3;
}

.header-hidden-toggle-wrap {
    width: 940px;
    position: relative;
    margin: 0 auto;
}

.show-hidden {
    margin-top: 0;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.hidden-toggle {
    position: absolute;
    right: 0px;
    bottom: -35px;
    background: url(images/plus-button.png) no-repeat center center;
    display: block;
    width: 21px;
    height: 21px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.hidden-toggle:hover {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    cursor: pointer !important;
}

.show-hidden .hidden-toggle {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: url(images/close-button.png) no-repeat center center;
    right: 0px;
    bottom: -35px;
}

.header-hidden-left {
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    font-style: italic;
}

.header-hidden-right {
    float: right;
}

.header-hidden-right .social-icons a {
    float: left;
    margin-left: 5px;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    opacity: 1;
}

.header-hidden-right .social-icons a:hover {
    opacity: .7;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.header {
    width: 940px;
    margin: 0 auto;
    padding-top: 45px;
    // border-top: solid 10px #f3f3f3;
    border-bottom: solid 1px #dad7d1;
}

.header-left {
    width: 250px;
    float: left;
}

.header-left img {
    padding: 0 0 0 0
}

.header-left h1 {
    margin-bottom: 0;
}

.header-left h1 a {
    color: #555;
    text-decoration: none;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: -1px;
}

.header-right {
    position: relative;
    float: right;
}

/* ===[ Header Navigation Styles ]===================================================== */

.select-menu,
.select {
    display: none;
}

.menu-main-container {
    position: relative;
}

#nav {
    float: right
}

#nav,
#nav ul {
    margin: 13px 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    z-index: 1000;
    margin-bottom: 5px;

}

#nav a {
    display: block;
    padding: 5px;
    color: #aaa;
    text-decoration: none;
    text-align: left;
    outline: none;
    font-weight: normal;
    font-family: "Droid Serif", Georgia, serif;
}

#nav>.current-menu-item>a,
#nav>li a:hover {
    color: #4C4C4C
}

.plus {
    color: #aaa
}

#nav ul {
    position: absolute;
    display: none;
}

#nav li {
    float: left;
    position: relative;
    list-style-type: none;
    //padding-bottom: 17px;
}

#nav li a:before {

    content: " | ";
    padding-right: 15px;

}


#nav>li:first-child a:before {
    content: "";
}





#nav li a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 15px;
    color: #555555;

}

#nav>li>a {
    padding: 5px 12px
}

#nav>li:last-child a {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

#nav>li:first-child a {}

#nav li ul a {
    width: 120px;
    height: auto;
    float: left;
    font-size: 12px;
    color: #999;
}

#nav .sub-menu {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px;
}

#nav .sub-menu li {
    background: #fff;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}

#nav .sub-menu li:first-child {
    border-top: solid 1px #eee
}

#nav>li>ul {
    margin-top: 17px
}

#nav li ul li {
    border-bottom: solid 1px #eee;
    padding-bottom: 0px;



}

#nav li ul li:last-child {
    border-bottom: none;
}

#nav li ul li a {
    margin-right: 0px;
    font-size: 10px;
}

#nav li ul li a:hover {
    background: #f9f9f9;
    color: #555;
}

#nav ul ul {
    top: auto
}

#nav ul ul li:first-child {
    border-top: solid 1px #eee
}

#nav li ul ul {
    right: 150px;
    margin: -2px 0 0 0;
    padding-right: 5px;
}

#nav li ul ul li {
    border-top: none
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
    display: none
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
    display: block
}

/* ===[ Title Styles ]===================================================== */

.home .page-title {
    text-align: center;
    border-bottom: none;
}

.page-title {
    border-bottom: solid 1px #eee;
    padding: 20px 0;
    margin-bottom: 20px;
    position: relative;
}

.page-title-portfolio {
    border-bottom: none;
    margin-bottom: 0;
}

.page-title a {
    color: #4c4c4c
}

.page-title h2 {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 36px;
    //font-style: italic;
}

.page-title h3 {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: -4px;
}

.page-title h3 a {
    color: #aaa
}

.post-nav {
    position: absolute;
    bottom: 50px;
    right: 0;
    font-size: 11px;
    text-transform: uppercase;
}

.post-nav a {
    color: #aaa;
    margin-left: 20px;
    float: right;
}

.post-nav a:hover {
    color: #555
}

.post-nav .previous:before {
    font-family: 'ModernPictogramsNormal';
    content: "<";
    margin-right: 5px;
}

.post-nav .next:after {
    font-family: 'ModernPictogramsNormal';
    content: ">";
    margin-left: 5px;
}

/* ===[ Blog Styles ]===================================================== */

#blog-slider ul li {
    margin-bottom: 10px;
}

#blog-slider .flex-control-nav {
    bottom: -10px;
    width: 940px;
}

.blog-post {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
}

.blog-content {
    padding: 0 0 0 0
}

.readmore {
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-top: 10px;
}

.more-link {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    clear: both;
    padding: 5px 5px 5px 0px;
}

.blog-meta {
    float: left;
    width: 160px;
    margin: 5px 40px 0 0;
}

.blog-meta-date {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: solid 1px #eee;
    float: left;
}

.blog-meta-date span {
    font-size: 18px !important;
    color: #555 !important;
}

.blog-meta li {
    background: none !important;
    padding: 0 0 5px 0 !important;
    margin: 0 0 5px 0 !important;
    color: #999;
    width: 100%;
    line-height: 18px;
    float: left;
    text-align: right;
}

.blog-meta .meta-links li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.blog-meta li a,
.blog-meta li {
    color: #999
}

.blog-meta li a:hover {
    color: #4c4c4c
}

.blog-meta span.meta-list {
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 10px;
    float: left;
    width: 100%;
    letter-spacing: 1px;
}

.blog-meta .tag-wrap {
    float: right;
    width: 132px;
    text-transform: uppercase;
    font-size: 10px;
}

.blog-meta .pictogram {
    font-size: 18px;
    text-transform: none;
    float: right;
    margin-left: 10px;
    color: #666;
}

.content .blog-text {
    float: right;
    width: 470px;
}

.title-meta h2 {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: 32px;
    font-style: italic;
}

.title-meta h2 a {
    color: #555
}

.title-meta h2 a:hover {
    color: #999
}

.blog-image {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.blog-image img {
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.blog-image img:hover {
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    opacity: .9;
}

.blog-read-more {
    border-top: solid 1px #eee;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-top: 10px;
}

/* ===[ Tagcloud Styles ]===================================================== */

.tags {
    width: 620px;
    padding: 15px 0 15px 0;
    clear: both;
    margin-right: 35px;
    background: #f9f9f9;
}

.tags-list {
    width: 505px;
    float: left;
}

.tags-list ul {
    float: left;
    padding: 0 0 0 5px;
    width: 100%;
    margin-bottom: 0;
}

.tags-list ul li {
    display: block;
    padding: 0 19px 0 0;
    float: left;
}

.tags-list ul li p {
    font-size: 11px;
    font-weight: bold;
    color: #5a5a5a;
    float: none;
    padding: 0;
}

.tags-list ul li span {
    font-size: 11px;
    font-weight: bold;
    color: #a2a2a2;
    display: inline;
    padding: 0 0 0 4px;
}

.tags_rgt {
    float: right;
    width: 81px;
    margin-right: 15px;
}

.search .post-share,
.archive .post-share {
    display: none;
}

.post-share {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #eee;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555 !important;
}

.post-share li {
    background: none;
    padding: 0 5px 0 0 !important;
    margin: 0;
}

.post-share a {
    color: #aaa
}

.post-share a:hover {
    color: #4c4c4c
}

.share-title {
    color: #555 !important
}

.blog-navigation {
    border-bottom: solid 1px #eee;
    padding-bottom: 25px;
    margin-top: -25px;
}

.blog-navigation a {
    text-decoration: none;
    padding: 10px 0;
    color: #555;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-navigation a:hover {
    color: #999
}

.blog-navigation .alignleft a:before {
    font-family: 'ModernPictogramsNormal';
    content: "<";
    margin-right: 5px;
}

.blog-navigation .alignright a:after {
    font-family: 'ModernPictogramsNormal';
    content: ">";
    margin-left: 5px;
}

.navigation a {
    text-decoration: none;
    padding: 10px 0;
    color: #555;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navigation a:hover {
    color: #999
}

.featured-image {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.fullsize-image {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.okvideo {
    margin-bottom: 30px
}

.intro {
    color: #979797;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    border-top: solid 1px #EEE;
    border-bottom: solid 1px #EEE;
    padding: 10px 0;
}

/* ===[ Search Form Styles ]===================================================== */

#searchform {
    float: left
}

#s {
    background: #fff;
    float: left;
    padding: 8px 25px 8px 8px;
    border: 0;
    font-size: 11px;
    color: #777;
    outline: none;
    width: 190px;
    margin: 0 0 0 0;
    border: solid 1px #eaeaea;
    font-family: Georgia, serif;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

#s:focus,
#s:hover {
    border: solid 1px #ccc;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

#searchsubmit {
    float: right;
    border: none;
    height: 30px;
    width: 30px;
    background: url(images/search-icon.png) no-repeat 5px center;
    outline: none;
    margin: 0 0 0 -34px;
    display: block;
}

.content #searchsubmit {
    float: left;
}

#searchsubmit:hover {
    cursor: pointer
}

#searchform .screen-reader-text {
    display: none
}

.error404 h4 {
    color: #979797;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

/* ===[ Sidebar Styles ]===================================================== */

#sidebar-close {
    display: none;
}

#sidebar {
    width: 225px;
    float: right;
    font-size: 12px;
    line-height: 22px;
}

#sidebar a {
    text-decoration: none
}

#sidebar a:hover {}

.widget {
    margin-bottom: 40px;
    clear: both;
    float: left;
    width: 100%;
}

.widget h2,
.portfolio-sidebar h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    line-height: 26px;
    margin: 0 0 10px 0;
    font-family: 'Droid Serif', Georgia, serif;
    text-align: center;
    //background: #f7f7f7;
    color: #999;
}

#sidebar .widget ul {
    margin: 0;
    padding: 0;
}

#sidebar .widget li {
    background: url(images/arrow-bullet.png) no-repeat left 8px;
    padding-left: 14px;
    list-style-type: none;
    margin-bottom: 5px;
}

.arrow-list li {
    background: url(images/arrow-bullet.png) no-repeat left 8px;
    padding-left: 14px;
    list-style-type: none;
    margin-bottom: 5px;
}

.tweet-list {
    padding-left: 0px !important
}

.tweet-list li {
    list-style-type: none !important;
    padding: 0 0 10px 0 !important;
    margin-bottom: 10px !important;
    border-bottom: solid 1px #eee;
    background: none !important;
}

.tweet-list li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    border-bottom: none;
}

.tweets-more {
    font-size: 11px;
    line-height: 20px;
    color: #aaa;
    margin-top: 10px;
}

.widget ul {
    padding: 0 0 0 15px
}

.widget ul li {
    padding: 0;
    list-style-type: none;
}

.widget ul li ul {
    padding: 0 0 0 0
}

.tagcloud {
    padding: 0 0 0 0;
    text-align: center;
}

.tagcloud a {
    background: #f7f7f7;
    text-decoration: none;
    float: left;
    color: #888;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0 6px 12px 10px;
    padding: 0 8px 0 5px;
    position: relative;
}

.tagcloud a:before {
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 10px solid #f7f7f7;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: -10px;
    display: block;
    content: "";
}

.tagcloud a:hover {
    color: #555
}

/* ===[ Comment Styles ]===================================================== */

.comments {
    float: left;
    margin: 0 0px 50px 0px;
    background: #fafafa;
    width: 610px;
    border-top: none;
    padding: 25px 25px 35px 35px;
}

.comments li {
    background: none !important;
}

h3#comments {
    padding: 0 0 20px 0;
    margin: 0 0 25px 0 !important;
    font-size: 22px;
    border-bottom: solid 1px #eee;
    line-height: 30px;
    text-align: center;
}

#respond {
    margin: 0 0 15px 0;
    padding: 0px 20px 20px 0;
}

.comment #respond {
    margin-top: 0px
}

#respond h3 {
    background: url(images/divider03.png) repeat-x 0 100%;
    padding: 0 0 10px 0;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 25px;
}

#respond label {
    font-weight: bold;
    font-size: 10px;
    margin: 5px 0 0 15px;
    color: #aaa;
}

#respond p {
    margin-bottom: 15px
}

#respond input[type="text"],
#respond textarea {
    color: #777;
    border: none;
    border: solid 1px #eee;
    border-bottom: solid 1px #ddd;
    background: #fff;
    width: 50%;
    padding: 10px;
    font-size: 13px;
}

#respond input:focus,
#respond textarea:focus {
    outline: none;
}

#respond textarea {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#respond .respond-submit {
    background: #555;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    border: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#respond .respond-submit:hover {
    background: #666;
    cursor: pointer;
}

#respond #commentform p {}

.comment #respond #commentform p {}

#respond #commentform .form-author {
    background: #fff url(images/form-name.png) no-repeat right center;
}

#respond #commentform .form-email {
    background: #fff url(images/form-email.png) no-repeat right center;
}

#respond #commentform .form-website {
    background: #fff url(images/form-website.png) no-repeat right center;
}

.allowed {
    font-size: 11px;
    color: #888;
    width: 500px;
    float: left;
    margin: 0 0 15px 0;
}

.commentlist {
    list-style-type: none !important;
}

.commentlist li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0 !important;
    position: relative;
    list-style-type: none !important;
}

.commentlist li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.commentlist li:before,
.commentlist ol .num {
    float: left;
    margin: 0 0 0 0 !important;
    content: none !important;
    counter-increment: none !important;
}

.children {
    margin-bottom: 0px !important;
    margin-top: 25px !important;
}

.children li {
    margin: 0 0 0 0;
    padding-left: 40px;
}

.children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-block {
    padding: 0;
}

.comment-text {
    background: #fff;
    border: solid 1px #eee;
    padding: 10px;
    font-size: 13px;
}

.comment-text:before {
    width: 0;
    height: 0;
}

.reply {
    margin: 0px !important;
    font-size: 12px;
}

.comments .children .reply {
    text-align: left
}

.reply a:hover {
    text-decoration: none;
}

.reply a:hover:after {
    content: "\2192";
}

#cancel-comment-reply {
    margin: 0 0 15px 0;
    float: right;
}

.comments .logged-in {
    float: left;
    font-size: 14px !important;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.vcard {
    margin: 0 0 0 0;
    padding: 0 85px 0 0;
    float: left;
}

.vcard img {
    float: left;
    background: #fff;
    border: solid 1px #eee;
    padding: 3px;
}

.fn {
    float: left;
    font-style: normal;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    margin-top: 0;
}

.fn a {
    color: #666
}

.comment-info {
    margin-bottom: 10px;
    position: relative;
}

.comment-meta {
    float: left;
    margin: 2px 0 0 12px;
}

.comment-time {
    font-size: 11px;
    color: #999;
}

.comment-edit-link {
    font-size: 11px;
}

/* ===[ Sidebar Styles ]===================================================== */

.blog-entry {}

.pro-title h4 {
    display: block float:left;
    width: 295px;
    background: url(images/design-repeat.gif) right center repeat-x;
}

.pro-title h4 span {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    background: #3e3e3e;
    padding: 0 10px 0 0;
}

.pro-title h3 {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    display: block float:left;
    width: 295px;
    background: url(images/design-repeat.gif) right center repeat-x;
}

.pro-title h3 span {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    background: #3e3e3e;
    padding: 0 10px 0 0;
}

/* ===[ Section Styles ]===================================================== */

.container {
    width: 940px;
    margin: 0 auto;
}

#sections {
    width: 940px;
    margin: 0 auto;
}

.section-title {
    letter-spacing: 5px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    background: url(images/title-bg.png) repeat-x 0 20px;
}

.section-title span {
    background: #fff;
    padding: 0 15px;
}

.section:first-child {
    padding-top: 0px;
    border-top: none;
}

.section {
    padding: 0 0 85px 0;
    float: left;
    width: 100%;
    position: relative;
}

.section .column {
    width: 296px;
    margin: 0 0 0 0;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.section .no-border {
    height: 1px;
    background: #fff;
    width: 100%;
    float: left;
    margin-top: -26px;
}

.section .column:last-child {
    margin-right: 0px;
    border-right: none;
}

.section-titlea {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    background: #f7f7f7;
    padding: 0 10px;
    margin: 0 0 35px 0;
    text-align: center;
}

.section-title2a {
    font-size: 48px;
    letter-spacing: -2px;
    color: #eee;
    position: absolute;
    bottom: -16px;
    right: 0;
    padding: 0;
    text-align: center;
    display: none;
}

.section-title3a {
    font-size: 28px;
    text-align: center;
    display: none;
}

/* ===[ Ribbon Styles ]===================================================== */

.ribbon {
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 30%;
    position: relative;
    background: #ededed;
    color: #777;
    text-align: center;
    padding: 8px 2em;
    margin: 0 auto 45px;
    line-height: 16px;
}

.ribbon:before,
.ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #e4e2e2;
    z-index: -1;
}

.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}

.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}

.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #cfcfcf transparent transparent transparent;
    bottom: -1em;
}

.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.non-semantic-protector {
    position: relative;
    z-index: 1;
    background: url(images/ribbon-bg.png) no-repeat 0 24px;
    display: none;
}

/* ===[ Slider Styles ]===================================================== */

#header-slider,
.gallery-wrap,
.portfolio-big-slide,
.okvideo {
    background: url(images/loading.gif) center center no-repeat;
    min-height: 200px;
}

.single .gallery-wrap {
    margin-bottom: 50px;
    margin-top: -1px;
}

#header-slider .slides {
    background: #fff;
}

.slides h2 {
    font-size: 30px;
    margin: 15px 0 0 0;
    text-align: center;
}

.slides h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.slides .featured-thumb img {
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.featured-thumb img:hover {
    opacity: .9;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

/* ===[ Services Styles ]===================================================== */

.services-wrap {
    display: block;
    float: left;
    margin-bottom: -50px;
    width: 965px;
}

.services {}

.services h3 {
    font-size: 16px;
    line-height: 22px;
}

.services h3 a {
    color: #4c4c4c
}

.services h3 a:hover {
    color: #888;
}

.services .service-icon {
    float: left;
    margin: 0 15px 0 0;
    font-size: 24px;
    letter-spacing: -2px;
    line-height: 22px;
    color: #555;
    background: #f3f3f3;
    display: block;
    padding: 10px;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    height: 25px;
    width: 25px;
    overflow: hidden;
}

.services p {
    margin: 15px 0 20px 0;
    font-size: 13px;
}

.services:hover .service-icon {
    background: #fff666;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

/* ===[ Home Blog Styles ]===================================================== */

#blog-slider {
    width: 970px;
}

.home-blog {
    display: block
}

.home-blog .slides {}

.home-blog-post {
    float: left;
    width: 182px;
    margin-right: 30px;
    padding-right: 30px;
    border: solid 1px #eee;
    padding: 15px;
    position: relative;
}

.home-blog-post:last-child {
    margin-right: 0px
}

.home-blog-post:hover {
    box-shadow: rgba(0, 0, 0, 0.08) 3px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 3px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 3px 3px 0px;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.big-comment h3 {
    position: relative;
}

.home-blog-post .blog-title {
    text-align: center
}

.home-blog-post h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.home-blog-post h3 a {
    color: #4c4c4c
}

.home-blog-post h3 a:hover {
    color: #888
}

.home-blog-post .excerpt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    text-align: center;
}

.home-blog-post .blog-text {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.home-blog-post .blog-pictogram a {
    font-size: 20px;
    line-height: 14px;
    display: block;
    width: 15px;
    margin: 0 auto;
    background: #f4f4f4;
    padding: 15px;
    margin-top: 15px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    color: #555;
}

.home-blog-post .blog-pictogram a:hover {
    background: #666;
    color: #fff;
}

.home-blog-post-meta {
    text-transform: uppercase;
    font-size: 10px;
    color: #aaa;
    line-height: 16px;
    margin-bottom: 10px;
}

.home-blog-post .blog-thumb {
    margin-bottom: 10px;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.home-blog-post img:hover {
    opacity: .9;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.home-blog-right {
    float: right;
    width: 300px;
}

.okay-recent-posts {
    margin: 0;
    padding: 0;
}

.okay-recent-posts .pane {
    padding-top: 10px !important;
    border: none !important;
    padding: 0;
}

.okay-recent-posts .recent-posts-thumb {
    padding: 3px;
    border: solid 1px #EEE;
    float: left;
    margin: 0 10px 0 0;
}

.okay-recent-posts .pane h4 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    line-height: 30px;
    margin: 0 0 15px 0;
    font-family: 'Droid Serif', Georgia, serif;
    text-align: center;
    background: #f7f7f7;
    color: #999;
}

.recent-posts-widget {}

.recent-posts-widget li,
.recent-comments-widget li {
    list-style-type: none;
    margin: 0 0 15px 0 !important;
    padding: 0 0 15px 0 !important;
    border-bottom: solid 1px #eee;
    background: none !important;
}

.recent-posts-widget li:last-child,
.recent-comments-widget li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}

.recent-posts h3 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 3px;
}

.recent-posts h3 a {
    color: #4c4c4c
}

.recent-posts h3 a:hover {
    color: #888
}

.recent-posts p {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
    color: #aaa;
    margin-bottom: 0px;
}

/* ===[ Homepage Portfolio Styles ]===================================================== */

.box-portfolio {}

.box-portfolio .flex-control-nav {
    bottom: 10px
}

.box-portfolio .flex-control-nav li {
    width: auto;
    float: none;
}

.box-portfolio li {
    width: 296px;
    margin: 0 25px 25px 0;
    float: left;
    background: none !important;
    padding: 0 !important;
}

.box-portfolio. .slide-portfolio {
    margin-right: 0px !important
}

.box-portfolio-title h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}

.box-portfolio-title h4 a {
    color: #777;
    padding: 2px 5px;
}

.box-portfolio-title h4 a:hover {
    background: #f9724e;
    color: #fff;
}

.box-portfolio-title {
    text-align: center;
    padding: 10px 5px;
}

.box-portfolio-title span {
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    display: block;
    margin-top: -2px;
}

.box-portfolio .flex-control-nav li {
    width: auto;
    float: none;
}

.home .box-portfolio .slides {
    margin-bottom: -45px
}

.box-portfolio-title h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}

.box-portfolio-title h4 a {
    color: #777;
    padding: 2px 5px;
}

.box-portfolio-title h4 a:hover {
    background: #f9724e;
    color: #fff;
}

.box-portfolio-title {
    text-align: center;
    padding: 10px 5px;
}

.box-portfolio-title span {
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    display: block;
    margin-top: -2px;
}

/* ===[ Portfolio Page Styles ]===================================================== */

.mobile-slide {
    display: none !important;
}

.portfolio-big-slide {
    float: left;
    width: 100%;
}

.portfolio-big-slide .mosaic-block {
    width: 940px;
    height: 306px;
    margin-bottom: 25px;
}

.portfolio-big-slide .details h4 {
    margin-bottom: 0px;
    font-size: 30px;
}

.portfolio-big-slide .details p {
    margin-top: 5px;
    font-size: 12px;
}

.portfolio-big-slide .details .pictogram {
    margin: 100px 0 15px 0;
    font-size: 45px;
    text-align: center;
}

.portfolio-big-thumb {
    margin-bottom: 20px
}

.portfolio-big-title {
    text-align: center;
    margin-bottom: 35px;
    padding: 0 70px;
}

.portfolio-big-title a {
    color: #555
}

.portfolio-big-title h2 {
    letter-spacing: 5px;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.portfolio-big-title h3 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    color: #aaa;
    line-height: 24px;
}

#portfolio-slider {
    margin-bottom: 15px;
    width: 965px;
}

.page-template-portfolio-php #portfolio-slider {
    margin-bottom: 60px;
}

/* ===[ Fading Block Styles ]===================================================== */

.mosaic-block {
    float: left;
    position: relative;
    overflow: hidden;
    width: 296px;
    height: 175px;
    background: #fff;
}

.mosiac-block-sidebar {
    width: 225px !important;
    height: 150px !important;
}

.portfolio-sidebar {
    margin-bottom: 20px !important
}

.portfolio-sidebar ul,
.portfolio-sidebar li {
    padding-left: 0px !important
}

.portfolio-sidebar .flex-control-nav {
    bottom: -25px !important
}

.portfolio-sidebar .details .pictogram {
    margin-top: 36px !important
}

.portfolio-sidebar .details h4 {
    padding: 0 5px;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 16px;
}

#sidebar .flex-control-nav li {
    background: none;
}

.mosaic-backdrop {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

.mosaic-overlay {
    display: none;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fade .mosaic-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    background: #fff;
}

.details h4 {
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 0px;
}

.details p {
    color: #bbb;
    text-align: center;
    margin-top: -4px;
    font-size: 10px;
    text-transform: uppercase;
}

.details .pictogram {
    margin: 50px 0 5px 0;
    font-size: 30px;
    color: #bbb;
    text-align: center;
}

/* ===[ Portfolio Meta Styles ]===================================================== */

.portfolio-sidebar {
    width: 225px;
    float: right;
    font-size: 12px;
    line-height: 22px;
}

.page-template-blog-php .portfolio-meta {
    display: none;
}

.meta-mobile {
    display: none;
}

.portfolio-meta {
    float: right;
    width: 225px;
    margin: 0 0 0 0;
}

.portfolio-meta h3 {
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}

.portfolio-meta-date {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: solid 1px #eee;
    float: left;
}

.portfolio-meta-date span {
    font-size: 18px !important;
    color: #555 !important;
}

.portfolio-meta li {
    background: none !important;
    padding: 0 0 5px 0 !important;
    margin: 0 0 5px 0 !important;
    color: #999;
    width: 100%;
    line-height: 18px;
    float: left;
}

.portfolio-meta li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.portfolio-meta li {
    color: #999;
}

.portfolio-meta a {
    color: #999;
}

.portfolio-meta li a:hover {
    color: #4c4c4c
}

.blog-post .portfolio-meta span {
    width: auto;
}

.portfolio-meta span {
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 10px;
    float: left;
    width: 100%;
    letter-spacing: 1px;
}

.portfolio-meta .tag-wrap {
    float: left;
    width: 198px;
}

.portfolio-meta .pictogram {
    font-size: 18px;
    text-transform: none;
    float: left;
    margin-right: 10px;
    color: #666;
}

/* ===[ Testimonial Styles ]===================================================== */

.testimonials h2 {
    font-size: 26px
}

.testimonials h3 {
    color: #aaa
}

/* ===[ Recent Posts Widget Styles ]===================================================== */

.recent-comments-widget {
    font-size: 14px
}

.recent-comments-widget .comment-info {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.recent-comments-widget .comment-avatar {
    padding: 3px;
    border: solid 1px #eee;
    float: left;
    margin: 2px 10px 0 0;
}

.recent-comments-widget .comment-avatar-right {
    float: left;
    line-height: 20px;
    width: 176px;
}

.recent-comments-widget .comment-author {
    float: left;
    width: 100%;
    margin-top: 3px;
}

.recent-comments-widget .comment-author a {
    font-size: 13px;
    color: #4c4c4c;
}

.recent-comments-widget .comment-author a:hover {
    color: #888
}

.recent-comments-widget .comment-date {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    color: #aaa;
    margin-top: -3px;
}

.recent-comments-widget .comment-txt {
    color: #555;
    font-size: 12px;
}

.recent-comments-widget .comment-txt:hover {
    color: #888
}

.portfolio-full,
.content-full {
    width: 940px !important
}

.portfolio-full {
    padding-top: 30px;
}

/* ===[ Content Styles ]===================================================== */

.content {
    width: 670px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-height: 300px;

}

.content ul,
.content ol {
    margin-bottom: 20px
}

.content ul li {
    background: url(images/arrow-bullet.png) no-repeat left 9px;
    padding-left: 14px;
    list-style-type: none;
    margin-bottom: 5px;
}

.content ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

/* ===[ Footer Styles ]===================================================== */

.footer {
    width: 100%;
}

.footer-text {
    width: 940px;
    margin: 0 auto;
    padding: 10px 0px 30px 0px;
    border-top: solid 1px #DAD7D1;
    //border-bottom: solid 10px #eee;
}

.footer-text-left {
    width: 400px;
    float: left;
}

.footer-text-left ul {
    float: left
}

.footer-text-left ul li {
    float: left;
    display: inline;
    margin: 0 5px 0 0;
}

.footer-text-left ul li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    text-decoration: none;
    padding: 0px 5px;
}

.footer-text-left ul li a:hover {
    color: #4c4c4c;
    padding: 5px;
}

.footer-text-left ul li:first-child {
    padding-left: 0px;
}

.footer-text-left ul li.last {
    padding: 3px 0 0 0
}

.footer-text-left {
    width: 475px;
    float: left;
}

.footer-text-right {
    float: right;
    font-size: 11px;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-text-right a {
    color: #4c4c4c;
}

.footer-text-right a:hover {
    color: #999;
}

.footer-widgets-wrap {
    width: 975px;
}

.footer-widgets {
    width: 940px;
    margin: 60px auto 0 auto;
    padding: 0px 0 75px 0;
    //border-top: solid 2px #f0f0f0;
}

.footer-widget {
    width: 208px;
    float: left;
    padding: 30px 35px 0 0;
    font-size: 13px;
}

.footer-widgets div:last-child {
    padding-right: 0px;
    margin-right: 0px !important;
}

.footer-widget a {
    text-decoration: none;
}

.footer-widget ul {
    margin: 0 0 0 0
}

.footer-widget li {
    background: url(images/arrow-bullet.png) no-repeat left 8px;
    padding-left: 14px;
    list-style-type: none;
}

.footer-widget p {
    line-height: 22px;
}

.footer-widget h2 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    display: block;
    line-height: 24px;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #eee;
}

/* ===[ Deafult WP Styles ]===================================================== */

.wp-caption {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    padding: 5px;
    max-width: 96%;
    /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

img.alignleft,
img.alignright {}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    text-align: center;
}

img.alignleft {
    margin: 5px 25px 20px 0
}

img.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
}

.gallery-caption {
    text-align: center
}

.gallery-item {
    width: 115px !important;
    margin-right: 15px;
    margin-bottom: 20px;
}

.gallery-icon {
    width: 115px
}

.gallery-item img {
    width: 95px;
    height: auto;
    border: solid 8px rgba(255, 255, 255, .70) !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}

.sticky {}

.bypostauthor {}

/* ===[ Contact Form 7 Styles ]===================================================== */

.wpcf7 input[type="text"],
.wpcf7 textarea {
    font-family: Georgia, serif;
}

.wpcf7 input[type="text"] {
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 200;
    color: #777;
    border: none;
    width: 50%;
    background: #f0f0f0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.wpcf7 textarea {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #777;
    border: none;
    background: #f0f0f0;
    margin-top: 5px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    background: #e9e9e9;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.wpcf7 p {
    font-size: 10px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.wpcf7 br {
    margin-bottom: 10px;
}

.wpcf7-submit {
    display: inline-block;
    text-decoration: none;
    font: bold 10px/12px Georgia, serif;
    text-transform: uppercase;
    padding: 8px 11px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 44px;
    text-align: center;
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
    /*  WebKit */
    background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}

.wpcf7-submit:hover {
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8));
    /*  WebKit */
    background: -moz-linear-gradient(top, #efefef, #f8f8f8);
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    text-shadow: 0 1px 0 #fdfdfd;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    cursor: pointer;
}

.wpcf7-response-output {
    background: #faf7d6;
    border: none !important;
}

.wpcf7-mail-sent-ok {
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: #ECF3E5;
    background: rgba(229, 243, 212, .5);
    padding: 15px !important;
    border: solid 1px #D2EFAC !important;
}

.wpcf7-validation-errors {
    margin-left: 0px !important;
    background: #FCF3F3;
    background: rgba(255, 238, 238, .5);
    border: solid 1px #FBDCDC !important;
    padding: 10px !important;
    margin-right: 0px !important;
}

/* ===[ Page With Sidebar Shortcode Column Styles ]===================================================== */

.one-third {
    width: 491px;
    margin: 0 40px 20px 0;
    float: left;
}

.one-third-last {
    width: 491px;
    margin-right: 0px !important;
    float: left;
}

.one-half {
    width: 315px;
    float: left;
    margin: 0 40px 20px 0;
}

.one-half-last {
    margin-right: 0px !important;
    width: 315px;
    float: left;
}

.one-quarter {
    width: 137px;
    float: left;
    margin: 0 40px 20px 0;
}

.one-quarter-last {
    width: 139px;
    float: left;
    margin-right: 0px !important;
}

.highlight {
    background: #fff9ce;
    width: auto;
    display: inline;
    padding: 0px 3px;
    font-weight: bold;
}

/* ===[ Full Width Shortcode Column Styles ]===================================================== */

.content-full .one-third {
    width: 614px;
    margin-right: 40px;
    float: left;
}

.content-full .one-third-last {
    width: 614px;
    margin-right: 0px !important;
    float: left;
}

.content-full .one-half {
    width: 287px;
    float: left;
    margin: 0 40px 20px 0;
}

.content-full .one-half-last {
    margin-right: 0px !important;
    width: 286px;
    float: left;
}

.content-full .one-quarter {
    width: 123px;
    float: left;
    margin: 0 40px 20px 0;
}

.content-full .one-quarter-last {
    width: 123px;
    float: left;
    margin-right: 0px !important;
}

/* ===[ Shortcode Button Styles ]===================================================== */

.highlight {
    background: #fff666;
    color: #222;
    width: auto;
    display: inline;
    padding: 2px 3px;
    font-weight: normal;
}

.demo-button {
    margin-bottom: 6px;
    padding-top: 4px;
}

.demo-button span {
    margin-right: 4px
}

.button a {}

.button a:hover {}

.button {
    display: inline-block;
    text-decoration: none;
    font: bold 10px/12px Georgia, HelveticaNeue, Arial;
    text-transform: uppercase;
    padding: 6px 11px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.button:hover {
    cursor: pointer;
}

.button.white {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
    /*  WebKit */
    background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}

.button.white:hover {
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8));
    /*  WebKit */
    background: -moz-linear-gradient(top, #efefef, #f8f8f8);
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    text-shadow: 0 1px 0 #fdfdfd;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}

.button.white a {
    color: #555;
}

.button.gray {
    background: #bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae));
    /*  WebKit */
    background: -moz-linear-gradient(top, #cacaca, #aeaeae);
    border-color: #b5b5b5 #a1a1a1 #8f8f8f;
    color: #555;
    text-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
}

.button.gray:hover {
    background: #c2c2c2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2));
    /*  WebKit */
    background: -moz-linear-gradient(top, #bcbcbc, #c2c2c2);
    border-color: #989898 #8e8e8e #878787;
    text-shadow: 0 1px 0 #dadada;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}

.button.gray a {
    color: #555;
}

.button.pink {
    background: #f67689;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778));
    /*  WebKit */
    background: -moz-linear-gradient(top, #f78297, #f56778);
    border-color: #df6f8b #da5f75 #d55061;
    color: #913944;
    text-shadow: 0 1px 0 #f89ca9;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
}

.button.pink:hover {
    background: #f67c90;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297));
    /*  WebKit */
    background: -moz-linear-gradient(top, #f56c7e, #f78297);
    border-color: #c36079 #c25669 #c14e5c;
    text-shadow: 0 1px 0 #f9a6b4;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
}

.button.pink a {
    color: #913944;
}

.button.orange {
    background: #fecc5f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a));
    /*  WebKit */
    background: -moz-linear-gradient(top, #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #996633;
    text-shadow: 0 1px 0 #fedd9b;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
}

.button.orange:hover {
    background: #fecb5e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61));
    /*  WebKit */
    background: -moz-linear-gradient(top, #fec354, #fecd61);
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}

.button.orange a {
    color: #996633;
}

.button.green {
    background: #b7d770;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57));
    /*  WebKit */
    background: -moz-linear-gradient(top, #cae285, #9fcb57);
    border-color: #adc671 #98b65b #87aa4a;
    color: #5d7731;
    text-shadow: 0 1px 0 #cfe5a4;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
}

.button.green:hover {
    background: #b9d972;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972));
    /*  WebKit */
    background: -moz-linear-gradient(top, #b8d872, #b9d972);
    border-color: #8bb14d #83a648 #7d9e45;
    text-shadow: 0 1px 0 #d5e8aa;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
}

.button.green a {
    color: #5d7731;
}

.button.blue {
    background: #92dbf6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3));
    /*  WebKit */
    background: -moz-linear-gradient(top, #abe4f8, #6fcef3);
    border-color: #8dc5da #76b7cf #63abc7;
    text-shadow: 0 1px 0 #b6e6f9;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
}

.button.blue:hover {
    background: #92dbf6;
    border-color: #7caec0 #68a3ba #5a9cb5;
    text-shadow: 0 1px 0 #bee9fa;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
}

.button.blue a {
    color: #42788e;
}

.button.purple {
    background: #dfaeda;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce));
    /*  WebKit */
    background: -moz-linear-gradient(top, #e8c4e4, #d494ce);
    border-color: #bc9db9 #ad89aa #a1799d;
    color: #7b5777;
    text-shadow: 0 1px 0 #eacae6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
}

.button.purple:hover {
    background: #e0b1db;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db));
    /*  WebKit */
    background: -moz-linear-gradient(top, #deabd9, #e0b1db);
    border-color: #a482a0 #9b7897 #947090;
    text-shadow: 0 1px 0 #ecd0e9;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}

.button.purple a {
    color: #7b5777;
}

.button.black {
    background: #525252;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343');
    /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343));
    /*  WebKit */
    background: -moz-linear-gradient(top, #5e5e5e, #434343);
    border-color: #4c4c4c #313131 #1f1f1f;
    color: #fff;
    text-shadow: 0 1px 0 #2e2e2e;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
}

.button.black:hover {
    background: #5a5a5a;
    border-color: #2c2c2c #1c1c1c #101010;
    text-shadow: 0 1px 0 #363636;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
}

.button.black a {
    color: #fff;
}

/* ===[ Shortcode Message Style ]===================================================== */

.message {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

.message a {
    color: #555
}

.message a:hover {
    text-decoration: underline
}

.message strong {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.red-message {
    background: #fff7f7;
    border: solid 1px #fddcdc;
    padding: 15px;
}

.green-message {
    background: #f1f9ea;
    padding: 15px;
    border: solid 1px #d0eeac;
}

.yellow-message {
    background: #fcfbe4;
    border: solid 1px #efebbc;
    padding: 15px;
}

.gray-message {
    background: #f5f5f5;
    border: solid 1px #ddd;
    padding: 15px;
}

/* ===[ Shortcode Tooltip Styles ]===================================================== */

.tooltip {
    display: inline;
    position: relative;
}

.tooltip a span {
    width: 115px;
    height: auto;
    line-height: 20px;
    padding: 5px 10px 0px 10px;
    left: 50%;
    margin-left: -58px;
    font-family: Georgia, serif;
    font-size: 11px;
    color: #777;
    text-align: center;
    border: 4px solid #fff;
    background: rgba(255, 255, 255, 1);
    text-indent: 0px;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 30px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-left: solid 1px #f5f5f5;
    border-top: solid 1px #f5f5f5;
}

.tooltip a span:before,
.tooltip a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.tooltip a span:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff;
}

.tooltip a:hover span {
    opacity: 0.9;
    bottom: 35px;
}

/* ===[ Shortcode Tabbed Box Styles ]===================================================== */

.tabs {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0;
    height: 30px;
    border-bottom: solid 1px #eee;
}

#sidebar .tabs {
    border-bottom: none;
    height: auto;
}

.tabs li {
    float: left;
    text-indent: 0;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    background: #fff !important;
}

.content .tabs li a:hover {
    background: #f7f7f7;
}

.content .tabs li a:hover {
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.tabs a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    margin: 0px;
    position: relative;
    color: #888;
}

.tabs a:hover {
    color: #555;
}

.tabs a:active {
    outline: none
}

.tabs .current,
.tabs .current:hover,
.tabs li.current a {
    cursor: default !important;
    color: #555 !important;
    background: #f7f7f7;
}

.tab-wrapper li .current,
.tab-wrapper li .current:hover,
.tab-wrapper li.current a,
.tab-wrapper a:hover {
    background: #fff666
}

.tab-wrapper {
    padding: 0;
    width: 435px;
    height: 70px;
    margin: 80px auto 30px auto;
}

.tab-wrapper li {
    float: left;
    background: none !important;
    padding: 0 !important;
    margin: 0 6px 0 0 !important;
}

.tab-wrapper li a {
    display: block;
    height: 32px;
    width: 40px;
    text-align: center;
    line-height: 34px;
    margin: 0;
    outline: none;
    background: #f7f7f7;
    padding: 0;
    position: relative;
    font-family: 'ModernPictogramsNormal';
    color: #555;
    font-size: 22px;
    text-transform: none;
    border-bottom: solid 1px #f7f7f7;
}

.tab-wrapper li a.current {
    border-bottom: solid 1px #fff666;
}

.tab-wrapper li a:hover {
    border-bottom: solid 1px #fff666;
}

.tab-wrapper li a:active {
    border-top: solid 1px #fff666;
    border-bottom: none;
}

.tab-wrapper li a span {
    width: 95px;
    height: auto;
    line-height: 20px;
    padding: 5px 10px 0px 10px;
    left: 50%;
    margin-left: -58px;
    font-family: Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    color: #999;
    text-align: center;
    border: 4px solid #fff;
    background: rgba(255, 255, 255, 1);
    text-indent: 0px;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 30px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-left: solid 1px #f5f5f5;
    border-top: solid 1px #f5f5f5;
}

.tab-wrapper li a span:before,
.tab-wrapper li a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.tab-wrapper li a span:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff;
}

.tab-wrapper li a:hover span {
    opacity: 0.9;
    bottom: 38px;
}

#sidebar .panes .pane {
    margin-top: 12px
}

.panes .pane {
    display: none;
    padding-top: 15px;
    margin-top: -1px;
}

.change-font a {
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
    margin-right: 15px;
}

.change-font a:hover {
    color: #4c4c4c
}



#home h1 {

    //position:absolute;
    padding-top: 100px;
    //margin-left:60px;
    margin-bottom: 50px;

}

#home h2 {

    //position:absolute;
    padding-top: 20px;
    //margin-left:60px;

}




#home .map {

    background-image: url(images/map.png);
    background-repeat: no-repeat;
    height: 498px;
    position: relative;

}


#home img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */

}

#home span {

    color: #0a5b9f;
}



.lcp_catlist li {

    border-bottom: 1px solid #DAD7D1;
    margin-top: 15px;
    padding-bottom: 15px;


}



.lcp_catlist li:last-child {

    border-bottom: none !important;
    margin-bottom: 15px;
    margin-top: 15px;



}

.header h1 {
    margin-top: 1rem;
    text-align: center;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.btn_out {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #DCDCDC;
    border-radius: 2px 2px 2px 2px;
    color: #6E6E6E;
    display: inline-block;
    float: left;
    font: bold 12px Helvetica, Arial, sans-serif;
    margin-right: 10px;
    padding: 4px 12px 4px 3px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: border-color 0.218s ease 0s;
}

.only-button {
    background-image: url("images/download.png");
    background-position: 2px center;
    background-repeat: no-repeat;
    min-height: 30px;
    padding-left: 40px;
    padding-top: 8px;
    vertical-align: middle;
    margin-top: 8px;
}

.only-button:hover {
    border-color: #999999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #333333;
}

.only-button p {

    margin-bottom: 0;
    padding: 8px 2px;

}

#quotearea {

    //margin-left:280px;
    position: relative;
    text-align: center;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#quote {

    font-size: 24px;
    line-height: 36px;


}


#quote:before {
    //width:38px;
    //height:31px;
    //content: url(images/left_quote.png);
    display: none;


}

#quote:after {
    //width:38px;
    //height:33px;
    //content: url(images/right_quote.png);
    display: none;

}

#sidebar .textwidget .pictogram {

    color: #666666;
    font-size: 18px;
    //margin-left: 10px;
    text-transform: none;
}

.login_required {

    font-size: 10px !important;
    font-weight: normal !important;

}


p.speech {
    position: relative;
    width: 600px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    border: 4px solid #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}

p.speech:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    top: 100px;
    border: 25px solid;
    border-color: #666 transparent transparent #666;
}

p.speech:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    top: 100px;
    border: 18px solid;
    border-color: #fff transparent transparent #fff;
}

p.thought {
    position: relative;
    width: 130px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    border: 8px solid #666;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}

p.thought:before,
p.thought:after {
    left: 10px;
    top: 70px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 8px solid #666;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

p.thought:after {
    width: 20px;
    height: 20px;
    left: 5px;
    top: 100px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.login_wrapper {

    width: 940px;
    margin: 0 auto;

}

.flexible-frontend-login a {

    color: #fff;
}

.flexible-frontend-login a:hover {

    color: #DAD7D1;
}

#ffl-boxes #ffl-dialog a:hover {
    color: #0A5B9F;
    cursor: pointer;
}




@media (max-width:640px) {



    #home h1 {
        font-size: 14px;
        padding-top: 20px;
        margin-bottom: 20px;


    }

    #home .map {

        background-image: url(images/map_mobile.png);
        background-repeat: no-repeat;
        width: 340px;
        height: 200px;
        position: relative;

    }


    #home img {


        width: 200px;
        /* you can use % */
        height: 200px;
    }

    #quotearea {


        position: relative;
        float: left;
        width: 320px;

    }

    #quote {

        font-size: 12px;
        //line-height: 20px;


    }


    #quote:before {
        width: 0px;
        display: none;

    }

    #quote:after {
        width: 0px;
        display: none;

    }



}


/* --- Sotos --- */
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
    font-family: 'FontAwesome';
    src: url('./font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}


body {
    font: 14px/20px 'Source Code Pro', monospace;
    /* background-image: url('images/fmap_clean.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
}


html::after {
    content: "";
    background: url(images/fmap_clean.png);
    opacity: 0.04;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    background-attachment: fixed;
}

.header-wrapper {
    width: 100%;
    margin: 0 0 0 0;
    position: sticky;
    /* top: 32px; */
    background: url(images/background.jpg);
    z-index: 10000;
}

#nav a {
    font: inherit;
}

h2 {
    letter-spacing: -.05rem;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

h2>a {
    color: #962020;
}

.entry {
    margin-bottom: 3rem;
}


#nav>li>a {
    font-size: 15px;
}

.header-left h1 a {
    font-size: 35px;
    color: #962020;
    line-height: 70px;
    /* padding: 2rem 1rem 0.1rem 1rem; */
    border-radius: 5px;
}

.page-title {
    display: none;
}

.container {
    padding: 2rem 0;
}

.navigation>div>a {
    border: 1px solid #962020;
    border-radius: 5px;
    padding: .5rem 1rem;
}

.navigation>div>a:hover {
    background-color: #962020;
    color: #f9faf4;
}

.navigation a {
    font-size: 18px;
    color: #962020;
    letter-spacing: 0;
}

.header {
    padding-top: 1rem;
}

.header-left,
.header-right {
    float: left;
    width: 100%;
}

.header-left {
    margin-bottom: 2rem;
}

.header-left img {
    padding: 0 0 0 0;
    width: 500px;
}

#home span {
    color: #962020;
}


.content {
    width: 100%;
}

.content .blog-post {
    display: flex;
    flex-direction: column;
}

.content .blog-text {
    float: none;
    width: 100%;
    margin: 2rem 0;
}

.content .blog-meta {
    float: none;
    width: 100%;

}

.content .blog-meta li,
.blog-meta span.meta-list,
.blog-meta .pictogram,
.blog-meta .tag-wrap {
    float: none;
}

.meta-links,
.post-share {
    display: flex;
}

.meta-links li {
    flex-grow: 1;
    text-align: left;
}

.post-share li {
    width: 75px;
    text-align: left;
}

/* .content ul li {
    display: inline;
    margin: 0 20px !important;
}

.content ul li:first-child {
    margin: 0 !important;
} */

.blog-meta span.meta-list {
    font-size: 12px;
    color: #962020;
}

.blog-meta .pictogram {
    color: #962020;
    margin-left: 0;
}

.blog-meta li a,
.blog-meta .tag-wrap,
.blog-meta .tag-wrap a {
    font-size: 12px;
    color: #962020;
}

.content .post-share li {
    margin: 0 5px !important;
}

.blog-content {
    margin-bottom: 2rem;
}

.blog-navigation a {
    text-decoration: none;
    padding: 10px 8px;
    color: #962020;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px dashed #962020;
    border-radius: 5px;
    overflow-wrap: break-word;
    max-width: 400px;
    display: block;
    text-align: center;
}

.blog-navigation a:hover {
    border-color: #555;
    color: #555;
}



#nav {
    float: left;
    display: flex;
    width: 100%;
}

#nav li {
    flex-grow: 1;
}

#nav>li a:before {
    padding-right: 6px;
}

#nav>li:first-child a:before {
    font-family: 'FontAwesome';
    content: '\f0f7';
}

#nav>li:nth-child(2) a:before {
    font-family: 'FontAwesome';
    content: '\f2c0';
}

#nav>li:nth-child(3) a:before {
    font-family: 'FontAwesome';
    content: '\f013';
}

#nav>li:nth-child(4) a:before {
    font-family: 'FontAwesome';
    content: '\f002';
}

#nav>li:nth-child(5) a:before {
    font-family: 'FontAwesome';
    content: '\f21b';
}

#nav>li:nth-child(6) a:before {
    font-family: 'FontAwesome';
    content: '\f044';
}

#nav>li:last-child {
    display: none;
}

#home .map {
    background: none;
    border: 1px solid #9620200d;
    padding: 1rem;
    border-radius: 10px;
}


#home .map::after {
    content: "";
    background: url('images/economics.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: #e4e0d8;
}



#nav li ul li a {
    width: 200px;
    height: auto;
    float: left;
    font-size: 12px;
    color: #996a6a;
}

#nav .sub-menu {
    border: 1px dotted #cca9a9;
    border-radius: 8px;
    padding: 2px;
    background: #f2efe8;
}

#nav .sub-menu li {
    border-bottom: none;
    background: none;
}

#nav li ul li a:hover {
    background: #9620201a;
    border-radius: 8px;
}

#mindloop_disclaimer_content {
    position: relative;
    border: 1px dashed #962020;
}



#mindloop_disclaimer_content a {
    position: absolute;
    right: 24px;
    bottom: 15px;
    border: 1px solid #962020;
    width: fit-content !important;
    padding: 5px;
    color: #962020;
}

#mind_disclaimer_text {
    overflow: auto !important;
    height: 96% !important;
}

#mindloop_disclaimer.activated {
    background: none !important;
    backdrop-filter: blur(4px);
    background-color: #f8f7ef6b !important;
}

.flexible-frontend-login {
    background: none repeat scroll 0 0 #962020 !important;
}


.portfolio-sidebar,
.portfolio-meta {
    width: 100%;
    float: none;
}

.portfolio-meta-links {
    display: flex;
    column-gap: 1rem;
}

.portfolio-meta-links>li:first-child {
    width: 20%;
}

.portfolio-meta-links>li:nth-child(2) {
    width: 35%;
}

.portfolio-meta-links>li:nth-child(3) {
    flex-grow: 1;
}

.portfolio-meta span {
    font-size: 13px;
    color: #962020;
}

.portfolio-meta .pictogram {
    margin-right: 5px;
    color: #962020;
}

.portfolio-meta .tag-wrap {
    width: 90%;
}

.portfolio-meta .tag-wrap a {
    color: #962020;
}


.main-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}


.quform-group-style-bordered>.quform-child-elements,
.quform-group-style-bordered>.quform-spacer>.quform-child-elements {
    background-color: #f2f2f278 !important;
    border: solid 1px #d9d9d9 !important;
    border-radius: 5px;
}

.current-menu-item>a {
    color: #962020 !important;
}


#ffl-mask {
    background-color: #f6f1ed !important;
}

#ffl-boxes #ffl-dialog {
    background-color: #FFF !important;
    padding: 1em 2em;
    border: solid 1px #a0a0a0 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

#ffl-submit {
    background-color: #962020 !important;
    color: #FFF !important;
}

#ffl-lostpassword {
    color: #962020 !important;
}

#wpmem_login_form input[type=submit] {
    padding: 7px 20px;
}

#wpmem_login_form .link-text-register a {
    color: #962020;
}