article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
a {
background: transparent;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
outline: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
mark {
background: #ff0;
color: #000;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 2cm .5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover,
a:focus {
color: #2a6496;
text-decoration: underline;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-muted {
color: #999999;
}
.text-primary {
color: #428bca;
}
.text-primary:hover {
color: #3071a9;
}
.text-warning {
color: #c09853;
}
.text-warning:hover {
color: #a47e3c;
}
.text-danger {
color: #b94a48;
}
.text-danger:hover {
color: #953b39;
}
.text-success {
color: #468847;
}
.text-success:hover {
color: #356635;
}
.text-info {
color: #3a87ad;
}
.text-info:hover {
color: #2d6987;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
h2,
h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
font-size: 65%;
}
h4,
h5,
h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.list-inline > li:first-child {
padding-left: 0;
}
dl {
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " "; display: table; }
.dl-horizontal dd:after {
clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " "; display: table; }
.dl-horizontal dd:after {
clear: both;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
blockquote p {
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote small {
display: block;
line-height: 1.428571429;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
content: "";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap;
border-radius: 4px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " "; display: table; }
.container:after {
clear: both;
}
.container:before,
.container:after {
content: " "; display: table; }
.container:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " "; display: table; }
.row:after {
clear: both;
}
.row:before,
.row:after {
content: " "; display: table; }
.row:after {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666666666666%;
}
.col-xs-pull-10 {
right: 83.33333333333334%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666666666666%;
}
.col-xs-pull-7 {
right: 58.333333333333336%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666666666667%;
}
.col-xs-pull-4 {
right: 33.33333333333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.666666666666664%;
}
.col-xs-pull-1 {
right: 8.333333333333332%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666666666666%;
}
.col-xs-push-10 {
left: 83.33333333333334%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666666666666%;
}
.col-xs-push-7 {
left: 58.333333333333336%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666666666667%;
}
.col-xs-push-4 {
left: 33.33333333333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.666666666666664%;
}
.col-xs-push-1 {
left: 8.333333333333332%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}                           .clearfix:before,
.clearfix:after {
content: " "; display: table; }
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-xs.visible-sm {
display: block !important;
}
tr.visible-xs.visible-sm {
display: table-row !important;
}
th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md {
display: block !important;
}
tr.visible-xs.visible-md {
display: table-row !important;
}
th.visible-xs.visible-md,
td.visible-xs.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-xs.visible-lg {
display: block !important;
}
tr.visible-xs.visible-lg {
display: table-row !important;
}
th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
display: table-cell !important;
}
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
display: none !important;
}
@media (max-width: 767px) {
.visible-sm.visible-xs {
display: block !important;
}
tr.visible-sm.visible-xs {
display: table-row !important;
}
th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md {
display: block !important;
}
tr.visible-sm.visible-md {
display: table-row !important;
}
th.visible-sm.visible-md,
td.visible-sm.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-sm.visible-lg {
display: block !important;
}
tr.visible-sm.visible-lg {
display: table-row !important;
}
th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
display: table-cell !important;
}
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
display: none !important;
}
@media (max-width: 767px) {
.visible-md.visible-xs {
display: block !important;
}
tr.visible-md.visible-xs {
display: table-row !important;
}
th.visible-md.visible-xs,
td.visible-md.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-md.visible-sm {
display: block !important;
}
tr.visible-md.visible-sm {
display: table-row !important;
}
th.visible-md.visible-sm,
td.visible-md.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-md.visible-lg {
display: block !important;
}
tr.visible-md.visible-lg {
display: table-row !important;
}
th.visible-md.visible-lg,
td.visible-md.visible-lg {
display: table-cell !important;
}
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-lg.visible-xs {
display: block !important;
}
tr.visible-lg.visible-xs {
display: table-row !important;
}
th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-lg.visible-sm {
display: block !important;
}
tr.visible-lg.visible-sm {
display: table-row !important;
}
th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md {
display: block !important;
}
tr.visible-lg.visible-md {
display: table-row !important;
}
th.visible-lg.visible-md,
td.visible-lg.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
.hidden-xs {
display: block !important;
}
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-xs,
tr.hidden-xs,
th.hidden-xs,
td.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-xs.hidden-sm,
tr.hidden-xs.hidden-sm,
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md,
tr.hidden-xs.hidden-md,
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xs.hidden-lg,
tr.hidden-xs.hidden-lg,
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
display: none !important;
}
}
.hidden-sm {
display: block !important;
}
tr.hidden-sm {
display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-sm.hidden-xs,
tr.hidden-sm.hidden-xs,
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm,
tr.hidden-sm,
th.hidden-sm,
td.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md,
tr.hidden-sm.hidden-md,
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-sm.hidden-lg,
tr.hidden-sm.hidden-lg,
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
display: none !important;
}
}
.hidden-md {
display: block !important;
}
tr.hidden-md {
display: table-row !important;
}
th.hidden-md,
td.hidden-md {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-md.hidden-xs,
tr.hidden-md.hidden-xs,
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-md.hidden-sm,
tr.hidden-md.hidden-sm,
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md,
tr.hidden-md,
th.hidden-md,
td.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-md.hidden-lg,
tr.hidden-md.hidden-lg,
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
display: none !important;
}
}
.hidden-lg {
display: block !important;
}
tr.hidden-lg {
display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-lg.hidden-xs,
tr.hidden-lg.hidden-xs,
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-lg.hidden-sm,
tr.hidden-lg.hidden-sm,
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md,
tr.hidden-lg.hidden-md,
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg,
tr.hidden-lg,
th.hidden-lg,
td.hidden-lg {
display: none !important;
}
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
.hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
display: none !important;
}
}@font-face{font-family:'FontAwesome';src:url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/awesome-fonts/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/awesome-fonts/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/awesome-fonts/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/awesome-fonts/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/awesome-fonts/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}@font-face {
font-family: 'fa-snapchat';
src:url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/fa-snapchat.eot?-73zac);
src:url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/fa-snapchat.eot?#iefix-73zac) format('embedded-opentype'),
url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/fa-snapchat.ttf?-73zac) format('truetype'),
url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/fa-snapchat.woff?-73zac) format('woff'),
url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/fa-snapchat.svg?-73zac#fa-snapchat) format('svg');
}
.fa-snapchat:before {
font-family: 'fa-snapchat';
content: "\e600";
}.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider-rtl {direction:rtl; text-align:right;}  @font-face {
font-family: 'flexslider-icon';
src:url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/flexslider-icon.eot);
src:url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/flexslider-icon.woff) format('woff'),
url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/flexslider-icon.ttf) format('truetype'),
url(//civil.org.mk/wp-content/themes/sensetheme/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} .flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "\0020"; 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 { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.flexslider-rtl .carousel li { margin-right:0; margin-left: 5px; } .flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flexslider-rtl .flex-direction-nav .flex-prev { left:auto; right: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider-rtl .flex-direction-nav .flex-next { right:auto; left: -50px; text-align:left; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider-rtl.flexslider:hover .flex-prev {left:auto; right: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider-rtl.flexslider:hover .flex-next { right:auto; left: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }
.flexslider-rtl .flex-direction-nav a.flex-next:before  { content: '\f001'; }
.flexslider-rtl .flex-direction-nav a.flex-prev:before  { content: '\f002'; } .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flexslider-rtl .flex-pauseplay a {left:auto; right:10px;}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; } .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flexslider-rtl .flex-control-thumbs li {float:right;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flexslider-rtl .flex-direction-nav .flex-prev{left:auto; right:10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
.flexslider-rtl .flex-direction-nav .flex-next{right:auto; left:10px;}
}html {
height: 100% !important;
}
body {
font-family: 'Open Sans', 'sans-serif';
line-height: 1.5;
font-size: 16px;
color: #444;
height: 100%;
}
a {
color: inherit;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
outline: 0 !important;
}
a:hover {
text-decoration: none;
color: inherit;
}
.single-page .article-content a:hover {
text-decoration: underline;
}
a:visited, a:focus { 
text-decoration: none !important;
color: inherit;
outline: 0 !important;
}
input {
outline: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="submit"] {
background: none;
text-transform: uppercase;
font-size: 14px;
color: #888;
padding: 7px 21px;
border: 1px solid #888;
width: inherit;
}
input[type="password"] {
color: #e5e5e5;
background: #2d2d2d;
border: 0;
color: #999999;
background: #f7f7f7;
border: 2px solid #888;
font-size: 14px;
padding: 8px;
height: 40px;
margin-right: 8px;
margin-left: 8px;
outline: none;
}
p > a {
color: #ffb82b;
}
pre {
margin: 1.5em 0;
border-style: dashed;
line-height: 2em;
border-radius: 0;
}
table {
border-top: 2px solid #999;
border-bottom: 2px solid #999;
}
table thead {
border-bottom: 1px solid #ddd;
}
table tr + tr {
border-top: 1px solid #ddd;
}
table th, table td {
padding: 5px 10px;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.5;
margin-top: 1.5em;
margin-bottom: 15px;
word-wrap: break-word;
-ms-word-wrap: break-word;
}
h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6 {
margin-top: 0;
}
h2 + h3, h2 + h4, h2 + h5, h2 + h6 {
margin-top: 0;
}
h3 + h4, h3 + h5, h3 + h6 {
margin-top: 0;
}
h2 + h1, h3 + h1, h4 + h1, h5 + h1, h6 + h1 {
margin-top: 0;
}
img {
max-width: 100%;
}
.article-content > :first-child {
margin-top: 0;
}
.screen-reader-text{}
.bypostauthor{}        #back-top {
width: 34px;
height: 34px;
position: fixed;
right: 20px;
bottom: -34px;
opacity: 0.5;
text-align: center;
cursor: pointer;
z-index: 100;
background-color: #ffb82b;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
transition: all ease .3s;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
}
#back-top:hover {
opacity: 1 !important
}
#back-top i {
display: block;
font-size: 16px;
line-height: 34px;
color: #fff;
} .mfp-bg {
z-index: 100000 !important;
}
.mfp-wrap {
z-index: 100001 !important;
} .thumb img {
height: auto;
width: 100%;
max-width: 100%;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.thumb {
position: relative;
background-color: #2e5d5a;
overflow: hidden; 
opacity: 1;  
-webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; 
}
.thumb:hover img{
opacity: 0.8;
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-o-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
}
.hide-thumb {
opacity: 0 !important;
}
.flexslider {
margin: 0 !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;  
overflow: hidden;          
}
.flex-direction-nav a.flex-prev:before {
content: '\f104';
font-family: FontAwesome;
}
.flex-direction-nav a.flex-next:before {
content: '\f105';
font-family: FontAwesome;
}
.flexslider .slides > li, .single-page #bk-carousel-gallery-thumb.flexslider .slides > li, .module-mainslider .carousel-ctrl.flexslider .slides > li,
.bk-mega-menu .flexslider .slides > li, .product.flexslider ul.slides li
{display: none;}
.bk-slider-module .flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.footer .flexslider {
background-color: #242628;
}
.waiting {
opacity: 0;
}
.sink {
opacity: 0;
} .article-content > :first-child {
margin-top: 0;
}
.article-content {
position: relative;
}
embed, iframe, object, video {
max-width: 100%;
vertical-align: middle;
}
p > embed, p > iframe, p > object, p > video {
margin-bottom: 0;
}
.article-content .alignleft, .textwidget .alignleft, .alignleft{
display: inline;
float: left;
margin-right: 1.25em;
}
.article-content .alignright, .textwidget .alignright, .alignright{
display: inline;
float: right;
margin-left: 1.25em;
}
.article-content .alignnone, .textwidget .alignnone,
.article-content .aligncenter, .textwidget .aligncenter{
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.article-content img.alignleft, .textwidget img.alignleft,
.article-content img.alignright, .textwidget img.alignright,
.article-content img.alignnon, .textwidget img.alignnone,
.article-content img.aligncenter, .textwidget img.aligncenter {
margin-bottom: 1.5em;	
}
.article-content p img, .textwidget p img,
.article-content .wp-caption, .textwidget .wp-caption {
margin-top: 0.4em;
max-width: 100%;
height: auto;
}
.wp-caption {
margin-bottom: 1.25em;
max-width: 100%;
}
.article-content .textwidget .wp-caption, .textwidget .wp-caption {
margin-bottom: 1.25em;
max-width: 96%;
text-align:center;
background-color: #eee;
}
.article-content .wp-caption img, .textwidget .wp-caption img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.article-content p.wp-caption-text, .textwidget p.wp-caption-text, .wp-caption-text {
margin-bottom: 0;
font-style: italic;    
}
.article-content .wp-caption .wp-caption-text, .textwidget .wp-caption .wp-caption-text,
.article-content .gallery-caption, .textwidget .gallery-caption {
padding: 4px;
color: #666;	
font-size: 12px;
margin-bottom: 0 !important;
}
#bk-gallery-slider ul li img {
width: 100%;
height: auto;
}
#bk-gallery-slider .flex-control-nav {
top: 20px;
right: 20px;
width: auto;
height: 16px;
}
#bk-gallery-slider .flex-control-paging li a {
border: 2px solid #161616;
background: #f8f8f8;
}
#bk-gallery-slider .flex-control-paging li a.flex-active {
border: 2px solid #f8f8f8;
background: #161616;
}
#bk-gallery-slider .slides > li {
position: relative;
}
#bk-gallery-slider .slides > li .caption {
position: absolute;
max-width: 100%;
text-align: left;
bottom: 0;
padding: 5px;
background-color: #000000;
left: 0;
right: 0;
margin: 0;
opacity: 0;
color: white;
font-size: 12px;
font-weight: 300;
font-family: sans-serif;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
#bk-gallery-slider .slides > li:hover .caption {
display: block;
opacity: 0.7;
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
blockquote {
font-family: Georgia,"Times New Roman",Times,serif;    
color: #666;
clear: both;
margin: 0;
padding: 20px 15px 15px 15px;
margin: 20px 0 20px 0px;
border-top: 1px dashed #ddd;
border-bottom: 1px dashed #ddd;
font-size: 22px;
border-left:  none;    
line-height: 1.5em;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
content: open-quote;
font-size: 4em;
line-height: .1em;
margin-right: .15em;
vertical-align: -.4em;
}
blockquote:after {
content: close-quote;
font-size: 4em;
line-height: .1em;
margin-left: .15em;
vertical-align: -.7em;
}
blockquote p {
font-family: inherit;    
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
blockquote p:last-child {
display: inline;
}
p {
margin: 0 0 1em;
}
.bk-cover-link {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: block;
z-index: 1;
}
.container {
padding-left: 30px;
padding-right: 30px;    
}
#page-wrap {
width: 1170px;
overflow-x: hidden;
margin: 0 auto;
position: relative;
margin-top: 45px;        
}
#page-wrap.wide {
margin-top: 0;
}
#page-content-wrap {
margin-top: 40px;
}
.js-nav #page-wrap, .js-nav #page-inner-wrap {
height: 100%;
}
#page-inner-wrap {
position: relative;
width: 100%;
overflow: hidden;        
background-color: #fff;
}
.cursor-zoom {
display: block;   
}
.cursor-zoom, .cursor-zoom img, .cursor-zoom i, .zoomer img, .article-thumb .img-popup-link, .icon-play i {
cursor: url(//civil.org.mk/wp-content/themes/sensetheme/images/zoom_in.png), auto;
} .sec-content {
overflow: hidden;
}  .page-header-wrap {
background-color: #fff;
position: relative;
z-index: 1000;
} .header-inner {
margin: 30px auto;
position: relative;
display: table;
width: 100%;
}
.header-wrap {
width: 100%;
}
.header {
text-align: center;
}
.header .logo.logo-text h1 {
font-size: 50px;
line-height: 1.5;
text-transform: uppercase;
padding: 15px 0;
}
.header .logo.logo-text h1 a{
color: #333;   
}
.header-wrap .logo {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.header .logo img {
max-width: 100%;
display: inline-block;
}
.header .logo a {
display: block;
}
.header-wrap .header-banner {
display: table-cell;
vertical-align: middle;
text-align: right;
}
.header-banner img {
width: inherit;
max-width: 100% !important;
}
.header-wrap #main-menu ul.menu {
text-align: left;
}
.header-social {
float: right;
margin: 8px 0;
display: inline-block;
}
.header-social .social-icon {
float: left;
line-height: 26px;
}
.header-social .social-icon  a {
padding: 0 10px;
font-size: 14px;
color: #fff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.header-social .social-icon:hover {
background-color: #fff;
}
.header-social .social-icon.twitter:hover a {
color: #9AE4E8;
}
.header-social .social-icon.fb:hover a {
color: #3B5998;
}
.header-social .social-icon.dribbble:hover a {
color: #ea4c89;
}
.header-social .social-icon.youtube:hover a {
color: #cc181e;
}
.header-social .social-icon.vine:hover a {
color: #55BE96;
}
.header-social .social-icon.snapchat:hover a {
color: #000;
}
.header-social .social-icon.rss:hover a {
color: #F4A62A;
}
.header-social .social-icon.gplus:hover a {
color: #d34836;
}
.header-social .social-icon.linkedin:hover a {
color: #0e76a8;
}
.header-social .social-icon.pinterest:hover a {
color: #C92228;
}
.header-social .social-icon.instagram:hover a {
color: #3f729b;
}
.header-social .social-icon.vimeo:hover a {
color: #4ebbff;
}
.header-social .social-icon.vk:hover a {
color: #4F7094;
} .header-inner.header-center .logo, .header-inner.header-center .header-banner {
display: block;
text-align: center;
}
.header-inner.header-center .logo > h1, .header-inner.header-center .header-banner > a{
display: inline-block;   
} .header-type-2 .logo {
float: left;
margin-right: 15px;
margin-left: 15px;
}
.header-type-2 .logo img {
height: 54px;
}
.header-type-2 #main-menu {
display: inline-block;
}   .top-bar {
width: 100%;
background-color: #252525;  
}
#top-menu {
float: left;
}
#top-menu>ul>li {
color: #eee;
display: inline-block;
padding: 12px 16px;
font-size: 13px;
margin-right: -6px;
margin-left: 1px;
text-transform: uppercase;
position: relative;
letter-spacing: 1.5px;
}
#top-menu>ul>li > .sub-menu {
opacity: 0;
top: 84px;
border-top: 2px solid transparent;
pointer-events: none;
position: absolute;
left: 0;
color: #eee;
background-color: #252525;
box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
min-width: 200px;
padding: 5px 0;
z-index: 10000;
transition: all 0.3s linear;
}
#top-menu>ul>li:hover > a {
color: #ffb82b;
}
#top-menu>ul>li:hover > .sub-menu {
top: 100%;
pointer-events: auto;
opacity: 1;
}
#top-menu>ul>li > .sub-menu li {
padding: 12px;
border-top: 1px solid #000;
-webkit-box-shadow: 0 1px 0 0 #333 inset;
-moz-box-shadow: 0 1px 0 0 #333 inset;
box-shadow: 0 1px 0 0 #333 inset;
}
#top-menu>ul>li > .sub-menu li:first-child {
border-top:  none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.top-nav {
position: relative;
} .main-nav {
width: 100%;
}
.main-nav > .menu {
font-size: 0;
}
.main-nav.fixed {
position: fixed;
top:0;
width: 1170px;
}
.main-nav-inner {
position: relative;
}
#page-wrap.wide .main-nav.fixed {
width: 100%;
} #main-mobile-menu .top-menu, #main-mobile-menu .main-menu{
margin-top: 20px;
}
#main-mobile-menu li a {
display: block;
font-size: 14px;
padding: 0 10px;
text-transform: uppercase;
line-height: 40px;
letter-spacing: 1px;
color: #f0f0f0;
}
.mobile-menu-wrap {
display: none;
min-height: 50px;
position: relative;
}
#main-mobile-menu .block {
position: relative;
z-index: 2;
}
.mobile-nav-btn {
font-size: 35px;
color: #e9e9e9;
position: absolute;
width: 100%;
top: 50%;
cursor: pointer;
transform: translatey(-50%);
-webkit-transform: translatey(-50%);
}
.mobile-nav-btn:hover {
color: #fff;
}
.menu-title {
text-align: center;
color: #fff;
margin: 0;
padding: 14px 0;
font-size: 26px;
letter-spacing: 0.2em;
line-height: 1;
}
#mobile-inner-header .mobile-menu-close{
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
text-align: center;
display: block;
line-height: 60px;
}
#mobile-inner-header .mobile-menu-close i {
font-size: 16px;
color: #fff;
}
.menu-location-title {
font-size: 18px;
color: #fff;    
margin-left: 20px;
border-bottom:  2px solid #FFCC0D;
display: inline;
}
#mobile-inner-header {
position: relative;
width: 100%;
border-bottom: 2px solid #FFCC0D;
padding: 0 20px;
background-color: #000;
min-height: 54px;
}
#main-mobile-menu {
position: absolute;
top: 0;
padding: 0 20px;
height: 100%;
left: 0;
width: 100%;
background-color: #252525;
padding: 0;
z-index: 200;
overflow-x: hidden;
opacity: 0;
display: none;
}
#mobile-menu, #mobile-top-menu {
padding: 10px 20px;
}
#mobile-menu > ul > li, #mobile-top-menu > ul > li{
width: 100%;
margin-left: 10px;
border-top: 1px solid #000;
-webkit-box-shadow: 0 1px 0 0 #333 inset;
-moz-box-shadow: 0 1px 0 0 #333 inset;
box-shadow: 0 1px 0 0 #333 inset;
}
#mobile-menu > ul > li:first-child, #mobile-top-menu > ul > li:first-child{
border-top: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#mobile-menu > ul > li a, #mobile-top-menu > ul > li a {
line-height: 40px;
}
#mobile-menu > ul > li > a, #mobile-top-menu > ul > li > a {
margin-right: 40px !important;
}
#mobile-menu > ul > li:last-child, #mobile-top-menu > ul > li:last-child {
border-bottom: none;
}    
#mobile-menu > ul > li a:after, #mobile-top-menu > ul > li a:after {
display: none;
}
#mobile-menu > ul > li > a {
margin: 0;
padding: 0;
border: none;
}
#mobile-menu > ul li .sub-menu, #mobile-top-menu > ul li .sub-menu{
position: static;
opacity: 1;
display: none;
box-shadow: none;
-webkit-box-shadow: none; 
}
#mobile-menu .sub-menu > li, #mobile-top-menu .sub-menu > li{
border: none;
box-shadow: none;
-webkit-box-shadow: none;
padding: 0;
border: none;
}
#mobile-menu .sub-menu .sub-menu, #mobile-top-menu .sub-menu .sub-menu{
display: block;
pointer-events: auto;
}
.js-ready #main-mobile-menu {
width: 300px;
z-index: 10000;
left: -300px;
opacity: 1; 
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.js-ready #page-inner-wrap {
left: 0;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
} 
.js-nav #page-inner-wrap {
position: relative;
-webkit-transform: translate3d(300px, 0, 0);
transform: translate3d(300px, 0, 0);
}
.js-nav #main-mobile-menu {
opacity: 1; 
-webkit-transform: translate3d(300px, 0, 0);
transform: translate3d(300px, 0, 0);
}
.page-cover {
background-color: #333;
width: 100%;
height: 100%;
opacity: 0;
z-index: 10000;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
display: none;
background-color: #000;
}
.js-nav #main-mobile-menu {
opacity: 1; 
}
#main-mobile-menu .expand {
display: block;
width: 40px;
height: 40px;
float: right;
text-align: center;
cursor: pointer;
}
#main-mobile-menu .expand i {
font-size: 12px;
color: #fff;
font-weight: 300;
line-height: 40px;
color: #FFCC0D;
}
#main-mobile-menu li > ul > li > a {
padding-left: 30px;
}
#main-mobile-menu li > ul > li > ul > li a {
padding-left: 60px;
} .main-nav {
position: relative;
z-index: 9000;
height: 54px;
}
#page-wrap.wide .main-nav {
}
#main-menu > ul {
font-size: 0;
}
#main-menu > ul > li{
display: inline-block;
font-size:  16px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
margin-right: 4px;
height: 54px;
}
#main-menu > ul > li > a{
padding: 0 24px;
line-height: 54px;  
}
#main-menu > ul > li:hover > a {
}
.main-nav-container {
position: relative;
background-color: #252525; */
}
.bk-dropdown-menu {
opacity: 0;
position: absolute;
top: 84px;
z-index: 10000;    
pointer-events: none;
min-width: 220px;
background-color: #252525;
color: #fff;
box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
border-top: 3px solid transparent;
transition: all 0.3s linear;
padding: 5px 0;
}
.bk-sub-menu > li.menu-item-has-children > a:after, .sub-menu > li.menu-item-has-children > a:after, .bk-sub-sub-menu > li.menu-item-has-children > a:after {
content: '\f0d7';
position: absolute;
right: 5px;
font-family: "FontAwesome";
font-size: 12px;
transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
}
.bk-sub-menu > li.menu-item-has-children:hover > a:after, .sub-menu > li.menu-item-has-children:hover > a:after, .bk-sub-sub-menu > li.menu-item-has-children:hover > a:after {
transform: rotatez(-90deg);
-webkit-transform: rotatez(-90deg);
}
.bk-sub-sub-menu, .sub-menu {
opacity: 0;
position: absolute;
top: 28px;
left: 100%;
border-top: none;
z-index: 10000;    
pointer-events: none;
min-width: 220px;
background-color: #252525;
color: #fff;
box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
transition: all 0.3s linear;
padding: 5px 0;
}     
#main-mobile-menu .bk-sub-sub-menu, #main-mobile-menu  .sub-menu  {
pointer-events: auto;
}   
#main-menu > ul > li:hover .bk-dropdown-menu {
top: 100%;
pointer-events: auto;
opacity: 1;   
}
.bk-sub-menu > li, #top-menu .sub-menu > li {
position: relative;
}
.bk-dropdown-menu .bk-sub-menu > li:hover > .bk-sub-sub-menu, .bk-mega-menu .bk-sub-menu > li:hover > .bk-sub-sub-menu, .sub-menu > li:hover > .sub-menu, 
.bk-sub-sub-menu > li:hover > .bk-sub-sub-menu   {
top: 0;
left: 100%;
pointer-events: auto;
opacity: 1;    
}
.bk-sub-menu > li, .bk-sub-sub-menu > li {
padding: 8px 12px;
font-size: 14px;
border-top: 1px solid #000;
-webkit-box-shadow: 0 1px 0 0 #333 inset;
-moz-box-shadow: 0 1px 0 0 #333 inset;
box-shadow: 0 1px 0 0 #333 inset;
}
.sub-menu > li {
padding: 8px 12px;
font-size: 12px;
border-top: 1px solid #000;
-webkit-box-shadow: 0 1px 0 0 #333 inset;
-moz-box-shadow: 0 1px 0 0 #333 inset;
box-shadow: 0 1px 0 0 #333 inset;
}
.bk-mega-column-menu li {
text-align: left;
}
.bk-mega-column-menu .bk-sub-menu > li, .bk-mega-column-menu .bk-sub-sub-menu, .bk-mega-column-menu .bk-sub-sub-menu > li {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;    
pointer-events: none;
border: none;
}
.bk-mega-column-menu .bk-sub-sub-menu > li a {
text-transform: none;
font-size: 15px;
letter-spacing: 1px;
position: relative;
padding-left:  20px;
color: #ddd;
}
.bk-mega-column-menu .bk-sub-sub-menu > li a:after {
font-family: "FontAwesome";
content: '\f0da';
position: absolute;
left: 0;
font-size: 12px;
}
#main-menu > ul > li:hover .bk-mega-column-menu li {
pointer-events: auto;
}
.bk-sub-menu > li:first-child, .bk-sub-sub-menu > li:first-child {
border-top: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#top-menu>ul>li > .sub-menu a, .bk-dropdown-menu a {
display: block;
}
.main-nav .menu > li.current-menu-item {
background-color: #ffb82b;
} .flexslider_destroy ul li{
width: 25%;
float: left;
}
.bk-with-sub.flexslider_destroy ul li {
width: 33.33333%;
}
.bk-mega-menu, .bk-mega-column-menu {
position: absolute;
top: 100%;
left: 0;    
width: 100%;
padding: 10px;
background-color: #252525;
color: #fff;
opacity: 0;
top: 84px;
z-index: 10000; 
pointer-events: none;
box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
border-top: 3px solid transparent;
transition: all 0.3s linear;
}
.main-nav .menu > li.menu-item:hover > .bk-mega-menu, .main-nav .menu > li.menu-item:hover > .bk-mega-column-menu {
top: 100%;
pointer-events: auto;
opacity: 1;
}
.bk-mega-menu .flexslider {
background-color: transparent;
}
.bk-mega-menu .flexslider {
overflow: hidden;
}
.bk-mega-menu .flex-direction-nav li a {
opacity: 0.4;
}
.bk-mega-menu .flex-direction-nav li:hover a {
opacity: 0.6;
}
.bk-mega-menu .flexslider:hover .flex-prev {
left: 10px;
}
.bk-mega-menu .flexslider:hover .flex-next {
right: 10px;
}
.bk-mega-menu ul.slides li {
border: 10px solid transparent;
box-sizing: content-box;
overflow: hidden;
}
.bk-mega-menu .bk-sub-menu-wrap {
width: 22%;
float: left;
padding: 8px;
}
.bk-sub-menu > li, .bk-sub-sub-menu > li.menu-item-has-children {
display: block;
position: relative;
text-align: left;
}
.bk-sub-menu > li > a, .bk-sub-sub-menu > li > a {
padding: 0 6px;
display: block;
line-height: 25px;
font-size: 12px;
color: #fff;
text-transform: uppercase;
}
.bk-sub-menu > li > a {
padding-right: 14px;
letter-spacing: 1px;
text-transform: uppercase;
}   
.bk-sub-menu li > a {
color:#fff;
webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.bk-sub-post {
position: relative;
}
.bk-sub-posts.bk-with-sub {
width: 78%;
float: right;
}
.bk-sub-post .thumb img {
height: auto;
}
.bk-mega-column-menu {
padding: 0 !important;
border-top: 2px solid #ffb82b;        
}
.bk-mega-column-menu .bk-sub-menu {
padding: 30px 15px;
}
.bk-mega-column-menu .bk-sub-menu > li {
width: 25%;
float: left;
border: none;
padding: 0 15px;
}
.bk-mega-column-menu .bk-sub-menu > li:hover > a {
color: inherit !important;
}
.bk-mega-column-menu .bk-sub-menu > li > a {
font-size: 16px;
font-weight: 400;
letter-spacing: 1px;
}
.bk-mega-column-menu .bk-sub-menu > li > a:after {
display: none;
}
.bk-mega-column-menu .bk-sub-menu > li:hover {
background: none;
}
.bk-mega-column-menu .bk-sub-sub-menu {
transition: none;
-webkit-transition: none;
transform: none;
-webkit-transition: none;
position: static;
text-align: center;
margin: 8px 0 0 0;
padding-top: 12px;
width: 100%;
line-height: 25px; 
letter-spacing: 1px;
opacity: 1 !important;
font-weight: 300;    
border-top: 1px solid #000;
-webkit-box-shadow: 0 1px 0 0 #333 inset;
-moz-box-shadow: 0 1px 0 0 #333 inset;
box-shadow: 0 1px 0 0 #333 inset;
} .bk-mega-menu .meta {
margin-top: 10px;
font-size: 12px;
}
.bk-mega-menu .meta i {
margin-right: 4px;
}
.bk-mega-menu .meta > div {
display: inline;
color: #ccc;
}
.bk-mega-menu .meta > div:after {
content: "/";
padding: 0 4px;
color: #888;
}
.bk-mega-menu .meta > div:last-child:after {
display: none;
}
.bk-sub-posts  {
text-align: center;
}
.bk-sub-posts .thumb {
overflow: visible;
}
.bk-sub-posts .thumb:hover img {
transform: none;
-ms-transform: none;
-webkit-transform: none;
}
.bk-sub-posts .post-title {
margin: 0;
padding: 0;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
}
.bk-sub-posts .post-title a {
font-size: 16px;
line-height: 1.3;
word-wrap: break-word; 
color: #fff; 
text-transform: uppercase;
} .ajax-search-wrap {
position: absolute;
right: 0px;
top: 0;
width: 0;
}
.ajax-form fieldset {
border: none;
margin: 0;
padding: 0;
}
.ajax-form input {
width: 0;
padding: 0;
font-size: 0;
border: none;
height: 54px;
margin: 0;
background-color: #ffb82b;
color: #fff;
transition: width ease-out 0.3s;
-webkit-transition: width ease-out 0.3s;
}
.ajax-form ::-webkit-input-placeholder { color: #fff !important;
}
.ajax-form :-moz-placeholder { color: #fff !important;
}
.ajax-form ::-moz-placeholder { color: #fff !important;
}
.ajax-form :-ms-input-placeholder { color: #fff !important;
}
.ajax-form {
width: auto;
height: 54px;
position: absolute;
right: 0;
top: 0;
}
#ajax-form-search {
width: 54px;
height: 54px;
text-align: center;
background-color: #ffb82b;
cursor: pointer;
z-index: 1000;
position: absolute;
right: 0;
top: 0;
}
#ajax-form-search i {
line-height: 54px;
font-size: 22px;
color: #fff;
}
#ajax-search-result {
width: 350px;
margin-top: 54px;
right: 0;
background-color: #fff;
z-index: 100000;
position: relative;
background: #fff;
}
#ajax-search-result .s-list {
padding: 16px;
text-align: left;
}
.ajax-not-found {
padding: 16px;
}
.loading-img-wrap {
min-height: 54px;
position: relative;
height: 100%;
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 1px;        
}
.search-loadding {
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;            
border-radius: 50%;
border: dashed 1px #ffb82b;
animation-name: loader-spin;
-webkit-animation-name: loader-spin;
animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
width: 28px;
height: 28px;
border-width: 2px;
margin: -14px 0 0 -14px;
}
@-webkit-keyframes loader-spin {
from   {  transform: rotate(0deg); }
to     {  transform: rotate(360deg); }
} .flexslider {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important; 
margin: 0 !important; 
border:  none;        
zoom: 1;
}
.flex-direction-nav li a {
text-shadow: none;
text-align: center !important;
color: #ffb82b;
background-color: rgba(0,0,0,0.7);
}
.flex-direction-nav li a.flex-next {
right: -40px;
}
.flex-direction-nav li a.flex-prev {
left: -40px;
}
.flexslider:hover .flex-next {
opacity: 1;
right: 0;
}
.flexslider:hover .flex-prev {
opacity: 1;
left: 0;
}
.flex-direction-nav li a:before {
font-size: 22px;
line-height: 40px;
}
.flexslider .slides {
zoom: 1;
}  .bkmodule ul, #top-menu ul, .main-nav ul, .footer ul, .widget ul, .share-box ul, .related-box ul, .bkpage-content ul, #mobile-top-menu > ul, 
.header-social ul, #mobile-menu ul, #mobile-top-menu > ul, #mobile-top-menu .sub-menu, .bk-ads, .bk_tabs .ui-tabs-nav, .bkteamsc ul  {
list-style: none;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.bkmodule ul {
margin-bottom: 4px;
}
#page-content-wrap .bksection {
margin-bottom: 52px;
}
#page-content-wrap .bksection:last-child {
margin-bottom: 0;
}
.bkmodule  {
margin-bottom: 52px;
}
.bkmodule:last-child {
margin-bottom: 0;
}
.bk-masonry-content {
width: 100% !important;
} .module-title, .page-title {
text-align: left;
padding-bottom: 32px;
position: relative;    
}
.wp-page .module-title{
padding-bottom: 40px;
}
.module-title h2, .page-title h2 {
margin: 0;
text-align: left;
font-size: 36px;
line-height: 1;
text-transform: uppercase;
color: #111;
margin-top: 1px;
position: relative;
}
.module-title h2 span, .page-title h2 span {
z-index: 10;
position: relative;
display: inline-block;
background: #fff;
padding-right: 16px;
line-height: 1;
font-weight: 700;
color: #111;
letter-spacing: 0;
}
.module-title h2:before, .page-title h2:before {
position: absolute;
width: 100%;
content: ' ';
height: 2px;
left: 0;
background-color: #111;
bottom: 4px;
box-sizing: border-box;
transform: translatey(-50%);
}
.module-title .sub-title {
color: #888;
display: inline-block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;    
position: relative;
z-index: 15;
margin-left: 4px;       
}
.module-title .sub-title p {
margin: 0;
} .content_in {
position: relative;
color: #fff;
overflow: hidden;
}
.content_in .thumb{
background: #111;
}
.content_in .thumb:hover img{
opacity: 0.7;   
}
.content_in .view-more {
position: absolute;
top: 0;
left: 0;
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
height: 100%;
width: 100%;
opacity: 0;
}
.content_in .meta > div {
display: inline;
margin-right: 3px;
}
.content_in .meta {
margin: 0 0 15px 0;
}
.content_in h2 {
margin: 0 0 15px 0;
line-height: 1.3;
}
.content_in .meta > div:after {
content: "/";
padding: 0 5px;
color: #fff;
}
.content_in .meta > div:last-child:after {
display: none;
}
.content_in .meta > div.post-category a {
color: #ffb82b;
font-size: 12px;
border-radius: 1px;
} .content_out .bk-mask {
position: relative;
overflow: hidden;
}
.content_out .meta > div {
display: inline;
}
.content_out .meta > div:after {
content: "/";
padding: 0 4px;
color: #888;
}
.content_out .meta > div:last-child:after {
display: none;
}
.content_out .review-score {
background-color: #FFB82B;
position: absolute;
top: 0;
right: 0;
letter-spacing: 1px;
} .module-feature1 {
min-height: 480px;
}
.module-feature1 .meta{
letter-spacing: 1.5px;
text-transform: uppercase;
position: absolute;
font-size: 14px;    
top: 53%;
width: 100%;
left: 0;
margin-bottom: 10px;
text-align: center;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,-105px,0);
transform: translate3d(0,-105px,0);
}
.module-feature1 .large-post:hover .meta {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
opacity: 1;
-webkit-transform: translate3d(0,-95px,0);
transform: translate3d(0,-95px,0);
} 
.module-feature1 .post-c-wrap {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
}
.module-feature1 .content_in img {
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-30px,0,0) scale(1.12);
transform: translate3d(-30px,0,0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.module-feature1 .small-post .content_in img {
max-width: 150%;
}
.module-feature1 .content_in:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
} .module-feature1 .large-post .content_in {
height: 480px;
}
.module-feature1 .large-post .post-c-wrap {
padding: 30px;
}
.module-feature1 .large-post .post-c-wrap::after {
position: absolute;
content: '';
opacity: 0;
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
pointer-events: none;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.module-feature1 .large-post .post-c-wrap::before {
position: absolute;
content: '';
opacity: 0;
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.module-feature1 .large-post:hover .post-c-wrap::before, .module-feature1 .large-post:hover .post-c-wrap::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.module-feature1 .large-post h4 {
padding-top: 29%;
margin: 0;
font-size: 32px;
text-transform: uppercase;
position: relative;
letter-spacing: 0.1em;
padding-bottom: 20px;
word-spacing: -0.15em;
text-align: center;
-webkit-transition: all 0.35s;
transition: all 0.35s;
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}
.module-feature1 .large-post:hover h4 {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
opacity: 1;
padding-bottom: 10px;
-webkit-transform: translate3d(0,-20px,0);
transform: translate3d(0,-20px,0);
}
.module-feature1 .large-post h4:after {
content: "";
height: 2px;
width: 100px;
position:absolute;
bottom: -10px;
background-color: #fff;
left: 50%;
-webkit-transition: all 0.35s;
transition: all 0.35s;
transform: translatex(-50%);
-webkit-transform: translatex(-50%);
}
.module-feature1 .large-post:hover h4:after {
opacity: 0;
}
.module-feature1 .excerpt {
padding: 0.5em 2em;
text-transform: none;
opacity: 0;
text-align: center;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.module-feature1 .large-post:hover .excerpt {
opacity: 1;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
-webkit-transform: translate3d(0,-20px,0); 
transform: translate3d(0,-20px,0);
} .module-feature1 .small-post .content_in {
height: 225px;
}
.module-feature1 .small-post:last-child {
margin-top: 30px;
}
.module-feature1 .small-post .post-c-wrap {
padding: 30px 15px;
}
.module-feature1 .small-post .meta-title-wrap {
position: absolute;
bottom: 0;
left: 0;
padding: 16px;
text-align: right;
width: 100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.module-feature1 .small-post .meta {
font-size: 14px;
text-transform: uppercase;
position: static;
text-align: inherit;
-webkit-transition: none !important;
-webkit-transform: none !important;
transition: none !important;
transition: none !important;
}
.module-feature1 .small-post h4 {
font-size: 18px;
margin-top: 8px;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 0;
}
.module-feature1 .small-post .excerpt{
padding: 0 10px 0 0;
width: 70%;
border-right: 1px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0,0);
transform: translate3d(-40px,0,0);
}
.module-feature1 .small-post:hover .excerpt {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.module-feature1 .small-post .view-more:focus {
color: #39545e;
} .module-feature2 {
background: #FFCC0D;
padding: 40px 0;
}
.module-feature2 .flexslider {
position: relative;
min-height: 430px;
background: #FFCC0D;
}
.module-feature2 .flexslider .thumb {
border: 8px solid #111;
}
.module-feature2 .feat-img {
float: right;
}
.module-feature2 .post-category:after {
display: none;
}
.module-feature2 .meta {
width: 100%;
padding: 28px 8px;
text-align: center;
background-color: #111;
display: inline-block;
text-transform: uppercase;
float: left;
margin-top: 12px;
letter-spacing: 1px;
position: relative;
}
.module-feature2 .meta .meta-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.13;
}
.module-feature2 .meta .post-category {
display: block;
font-size: 20px;
color: #ffb82b;
margin-bottom: 8px;   
position: relative;
z-index: 100;  
}
.module-feature2 .meta .post-date {
font-size: 12px;
display: block;
color: #fff;
position: relative;
z-index: 100;
}
.module-feature2 .content_out h4 {
font-size: 28px;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 8px;
color: #111;
line-height: 1.3;
}
.module-feature2 .content_out .post-author {
position: relative;
padding-left: 16px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}
.module-feature2 .content_out .post-author:before {
content: "";
width: 8px;
height: 1px;
background-color: #111;
position: absolute;
left: 100px;
top: 50%;
left: 0;
}
.module-feature2 .content_out .post-author a {
text-decoration: underline;
}
.module-feature2 .content_out .excerpt {
margin-bottom: 20px;
}
.module-feature2 .head-wrap {
margin-bottom: 28px;
}
.module-feature2 .content_out .excerpt:first-letter {
font-size: 56px;
float: left;
line-height: 52px;
padding: 4px 12px 0 0;
}
.module-feature2 .readmore i, .module-blog ul li .readmore i {
color: #888;
margin-right: 12px;
font-size: 16px;
}
.module-feature2 .readmore, .module-blog ul li .readmore {
font-style: italic;
text-transform: uppercase;
font-size: 14px;
}
.module-feature2 .readmore a:hover, .module-blog ul li .readmore a:hover {
color: #ffb82b;
}
.module-feature2 .flex-direction-nav li a {
display: block;
width: 56px;
line-height: 8px;
height: 56px;
text-align: center;
text-decoration: none;
position: absolute;
bottom: 10px;
top: 30px;
left: inherit;
opacity: 1;
color: #111;
background: none;
}
.module-feature2 .flex-direction-nav li a.flex-next {
right: 20px;
top: 50%;
}
.module-feature2 .flex-direction-nav li a.flex-prev {
left: 20px;
top: 50%;
}
.module-feature2 .flexslider:hover .flex-next {
top: 50%;
right: 20px;
left: inherit;
}
.module-feature2 .flexslider:hover .flex-prev {
top: 50%;
left: 20px;
}
.module-feature2 .flex-direction-nav li a:before {
line-height: 56px;
font-size: 40px;
}
.module-feature2 .flex-direction-nav li a:hover {
background-color: #ffb82b;
color: #111;
} .row-type .post-c-wrap {
text-align: center;
padding: 0 8px;
}
.row-type .meta {
color: #888;
font-size: 12px;
margin-top: 8px;
text-transform: uppercase;
letter-spacing: 1px;
}
.row-type .excerpt {
margin-top: 8px;
}
.row-type .post-author a {
border-bottom: 1px solid #888;
} .module-row ul li:nth-child(3n+1) {
clear: both;
}
.module-row ul li:nth-child(n+4) {
margin-top: 40px;
}
.row-type h4 {
font-size: 20px;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 0;
color: #111;
}
.row-type.no-thumb h4 {
margin-top: 0;
}
.row-type .readmore a{
border: 2px solid #111;
padding: 4px 12px;
color: #111;
background-color: #fff;
position: relative;
z-index: 1;
text-transform: uppercase;
font-size: 12px;    
}
.row-type .readmore a:hover {
color: #fff;
background-color: #111;
}
.row-type .readmore {
text-align: center;
margin-top: 20px;
position: relative;
font-size: 14px;
}
.row-type .readmore:after {
content:"";
width: 100%;
height: 2px;
background-color: #111;
position: absolute;
top: 50%;
left: 0;
z-index: 0;    
}
.row-type  .review-score, .module-blog .review-score {
width: 85px;
height: 75px;
text-align: center;
line-height: 75px;
font-size: 28px;
color: #fff;
} .content_out.small-post {
margin-top: 24px;
position: relative;
}
.content_out.small-post:first-child {
margin-top: 0;
}
.content_out.small-post .thumb {
width: 90px;
height: 90px; 
float: left;
}
.content_out.small-post .meta {
font-size: 12px;
padding-left: 105px;
color: #888;
text-transform: uppercase;
}
.content_out.small-post h4 {
font-size: 15px;
letter-spacing: 1px;
padding-left: 105px;
text-transform: uppercase;
margin: 0 0 8px 0;
color: #111;
font-weight: 400;
}
.content_out.small-post.no-thumb .meta {
padding-left: 0;
}
.content_out.small-post.no-thumb h4 {
padding-left: 0;
}
.footer .content_out.small-post h4 {
color: #d8d8d8;
}
.footer .content_out.small-post .meta {
color: #d8d8d8;
}
.module-hero .content_out.small-post h4 {
color: #fff;   
}
.module-hero .list-small-post {
padding: 16px;
background-color: #0a0b0c;
} .module-block-2 .content_out.small-post:nth-child(2) {
margin-top: 0;
} .module-carousel .bk-carousel-wrap ul li .thumb, .module-square-grid .content_in .thumb{
height: 250px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.module-carousel .bk-carousel-wrap ul li {
padding:  0 2px;
box-sizing: content-box;
}
.module-carousel .bk-carousel-wrap {
padding: 30px;
background-color: #333;
position: relative;
}
.module-carousel .content_in_wrapper .thumb{
z-index: -1;
}
.module-carousel .content_in_wrapper, .module-square-grid .content_in_wrapper{
position: relative;
overflow: hidden;
}
.module-carousel .thumb, .module-square-grid .content_in .thumb {
width: 100%;
position: relative;
background-position: 50% 50%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.module-carousel .post-c-wrap, .module-square-grid .content_in .post-c-wrap {
position: absolute;
width: 100%;
top: 0;
height: 100%;
padding: 0 40px; 
z-index: 100;
}
.module-carousel .post-c-wrap .title, .module-square-grid .content_in .post-c-wrap .title {
font-weight: 100;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2px;
}
.module-carousel .post-c-wrap .meta, .module-square-grid .content_in .post-c-wrap .meta{
font-size: 12px;
text-transform: uppercase;
margin-bottom: 0;
color: #fff;
}
.module-carousel .title, .module-square-grid .content_in .post-c-wrap .title{
margin-top: 0;
color: #fff;
} .square-grid-3 ul li:nth-child(n+4){
margin-top: 30px;
}
.square-grid-2 ul li:nth-child(n+3){
margin-top: 30px;
}
.module-square-grid ul li:hover .thumb {
opacity: 0.8;
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-o-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
}
.module-square-grid .content_in_wrapper{
background-color: #ffb82b;
} .bk-slider-module .flexslider .item {
z-index: -1; position: relative;
}
.bk-slider-module .flexslider .item .thumb{
width: 100%;
position: relative;
z-index: -1;
background-position: 50% 50%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.bk-slider-module .flexslider .item h4 {
margin: 0 0 8px 0;
font-size: 32px;
font-weight: 100;
color: #fff;
text-transform: uppercase;
letter-spacing: 4px;
}
.bk-slider-module .post-c-wrap {
position: absolute;
width: 100%;
top: 0;
height: 100%;
padding: 0 200px;    
}
.bk-slider-module .post-c-wrap .meta {
margin: 0;
font-size: 14px;
color: #fff;
text-transform: uppercase;
}
.bk-slider-module .flex-control-nav {
bottom: 24px;
line-height: 1;
}
.bk-slider-module .flex-control-nav li {
margin: 0 32px;
}
.bk-slider-module .flex-control-nav li a {
box-sizing: content-box;
display: none;    
background: rgba(255,255,255,0.5);
width: 16px;
height: 16px;    
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.inner {
width: 100%;
height: 100%;
display: table;
}
.inner-cell {
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
text-align: center;
}   
.inner-cell .innerwrap {
display: inline-block;
padding: 12px 20px;
background-color: rgba(0,0,0,0.5);
-webkit-backface-visibility: hidden; backface-visibility: hidden;
} .module-feature-slider .flexslider {
height: 500px;
position: relative;
}
.module-feature-slider .flexslider .item .thumb{
height: 500px;
}
.has-sb .module-feature-slider .flexslider {
height: 400px;
}
.has-sb .module-feature-slider .flexslider .item .thumb {
height: 400px;
}
.has-sb .bk-slider-module .post-c-wrap {
padding: 0 80px;
} .module-fw-slider .flexslider {
height: 450px;
}
.module-fw-slider .flexslider .item .thumb{
height: 450px;
} .bk-masonry-content .item {
margin-top: 44px;
}
.bk-masonry-content .item:nth-child(1), .bk-masonry-content .item:nth-child(2), .fullwidth .bk-masonry-content .item:nth-child(3) {
margin-top: 0;   
}
.loadmore {
text-align: center;
}
.loadmore span.ajaxtext {
display: inline-block;
background-color: #fff;
padding: 8px 52px;
text-transform: uppercase;
border: 2px solid #888;
font-size: 14px;
margin-top: 45px;
cursor: pointer;
color: #888;
letter-spacing: 4px;
transition: all 0.3s linear;
}
.loadmore span.ajaxtext:hover {
background-color: #111;
border-color: #111;
color: #ffb82b;
}
.loadmore span.loading-animation { 
display: none;
width: 158px;
height: 44px;
margin-top: 40px;
border: 2px solid transparent;   
cursor: pointer; 
background: url(//civil.org.mk/wp-content/themes/sensetheme/images/ajax_load.gif) no-repeat center;
} .module-breaking-carousel {
}
.module-breaking-carousel .content_out.small-post .thumb {
width: 80px;
height: 80px;
}
.module-breaking-carousel img {
width: 80px;
height: auto;
}
.module-breaking-carousel .bk-carousel-wrap {
position: relative;
height: 110px;
padding: 15px 30px !important;
background-color: #F8F8F8;
overflow: hidden;
}
.module-breaking-carousel ul li {
box-sizing: content-box;
}
.module-breaking-carousel ul li:first-child {
padding-left: 0;
}
.module-breaking-carousel .content_out.small-post {
margin-top: 0;
overflow: hidden;    
}
.module-breaking-carousel .post-c-wrap {
padding-right: 15px;
}
.module-breaking-carousel .post-c-wrap h4 {
color: #111;
font-size: 14px;     
padding-left: 100px;
}
.module-breaking-carousel .no-thumb .post-c-wrap h4, .module-breaking-carousel .content_out.small-post.no-thumb .meta {
padding-left: 0;
}
.module-breaking-carousel .content_out.small-post .meta {
padding-left: 120px;
position: relative;
}
.module-breaking-carousel .content_out.small-post .meta:after {
content: "";
width: 8px;
height: 1px;
background-color: #111;
position: absolute;
left: 100px;
top: 8px;
}
.module-breaking-carousel .flex-direction-nav .flex-next {
right: -30px;
width: 28px;
height: 100%;
line-height: 110px;
margin: 0;
top: 0;
opacity: 1;
background: none;
color: #ffb82b;
opacity: 0;
}
.module-breaking-carousel .flex-direction-nav .flex-prev {
left: -30px;
top: 0;
width: 28px;
height: 100%;
line-height: 110px;
margin: 0;
opacity: 1;
background: none;
color: #ffb82b;
opacity: 0;
}
.module-breaking-carousel:hover .flex-direction-nav .flex-next {
right: 0px;
opacity: 1;
}
.module-breaking-carousel:hover .flex-direction-nav .flex-prev {
left: 0px;
opacity: 1;
} .bk-blog-content .meta {
color: #888;
font-size: 12px;
margin-top: 8px;
text-transform: uppercase;
letter-spacing: 1px;
}
.bk-blog-content .meta .post-category {
color: #ffb82b;
}
.bk-blog-content h4 {
text-transform: uppercase; 
color: #111;  
}
.module-blog .thumb img {
width: 100%;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.module-blog  .post-author a {
text-decoration: underline;
}
.module-blog .content_out .meta > div:after {
margin: 0 8px;
} .module-classic-blog .bk-mask {
width: 45%;
height: auto;
margin-right: 4%;
float: left;
overflow: hidden;
}
.module-classic-blog .post-c-wrap {
width: 50%;
float: left;
}
.module-classic-blog .no-thumb .post-c-wrap {
width: 100%;
}
.module-classic-blog .bk-blog-content .meta {
margin-top: 0;
margin-bottom: 8px;    
}
.module-classic-blog .bk-blog-content h4 {
margin-top: 0;
margin-bottom: 8px;
font-size: 20px;
}
.module-classic-blog ul li .content_out {
margin-top: 28px;
border-top: 1px solid #ddd;
padding-top: 28px;
}
.module-classic-blog ul li:first-child .content_out {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.module-classic-blog ul li .excerpt {
margin-bottom: 8px;
} .module-large-blog .thumb {
width: 100%;
height: auto;
margin-bottom: 28px;
}
.module-large-blog .post-c-wrap {
text-align: center;
position: relative;
margin: -70px 40px 0 40px;
z-index: 10;
padding: 16px;
background: #fff;
}
.module-large-blog .no-thumb .post-c-wrap {
margin: 0;
padding: 0;
}
.module-large-blog .post-c-wrap .meta {
margin-top: 0;
margin-bottom: 12px;
font-size: 14px;
}
.module-large-blog .post-c-wrap h4 {
margin-top: 0;
margin-bottom: 16px;
font-size: 28px;
}
.module-large-blog ul li .content_out {
margin-top: 44px;
}
.module-large-blog ul li:first-child .content_out {
margin-top: 0;
}
.module-large-blog ul li .excerpt {
margin-bottom: 16px;
} .footer {
width: 100%;
clear: both;
margin-top: 45px;
position: relative;
color: #d8d8d8;
background: #252729;
padding-top: 40px;
}
.footer .widget .post-c-wrap h2 {
color: #d8d8d8;
}
.footer .footer-content {
padding-bottom: 40px;
}
.footer .footer-content {
}
.footer .widget-title {
text-align: center;
margin-bottom: 24px;
}
.footer .widget-title h3 {
font-size: 18px;
letter-spacing: 2px;
word-spacing: 2px;
margin: 0;
text-transform: uppercase;
color: #f8f8f8;
border-bottom: 1px solid #555;
padding-bottom: 8px;
}
.footer-sidebar:nth-child(1) {
padding-right: 30px;
}
.footer-sidebar:nth-child(2) {
padding-left:  30px;
padding-right: 30px;
border-left: 1px solid #333;
border-right: 1px solid #333;
}
.footer-sidebar:nth-child(3) {
padding-left:  30px;
}
.footer-sidebar > .widget {
margin-top: 40px;
}
.footer-sidebar > .widget:first-child {
margin-top: 0;
}
.footer .footer-lower {
width: 100%;
margin: auto;
padding: 20px 0;
background-color: #111;
color: #d8d8d8;
letter-spacing: 1px;
font-size: 12px;
}
#footer-menu {
float: left;
}
#footer-menu ul li {
display: inline-block;
margin-right: 10px;
text-transform: uppercase;
}
.bk-copyright {
float: right;
} .sidebar {
padding-left: 30px;
}
.sidebar-wrap > .widget {
margin-top: 20px;
padding-top: 28px;
}
.sidebar-wrap .widget-social-counter + .widget {
margin-top: 0;
}
.sidebar-wrap > .widget:first-child {
margin-top: 0;
border-top: none;
padding-top: 0;
}
.sidebar-wrap .widget-title {
text-align: center; 
margin-top: 0;
margin-bottom: 24px;
position: relative;
}
.sidebar-wrap .widget-title h3 {
text-transform: uppercase;
display: inline-block;
font-size: 20px;
color: #111;
margin: 0;
z-index: 10;
position: relative;
background: #fff;
padding: 0 12px;
line-height: 1;
letter-spacing: 1px;
}
.sidebar-wrap .widget-title:before {
position: absolute;
width: 100%;
content: ' ';
height: 2px;
left: 0;
background-color: #111;
box-sizing: border-box;
top: 50%;
} .widget .post-c-wrap h2 {
color: #111;
} .widget_most_commented .bk-mask {
width: 90px;
height: 90px;
float: left;
}
.widget_most_commented .comments{
position: absolute;
color: #fff;
top: 0;
right: 0;
padding: 4px;
font-size: 12px;
line-height: 12px;
min-width: 20px;
height: 20px;
text-align: center;
background-color: rgba(255,184,43,0.8);
}
.widget_most_commented .comments:after {
left: 2px;
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
border-right-color: #FFB82B;
border-width: 8px;
margin-top: -11px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} .widget_reviews .post-review-list .bk-mask {
width: 90px;
height: 90px;
float: left;
}
.widget_reviews .post-review-list .review-score{
position: absolute;
top: 0;
right: 0;
padding: 5px 4px;
line-height: 10px;
min-width: 20px;
height: 20px;
text-align: center;
color: #fff;
font-size: 12px;
} .widget-social-counter ul li {
width: 50%;
display: inline-block;
float: left;
margin-bottom: 20px;
height: 52px;
overflow: hidden;
}
.widget-social-counter ul li .social-icon {
float: left;
display: inline-block;
width: 40px;
height: 40px;
color: #fff;
text-align: center;
margin-right: 15px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-backface-visibility: hidden; backface-visibility: hidden;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
background-color: #111;    
}
.widget-social-counter ul li .social-icon i {
line-height: 40px;
font-size: 20px;
}
.widget-social-counter ul li .data {
float: left;
display: inline-block;
color: #111;
}
.widget-social-counter ul li .data .counter{
font-size: 20px;
font-weight: bold !important; 
line-height: 1;
margin-bottom: 8px;
letter-spacing: 1px;
}
.widget-social-counter ul li .data .subscribe {
font-size: 18px;
text-transform: uppercase;
font-weight: bold !important; 
line-height: 1;
margin-bottom: 12px;
}
.widget-social-counter ul li .data .text {
font-size: 12px;
text-transform: uppercase;
line-height: 1;
color: #888;
} .footer .widget-social-counter ul li .data {
color: #d8d8d8;   
} .widget_googlebadge {
text-align: center;
} .widget_latest_comments {
text-align: center;
}
.widget_comment .cm-header div {
display: inline;
font-size: 12px;
text-transform: uppercase;
color: #888;
}
.widget_comment .cm-header .author-name {
color: #444;
}
.widget_comment .cm-header .avatar {
margin-right: 8px;
border-radius: 50%;
}
.widget_comment .cm-header .avatar img {
width: inherit;
display: inline;
margin-bottom: 4px;
}
.widget_comment .cm-header span {
margin: 0 8px;
font-size: 12px;
color: #888;
}
.widget_comment .cm-header {
margin-bottom: 8px;
}
.widget_comment .comment-text {
font-style: italic;
margin-bottom: 16px;
}
.widget_comment .post-title {
text-transform: uppercase;
font-size: 16px;
margin: 0;
letter-spacing: 1px;
}
.widget_comment .post-title i {
margin-right: 8px;
color: #888;
}
.cm-flex .flex-control-nav {
width: 100%;
position: static;
margin-top: 28px;
text-align: center;
line-height: 0;
}
.cm-flex .flex-control-paging li a {
background: rgba(0,0,0,0.3);
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.cm-flex .flex-control-paging li a.flex-active {
background: rgba(0,0,0,1);
}
.footer .widget_comment .cm-header .author-name {
color: #d8d8d8;
}
.footer .widget_comment .cm-header div {
color: #d8d8d8;
} .widget-twitter .fa-twitter {
float: left;
font-size: 60px;
margin-bottom: 8px;
margin-right: 16px;
color: #FFB82B;
}
.widget-twitter ul.slides li .twitter-message a {
color: #FFB82B;
text-decoration: underline;
}
.widget-twitter ul.slides li > a {
padding-left: 72px;
color: #888;
font-style: italic;
font-size: 14px;
margin-top: 2px;
}
.widget-twitter .twitter-message {
padding-left: 72px;
} .widget-twitter .flex-direction-nav, .widget_latest_comments .flex-direction-nav {
margin-top: 24px;
text-align: center;
}
.widget-twitter .flex-direction-nav li, .widget_latest_comments .flex-direction-nav li {
position: relative;
display: inline-block;
}
.widget-twitter .flex-direction-nav li a, .widget_latest_comments .flex-direction-nav li a{
display: block;
width: 24px;
height: 24px;
text-align: center;
text-decoration: none;
font-size: 16px;
position: absolute;
bottom: 10px;
opacity: 1;
top: inherit;
bottom: -44px;
border: 1px solid #666;
background: none;
color: #111;
}
.footer .widget-twitter .flex-direction-nav li a, .footer .widget_latest_comments .flex-direction-nav li a {
border: 1px solid #888;
color: #888;
}
.widget-twitter .flex-direction-nav li a:hover, .widget_latest_comments .flex-direction-nav li a:hover {
color: #ffb82b;
}
.widget-twitter .flex-direction-nav li a.flex-prev, .widget_latest_comments .flex-direction-nav li a.flex-prev {
left: 50%;
margin-left: -28px;
position: static;
}
.widget-twitter .flex-direction-nav li a.flex-next, .widget_latest_comments .flex-direction-nav li a.flex-next {
right: 50%;
margin-right: -28px;  
position: static;  
}
.widget-twitter .flex-direction-nav li a:before, .widget_latest_comments .flex-direction-nav li a:before {
line-height: 22px;
} .widget_flickr img, .widget-instagram img {
width: 100%;
}
.widget_flickr ul li, .widget-instagram ul li {
float: left;
width: 25%;
border: 1px solid #fff;
}
.footer .widget_flickr ul li, .footer .widget-instagram ul li {
border: 2px solid #242628;    
} .widget_slider .content_in{
position: relative;
z-index: -1;
}
.widget_slider .thumb {
z-index: -1;
}
.widget_slider .post-c-wrap {
position: absolute;
width: 100%;
top: 0;
height: 100%;
padding: 0 40px; 
}
.widget_slider .post-c-wrap .title {
font-weight: 100;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2px;
}
.widget_slider .post-c-wrap .meta {
font-size: 12px;
text-transform: uppercase;
margin-bottom: 0;
}
.widget_slider .title {
margin-top: 0;
}
.widget_slider .flexslider .slides > li, .bk-carousel-wrap .slides > li {display: none;}
.widget_slider .flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;} .widget-ads {
text-align: center;
} .module-ads .bk-ads {
text-align: center;
}
.module-ads img {
max-width: 100%;
} .widget_recent_entries > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_nav_menu > div > ul {
list-style: none;
padding-left: 35px;
}
.widget_recent_entries > ul ul,
.widget_archive > ul ul,
.widget_categories > ul ul,
.widget_meta > ul ul,
.widget_pages > ul ul,
.widget_recent_comments > ul ul,
.widget_nav_menu > div > ul ul {
list-style: none;
margin-top: 0.25em;
margin-bottom: 0.5em;
}
.widget_recent_entries > ul li,
.widget_archive > ul li,
.widget_categories > ul li,
.widget_meta > ul li,
.widget_pages > ul li,
.widget_recent_comments > ul li,
.widget_nav_menu > div > ul li {
position: relative;
}
.widget_recent_entries > ul li:before,
.widget_archive > ul li:before,
.widget_categories > ul li:before,
.widget_meta > ul li:before,
.widget_pages > ul li:before,
.widget_recent_comments > ul li:before,
.widget_nav_menu > div > ul li:before {
content: '\f068';
font-family: FontAwesome;
position: absolute;
line-height: 2em;
left: -25px;
}
.widget_recent_entries > ul li + li,
.widget_archive > ul li + li,
.widget_categories > ul li + li,
.widget_meta > ul li + li,
.widget_pages > ul li + li,
.widget_recent_comments > ul li + li,
.widget_nav_menu > div > ul li + li {
margin-top: 0.25em;
}
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_pages a,
.widget_recent_comments a,
.widget_nav_menu > div a {
color: inherit;
}
.widget_search input[type=text] {
margin: 0;
}
.widget_recent_comments .recentcomments a:first-child {
font-weight: bold;
}
.textwidget {
text-align: left;
}
.widget_archive select {
width: 100%;
} .widget_tag_cloud .tagcloud {
font-size: 0;
text-align: left;
}
.widget_tag_cloud .tagcloud a {
border:  1px solid #111;
padding: 6px 12px;
font-size: 16px !important;
line-height: 1;
background-color: #fff;
display: inline-block;
margin: 1px;
}
.widget_tag_cloud .tagcloud a:hover {
border-color: #FFB82B;
background: #212121;    
}
.footer .widget_tag_cloud .tagcloud a  {
background-color: #111;
color: #fff;
}
#wp-calendar {
width: 100%;
margin-top: 15px;
border-bottom: 0;
border-top-color: #ddd;
}
#wp-calendar caption {
text-align: right;
color: #333;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 15px;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
padding-bottom: 10px;
text-align: center;
}
#wp-calendar tbody {
color: #aaa;
}
#wp-calendar tbody td {
background: #f5f5f5;
border: 1px solid #fff;
text-align: center;
padding: 8px;
font-size: 12px;
}
#wp-calendar tbody td a {
text-decoration: underline;
}
#wp-calendar tbody td:hover {
background: #fff;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
} .searchform-wrap {
position: relative;
}
.searchform-wrap > input {
background: #f9f9f9;
padding: 12px 40px 12px 10px;
outline: 0;
font-size: 13px;
color: #a6a6a6;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.searchform-wrap .search-icon {
height: 45px;
line-height: 45px;
width: 45px;
position: absolute;
top: 0;
right: 0;
text-align: center;
color: #fff;
background-color: #ffb82b;
}
.searchform-wrap .search-icon i {
font-size: 18px;
color: #fff;
}
.footer .searchform-wrap > input {
border: none;
} .widget_rss ul {
list-style: none;
padding-left: 35px;
}
.widget_rss img{
width: auto;
height:auto;
}
.widget_rss li a {
font-weight: bold;
}
.widget_rss h3 a img {
vertical-align: middle;
}
.widget_rss li {
padding: 10px 0px;
position: relative;
}
.widget_rss li a:before {
content: '\f068';
font-family: FontAwesome;
position: absolute;
line-height: 2em;
left: -25px;
font-weight: normal;
} 
.widget_rss li span, .widget_rss .rssSummary {
font-style: italic;
color: #444;
}
.widget_rss li span:before {
content: '-';
margin-left: 15px;
margin-right: 15px;
font-size: 14px;
color: #212121;
font-weight: bold   
} .bk-breadcrumbs-wrap {
padding: 0 30px;
}
.bk-breadcrumbs-wrap .breadcrumbs {
padding: 16px 24px;
background-color: #f8f8f8;
color: #888;
}
.breadcrumbs a { color: #444; }
.breadcrumbs span.current { color: #888; }
.breadcrumbs .delim {
padding: 0 10px;
font-size: 16px;
color: #8d97a1;
line-height: 0.7;
}
.breadcrumbs > i {
margin-right: 5px;
} .single-page {
position: relative;
}
.bkcnt_val {
display: none;
} #bk-parallax-feat, #bk-fw-feat {
position: static;
height: 500px;
text-align: center;
}
#bk-normal-feat {
text-align: center;
}
#bk-fw-feat .s-feat-img {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 500px;
width: 100%;
background-position: 50% 50%; 
background-repeat: no-repeat; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
}
#bk-parallax-feat .s-feat-img {
position: absolute;
text-align: center;
top: 0;
left: 0;
height: 500px;
width: 100%;
background-position: 50% 0;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;    
}
.single-page > #bk-parallax-feat, .single-page > #bk-fw-feat {
position: relative;
}
#bk-parallax-feat > .s_header_wraper, #bk-fw-feat > .s_header_wraper {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
#bk-parallax-feat .s-post-header, #bk-fw-feat .s-post-header {
color: #fff;
text-align: left;  
padding: 30px;  
margin: 0 auto;
} #bk-normal-feat {
position: relative;
}
#bk-normal-feat > div {
margin-top: 36px;
position: relative;
}
#bk-normal-feat .s-feat-img img {
width: 100%;
height: auto;
}
.s_header_wraper {
margin-top: 28px;
} .bk-embed-video, .bk-embed-audio {
position: absolute;
left: 50%;
top: 10%;
width: 540px;
min-width: 350px;
height: auto;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.bk-embed-audio {
position: absolute;
left: 50%;
top: 25%;
width: 540px;
height: auto;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
#bk-normal-feat .bk-embed-video, #bk-normal-feat .bk-embed-audio{
top: 0;
left: 0;
width: 100%;
transform: none;
-webkit-transform: none;
position: static;
}
.bk-embed-video .bk-frame-wrap {
padding-bottom: 56.25%;
width: 100%;
position: relative;
}
.bk-embed-audio .bk-frame-wrap {
width: 100%;    
}
.bk-embed-video iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}
.bk-embed-audio iframe {
width: 100%;
border: none;
height: 100%;    
} .s-post-header {
max-width: 100%;
min-width: 0;
text-align: left;
color: #111;
padding: 0;
}
.s-post-header h1 {
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
padding: 0 0 12px 0;
font-size: 40px;
}
.s-post-header .post-category a:nth-child(n+2) {
margin-right:  4px;
}
.s-post-header .meta {
line-height: 1;
}
.s-post-header .meta > div {
display: inline;
margin-right: 3px;
text-transform: uppercase;
color: #888;
font-size: 13px;
letter-spacing: 1px;
}
.s-post-header .meta > div:after {
content: "/";
padding: 0 4px;
color: #888;
}
.s-post-header .meta > div:last-child:after {
display: none;
}
.s-post-header .meta .post-author a {
text-decoration: underline;
} .single-page .icon-play {
display: inline-block;
font-size: 72px;     
line-height: 1;
opacity: 0;
color: #fff;
position: absolute !important;
z-index: 100;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
left: 50%;
margin-top: 0 !important;
}
.single-page #bk-normal-feat .icon-play {
margin-top: 18px !important;
}
.single-page .icon-play a {
display: block;
}
.single-page .icon-play:hover {
color: #ffb82b;
}
.single-page .main .article-content {
padding-top: 22px;
}
.single-page.bk-fullwidth .main .article-content {
padding-top: 36px;
}
.single-page .sidebar {
margin-top: 36px;
}
.article-content > p:last-child {
margin-bottom: 0;
} .s-tags {
margin-top: 40px;    
}        
.s-tags span {   
font-size: 12px;
background-color: #111;
color: #fff;
font-weight: bold;    
margin-right: 20px;
text-transform: uppercase;
margin-top: 45px;
padding: 4px 12px;
}
.s-tags a {
display: inline-block;
margin:  4px;
padding: 4px 12px;
background-color: #f5f5f5;
color: #111;
border: 1px solid #f5f5f5;
text-transform: uppercase;
font-size: 12px;
}
.s-tags a:hover {
color: #ffb82b;
border: 1px solid #ffb82b;
} .s-post-nav .thumb {
width: 90px;
height: 90px;
position: absolute;
top: 20px;
}
.s-post-nav .nav-next .thumb {
left: 20px;
}
.s-post-nav .nav-prev .thumb {
right: 20px;
}
.nav-c-wrap {
position: absolute;
top: 50%;
padding: 20px;
width: 400px;
height: 130px;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
background: #f8f8f8;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); 
}
.s-post-nav .nav-next{
right: 0;
}
.s-post-nav .nav-prev{
left: 0;
}
.s-post-nav .nav-next .nav-c-wrap {
right: 0;
padding: 20px 56px 20px 126px;
-webkit-transform: translate(100%, -50%);
transform: translate(100%, -50%);
}
.s-post-nav .nav-next .nav-c-wrap.no-thumb {
padding: 20px 56px 20px 30px;
}
.s-post-nav .nav-prev .nav-c-wrap {
left: 0;
text-align: right;
padding: 20px 126px 20px 56px;
-webkit-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.s-post-nav .nav-prev .nav-c-wrap.no-thumb {
padding: 20px 30px 20px 56px;
}
.s-post-nav .nav-btn{
position: fixed;
top: 60%;
display: block;
outline: none;
text-align: left;
z-index: 1000;
transition: opacity 0.3s linear;
-webkit-transition: opacity 0.3s linear;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); 
}
.s-post-nav .icon {
position: relative;
z-index: 100;
display: block;
padding: 20px 10px;
border: 0px solid transparent;
background: #111;
-webkit-transition: border-width 0.3s 0.15s;
transition: border-width 0.3s 0.15s;
}
.s-post-nav .icon i {
color: #ffb82b;
font-size: 18px;
}
.s-post-nav .nav-btn.hide-nav {
opacity: 0;
pointer-events: none;
}
.s-post-nav .nav-btn:hover .icon {
border-top-width: 33px;
border-bottom-width: 33px;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.s-post-nav .nav-btn:hover .nav-c-wrap{
opacity: 1;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translateY(-50%) translateX(0) scale(1);
transform: translateY(-50%) translateX(0) scale(1);
}
.s-post-nav .nav-title span {
text-transform: uppercase;
font-size: 12px;
border-bottom: 1px solid #ffb82b;
color: #ffb82b;
}
.s-post-nav .nav-title h3 {
font-size: 18px;
font-weight: 400;
margin-bottom: 0;
margin-top: 8px;
letter-spacing: 1px;
color: #111;
text-transform: uppercase;
}
.s-post-nav .bk-cover-link {
border: 1px solid #dfdfdf;    
} .share-box-wrap {
border-top: 2px solid #111;
margin-top: 60px;
padding-top: 48px;
text-align: center;
}
.share-box-wrap .share-box {
display: inline-block;
}
.share-box h3 {
margin-top: 0;
margin-bottom: 32px;
font-weight: 400;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 0.2em;
color: #111;
}
.share-box ul li {
display: inline-block;
border-radius: 2px;
min-height: 68px;
text-align: center;
cursor: pointer;
}
.share-box ul li:last-child {
}
.share-box ul li .share-item__icon {
width: 40px;
height: 40px;
border-radius: 50%;
display: inline-block;
margin-right: 30px;
}
.share-box .social-share {
padding-left: 132px;
}
.share-total-wrap {
padding-right: 32px;
border-right:  1px solid #888;
float: left;
}
.share-total {
width: 68px;
height: 68px;
background-color: #ffb82b;
color: #fff;
position: relative;
text-align: center;
}
.share-total .share-total__value {
width:100%;
height: 44px;
line-height: 44px;
position: ;
top: 0;
left: 0;
font-size: 20px;
}
.share-total .share-total__title {
width:100%;
height: 24px;
line-height: 24px;
position: absolute;
bottom: 0;
left: 0;
font-size: 12px;
text-transform: uppercase;
background-color: #111;
}
.share-box ul li i {
font-size: 16px;
color: #fff;
line-height: 40px;
}
.share-box .bk-share .share-item__value, .share-box .bk-twitter-share-icon {
margin-top: 4px;
color: #666;
margin-right: 30px;
}
.share-box ul li.bk_facebook_share .share-item__icon {
background-color: #3E578C;
}
.share-box ul li.bk_twitter_share .share-item__icon{
background-color: #00ACEE;
}
.share-box ul li.bk_gplus_share .share-item__icon{
background-color: #DD4B39;
}
.share-box ul li.bk_pinterest_share .share-item__icon{
background-color: #C92228;
}
.share-box ul li.bk_stumbleupon_share .share-item__icon{
background-color: #ED5934;
}
.share-box ul li.bk_linkedin_share .share-item__icon{
background-color: #0E76A8;
} .bk-author-box {
margin-top: 60px;
padding: 36px 30px;
background-color: #f8f8f8;
border:  1px solid #ddd;
}
.wp-page .bk-author-box {
margin: 0 0 40px 0;
}
.wp-page .fullwidth .bk-author-box{
margin-right: 0;
}
.bk-author-box .bk-author-avatar {
float: left;
}
.bk-author-box .author-info {
padding-left: 95px;
position: relative;
}
.bk-author-box .author-info h3 {
margin-top: 0;
font-size: 20px;
font-weight: 400;
letter-spacing: 2px;
color: #111;
}
.bk-author-box .author-info .bk-author-page-contact {
position: absolute;
top: 0;
right: 0;
}
.bk-author-box .author-info .bk-author-page-contact a {
display: inline-block;
margin: 0 8px;
color: #666;
}
.bk-author-box .author-info .bk-author-page-contact a:hover {
color: #ffb82b;
} .related-box {
border-top: 2px solid #111;
margin-top: 60px;
padding-top: 36px;
text-align: center;    
}
.related-box h3 {
margin-top: 0;
margin-bottom: 32px;
font-weight: 400;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 0.2em;
color: #111;
}
.related-box .post-c-wrap h4{
margin-top: 16px;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 0;
}
.related-box .no-thumb .post-c-wrap h4 {
margin-top: 0;
} .comment-box {
border-top: 2px solid #111;
margin-top: 60px;
padding-top: 36px;
text-align: center;     
}
.comment-box #comments .commentlist {
margin-bottom: 40px;
}
.comment-box .comments-area-title h3, .comment-respond h3, .comments-area .comments-area-title h3 {
margin-top: 0;
margin-bottom: 0;
font-weight: 400;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 0.2em;
color: #111;
}
.comment-box input, .comment-box  textarea {
width: 100%;
}
.comment-box .comment-form-author, .comment-box .comment-form-email, .comment-box .comment-form-url {
width: 30%;
margin-right: 5%;
display: inline-block;
}
.comment-box .comment-form-url {
margin-right: 0; 
}
#comment-submit {
background: none;
text-transform: uppercase;
font-size: 14px;
color: #888;
padding: 7px 21px;
float: left;
border: 1px solid #888;
width: inherit;
}
#comment-submit:hover {
color: #ffb82b;
border-color: #ffb82b;
} .comments-area {
text-align: left;
}
.comments-area > .commentlist {
padding-left: 0;
}
.comment-respond {
margin-bottom: 30px;
margin-top: 0;
}
.comments-area small {
position: absolute;
top: 0;
right: 0;
letter-spacing: 1px;
font-size: 12px;
color: #666;
text-decoration: underline;
}
.comments-area h3:first-child {
display: inline-block;
line-height: 1;
}
.comments-area-title {
text-align: center;
margin-bottom: 32px;
}
.comments-area-title h3 {
letter-spacing: 0.2em;
font-size: 20px;
}
.comments-area-title .add-comment-btn {
font-size: 12px;
line-height: 1.5;
color: #fff;
text-transform: uppercase;
padding: 3px 5px;
margin-left: 10px;
display: inline-block;
vertical-align: top;
}
.comments-area .commentlist, .comments-area .commentlist .comment .children {
list-style: none;
}
.comment-author span {
display: block;
font-size: 12px;
line-height: 1.5;
text-transform: uppercase;
}
.comment-time a {
color: #666;
}
.comment-avatar {
float: left;
margin-right: 30px;
}
.comment-author {
position: relative;
}
.comment-author .comment-author-name {
color: #111;
font-size: 16px;
letter-spacing: 2px;
line-height: 1;
display: inline-block !important;
text-decoration: underline;
text-transform: uppercase;
}
.comment-author .comment-time {
letter-spacing: 1px;
font-size: 12px;
margin-top: 4px;
text-transform: uppercase;
}
.comment-author .comment-links {
position: absolute;
top: 0;
right: 0;
letter-spacing: 1px;
color: #666;
text-decoration: underline;
}
.comment-author .comment-links a:hover {
text-decoration: underline;
}
.comment-links a {
margin-right: 10px;
}
.comment-text .alert.info {
margin-left: 75px;
background: #eee;
padding: 5px;
}
.comment-text .alert.info p {
font-size: 14px;
font-style: italic;
}
.comment-content {
margin-left: 90px;
margin-top: 10px;
color: #444;
}
ol.commentlist ul.children {
border-top: 1px solid #ddd;
margin-top:  20px;
}
.comment:first-child {
margin-top: 20px;
}
.comment + .comment {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #ddd;
}
.comment-navigation div {
margin-bottom: 20px;
margin-right: 10px;
}
.comment-navigation a {
padding: 5px 8px;
font-size: 14px;
}
.comment-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-next {
float: right;
}
.comment-navigation {
margin: 20px 0;
}
.comment-navigation a {
color: #fff;
}
.comment-respond {
font-size: 14px;
color: #666;
}
.comment-respond #reply-title, .woocommerce-tabs .comment-respond #reply-title {
margin-bottom: 32px;
letter-spacing: 0.2em;
font-size: 20px;
width: 100%;
text-align: center;
position: relative;
}
.comment-form {
list-style: none;
}
.comment-respond input[type="text"] {
display: block;
width: 100%;
vertical-align: middle;
border: 1px solid rgba(0, 0, 0, 0.5);
outline: 0;
padding: 10px;
}
.comment-respond input[type="text"]:focus {
border: 1px solid rgba(0, 0, 0, 0.8);
}
.comment-form-comment textarea {
width: 100%;
resize: none;
border: 1px solid rgba(0, 0, 0, 0.5);
padding: 10px;
}
.comment-form-comment textarea:focus {
border: 1px solid rgba(0, 0, 0, 0.8);
}
.comments-area .comment-list{
margin-left: 45px;
}
.comment-box .logged-in-as {
margin-top: -20px;
margin-bottom: 32px; 
font-size: 16px;
font-style: italic;
text-align: center;
}
.form-submit {
margin: 0;
} .bk-review-box {
padding: 24px;
border: 1px solid #ddd;
width: 100%;
margin-bottom: 1em;
clear: both;
}
.bk-review-box.left{
width: 40%;
float: left;
margin-right: 32px;
margin-bottom: 16px;
clear: none;
}
.bk-review-box.right {
width: 40%;
float: right;
margin-left: 32px;
margin-bottom: 16px;    
clear: none;
}
.bk-review-box .bk-overlay {
height: 8px;
width: 100%;
float: left;
position: relative;
background-color: #e0e0e0;
margin-top: 4px;
}
.bk-review-box .bk-overlay span {
height: 8px;
background-color: #ffb82b;
display: block;
}
.bk-review-box .bk-criteria-wrap {
margin-top: 16px;
color: #444;
font-size: 14px;
text-transform: uppercase;
}
.bk-review-box .bk-criteria-wrap:first-child {
margin-top: 0;
}
.bk-review-box .bk-criteria-score {
float: right;
}
.bk-review-box .summary-wrap {
margin-top: 32px;
}
.bk-score-box {
width: 120px;
height: 120px; 
border-radius: 50%;
background-color: #ffb82b;
position: relative;
text-align: center;
margin-left: 20px;
float: left;
}
.bk-review-box.left .bk-score-box, .bk-review-box.right .bk-score-box {
margin: auto;
float: none;
}
.bk-score-box .rating-canvas {
position: absolute;
top: 0;
left: 0;
}
.bk-score-box .score {
line-height: 120px;
font-size: 28px;
font-weight: bold;
color: #fff; 
}
.bk-review-box .bk-summary {
float: right;
width: 70%;   
color: #888;
}
.bk-review-box.left .bk-summary, .bk-review-box.right .bk-summary {
width: 100%;
margin-bottom: 32px;
text-align: center;
float: none;
}
.bk-review-box .bk-user-rating {
margin-top: 32px; 
}
.bk-review-box .bk-user-rating .bk-overlay {
cursor: pointer;
} .recommend-box {
position:fixed; 
bottom:0; 
right:-361px; 
width:330px;
padding-bottom:30px; 
background-color: #fff;
z-index:9999;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
.recommend-box-on {
transform:translate(-360px,0);
-webkit-transform:translate(-360px,0);
-o-transform:translate(-360px,0);
-moz-transform:translate(-360px,0);
}
.recommend-box-off {
transform:translate(360px,0);
-webkit-transform:translate(360px,0);
-o-transform:translate(360px,0);
-moz-transform:translate(360px,0);
}
.no-csstransforms .recommend-box-on 	{right:0;}
.no-csstransforms .recommend-box-off 	{display:none;}
.recommend-box .close {
position: absolute;
top: 0;
left: 0;
display: block;
text-decoration: none;
width: 44px;
height: 44px;
line-height: 44px;
color: #ffb82b;
text-align: center;
}
.recommend-box .close i {
font-size: 16px;
}
.recommend-box h3 {
padding:10px 0;	
margin: 0 0 20px 0;
background: #212121;
color: #fff;
font-size: 16px;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
min-height: 44px;
}
.recommend-box .entries {
padding:0 30px;	
color: #444;
} .wp-page {
margin-top: 40px;
}  #pagination, .post-page-links {
margin-top: 44px;
text-align: center;
clear: both;
}
#pagination .page-numbers, .post-page-links a, .post-page-links > span{
display: inline-block;
text-align: center;
width: 40px;
height: 35px;
line-height: 30px;
border: 2px solid #ffb82b;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-weight: 400;
color: #111;
}
#pagination .page-numbers.current, .post-page-links > span{
background-color: #ffb82b;
color: #fff;
} .woocommerce-page .page-wrap {
margin-top: 30px;
}
.woocommerce-page .woocommerce-breadcrumb {
margin-bottom: 20px;
text-transform: uppercase;
}
.woocommerce-page .woocommerce-breadcrumb a {
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
}
.woocommerce-page .woocommerce-breadcrumb a i{
margin-right: 5px;
}
.woocommerce-page .woocommerce-breadcrumb a:after {
content: '/';
margin: 0 10px;
}
.woocommerce-page .woocommerce-breadcrumb a:hover:after {
color: #777 !important;
}
.shop-page .woocommerce-result-count {
margin-bottom: 20px;
color: #999;
font-size: 16px;
letter-spacing: 1px;
}
.shop-page .woocommerce-ordering {
margin-bottom: 30px;
}
.shop-page .woocommerce-ordering .orderby{
font-size: 14px;
padding: 10px;
color: #999;
border: 1px solid #b0b0b0;
border-radius: 0;
background: #FFF;
max-width: 100%;
outline: none;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
text-shadow: none;
background: #ffb82b;
box-shadow: none;
border-radius: 0;
padding: 2px 4px;
top: 0 !important;
left: 0 !important;
margin: 0 !important;
width: 36px;
height: 36px;
text-transform: uppercase;
}
.woocommerce-page .shop-page.three-cols ul.products li.product {
width: 30.75%;
}
.woocommerce-page #pagination > .page-numbers {
border: none;
width: 100%;
}
.woocommerce-page nav.woocommerce-pagination ul li {
border: none;
float: none;
margin-right: 10px;
}
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers {
margin: 0 !important;
padding: 0;
}
.woocommerce-page #pagination .page-numbers ul li a {
padding: 0;
}
.woocommerce-page #pagination .page-numbers ul li span {
padding: 0;
margin: 0;
}
.woocommerce-page ul.products li {
text-align: center;
}
.woocommerce-page ul.products li.product a img, .woocommerce-page ul.product_list_widget li img, .woocommerce-page div.product div.images img {
-webkit-box-shadow: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
}
.woocommerce-page ul.products li.product a:hover img {
box-shadow: none;
-webkit-box-shadow: none;
}
.woocommerce-page ul.products li.product h3 {
font-size: 18px;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.woocommerce-page ul.products li.product .price {
font-size: 16px;
}
.woocommerce-page .products .star-rating {
display: inline-block;
}
.woocommerce-page ul.products li.product .price .amount {
text-decoration: none;
font-size: 14px;
margin-left: 5px;
font-weight: 300;
}
.woocommerce-page ul.products li.product .price ins {
text-decoration: none; 
}
.button, .woocommerce-page input.button.alt, .woocommerce-page input.button, .woocommerce-page div.product form.cart .button, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button,
.woocommerce-page .woocommerce-message .button, .woocommerce-page a.button, .bbp-login-form .bbp-submit-wrapper #user-submit, .bk_small_cart .woocommerce.widget_shopping_cart .buttons a {
background: transparent;
border: none;
color: #888;
padding: 10px 16px;
margin-bottom: 2px;
display: inline-block;
border-radius: 0;
margin-top: 10px;
border: 1px solid #888;
text-transform: uppercase;
font-weight: 400;
font-size: 14px;
-webkit-transition: none;
-moz-transition: none;
transition: none;
text-shadow: none !important;
box-shadow: none !important;
}
.woocommerce-page .woocommerce-message .button {
margin-top: -5px !important;
}
.woocommerce-page input.button.alt, .woocommerce-page input.button {
width: inherit;
}
.woocommerce-page .cart input.button {
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
width: inherit;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
background: none;
color: #888;
}
.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .woocommerce-page div.product form.cart .button:hover,
.woocommerce-page .woocommerce-message .button:hover, .woocommerce-page a.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
background: transparent;
}
.woocommerce-page div.product div.images {
width: 45%;
}
.woocommerce-page div.product div.summary {
width: 51%;
}
.woocommerce ul.products li.product .button {
display: inline-block;
}
.woocommerce-page ul.products li.product .added_to_cart.wc-forward {
display: inline-block;
margin-left: 8px;
font-size: 13px;
}
.woocommerce-page div.product .summary .product_title {
background-color: #252525;
margin-top: 0;
margin-bottom: 0;
line-height: 0;
}
.woocommerce-page div.product .summary .product_title span {
padding: 14px;
background-color: #ffb82b;
color: #fff;
font-size: 13px;
text-transform: uppercase;
line-height: 48px;
letter-spacing: 1.5px;
}
.woocommerce-page .woocommerce-product-rating {
margin-top: 20px;
margin-bottom: -5px;
}
.woocommerce-page div.product .summary {
font-size: 16px;
color: #444;
}
.woocommerce-page div.product .summary .price {
font-size: 20px;
display: inline-block;
padding: 0;
margin-top: 20px;
margin-bottom: 20px;
color: #212121;
}
.woocommerce-page div.product form.cart .button {
margin-top: 0;
line-height: 40px;
padding: 0 15px;
}
.woocommerce-page div.product p.price ins {
text-decoration: none;
font-size: 16px;
}
.woocommerce-page .quantity input.qty, .woocommerce-page .quantity input.qty {
height: 40px;
}
.woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
height: 20px;
width: 20px;
}
.woocommerce-page .quantity{
width: 60px;
float: left;
}
.woocommerce-page div.product form.cart {
margin-top: 30px;
margin-bottom: 30px;
}
.woocommerce-page div.product form.cart div.quantity {
margin-right: 15px;
}
.woocommerce-page .woocommerce-message {
text-shadow: none !important;
box-shadow: none !important;
}
.woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
height: 100%;
border-radius: 0; 
}
.woocommerce-page .woocommerce-message {
border-radius: 0; 
padding: 16px 10px 10px 30px !important;
}
.product_meta > div {
line-height: 30px;
margin-bottom: 15px;
}
.product_meta .post-tags-title {
color: #212121;
margin-right: 20px;
font-weight: 600;
font-size: 16px;
display: inline-block;
border-bottom: 1px solid #212121;
text-transform: uppercase;
}
.product_meta .post-tags a {
display: inline-block;
line-height: 30px;
height: 30px;
padding: 0 10px;
color: #212121;
background-color: #f8f8f8;
margin-right: 3px;
} .woocommerce-page div.product div.thumbnails ul li {
box-sizing: content-box;
padding: 0 5px;
}
.woocommerce-page div.product div.thumbnails{
overflow: hidden !important;
}
.woocommerce-page div.product div.thumbnails.flexslider .slides li a {
width: 100%;
margin: 0;
}
.woocommerce-page div.product div.thumbnails .flex-direction-nav li a {
width: 40px;
height: 40px;
line-height: 40px;
margin: 0;
color: #ffb82b;
transform: translatey(-50%);
-webkit-transform: translatey(-50%);
}
.woocommerce-page div.product div.images div.thumbnails {
padding: 10px 5px;
background-color: #cdcdcd;
}
.pp_gallery {
display: none !important;
}
div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before{
font-size: 30px !important;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
background: transparent;
text-shadow: none !important;
box-shadow: none !important;
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;    
font-size: 14px;
border: none;
margin: 0;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
text-transform: uppercase;
line-height: 35px;
text-shadow: none;
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1.5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
display:none;
}
.woocommerce-page div.product .woocommerce-tabs .tabs {
padding-left: 0 !important;
background-color: #252525;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
color: #fff;
}
.woocommerce-page div.product .woocommerce-tabs .tabs > ul {
font-size: 0;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
color: #fff;
background-color: #ffb82b;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
display: none;
}
.woocommerce-tabs > div  {
font-size: 16px;
color: #444;
}
.woocommerce-tabs > div >h2 {
display: none;
}
.woocommerce-tabs > .entry-content > p:first-of-type:first-letter, .woocommerce-page div.product div.summary div[itemprop="description"] > p:first-of-type:first-letter  {
font-size: 45px;
float: left;
line-height: 35px;
padding: 4px 8px 0 0;
}
.woocommerce .shop_table.cart, .woocommerce-page .shop_table.cart, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
margin-top: 16px !important;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
margin-top: 45px;
}
.related.products > h2, .upsells.products > h2, .cross-sells > h2, .woocommerce-page .cart-collaterals .cart_totals h2{
background-color: #252525;
margin-top: 0;
margin-bottom: 30px;
line-height: 1;
}
.related.products > h2 span, .woocommerce-page #reviews h3 span, .upsells.products > h2 span, .cross-sells > h2 span, .woocommerce-page .cart-collaterals .cart_totals h2 span{
color: #fff;
background-color: #ffb82b;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1.5px;
padding: 14px;
line-height: 48px;
}
.woocommerce-tabs .comment-respond #reply-title {
text-align: left;
margin-bottom: 20px;
}
.woocommerce-page ul.products {
margin-bottom: 0;
}
.woocommerce-page .related ul.products li.product{
float: left;
margin: 0 3.8% 0 0;
padding: 0;
position: relative;
width: 22.05%;
margin-left: 0;
}
.woocommerce-page .shop-page .upsells.products ul.products li.product {
float: left;
margin: 0 3.8% 2.992em 0;
padding: 0;
position: relative;
width: 22.05%;
margin-left: 0;
}
.woocommerce-page .related ul.products li.product:last-child {
margin-right: 0;
}
.woocommerce-page #reviews #comments > h2{
display: none;
}
.woocommerce-page #reviews #comments .woocommerce-noreviews {
font-style: italic;
}
.woocommerce-page #reviews #comments ol.commentlist {
margin-bottom: 20px;
padding-left: 0;
}
.woocommerce-page .star-rating span {
color: #ffb82b;
}
.woocommerce-page p.stars a {
color: #ffb82b;
}
.woocommerce-page #review_form #respond .comment-form-rating p {
margin: 10px 0 20px 0;
}
.woocommerce-page #review_form #respond p label {
font-size: 16px;
font-weight: 600;
}
.woocommerce-page #review_form #respond p input[type="text"] {
margin-top: 10px;
}
.woocommerce-page p.stars {
margin-top: 15px;
margin-bottom: 0;
}
.woocommerce-page #review_form #respond .comment-form-comment #comment {
margin: 10px 0 0 0;
min-height: 140px;
}
.woocommerce-page #review_form #respond .form-submit #submit{
background: transparent;
border: none;
color: #888;
padding: 10px 15px;
margin-bottom: 2px;
display: inline-block;
font-weight: 400;
border-radius: 0;
margin-top: 10px;
border: 1px solid #888;
text-transform: uppercase;
-webkit-transition: none;
-moz-transition: none;
transition: none;
width: inherit;
text-shadow: none !important;
box-shadow: none !important;
}
.woocommerce-page #review_form #respond .form-submit #submit:hover {
background: transparent;
}
.woocommerce-page table.cart td.actions .coupon .input-text {
width: 200px;
margin-right: 20px;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
padding: 8px 15px;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
border-radius: 0;
}
.woocommerce-page .cart-collaterals .cart_totals table {
border-radius: 0;
color: #666;
width: 100%;
background-color: #e9e9e9;
padding: 15px;
font-size: 16px;
}
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
float: right;
text-transform: none;
font-size: 14px;
padding: 10px 15px;
font-weight: 400;
margin-bottom: 20px;
text-transform: uppercase;
border: 1px solid #888;
color: #888;
}
.shipping-calculator-form {
width: 100%;
}
.woocommerce-page .cart-collaterals .shipping_calculator .button {
float: right;
text-transform: none;
font-size: 14px;
padding: 10px 15px;
margin-top: 10px;
width: inherit;
border: 1px solid #888;
text-transform: uppercase;
color: #888;
background: none !important;
}
.woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: 1em;
min-height: 40px;
padding: 0 12px;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
min-height: 40px;
}
.woocommerce-page div.product form.cart table td select {
padding: 8px;
margin-bottom: 8px;
color: #888;
}
.woocommerce-page div.product form.cart table td .reset_variations {
color: #888;
padding-left: 8px;
}
.woocommerce-page div.product form.cart table td .reset_variations:hover {
color: #ffb82b;
}
.woocommerce-page #payment ul.payment_methods li img {
width: auto;
}
#order_review_heading {
text-transform: uppercase;
}
.shop_table {
color: #666;
} .woocommerce-page .widget_layered_nav ul li {
font-size: 14px;
} .woocommerce-page .widget_layered_nav_filters ul li {
padding: 8px 13px;
background-color: #e9e9e9;
margin-right: 10px;
}
.woocommerce-page .widget_layered_nav_filters ul li a {
border: none;
background: none;
color: #444;
} .price_slider_amount {
opacity: 0;
}
.woocommerce-page .widget_price_filter .price_slider_amount .button {
background: transparent;
border: none;
color: #fff;
padding: 10px 15px;
margin-bottom: 2px;
display: inline-block;
font-weight: 400;
border-radius: 0;
font-size: 14px;
border: 1px solid #888;
color: #888;
margin-top: 10px;
-webkit-transition: none;
-moz-transition: none;
transition: none;
text-shadow: none !important;
box-shadow: none !important;
}
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
height: 15px;
}
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
background:#ccc;
}
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
background-color: #ffb82b;
border: none !important;
box-shadow: none !important;
}
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
background: transparent;
background-color: #ffb82b;
width: 15px;
height: 24px;
border: none !important;
box-shadow: none !important;
} .woocommerce-page ul.product_list_widget li img {
width: 40%;
float: left;
margin-right: 5%;
}
.woocommerce-page ul.product_list_widget li {
font-size: 14px;
margin-top: 30px;
}
.woocommerce-page ul.product_list_widget li:first-child {
margin-top: 0;
}
.woocommerce-page ul.product_list_widget li a {
font-size: 16px;
margin-bottom: 8px;
letter-spacing: 1px;
}
.woocommerce-page ul.product_list_widget li .reviewer {
margin-top: 10px;
color: #ccc;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
display: inline-block;
}
.cart_list.product_list_widget .quantity {
width: 130px;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dd, .woocommerce-page ul.product_list_widget li dl dt {
margin-bottom: 0;
} .woocommerce-page ul.product_list_widget li .star-rating {
margin-bottom: 8px;
} .widget_product_search label {
display: none;
}
.widget_product_search #searchsubmit{
display: none;
}
.widget_product_search input {
border: 0;
} .widget_product_categories ul li ul{
padding-left: 15px;
padding-top: 15px;
} .page-wrap {
margin-top: 30px;
}
.forum-description {
color: #888;
display: inline-block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;    
position: relative;
z-index: 15;
margin-left: 4px;       
}
#bbpress-forums img {
width:auto;
height: auto;
}
div.bbp-breadcrumb {
margin-bottom: 20px;
}
.bbp-breadcrumb a {
text-transform: uppercase;
font-size: 13px;
color: #666;
}
.bbp-breadcrumb a i {
margin-right: 5px;
}
.bbp-breadcrumb-current {
text-transform: uppercase;
font-size: 13px;
color: #ccc;
}
.bbp-breadcrumb-sep {
margin: 0 10px;
}
.bbp-search-form {
margin-bottom: 30px;
}
.search-wrap {
position: relative;
}
.searchform .search-button i {
font-size: 18px;
color: #fff;
}
.searchform input[type=text] {
background: #f9f9f9;
padding: 12px 40px 12px 10px;
outline: 0;
font-size: 13px;
color: #a6a6a6;
border: 1px solid rgba(0, 0, 0, 0.1);
}
#bbpress-forums #bbp-search-form .search-icon, .widget_display_search .search-icon {
height: 45px;
line-height: 45px;
width: 45px;
position: absolute;
top: 0;
right: 0;
text-align: center;
color: #fff;
background-color: #ffb82b;
}
#bbpress-forums {
font-size: 14px;
color: #444;
margin-bottom: 0;
}
#bbpress-forums div.bbp-search-form {
width: 100%;
}
#bbpress-forums #bbp-search-form #bbp_search {
width: 100%;
margin: 0;
padding: 12px 40px 12px 15px;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
border: none;
margin-bottom: 0;
}
div.bbp-template-notice p {
font-size: 14px;
color: #444;
font-style: italic;
}
#bbpress-forums li.bbp-body {
border: 1px solid #eee;
border-top: none;
}
#bbpress-forums li.bk-forum-loop {
border: none;
}
#bbpress-forums li.bbp-forum-info {
padding: 0 15px;
}
#bbpress-forums li.bbp-header {
padding: 15px;
background-color: #252525;
color: #fff;
font-size: 14px;
text-transform: uppercase;
}
#subscription-toggle {
color: #ffb82b;
text-transform: uppercase;
font-size: 13px;
padding: 7px 21px;
display: inline-block;
width: inherit;
margin-bottom: 20px;
position: absolute;
font-style: italic;
top: 0;
right: 0;
z-index: 100;
}
#subscription-toggle:hover {
color: #ffb82b;
}
#subscription-toggle:before {
display: inline-block;
font-family: FontAwesome;
content: "\f178";
margin-right: 12px;
}
.bbp-reply-content #subscription-toggle {
color: #fff;
position: static;
margin: 0;
font-style: inherit;
padding: 0 0 0 8px;
}
.bbp-reply-content #subscription-toggle > span {
padding-left: 8px;
}
.bbp-reply-content #subscription-toggle:before {
display: none;
}
li.bbp-header div.bbp-reply-content span#favorite-toggle {
font-size: 13px;
line-height: 18px; 
}
.bbp-pagination {
padding: 0 5px;
width: auto;
float: left;
margin-bottom: 20px;
}
#bbp_topic_subscription {
float: left;
margin: 3px 8px 0 8px !important;
width: inherit;
}
.bk-forum-section {
margin-bottom: 30px;
color: #444;
}
.bk-forum-section:last-child {
margin-bottom: 0;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
border-bottom: 1px dashed #eee;
border-top: none;
}
#bbpress-forums li.bbp-footer {
padding: 0;
display: none;
}
#bbpress-forums li.bk-bbp-footer {
display: none;
}
.forum-cat-header {
padding: 15px;
background-color: #252525;
color: #fff;
font-size: 14px;
text-transform: uppercase;
}
.bk-forum-title {
font-size: 16px;
font-weight: bold;
}
ul.forum-titles li.bbp-forum-info {
color: #ffb82b;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
font-weight: 400;
}
li.bbp-forum-info, li.bbp-topic-title {
padding: 0 15px;
}
li.bbp-topic-title {
font-weight: 400;
}
#bbpress-forums li.bbp-header li.bbp-topic-title{
color: #ffb82b;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content {
color:#888;
font-style: italic;
text-transform: none;
font-size: 14px;
font-weight: 400;
}
#bbpress-forums li.bk-forum-loop ul.hentry {
font-size: 14px;
padding: 20px 15px;
}
#bbpress-forums ul.odd {
background-color: transparent;
}
.bbp-author-avatar {
vertical-align: 25%;
}
#bbpress-forums h1 {
font-size: 25px;
font-weight: 600 !important;
padding: 20px;
margin-top: 0;
}
.bbp-pagination-count {
font-style: italic;
color: #888;
}
#bbpress-forums fieldset.bbp-form legend {
font-size: 16px;
}
#bbpress-forums fieldset.bbp-form label {
font-size: 14px;
margin-bottom: 10px;
}
#bbpress-forums fieldset.bbp-form input#bbp_topic_title {
width: 100%;
}
#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input {
padding: 8px;
}
#bbpress-forums div.wp-editor-container {
border: 1px solid rgba(0, 0, 0, 0.1);
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
}
#bbpress-forums div.bbp-the-content-wrapper input {
display: inline-block;
width: inherit;
}
#bbpress-forums div.bbp-reply-header  {
background:  #7D7D7D;
border: 0;
padding:  10px 20px;
}
#bbpress-forums div.bbp-reply-header .bbp-meta> span {
margin-right: 5px;
}
#bbpress-forums div.bbp-template-notice img.avatar {
border: none;
}
.bbp-reply-post-date {
font-style: italic;
color: #fff;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
padding-bottom: 20px;
}
span.bbp-admin-links a, .bbp-reply-header a.bbp-reply-permalink  {
color: #fff;
font-size: 12px;
}
#bbpress-forums fieldset.bbp-form {
margin-bottom: 20px;
}
#bbpress-forums #bbp-your-profile fieldset.submit {
border: none;
}
span.bbp-admin-links a:hover, .bbp-reply-header a.bbp-reply-permalink:hover {
text-decoration: underline;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
text-align: right;
}
#bbpress-forums .bbp-topic-freshness p.bbp-topic-meta, .bbp-forum-freshness > a, .bbp-topic-freshness > a  {
text-align: right;
font-size: 11px;
display: block;
}
.bbp-forum-freshness > a, .bbp-topic-freshness > a {
padding-right: 40px;
}
.bbp-user-topics-started .bbp-topic-freshness > a,
.bbp-user-favorites .bbp-topic-freshness > a, 
.bbp-user-subscriptions .bbp-topic-freshness > a{
padding: 0;
}
.bbp-user-topics-started .bbp-forum-freshness .bbp-topic-meta,
.bbp-user-favorites .bbp-forum-freshness .bbp-topic-meta,
.bbp-user-subscriptions .bbp-forum-freshness .bbp-topic-meta {
margin: 0;
}
.bbp-row-actions #favorite-toggle span.is-favorite a {
color: #fff;
border: none;
margin-right: 10px;
}
.bbp-row-actions #subscription-toggle span.is-subscribed a {
float: none;
color: #fff;
border: none;
margin-right: 10px;
}
.bbp-pagination-links a:hover, .bbp-pagination-links span.current {
color: #fff;
}
#bbpress-forums p.bbp-topic-meta span {
font-size: 13px;
}
#bbpress-forums .bbp-topic-freshness p.bbp-topic-meta img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar {
border: none;
float: right;
margin-left: 10px;
}
#bbpress-forums div.bbp-reply-author img.avatar {
margin-bottom:  10px;
border-radius: 50%;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
font-size: 14px;
}
#bbpress-forums div.bbp-reply-content p{
font-size: 14px;
color: #333;
}
#bbpress-forums div.bbp-reply-title h3 {
color: #fff;
}
.bbp-reply-header .bbp-topic-permalink {
color: #fff;
}
.bbp-reply-header .bbp-topic-permalink:hover {
text-decoration: underline;    
}
.bbp-reply-header .bbp-header {
color: #fff;
}
#bbpress-forums div.bbp-topic-tags {
float: none;
clear: both;
margin-bottom: 15px;
padding: 0 5px;
}
#bbpress-forums div.bbp-topic-tags .post-tags-title{
color: #444;
margin-right: 10px;
text-transform: uppercase;
font-weight: 600;
border-bottom: 1px solid #212121;
font-size: 14px;
}
#bbpress-forums div.bbp-topic-tags a {
padding: 5px 15px;
background-color: #e0e0e0;
color: #666;
margin-right: 5px;
font-size: 14px;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
div.bbp-template-notice.info {
margin-bottom: 20px;
margin-top: 0;
} .widget_display_topics ul li, .widget_display_views ul li, .widget_display_replies ul li, .widget_display_forums ul li {
margin-top:  12px;
}
.widget_display_topics ul li:first-child, .widget_display_views ul li:first-child, .widget_display_replies ul li:first-child, .widget_display_forums ul li:first-child {
margin-top: 0;
}
.widget_display_topics ul li img {
width: 15px;
margin-right: 5px;
}
.widget_display_topics ul li > div {
font-style: italic;
font-size: 13px;
font-weight: 400;
padding-left: 24px;
margin-top: 10px;
color:#ccc;
}
.widget_recent_topics ul li {
margin-top: 32px;
}
.widget_recent_topics ul li:first-child {
margin-top: 0;
}
.widget_recent_topics .author .thumbnail{
float: left;
overflow: hidden;
}
.widget_recent_topics .details {
padding-left: 90px;
}
.widget_recent_topics .details .post-title {
font-size: 15px;
margin-top: 0;
margin-bottom: 8px;
text-transform: uppercase;
}
.widget_recent_topics .details .comment-author {
color: #ccc;
}
.widget_recent_topics .details .comment-author a{
color: #ffb82b;
}   .widget_display_stats dt {
display: inline-block;
width: 68%;
font-size: 16px;
margin-top: 12px;
font-weight: normal;
}
.widget_display_stats dt:first-child {
margin-top: 0;
}
.widget_display_stats dd {
display: inline-block;
width: 30%;
text-align: right;
}
.widget_display_stats dd strong {
padding: 4px 8px;
background-color: #ffb82b;
color: #fff;
font-size: 12px;
} .widget_display_search .searchform input[type=text] {
width: 100%;
} .bbp-logged-in img.avatar {
width: 52px;
height: 52px
}
.bbp-logged-in h4 {
font-weight: normal;
font-size: 18px;  
clear: none;
margin-bottom: 12px;
line-height: 1;
}
.bbp-logged-in .logout-link {
border: none;
text-transform: none;
padding: 0;
margin-top: 0;
}
.bbp-logged-in .logout-link:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\f178";
margin-right: 8px;
}
.bbp-login-form .bbp-submit-wrapper {
float: none;
text-align: center;
margin: 10px 0;
}
.bbp-login-form label {
color: #444;
margin-bottom: 10px;
}
.bbp-login-form fieldset{
padding: 0;
border: none;
}
.bbp-login-form .bbp-submit-wrapper.lost-pass, .bbp-login-form .bbp-submit-wrapper.register {
float: left;
}
.bbp-login-form .bbp-username input, .bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input {
background-color: #f9f9f9;
padding: 14px;
outline: 0;
margin: 0;
font-size: 13px;
color: #a6a6a6;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.bbp-login-form .bbp-submit-wrapper #user-submit {
width: 100%;
margin-top: 0;
}
.bbp-login-links > .button {
width: 48%;
text-align: center;
}
.bbp-login-links > .bbp-register-link {
float: right !important;
}
.bbp-login-links > .bbp-lostpass-link {
float: left !important;
}
.bbp-login-form .bbp-username {
margin-top: 0;
} .widget_latest_replies .author {
float: left;
width: 90px;
}
.widget_latest_replies .details {
padding-left: 90px;
}
.widget_latest_replies .details h4 {
font-size: 15px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0 0 8px 0;
color: #111;
font-weight: 400;
display: inline;
}
.widget_latest_replies .details .comment-author {
text-decoration: underline;
color: #ffb82b;
display: inline-block;
line-height: 22px;
font-style: italic;
}
.widget_latest_replies .details .comment-author:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\f178";
margin: 0 4px;
}
.widget_latest_replies ul li {
margin-top: 32px;
}
.widget_latest_replies ul li:first-child {
margin-top: 0;
} .bk-404-header{
text-align: center;
}
.bk-404-header .error-number h4{
font-size: 120px;
margin-bottom: 20px;
margin-top: 30px;
}
.bk-404-header .bk-error-title{
font-size: 40px;
margin-bottom: 20px;
margin-top: 0;
text-transform: uppercase;
}
#bk-404-wrap{
text-align: center;
}
#bk-404-wrap #page-not-found .entry-content{
text-align: center;
}
#bk-404-wrap .search {
margin-bottom: 20px;
}
#bk-404-wrap .search .searchform-wrap{
margin: 0 auto;
width: 80%;
position: relative;
}
#bk-404-wrap .entry-content h2 {
font-size: 20px;
color: #b3b3b3;
margin-bottom: 25px;
}
#bk-404-wrap .search #s{
width: 100%;
color: #999999;
background: #f7f7f7;
border: 3px solid #e9e9e9;
font-size: 20px;
padding: 10px 60px 10px 20px;
height: 60px;
outline: none;
}
#bk-404-wrap .searchform-wrap .search-icon{
position: absolute;
right: 0px;
top: 0px;
height: 60px;
width: 60px;
}
#bk-404-wrap .searchform-wrap .search-icon i {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 28px;
}
#bk-404-wrap .redirect-home {
margin-bottom: 20px;
}
#bk-404-wrap .redirect-home a {
line-height: 30px;
vertical-align: middle;
}
#bk-404-wrap .redirect-home i {
font-size: 30px;
vertical-align: middle;
} .bk-search-content .nothing-respond {
font-size: 24px;
text-transform: uppercase;
margin-bottom: 16px;
font-weight: bold !important;
}  .bk_small_cart {   
position:relative;
margin: 8px 0 0 10px;
padding-bottom: 8px;
color: #fff;
float: right;
line-height: 26px;
font-size: 14px;
}
.bk_small_cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
display: none;
}
.bk_small_cart .cart-contents i {
padding-right: 4px;
font-size: 14px;
}
.bk_small_cart .cart-contents span {
font-size: 10px;
position: absolute;
top: 0;
right: -6px;
line-height: 1;
}
.bk_small_cart .widget-title {
display:none;
}
.bk_small_cart #bk_small_cart_widget{
opacity: 0;
top: 84px;
border-top: 2px solid transparent;
pointer-events: none;
position: absolute;
right: 0;
color: #eee;
background-color: #252525;
box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
width: 300px;
padding: 5px 0;
z-index: 10000;
transition: all 0.3s linear;
}
.bk_small_cart:hover #bk_small_cart_widget {
top: 100%;
pointer-events: auto;
opacity: 1;
}
.bk_small_cart .widget_shopping_cart .cart_list li.empty {
line-height: 1.2;
}
.bk_small_cart .widget_shopping_cart .cart_list img {
width:45px !important;
height:45px !important;
margin-left: 0;
margin-right: 16px; 
float: left;
}
.bk_small_cart .widget_shopping_cart .cart_list a {
font-weight: normal;
font-size: 14px;
display: inherit;
line-height: 1.3;
text-align: right;
margin-bottom: 12px;
letter-spacing: 1px;
}
.bk_small_cart .widget_shopping_cart .cart_list a:hover {
color:#ffb82b;
}
.bk_small_cart .widget_shopping_cart .cart_list .quantity {
line-height: 1;
float: right;
text-align: right;
font-size: 13px;
}
.bk_small_cart .widget_shopping_cart .cart_list li {
padding: 12px;
border-top: 1px solid #000;
-webkit-box-shadow: 0 1px 0 0 #333 inset;
-moz-box-shadow: 0 1px 0 0 #333 inset;
box-shadow: 0 1px 0 0 #333 inset;
margin-top: 0;
}
.bk_small_cart .widget_shopping_cart .cart_list li:first-child {
border-top: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.bk_small_cart .woocommerce.widget_shopping_cart .total{
border-top: none;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
padding: 12px;
line-height: 1;
margin-bottom: 5px;
margin-top: 5px;
}
.bk_small_cart .woocommerce.widget_shopping_cart .total strong {
font-weight: normal !important;
}
.bk_small_cart .woocommerce.widget_shopping_cart .buttons {
text-align: center;
}
.bk_small_cart .woocommerce.widget_shopping_cart .buttons a {
margin: 0;
color: #eee;
}
.bk_small_cart .woocommerce.widget_shopping_cart .buttons a:first-child {
margin-right: 12px;
} .woocommerce ul.products li.product .price del {
display: inline-block;   
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 0;
}
.woocommerce-page .woocommerce-message {
border-radius: 0;
padding: 16px 10px 10px 50px !important;
}
.woocommerce-page .woocommerce-info {
margin-bottom: 0 !important;
}
.woocommerce div.product div.summary {
margin-bottom: 1em;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
margin-bottom: 0;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 0;
} .bk-template-modal {
margin: 0 !important;
}
.bk-lwa {
float: left;
}
.bk-lwa .bk-avatar {
width: 27px;
padding: 0;
height: 43px;
line-height: 1;
}
.bk-lwa table {
border: none;
margin-right: 16px;
margin-left: 16px;
}
.top-nav .bk-links-modal {
float: left;
color: #eee;
display: inline-block;
padding: 12px 16px;
font-size: 13px;
margin-right: -6px;
margin-left: 1px;
text-transform: uppercase;
position: relative;
letter-spacing: 1.5px;
}
.bk-login-modal, .lwa-register.lwa-register-default {
z-index: 9002;
padding: 0 20px 30px;
margin-left: -175px;
}
.bk-modal-bg {
z-index: 9001;
}
.bk-login-title {
margin: 0 -20px 20px;
padding: 10px 20px;
background:  #111;
font-size: 16px;
text-transform: uppercase;
color: #fff;
}
.bk-login-panel {
margin-bottom:  12px;
font-size: 14px;
}
.bk-login-input {
border: none !important;
}
.bk-login-input input {
background-color: #FCFCFC !important;
height: 40px;
padding: 3px 14px 3px 14px !important;
border: 1px solid #ededed !important;
box-shadow: none !important;
outline: medium none;
color: #555555;
width: 100%;
margin-bottom: 21px;
font-size: 14px;
margin-left: 0 !important;
margin-right: 0 !important;
display: inline-block;
}
.bkusername_input, .bkpassword_input, .bk-formsubmit {
padding: 0 !important;
border: 0 !important;
margin: 0 !important;
display: block;
}
.bk-formsubmit {
font-size: 14px;   
}
.bk-submit-button {
display: inline-block;
}
.bk-links.lwa-links {
float: left;
}
.bk-links.lwa-links label {
margin-left: 4px;
}
.bk-registration {
margin-top: 8px;
}
.bk-submit-button.lwa-submit-button {
float:right;
}
.bk-submit-button.lwa-submit-button .lwa-wp-submit {
font-size: 12px;
}
.bk-login-status .lwa-status {
margin-bottom: 20px;
}
.bk-login-status .lwa-status a {
font-style: italic;
font-weight: 700;
}
.top-nav .bk-account-info {
opacity: 0;
top: 84px;
z-index: 10000; 
position: absolute;
left: 0;
color: #eee;
width: 350px;
padding: 20px;   
border-top: 2px solid transparent;
pointer-events: none;
background-color: #252525;
box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
transition: all 0.3s linear;
}
.top-nav .bk-lwa:hover > .bk-account-info {
top: 100%;
pointer-events: auto;
opacity: 1;
}
.bk-lwa-profile .bk-avatar{
width: auto;
height: auto;
float: left;
}
.lwa-avatar.bk-avatar img {
border-radius: 50%;
}
.bk-lwa-profile .bk-user-data {
padding-left: 120px;
font-size: 14px;
text-align: left;
}
.bk-lwa-profile .bk-user-data > div {
margin-top: 8px;
}
.bk-lwa-profile .bk-user-data > div:first-child {
margin-top: 0;
}
.bk-lwa-profile .bk-user-data i {
margin-right: 8px;
width: 14px;
height: 14px;
}
.bk-recover-submit input[type="submit"], .bk-register-submit input[type="submit"]{
font-size: 12px;
padding: 8px 12px;
float: right;
}
.bk-recover-submit .bk-back-login, .bk-register-form-wrapper .bk-back-login{
text-transform: uppercase;
font-size: 12px;
color: #888;
padding: 8px 12px;
border: 1px solid #888;
float: left;
transform: none;
-webkit-transform: none;
transition: none;
-webkit-transition: none;
}
.bk-back-login i {
margin-right: 8px;
}
.lwa .bk-remember-form-wrapper, .lwa .bk-register-form-wrapper {
margin-top: 0;
}
.lwa-modal .lwa-modal-close {
font-size: 20px;
top: 15px;
right: 15px;
}
.bk-login-modal a {
transform: none;
-webkit-transform: none;
transition: none;
-webkit-transition: none;
} .widget_loginwithajaxwidget .bk-lwa {
float: none;
}
.widget_loginwithajaxwidget .bk-lwa > table {
display: none;
}
.widget_loginwithajaxwidget .bk-lwa-profile .bk-user-data {
font-size: 16px;
color: #111;
}
.widget_loginwithajaxwidget .bk-lwa-profile .bk-user-data i {
color: #666;
}
.bk-ud-logout-mobile {
color: #eee;
display: none;
font-size: 14px;
}
.bk-lwa td {
padding: 0;
}
.bk-ud-logout-mobile span {
margin-right: 4px;
} .bk-menu-light #main-menu > ul > li > a {
webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.main-nav.bk-menu-light .main-nav-container{
background-color: #f5f5f5;
border-bottom: 2px solid #FFCC0D;    
}
.main-nav.bk-menu-light #main-menu > ul > li {
color: #444;
}
.main-nav.bk-menu-light #main-menu > ul > li:hover > a {
color: #fff;
}
.main-nav.bk-menu-light #main-menu > ul > li.current-menu-item {
color: #fff;
}
.main-nav.bk-menu-light .bk-mega-menu,  .main-nav.bk-menu-light .bk-mega-column-menu {
background-color: #f5f5f5;
color: #444;
}
.main-nav.bk-menu-light .bk-sub-sub-menu, 
.main-nav.bk-menu-light .sub-menu,
.main-nav.bk-menu-light .bk-dropdown-menu
{
background-color: #f5f5f5;
color: #444;
}
.main-nav.bk-menu-light .bk-sub-menu li > a {
color: #444;
}
.main-nav.bk-menu-light .bk-sub-posts .post-title a {
color: #444;
}
.main-nav.bk-menu-light  .bk-mega-menu .meta > div {
color: #888;
}
.main-nav.bk-menu-light .bk-sub-menu li > a:hover, 
.main-nav.bk-menu-light .bk-sub-posts .post-title a:hover {
color: #FFCC0D;
}
.main-nav.bk-menu-light .bk-sub-menu > li, 
.main-nav.bk-menu-light .bk-sub-sub-menu > li, 
.main-nav.bk-menu-light .sub-menu > li, 
.main-nav.bk-menu-light .bk-mega-column-menu .bk-sub-sub-menu, 
.main-nav.bk-menu-light .bk_small_cart .widget_shopping_cart .cart_list li  {
border-top: 1px solid rgba(0,0,0,0.3);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.main-nav.bk-menu-light .bk-sub-menu > li:first-child, 
.main-nav.bk-menu-light .bk-sub-sub-menu > li:first-child, 
.main-nav.bk-menu-light .sub-menu > li:first-child, 
.main-nav.bk-menu-light .bk-mega-column-menu .bk-sub-sub-menu:first-child, 
.main-nav.bk-menu-light .bk_small_cart .widget_shopping_cart .cart_list li:first-child, 
.main-nav.bk-menu-light .bk-mega-column-menu .bk-sub-menu li {
border-top: none;
} .top-bar.bk-menu-light #top-menu>ul>li > .sub-menu, 
.top-bar.bk-menu-light .bk-sub-sub-menu, 
.top-bar.bk-menu-light .sub-menu,
.top-bar.bk-menu-light .bk_small_cart #bk_small_cart_widget {
background-color: #f5f5f5;
color: #444;
}
.top-bar.bk-menu-light .bk_small_cart .woocommerce.widget_shopping_cart .buttons a {
color: #444;
}
.top-bar.bk-menu-light .bk_small_cart .woocommerce.widget_shopping_cart .buttons a:hover {
color: #FFCC0D;
}
.top-bar.bk-menu-light #top-menu>ul>li > .sub-menu li, 
.top-bar.bk-menu-light .bk_small_cart .widget_shopping_cart .cart_list li {
border-top: 1px solid rgba(0,0,0,0.3);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: #444;
}
.top-bar.bk-menu-light #top-menu>ul>li > .sub-menu li:first-child, 
.top-bar.bk-menu-light .bk_small_cart .widget_shopping_cart .cart_list li:first-child {
border-top: none;
} .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
border: none;
} .post-icon {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
opacity: 0.7;
-webkit-transition: all 0.35s ease-out;
-moz-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
font-size: 26px;
color: #fff;
border-radius: 50%;
border: 4px solid #fff;
width: 64px;
height: 64px;
text-align: center;
}
.post-icon:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.video-icon:before {
left: 38%;
}
.audio-icon:before {
left: 31%;
}
.gallery-icon:before {
left: 26%;
} .module-carousel-type2 .post-c-wrap {
position: static;
padding-top: 16px;
}
.module-carousel-type2 .bk-carousel-wrap ul li .thumb {
height: auto;
} .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
background: none;
color: #888;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
background: none;
} .thumb > a {
display: block;
}      #lang_sel_footer {
margin: 0;
float: left;
padding: 7px;
text-align: center;
font: 11px Verdana, sans-serif;
min-height: 15px; color: #fff;
background: none;
position: relative; clear: none;
border: none;
background-color: #252525;
}@media (min-width: 1200px) {
#page-wrap {
width: 1170px;
}
.bkwrapper {
width: 1170px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.has-sb .content-wrap.col-md-8, .wp-page .has-sb.col-md-8 {
width: 760px;
}
}   
@media (min-width: 1170px) and (max-width: 1199px) {
.has-sb .content-wrap.col-md-8, .wp-page .has-sb.col-md-8 {
width: 760px;
}
}
@media (min-width: 1170px) and (max-width: 1199px) {
.container {
width: 1170px;
}
}
@media (max-width: 1169px){
#page-wrap {
width: 1000px;
}
.bkwrapper {
width: 1000px !important;
margin-left: auto !important;
margin-right: auto !important;
}
#top-menu {
float: none;
}
.bkmodule {
margin-left: 0;
margin-right: 0;
width: 100%;
} .header-inner {
display: inherit;   
}
.header .logo img {
width: inherit;
}
.header .logo a {
display: block;
display: inline-block;
}
.header .logo {
float: none;
text-align: center;
width: 100%;
display: inline-block;                
}
.header-wrap .header-banner {
display: block;
width: 100%;
text-align: center;
margin-top: 20px;
}       
.top-nav {
text-align: center;
} 
.header-social {
position: static;
display: none;
}  
.header-social li {
float: none;
display: inline-block;
}   
.header-social ul {
margin-bottom: 0;
} #top-menu {
display: none;
}
#main-search input {
text-align: center;
padding-right: 50px;  
} .module-feature1 {
min-height: 410px;
}
.module-feature1 .large-post .content_in, .module-feature1 .large-post .post-c-wrap {
height: 410px;
}
.module-feature1 .small-post .content_in {
height: 190px;
}
.module-feature1 .meta {
top: 55%;
} .module-feature2 .readmore {
display: none;
}
.module-feature2 .content_out .excerpt {
margin-bottom: 0;
} .module-feature-slider .flexslider {
height: 480px;
}
.module-feature-slider .flexslider .item .thumb {
height: 480px;
}
.has-sb .module-feature-slider .flexslider {
height: 400px;
}
.has-sb .module-feature-slider .flexslider .item .thumb {
height: 400px;
}
.has-sb .module-feature-slider .post-c-wrap {
padding: 0 70px;
} .module-fw-slider .flexslider {
height: 400px;
}
.module-fw-slider .flexslider .item .thumb {
height: 400px;
} #main-menu, .header-type-2 #main-menu, .header-type-2 .logo{
display: none;   
}
.main-nav {
position: static !important;
}
.main-nav-container {
width: 100%;
padding: 0 20px;
}
.main-nav .mobile-menu-wrap {
display: block;
} .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
float: none;
width: 100%;
} #bk-parallax-feat, #bk-fw-feat {
height: 480px;
}
#bk-parallax-feat .s-feat-img {
height: 480px;
background-position: 50% 50% !important;
background-attachment: initial;
}
#bk-fw-feat .s-feat-img {
height: 480px;
}
.bk-embed-video, .bk-embed-audio {
width: 40%;
}    
}
@media (max-width: 991px){
#page-wrap {
width: 780px;
}
.bkwrapper {
width: 780px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.container {
margin-left: 0;
margin-right: 0;
width: 100%;
} .module-feature1 {
min-height: 480px;
}
.module-feature1 .large-post .content_in, .module-feature1 .large-post .post-c-wrap {
height: 440px;
}
.module-feature1 .small-post .content_in {
height: 250px;
}
.module-feature1 .small-post {
margin-top: 30px;
}
.module-feature1 .meta {
top: 58%;
} .module-feature2 .meta {
display: none;
}
.module-feature2 .feat-img {
float: none;
margin-bottom: 20px;
}
.module-feature2 .content_out h4 {
margin: 0;
}
.module-feature2 .head-wrap {
margin-bottom: 20px;
} .module-hero .list-small-post {
margin-top: 40px;
} .module-feature-slider .flexslider {
height: 420px;
}
.module-feature-slider .flexslider .item .thumb {
height: 420px;
} .module-fw-slider .flexslider {
height: 350px;
} 
.module-fw-slider .flexslider .item .thumb {
height: 350px;
} .bk-slider-module .post-c-wrap {
padding: 0 150px;
}
.bk-slider-module .flexslider .item h4 {
font-size: 28px;
} .module-row ul li:nth-child(2n+1) {
clear: both;
}
.module-row ul li:nth-child(n+3) {
margin-top: 30px;
} .fullwidth .bk-masonry-content .item:nth-child(n+3) {
margin-top: 44px;
} .square-grid-3 ul li:nth-child(n+3){
margin-top: 30px;
} .bk-blog-content {
margin-right: 0;
} .woocommerce-page ul.product_list_widget li a{
font-size: 20px;
}
.woocommerce-page .widget_layered_nav ul li {
font-size: 20px;
} .has-sb {
width: 100%;
}
.sidebar-wrap {
width: 100% !important;
}
.sidebar {
border-left: none;
padding-left: 15px;
margin-top: 52px;
} .widget-social-counter ul li {
width: 24%;
} .bk-ads li {
margin-top: 20px;
}
.bk-ads li:first-child {
margin-top: 0;
} #bk-parallax-feat, #bk-fw-feat {
height: 420px;
}
#bk-parallax-feat .s-feat-img {
height: 420px;
}
#bk-fw-feat .s-feat-img {
height: 420px;
}
.bk-embed-audio {
height:150px !important;
} .footer-sidebar {
padding-right: 15px !important;
padding-left: 15px !important;
border-left: none !important;
border-right: none !important;
} .bkparallaxsc, .bkparallaxsc .parallaximage {
max-height: 430px;
}
.bkparallaxsc-details {
padding: 0 100px;
}
.bkteamsc .team-member.four-item:nth-child(4n+1){
clear: none;
}
.bkteamsc .team-member.four-item:nth-child(3n+1) {
clear: both;
}
.bkteamsc .team-member.four-item:nth-child(n+4){
margin-top: 30px;
}
}
@media (max-width: 779px) {
#page-wrap {
width: 750px;
}
.bkwrapper {
width: 750px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.module-title h2 span, .page-title h2 span {
line-height: 1.2;   
}
.has-sb .bk-masonry-wrap, .has-sb .module-title {
margin-right: 0;
} .module-hero .row-type, .module-row .row-type {
width: 50%;
padding: 0 15px;
float: left;        
}
.module-masonry .row-type, .bk-masonry-content .item{
width: 50%;
padding: 0 15px;        
} .bk-slider-module .post-c-wrap {
padding: 0 70px;  
}
.bk-slider-module .flexslider .item h4 {
font-size: 24px;
}
.bk-slider-module .flexslider .item, .bk-slider-module .flexslider {
height: auto;
max-height: 350px;
} .module-feature2 .flex-direction-nav li a.flex-next {
right: 30px;
}
.module-feature2 .flex-direction-nav li a.flex-prev {
right: 60px;
}
.module-feature2 .flex-direction-nav li a {
display: block;
width: 28px;
line-height: 28px;
height: 28px;
text-align: center;
text-decoration: none;
font-size: 16px;
position: absolute;
bottom: 10px;
top: 30px;
left: inherit;
opacity: 1;
color: #ffb82b;
background-color: rgba(0,0,0,0.7);
}
.module-feature2 .flex-direction-nav li a.flex-next {
top: 40px;
right: 45px;
left: inherit;
}
.module-feature2 .flex-direction-nav li a.flex-prev {
top: 40px;
right: 75px;
left: inherit;
}
.module-feature2 .flexslider:hover .flex-next {
top: 40px;
right: 45px;
left: inherit;
}
.module-feature2 .flexslider:hover .flex-prev {
top: 40px;
right: 75px;
left: inherit;    
}
.module-feature2 .flex-direction-nav li a:before {
line-height: 28px;
font-size: 20px;
} .woocommerce-page .shop-page.three-cols ul.products li.product, .woocommerce-page .related ul.products li.product {
width: 48%;
float: left;
clear: both;
margin: 0 0 2.992em;
}
.woocommerce-page .shop-page.three-cols ul.products li.product:nth-child(2n), .woocommerce-page .related ul.products li.product:nth-child(2n) {
float: right;
}
.woocommerce-page .cart input.button {
width: 100% !important;
margin: 0 0 15px 0;
}
.woocommerce-page table.cart td.actions .coupon {
padding: 0;
} .bbp-forum-freshness, .bbp-topic-freshness {
display: none;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
width: 21%;
}  .widget-social-counter ul li {
width: 33%;
} .single-page .related-posts li {
width: 33.33333333%;
padding-left: 15px;
padding-right: 15px;
float: left;
}
.bk-embed-video, .bk-embed-audio {
top: 5%;   
} .bkparallaxsc-details {
padding: 0 50px !important;
}
.bkparallaxsc, .bkparallaxsc .parallaximage {
max-height: 350px !important;
}
.bkteamsc .team-member.three-item:nth-child(3n+1), .bkteamsc .team-member.four-item:nth-child(3n+1){
clear: none;
}
.bkteamsc .team-member.three-item:nth-child(n+4), .bkteamsc .team-member.four-item:nth-child(n+4){
margin-top: 0;
}
.bkteamsc .team-member.three-item:nth-child(2n+1), .bkteamsc .team-member.four-item:nth-child(2n+1){
clear: both;   
}
.bkteamsc .team-member.three-item:nth-child(n+3), .bkteamsc .team-member.four-item:nth-child(n+3){
margin-top: 30px;
}
}
@media (max-width: 749px) {
#page-wrap {
width: 100%;
}
.mobile-menu-wrap .menu-title {
opacity: 0;
font-size: 0;
height: 54px;
overflow-y: hidden;
}
.bk_small_cart, .top-nav .bk-lwa > .bk-account-info {
display: none;
}
.bk-ud-logout-mobile {
display: block;
padding: 0 10px;
}
.bkwrapper {
width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
}
.module-breaking-carousel .content_out.small-post .meta .post-date, .module-breaking-carousel .content_out.small-post .meta .post-category:after {
display: none;
}
.container {
padding-left: 15px;
padding-right: 15px;
}
.module-hero .row-type, .module-row .row-type, .module-masonry .row-type, .bk-masonry-content .item {
width: 100%;
float: none;
}
.module-hero .row-type:nth-child(n+2), .module-row .row-type:nth-child(n+2), .module-masonry .row-type:nth-child(n+2), .bk-masonry-content .item:nth-child(2) {
margin-top: 44px;
} .module-feature1 .excerpt {
display: none;
}
.module-feature1 .large-post .post-c-wrap::before, .module-feature1 .large-post .post-c-wrap::after, .module-feature1 .large-post h4:after,
.module-feature1 .large-post .meta {
display: none;
}
.module-feature1 .large-post h4,.module-feature1 .large-post:hover h4  {
top: 50%;
padding-top: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
padding-bottom: 0;
}
.module-feature1 .large-post h4 {
font-size: 28px;
}
.module-feature1 .large-post .content_in, .module-feature1 .large-post .post-c-wrap {
height: 300px;
}
.module-feature1 .small-post .content_in {
height: 220px;
}
.module-feature1 .content_in img, .module-feature1 .content_in:hover img {
-webkit-transform: none;
transform: none;
} .bk-slider-module .post-c-wrap .meta {
display: none;
} .module-classic-blog .bk-mask {
width: 100%;
height: auto;
margin-right: 0;
float: none;
overflow: hidden;
margin-bottom: 20px;
}
.module-classic-blog .post-c-wrap {
width: 100%;
float: none;
text-align: center;
} .module-large-blog .post-c-wrap {
margin: -70px 20px 0 20px;
}
.module-large-blog .post-c-wrap .meta {
font-size: 12px;
}
.module-large-blog .post-c-wrap h4 {
font-size: 20px;
} .module-carousel .content_in .meta {
display: none;
} .module-square-grid ul li:nth-child(n+2){
margin-top: 30px;
}
.module-square-grid .content_in .meta {
display: none;
} .single-page .article-wrap > .row {
margin: 0;
}
.single-page .sidebar {
margin-top: 32px;
}
.bk-score-box {
margin: 0 auto;
float: none;
}
.bk-review-box .bk-summary {
width: 100%;
float: none;
margin-bottom: 32px;
background-color: #f8f8f8;
padding: 12px;
}
.share-box ul li {
margin-bottom: 12px;
}
.bk-author-box .bk-author-avatar {
float: none;
text-align: center;
margin-bottom: 8px;
}
.bk-author-box .author-info {
padding-left: 0;
position: relative;
text-align: center;
}
.bk-author-box .author-info .bk-author-page-contact {
position: static;
} .bk-review-box {
margin: 0 0 16px 0 !important;
width: 100% !important;
} .module-block-1 .list-small-post {
margin-top: 32px;
} .module-block-2 .content_out.small-post:nth-child(2) {
margin-top: 24px;
} #bk-parallax-feat, #bk-fw-feat {
height: 350px;
}
#bk-parallax-feat .s-feat-img {
height: 350px;
}
#bk-fw-feat .s-feat-img {
height: 350px;
}
.bk-embed-video, .bk-embed-audio {
min-width: 300px 
}
.s-post-header h1 {
font-size: 32px;
}
.single-page .icon-play {
font-size: 60px;
} #footer-menu, .bk-copyright {
float: none;
text-align: center;
}
#footer-menu {
margin-bottom: 4px;
}
}
@media (max-width: 510px) {
.location {
display: none;
}
.bk-login-modal, .lwa-register.lwa-register-default {
margin-left: -150px !important;
}
.lwa-modal {
width: 300px !important;
}
.bk-breadcrumbs-wrap .breadcrumbs {
padding: 16px 15px;
} .module-feature1 .large-post .content_in, .module-feature1 .large-post .post-c-wrap {
height: 170px;
}
.module-feature1 .small-post .content_in {
height: 170px;
}
.module-feature1 .large-post h4, .module-feature1 .small-post h4 {
font-size: 20px;
} .module-large-blog .post-c-wrap {
margin: 0;
padding: 0;
} .bk-slider-module .flexslider .item h4 {
font-size: 18px;
} .module-feature2 .flex-direction-nav li a.flex-next {
top: 40px;
right: 35px;
left: inherit;
}
.module-feature2 .flex-direction-nav li a.flex-prev {
top: 40px;
right: 65px;
left: inherit;
}
.module-feature2 .flexslider:hover .flex-next {
top: 40px;
right: 35px;
left: inherit;
}
.module-feature2 .flexslider:hover .flex-prev {
top: 40px;
right: 65px;
left: inherit;    
}  .widget-social-counter ul li {
width: 50%;
} .single-page .related-posts li {
width: 100%;
padding-left: 15px;
padding-right: 15px;
float: none;
margin-top: 32px;
}
.single-page .main, .single-page .sidebar  {
padding-left: 0;
padding-right: 0;
}
.s-post-header h1 {
font-size: 24px;
}
.s-post-nav {
display: none;
}
#ajax-search-result {
width: 300px;
}
.lwa-modal {
width: 300px;
}
.bk-login-modal, .lwa-register.lwa-register-default {
padding: 0 15px 20px;
}
.bk-login-title {
padding: 10px 15px;
margin: 0 -15px 20px;
}
.bk-recover-submit .bk-back-login, .bk-register-form-wrapper .bk-back-login {
font-size:  10px;
}
.bk-recover-submit input[type="submit"], .bk-register-submit input[type="submit"] {
font-size: 10px;
}
.single-page .icon-play {
font-size: 50px;
} .bkparallaxsc, .bk_tabs, .bk_accordions, .bkinfobox, .bk_buttons, .bk_onethirds, .bk_twothird_onethird, .bk_onehalfs, .video-wrap-sc{
margin-bottom: 30px;
}
.halfsc, .thirdsc {
width: 100% !important;
margin-top: 0;
}
.halfsc+.halfsc, .thirdsc+.thirdsc {
margin-top: 20px;
}
.bkparallaxsc-details {
padding: 0 15px;
}
.bkparallaxsc-details h3 {
font-size: 20px !important;   
}
.bkparallaxsc-details {
font-size: 14px !important;
}
.bkteamsc .team-member {
width: 100% !important;
}
.bkteamsc .team-member {
margin-top: 30px;
} .comment-author .comment-links {
position: static;
margin-top: 4px;
}
}
@media (max-width: 350px) { .module-feature1 .large-post h4, .module-feature1 .small-post h4 {
font-size: 18px;
} .bk-slider-module .post-c-wrap {
padding: 0 50px;  
}
.bk-slider-module .flexslider .item h4 {
font-size: 18px;
}  .widget-social-counter ul li {
width: 100%;
} #bk-normal-feat .bk-embed-video, #bk-normal-feat .bk-embed-audio, .bk-embed-video, .bk-embed-audio {
min-width: 290px !important;
}
}.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px; }
.tipper .tipper-content { background: rgba(0, 0, 0, 0.85); border-radius: 3px; color: #fff; display: block; float: left; font-family: sans-serif; font-size: 12px; margin: 0; padding: 8px 12px; position: relative; white-space: nowrap; }
.tipper .tipper-caret { background: url(//civil.org.mk/wp-content/themes/sensetheme/css/jquery.fs.tipper-icon.png) no-repeat; content: ''; display: block; height: 11px; margin: 0; position: absolute; width: 5px; }
.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }
.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }
.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret { display: block; float: none; height: 5px; margin: 0 auto; width: 11px; }
.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; }
.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }.justified-gallery {
width: 100%;
position: relative;
overflow: hidden;
}
.justified-gallery a {
position: absolute;
display: inline-block;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0); }
.justified-gallery a img {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
}
.justified-gallery a .caption {
display: none;
position: absolute;
bottom: 0;
padding: 5px;
background-color: #000000;
left: 0;
right: 0;
margin: 0;
color: white;
font-size: 12px;
font-weight: 300;
font-family: sans-serif;
}
.justified-gallery .spinner {
position: absolute;
bottom: 0;
margin-left: -24px;
padding: 10px 0 10px 0;
left: 50%;
}
.justified-gallery .spinner span {
display: inline-block;
opacity: 0;
filter: alpha(opacity=0); width: 8px;
height: 8px;
margin: 0 4px 0 4px;
background-color: #000;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: url(//civil.org.mk/wp-content/themes/sensetheme/images/zoom_out.png), auto;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }