* {
    font-family: Helvetica,Arial,sans-serif;
    outline: none
}

html {
    margin: 0;
    padding: 0
}

body {
    background: #dae8f1;
    color: #999;
    margin: 0;
    padding: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 21px
}

a {
    color: #38443f;
    text-decoration: none;
    transition: all .2s ease-out .1s
}

a:hover {
    color: #2f9bc1;
    text-decoration: none
}

a:hover {
    color: #2f9bc1;
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    color: #33363c;
    padding: 0;
    margin: 0 0 10px;
    line-height: 130%;
    font-weight: 700
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 17px
}

h3 {
    font-size: 15px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 12px
}

p {
    line-height: 21px;
    margin-bottom: 12px
}

p:first-child {
    margin-bottom: 12px
}

p:last-child {
    margin-bottom: 0;
    color: #000
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

small {
    font-size: xx-small;
    line-height: 1em
}

sup {
    font-size: xx-small;
    vertical-align: top;
    line-height: 1em
}

sub {
    font-size: xx-small;
    vertical-align: bottom;
    line-height: 1em
}

ol {
    padding: 0;
    margin: 0
}

ol li {
    list-style-type: decimal
}

ul {
    padding: 0;
    margin: 0
}

.loginform.center.mauto li {
    margin: 0 0 16px 0;
    line-height: 21px;
    border-radius: solid 1px red;
    border-bottom: 1px solid #1e4632
}

li i {
    padding-right: 5px
}

li:last-child {
    margin-bottom: 0;
    list-style: none
}

input,textarea,input[type=password],select {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12.5px;
    padding: 9px 10px;
    margin: 0;
    color: #38443f;
    border: 1px solid #c5c5c5;
    background: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

select {
    min-width: 162px
}

::-webkit-input-placeholder {
    color: #aaa
}

:-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

input:focus,textarea:focus,input[type=password]:focus {
    background-color: #fff;
    border-color: #ccc
}

:focus::-webkit-input-placeholder {
    color: #ccc
}

:focus:-moz-placeholder {
    color: #ccc
}

:focus:-ms-input-placeholder {
    color: #ccc
}

textarea {
    line-height: 19px;
    resize: none;
    width: 100%;
    max-width: 100%;
    height: 150px
}

.searchbutton {
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    background-color: #2f9bc1;
    background-image: none;
    color: #fff;
    border: 1px solid #2f9bc1;
    font-weight: 700;
    padding: 8px 15px;
    margin: 0;
    font-size: 13.5px;
    line-height: 1;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.searchbutton:hover {
    background-color: #2a8cae;
    background-image: none;
    color: #fff
}

input[type=radio],input[type=checkbox] {
    background: 0 0;
    border: 0
}

fieldset {
    border: 1px solid #1e4632;
    margin: 0;
    padding: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

legend {
    font-size: 14px
}

table {
    border: 1px solid #f0f0ed;
    padding: 5px;
    line-height: 19px;
    width: 100%
}

th {
    font-weight: 700;
    border-top: 1px solid #f0f0ed;
    padding: 10px;
    text-align: left
}

td {
    border-top: 1px solid #f0f0ed;
    padding: 5px
}

.ie8 img {
    max-width: none
}

object,embed,video,iframe {
    max-width: 100%;
    border: 0
}

cite {
    float: right;
    padding: 0 0 5px
}

hr {
    background: #f0f0ed;
    border: 0;
    clear: both;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 20px 0;
    position: relative
}

pre {
    color: #000;
    background: url(lib/images/code-bg.png);
    border: 1px solid #f0f0ed;
    padding: 5px 25px;
    margin: 5px 0 20px;
    font-family: courier new;
    overflow: auto;
    font-size: 12px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

code {
    color: #000;
    background: url(lib/images/code-bg.png);
    border: 1px solid #f0f0ed!important;
    padding: 5px 25px;
    margin: 5px 0 20px;
    font-family: courier new;
    clear: both;
    display: block;
    font-size: 12px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.preload {
    display: none
}

.no-js .preload {
    display: block
}

mark {
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

ins {
    text-decoration: none
}

dl {
    line-height: 19px;
    margin-bottom: 20px
}

dd {
    margin-bottom: 10px
}

dt {
    font-weight: 700
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    content: "";
    clear: both;
    line-height: 0;
    padding: 0;
    margin: 0;
    height: 0;
    display: block;
    font-size: 0;
    width: 100%
}

.align-center,.aligncenter {
    position: relative;
    margin: 20px auto;
    display: block;
    clear: both
}

.align-left,.alignleft {
    position: relative;
    float: left;
    margin: 4px 20px 5px 0
}

.align-right,.alignright {
    float: right;
    position: relative;
    margin: 4px 0 5px 20px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

#page-wrapper,#page-header {
    position: relative;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#content-wrapper {
    margin-top: 82px;
    float: left;
    width: 100%;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#content,#container {
    float: right;
    position: relative;
    width: 935px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sb-both #content,.sb-both #container {
    width: 670px
}

.fullwidth #content,.fullwidth #container {
    width: 100%
}

#left-content-wrapper {
    float: left
}

.sb-both #left-content-wrapper {
    width: 935px
}

.fullwidth #left-content-wrapper {
    width: 100%
}

.sidebar {
    float: left;
    width: 245px;
    font-size: 12px
}

#sidebar-left {
    margin-right: 20px
}

#sidebar-right {
    margin-left: 20px
}

#sidebar {
    display: none
}

#header {
    float: left;
    z-index: 998;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    background: #33363c;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#logo {
    display: block;
    float: left;
    margin: 0;
    line-height: 0
}

#logo:after {
    content: " "
}

#logo.default-logo {
    margin-top: 3px
}

#logo a {
    color: #fff;
    line-height: 0
}

#logo img {
    height: auto;
    position: relative
}

.logo-details {
    display: block;
    margin-top: -1px;
    width: 1px;
    height: 1px;
    text-indent: -9999px
}

#nav {
    float: right;
    position: relative;
    z-index: 998;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#nav .menu {
    float: left;
    margin: 5px 0 0;
    list-style-type: none;
    list-style-position: outside
}

#nav ul.menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#nav .menu li {
    float: left;
    position: relative;
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0
}

#nav .menu li:first-child {
    margin-left: 0
}

#nav .menu li a {
    color: #fff;
    font-size: 12px;
    padding: 10px 13px;
    font-weight: 700
}

#nav .menu li a:hover,#nav .menu li:hover>a {
    color: #fff;
    background: #26282d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

#nav .menu .sub-menu {
    display: none;
    position: absolute;
    background: #26282d;
    width: 200px;
    z-index: 998;
    top: 22px;
    left: auto;
    margin: 0;
    padding: 10px 13px;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#nav .menu li:hover>.sub-menu {
    display: block
}

#nav .menu .sub-menu li {
    margin: 0;
    width: 100%
}

#nav .menu .sub-menu li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
    color: #99a1b1
}

#nav .menu .sub-menu li a:hover {
    color: #fff;
    background: 0 0
}

#nav .left-nav .sub-menu {
    right: 0;
    -webkit-border-radius: 8px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topright: 0;
    border-radius: 8px;
    border-top-right-radius: 0
}

#nav .menu .sub-menu li ul {
    top: auto;
    left: 170px;
    margin-top: -10px
}

#nav .left-nav .sub-menu li ul {
    left: -200px
}

#mobile-nav-button {
    cursor: pointer;
    float: right;
    display: none;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding: 9px 15px;
    background-color: #77af12
}

#mobile-nav-button:hover,#mobile-nav-button.gp-active {
    background-color: #679710
}

.gp-desktop #mobile-nav,.gp-tablet-landscape #mobile-nav {
    display: none!important
}

#mobile-nav {
    display: none;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px
}

#mobile-nav li {
    list-style-type: none;
    border-top: 1px solid rgba(255,255,255,.1);
    margin: 0
}

#mobile-nav .menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 15px 10px;
    font-weight: 700
}

#mobile-nav .menu li>a:hover {
    color: #fff;
    background: #26282d
}

#mobile-nav .menu li .sub-menu a {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 400
}

#mobile-nav .menu li .sub-menu .sub-menu a {
    padding-left: 30px
}

#bp-buttons {
    float: right;
    margin-left: 20px
}

#mobile-bp-buttons {
    display: none;
    margin-bottom: 15px;
    text-align: center
}

.bp-button {
    display: inline-block;
    position: relative;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 9px 15px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bp-button:hover {
    color: #fff
}

.login-button {
    background-color: #77af12
}

.login-button:hover {
    background-color: #679710
}

.signup-button {
    background-color: #2f9bc1;
    margin: 0 0 0 5px
}

.signup-button:hover {
    background-color: #2a8cae
}

.padder,#container #content {
    float: left;
    background: #fff;
    padding: 11px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.padder.content-post-thumbnail {
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.post-thumbnail {
    float: left;
    max-width: 100%;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.post-thumbnail.wrap {
    margin: 0 20px 10px 0
}

.post-thumbnail img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.post-thumbnail.single-thumbnail,.post-thumbnail.single-thumbnail img {
    margin: 0;
    -webkit-border-radius: 8px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.page-title {
    font-size: 14px;
    color: #000
}

.post-meta {
    width: 100%;
    color: #33363c;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 21px
}

.single-post .post-meta {
    display: block;
    margin-top: -10px
}

.post-meta.post-tags {
    margin: 0 0 20px
}

.post-wrapper .post-meta.post-tags {
    margin: 0
}

.post-meta span {
    display: inline;
    line-height: 5px;
    margin: 0 20px 0 0
}

.post-meta span i {
    font-size: 14px;
    padding-right: 20px
}

#post-content {
    margin-bottom: 30px;
    min-height: 500px
}

label[for*=pwbox] {
    float: left;
    display: inline;
    margin: 0 5px 0 0
}

.page-list li {
    list-style-type: none;
    margin-left: 0
}

.attachment p {
    margin-top: 12px
}

.post-loop {
    float: left;
    position: relative;
    width: 100%
}

.spacing-small .post-loop {
    margin-top: 20px
}

.ie8 .spacing-small .post-loop {
    margin-top: 5px
}

.post-loop:first-child {
    margin-top: 0
}

.post-loop.post-columns {
    margin: 20px 0 20px 4%
}

.spacing-small .post-loop.post-columns {
    margin: 10px 0 10px 4%
}

.post-loop.first-column {
    margin: 20px 0
}

.spacing-small .post-loop.first-column {
    margin: 10px 0
}

.spacing-small .post-thumbnail {
    margin-bottom: 10px
}

.spacing-small .post-thumbnail.wrap {
    margin: 0 10px 0 0
}

.post-text h2 {
    clear: none
}

.spacing-small .post-text h2 {
    font-size: 13.5px;
    margin-bottom: 5px
}

.sticky {
}

#login-page-form {
    float: left;
    background: #f7f7f7;
    border-top: 1px solid #f0f0ed;
    border-bottom: 1px solid #f0f0ed;
    margin: 0 0 20px -20px;
    padding: 25px 10px 1px 30px;
    width: 100%;
    color: #33363c
}

#login-page-form p {
    margin-bottom: 25px
}

#login-page-form label[for=log],#login-page-form label[for=pwd] {
    display: none;
    font-weight: 700;
    margin-bottom: 5px
}

.ie8 #login-page-form label[for=log],.ie8 #login-page-form label[for=pwd],.ie9 #login-page-form label[for=log],.ie9 #login-page-form label[for=pwd] {
    display: block
}

#login-page-form label[for=rememberme] {
    font-weight: 700
}

#login-page-form input[type=text],#login-page-form input[type=password] {
    background: #fff;
    border-color: #fff;
    font-size: 14px;
    width: 80%;
    padding: 13px 20px
}

#login-page-form .button {
    margin-right: 15px;
    padding: 11px 19px;
    font-size: 15px
}

#login-page-links {
    color: #33363c;
    font-weight: 700
}

.error404 #content #searchbar {
    margin-right: 5px;
    width: 200px
}

.error404 #content #searchsubmit {
    width: auto;
    padding: 8px 12px
}

.lightbox-hover {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background: #33363c;
    color: #fff;
    padding: 7px 8px 5px;
    font-size: 14px;
    line-height: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.pp_gallery li {
    background: 0 0;
    border: 0;
    padding: 0
}

.pp_gallery li.jwplayer a {
    background: url(lib/scripts/prettyPhoto/images/prettyPhoto/default/default_thumb.png) no-repeat;
    width: 50px;
    height: 33px;
    display: block
}

.html5player {
    width: 100%;
    height: 100%
}

.accordion .panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden
}

h3.accordion-title {
    margin: 0
}

h3.accordion-title a {
    padding-left: 10px
}

.panel-content {
    padding: 5px 0 0 30px;
    line-height: 19px
}

.gp-activity-stream #activity-stream li {
    float: left;
    width: 100%
}

.gp-activity-stream .acomment-reply {
    display: none!important
}

.gp-activity-stream.gp-allow-comments .acomment-reply {
    display: inline-block!important
}

.hide-activity-comments .activity-inreplyto,.hide-activity-comments .activity-comments {
    display: none
}

.author-info {
    float: left;
    width: 100%;
    border-top: 1px solid #f0f0ed;
    position: relative;
    padding: 20px 20px 0;
    margin: 0 0 20px -20px
}

.author-info .avatar {
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.author-info .author-meta {
    margin-left: 70px
}

.author-info .author-meta-top {
    width: 100%;
    float: left
}

.author-info .author-name {
    float: left;
    margin-bottom: 10px;
    font-weight: 700;
    color: #33363c;
    font-size: 14px
}

.author-info .author-desc {
    line-height: 19px
}

blockquote {
    font-size: 14px;
    margin: 5px 20px 10px;
    padding: 10px 0 5px 25px;
    overflow: hidden
}

blockquote p {
    line-height: 23px
}

.blockquote-left {
    float: left;
    margin: 10px 20px 20px 0
}

.blockquote-right {
    float: right;
    margin: 10px 0 20px 20px
}

.blockquote-left,.blockquote-right {
    width: 30%;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 0 5px 25px
}

.sc-button,.sc-button:hover {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 5px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sc-button.small {
    font-size: 11px;
    line-height: 11px;
    padding: 8px 12px
}

.sc-button.medium {
    font-size: 12px;
    line-height: 12px;
    padding: 12px 20px
}

.sc-button.large {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 60px
}

.yellow.sc-button {
    color: #fff!important;
    background-color: #ffde45
}

.yellow.sc-button:hover {
    background: #ffd200
}

.grey.sc-button {
    color: #fff!important;
    background-color: #5c5c5c
}

.grey.sc-button:hover {
    background: #3d3d3d
}

.darkgrey.sc-button {
    color: #fff!important;
    background-color: #404040
}

.darkgrey.sc-button:hover {
    color: #fff;
    background: #202020
}

.brown.sc-button {
    color: #fff!important;
    background-color: #685950
}

.brown.sc-button:hover {
    color: #fff;
    background: #453b35
}

.blue.sc-button {
    color: #fff!important;
    background-color: #2f9bc1
}

.blue.sc-button:hover {
    color: #fff;
    background: #2a8cae
}

.mediumblue.sc-button {
    color: #fff!important;
    background-color: #505f68
}

.mediumblue.sc-button:hover {
    background: #353f45
}

.darkblue.sc-button {
    color: #fff!important;
    background-color: #364046
}

.darkblue.sc-button:hover {
    background: #15191b
}

.limegreen.sc-button {
    color: #fff!important;
    background-color: #77af12
}

.limegreen.sc-button:hover {
    color: #fff!important;
    background: #679710
}

.teal.sc-button {
    color: #fff!important;
    background-color: #8ca6a3
}

.teal.sc-button:hover {
    background: #6a8a87
}

.darkgreen.sc-button {
    color: #fff!important;
    background-color: #366a7b
}

.darkgreen.sc-button:hover {
    background: #23444b
}

.red.sc-button {
    color: #fff!important;
    background-color: #e47070
}

.red.sc-button:hover {
    background: #b45353
}

.darkred.sc-button {
    color: #fff!important;
    background-color: #685053
}

.darkred.sc-button:hover {
    background: #453537
}

.orange.sc-button {
    color: #fff!important;
    background-color: #ee8600
}

.orange.sc-button:hover {
    background: #b25f0f
}

.wp-caption {
    position: relative;
    padding: 0;
    max-width: 100%
}

.wp-caption img {
    margin: 0
}

.wp-caption-text {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 19px;
    color: #666
}

.columns {
    float: left;
    position: relative;
    line-height: 19px;
    margin-right: 2%
}

.one {
    width: 100%
}

.two {
    width: 49%
}

.three {
    width: 32%
}

.four {
    width: 23.5%
}

.five {
    width: 18.4%
}

.onethird {
    width: 33.2%
}

.twothirds {
    width: 64.68%
}

.onefourth {
    width: 24.5%
}

.threefourths {
    width: 73.5%
}

.separate>div {
    border: 1px solid #f0f0ed;
    position: relative;
    padding: 20px
}

.columns.joint {
    margin: 0
}

.joint>div {
    border-width: 0 0 0 1px;
    border-color: #f0f0ed;
    border-style: solid;
    position: relative;
    padding: 20px
}

.first.joint>div {
    border-left-width: 0
}

.one.joint {
    width: 100%
}

.two.joint {
    width: 50%
}

.three.joint {
    width: 33.33%
}

.four.joint {
    width: 25%
}

.five.joint {
    width: 20%
}

.onethird.joint {
    width: 33.33%
}

.twothirds.joint {
    width: 66.33%
}

.onefourth.joint {
    width: 25%
}

.threefourths.joint {
    width: 75%
}

.last {
    clear: right;
    margin-right: 0
}

#contact-form {
    float: left;
    width: 100%;
    margin-bottom: 12px
}

#contact-form .contact-verify {
    float: left;
    display: block;
    font-weight: 700;
    margin-right: 10px
}

#contact-form label {
    display: none;
    margin-right: 10px;
    font-weight: 700
}

.ie8 #contact-form label,.ie9 #contact-form label {
    display: block
}

#contact-form .contact-verify label {
    display: block;
    float: left;
    margin: 8px 5px 0 0
}

#contact-form .contact-submit {
    float: left
}

#contact-form .loader {
    display: none;
    background: url(lib/images/loader-white.gif) no-repeat right bottom;
    float: left;
    padding: 7px 0 0 10px;
    margin: 0;
    width: 16px;
    height: 16px
}

.contact-form.notify {
    padding: 5px 10px;
    margin-bottom: 10px
}

#contact-form .input-error {
    border: 1px solid #fbc2c4
}

.sc-divider {
    content: "";
    border-top: 1px solid #f0f0ed;
    clear: both;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 40px 0;
    position: relative
}

.sc-divider.top a {
    font-size: 10px;
    float: right;
    position: absolute;
    top: -20px;
    right: 0;
    color: #999;
    text-align: right;
    cursor: pointer
}

.sc-divider.small {
    margin: 0
}

.sc-divider.clear {
    background: 0 0!important;
    border: 0;
    margin: 15px 0!important
}

.sc-divider.small.clear {
    border: 0;
    margin: 0!important
}

.dropcap1 {
    display: block;
    position: relative;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin: 0 10px -8px 0;
    padding: 0;
    text-align: center
}

.dropcap2 {
    display: block;
    position: relative;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin: 4px 10px 0 0;
    padding: 6px 12px;
    text-align: center;
    color: #404040;
    background: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.dropcap3 {
    display: block;
    position: relative;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin: 4px 10px 0 0;
    padding: 6px 12px;
    text-align: center;
    color: #999;
    background: #404040;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.dropcap4 {
    display: block;
    position: relative;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin: 4px 10px 0 0;
    padding: 6px 12px;
    text-align: center;
    color: #404040;
    background: #eee;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.dropcap5 {
    display: block;
    position: relative;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin: 4px 10px 0 0;
    padding: 6px 12px;
    text-align: center;
    color: #999;
    background: #404040;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.gallery-columns-1 .gallery-item {
    width: 90%
}

.gallery-columns-2 .gallery-item {
    width: 45%!important;
    padding-right: 4%!important
}

.gallery-columns-3 .gallery-item {
    width: 31%!important;
    padding-right: 2%!important
}

.gallery-columns-4 .gallery-item {
    width: 23%!important;
    padding-right: 2%!important
}

.gallery-columns-5 .gallery-item {
    width: 18%!important;
    padding-right: 2%!important
}

.gallery-columns-6 .gallery-item {
    width: 14%!important;
    padding-right: 2%!important
}

.gallery-columns-7 .gallery-item {
    width: 12%!important;
    padding-right: 2%!important
}

.gallery-columns-8 .gallery-item {
    width: 10%!important;
    padding-right: 2%!important
}

.gallery-columns-9 .gallery-item {
    width: 9%!important;
    padding-right: 2%!important
}

.gallery-item img {
    max-width: 100%!important;
    height: auto!important;
    border: 0!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ie8 .gallery-item img {
    max-width: none!important
}

.gallery-caption {
    float: left;
    margin: 10px 0;
    line-height: 14px
}

div.gallery-item .gallery-icon {
    display: inline-block;
    position: relative;
    text-align: center
}

.gallery-item a,.gallery-caption {
    width: 100%
}

.sc-image {
    line-height: 0;
    max-width: 100%;
    height: auto!important
}

.sc-image img {
    max-width: 100%;
    height: auto!important
}

.ie8 .sc-image.sc-crop img {
    max-width: none
}

.sc-image a {
    display: block;
    margin: 0 auto
}

.sc-image.aligncenter {
    margin: 0 auto;
    text-align: center
}

.sc-image.alignleft {
    margin: 0
}

.sc-image.alignright {
    margin: 0
}

.sc-image.image-border {
    padding: 5px;
    background: #f0f0ed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#loginform,#registerform {
    float: left;
    margin: 10px 0
}

#loginform label,#registerform label {
    display: block;
    font-weight: 700;
    margin: 0 0 5px
}

#loginform .login-remember label {
    display: block;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0
}

.sc-list li {
    list-style-type: none;
    margin-left: 0
}

.notify {
    position: relative;
    margin: 10px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    line-height: 19px;
    padding: 20px;
    font-weight: 700
}

.notify-default {
    color: #57481c;
    background-color: #ffdf75
}

.notify-help {
    color: #184366;
    background-color: #5fa6e5
}

.notify-success {
    color: #566621;
    background-color: #b3d46f
}

.notify-warning {
    color: #6b3b17;
    background-color: #e78f4b
}

.notify-error {
    color: #571111;
    background-color: #d84f4f
}

.page-template-homepage-php .post-wrapper {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.post-header {
    font-size: 16px;
    color: #33363c;
    margin: 0 0 20px
}

.page-template-homepage-php .post-header {
    width: 100%;
    background: #f7f7f7;
    font-size: 14px;
    color: #33363c;
    padding: 15px 20px;
    margin: 0 0 1px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.related-posts {
    float: left;
    width: 100%;
    border-top: 1px solid #f0f0ed;
    position: relative;
    padding: 20px 20px 0;
    margin: 0 0 20px -20px
}

.related-posts h2 {
    font-size: 12px;
    font-weight: 700
}

.flexslider {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    zoom:1;overflow: hidden
}

.flexslider.aligncenter {
    margin: 0 auto
}

.flexslider .slides {
    zoom:1;margin: 0;
    padding: 0
}

.flexslider .slides>li {
    position: relative;
    list-style-type: none;
    background: 0 0;
    display: none;
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 0
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider .slides img {
    max-width: 100%;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.flexslider.shadow .slides img,.flexslider.shadow .slides .slide-video {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5)
}

.video-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100%
}

.video-autostart .video-image {
    display: none!important
}

.video-button {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    background: url(lib/scripts/mediaplayer/fs39/display/playIcon.png) no-repeat center center;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.video-player {
    display: none
}

.caption {
    font-weight: 700;
    color: #fff;
    background: #33363c;
    position: absolute;
    z-index: 10;
    padding: 10px 15px 5px;
    max-width: 70%;
    max-height: 50%;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.caption h2 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 5px;
    color: #fff
}

.caption p {
    margin: 0 0 5px
}

.caption.caption-topleft {
    top: 20px;
    left: 20px
}

.caption.caption-topright {
    top: 20px;
    right: 20px
}

.caption.caption-bottomleft {
    bottom: 55px;
    left: 20px
}

.caption.caption-bottomright {
    bottom: 55px;
    right: 20px
}

.flex-control-nav {
    position: absolute;
    z-index: 19;
    width: 100%;
    list-style: none;
    bottom: 20px;
    left: 0;
    float: left;
    text-align: center
}

.flex-control-nav li {
    display: inline-block;
    list-style: none;
    margin: 0 4px;
    padding: 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}

.flex-control-nav li a {
    display: block;
    text-indent: -9999px;
    float: left;
    background: #fff;
    border: 5px solid #000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}

.flexslider:hover .flex-control-nav li a {
    display: block
}

.flex-control-nav li a:hover,.flex-control-nav li .flex-active {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.ui-tabs {
    position: relative;
    padding: 0;
    top: -4px;
    zoom:1}

.ui-tabs .ui-tabs-nav {
    display: block;
    margin: 0;
    padding: 0
}

.ui-tabs .ui-tabs-nav li {
    z-index: 1;
    background-image: none;
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    font-weight: 700;
    padding: 10px;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
    z-index: 3;
    background: #f0f0ed
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a,.ui-tabs .ui-tabs-nav li.ui-state-hover a {
    color: #33363c
}

.ui-tabs .ui-tabs-nav li a {
    color: #999;
    cursor: pointer
}

.ui-tabs-nav .tabhead {
    cursor: pointer;
    font-size: 13.5px;
    margin-bottom: 0;
    display: block
}

.sc-tab-panel {
    z-index: 2;
    width: 100%;
    background: #f0f0ed;
    position: relative;
    height: inherit;
    line-height: 19px;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ui-tabs .ui-tabs-hide {
    display: none
}

.text-box {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
    color: #33363c;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.text-box p {
    line-height: inherit
}

.text-box .testimonial-name {
    font-weight: 700;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif
}

.text-box .testimonial-company {
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif
}

.text-box .testimonial-comma {
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif
}

h3.toggle {
    line-height: 1;
    margin: 0 0 10px;
    cursor: pointer
}

h3.toggle a {
    padding-left: 10px
}

.toggle-box {
    clear: both;
    margin: 0 0 20px;
    overflow: hidden
}

.no-js .toggle-box {
    display: block!important
}

.sc-video,.sc-video div {
    max-width: 100%
}

.sc-video.aligncenter {
    text-align: center
}

.widget {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    padding-top: 0;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box
}

.widget.custom-content {
    background: 0 0;
    padding: 0
}

#content .widget:last-child {
    margin-bottom: 0
}

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

.sidebar .widget ul ul {
}

.sidebar .widget li {
    margin: 0 0 5px;
    list-style-type: none
}

.sidebar .widget li a {
    font-weight: 700;
    text-transform: none
}

.sidebar .widget li:last-child ul ul {
    margin-bottom: 0
}

.sidebar .widget ul ul li {
    margin-top: 0;
    font-size: 11px
}

.sidebar .widget .current-cat>a {
    text-decoration: underline
}

.widget .widgettitle {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #f0f0ed;
    padding-top: 10px;
    padding-bottom: 10px;
    background: -webkit-repeating-linear-gradient(top,#008f54,#1e4632 100%);
    text-align: center;
    border-radius: 6px 6px 0 0;
    margin: 0
}

#content .widget .widgettitle {
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0 0 10px
}

.widget.custom-content .widgettitle {
    border: 0;
    padding: 0;
    margin: 0 0 10px
}

.widget .widgettitle a,.widget .widgettitle a:hover {
    color: #33363c
}

.textwidget {
    line-height: 21px
}

#searchbar {
    width: 76%;
    margin-right: 2%
}

#searchsubmit {
    width: 40%;
    padding: 8px 0
}

#wp-calendar {
    margin: 0 auto;
    border: 0
}

#wp-calendar th {
    font-weight: 700;
    padding: 5px;
    text-align: center;
    border: 0
}

#wp-calendar td {
    padding: 5px;
    text-align: center;
    border: 0
}

#wp-calendar caption {
    text-align: right;
    font-weight: 700;
    margin-bottom: 10px
}

#comments {
    width: 100%;
    border-top: 1px solid #f0f0ed;
    position: relative
}

#comments h2 {
    clear: none;
    font-size: 20px
}

#comments ol.commentlist {
    list-style: none;
    margin: 0;
    width: 100%
}

#comments ol.commentlist li {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    position: relative;
    background: 0 0;
    border: 0
}

#comments ol.commentlist .children li.comment {
    margin: 20px 0 0 20px
}

#comments ol.commentlist li .avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: auto;
    margin: 0;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.commentlist .avatar {
    left: -102px;
    padding: 0;
    position: absolute;
    top: 0
}

#comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px
}

#comments ol.commentlist li.bypostauthor>.comment-text {
    background: #fbfbfb
}

#comments ol.commentlist li .comment-text .meta {
    font-size: 12px;
    color: #33363c;
    font-weight: 700
}

.comment-reply-link,#cancel-comment-reply-link {
    float: right;
    background-color: #77af12;
    color: #fff;
    font-size: 10px;
    padding: 4px 8px 5px;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 3px
}

.comment-reply-link:hover,#cancel-comment-reply-link:hover {
    color: #fff;
    background-color: #679710
}

#reply-title {
    font-size: 20px
}

#respond p {
    margin: 10px 0
}

#respond .comment-notes,#respond .logged-in-as {
    font-size: 12px
}

#respond label {
    display: inline-block;
    font-weight: 700
}

#respond .comment-form-author input,#respond .comment-form-email input,#respond .comment-form-url input {
    display: block
}

.form-allowed-tags {
    display: none
}

.commentlist #respond {
    margin: 20px 0 0;
    width: auto
}

#respond .form-submit {
    text-align: right
}

#footer {
    float: left;
    width: 100%;
    min-width: 1200px;
    background: #fff;
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#footer-widgets {
    width: 1200px;
    margin: 0 auto;
    display: inline-block;
    text-align: left
}

.footer-widget {
    float: left;
    margin-left: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#footer-widgets div:first-child {
    margin-left: 0
}

.footer-widget .widget {
    padding: 0;
    margin-bottom: 30px
}

.footer-widget .widget strong {
    color: #33363c
}

.footer-whole {
    width: 100%
}

.footer-half {
    width: 47%
}

.footer-third {
    width: 29.33%
}

.footer-fourth {
    width: 20.5%
}

.footer-fifth {
    width: 15.2%
}

.footer-widget .widget .widgettitle {
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    border: 0;
    margin: 0 0 15px
}

.footer-1 .widget .widgettitle {
    color: #26282d
}

.footer-2 .widget .widgettitle {
    color: #77af12
}

.footer-3 .widget .widgettitle {
    color: #d73e3a
}

.footer-4 .widget .widgettitle {
    color: #ff8b04
}

.footer-5 .widget .widgettitle {
    color: #2f9bc1
}

.footer-fourth #searchbar {
    width: 100px
}

.footer-widget-inner textarea {
    height: 75px
}

.footer-fourth #contact-form .textfield {
    width: 125px
}

.wp-pagenavi {
    margin: 20px 0 0;
    float: left;
    width: 100%;
    font-weight: 700;
    text-align: right
}

.wp-pagenavi.post-navi {
    margin: 0 0 20px
}

.woocommerce-page .wp-pagenavi.cat-navi {
    margin: 0
}

.wp-pagenavi .pages {
    float: left;
    background: 0 0;
    margin: 0
}

.wp-pagenavi span,.wp-pagenavi.cat-navi a,.wp-pagenavi.comment-navi a,.wp-pagenavi.post-navi a span {
    display: inline-block;
    background: #fbfbfb;
    padding: 3px 7px;
    margin-left: 3px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.wp-pagenavi .current,.wp-pagenavi.cat-navi a:hover,.wp-pagenavi.comment-navi a:hover,.wp-pagenavi .page:hover,.wp-pagenavi.post-navi span,.wp-pagenavi.post-navi a span:hover {
    background: #f0f0ed
}

#toTop {
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    background: #33363c;
    padding: 10px 15px 8px;
    font-size: 24px;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

#toTop:hover {
    background: #2f9bc1
}

#toTopHover {
    display: block;
    overflow: hidden;
    float: left;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

#toTop:active,#toTop:focus {
    outline: none
}

.pm_status {
    border: 1px solid #d8d8d8;
    padding: 0;
    background-color: #fff;
    width: 100%;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center
}

.pm_status_head {
    border-bottom: 1px solid #d8d8d8;
    font-size: .9em;
    background: #fff url(../images/bbcodes.png) repeat-x 0 100%;
    height: 22px;
    padding: 0;
    font-weight: 700;
    text-align: center;
    color: #4e4e4e
}

.pm_status_content {
    padding: 5px
}

.fl {
    float: left
}

.fr {
    float: right
}

.cl {
    clear: both
}

.cent {
    float: none
}

.ratebox2 {
}

.ratebox3 {
    float: right
}

.ratebox ul,.ratebox ul li {
    float: left
}

.ratebox2 ul,.ratebox2 ul li {
    float: left
}

.ratebox3 ul,.ratebox3 ul li {
    float: left
}

.bp-pager:before,.bp-pager:after {
    content: " ";
    display: table
}

.bp-pager:after {
    clear: both
}

.bp-pager [data-page-num],.bp-pager .current {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #4a9fc5;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 15px 8px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 2px 0 #3584a7;
    -moz-box-shadow: 0 2px 0 #3584a7;
    box-shadow: 0 2px 0 #3584a7;
    padding: 5px 8px 3px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    margin-bottom: 7px
}

.bp-pager [data-page-num]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.bp-pager [data-page-num]:hover,.bp-pager [data-page-num]:focus {
    color: #fff;
    background: #50bd98;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 0 #3c9e7d;
    -moz-box-shadow: 0 2px 0 #3c9e7d;
    box-shadow: 0 2px 0 #3c9e7d
}

.bp-pager [data-page-num]:active {
    outline: 0;
    -webkit-box-shadow: 0 2px 0 #50bd98;
    -moz-box-shadow: 0 2px 0 #50bd98;
    box-shadow: 0 2px 0 #50bd98
}

.bp-pager .current {
    cursor: default;
    background: #c70000;
    -webkit-box-shadow: 0 2px 0 #940000;
    -moz-box-shadow: 0 2px 0 #940000;
    box-shadow: 0 2px 0 #940000
}

.base-loader {
    position: relative
}

.base-loader:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,.9) url(../blockpro/base-loader.gif) 50% 50% no-repeat;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

[data-favorite-id] {
    cursor: pointer
}

.navigation {
    color: #505050;
    border: 0
}

.whitebg {
    background: #fff
}

body .npd {
    padding: 0
}

body .table {
    display: table
}

body .headwrap {
    margin-bottom: 20px
}

.topheader {
    margin-top: 20px;
    margin-top: 27px;
    margin-bottom: 20px;
    display: table;
    width: 100%
}

body .logo {
    margin-top: -18px
}

.logo img {
    width: 100%
}

.center {
    text-align: center
}

.mauto {
    margin: auto
}

.left {
    float: left
}

#zplusdown {
    background-color: #fff;
    color: #000;
    border-color: #ccc
}

#zplusdown:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.right {
    float: right
}

body .btnfull {
    margin: auto;
    width: 100%
}

.logotitle {
    font-size: 26px;
    color: #01aef0;
    padding-top: 8px;
    margin-bottom: 2px
}

.searchpos {
    width: 70%
}

.adddform {
    float: right
}

.addpos {
    width: 30%
}

.logodesc {
    font-weight: 700;
    font-size: 16px
}

.hmbott {
    margin: auto
}

.tablec {
    display: table-cell
}

.hmbott {
    width: 100%;
    padding-top: 30px
}

.reglink {
    margin: auto;
    text-align: center;
    padding-top: 4px
}

.reglink li {
    margin: 0
}

body .bbp-username input,body .bbp-password input {
    background-color: #f1f1f1;
    border: 1px solid #dbdbdb;
    padding: 8px 6px;
    width: 100%
}

.sp3 {
    font-size: 20px;
    color: #1e4632;
    text-align: center
}

.leftmenu .icon {
    padding-right: 6px;
    height: 30px
}

.docframe {
    width: 100%;
    height: 500px
}

.tipfield {
    padding-bottom: 16px
}

.zfilterfields ul li {
    display: initial;
    margin: 2px;
    line-height: 34px;
    width: 55px;
    align-content: space-evenly;
    align-items: stretch
}

#result_zfilter {
    padding-top: 20px;
    padding-bottom: 10px
}

.zfresultnews li {
    margin: 0 0 4px 0
}

body .klassfbut,body .tipfbut {
    margin: 0;
    border: 1px solid #dbe8f1;
    cursor: pointer;
    width: 82px;
    border-radius: 5px
}

.zpagination {
    margin: auto;
    text-align: center;
    padding-top: 10px
}

.zpagination li {
    display: inline;
    margin: 4px
}

.catfilter .zfresultnews li {
    width: 100%;
    border: 1px solid #4fcc99;
    border-radius: 5px
}

.catfilter .zfresultnews li .zfntitle {
    font-size: 14px;
    color: #195036;
    font-weight: 700;
    transition: all .2s ease-out .1s
}

.catfilter .zfresultnews li .zfntitle:hover {
    color: #38443f
}

.zfresultnews li {
    padding: 8px
}

.catfilter .zfresultnews {
    padding-right: 16px
}

.zfresultnews {
    transition: all .2s ease-out .1s
}

body .allklassfbut {
    margin-bottom: 6px
}

body .alltipfbut {
    margin-bottom: 6px
}

body .sp6 {
    font-weight: 700;
    margin-bottom: 4px;
    color: #000
}

body .zpagpage input[type=button],body .zpagpagfirst input[type=button],body .zpagpaglast input[type=button] {
    cursor: pointer;
    border: 1px solid #c7c7c7
}

body .zpagpage-default input[type=button] {
    background: #0279a4;
    color: #fff;
    border: 1px solid #0279a4
}

body .alltipfbut,body .allklassfbut {
    cursor: pointer
}

body .activetip {
    background: #8da83f;
    color: #fff
}

body .activeklass {
    background: -webkit-repeating-linear-gradient(top,#008f54,#1e4632 100%);
    color: #fff;
    padding: 8px;
    margin: 8px;
    border-radius: 5px
}

.leftmenu {
    border-top: 1px solid #dae8f1;
    border-bottom: 1px solid #dae8f1
}

#sidebar-left .widget .leftmenu li {
    border-top: 1px solid #dae8f1;
    border-bottom: 1px solid #dae8f1;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px
}

.leftmenu li:after {
    content: " ";
    background: url(../image/max.png);
    float: right;
    width: 11px;
    height: 17px;
    margin-top: 6px
}

.w100 {
    width: 100%
}

.sp7 {
    font-size: 12px;
    color: #1a4e36
}

.tndata {
    color: #242424;
    font-size: 12px
}

.tndata:before {
    content: " ";
    background: url(../image/dataicon.png);
    width: 12px;
    height: 12px;
    float: left;
    margin: 4px
}

.docframe {
    overflow-x: hidden
}

body .widget_etivite_bp_community_stats_widget {
    background: 0 0
}

.pc {
    transform: scale(.6)
}

.docdiv {
    max-height: 500px;
    display: block;
    padding: 6px;
    background-color: #cdcdd1
}

#page-container {
    max-height: 500px
}

.docdiv #page-container {
    overflow-x: hidden;
    max-height: 500px;
    position: relative
}

.pc.opened {
    margin-left: -30px
}

.h0 {
    height: 80%
}

.morecatnews .post-loop {
    margin-top: 0
}

.morecatnews .post-text a {
    font-size: 14px;
    color: #0279a4;
    font-weight: 700;
    line-height: 1px
}

.morecatnews .post-text {
    border: 1px solid #dbe8f1
}

.morecatnews .post-text h2 {
    margin: 0;
    padding: 8px
}

.mcntitle {
    font-size: 20px;
    padding-bottom: 10px
}

#docdiv #page-container .pf.w0.h0 {
    margin-bottom: -400px
}

.docdiv .pf {
    box-shadow: 0 0 3px 1px #333
}

.searchsubmit:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    padding-right: 6px;
    -moz-transform: scale(-1,1);
    -webkit-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.adddform:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 6px;
    content: "\f067"
}

.loginbtn:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 6px;
    content: "\f023"
}

body .bbcodes,.fbutton {
    color: #fff;
    background-color: #116641;
    border-color: #17573a;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body .bbcodes:hover,.fbutton:hover {
    color: #fff;
    background-color: #0279a4;
    border-color: #0279a4
}

body #post-content .docontrol {
    display: block;
    padding: 10px;
    background-color: #cdcdd1;
    margin-bottom: 6px
}

.downloadoc:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 6px;
    content: "\f019"
}

.getcodebtn:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 6px;
    content: "\f053"
}

.getcodebtn:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 6px;
    content: "\f054"
}

.scroltop:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f077"
}

.scrolbot:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078"
}

#post-content .row {
    margin: 0
}

.vievs {
    color: #3f3f3f;
    float: right;
    font-size: 12px
}

.vievs:before {
    font-size: 12px;
    padding-right: 2px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f06e";
    color: #3f3f3f
}

div .btn-primary {
    background: -webkit-repeating-linear-gradient(top,#008f54,#1e4632 100%);
    border-color: #57cc99
}

div .btn-primary:hover {
    background: -webkit-repeating-linear-gradient(top,#33cc99,#66cc99 100%);
    border-color: #3c9
}

body div .searchsubmit {
    background: -webkit-repeating-linear-gradient(top,#008f54,#1e4632 100%);
    border-color: #3c9
}

body div .searchsubmit:hover {
    background-color: #3276b1;
    border-color: #285e8e
}

.docionl {
    color: #13603e;
    font-size: 28px
}

.docionl:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0f6";
    font-size: 28px
}

div .navigation a,div .navigation span {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12.5px;
    padding: 9px 10px;
    margin: 0;
    color: #999;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c7c7c7
}

div .navigation a {
    cursor: pointer
}

.textdiv {
    display: block;
    position: relative;
    background-color: #cdcdd1;
    padding: 6px
}

.textbody {
    background: #fff;
    overflow-y: scroll;
    max-height: 200px;
    display: block;
    padding: 10px
}

.textbody h1,.textbody h2 {
    font-size: 96%
}

.imgdiv {
    overflow-y: scroll;
    max-height: 500px;
    display: block
}

.fpdfdoc {
    width: 100%;
    height: 450px
}

div .fc2 {
    color: #000
}

.infoblock {
    margin-bottom: 10px
}

.shortstory {
    padding: 8px;
    margin: 0 0 4px 0;
    border: 1px solid #dbe8f1
}

.shortstory a {
    font-size: 14px;
    color: #0279a4;
    font-weight: 700
}

.b-knopka {
    color: #38443f;
    font-size: 14px;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: 700
}

.b-ban {
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 10px
}

.catarticles {
    padding-top: 20px;
    padding-bottom: 10px
}

.catarticles ul {
    padding-right: 16px
}

.catarticles ul li {
    width: 100%;
    border: 1px solid #dbe8f1;
    padding: 8px;
    margin: 0 0 4px 0
}

.catarticles ul li a {
    font-size: 14px;
    color: #0279a4;
    font-weight: 700
}

.catarticles ul li a:hover {
    color: #38443f
}

.zfilterfields ul li input,.zfilterfields .sp6 input {
    transition: all .2s ease-out .1s
}

.docfile {
    width: 256px
}

.adddocform select,.adddocform input {
    width: 100%
}

.plusplus_sl {
    padding-top: 8px
}

.zzbot {
    padding-bottom: 0;
    display: table;
    width: 100%
}

div .plusplus_w6_1 {
    width: 91%;
    border-radius: 6px
}

div .plusplus_w6 {
    text-align: center
}

#downModal .modal-body {
    display: table;
    width: 100%
}

.zdlink {
    margin: auto;
    text-align: center;
    display: block
}

.hiddenlinkdown {
    display: none;
    margin: auto;
    margin-top: 20px
}

.navigator {
    text-align: center;
    margin-top: 17px
}

.navigator a {
    padding: 11px;
    background: #f7f7f7;
    border: 1px #c5c5c5 solid;
    border-radius: 5px
}

.navigator span {
    padding: 11px;
    background: #f7f7f7;
    border: 1px #c5c5c5 solid;
    border-radius: 5px
}






.downline-line-list {
    margin-top: -.5rem;
}

.download-line {
    color: #fff!important;
    display: block;
    min-height: 3rem;
    padding: 1rem;
    border-radius: .75rem;
    margin-top: .5rem;
    transition: box-shadow .2s ease
}

.download-line-title {
    display: flex;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    font-weight: 700
}

.download-line-title svg {
    display: block
}

.download-line-size {
    font-size: .75rem;
    white-space: nowrap
}

@media(max-width: 575px) {
    .download-line-title>span {
        order:-1;
        line-height: 1.4;
        min-width: 0;
        word-wrap: break-word
    }

    .download-line-title>i {
        margin-left: auto
    }

    .download-line-size {
        opacity: .5
    }
}

@media(min-width: 576px) {
    .download-line {
        display:flex;
        border-radius: 13px;
        padding: .5rem
    }

    .download-line-title {
        align-items: center;
        padding: 0 2rem 0 .5rem
    }

    .download-line-title>i {
        margin-right: .5rem;
        opacity: .5
    }

    .download-line-title>span {
        white-space: nowrap;
        overflow: hidden;
        line-height: 1.5rem;
        text-overflow: ellipsis
    }

    .download-line-size {
        margin-left: auto;
        background-color: rgba(0,0,0,.2);
        font-size: .875rem;
        height: 2rem;
        line-height: 1.5rem;
        padding: .25rem .75rem;
        border-radius: 1rem
    }
}

.s-green {
    background-color: #45c368;
    background-image: linear-gradient(180deg,var(--lcolor) 0%,#3DBA60 100%);
    box-shadow: 0 .25rem .5rem 0 rgba(69,195,104,.3)
}




span.uppercase {
    margin: 0 4px 0 5px
}

a.klassfbut {
    margin-top: 7px;
    padding: 7px;
    height: 20px
}

.qq-uploader {
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 3px
}

.qq-uploader a {
    color: #fff
}

.haqqinda {
    color: #000;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5
}

.leftmenu img {
    width: 25px;
    padding: 3px 0
}

.full-story p {
    color: #000;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5
}

.full-story {
    font-family: montserrat medium,sans-serif;
    font-size: 16px;
    color: #353535;
    background: #fefefe;
    overflow-x: hidden!important;
    line-height: 1.8
}

.yazilar {
    display: flex;
    flex-wrap: wrap
}

.koshe {
    width: 100%;
    display: block
}

.skoshe {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #f0f0ed;
    padding-top: 10px;
    padding-bottom: 10px;
    background: -webkit-repeating-linear-gradient(top,#008f54,#1e4632 100%);
    text-align: center;
    border-radius: 6px 6px 0 0;
    margin: 0;
    margin-top: 18px
}

@media only screen and (min-width: 1200px) {
    .detal {
        float:left;
        width: 152px;
        background: #f7f7f7;
        padding: 3px;
        margin: 2px;
        height: 230px
    }
}

@media screen and (min-width: 1024px) and (max-width:1199px) {
    .detal {
        float:left;
        width: 128px;
        background: #f7f7f7;
        padding: 3px;
        margin: 2px;
        height: 230px
    }
}

@media screen and (min-width: 960px) and (max-width:1024px) {
    .detal {
        float:left;
        width: 143px;
        background: #f7f7f7;
        padding: 3px;
        margin: 2px;
        height: 230px
    }
}

@media screen and (min-width: 768px) and (max-width:960px) {
    .detal {
        float:left;
        width: 110px;
        background: #f7f7f7;
        padding: 3px;
        margin: 2px;
        height: 230px
    }
}

@media screen and (min-width: 300px) and (max-width:768px) {
    .detal {
        width:48.8%;
        background: #f7f7f7;
        padding: 3px;
        margin: 2px;
        height: 230px
    }
}

.koshe img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: solid 2px #0d6f45;
    display: block;
    margin: auto;
    text-align: center
}

.foto {
    padding: 5px
}

.koshe p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: 2px
}

.koshe h2 {
    text-align: center
}

.foto {
}

.sinifler {
    margin: 2px;
    display: flex;
    flex-wrap: wrap
}

.sinif {
    float: left;
    border: solid 1px #949494;
    padding: 5px;
    margin: 2px;
    border-radius: 7px
}

.hamisi {
    float: left;
    border: solid 1px #949494;
    padding: 5px;
    margin: 2px;
    border-radius: 7px;
    background: #0b7648;
    color: #fff
}

.hamisi a {
    color: #fff
}

a.fblogin {
    background: #395697;
    padding: 8px;
    margin: 3px;
    display: block;
    color: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center
}

a.glogin {
    background: linear-gradient(to right,#4285F4,#DB4437,#F4B400,#0F9D58);
    padding: 8px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

svg.svg-icon.iconFacebook {
    margin: 0 10px 0 0
}

path {
    fill: #fff
}

a.mavi {
    background-color: #37a9e4;
    background-image: linear-gradient(180deg,#38B9E6 0%,#368BE1 100%);
    box-shadow: 0 .25rem .5rem 0 rgb(55 169 228/30%);
    color: #fff;
    font-variant: full-width;
    padding: 16px;
    width: 49%;
    border-radius: 10px;
    text-align: center
}

.destekle {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row
}

a.qirmizi {
    background-color: #cb2027;
    background-image: linear-gradient(180deg,#de412a 0%,#cb2027 100%);
    box-shadow: 0 .25rem .5rem 0 rgb(55 169 228/30%);
    color: #fff;
    font-variant: full-width;
    padding: 17px;
    width: 49%;
    margin-left: 1%;
    border-radius: 10px;
    text-align: center
}

a.instagram {
    background-color: #cb2027;
    background-image: radial-gradient(circle farthest-corner at 0% 150%,#ffe17d 0%,#ffcd69 12%,#fa9137 25%,#eb4141 41%,transparent 95%),linear-gradient(-15deg,#234bd7 -10%,#c33cbe 65%);
    box-shadow: 0 .25rem .5rem 0 rgb(55 169 228/30%);
    color: #fff;
    font-variant: full-width;
    padding: 17px;
    width: 49%;
    margin-left: 1%;
    border-radius: 10px;
    text-align: center
}

.destek a:hover {
    color: #fff
}

a.whatsapp {
    background-color: #25d366;
    box-shadow: 0 .25rem .5rem 0 rgb(55 169 228/30%);
    color: #fff;
    font-variant: full-width;
    padding: 17px;
    width: 100%;
    margin-left: 1%;
    border-radius: 10px;
    text-align: center
}

a.facebook {
    background-color: #1877f2;
    box-shadow: 0 .25rem .5rem 0 rgb(24 119 242/30%);
    color: #fff;
    font-variant: full-width;
    padding: 17px;
    width: 100%;
    margin-left: 1%;
    border-radius: 10px;
    text-align: center
}

.content-list {
    width: 100%
}

.content-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #dae8f163;
    border-radius: 8px
}

.content-image {
    flex: 0 0 95px;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.content-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.content-details {
    flex-grow: 1;
    padding-left: 16px
}

.content-details h2 {
    margin-top: 0
}

.content-details p {
    margin: 1px
}

.courses-section {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap: 20px;
    padding: 20px
}

.course-item {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    border-radius: 8px;
    overflow: hidden
}

.course-image {
    width: 100%;
    height: 150px;
    object-fit: cover
}

.course-info {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.course-info h3 {
    margin-top: 0;
    margin-bottom: auto
}

.course-description {
    color: #666;
    font-size: 15px;
    line-height: 13px
}

.course-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: .8em
}

@media(max-width: 600px) {
    .courses-section {
        grid-template-columns:1fr
    }
}

.course-detail-container {
    font-family: arial,sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: auto
}

.course-cover-image img {
    width: 100%;
    display: block;
    height: auto;
    border-bottom: 5px solid #f05454
}

.course-details {
    padding: 20px
}

.course-title {
    margin-top: 0
}

.course-meta {
    list-style: none;
    padding: 0;
    margin-top: 10px
}

.course-meta span {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.1em;
    color: #555
}

.course-meta i {
    margin-right: 5px;
    color: #f05454
}

.course-description {
    background-color: #f8f8f8;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px
}

.course-description p {
    line-height: 25px
}

.course-organizer {
    padding: 15px;
    margin-top: 20px
}

@media(max-width: 768px) {
    .course-meta span {
        display:block;
        margin-bottom: 10px
    }
}

.teachers-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    margin: auto
}

.teacher-card {
    background-color: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    text-align: center;
    margin: 5px
}

.teacher-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%
}

.teacher-info {
    padding: 15px
}

.teacher-name {
    margin: 10px 0 5px;
    font-size: 1.2em
}

.teacher-course {
    color: #666;
    font-size: .95em
}

@media(max-width: 768px) {
    .teachers-container {
        grid-template-columns:1fr
    }
}

.teacher-detail-container {
    width: 100%;
    margin: auto;
    border-radius: 8px;
    overflow: hidden
}

.teacher-header {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center
}

.teacher-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px
}

.teacher-name {
    margin: 0;
    color: #333
}

.teacher-body {
    padding: 20px
}

.teacher-info p {
    font-size: 1em;
    line-height: 1.5;
    color: #666;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.teacher-info strong {
    color: #333
}

@media(max-width: 768px) {
    .teacher-detail-container {
    }
}

.services-container {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.service-box {
    width: 50%;
    margin: 0 10px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: transform .3s ease;
    position: relative;
    overflow: hidden
}

.service-box i {
    font-size: 70px;
    transition: transform .3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .3;
    transform: translate(-50%,-50%) scale(1);
    color: rgba(255,255,255,.7)
}

.service-box:hover i {
    transform: translate(-50%,-50%) scale(1.5);
    opacity: .4
}

.service-box:hover {
    transform: scale(1.1)
}

.katalog {
    background-color: #008f54;
    color: #fff
}

.katalog:hover {
    background-color: #01653c;
    color: #fff
}

.kurslar {
    background-color: #1b7bc7;
    color: #fff
}

.kurslar:hover {
    background-color: #085390;
    color: #fff
}

.service-box h2,.service-box p {
    position: relative;
    color: inherit
}

#vert-nav .topmenu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#vert-nav .topmenu>li {
    margin-bottom: 2px;
    position: relative;
    color: #37443f
}

#vert-nav .topmenu>li>a {
    color: #37443f;
    display: block;
    padding: 12px;
    text-decoration: none;
    transition: background-color .3s;
    border-bottom: 1px solid #145f3e
}

#vert-nav .topmenu>li:not(.openmenu)>a:hover,#vert-nav .topmenu>li.openmenu>a {
    background-color: #008f54
}

#vert-nav .topmenu>li>.submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease,visibility 0s linear .5s,opacity .5s linear;
    visibility: hidden;
    opacity: 0
}

#vert-nav .topmenu>li.openmenu>.submenu {
    visibility: visible;
    opacity: 1;
    transition: max-height .5s ease,visibility 0s,opacity .5s linear
}

#vert-nav .topmenu>li>.submenu>li {
    border-bottom: 1px solid #000;
    margin-left: 15px
}

#vert-nav .topmenu>li>.submenu>li>a {
    color: #37443f;
    display: block;
    padding: .9em 1em;
    text-decoration: none;
    transition: background-color .3s
}

#vert-nav .topmenu>li>.submenu>li>a:hover {
    background-color: #008f54
}

img.menuicon {
    height: 25px;
    width: 25px
}

span.micon {
    margin-top: 8px;
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    padding: 2px;
    margin-left: 5px;
    margin-right: 5px
}

.button-container {
    display: flex
}

.add-button {
    display: inline-block;
    padding: 11px 29px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background-color: #3498db;
    color: #fff;
    border-radius: 5px;
    transition: background-color .3s ease;
    margin-bottom: 8px
}

.add-button:hover {
    background-color: #2980b9
}

* {
    box-sizing: border-box
}

body {
    font-family: Verdana,sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    max-height: 400px;
    min-height: 200px
}

.prev,.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.prev:hover,.next:hover {
    background-color: rgba(0,0,0,.8)
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,.dot:hover {
    background-color: #717171
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .prev,.next,.text {
        font-size:11px
    }
}

.mySlides {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 51.25%;
    overflow: hidden
}

.mySlides a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mySlides .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 10px;
    box-sizing: border-box
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin-top: 12px;
    padding: 12px 0
}

.footmenu {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    font-size: 14px;
    padding: 0 0 5px
}

.new-navigation {
    display: flex;
    justify-content: space-around;
    transition-duration: .5s
}

.new-navigation span {
    background: #f1f6f9;
    padding: 8px 15px;
    border-radius: 5px
}

.new-navigation span:hover {
    background: #2cb57a;
    color: #fff
}

.new-navigation a {
    background: #f1f6f9;
    padding: 8px 15px;
    border-radius: 5px
}

.new-navigation a:hover {
    background: #2cb57a;
    color: #fff;
    transition-duration: .5s
}

.show-all {
     width: 100%;
     margin-top: 20px;
     text-align: left;
     background: #f5f4f0;
     float: left
}

.show-all a {
     position: relative;
     display: inline-block;
     font-family: montserrat bold,sans-serif;
     font-size: 13px;
     letter-spacing: 1px;
     padding: 18px 22px 18px 40px;
     text-transform: uppercase;
     transition: .2s ease;
     text-decoration: none;
     color: black;
     margin: 0 10px;
     text-align: left
}

.show-all a::after {
     content: "\27F6";
     font-family: fontello;
     font-size: 23px;
     position: absolute;
     top: 50%;
     right: -10px;
     transform: translateY(-60%)
}

.sesverme {
    padding: 5px;
    font-size: 15px
}

.vote {
    padding: 5px
}

button.sesvere {
    background: #028f54;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff
}

button.netice {
    background: #028f54;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff
}

.sesverme h4 {
    font-size: 17px
}

:root {
    --main-color: #008f54
}

.block_grey {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    box-shadow: 0 0 10px #0000004f
}

.vote_list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.vote_votes {
    color: #666
}

input[type=submit] {
    background-color: #008f54;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .3s ease
}

input[type=submit]:hover {
    background-color: #007b48
}

.sesvere {
    margin-top: 10px
}

.kecidbal {
    display: flex;
    justify-content: center;
    margin-top: 17px
}

.kecidbal a {
    background: #028f54;
    color: #fff;
    padding: 12px;
    min-width: 250px;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    font-size: medium
}


.onews a {
  display: block; /* Her haber başlığını kendi satırında göster */
  padding: 10px; /* Daha fazla boşluk ekleyerek okunaklılık artır */
  margin: 5px 0; /* Haberler arasında boşluk bırak */
  background-color: #f8f9fa; /* Arka plana hafif bir renk ver */
  border-left: 3px solid #02874f; /* Sol tarafta bir çizgi ile vurgula */
  border-bottom: 1px solid #02874f; /* Sol tarafta bir çizgi ile vurgula */
text-decoration: none; /* Alt çizgiyi kaldır */
  color: #333; /* Metin rengini koyulaştır */
  font-weight: bold; /* Başlık fontunu kalın yap */
  transition: background-color 0.3s ease; /* Arka plan rengi geçiş efekti */
}

.onews a:hover {
  background-color: #e2e6ea; /* Üzerine gelindiğinde arka planı koyulaştır */
}


.reklam img{
    width: 100%;
}

.premium-notice {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0;
}

.premium-notice p {
    font-size: 18px;
    margin-bottom: 15px;
}

.whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.whatsapp-button i {
    margin-right: 8px;
}

.whatsapp-button:hover {
    background-color: #1ebe5d;
}
