@charset "UTF-8";
.xs-ratting-content {
display: inline-block;
}
.xs-review-rattting .xs-star {
display: inline-block;
}
.xs-review-rattting .screen-rattting-text {
display: none;
}
.xs-review-rattting .xs-star, .xs-review-rattting .xs-star.dashicons-star-filled, .xs-review-rattting .xs-star.dashicons-star-half {
color: #FF912C;
}
.xs-review-rattting .xs-star:before, .xs-review-rattting .xs-star.dashicons-star-filled:before, .xs-review-rattting .xs-star.dashicons-star-half:before {
display: inline-block;
width: 16px;
height: 14px;
font-size: 14px;
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: 400;
font-style: normal;
vertical-align: top;
text-align: center;
-webkit-transition: color 0.1s ease-in;
transition: color 0.1s ease-in;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .xs-review-rating-stars {
display: inline-block;
}
.xs-review-rating-stars div#review_data_show {
display: inline-block;
vertical-align: middle;
}
.xs-review-rating-stars ul {
list-style-type: none;
padding: 0;
margin: 0;
-moz-user-select: none;
-webkit-user-select: none;
min-height: 28px;
display: inline-block;
}
.xs-review-rating-stars ul > li.star {
display: inline-block;
line-height: 17px;
}
.xs-review-rating-stars ul > li.star > i.xs-star {
color: #ccc;
}
.xs-review-rating-stars ul > li.star.hover > i.xs-star {
color: #FFCC36;
}
.xs-review-rating-stars ul > li.star.selected > i.xs-star {
color: #FF912C;
}
.xs-review-rating-stars ul > li.square {
display: block;
width: 30px;
height: 30px;
float: left;
border: 2px solid #ccc;
background-color: white;
margin: 2px;
text-decoration: none;
font-size: 14px;
font-weight: 600;
line-height: 2;
text-align: center;
color: #ccc;
line-height: 24px;
}
.xs-review-rating-stars ul > li.square.hover {
border: 2px solid #FFCC36;
color: #FFCC36;
}
.xs-review-rating-stars ul > li.square.selected {
border: 2px solid #FF912C;
color: #FF912C;
} .xs-review-rating-stars ul > li.bar {
display: block;
width: 12px;
padding: 5px 0;
height: 40px;
float: left;
background-color: #ccc;
margin: 2px;
text-align: center;
font-weight: 600;
position: relative;
}
.xs-review-rating-stars ul > li.bar span {
display: none;
position: absolute;
-webkit-transition-delay: 1s;
transition-delay: 1s;
transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
top: 20px;
}
.xs-review-rating-stars ul > li.bar:hover span {
display: block;
top: -20px;
left: 2px;
}
.xs-review-rating-stars ul > li.bar.hover {
background-color: #FFCC36;
}
.xs-review-rating-stars ul > li.bar.selected {
background-color: #FF912C;
} .xs-review-rating-stars ul > li.movie {
display: block;
width: 60px;
height: 8px;
float: left;
background-color: #ccc;
margin: 1px;
font-weight: 600;
position: relative;
}
.xs-review-rating-stars ul > li.movie span {
display: none;
position: absolute;
-webkit-transition-delay: 1s;
transition-delay: 1s;
transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
top: 20px;
}
.xs-review-rating-stars ul > li.movie:hover span {
display: block;
top: -20px;
left: 50%;
}
.xs-review-rating-stars ul > li.movie.hover {
background-color: #FFCC36;
}
.xs-review-rating-stars ul > li.movie.selected {
background-color: #FF912C;
} .xs-review-rating-stars ul > li.pill {
padding: 7px 15px;
background-color: #ccc;
color: #fff;
font-size: 13px;
line-height: 1;
text-align: center;
font-weight: 600;
float: left;
}
.xs-review-rating-stars ul > li.pill:first-child {
border-top-left-radius: 999px;
border-bottom-left-radius: 999px;
}
.xs-review-rating-stars ul > li.pill:last-child {
border-top-right-radius: 999px;
border-bottom-right-radius: 999px;
}
.xs-review-rating-stars ul > li.pill.hover {
background-color: #FFCC36;
}
.xs-review-rating-stars ul > li.pill.selected {
background-color: #FF912C;
} .xs-review-rating-stars ul > li.reversed {
display: block;
width: 22px;
height: 22px;
float: left;
background-color: #ccc;
margin: 1px;
text-align: center;
position: relative;
}
.xs-review-rating-stars ul > li.reversed span {
display: none;
position: absolute;
-webkit-transition-delay: 1s;
transition-delay: 1s;
transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
top: 20px;
}
.xs-review-rating-stars ul > li.reversed:hover span {
display: block;
top: -20px;
left: 50%;
}
.xs-review-rating-stars ul > li.reversed.hover {
background-color: #FFCC36;
}
.xs-review-rating-stars ul > li.reversed.selected {
background-color: #FF912C;
} .xs-slidecontainer {
width: 100%;
display: inline-block;
position: relative;
top: 0px;
}
.xs-slidecontainer .background-slider {
min-width: 0%;
height: 10px;
background-color: #FF912C;
border-radius: 10px; }
.xs-review-rating-slider #review_data_show {
display: inline-block;
margin-left: 3px;
}
.xs-review-rating-slider {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 97%;
}
.xs-slider-range {
-webkit-appearance: none;
width: 100%;
height: 10px;
background: #ccc;
outline: none;
opacity: 0.7;
-webkit-transition: 0.2s;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
position: relative;
top: 0px;
z-index: 999;
}
.xs-slider-range:hover {
opacity: 1;
}
.xs-slider-range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
background: #FF912C;
cursor: pointer;
border-radius: 100px;
}
.xs-slider-range::-moz-range-thumb {
width: 20px;
height: 20px;
background: #FF912C;
cursor: pointer;
border-radius: 100px;
} #xs-review-box .write-reivew-headding, #xs-review-box .total-reivew-headding {
font-weight: bold;
padding: 0px 13px;
margin-bottom: 41px;
}
.xs-review {
position: relative;
}
.xs-review .style-review-percentange {
font-weight: bold;
display: inline-block;
}
.xs-review-box {
margin-top: 50px;
}
#xs_review_form_public_data .xs-review-box .xs-review {
margin: 0px;
width: 49%;
display: inline-block !important;
padding: 13px 13px;
}
#xs_review_form_public_data .xs-review-box .xs-review.xs-save-button {
width: 100%;
}
#xs_review_form_public_data .xs-review-box .xs-review label {
float: none;
display: block;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
#xs_review_form_public_data .xs-review-box .xs-radio, #xs_review_form_public_data .xs-review-box .xs-select {
clear: both;
display: block;
width: 100%;
}
#xs_review_form_public_data .xs-review-box .xs-radio > label {
float: left;
display: inline-block;
margin-right: 10px;
}
#xs_review_form_public_data .xs-review-box .xs-review input[type=text] {
float: none;
display: block;
width: 100%;
font-size: inherit;
line-height: inherit;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: transparent;
border: 1px solid #ccc;
}
#xs_review_form_public_data .xs-review-box .xs-textarea {
width: 99%;
background: transparent;
}
.public-xs-review-box .review_message_show {
padding: 0px 13px;
}
.review_message_show > p {
padding: 10px 15px;
color: #111;
background-color: rgba(0, 123, 255, 0.1);
border: 1px solid rgba(0, 123, 255, 0.1);
border-radius: 4px;
}
.public-xs-review-box, .view-review-list {
background: transparent;
padding: 40px 30px;
border: 0px solid #ccc;
border-radius: 10px;
box-shadow: 0 18px 40px 0px #0a000026;
-webkit-box-shadow: 0 18px 40px 0px #0a000026;
margin-bottom: 30px;
}
.public-xs-review-box .xs-review input, .public-xs-review-box .xs-review textarea {
background: transparent;
border: 1px solid #ddd;
border-radius: 10px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 15px;
}
.public-xs-review-box .xs-review textarea {
width: 90%;
min-height: 100px;
resize: none;
}
.public-xs-review-box .xs-review input.xs-slider-range {
padding: 0px;
}
.public-xs-review-box .xs-save-button button {
background: #007bff;
border-radius: 100px;
color: #fff;
padding: 13px 45px;
-webkit-box-shadow: 0 18px 40px 0px #0a000026;
box-shadow: 0 18px 40px 0px #0a000026;
}
.public-xs-review-box .xs-save-button button:hover {
-webkit-box-shadow: 0 18px 40px 0px #0a000038;
box-shadow: 0 18px 40px 0px #0a000038;
} .view-review-list .xs-reviewer-details {
padding: 0px 13px; width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.view-review-list .border-div {
clear: both;
border-bottom: 1px solid #ddd;
margin: 20px 13px;
}
.xs-reviewer-details .xs-review-title > h3 {
margin-bottom: 0px;
}
.xs-reviewer-details .review-reviwer-image-section {
display: inline-block;
width: 100%;
float: left;
max-width: 62px;
}
.xs-reviewer-details .review-reviwer-info-section {
display: inline-block;
width: 90%;
}
.view-review-list .xs-reviewer-author-image {
display: inline-block;
padding-right: 20px;
vertical-align: top;
}
.view-review-list .xs-reviewer-author-image > img {
width: 100%;
border-radius: 100%;
max-width: 100px;
height: auto;
}
.view-review-list .xs-reviewer-author {
font-size: 15px;
color: #202020;
font-weight: 600;
display: block;
clear: both;
}
.view-review-list .xs-review-title > h3 {
margin-top: 10px;
font-size: 16px;
font-weight: 600;
color: #202020;
}
.xs-reviewer-details .xs-review-summery > p {
margin-bottom: 10px;
color: #0a0000ad;
}
.view-review-list .xs-review-rattting, .view-review-list .xs-review-date {
display: inline-block;
}
.view-review-list .xs-review-rattting {
vertical-align: -webkit-baseline-middle;
}
.view-review-list .xs-review-rattting.xs-percentange {
vertical-align: middle;
width: 100%;
max-width: 200px;
background: #ccc;
height: 10px;
line-height: 1;
font-size: 13px;
position: relative;
border-radius: 0px;
}
.view-review-list .xs-review-rattting.xs-percentange .percentange_check {
background: #FF912C;
height: 10px;
border-radius: 0px;
} .view-review-list .xs-review-rattting.xs-percentange .percentange_check .show-per-data {
color: #fff;
padding: 0px;
line-height: 10px;
text-align: center;
position: absolute;
right: 2px;
font-size: 11px;
font-weight: 600;
}
.view-review-list .xs-review-date {
font-size: 14px;
color: #202020;
} :root {
--size: 100px;
--bord: 15px;
}
.xs-review-rattting.xs-pie {
width: var(--size);
height: var(--size);
margin: 1em auto;
border-radius: 50%;
background-image: conic-gradient(#FF912C var(--value), lightgrey var(--value));
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xs-review-rattting.xs-pie::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: calc(100% - var(--bord));
height: calc(100% - var(--bord));
background: white;
border-radius: inherit;
-webkit-animation: progress-xs-pie 1s ease-out forwards;
animation: progress-xs-pie 1s ease-out forwards;
} .xs-review-rattting.xs-pie p {
position: relative;
font-size: 2em;
z-index: 999;
top: 21px;
}  .xs-review-overview-list { -webkit-box-flex: 0;
-ms-flex: 0 0 72%;
flex: 0 0 72%;
max-width: 72%;
padding-right: 16px;
border-right: 1px solid #efeeee;
}
.xs-review-overview-list.left-full {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding-right: 0px;
border-right: 0px solid #efeeee;
}
.xs-review-overview-list .percentange-label {
display: block;
width: 94%;
min-width: 94%;
font-weight: bold;
font-size: 14px;
}
.xs-review-overview-list .percentange-label > span {
float: right;
}
.xs-review-overview-list .overview-bar {
vertical-align: middle;
width: 94%;
max-width: 94%;
background: #f7f7f7;
height: 13px;
line-height: 1;
font-size: 13px;
position: relative;
border-radius: 0px; display: inline-block;
}
.xs-review-overview-list .overview-bar .percentange_check {
background: #FF912C;
height: 13px;
border-radius: 0px;
} .xs-review-overview-list .overview-bar .percentange_check .show-per-data {
float: right;
color: #fff;
margin-right: 2px;
}
.xs-review-overview-list-right { }
.xs-review-overview-list-right .total_overview_rattings {
display: block;
text-align: center;
font-size: 14px;
line-height: 25px;
margin-top: 21px;
}
.xs-review-overview-list-right .total_overview_rattings > span {
font-size: 6em;
}
.xs-review-overview-list-right .total_overview_rattings > strong {
line-height: 3em;
}
.xs-review-overview-list-right .total_overview_rattings_text {
font-size: 16px;
text-align: center;
font-weight: 600;
margin-top: 0px;
}
.xs-review-overview-list-right .total_overview_rattings_value {
text-align: center;
margin: 0 auto;
width: 100%;
margin-top: 40px;
display: block;
}
.xs-review-overview-list-right .total_overview_rattings_value .xs-star:before {
width: 20px;
height: 20px;
font-size: 20px;
}
.xs-review-overview-list-right .total_overview_rattings_value > span {
height: 29px;
display: inline-block;
vertical-align: -webkit-baseline-middle;
font-weight: 600;
} .xs-review-pagination ul.page-numbers {
list-style: none;
display: block;
text-align: center;
}
.xs-review-pagination ul.page-numbers li {
float: left;
padding: 0px 6px;
}
.xs-review-pagination ul.page-numbers li > a {
color: #0a0000ad;
}
.xs-review-pagination ul.page-numbers li > span.current {
color: #FF912C;
} .xs-review-overview-list.custom-rat .border-div {
clear: both;
border-bottom: 1px solid #ddd;
margin: 18px 0px;
}
.xs-review-overview-list-right.custom-rat { -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
text-align: center;
padding-left: 13px;
width: 100%;
}
.xs-review-overview-list.custom-rat .overview-summary {
margin-top: 50px;
}
.xs-review-overview-list.custom-rat .overview-summary h2 {
font-weight: bold;
font-size: 30px;
} .xs-review-overview-list.custom-rat .xs-overview-star {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
}
.xs-review-overview-list.custom-rat .xs-overview-star .data-rat {
text-align: right;
width: 35%;
vertical-align: middle;
}
.xs-review-overview-list.custom-rat .xs-overview-star .data-rat-label {
width: 50%;
font-weight: 600;
font-size: 15px;
vertical-align: middle;
}
.xs-review-overview-list.custom-rat .xs-overview-star .data-rat-label-range {
width: 14%;
text-align: right;
vertical-align: middle;
font-weight: 600;
font-size: 15px;
padding-top: 2px;
}
.xs-review-overview-list.custom-rat .xs-overview-star .data-rat .xs-star:before {
width: 17px;
height: 16px;
font-size: 15px;
} .xs-review-overview-list.custom-rat .xs-overview-data .data-rat-label-range {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.xs-review-overview-list.custom-rat .xs-overview-data .data-rat {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.xs-review-overview-list.custom-rat .xs-overview-data .xs-review-rattting {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.xs-review-overview-list.custom-rat .xs-review-rattting {
max-width: 100%;
} .xs-review-overview-list.custom-rat .xs-overview-point {
display: block;
}
.xs-review-overview-list.custom-rat .xs-overview-point .data-rat-label {
width: 79%;
font-weight: 600;
font-size: 15px;
vertical-align: middle;
display: inline-block;
}
.xs-review-overview-list.custom-rat .xs-overview-point .data-rat-label-range {
width: 19%;
text-align: right;
vertical-align: middle;
font-weight: 600;
font-size: 15px;
display: inline-block;
}
.xs-review-overview-list.custom-rat .xs-overview-point .data-rat {
text-align: center;
width: 100%;
vertical-align: middle;
}
.xs-review-overview-list.custom-rat .xs-overview-point .xs-percentange .show-per-data {
display: none;
}
.xs-review-overview-list.custom-rat .no-border-div {
border-bottom: 0px solid #ddd;
} .xs-review-overview-list.custom-rat .xs-overview-percentage {
display: block;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat-label {
width: auto;
font-weight: 600;
font-size: 15px;
vertical-align: middle;
display: inline-block;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat-label:after {
content: "-";
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat-label-range {
width: auto;
text-align: left;
vertical-align: middle;
font-weight: 600;
font-size: 15px;
display: inline-block;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat {
text-align: center;
width: 100%;
vertical-align: middle;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .xs-percentange .show-per-data {
display: none;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat .xs-percentange {
height: 8px;
border-radius: 4px;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat .xs-percentange .percentange_check {
background: #226bdc96;
height: 8px;
border-radius: 4px;
} .xs-review-overview-list.custom-rat .xs-overview-pie {
text-align: center;
position: relative;
}
.xs-review-overview-list.custom-rat .xs-overview-pie {
width: 33%;
float: left;
}
.xs-review-overview-list.custom-rat .xs-overview-pie .data-rat-label-range {
display: none;
}
.xs-review-overview-list.custom-rat .xs-overview-pie .data-rat-label {
position: relative;
top: 0;
z-index: 999;
line-height: 16px;
font-size: 13px;
text-align: center;
width: 100%;
}
.xs-review-overview-list.custom-rat .xs-overview-pie .xs-review-rattting.xs-pie p {
top: 10px;
} .public-xs-review-box,
.view-review-list { border-radius: 0;
}
.xs-review-overview-list-right.custom-rat { border-radius: 0;
}
.public-xs-review-box .xs-save-button button {
border-radius: 0;
border: none;
cursor: pointer;
}
.xs-review-box .xs-review-box-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xs-review-box .xs-review-media {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
padding-right: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.xs-review-box .xs-review-media.review-full {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-right: 0px;
}
.xs-review-box .total_overview_rattings_value {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
text-align: center;
}
.xs-review-box .total_overview_rattings_value span {
font-weight: 700;
font-size: 20px;
}
.xs-review-box.view-review-list .xs-reviewer-author-image {
padding-right: 7px;
}
.xs-review-box .xs-reviewer-details .review-reviwer-info-section {
padding-left: 10px;
}
.wur-pie-data {
position: absolute !important;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.wur-pie-data p {
margin: 0;
color: #3a3a3a;
font-weight: bold;
font-size: 20px;
line-height: 20px;
}
@media screen and (max-width: 767px) {
.view-review-list .xs-reviewer-details {
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.xs-review-box-item .xs-reviewer-details {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xs-reviewer-details .review-reviwer-image-section {
float: none;
}
.xs-review-box .total_overview_rattings_value {
width: 100%;
margin-top: 0;
margin-bottom: 30px;
}
#xs_review_form_public_data .xs-review-box .xs-review {
width: 100%;
padding: 5px 0;
}
.xs-review-overview-list,
.xs-review-box .xs-review-media {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
border: none;
padding: 0;
}
.xs-review-overview-list-right .total_overview_rattings {
line-height: 1;
margin-top: 0;
}
#xs-user-review-box {
text-align: center;
}
#xs-user-review-box .xs-review-box-item {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
#xs-user-review-box .xs-reviewer-details {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#xs_review_form_public_data {
text-align: center;
}
#xs-review-box .write-reivew-headding,
#xs-review-box .total-reivew-headding {
padding: 0px;
margin: 0;
}
.total-reivew-headding {
text-align: center;
}
.public-xs-review-box .xs-save-button button {
padding: 13px 30px;
border-radius: 10px;
}
.public-xs-review-box, .view-review-list {
background: transparent;
padding: 30px 30px;
}
.xs-overview-data.xs-overview-percentage .xs-overview-star .data-rat-label,
.xs-overview-data.xs-overview-star .data-rat-label,
.xs-overview-data.xs-overview-percentage .xs-overview-data .data-rat-label-range,
.xs-overview-data.xs-overview-star .data-rat-label-range,
.xs-overview-data.xs-overview-percentage .xs-overview-star .data-rat,
.xs-overview-data.xs-overview-star .data-rat {
width: 100% !important;
text-align: center !important;
}
.xs-overview-data.xs-overview-star {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.xs-review-overview-list.custom-rat .xs-overview-star {
display: block;
}
} .xs-overview-pie .data-rat > .wur-rat-cont > div {
font-size: 1.1rem;
position: relative;
top: 50px;
} .g-recaptcha-required-message{
padding: 0 13px;
color: red;
display: none;
}@font-face{font-family:dashicons;src:url(//www.etrshipyard.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.etrshipyard.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.etrshipyard.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}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:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} @media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]: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}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .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 #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;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:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .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}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}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;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}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}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;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}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1140px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.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, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.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, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.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, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.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, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-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.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.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 #ddd}.table .table{background-color:#fff}.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 #ddd}.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 #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;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-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.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:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.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:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.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:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.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}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.333333px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}@font-face {font-family: 'stm';src:url(//www.etrshipyard.com/wp-content/uploads/stm_fonts/stm/stm.eot?tzr0wo);src:url(//www.etrshipyard.com/wp-content/uploads/stm_fonts/stm/stm.eot?tzr0wo#iefix) format('embedded-opentype'),url(//www.etrshipyard.com/wp-content/uploads/stm_fonts/stm/stm.ttf?tzr0wo) format('truetype'),url(//www.etrshipyard.com/wp-content/uploads/stm_fonts/stm/stm.woff?tzr0wo) format('woff'),url(//www.etrshipyard.com/wp-content/uploads/stm_fonts/stm/stm.svg?tzr0wo#stm) format('svg');font-weight: normal;font-style: normal;}[class^="stm-"], [class*=" stm-"] {font-family: 'stm' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stm-transport839:before {content: "\e914";}.stm-ship:before {content: "\e91f";}.stm-warehouse:before {content: "\e93b";}.stm-car59:before {content: "\e909";}.stm-transport829:before {content: "\e90a";}.stm-transport830:before {content: "\e90b";}.stm-transport831:before {content: "\e90c";}.stm-transport832:before {content: "\e90d";}.stm-transport833:before {content: "\e90e";}.stm-transport834:before {content: "\e90f";}.stm-transport835:before {content: "\e910";}.stm-transport836:before {content: "\e911";}.stm-transport837:before {content: "\e912";}.stm-transport838:before {content: "\e913";}.stm-transport840:before {content: "\e915";}.stm-transport841:before {content: "\e916";}.stm-transport842:before {content: "\e917";}.stm-transport843:before {content: "\e918";}.stm-transport844:before {content: "\e919";}.stm-transport845:before {content: "\e91a";}.stm-transport846:before {content: "\e91b";}.stm-transport847:before {content: "\e91c";}.stm-transport848:before {content: "\e91d";}.stm-transport849:before {content: "\e91e";}.stm-transport851:before {content: "\e920";}.stm-transport852:before {content: "\e921";}.stm-transport853:before {content: "\e922";}.stm-transport854:before {content: "\e923";}.stm-transport855:before {content: "\e924";}.stm-transport856:before {content: "\e925";}.stm-transport857:before {content: "\e926";}.stm-transport858:before {content: "\e927";}.stm-transport859:before {content: "\e928";}.stm-transport860:before {content: "\e929";}.stm-transport861:before {content: "\e92a";}.stm-transport862:before {content: "\e92b";}.stm-transport863:before {content: "\e92c";}.stm-transport864:before {content: "\e92d";}.stm-transport865:before {content: "\e92e";}.stm-transport866:before {content: "\e92f";}.stm-transport867:before {content: "\e930";}.stm-transport868:before {content: "\e931";}.stm-transport869:before {content: "\e932";}.stm-transport870:before {content: "\e933";}.stm-transport871:before {content: "\e934";}.stm-transport872:before {content: "\e935";}.stm-transport873:before {content: "\e936";}.stm-transport874:before {content: "\e937";}.stm-transport875:before {content: "\e938";}.stm-transport876:before {content: "\e939";}.stm-transport877:before {content: "\e93a";}.stm-people-in-team:before {content: "\e956";}.stm-people-in-team-old:before {content: "\e940";}.stm-logistic-services:before {content: "\e941";}.stm-clients-worldwide:before {content: "\e942";}.stm-ground-transport:before {content: "\e943";}.stm-owned-vehicles:before {content: "\e944";}.stm-packaging-and-storage:before {content: "\e945";}.stm-projects-done:before {content: "\e946";}.stm-warehousing-service:before {content: "\e947";}.stm-arrow-next:before {content: "\e907";}.stm-arrow-prev:before {content: "\e908";}.stm-arrow-top-right:before {content: "\e952";}.stm-arrow-bottom-left:before {content: "\e953";}.stm-globe:before {content: "\e905";}.stm-tracking:before {content: "\e906";}.stm-clock:before {content: "\e901";}.stm-email:before {content: "\e902";}.stm-fax:before {content: "\e903";}.stm-location:before {content: "\e904";}.stm-location-2:before {content: "\e93d";}.stm-phone:before {content: "\e93c";}.stm-iphone:before {content: "\e93e";}.stm-check:before {content: "\e93f";}.stm-testimonial:before {content: "\e948";}.stm-testimonials-new-1:before {content: "\e958";}.stm-testimonials-new-2:before {content: "\e959";}.stm-download:before {content: "\e949";}.stm-skype:before {content: "\e94a";}.stm-case:before {content: "\e94b";}.stm-reply:before {content: "\e94c";}.stm-edit:before {content: "\e94d";}.stm-zoom-in:before {content: "\e954";}.stm-search:before {content: "\e955";}.stm-comment:before {content: "\e94e";}.stm-support:before {content: "\e94f";}.stm-fast-delivery:before {content: "\e950";}.stm-security:before {content: "\e951";}.stm-google-plus:before {content: "\e957";}.stm-play:before {content: "\e900";}
   html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
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: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
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; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }  .alignnone {
margin: 5px 40px 40px 0; }
img.alignnone {
max-width: 100%;
height: auto; }
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto; }
.alignright {
float: right;
margin: 5px 0 40px 40px; }
.alignleft {
float: left;
margin: 5px 40px 40px 0; }
a img.alignright {
float: right;
margin: 5px 0 40px 40px; }
a img.alignnone {
margin: 5px 40px 40px 0; }
a img.alignleft {
float: left;
margin: 5px 40px 40px 0; }
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center; }
.wp-caption.alignnone {
margin: 5px 0 40px; }
.wp-caption figcaption {
padding: 5px 0 0; }
.wp-caption.alignleft {
margin: 5px 40px 40px 0; }
.wp-caption.alignright {
margin: 5px 0 40px 40px; }
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto; }
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px; } .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.gallery {
margin-bottom: 30px; }
.gallery .gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-icon img {
max-width: 100%;
height: auto;
margin: 0 auto; }
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-size: 12px;
line-height: 1.5;
padding: 0.5em 0; }
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none; }
.bypostauthor {
text-decoration: none; } html {
font-size: 100%;
overflow-y: scroll;
-webkit-font-smoothing: antialiased; }
body {
font-size: 14px;
line-height: 1;
font-family: Open Sans;
color: #808080;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat; }
body.boxed_bg_image_pattern {
background-attachment: fixed;
background-repeat: repeat;
background-position: 50% 50%;
background-size: auto; }
body.bg_img_1 {
background-image: url(//www.etrshipyard.com/wp-content/themes/transcargo/assets/images/bg/img_1.jpg); }
body.bg_img_2 {
background-image: url(//www.etrshipyard.com/wp-content/themes/transcargo/assets/images/bg/img_2.jpg); }
body.bg_img_3 {
background-image: url(//www.etrshipyard.com/wp-content/themes/transcargo/assets/images/bg/img_3.jpg);
background-attachment: fixed;
background-repeat: repeat;
background-position: 50% 50%;
background-size: auto; }
body.bg_img_4 {
background-image: url(//www.etrshipyard.com/wp-content/themes/transcargo/assets/images/bg/img_4.jpg);
background-attachment: fixed;
background-repeat: repeat;
background-position: 50% 50%;
background-size: auto; }
body.bg_img_5 {
background-image: url(//www.etrshipyard.com/wp-content/themes/transcargo/assets/images/bg/img_5.jpg);
background-attachment: fixed;
background-repeat: repeat;
background-position: 50% 50%;
background-size: auto; }
#main {
position: relative;
overflow: hidden; }
#wrapper {
position: relative;
background: #fff;
z-index: 40; }
#content {
position: relative;
z-index: 20; }
.wpb_row:last-child {
margin-bottom: 100px; }
body .wpb_button, body .wpb_column > .vc_column-inner > .wpb_wrapper > :last-child {
margin-bottom: 0; }
body .vc_col-has-fill > .vc_column-inner, body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
padding-top: 0; }
body.boxed_layout #main {
max-width: 1230px;
margin: 0 auto;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
#frontend_customizer_button {
background: #34ccff; }
#frontend_customizer_button:before {
border-right-color: #34ccff; } #header {
position: relative;
background: #183650;
background-position: 50% 0;
color: #fff;
z-index: 50;
margin: 0 0 37px; }
#header:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(24, 54, 80, 0.35); }
body.transparent_header #header {
position: absolute;
top: 0;
left: 0;
right: 0;
background: none; }
body.transparent_header #header:before {
display: none; }
#header .page_title {
position: relative; }
#header .page_title h1 {
color: inherit;
margin: 0;
padding: 57px 0; }
#header .page_title h1:before {
display: none; }
body.header_style_2 .top_bar_info_wr .top_bar_info li {
color: #183650; }
body.header_style_2 .top_bar_info_wr .top_bar_info li i {
color: #34ccff; }
body.header_style_2 .top_bar_info_wr .top_bar_info li a {
color: #183650; }
body.header_style_2 .top_bar_info_wr .top_bar_info li a:hover span {
text-decoration: underline; }
body.header_style_2 .top_bar_info_wr .top_bar_info_switcher {
background: #34ccff; }
body.header_style_2 .top_bar_info_wr .top_bar_info_switcher ul {
background: #34ccff; }
body.header_style_2 .top_bar_info_wr .top_bar_info_switcher ul a:hover {
background: #183650; }
body.header_style_2 #lang_sel:hover {
background: #34ccff; }
body.header_style_2 #lang_sel:hover > ul li .lang_sel_sel {
color: #fff; }
body.header_style_2 #lang_sel > ul li .lang_sel_sel {
color: #183650; }
body.header_style_2 #lang_sel > ul li > ul {
background: #34ccff; }
body.header_style_2 #lang_sel > ul li > ul a:hover {
background: #183650; }
body.header_style_3 .top_bar_info_wr .top_bar_info_switcher {
background: #34ccff; }
body.header_style_3 .top_bar_info_wr .top_bar_info_switcher ul {
background: #183650; }
body.header_style_3 .top_bar_info_wr .top_bar_info_switcher ul li a:hover {
background: #34ccff; }
body.header_style_3 .top_bar_info_wr .top_bar_info li a:hover {
color: #fff; }
body.header_style_3 .top_bar_info_wr .top_bar_info li a:hover span {
text-decoration: underline; }
body.header_style_4 .top_bar {
background: rgba(24, 54, 80, 0.65); }
body.header_style_4 .top_bar_info_wr .top_bar_info_switcher {
background: #34ccff; }
body.header_style_4 .top_bar_info_wr .top_bar_info_switcher ul {
background: #183650; }
body.header_style_4 .top_bar_info_wr .top_bar_info_switcher ul li a:hover {
background: #34ccff; }
.top_bar {
position: relative;
z-index: 20;
font-size: 13px; }
#lang_sel {
position: relative;
float: left;
transition: all 0.3s ease; }
#lang_sel > ul {
list-style: none;
margin: 0;
padding: 0; }
#lang_sel > ul > li .lang_sel_sel {
position: relative;
display: block;
padding: 18px 40px 19px 20px;
color: #fff;
text-decoration: none !important; }
#lang_sel > ul > li .lang_sel_sel:after {
content: "\f107";
font: normal normal normal 14px/1 "Font Awesome 5 Free";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
position: absolute;
right: 12px;
top: 50%;
margin: -7px 0 0; }
#lang_sel > ul > li > ul {
position: absolute;
visibility: hidden;
left: 0;
top: 100%;
min-width: 100%;
background: #183650;
list-style: none;
padding: 0px;
margin: 0;
opacity: 0;
transition: all 0.3s ease; }
#lang_sel > ul > li > ul a {
color: #fff;
display: block;
padding: 10px 20px;
text-decoration: none !important;
transition: background 0.3s ease; }
#lang_sel > ul > li > ul a:hover {
background: #34ccff; }
#lang_sel:hover {
background: #183650; }
#lang_sel:hover > ul > li > ul {
visibility: visible;
opacity: 1; }
.top_bar_info_wr {
position: relative;
float: right; }
.top_bar_info_wr .top_bar_info_switcher {
position: relative;
float: right;
background: #183650; }
.top_bar_info_wr .top_bar_info_switcher .active {
position: relative;
cursor: pointer;
padding: 17px 40px 17px 20px;
color: #fff;
text-decoration: none !important;
min-width: 210px; }
.top_bar_info_wr .top_bar_info_switcher .active i {
display: inline-block;
vertical-align: middle;
margin: 0 15px 0 0;
font-size: 16px; }
.top_bar_info_wr .top_bar_info_switcher .active span {
display: inline-block;
vertical-align: middle; }
.top_bar_info_wr .top_bar_info_switcher .active:after {
content: "\f107";
font-family: 'FONT AWESOME 5 FREE' !important;
font-weight: 600 !important;
font: normal normal normal 14px/1 "Font Awesome 5 Free";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
position: absolute;
right: 20px;
top: 50%;
margin: -7px 0 0; }
.top_bar_info_wr .top_bar_info_switcher ul {
position: absolute;
left: 0;
top: 100%;
display: none;
background: #183650;
list-style: none;
padding: 12px 0;
margin: 0;
min-width: 100%; }
.top_bar_info_wr .top_bar_info_switcher ul a {
color: #fff;
display: block;
padding: 10px 20px;
text-decoration: none !important;
transition: background 0.3s ease; }
.top_bar_info_wr .top_bar_info_switcher ul a:hover {
background: #34ccff; }
.top_bar_info_wr .top_bar_info {
display: none;
float: right;
margin: 0;
padding: 0 10px 0 0;
list-style: none; }
.top_bar_info_wr .top_bar_info:after {
content: '';
display: inline-block;
vertical-align: middle;
height: 50px; }
.top_bar_info_wr .top_bar_info li {
display: inline-block;
vertical-align: middle;
padding: 5px 35px;
color: #fff; }
.top_bar_info_wr .top_bar_info li a {
color: #fff;
text-decoration: none !important;
transition: all 0.3s ease; }
.top_bar_info_wr .top_bar_info li a:hover span {
text-decoration: underline; }
.top_bar_info_wr .top_bar_info li i {
display: inline-block;
vertical-align: middle;
margin: 0 6px 0 0;
font-size: 16px;
color: #34ccff; }
.top_bar_info_wr .top_bar_info li i.stm-email {
font-size: 12px; }
.top_bar_info_wr .top_bar_info li span {
display: inline-block;
vertical-align: middle; }
.affix {
position: relative; }
body.header_style_2.transparent_header #header {
background: transparent; }
body.header_style_2.transparent_header #header:before {
display: block; }
body.header_style_2 #header:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
height: 95px;
background: #fff; }
body.header_style_2 #header .top_nav_wr .logo a {
margin-left: 40px; }
body.header_style_2 #header .top_nav_wr .top_nav_affix.affix {
background: #183650;
box-shadow: none; }
body.header_style_2 #header .top_nav_wr .top_nav {
background: #183650; }
body.header_style_2 #header .top_nav_wr .top_nav ul.top_nav_menu li a {
color: #fff; }
body.header_style_2 #header .top_search .search_button {
color: #fff; }
body.header_style_3.transparent_header #header {
background: transparent; }
body.header_style_3 #header:before {
display: none; }
body.header_style_3 #header .top_bar {
background: #183650; }
body.header_style_3 #header .top_nav_wr {
background: #fff; }
body.header_style_3 #header .top_nav_wr .logo a {
margin-left: 0; }
body.header_style_3 #header .top_nav_wr .top_nav {
background: #fff; }
body.header_style_4 .top_nav_wr .logo a {
margin-left: 0; }
body.header_style_4 .top_nav_wr .top_nav {
background: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
body.header_style_4 .top_nav_wr .top_nav ul.top_nav_menu li a {
color: #fff; }
body.header_style_4 .top_search .search_button {
color: #fff; }
body.header_style_4 .top_search .search_button:before {
background: rgba(255, 255, 255, 0.35); }
body.sticky_header.admin-bar .top_nav_wr .top_nav_affix.affix {
top: 32px; }
body.sticky_header .top_nav_wr .top_nav_affix {
transition: all 0.3s ease;
background-color: transparent;
box-shadow: none; }
body.sticky_header .top_nav_wr .top_nav_affix.affix {
position: fixed;
left: 0;
top: 0;
right: 0;
-webkit-transform: translateZ(0);
background-color: #fff;
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07); }
body.sticky_header.header_style_2 #header .top_nav_wr .top_nav_affix.affix {
background: #183650;
box-shadow: none; }
body.sticky_header.header_style_4 .top_nav_wr .top_nav_affix.affix {
background: #183650;
box-shadow: none; }
body.sticky_header.header_style_4 .top_nav_wr .top_nav_affix.affix .top_nav {
border: none; }
body.admin-bar .top_nav_wr {
position: relative;
z-index: 10; }
.top_nav_wr {
position: relative;
z-index: 10;
min-height: 90px; }
.top_nav_wr .media, .top_nav_wr .media-body {
overflow: inherit;
margin-top: auto; }
.top_nav_wr .top_nav {
position: relative;
background: #fff;
transition: all 0.3s ease; }
.top_nav_wr .top_nav .top_mobile_menu_wr.active {
display: none !important; }
.top_nav_wr .top_nav #menu_toggle, .top_nav_wr .top_nav .top_mobile_menu_wr {
display: none; }
.top_nav_wr .top_nav .media-left {
padding: 0; }
.top_nav_wr .top_nav .logo a {
display: block;
margin: 18px 40px 24px; }
.top_nav_wr .top_nav .logo a.logo_text {
margin: 0 40px;
padding-top: 35px;
padding-bottom: 35px;
white-space: nowrap;
font-weight: 500;
font-size: 20px;
text-transform: uppercase;
text-decoration: none !important; }
.top_nav_wr .top_nav .logo a img {
height: 39px;
width: auto; }
.top_nav_wr .top_nav .mobile_logo {
display: none; }
.top_nav_wr .top_nav ul.top_nav_menu {
position: relative;
margin: 0 40px;
padding: 0;
list-style: none;
text-align: right;
float: right;
font-family: Titillium Web; }
.top_nav_wr .top_nav ul.top_nav_menu:after {
content: "";
display: table;
clear: both; }
.top_nav_wr .top_nav ul.top_nav_menu li {
position: relative;
float: left;
font-size: 16px;
font-weight: 600;
padding: 0 26px;
white-space: nowrap; }
.top_nav_wr .top_nav ul.top_nav_menu li a {
display: block;
padding: 37px 0;
color: #183650;
text-decoration: none !important; }
.top_nav_wr .top_nav ul.top_nav_menu li ul {
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
position: absolute;
top: 100%;
left: 0;
list-style: none;
padding: 12px 0;
margin: 0;
text-align: left;
background: #183650; }
.top_nav_wr .top_nav ul.top_nav_menu li ul li {
padding: 0;
float: none;
font-size: 13px;
font-weight: 400; }
.top_nav_wr .top_nav ul.top_nav_menu li ul li a {
color: #fff;
display: block;
padding: 10px 20px;
text-decoration: none !important;
transition: background 0.3s ease; }
.top_nav_wr .top_nav ul.top_nav_menu li ul li a:hover {
background: #34ccff; }
.top_nav_wr .top_nav ul.top_nav_menu li ul ul {
top: 0;
left: 100%; }
.top_nav_wr .top_nav ul.top_nav_menu li:hover > ul {
visibility: visible;
opacity: 1; }
.top_nav_wr .top_nav ul.top_nav_menu #stm_magic_line {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
width: 0;
padding: 0;
background: #34ccff; }
.top_search {
position: relative; }
.top_search .search_button {
position: relative;
width: 100px;
text-align: center;
font-size: 28px;
cursor: pointer;
padding: 33px 0 28px;
color: #183650;
transition: all 0.3s ease; }
.top_search .search_button:before {
content: '';
position: absolute;
left: 0;
top: 50%;
margin: -25px 0 0;
height: 50px;
width: 1px;
background: #34ccff;
opacity: 1;
transition: all 0.3s ease; }
.top_search .top_search_form {
position: absolute;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
right: 0;
top: 100%;
background: #183650;
width: 315px;
padding: 20px 30px 28px; }
.top_search .top_search_form p {
font-size: 13px;
line-height: 22px;
color: #fff;
margin: 0 0 16px; }
.top_search .top_search_form form {
position: relative; }
.top_search .top_search_form form input[type="text"] {
width: 100%;
display: block;
border: none;
font-size: 14px;
padding: 10px 40px 9px 16px;
outline: none !important;
box-shadow: none !important; }
.top_search .top_search_form form input[type="text"]:focus {
border: 2px solid #34ccff !important;
padding-top: 9px;
padding-bottom: 8px;
padding-left: 15px; }
.top_search .top_search_form form button {
position: absolute;
right: 0;
top: 0;
border: none;
width: 40px;
height: 40px;
padding: 0;
text-align: center;
font-size: 13px;
background: none;
color: #34ccff;
transition: color 0.3s ease; }
.top_search .top_search_form form button:hover {
color: #183650; }
.top_search:hover .search_button {
background: #183650;
color: #fff; }
.top_search:hover .search_button:before {
opacity: 0; }
.top_search:hover .top_search_form {
opacity: 1;
visibility: visible; } body .vc_row.overlay.vc_parallax .vc_parallax-inner:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.5); }
.rev_slider_nav {
position: relative;
display: block;
text-align: center;
text-decoration: none !important;
z-index: 30; }
.rev_slider_nav .icon {
margin: -117px 0 0;
padding: 0 0 28px;
border-bottom: 2px solid transparent;
font-size: 89px;
height: 117px;
color: #fff;
display: block;
transition: all 0.3s ease; }
.rev_slider_nav .icon i {
display: inline-block;
vertical-align: middle; }
.rev_slider_nav .icon i.stm-transport839 {
font-size: 75px; }
.rev_slider_nav .icon i.stm-warehouse {
font-size: 79px; }
.rev_slider_nav .title {
display: block;
font-size: 18px;
padding: 26px 0;
color: #fff;
font-family: Titillium Web; }
.rev_slider_nav:hover .icon, .rev_slider_nav.active .icon {
color: #34ccff;
border-bottom-color: #fff; }
body .hermes .tp-bullet {
width: 10px;
height: 10px;
padding: 3px;
transition: all 0.2s linear;
box-shadow: none;
background: none !important; }
body .hermes .tp-bullet:after {
position: relative;
left: auto;
top: auto;
right: auto;
bottom: auto;
box-shadow: none;
display: block;
width: 4px;
height: 4px;
border: 1px solid #8a929d;
background: #8a929d;
padding: 0;
transition: all 0.2s linear;
border-radius: 50%; }
body .hermes .tp-bullet.selected {
padding: 0; }
body .hermes .tp-bullet.selected:after {
width: 10px;
height: 10px;
background: transparent;
border-color: #34ccff; }
.rev_slider > ul > li.overlay:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(21, 37, 60, 0.45);
z-index: 1; }
body .vc_general.vc_btn3 {
text-transform: uppercase;
font-weight: 700; }
body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom, body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-flat {
padding: 15px 42px; }
body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline, body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom, body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-flat {
padding: 11px 40px; }
body .vc_general.vc_btn3.vc_btn3-shape-round {
border-radius: 50px; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-outline {
color: #183650;
border-color: #34ccff;
background: transparent; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-outline:hover {
background: #34ccff;
color: #fff; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-outline:active {
background: #34ccff;
color: #183650; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline, body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
color: #fff;
border-color: #fff;
background: transparent; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline:hover, body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
background: #fff;
color: #183650; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline:active, body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active {
background: #fff;
color: #34ccff; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-outline {
color: #fff;
border-color: #34ccff;
background: transparent; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-outline:hover {
background: #34ccff;
color: #fff; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-outline:active {
background: #34ccff;
color: #183650; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat {
color: #fff;
border-color: #34ccff;
background: #34ccff;
border-width: 2px; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:hover {
background: transparent;
color: #183650; }
body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:active {
background: #34ccff;
color: #183650; }
body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty), body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-left: 30px;
padding-right: 55px; }
body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon, body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 22px; }
body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty), body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
padding-left: 55px;
padding-right: 30px; }
body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon, body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
left: 22px; }
body .vc_general.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
font-size: 20px; }
body .vc_general.vc_btn3.vc_btn3-size-md .vc_btn3-icon.stm-arrow-next {
font-size: 14px; }
.vc_services {
position: relative; }
.vc_services .vc_services_carousel_wr {
position: relative;
margin: -25px -15px; }
.vc_services .vc_services_carousel_wr .vc_services_carousel {
position: relative; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item {
position: relative;
padding: 25px 15px; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr {
background: #fff;
box-shadow: none;
border: 1px solid #e6e6e6;
border-radius: 1px;
transition: all 0.5s ease;
-webkit-transform: translateZ(0); }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
border-color: transparent; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail {
position: relative;
margin: -1px -1px 0 -1px; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail img {
width: 100%; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content {
padding: 30px;
font-size: 13px;
transition: all 0.3s ease; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 {
font-weight: 600; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a {
text-decoration: none !important;
color: #183650;
transition: all 0.3s ease; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a:hover {
color: #34ccff; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6:before {
display: none; }
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content p {
line-height: 24px; }
.vc_services .owl-dots {
position: relative;
margin: 0 0 30px; }
.vc_services .owl-dots:after {
content: "";
display: table;
clear: both; }
.vc_services .owl-dots .owl-dot {
float: left;
width: 10px;
height: 10px;
padding: 3px;
margin: 0 15px 0 0;
cursor: pointer;
transition: all 0.2s linear; }
.vc_services .owl-dots .owl-dot span {
display: block;
width: 4px;
height: 4px;
border: 1px solid #8a929d;
background: #8a929d;
padding: 0;
transition: all 0.2s linear;
border-radius: 50%; }
.vc_services .owl-dots .owl-dot.active {
padding: 0; }
.vc_services .owl-dots .owl-dot.active span {
width: 10px;
height: 10px;
background: transparent;
border-color: #34ccff; }
.vc_services_grid {
position: relative;
margin: 0 -15px;
font-size: 0; }
.vc_services_grid .item {
position: relative;
display: inline-block;
vertical-align: top;
width: 33%;
padding: 0 15px;
margin: 0 0 40px;
font-size: 14px; }
.vc_services_grid .item .item_wr {
background: #fff;
box-shadow: none;
border-radius: 1px;
transition: all 0.5s ease;
-webkit-transform: translateZ(0);
border: 1px solid #e6e6e6; }
.vc_services_grid .item .item_wr:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
border-color: transparent; }
.vc_services_grid .item .item_wr .item_thumbnail {
margin: -1px -1px 0 -1px; }
.vc_services_grid .item .item_wr .item_thumbnail img {
display: block;
max-width: 100%;
height: auto; }
.vc_services_grid .item .item_wr .content {
border-top: none;
padding: 30px;
font-size: 13px;
transition: all 0.3s ease; }
.vc_services_grid .item .item_wr .content h6 a {
text-decoration: none !important;
color: #183650;
transition: all 0.3s ease; }
.vc_services_grid .item .item_wr .content h6 a:hover {
color: #34ccff; }
.vc_services_grid .item .item_wr .content h6:before {
display: none; }
.vc_services_grid .item .item_wr .content p {
line-height: 24px; }
.vc_services_grid.cols_4 .item {
width: 25%; }
.vc_services_grid.cols_2 .item {
width: 50%; }
.vc_services_grid.cols_1 .item {
width: 100%; }
.stm_counter {
position: relative;
color: #183650; }
.stm_counter .icon {
color: #34ccff;
font-size: 66px;
width: 90px;
float: left; }
.stm_counter .icon svg {
stroke: #34ccff; }
.stm_counter .text {
overflow: hidden;
padding: 11px 0 0; }
.stm_counter .text .value {
font-size: 42px;
font-weight: 300;
margin: 0 0 11px;
font-family: Titillium Web; }
.stm_counter .text .title {
font-size: 14px;
line-height: 22px; }
body .vc_general.vc_cta3 {
padding: 55px 0; }
body .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
width: 1000px; }
body .vc_general.vc_cta3.vc_cta3-style-classic.secondary_bg_color, body .vc_general.vc_cta3.vc_cta3-style-custom.secondary_bg_color {
background-color: #34ccff;
border-color: #34ccff;
border: none; }
body .vc_general.vc_cta3 h2 {
margin: 0;
font-size: 30px;
line-height: 48px;
font-weight: 500;
color: #fff;
text-transform: none; }
body .vc_general.vc_cta3 h2:before {
display: none; }
body .vc_general.vc_cta3 h4 {
margin: 0;
text-transform: none; }
body .vc_general.vc_cta3 h4:before {
display: none; }
.vc_testimonials {
position: relative;
padding-left: 95px; }
.vc_testimonials:before {
content: "\e948";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: 0;
font-size: 75px;
color: #34ccff; }
.vc_testimonials .vc_testimonials_carousel {
position: relative;
margin: 0 0 58px; }
.vc_testimonials .vc_testimonials_carousel .item {
position: relative; }
.vc_testimonials .vc_testimonials_carousel .item:after {
content: "";
display: table;
clear: both; }
.vc_testimonials .vc_testimonials_carousel .item p {
font-style: italic;
color: #595959;
font-size: 18px;
line-height: 36px;
margin-bottom: 36px;
font-weight: 300; }
.vc_testimonials .vc_testimonials_carousel .item .testimonial_thumbnail {
position: relative;
float: left;
width: 40px;
margin: 0 10px 0 0;
border-radius: 40px;
overflow: hidden; }
.vc_testimonials .vc_testimonials_carousel .item .testimonial_thumbnail img {
display: block;
max-width: 40px;
height: auto;
border-radius: 40px;
overflow: hidden; }
.vc_testimonials .vc_testimonials_carousel .item .testimonial_info {
overflow: hidden; }
.vc_testimonials .vc_testimonials_carousel .item .testimonial_info h6 {
color: #404040;
margin: 0 0 10px;
font-weight: 600; }
.vc_testimonials .vc_testimonials_carousel .item .testimonial_info h6:before {
display: none; }
.vc_testimonials .vc_testimonials_carousel .item .testimonial_info .position {
font-size: 14px;
line-height: 16px; }
.vc_testimonials .owl-dots {
position: relative; }
.vc_testimonials .owl-dots:after {
content: "";
display: table;
clear: both; }
.vc_testimonials .owl-dots .owl-dot {
float: left;
width: 10px;
height: 10px;
padding: 3px;
margin: 0 15px 0 0;
cursor: pointer;
transition: all 0.2s linear; }
.vc_testimonials .owl-dots .owl-dot span {
display: block;
width: 4px;
height: 4px;
border: 1px solid #8a929d;
background: #8a929d;
padding: 0;
transition: all 0.2s linear;
border-radius: 50%; }
.vc_testimonials .owl-dots .owl-dot.active {
padding: 0; }
.vc_testimonials .owl-dots .owl-dot.active span {
width: 10px;
height: 10px;
background: transparent;
border-color: #34ccff; }
.vc_testimonials.style_2 {
padding: 80px 0;
background-color: #fff;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
transition: background 0.3s ease; }
.vc_testimonials.style_2:before {
display: none; }
.vc_testimonials.style_2 .vc_testimonials_carousel_wr {
max-width: 635px;
background: rgba(255, 255, 255, 0.95);
padding: 38px 50px 47px;
text-align: center; }
.vc_testimonials.style_2 .vc_testimonials_carousel_wr:before {
content: '\e958';
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
vertical-align: top;
font-size: 64px;
color: #34ccff;
margin: 0 0 15px; }
.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel {
margin-bottom: 38px; }
.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep {
position: relative;
color: #34ccff;
font-size: 15px;
margin-bottom: 32px;
display: inline-block;
vertical-align: top; }
.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep:before {
content: '';
position: absolute;
left: -85px;
top: 50%;
width: 70px;
height: 1px;
background: #34ccff; }
.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep:after {
content: '';
position: absolute;
right: -85px;
top: 50%;
width: 70px;
height: 1px;
background: #34ccff; }
.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item p {
font-family: Titillium Web;
font-size: 20px;
line-height: 36px;
font-style: normal;
font-weight: 400;
margin-bottom: 30px; }
.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .position {
font-size: 13px; }
.vc_testimonials.style_2 .owl-dots {
text-align: center; }
.vc_testimonials.style_2 .owl-dots .owl-dot {
float: none;
display: inline-block;
vertical-align: top;
margin: 0 7px; }
.vc_news {
position: relative; }
.vc_news .vc_news_footer {
position: relative; }
.vc_news .vc_news_footer:after {
content: "";
display: table;
clear: both; }
.vc_news .vc_news_footer .button {
float: right; }
.vc_news .news_list {
list-style: none;
padding: 0;
margin: 0 0 40px; }
.vc_news .news_list li {
margin: 0 0 30px;
background: #fff;
border-radius: 1px;
transition: all 0.5s ease;
border: 1px solid #e5e5e5; }
.vc_news .news_list li:after {
content: "";
display: table;
clear: both; }
.vc_news .news_list li:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07); }
.vc_news .news_list li:last-child {
margin-bottom: 0; }
.vc_news .news_list li .news_thumbnail {
position: relative;
float: left;
margin: -1px 0 -1px -1px; }
.vc_news .news_list li .news_thumbnail .date {
position: absolute;
top: 0;
right: 0;
width: 75px;
height: 75px;
background: #34ccff;
color: #fff;
text-align: center;
padding: 20px 0 0;
font-family: Titillium Web; }
.vc_news .news_list li .news_thumbnail .date .day {
font-size: 30px;
font-weight: 400;
line-height: 18px;
margin: 0 0 5px; }
.vc_news .news_list li .news_thumbnail .date .month {
font-size: 16px;
text-transform: lowercase; }
.vc_news .news_list li .news_content {
overflow: hidden;
padding: 33px 37px 25px; }
.vc_news .news_list li .news_content h4 {
line-height: 30px;
text-transform: none;
font-weight: 400;
margin-bottom: 16px; }
.vc_news .news_list li .news_content h4:before {
display: none; }
.vc_news .news_list li .news_content h4 a {
color: #183650;
text-decoration: none !important;
transition: all 0.3s ease; }
.vc_news .news_list li .news_content h4 a:hover {
color: #34ccff; }
.vc_news .news_list li .news_content p {
font-size: 13px;
line-height: 22px;
margin-bottom: 20px; }
.vc_news .owl-dots {
position: relative;
margin: 15px 0 30px;
float: left; }
.vc_news .owl-dots:after {
content: "";
display: table;
clear: both; }
.vc_news .owl-dots .owl-dot {
float: left;
width: 10px;
height: 10px;
padding: 3px;
margin: 0 15px 0 0;
cursor: pointer;
transition: all 0.2s linear; }
.vc_news .owl-dots .owl-dot span {
display: block;
width: 4px;
height: 4px;
border: 1px solid #cccccc;
background: #cccccc;
padding: 0;
transition: all 0.2s linear;
border-radius: 50%; }
.vc_news .owl-dots .owl-dot.active {
padding: 0; }
.vc_news .owl-dots .owl-dot.active span {
width: 10px;
height: 10px;
background: transparent;
border-color: #34ccff; }
.stm_icon {
position: relative;
color: #fff; }
.stm_icon .icon {
font-size: 71px;
margin: 0 0 19px;
color: #34ccff; }
.stm_icon .icon svg {
stroke: #34ccff; }
.stm_icon .title {
font-size: 14px;
font-family: Titillium Web;
text-transform: uppercase;
line-height: 20px;
font-weight: 500;
color: #183650; }
.stm_icon .text {
padding: 24px 0 0; }
.stm_icon.center {
text-align: center; }
.stm_icon.right {
text-align: right; }
.stm_icon.icon_position_left:after {
content: "";
display: table;
clear: both; }
.stm_icon.icon_position_left .icon {
display: table-cell;
vertical-align: middle; }
.stm_icon.icon_position_left .icon_text {
display: table-cell;
vertical-align: middle; }
.stm_icon.icon_position_left .icon_text .title {
font-weight: 600; }
.vc_image_carousel_wr {
margin: 0 -40px; }
.vc_image_carousel_wr .vc_image_carousel {
position: relative; }
.vc_image_carousel_wr .vc_image_carousel.owl-carousel .owl-item {
float: none;
display: inline-block;
vertical-align: middle; }
.vc_image_carousel_wr .vc_image_carousel.owl-carousel .owl-item .item {
padding: 0 40px; }
.vc_image_carousel_wr.grayscale .owl-item img {
transition: all 0.3s ease;
-moz-filter: grayscale(1);
filter: grayscale(1);
opacity: 0.6; }
.vc_image_carousel_wr.grayscale .owl-item img:hover {
-moz-filter: grayscale(0);
filter: grayscale(0);
opacity: 1; }
.vc_image_gallery_wr {
position: relative;
margin: 0 auto 35px;
max-width: 100%; }
.vc_image_gallery_wr .vc_image_gallery {
position: relative; }
.vc_image_gallery_wr .vc_image_gallery.owl-carousel .owl-item img {
display: block;
width: auto;
margin: 0 0 20px; }
.vc_image_gallery_wr .vc_image_gallery.owl-carousel .owl-item p {
margin: 0;
font-size: 13px;
line-height: 22px; }
.vc_image_gallery_wr.vertical_navigation .vc_image_gallery.owl-carousel .owl-item img {
margin: 0 0 20px; }
.vc_image_gallery_wr.vertical_navigation .vc_image_gallery.owl-carousel .owl-item p {
margin: 0 0 20px; }
.vc_image_gallery_wr.vertical_navigation .owl-dots-wr {
position: relative;
right: auto;
top: auto;
height: auto;
text-align: center; }
.vc_image_gallery_wr.vertical_navigation .owl-dots-wr:after {
display: none; }
.vc_image_gallery_wr.vertical_navigation .owl-dots-wr .owl-dots {
display: inline-block;
vertical-align: top; }
.vc_image_gallery_wr.vertical_navigation .owl-dots-wr .owl-dots .owl-dot {
float: left;
margin: 0 12px; }
.vc_image_gallery_wr .owl-dots-wr {
position: absolute;
left: 44%;
height: 100%; }
.vc_image_gallery_wr .owl-dots-wr:after {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%; }
.vc_image_gallery_wr .owl-dots-wr .owl-dots {
vertical-align: middle;
display: flex; }
.vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot {
width: 10px;
height: 10px;
padding: 3px 10px;
margin: 12px 0;
cursor: pointer;
transition: all 0.2s linear; }
.vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot span {
display: block;
width: 4px;
height: 4px;
border: 1px solid rgba(24, 54, 80, 0.5);
background: rgba(24, 54, 80, 0.5);
padding: 0;
transition: all 0.2s linear;
border-radius: 50%; }
.vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot.active {
padding: 0 10px; }
.vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot.active span {
width: 10px;
height: 10px;
background: transparent;
border-color: #34ccff; }
.stm_gmap_wrapper {
position: relative; }
.stm_gmap_wrapper .stm_gmap {
height: 688px;
width: 100%; }
.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw {
text-align: center;
margin-top: -6px; }
.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw > div > div {
overflow: hidden !important; }
.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw h6 {
display: block;
margin: 0;
text-transform: none;
font-size: 14px;
color: #fff;
font-weight: 400; }
.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw h6:before {
display: none; }
.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw + div {
display: none !important; }
.stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
border: none !important;
background: #183650 !important;
border-radius: 30px !important;
margin-top: -6px; }
.stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-child > div {
left: 7px !important;
transform: skewX(42deg) !important;
box-shadow: none !important;
background: #183650 !important;
z-index: 40; }
.stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:nth-child(2) > div {
left: -1px !important;
transform: skewX(-42deg) !important;
box-shadow: none !important;
background: #183650 !important;
z-index: 40; }
.stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:nth-child(2) {
background-color: transparent !important;
box-shadow: none !important; }
.stm_gmap_wrapper .gmap_addresses {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 57px 0 49px;
background: rgba(24, 54, 80, 0.9); }
.stm_gmap_wrapper .gmap_addresses .container {
position: relative; }
.stm_gmap_wrapper .gmap_addresses .addresses {
position: relative; }
.stm_gmap_wrapper .gmap_addresses .addresses .item {
padding: 0 66px 0 1px;
border-right: 1px solid rgba(255, 255, 255, 0.25); }
.stm_gmap_wrapper .gmap_addresses .addresses .item .title {
font-family: Titillium Web;
color: #fff;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 20px; }
.stm_gmap_wrapper .gmap_addresses .addresses .item ul {
list-style: none;
margin: 0;
padding: 0; }
.stm_gmap_wrapper .gmap_addresses .addresses .item ul li {
color: rgba(255, 255, 255, 0.7);
margin: 0 0 13px; }
.stm_gmap_wrapper .gmap_addresses .addresses .item ul li:after {
content: "";
display: table;
clear: both; }
.stm_gmap_wrapper .gmap_addresses .addresses .item ul li:last-child {
margin: 0; }
.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .icon {
float: left;
width: 16px;
line-height: 20px;
font-size: 16px;
margin-right: 14px;
text-align: center; }
.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .icon .stm-email {
font-size: 12px;
padding: 2px 0 0; }
.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .text {
overflow: hidden;
font-size: 13px;
line-height: 20px; }
.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .text p {
margin: 0;
font-size: 13px;
line-height: 20px; }
.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
position: absolute;
right: 15px;
top: 0;
height: 100%; }
.stm_gmap_wrapper .gmap_addresses .owl-dots-wr:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%; }
.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots {
display: inline-block;
vertical-align: middle; }
.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot {
width: 10px;
height: 10px;
padding: 3px;
margin: 12px 0;
cursor: pointer;
transition: all 0.2s linear; }
.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot span {
display: block;
width: 4px;
height: 4px;
border: 1px solid #fff;
background: #fff;
padding: 0;
transition: all 0.2s linear;
border-radius: 50%; }
.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot.active {
padding: 0; }
.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot.active span {
width: 10px;
height: 10px;
background: transparent;
border-color: #34ccff; }
body .wpb_image_grid .wpb_image_grid_ul {
width: 110%; }
body .wpb_image_grid .wpb_image_grid_ul .isotope-item {
margin: 0 12px 12px 0; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
margin-bottom: -1px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
margin-top: -1px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
transition: all 0.3s ease;
border-width: 1px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
font-size: 18px;
line-height: 24px;
text-transform: none;
font-weight: 400; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:before {
display: none; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
padding-left: 30px;
padding-right: 30px;
padding-top: 13px;
padding-bottom: 13px;
transition: all 0.3s ease; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a {
padding-right: 42px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
right: 14px;
top: 15px;
transform: none;
height: auto;
width: auto;
line-height: 1;
font-size: 16px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
content: "\f107";
font-family: 'FONT AWESOME 5 FREE' !important;
font-weight: 600 !important;
font: normal normal normal 14px/1 "Font Awesome 5 Free";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
transition: none;
transform: none;
border: none;
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a {
padding-left: 42px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
left: 14px;
top: 15px;
transform: none;
height: auto;
width: auto;
line-height: 1;
font-size: 16px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
content: "\f107";
font-family: 'FONT AWESOME 5 FREE' !important;
font-weight: 600 !important;
font: normal normal normal 14px/1 "Font Awesome 5 Free";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
transition: all 0.3s ease;
transform: none;
border: none;
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
border-width: 1px;
padding: 20px 30px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading, body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
border-color: #34ccff;
background-color: #34ccff; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a, body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
color: #fff; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon::before, body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title > a .vc_tta-controls-icon::before {
border-color: #fff; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading {
border-color: #e6e6e6; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading:hover {
background-color: #34ccff;
border-color: #34ccff; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
color: #fff; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
color: #183650; }
.pricing_table {
position: relative;
margin-bottom: 80px !important;
transition: all 0.3s ease; }
.pricing_table .pricing_table_wr {
position: relative;
overflow: hidden; }
.pricing_table .pricing_table_wr .header {
position: relative;
text-align: center;
background: #183650;
padding: 30px 20px 24px;
overflow: hidden; }
.pricing_table .pricing_table_wr .header .sticker {
position: absolute;
left: -92px;
top: 24px;
background-color: #7fba00;
color: #fff;
font-size: 10px;
text-transform: uppercase;
width: 100%;
padding: 5px 0;
transform: rotate(-45deg); }
.pricing_table .pricing_table_wr .header .title {
font-size: 14px;
color: #34ccff;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 30px; }
.pricing_table .pricing_table_wr .header .price_wr {
position: relative;
color: #fff; }
.pricing_table .pricing_table_wr .header .price_wr .prefix {
display: inline;
font-size: 24px; }
.pricing_table .pricing_table_wr .header .price_wr .price {
display: inline;
font-size: 36px;
text-transform: uppercase; }
.pricing_table .pricing_table_wr .header .price_wr .suffix {
display: inline;
font-size: 13px; }
.pricing_table .pricing_table_wr .content {
position: relative;
padding: 36px 30px 46px;
border: 1px solid #e6e6e6;
border-top: none;
margin: 0;
transition: all 0.3s ease; }
.pricing_table .pricing_table_wr .content ul {
margin-bottom: 0; }
.pricing_table .pricing_table_wr .content ul li {
margin-bottom: 27px;
font-size: 13px; }
.pricing_table .pricing_table_wr .content .buy_now {
position: absolute;
left: 0;
bottom: 35px;
opacity: 0;
width: 100%;
text-align: center;
transition: all 0.3s ease; }
.pricing_table .pricing_table_wr .content .buy_now .button {
display: inline-block; }
.pricing_table:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07); }
.pricing_table.has_link:hover {
margin-bottom: 0 !important;
transform: translate(0, -30px); }
.pricing_table.has_link:hover .content {
padding-bottom: 114px; }
.pricing_table.has_link:hover .content .buy_now {
opacity: 1; }
.circle_progress_wr {
text-align: center; }
.circle_progress_wr .circle_progress {
position: relative;
margin: 0 auto;
display: table; }
.circle_progress_wr .circle_progress > div {
display: table-cell;
vertical-align: middle; }
.circle_progress_wr .circle_progress > div canvas {
position: absolute;
left: 0;
top: 0; }
.circle_progress_wr .circle_progress > div .info {
display: inline-block;
vertical-align: middle; }
.circle_progress_wr .circle_progress > div .info .value {
font-size: 36px;
text-transform: uppercase;
color: #183650;
text-align: center;
margin: 0 0 5px; }
.circle_progress_wr .circle_progress > div .info .title {
font-size: 13px;
color: #808080;
text-align: center; }
.vc_progress_bar .vc_general.vc_single_bar {
background: none;
box-shadow: none;
border-radius: 6px;
margin-bottom: 45px; }
.vc_progress_bar .vc_general.vc_single_bar .vc_label {
color: #183650 !important;
text-shadow: none !important;
font-weight: 700;
font-size: 11px;
text-transform: uppercase;
padding: 0;
margin: 0 0 8px; }
.vc_progress_bar .vc_general.vc_single_bar .vc_label:after {
content: "";
display: table;
clear: both; }
.vc_progress_bar .vc_general.vc_single_bar .vc_label em {
font-style: normal;
float: left; }
.vc_progress_bar .vc_general.vc_single_bar .vc_label span {
float: right;
font-weight: 500;
font-size: 12px; }
.vc_progress_bar .vc_general.vc_single_bar .vc_bar_wr {
position: relative;
background-color: #e6e6e6;
height: 6px;
border-radius: 6px; }
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-theme_style .vc_bar {
background-color: #34ccff; }
body .vc_separator.vc_sep_double .vc_sep_line {
height: 4px; }
body .vc_separator.vc_sep_color_grey .vc_sep_line {
border-top: 1px solid #E6E6E6; }
body .vc_separator.vc_separator_align_center h4 {
padding: 0 20px; }
body .vc_separator h4:before {
display: none; }
body .vc_message_box {
font-size: 14px;
padding: 11px 20px 11px 56px;
margin: 0 0 20px; }
body .vc_message_box.vc_message_box-solid.vc_color-info {
background-color: #cceeff;
color: #00aaff; }
body .vc_message_box.vc_message_box-solid.vc_color-info .vc_message_box-icon {
color: #00aaff; }
body .vc_message_box.vc_message_box-solid.vc_color-success {
background-color: #c9f7b2;
color: #61a600; }
body .vc_message_box.vc_message_box-solid.vc_color-success .vc_message_box-icon {
color: #61a600; }
body .vc_message_box.vc_message_box-solid.vc_color-warning {
background-color: #fff2b2;
color: #ff9900; }
body .vc_message_box.vc_message_box-solid.vc_color-warning .vc_message_box-icon {
color: #ff9900; }
body .vc_message_box.vc_message_box-solid.vc_color-danger {
background-color: #ffd9d9;
color: #ff0000; }
body .vc_message_box.vc_message_box-solid.vc_color-danger .vc_message_box-icon {
color: #ff0000; }
.vacancy_table_wr {
position: relative;
margin: 0 0 45px; }
.vacancy_table_wr .vacancy_table {
width: 100%;
border-collapse: collapse;
border-spacing: 0; }
.vacancy_table_wr .vacancy_table thead th {
position: relative;
background: #183650;
color: #fff;
font-size: 14px;
padding: 18px 20px;
cursor: pointer;
font-weight: 700;
text-transform: uppercase; }
.vacancy_table_wr .vacancy_table thead th.headerSortDown {
background: #34ccff;
color: #fff; }
.vacancy_table_wr .vacancy_table thead th.headerSortDown:after {
content: "\f107";
color: #fff; }
.vacancy_table_wr .vacancy_table thead th.headerSortUp {
background: #34ccff;
color: #fff; }
.vacancy_table_wr .vacancy_table thead th.headerSortUp:after {
content: "\f106";
color: #fff; }
.vacancy_table_wr .vacancy_table thead th:after {
content: "\f107";
font: normal normal normal 14px/1 "Font Awesome 5 Free";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
font-size: 16px;
color: #B2B2B2;
position: absolute;
right: 20px;
top: 50%;
margin-top: -8px; }
.vacancy_table_wr .vacancy_table tbody td {
font-size: 14px;
line-height: 24px;
color: #808080;
padding: 18px 20px;
border-bottom: 1px solid #e5e5e5; }
.vacancy_table_wr .vacancy_table tbody td a {
color: #808080;
transition: all 0.3s ease; }
.vacancy_table_wr .vacancy_table tbody td a:hover {
text-decoration: none;
color: #34ccff; }
.staff_list {
position: relative; }
.staff_list.list > ul {
list-style: none;
padding: 0;
margin: 0; }
.staff_list.list > ul > li {
position: relative;
margin: 0 0 30px;
border: 1px solid #e6e6e6;
transition: all 0.5s ease; }
.staff_list.list > ul > li:after {
content: "";
display: table;
clear: both; }
.staff_list.list > ul > li:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07); }
.staff_list.list > ul > li:hover .staff_info .staff_socials {
opacity: 1; }
.staff_list.list > ul > li .staff_image {
float: left;
max-width: 350px;
margin: -1px 0 -1px -1px; }
.staff_list.list > ul > li .staff_image img {
display: block;
max-width: 100%;
height: auto; }
.staff_list.list > ul > li .staff_info {
position: relative;
overflow: hidden;
padding: 37px 30px 10px; }
.staff_list.list > ul > li .staff_info h5 {
margin: 0 0 13px; }
.staff_list.list > ul > li .staff_info h5:before {
display: none; }
.staff_list.list > ul > li .staff_info .staff_department {
margin: 0 0 30px;
font-size: 13px; }
.staff_list.list > ul > li .staff_info .staff_socials {
position: absolute;
right: 31px;
top: 50%;
list-style: none;
padding: 0;
margin: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
opacity: 0;
transition: all 0.5s ease; }
.staff_list.list > ul > li .staff_info .staff_socials:after {
content: "";
display: table;
clear: both; }
.staff_list.list > ul > li .staff_info .staff_socials li {
margin: 0 0 13px; }
.staff_list.list > ul > li .staff_info .staff_socials li:last-child {
margin: 0; }
.staff_list.list > ul > li .staff_info .staff_socials li a {
display: block;
width: 32px;
height: 32px;
border-radius: 32px;
background: #d9d9d9;
text-align: center;
line-height: 32px;
color: #fff;
font-size: 17px;
text-decoration: none !important;
transition: all 0.3s ease; }
.staff_list.list > ul > li .staff_info .staff_socials li a i {
line-height: 34px; }
.staff_list.list > ul > li .staff_info .staff_socials li a i.fa-vimeo {
font-size: 14px; }
.staff_list.list > ul > li .staff_info .staff_socials li a i.stm-google-plus {
font-size: 13px; }
.staff_list.list > ul > li .staff_info .staff_socials li a:hover {
background: #34ccff; }
.staff_list.list > ul > li .staff_info .staff_socials li a.social-facebook:hover {
background: #3a5897; }
.staff_list.list > ul > li .staff_info .staff_socials li a.social-twitter:hover {
background: #00aced; }
.staff_list.list > ul > li .staff_info .staff_socials li a.social-linkedin:hover {
background: #0077b5; }
.staff_list.list > ul > li .staff_info .staff_socials li a.social-google-plus:hover {
background: #db4437; }
.staff_list.list > ul > li .staff_info .staff_phone {
position: relative;
padding: 0 0 0 25px;
margin: 0 0 20px; }
.staff_list.list > ul > li .staff_info .staff_phone:before {
content: "\e904";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: -2px;
color: #34ccff;
font-size: 17px; }
.staff_list.list > ul > li .staff_info .staff_email {
position: relative;
padding: 0 0 0 25px;
margin: 0 0 20px; }
.staff_list.list > ul > li .staff_info .staff_email:before {
content: "\e902";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: 2px;
color: #34ccff;
font-size: 12px; }
.staff_list.list > ul > li .staff_info .staff_skype {
position: relative;
padding: 0 0 0 25px;
margin: 0 0 20px; }
.staff_list.list > ul > li .staff_info .staff_skype:before {
content: "\e94a";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: -1px;
color: #34ccff;
font-size: 16px; }
.staff_list.grid.cols_2 > ul > li {
width: 50%; }
.staff_list.grid > ul {
list-style: none;
padding: 0;
margin: 0 -15px;
font-size: 0; }
.staff_list.grid > ul:after {
content: "";
display: table;
clear: both; }
.staff_list.grid > ul > li {
float: left;
padding: 0 15px;
margin: 0 0 30px;
font-size: 14px;
width: 33%; }
.staff_list.grid > ul > li .staff_wr {
border: 1px solid #e6e6e6;
transition: all 0.5s ease; }
.staff_list.grid > ul > li .staff_wr:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
border-color: transparent; }
.staff_list.grid > ul > li .staff_wr:hover .staff_image .staff_socials {
opacity: 1; }
.staff_list.grid > ul > li .staff_wr:hover .staff_info .staff_info_wr {
transform: translateY(-75px);
-webkit-transform: translateY(-75px); }
.staff_list.grid > ul > li .staff_wr:hover .staff_info .staff_info_wr .staff_name_position {
opacity: 0; }
.staff_list.grid > ul > li .staff_wr:hover .staff_info .staff_info_wr .staff_phone_email {
opacity: 1; }
.staff_list.grid > ul > li .staff_wr .staff_image {
position: relative;
margin: -1px -1px 0 -1px; }
.staff_list.grid > ul > li .staff_wr .staff_image img {
display: block;
max-width: 100%;
height: auto; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials {
position: absolute;
left: 50%;
bottom: 21px;
list-style: none;
padding: 0;
margin: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
opacity: 0;
transition: all 0.5s ease; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials:after {
content: "";
display: table;
clear: both; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li {
margin: 0 3px;
float: left; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li:last-child {
margin: 0; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a {
display: block;
width: 32px;
height: 32px;
border-radius: 32px;
background: #d9d9d9;
text-align: center;
line-height: 32px;
color: #fff;
font-size: 17px;
text-decoration: none !important;
color: rgba(255, 255, 255, 0.8);
transition: all 0.3s ease; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a i {
line-height: 34px; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a i.fa-vimeo {
font-size: 14px; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a i.stm-google-plus {
font-size: 13px; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a:hover {
background: #34ccff;
color: #fff; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-facebook {
background: #3a5897; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-twitter {
background: #00aced; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-linkedin {
background: #0077b5; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-google-plus {
background: #db4437; }
.staff_list.grid > ul > li .staff_wr .staff_info {
position: relative;
overflow: hidden;
height: 96px; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr {
transition: all 0.5s ease;
padding: 25px 30px 10px; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_name_position {
transition: all 0.3s ease;
opacity: 1; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone_email {
transition: all 0.3s ease;
opacity: 0; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr h5 {
margin: 0 0 13px; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr h5:before {
display: none; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_department {
margin: 0 0 30px;
font-size: 13px; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone {
position: relative;
padding: 0 0 0 25px;
margin: 0 0 20px; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone:before {
content: "\e904";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: -2px;
color: #34ccff;
font-size: 17px; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_email {
position: relative;
padding: 0 0 0 25px;
margin: 0 0 20px; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_email:before {
content: "\e902";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: 2px;
color: #34ccff;
font-size: 12px; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_skype {
position: relative;
padding: 0 0 0 25px;
margin: 0 0 20px; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_skype:before {
content: "\e94a";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: -1px;
color: #34ccff;
font-size: 16px; }
.stm_gallery_wr {
position: relative; }
.stm_gallery_wr .stm_gallery_nav_wr {
position: relative;
margin-bottom: 50px; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul {
list-style: none;
margin: 0;
padding: 0; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul:after {
content: "";
display: table;
clear: both; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li {
position: relative;
float: left;
font-size: 16px;
color: #183650;
font-weight: 700;
margin: 15px 60px 0 0;
padding-bottom: 24px; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li.active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 4px;
background: #34ccff; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li a {
color: #183650;
text-decoration: none !important;
transition: all 0.3s ease; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li a:hover {
color: #34ccff; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher {
position: relative;
display: block;
width: 40px;
height: 40px;
border: 2px solid #34ccff;
font-size: 8px;
color: #34ccff !important; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher .left {
position: absolute;
left: 9px;
bottom: 7px;
transition: all 0.3s ease; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher .right {
position: absolute;
right: 8px;
top: 10px;
transition: all 0.3s ease; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher.active .left {
left: 20px;
bottom: 18px; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher.active .right {
right: 19px;
top: 21px; }
.stm_gallery_wr .stm_gallery {
position: relative; }
.stm_gallery_wr .stm_gallery.container .row {
margin-left: -15px;
margin-right: -15px; }
.stm_gallery_wr .stm_gallery.container .row .item {
padding: 0 15px;
margin: 0 0 30px; }
.stm_gallery_wr .stm_gallery .row {
margin: 0; }
.stm_gallery_wr .stm_gallery .row .item {
width: 25%; }
.stm_gallery_wr .stm_gallery .row .item a {
position: relative;
display: block; }
.stm_gallery_wr .stm_gallery .row .item a:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(24, 54, 80, 0.75);
transition: all 0.5s ease;
opacity: 0; }
.stm_gallery_wr .stm_gallery .row .item a:after {
content: "\e954";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: all 0.5s ease;
color: #fff;
font-size: 28px;
opacity: 0; }
.stm_gallery_wr .stm_gallery .row .item a img {
display: block;
max-width: 100%;
height: auto; }
.stm_gallery_wr .stm_gallery .row .item a:hover:before, .stm_gallery_wr .stm_gallery .row .item a:hover:after {
opacity: 1; }
.stm_gallery_wr.cols_3 .stm_gallery .row .item {
width: 33%; }
.stm_gallery_wr.cols_2 .stm_gallery .row .item {
width: 50%; }
.stm_gallery_wr.cols_1 .stm_gallery .row .item {
width: 100%; }
.vc_service_info {
position: relative;
border: 1px solid #e6e6e6; }
.vc_service_info .service_thumbnail {
position: relative;
margin: -1px -1px 0 -1px; }
.vc_service_info .service_thumbnail img {
display: block;
max-width: 100%;
height: auto; }
.vc_service_info .service_info {
padding: 30px;
font-size: 13px;
line-height: 24px; }
.vc_service_info .service_info h6:before {
display: none; }
.vc_service_info .service_info .wpb_text_column {
margin: 0; }
.vc_service_info .service_info .wpb_text_column ul {
margin-bottom: 22px; }
.vc_service_info .service_info .wpb_text_column ul li {
margin-bottom: 10px; }
.vc_service_info .service_info .wpb_text_column ul li:before {
top: 0; }
.stm_video_popup img {
display: block;
max-width: 100%;
height: auto; }
.stm_video_popup .fancy_video {
position: relative;
display: block; }
.stm_video_popup .fancy_video:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 86px;
height: 86px;
background: #34ccff;
z-index: 10;
border-radius: 50%;
border: 3px solid #fff;
margin: -43px 0 0 -43px;
transition: all 0.3s ease; }
.stm_video_popup .fancy_video:hover:before {
background: #183650; }
.stm_video_popup .fancy_video:after {
content: '\e900';
position: absolute;
left: 50%;
margin: -12px 0 0 -7px;
top: 50%;
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 24px;
color: #fff;
z-index: 20; } a,
a:hover,
a:active {
color: #34ccff;
outline: none !important; }
a:hover {
text-decoration: underline; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
text-transform: uppercase;
margin: 0;
color: #183650;
font-weight: 300;
font-family: Titillium Web; }
h1:before, .h1:before,
h2:before, .h2:before,
h3:before, .h3:before,
h4:before, .h4:before,
h5:before, .h5:before,
h6:before, .h6:before {
content: '';
border-bottom: 3px solid #34ccff;
width: 50px;
display: block;
margin-bottom: 33px;
border-radius: 2px; }
h1.white_stripe:before, .h1.white_stripe:before,
h2.white_stripe:before, .h2.white_stripe:before,
h3.white_stripe:before, .h3.white_stripe:before,
h4.white_stripe:before, .h4.white_stripe:before,
h5.white_stripe:before, .h5.white_stripe:before,
h6.white_stripe:before, .h6.white_stripe:before {
border-bottom-color: #fff; }
h1, .h1 {
font-size: 42px;
margin: 0 0 33px; }
h2, .h2, .comment-reply-title {
font-size: 36px;
margin: 0 0 32px;
line-height: 42px; }
h2:before, .h2:before, .comment-reply-title:before {
margin-bottom: 35px; }
h3, .h3 {
font-size: 30px;
margin: 0 0 33px; }
h3:before, .h3:before {
margin-bottom: 31px; }
h4, .h4 {
font-size: 24px;
margin: 0 0 21px; }
h4:before, .h4:before {
margin-bottom: 26px; }
h5, .h5 {
font-size: 18px;
margin: 0 0 25px; }
h5:before, .h5:before {
margin-bottom: 27px; }
h6, .h6 {
font-size: 14px;
margin: 0 0 19px;
letter-spacing: 0.04em; }
h6:before, .h6:before {
margin-bottom: 22px; }
p {
line-height: 26px;
margin: 0 0 26px; }
blockquote {
margin: 0 0 26px 42px;
border-left: 3px solid #34ccff;
padding: 9px 0 9px 50px;
color: #595959;
font-size: 18px;
font-style: italic;
font-weight: 300;
line-height: 36px; }
blockquote p {
line-height: 36px;
font-weight: 300; }
.without_vc {
margin-bottom: 100px; }
.wpb_text_column ol, .comment-body ol {
list-style: none;
padding: 0;
margin: 0 0 26px;
counter-reset: item; }
.wpb_text_column ol li, .comment-body ol li {
position: relative;
margin: 0 0 12px;
padding-left: 20px;
line-height: 26px; }
.wpb_text_column ol li:before, .comment-body ol li:before {
position: absolute;
left: 0;
top: 0;
content: counter(item) ".";
counter-increment: item;
color: #34ccff; }
.wpb_text_column ol li ol, .wpb_text_column ol li ul, .comment-body ol li ol, .comment-body ol li ul {
margin-top: 12px; }
.wpb_text_column ul, .comment-body ul {
list-style: none;
padding: 0;
margin: 0 0 26px; }
.wpb_text_column ul li, .comment-body ul li {
position: relative;
margin: 0 0 12px;
line-height: 26px;
padding-left: 14px; }
.wpb_text_column ul li:before, .comment-body ul li:before {
content: '•';
position: absolute;
left: 0;
top: -1px;
font-size: 18px;
color: #34ccff; }
.wpb_text_column ul li ol, .wpb_text_column ul li ul, .comment-body ul li ol, .comment-body ul li ul {
margin-top: 12px; }
.wpb_text_column ul.style_2 li, .comment-body ul.style_2 li {
padding-left: 25px; }
.wpb_text_column ul.style_2 li:before, .comment-body ul.style_2 li:before {
content: '';
top: 12px;
width: 10px;
height: 1px;
background: #34ccff; }
.wpb_text_column ul.style_3 li, .comment-body ul.style_3 li {
padding-left: 30px; }
.wpb_text_column ul.style_3 li:before, .comment-body ul.style_3 li:before {
content: "\e93f";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
top: 8px;
left: 0;
font-size: 10px; }
.wpb_text_column table, .comment-body table {
width: 100%;
margin: 0 0 40px; }
.wpb_text_column table td, .wpb_text_column table th, .comment-body table td, .comment-body table th {
padding: 10px;
border: 1px solid #e6e6e6; }
.wpb_text_column dl, .comment-body dl {
margin: 0 0 40px; }
.wpb_text_column dl dd, .comment-body dl dd {
margin: 0 0 10px; }
.wpb_text_column embed, .wpb_text_column iframe, .comment-body embed, .comment-body iframe {
max-width: 100%; }
.read_more {
position: relative;
text-decoration: none !important; }
.read_more em {
display: inline-block;
vertical-align: middle;
font-style: normal;
border-bottom: 1px solid transparent;
line-height: 1; }
.read_more span {
display: inline-block;
vertical-align: middle;
font-size: 13px;
line-height: 13px;
border-bottom: 1px solid transparent;
padding-left: 5px;
padding-top: 1px; }
.read_more:hover em {
border-bottom-color: #34ccff; }
mark {
background: #7fba00;
color: #fff; }
strong {
color: #404040; }
small {
font-size: 13px; } .breadcrumbs {
position: relative;
margin: 0 0 78px;
vertical-align: middle;
font-size: 13px; }
.breadcrumbs .container > span {
display: inline-block;
vertical-align: middle;
margin: 0 5px 0; }
.breadcrumbs .container > span:first-child {
margin-left: 0; }
.breadcrumbs .container a {
color: #183650; }
.button {
background: transparent;
position: relative;
color: #183650;
border: 2px solid #34ccff;
padding: 15px 30px 15px 30px;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
line-height: 16px;
text-decoration: none !important;
transition: all .3s ease !important;
outline: none !important;
border-radius: 50px;
display: inline-block; }
.button i {
display: block;
position: absolute;
top: 50%;
right: 22px;
height: 14px;
line-height: 14px;
font-size: 13px;
margin: -7px 0 0; }
.button:hover {
color: #fff;
background: #34ccff; }
.button:active {
color: #183650;
background: #34ccff; }
.button.style_2 {
color: #fff; }
.button.style_2:hover {
color: #fff;
background: #34ccff; }
.button.style_2:active {
background: #34ccff;
color: #183650; }
.button.fullwidth {
width: 100%; }
.button.fullwidth i {
position: relative;
right: auto;
top: auto;
display: inline-block;
vertical-align: middle;
line-height: 14px;
margin: 0 0 0 13px; }
.button.icon_right {
padding-right: 55px; }
.button.icon_left {
padding-left: 55px; }
.button.size-sm {
padding-top: 10px;
padding-bottom: 10px; }
.button.wpcf7-submit:before {
content: '';
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.button.white-text {
color: #fff; }
.button.white-text:active {
color: #183650;
background: #34ccff; }
input[type="text"],
input[type="text"].form-control,
input[type="email"],
input[type="email"].form-control,
input[type="tel"],
input[type="tel"].form-control,
input[type="search"],
input[type="search"].form-control,
textarea,
textarea.form-control {
font-size: 14px;
line-height: 17px;
padding: 10px 16px 9px;
width: 100%;
border: 1px solid #e6e6e6 !important;
background: #fff;
outline: none !important;
height: auto;
color: #a6a6a6;
border-radius: 0;
box-shadow: none !important;
box-sizing: border-box;
-webkit-appearance: none; }
input[type="text"].wpcf7-not-valid,
input[type="text"].form-control.wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="email"].form-control.wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="tel"].form-control.wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="search"].form-control.wpcf7-not-valid,
textarea.wpcf7-not-valid,
textarea.form-control.wpcf7-not-valid {
border-color: #f00 !important; }
input[type="text"]:focus,
input[type="text"].form-control:focus,
input[type="email"]:focus,
input[type="email"].form-control:focus,
input[type="tel"]:focus,
input[type="tel"].form-control:focus,
input[type="search"]:focus,
input[type="search"].form-control:focus,
textarea:focus,
textarea.form-control:focus {
border: 2px solid #34ccff !important;
padding-top: 9px;
padding-bottom: 8px;
padding-left: 15px; }
textarea {
height: 100px;
resize: vertical;
display: block; }
.input-group {
position: relative;
width: 100%;
margin: 0 0 20px; }
.select2-container .selection,
.select2-container--default .select2-selection--single,
.select2-container {
outline: none !important; }
.select2-container.select2-container--default .select2-selection--single {
border-radius: 0;
border: 1px solid #e6e6e6;
height: 40px; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 37px;
padding-left: 16px;
padding-right: 38px;
color: #a6a6a6; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
width: 38px;
height: 38px; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f078";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
position: absolute;
right: 12px;
top: 50%;
margin: -7px 0 0;
color: #15253c; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
border: none; }
.select2-container .select2-dropdown {
border: 1px solid #e6e6e6;
border-radius: 0; }
.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
background: #34ccff; }
.select2-container .select2-dropdown .select2-results__option {
padding: 10px 18px; }
span.wpcf7-not-valid-tip {
display: none; }
div.wpcf7-response-output {
margin: 0 0 10px;
background-color: #c9f7b2;
color: #61a600;
padding: 18px 30px 18px 20px;
font-size: 14px;
border: none; }
div.wpcf7-response-output.wpcf7-validation-errors {
background-color: #ffd9d9;
color: #ff0000; }
div.wpcf7-response-output.wpcf7-mail-sent-ng {
background-color: #fff2b2;
color: #ff9900; }
.contact_form {
padding: 40px 40px 10px;
background: #f7f7f7; }
.contact_form .wpcf7-checkbox .wpcf7-list-item {
margin-left: 0;
display: block;
padding-top: 10px; }
.contact_form .wpcf7-checkbox .wpcf7-list-item label {
font-weight: 400;
display: block;
margin: 0; }
.contact_form .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
margin-top: 0;
margin-right: 8px;
display: inline-block;
vertical-align: middle; }
.contact_form .wpcf7-checkbox .wpcf7-list-item label span {
display: inline-block;
vertical-align: middle; }
.track_your_shipment_form {
max-width: 540px; }
.track_your_shipment_form .wpcf7-form-control-wrap:after {
content: "";
display: table;
clear: both; }
.track_your_shipment_form .input-group {
display: block; }
.track_your_shipment_form .input-group.v-align p {
padding-top: 12px; }
.track_your_shipment_form .input-group p {
margin: 0; }
.track_your_shipment_form p {
line-height: 16px; }
.track_your_shipment_form .wpcf7-radio .wpcf7-list-item {
margin-left: 0;
margin-bottom: 18px;
display: block;
padding: 0; }
.track_your_shipment_form .wpcf7-radio .wpcf7-list-item label {
font-weight: 400;
display: block;
margin: 0; }
.track_your_shipment_form .wpcf7-radio .wpcf7-list-item label:after {
content: "";
display: table;
clear: both; }
.track_your_shipment_form .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
margin-top: 0;
margin-right: 8px;
float: left; }
.track_your_shipment_form .wpcf7-radio .wpcf7-list-item label span {
overflow: hidden; }
.track_your_shipment_form .reset {
background: none;
border: none;
padding: 0;
float: right;
margin: 14px 0 0;
color: #34ccff; }
.track_your_shipment_form .reset i {
color: #aaaaaa;
font-size: 12px; }
.search-form {
position: relative;
margin: 0 0 40px; }
.search-form button {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
border: none;
outline: none;
background: none;
padding: 0;
margin: 0;
font-size: 16px;
transition: all 0.3s ease; }
.search-form button:hover {
color: #34ccff; }
.blog_grid {
position: relative;
margin: 0 -15px 30px;
font-size: 0; }
.blog_grid:after {
content: "";
display: table;
clear: both; }
.blog_grid > article {
display: inline-block;
vertical-align: top;
width: 33%;
padding: 0 15px 30px;
font-size: 14px; }
.blog_grid > article.sticky .post_wr {
border-color: #34ccff; }
.blog_grid > article .post_wr {
box-shadow: none;
border-radius: 1px;
transition: all 0.5s ease;
-webkit-transform: translateZ(0);
border: 1px solid #e6e6e6; }
.blog_grid > article .post_wr:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
border-color: transparent; }
.blog_grid > article .post_wr .post_thumbnail {
position: relative;
margin: -1px -1px 0; }
.blog_grid > article .post_wr .post_thumbnail img {
max-width: 100%;
height: auto; }
.blog_grid > article .post_wr .post_thumbnail .date {
position: absolute;
top: 0;
left: 0;
width: 75px;
height: 75px;
background: #34ccff;
color: #fff;
text-align: center;
padding: 20px 0 0; }
.blog_grid > article .post_wr .post_thumbnail .date .day {
font-size: 24px;
font-weight: 700;
line-height: 18px;
margin: 0 0 5px; }
.blog_grid > article .post_wr .content {
border-top: none;
padding: 23px 30px 43px;
font-size: 13px; }
.blog_grid > article .post_wr .content h5 {
line-height: 24px;
margin: 0 0 17px; }
.blog_grid > article .post_wr .content h5 a {
text-decoration: none !important;
color: #183650;
transition: all 0.3s ease; }
.blog_grid > article .post_wr .content h5 a:hover {
color: #34ccff; }
.blog_grid > article .post_wr .content h5:before {
display: none; }
.blog_grid > article .post_wr .content .post_excerpt {
line-height: 24px; }
.blog_grid > article .post_wr .content .post_excerpt p {
line-height: 24px;
margin: 0 0 20px; }
.blog_list {
position: relative;
margin: 0 0 30px; }
.blog_list:after {
content: "";
display: table;
clear: both; }
.blog_list > article {
margin: 0 0 30px; }
.blog_list > article.sticky .post_wr {
border-color: #34ccff; }
.blog_list > article .post_wr {
box-shadow: none;
border-radius: 1px;
border: 1px solid #e6e6e6;
transition: all 0.5s ease;
-webkit-transform: translateZ(0); }
.blog_list > article .post_wr:after {
content: "";
display: table;
clear: both; }
.blog_list > article .post_wr:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
border-color: transparent; }
.blog_list > article .post_wr .post_thumbnail {
max-width: 350px;
position: relative;
margin: -1px 0 -1px -1px;
float: left; }
.blog_list > article .post_wr .post_thumbnail img {
max-width: 100%;
height: auto; }
.blog_list > article .post_wr .post_thumbnail .date {
position: absolute;
top: 0;
right: 0;
width: 75px;
height: 75px;
background: #34ccff;
color: #fff;
text-align: center;
padding: 20px 0 0; }
.blog_list > article .post_wr .post_thumbnail .date .day {
font-size: 24px;
font-weight: 700;
line-height: 18px;
margin: 0 0 5px; }
.blog_list > article .post_wr .content {
overflow: hidden;
border-top: none;
padding: 26px 30px;
font-size: 13px; }
.blog_list > article .post_wr .content h5 {
line-height: 24px;
margin: 0 0 12px; }
.blog_list > article .post_wr .content h5 a {
text-decoration: none !important;
color: #183650;
transition: all 0.3s ease; }
.blog_list > article .post_wr .content h5 a:hover {
color: #34ccff; }
.blog_list > article .post_wr .content h5:before {
display: none; }
.blog_list > article .post_wr .content .categories {
font-size: 13px;
margin: 0 0 20px; }
.blog_list > article .post_wr .content .categories:after {
content: "";
display: table;
clear: both; }
.blog_list > article .post_wr .content .categories span {
float: left;
margin: 0 5px 0 0; }
.blog_list > article .post_wr .content .categories ul.post_categories {
overflow: hidden;
list-style: none;
padding: 0;
margin: 0; }
.blog_list > article .post_wr .content .categories ul.post_categories li {
display: inline-block;
vertical-align: baseline;
margin: 0 5px 0 0;
line-height: 15px; }
.blog_list > article .post_wr .content .categories ul.post_categories li a:after {
content: ","; }
.blog_list > article .post_wr .content .categories ul.post_categories li:last-child a:after {
display: none; }
.blog_list > article .post_wr .content .post_excerpt {
line-height: 24px; }
.blog_list > article .post_wr .content .post_excerpt p {
line-height: 24px;
margin: 0 0 20px; }
.blog_list > article .post_wr .content .post_excerpt p:last-child {
margin: 0; }
ul.page-numbers {
position: relative;
padding: 0;
list-style: none;
text-align: center;
margin: 0 0 100px; }
ul.page-numbers li {
display: inline-block;
vertical-align: middle;
font-weight: 700;
text-transform: uppercase;
line-height: 1; }
ul.page-numbers li a.page-numbers {
display: inline-block;
vertical-align: middle;
padding: 16px 19px;
margin: 0 4px;
border: 2px solid transparent;
border-radius: 50px;
transition: all 0.3s ease;
text-decoration: none !important;
color: #183650; }
ul.page-numbers li a.page-numbers:hover {
border-color: #34ccff;
background: #34ccff;
color: #fff; }
ul.page-numbers li span.page-numbers {
display: inline-block;
vertical-align: middle;
padding: 16px 19px;
margin: 0 4px;
border: 2px solid #d9d9d9;
border-radius: 50px;
transition: all 0.3s ease; }
ul.page-numbers li a.next {
padding-left: 22px;
padding-right: 22px;
border-color: #34ccff; }
ul.page-numbers li a.next i {
margin: 0 0 0 12px; }
ul.page-numbers li a.prev {
padding-left: 22px;
padding-right: 22px;
border-color: #34ccff; }
ul.page-numbers li a.prev i {
margin: 0 12px 0 0; }
.with_sidebar + .page-numbers {
text-align: left; }
.with_sidebar + .page-numbers span.page-numbers, .with_sidebar + .page-numbers a.page-numbers {
margin-left: 0; }
.page-links {
position: relative;
padding: 0;
text-align: left;
margin: 0 0 100px; }
.page-links label {
display: inline-block;
vertical-align: middle;
margin: 0 20px 0 0;
color: #183650; }
.page-links a {
display: inline-block;
vertical-align: middle;
padding: 16px 19px;
margin: 0 4px;
border: 2px solid transparent;
border-radius: 50px;
transition: all 0.3s ease;
text-decoration: none !important;
color: #183650; }
.page-links a:hover {
border-color: #34ccff;
background: #34ccff;
color: #fff; }
.page-links > span {
display: inline-block;
vertical-align: middle;
display: inline-block;
vertical-align: middle;
padding: 16px 19px;
margin: 0 4px;
border: 2px solid #d9d9d9;
border-radius: 50px;
transition: all 0.3s ease; }
.default_widgets, .stm_sidebar {
position: relative; }
.default_widgets .wpb_content_element, .stm_sidebar .wpb_content_element {
margin: 0 0 50px; }
.default_widgets .wpb_content_element .widget, .stm_sidebar .wpb_content_element .widget {
margin: 0; }
.widget {
margin: 0 0 50px; }
.widget .widget_title {
margin: 0 0 26px; }
.widget.widget_categories, .widget.widget_archive, .widget.widget_pages, .widget.widget_meta, .widget.widget_recent_comments, .widget.widget_recent_entries, .widget.widget_rss, .widget.widget_nav_menu {
padding: 40px 30px 36px;
border: 3px solid #34ccff; }
.widget.widget_categories ul, .widget.widget_archive ul, .widget.widget_pages ul, .widget.widget_meta ul, .widget.widget_recent_comments ul, .widget.widget_recent_entries ul, .widget.widget_rss ul, .widget.widget_nav_menu ul {
list-style: none;
padding: 0;
margin: 0; }
.widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_pages ul li, .widget.widget_meta ul li, .widget.widget_recent_comments ul li, .widget.widget_recent_entries ul li, .widget.widget_rss ul li, .widget.widget_nav_menu ul li {
position: relative;
text-transform: uppercase;
margin: 0 0 20px;
padding: 0 0 0 20px;
line-height: 20px; }
.widget.widget_categories ul li:last-child, .widget.widget_archive ul li:last-child, .widget.widget_pages ul li:last-child, .widget.widget_meta ul li:last-child, .widget.widget_recent_comments ul li:last-child, .widget.widget_recent_entries ul li:last-child, .widget.widget_rss ul li:last-child, .widget.widget_nav_menu ul li:last-child {
margin: 0; }
.widget.widget_categories ul li:before, .widget.widget_archive ul li:before, .widget.widget_pages ul li:before, .widget.widget_meta ul li:before, .widget.widget_recent_comments ul li:before, .widget.widget_recent_entries ul li:before, .widget.widget_rss ul li:before, .widget.widget_nav_menu ul li:before {
content: "›";
position: absolute;
left: 0;
top: -1px;
font-family: "Times New Roman";
font-weight: 700; }
.widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_recent_comments ul li a, .widget.widget_recent_entries ul li a, .widget.widget_rss ul li a, .widget.widget_nav_menu ul li a {
color: #183650;
font-weight: 700;
text-decoration: none !important;
transition: all 0.3s ease; }
.widget.widget_categories ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_entries ul li a:hover, .widget.widget_rss ul li a:hover, .widget.widget_nav_menu ul li a:hover {
color: #34ccff; }
.widget.widget_categories ul li ul.children, .widget.widget_categories ul li ul.sub-menu, .widget.widget_archive ul li ul.children, .widget.widget_archive ul li ul.sub-menu, .widget.widget_pages ul li ul.children, .widget.widget_pages ul li ul.sub-menu, .widget.widget_meta ul li ul.children, .widget.widget_meta ul li ul.sub-menu, .widget.widget_recent_comments ul li ul.children, .widget.widget_recent_comments ul li ul.sub-menu, .widget.widget_recent_entries ul li ul.children, .widget.widget_recent_entries ul li ul.sub-menu, .widget.widget_rss ul li ul.children, .widget.widget_rss ul li ul.sub-menu, .widget.widget_nav_menu ul li ul.children, .widget.widget_nav_menu ul li ul.sub-menu {
margin-top: 20px; }
.widget.widget_calendar .widget_title {
margin-bottom: 25px; }
.widget.widget_calendar #calendar_wrap table {
width: 100%; }
.widget.widget_calendar #calendar_wrap table caption {
font-weight: 700;
text-transform: uppercase;
color: #183650;
margin: 0 0 15px; }
.widget.widget_calendar #calendar_wrap table td, .widget.widget_calendar #calendar_wrap table th {
text-align: center;
font-size: 14px;
padding: 10px 5px; }
.widget.widget_calendar #calendar_wrap table thead th {
background: #34ccff;
color: #fff; }
.widget.widget_calendar #calendar_wrap table tbody {
border: 1px solid #e6e6e6; }
.widget.widget_calendar #calendar_wrap table tfoot #prev {
text-align: left; }
.widget.widget_calendar #calendar_wrap table tfoot #right {
text-align: right; }
.widget.widget_tag_cloud .tagcloud {
font-size: 0; }
.widget.widget_tag_cloud .tagcloud a {
display: inline-block;
vertical-align: top;
padding: 7px 12px 8px;
font-size: 13px !important;
color: #183650;
border: 1px solid #34ccff;
border-radius: 30px;
margin: 0 8px 10px 0;
text-decoration: none !important;
transition: all 0.3s ease; }
.widget.widget_tag_cloud .tagcloud a:hover {
background: #34ccff;
color: #fff; }
.widget.widget_text .textwidget img {
max-width: 100%;
height: auto; }
.widget.stm_widget_recent_entries ul {
list-style: none;
padding: 0;
margin: 0; }
.widget.stm_widget_recent_entries ul li {
margin: 0 0 20px;
padding: 0 0 20px;
border-bottom: 1px solid #e6e6e6; }
.widget.stm_widget_recent_entries ul li:after {
content: "";
display: table;
clear: both; }
.widget.stm_widget_recent_entries ul li:last-child {
border: none;
padding: 0;
margin: 0; }
.widget.stm_widget_recent_entries ul li .post_thumbnail {
position: relative;
float: left;
width: 65px;
height: 65px;
margin: 0 15px 0 0; }
.widget.stm_widget_recent_entries ul li .post_thumbnail img {
display: block;
width: 100%;
height: auto; }
.widget.stm_widget_recent_entries ul li .post_info {
overflow: hidden; }
.widget.stm_widget_recent_entries ul li .post_info .post-date {
display: block;
color: #bfbfbf;
font-size: 11px;
margin: 0 0 3px; }
.widget.stm_widget_recent_entries ul li .post_info a {
color: #183650;
text-decoration: none !important;
transition: all 0.3s ease;
line-height: 20px;
font-weight: 700;
text-transform: uppercase; }
.widget.stm_widget_recent_entries ul li .post_info a:hover {
color: #34ccff; }
.wpb_text_column {
margin: 0 0 60px; }
.post_details_wr {
position: relative;
margin: 0 0 42px; }
.post_details_wr .post_date {
float: left;
width: 75px;
height: 75px;
background: #34ccff;
color: #fff;
text-align: center;
padding: 20px 0 0;
margin: 0 20px 0 0; }
.post_details_wr .post_date .day {
font-size: 24px;
font-weight: 700;
line-height: 18px;
margin: 0 0 5px; }
.post_details_wr .post_details {
overflow: hidden;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
padding: 29px 20px;
min-height: 75px; }
.post_details_wr .post_details:after {
content: "";
display: table;
clear: both; }
.post_details_wr .post_details > div {
font-size: 13px; }
.post_details_wr .post_details > div.posted_by {
float: left;
min-width: 160px;
padding-right: 20px; }
.post_details_wr .post_details > div.categories {
font-size: 13px;
float: left;
max-width: 400px; }
.post_details_wr .post_details > div.categories:after {
content: "";
display: table;
clear: both; }
.post_details_wr .post_details > div.categories span {
float: left;
margin: 0 5px 0 0; }
.post_details_wr .post_details > div.categories ul.post_categories {
overflow: hidden;
list-style: none;
padding: 0;
margin: 0; }
.post_details_wr .post_details > div.categories ul.post_categories li {
display: inline-block;
vertical-align: baseline;
margin: 0 5px 0 0;
line-height: 15px; }
.post_details_wr .post_details > div.categories ul.post_categories li a:after {
content: ","; }
.post_details_wr .post_details > div.categories ul.post_categories li:last-child a:after {
display: none; }
.post_details_wr .post_details > div.comments {
float: right; }
.post_details_wr .post_details > div.comments a {
position: relative;
padding: 0 0 0 24px; }
.post_details_wr .post_details > div.comments a:before {
content: "\e94e";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: -1px;
font-size: 16px;
color: #183650;
opacity: .5; }
.post_bottom {
position: relative;
margin: 0 0 52px; }
.post_bottom .tags a {
display: inline-block;
vertical-align: top;
padding: 7px 12px 8px;
font-size: 13px !important;
color: #183650;
border: 1px solid #34ccff;
border-radius: 30px;
margin: 0 8px 8px 0;
text-decoration: none !important;
transition: all 0.3s ease; }
.post_bottom .tags a:hover {
background: #34ccff;
color: #fff; }
.post_bottom .share_buttons {
white-space: nowrap; }
.post_bottom .share_buttons .addtoany_header {
display: inline-block;
vertical-align: middle;
margin: 0 15px 0 0;
font-size: 11px;
line-height: 1; }
.post_bottom .share_buttons .addtoany_list {
display: inline-block;
vertical-align: middle;
margin: 0 -4px;
line-height: 1 !important; }
.post_bottom .share_buttons .addtoany_list a {
line-height: 1; }
.post_bottom .share_buttons .addtoany_list a span {
vertical-align: middle; }
.about_author {
background: #f7f7f7;
padding: 30px 30px 23px;
margin: 0 0 80px; }
.about_author:after {
content: "";
display: table;
clear: both; }
.about_author .author_image {
float: left;
width: 87px;
height: 87px;
margin: 0 23px 0 0; }
.about_author .author_image img {
display: block;
max-width: 100%;
height: auto; }
.about_author .author_info {
position: relative; }
.about_author .author_info .author_name {
margin: 0 0 20px; }
.about_author .author_info .author_name span {
display: block;
font-size: 13px;
color: #808080;
text-transform: uppercase;
margin: 0 0 6px; }
.about_author .author_info .author_name strong {
font-weight: 700;
color: #183650;
text-transform: uppercase; }
.about_author .author_info .author_content {
line-height: 26px;
color: #808080; }
.stm_post_comments {
position: relative;
margin: 0 0 100px; }
.stm_post_comments .comment-list {
border-top: 1px solid #e6e6e6;
list-style: none;
padding: 0;
margin: 0 0 82px; }
.stm_post_comments .comment-list li {
border-top: 1px solid #e6e6e6;
padding: 30px 0; }
.stm_post_comments .comment-list li .comment-respond {
margin-top: 30px; }
.stm_post_comments .comment-list li .comment-respond .comment-reply-title small {
font-size: 16px; }
.stm_post_comments .comment-list li:last-child {
padding-bottom: 0; }
.stm_post_comments .comment-list li:first-child {
border: none; }
.stm_post_comments .comment-list li > .comment-body {
position: relative; }
.stm_post_comments .comment-list li > .comment-body:after {
content: "";
display: table;
clear: both; }
.stm_post_comments .comment-list li > .comment-body .comment-author {
float: left;
margin: 0 24px 0 0; }
.stm_post_comments .comment-list li > .comment-body:hover .comment-body .comment-meta .comment-edit-link, .stm_post_comments .comment-list li > .comment-body:hover .comment-body .comment-meta .comment-reply-link {
opacity: 1; }
.stm_post_comments .comment-list li > .comment-body .comment-body {
position: relative;
overflow: hidden; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-awaiting-moderation {
display: block;
color: #34ccff; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta {
margin: 0 0 20px; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta:after {
content: "";
display: table;
clear: both; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite {
float: left;
text-transform: uppercase;
color: #183650;
font-weight: 700;
font-style: normal;
line-height: 14px;
margin: 0 20px 0 0; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite a {
color: #183650;
transition: all 0.3s ease;
text-decoration: none !important; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite a:hover {
color: #34ccff; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-date {
float: left;
font-size: 13px;
line-height: 15px; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-edit-link {
position: relative;
float: right;
font-size: 13px;
padding: 0 0 0 23px;
margin: 0 30px 0 0;
opacity: 0;
transition: all 0.3s ease; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-edit-link:before {
content: "\e94d";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: 0;
font-size: 12px;
color: #aaaaaa; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-reply-link {
position: relative;
float: right;
font-size: 13px;
padding-left: 23px;
opacity: 0;
transition: all 0.3s ease; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-reply-link:before {
content: "\e94c";
font-family: 'stm';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: 0;
font-size: 10px;
color: #aaaaaa; }
.stm_post_comments .comment-list li > .comment-body .comment-body li {
padding: 0 0 0 14px;
border-top: none; }
.stm_post_comments .comment-list li > .comment-body .comment-body *:last-child {
margin-bottom: 0; }
.stm_post_comments .comment-list li .children {
border-top: 1px solid #e6e6e6;
list-style: none;
margin: 30px 0 0;
padding: 0 0 0 110px; }
.stm_post_comments .comment-list li .children li:last-child {
padding-bottom: 0; }
.stm_post_comments .comment-respond .comment-form {
background: #f7f7f7;
padding: 40px 40px 20px; }
.stm_post_comments .comment-respond .comment-form .form-group {
margin-bottom: 20px; }
.stm_post_comments .comment-respond .comment-form .form-group.comment-form-comment {
margin-bottom: 30px; }
.stm_post_comments .comment-respond .comment-form .form-group .button {
padding-top: 11px;
padding-bottom: 11px; }
.stm_post_comments .comment-respond .comment-form .form-submit {
display: none; }
.stm_post_comments .comment-respond .comment-form textarea.form-control {
height: 100px; }
.alert, .mc4wp-alert {
padding: 18px 30px 18px 20px;
border-radius: 0;
border: none;
font-size: 14px; }
.alert.alert-info, .alert.mc4wp-notice, .mc4wp-alert.alert-info, .mc4wp-alert.mc4wp-notice {
background-color: #cceeff;
color: #00aaff; }
.alert.alert-success, .alert.mc4wp-success, .mc4wp-alert.alert-success, .mc4wp-alert.mc4wp-success {
background-color: #c9f7b2;
color: #61a600; }
.alert.alert-warning, .alert.mc4wp-warning, .mc4wp-alert.alert-warning, .mc4wp-alert.mc4wp-warning {
background-color: #fff2b2;
color: #ff9900; }
.alert.alert-danger, .alert.mc4wp-error, .mc4wp-alert.alert-danger, .mc4wp-alert.mc4wp-error {
background-color: #ffd9d9;
color: #ff0000; }
.alert .close, .mc4wp-alert .close {
top: -5px;
right: -15px;
font-weight: 300;
font-size: 24px;
opacity: 1;
text-shadow: none;
outline: none !important;
transition: all 0.3s ease; }
.mc4wp-alert {
margin: 10px 0 0;
padding: 10px 15px; }
.about_vacantion {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
background: #34ccff;
padding: 32px 30px;
margin: 0 0 80px;
color: #fff; }
.about_vacantion .info {
display: table-cell;
line-height: 26px; }
.about_vacantion .info strong {
display: block; }
.vacancy_bottom {
position: relative;
margin: 0 0 60px;
padding-top: 40px;
border-top: 1px solid #e6e6e6; }
.vacancy_bottom .share_buttons {
white-space: nowrap; }
.vacancy_bottom .share_buttons .addtoany_header {
display: inline-block;
vertical-align: middle;
margin: 0 15px 0 0;
font-size: 11px;
line-height: 1; }
.vacancy_bottom .share_buttons .addtoany_list {
display: inline-block;
vertical-align: middle;
margin: 0 -4px;
line-height: 1 !important; }
.vacancy_bottom .share_buttons .addtoany_list a {
line-height: 1; }
.vacancy_bottom .share_buttons .addtoany_list a span {
vertical-align: middle; }
#loading_wr {
position: fixed;
top: 40px;
right: 40px;
z-index: 999999; } #footer {
position: relative;
background: #183650; }
#footer .widgets_row {
position: relative; }
#footer .widgets_row .footer_logo {
position: relative;
margin: -13px 0 20px; }
#footer .widgets_row .footer_logo a {
display: inline-block;
vertical-align: top; }
#footer .widgets_row .footer_logo a img {
display: block;
height: 39px;
width: auto; }
#footer .widgets_row .footer_text {
color: #fff;
opacity: .7;
margin: 0 0 40px; }
#footer .widgets_row .footer_text p {
margin: 0; }
#footer .copyright_row {
position: relative; }
#footer .copyright_row .copyright_row_wr {
border-top: 1px solid rgba(255, 255, 255, 0.25);
padding: 20px 0 12px; }
#footer .copyright_row .copyright_row_wr:after {
content: "";
display: table;
clear: both; }
#footer .copyright_row .copyright_row_wr .socials {
position: relative;
float: right;
width: 50%; }
#footer .copyright_row .copyright_row_wr .socials ul {
list-style: none;
padding: 0;
margin: 0;
float: right; }
#footer .copyright_row .copyright_row_wr .socials ul:after {
content: "";
display: table;
clear: both; }
#footer .copyright_row .copyright_row_wr .socials ul li {
float: left;
margin: 0 0 8px 8px; }
#footer .copyright_row .copyright_row_wr .socials ul li a {
display: block;
width: 32px;
height: 32px;
border-radius: 32px;
background: rgba(255, 255, 255, 0.25);
text-align: center;
line-height: 32px;
color: #183650;
font-size: 17px;
text-decoration: none !important;
transition: all 0.3s ease; }
#footer .copyright_row .copyright_row_wr .socials ul li a i {
line-height: 34px; }
#footer .copyright_row .copyright_row_wr .socials ul li a i.fa-vimeo {
font-size: 14px; }
#footer .copyright_row .copyright_row_wr .socials ul li a i.stm-google-plus {
font-size: 13px; }
#footer .copyright_row .copyright_row_wr .socials ul li a:hover {
background: #34ccff;
color: #fff; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-facebook:hover {
background: #3a5897; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-twitter:hover {
background: #00aced; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-instagram:hover {
background: #ac907a; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-google-plus:hover {
background: #db4437; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-vimeo:hover {
background: #44bbff; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-linkedin:hover {
background: #0077b5; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-behance:hover {
background: #1769ff; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-dribbble:hover {
background: #ec4989; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-flickr:hover {
background: #128fdc; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-github:hover {
background: #fff;
color: #333333; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-pinterest:hover {
background: #cb2027; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-yahoo:hover {
background: #500095; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-delicious:hover {
background: #3399ff; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-dropbox:hover {
background: #1081de; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-reddit:hover {
background: #ff4500; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-soundcloud:hover {
background: #ff6600; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-google:hover {
background: #4285f4; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-skype:hover {
background: #00aff0; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-youtube:hover {
background: #cc181e; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-tumblr:hover {
background: #529ecc; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-vk:hover {
background: #49739f; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-odnoklassniki:hover {
background: #f58220; }
#footer .copyright_row .copyright_row_wr .socials ul li a.social-whatsapp:hover {
background: #4cda64; }
#footer .copyright_row .copyright_row_wr .copyright {
float: left;
font-size: 13px;
line-height: 15px;
color: rgba(255, 255, 255, 0.7);
width: 50%;
padding: 9px 0 17px; }
#footer .copyright_row .copyright_row_wr .copyright a {
color: #34ccff; }
#footer .footer_widgets {
position: relative;
padding: 68px 0 0; }
#footer .footer_widgets .widget_title {
margin-bottom: 40px; }
#footer .widget_title {
position: relative;
color: #fff;
opacity: .7;
margin: 0 0 27px;
font-weight: 600; }
#footer .widget_title:before {
display: none; }
#footer .widget_mc4wp_form_widget .widget_title {
margin-bottom: 28px; }
#footer .widget_mc4wp_form_widget form.mc4wp-form {
position: relative; }
#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type="email"] {
width: 100%;
display: block;
border: none;
font-size: 14px;
padding: 11px 40px 11px 15px;
outline: none !important;
box-shadow: none !important; }
#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type="email"]:focus {
border: 2px solid #34ccff !important;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 14px; }
#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type="submit"] {
position: absolute;
left: 0;
top: 0;
visibility: hidden; }
#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form label {
position: absolute;
right: 0;
top: 0;
border: none;
width: 40px;
height: 40px;
line-height: 42px;
padding: 0;
cursor: pointer;
text-align: center;
font-size: 13px;
background: none;
color: #34ccff;
outline: none !important;
transition: color 0.3s ease; }
#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form label:hover {
color: #183650; }
#footer .widget_categories, #footer .widget_archive, #footer .widget_pages, #footer .widget_meta, #footer .widget_recent_comments, #footer .widget_recent_entries, #footer .widget_rss, #footer .widget_nav_menu {
position: relative;
border: none;
padding: 0; }
#footer .widget_categories ul, #footer .widget_archive ul, #footer .widget_pages ul, #footer .widget_meta ul, #footer .widget_recent_comments ul, #footer .widget_recent_entries ul, #footer .widget_rss ul, #footer .widget_nav_menu ul {
list-style: none;
padding: 0;
margin: 0; }
#footer .widget_categories ul li, #footer .widget_archive ul li, #footer .widget_pages ul li, #footer .widget_meta ul li, #footer .widget_recent_comments ul li, #footer .widget_recent_entries ul li, #footer .widget_rss ul li, #footer .widget_nav_menu ul li {
position: relative;
margin: 0 0 22px;
padding: 0 0 0 20px;
text-transform: none;
line-height: 1; }
#footer .widget_categories ul li:before, #footer .widget_archive ul li:before, #footer .widget_pages ul li:before, #footer .widget_meta ul li:before, #footer .widget_recent_comments ul li:before, #footer .widget_recent_entries ul li:before, #footer .widget_rss ul li:before, #footer .widget_nav_menu ul li:before {
content: "\f105";
font: normal normal normal 14px/1 "Font Awesome 5 Free";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
position: absolute;
left: 0;
top: 0;
color: rgba(255, 255, 255, 0.25); }
#footer .widget_categories ul li a, #footer .widget_archive ul li a, #footer .widget_pages ul li a, #footer .widget_meta ul li a, #footer .widget_recent_comments ul li a, #footer .widget_recent_entries ul li a, #footer .widget_rss ul li a, #footer .widget_nav_menu ul li a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none !important;
font-weight: 400;
transition: all 0.3s ease; }
#footer .widget_categories ul li a:hover, #footer .widget_archive ul li a:hover, #footer .widget_pages ul li a:hover, #footer .widget_meta ul li a:hover, #footer .widget_recent_comments ul li a:hover, #footer .widget_recent_entries ul li a:hover, #footer .widget_rss ul li a:hover, #footer .widget_nav_menu ul li a:hover {
color: #fff; }
#footer .widget_categories ul li.current_page_item a, #footer .widget_categories ul li.current-menu-parent a, #footer .widget_archive ul li.current_page_item a, #footer .widget_archive ul li.current-menu-parent a, #footer .widget_pages ul li.current_page_item a, #footer .widget_pages ul li.current-menu-parent a, #footer .widget_meta ul li.current_page_item a, #footer .widget_meta ul li.current-menu-parent a, #footer .widget_recent_comments ul li.current_page_item a, #footer .widget_recent_comments ul li.current-menu-parent a, #footer .widget_recent_entries ul li.current_page_item a, #footer .widget_recent_entries ul li.current-menu-parent a, #footer .widget_rss ul li.current_page_item a, #footer .widget_rss ul li.current-menu-parent a, #footer .widget_nav_menu ul li.current_page_item a, #footer .widget_nav_menu ul li.current-menu-parent a {
color: #fff; }
#footer .widget_categories ul li ul.children, #footer .widget_categories ul li ul.sub-menu, #footer .widget_archive ul li ul.children, #footer .widget_archive ul li ul.sub-menu, #footer .widget_pages ul li ul.children, #footer .widget_pages ul li ul.sub-menu, #footer .widget_meta ul li ul.children, #footer .widget_meta ul li ul.sub-menu, #footer .widget_recent_comments ul li ul.children, #footer .widget_recent_comments ul li ul.sub-menu, #footer .widget_recent_entries ul li ul.children, #footer .widget_recent_entries ul li ul.sub-menu, #footer .widget_rss ul li ul.children, #footer .widget_rss ul li ul.sub-menu, #footer .widget_nav_menu ul li ul.children, #footer .widget_nav_menu ul li ul.sub-menu {
margin-top: 20px; }
#footer .tp_recent_tweets {
position: relative;
float: none; }
#footer .tp_recent_tweets ul {
padding: 0;
margin: 0;
list-style: none; }
#footer .tp_recent_tweets ul li {
position: relative;
float: none;
background: none;
padding: 0 0 0 30px;
margin: 0 0 30px;
line-height: 22px;
font-size: 13px;
color: rgba(255, 255, 255, 0.7); }
#footer .tp_recent_tweets ul li span {
line-height: 20px; }
#footer .tp_recent_tweets ul li a {
font-weight: 400; }
#footer .tp_recent_tweets ul li:before {
content: "\f099";
font: normal normal normal 14px/1 "Font Awesome 5 Free";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
position: absolute;
left: 0;
top: 0;
font-size: 18px;
color: rgba(255, 255, 255, 0.5); }
#footer .tp_recent_tweets ul li .twitter_time {
position: relative;
font-size: 11px;
color: rgba(255, 255, 255, 0.4);
text-decoration: none !important;
padding-left: 12px;
transition: all 0.3s ease; }
#footer .tp_recent_tweets ul li .twitter_time:before {
content: '';
width: 8px;
height: 1px;
background: rgba(255, 255, 255, 0.4);
position: absolute;
left: 0;
top: 5px; }
#footer .tp_recent_tweets ul li .twitter_time:hover {
color: #fff; }
#footer .widget_contacts {
position: relative; }
#footer .widget_contacts ul {
list-style: none;
margin: 0;
padding: 0; }
#footer .widget_contacts ul li {
margin: 0 0 19px; }
#footer .widget_contacts ul li:after {
content: "";
display: table;
clear: both; }
#footer .widget_contacts ul li .icon {
float: left;
text-align: center;
width: 16px;
margin-right: 14px;
color: rgba(255, 255, 255, 0.5);
font-size: 16px; }
#footer .widget_contacts ul li .icon .stm-email {
font-size: 12px;
display: block;
padding-top: 4px; }
#footer .widget_contacts ul li .text {
overflow: hidden;
color: rgba(255, 255, 255, 0.7); }
#footer .widget_contacts ul li .text p {
line-height: 20px;
font-size: 13px;
margin: 0; }
#footer .widget_calendar .widget_title {
margin-bottom: 25px; }
#footer .widget_calendar #calendar_wrap table {
width: 100%;
color: rgba(255, 255, 255, 0.7); }
#footer .widget_calendar #calendar_wrap table caption {
font-weight: 700;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.7);
margin: 0 0 15px; }
#footer .widget_calendar #calendar_wrap table td, #footer .widget_calendar #calendar_wrap table th {
text-align: center;
font-size: 14px;
padding: 10px 5px; }
#footer .widget_calendar #calendar_wrap table thead th {
background: #34ccff;
color: #fff; }
#footer .widget_calendar #calendar_wrap table tbody {
border: 1px solid rgba(255, 255, 255, 0.25); }
#footer .widget_calendar #calendar_wrap table tfoot #prev {
text-align: left; }
#footer .widget_calendar #calendar_wrap table tfoot #right {
text-align: right; }
#footer .widget_tag_cloud .tagcloud {
font-size: 0; }
#footer .widget_tag_cloud .tagcloud a {
display: inline-block;
vertical-align: top;
padding: 7px 12px 8px;
font-size: 13px !important;
color: rgba(255, 255, 255, 0.7);
border: 1px solid #34ccff;
border-radius: 30px;
margin: 0 8px 10px 0;
text-decoration: none !important;
transition: all 0.3s ease; }
#footer .widget_tag_cloud .tagcloud a:hover {
background: #34ccff;
color: #fff; } .base_bg_color {
background-color: #183650;
overflow: visible !important; }
.secondary_bg_color {
background-color: #34ccff; }
.slider_line {
border-color: #34ccff !important;
background-color: #34ccff !important; }
.bg_white_opacity_10 {
background: rgba(52, 204, 255, 0.1); }
.slider_text_bg {
background-color: rgba(24, 54, 80, 0.65) !important; }
.base_font_color {
color: #183650; }
.secondary_font_color {
color: #34ccff; }
.heading_without_line {
text-transform: none; }
.heading_without_line:before {
display: none; }
.convert_to_table {
display: table; }
.convert_to_table > .wpb_column {
display: table-cell;
vertical-align: top;
float: none; }
.convert_to_table.v_align > .wpb_column {
vertical-align: middle; }
@media only screen and (max-width: 768px) {
body .vc_row.reset-sm-paddings {
margin-left: -15px !important;
margin-right: -15px !important; }
body .vc_row.reset-sm-paddings > .wpb_column > .vc_column-inner {
padding-left: 15px !important;
padding-right: 15px !important; } } .page_404 {
margin: 0 0 160px; }
.page_404 .container {
position: relative; }
.page_404 .container .image_404 {
position: absolute;
right: 0;
top: 0;
width: 529px;
height: 344px;
background: url(//www.etrshipyard.com/wp-content/themes/transcargo/assets/images/page_404.jpg) no-repeat 0 0; } @media only screen and (max-width: 1024px) {
.top_bar_info_wr .top_bar_info li {
padding: 5px 7px;
font-size: 12px; }
.top_bar_info_wr .top_bar_info_switcher .active {
min-width: 200px; }
.top_nav_wr .top_nav ul.top_nav_menu {
margin: 0 20px; }
body .vc_row.services_icons > .wpb_column {
padding-left: 20px !important;
padding-right: 20px !important; } }
@media only screen and (max-width: 768px) {
#frontend_customizer {
display: none; }
.top_bar, .top_search {
display: none; }
.top_nav_wr {
position: relative;
z-index: 10;
min-height: 90px; }
.top_nav_wr .container {
width: auto;
padding-left: 0;
padding-right: 0; }
.top_nav_wr .media, .top_nav_wr .media-body {
overflow: inherit; }
.top_nav_wr .top_nav {
position: relative; }
.top_nav_wr .top_nav #menu_toggle {
position: absolute;
right: 30px;
top: 18px;
margin: 0;
cursor: pointer;
width: 40px;
height: 32px;
display: block; }
.top_nav_wr .top_nav #menu_toggle button {
position: absolute;
left: 10px;
top: 50%;
background: #183650;
height: 2px;
width: 20px;
padding: 0;
border: none;
transition: 0.3s;
outline: none !important;
margin: -1px 0 0; }
.top_nav_wr .top_nav #menu_toggle button:before {
content: '';
position: absolute;
left: 0;
top: -7px;
width: 20px;
height: 2px;
background: #183650;
transform-origin: 1.5px center;
transition: 0.3s; }
.top_nav_wr .top_nav #menu_toggle button:after {
content: '';
position: absolute;
left: 0;
bottom: -7px;
width: 20px;
height: 2px;
background: #183650;
transform-origin: 1.5px center;
transition: 0.3s; }
.top_nav_wr .top_nav #menu_toggle.open button {
background: transparent; }
.top_nav_wr .top_nav #menu_toggle.open button:before {
top: 0;
transform: rotate3d(0, 0, 1, -45deg);
transform-origin: 50% 50%; }
.top_nav_wr .top_nav #menu_toggle.open button:after {
bottom: 0;
transform: rotate3d(0, 0, 1, 45deg);
transform-origin: 50% 50%;
transform-origin: 50% 50%; }
.top_nav_wr .top_nav .logo {
display: none; }
.top_nav_wr .top_nav .mobile_logo {
display: block; }
.top_nav_wr .top_nav .mobile_logo a {
display: block;
margin: 13px 20px 18px; }
.top_nav_wr .top_nav .mobile_logo a.logo_text {
margin: 0 40px;
padding-top: 35px;
padding-bottom: 35px;
white-space: nowrap;
font-weight: 500;
font-size: 20px;
text-transform: uppercase;
text-decoration: none !important; }
.top_nav_wr .top_nav .mobile_logo a img {
height: 39px;
width: auto; }
.top_nav_wr .top_nav .top_nav_menu_wr {
display: none; }
.top_nav_wr .top_nav .top_mobile_menu_wr.active {
display: block !important; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form {
background: #34ccff;
padding: 20px 20px 16px; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form:after {
content: "";
display: table;
clear: both; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form p {
float: left;
width: 50%;
font-size: 13px;
line-height: 22px;
margin: 0; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form {
width: 50%;
overflow: hidden;
position: relative;
padding-left: 10px; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form .search_button {
position: absolute;
left: 10px;
top: 0;
background: #34ccff;
font-size: 28px;
width: 60px;
height: 43px;
padding-top: 6px; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form input[type="text"] {
width: 100%;
display: block;
border: none;
font-size: 14px;
padding: 12px 50px 12px 74px;
outline: none !important;
box-shadow: none !important;
border: none !important; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form button {
position: absolute;
right: 0;
top: 0;
border: none;
width: 40px;
height: 40px;
padding: 0;
text-align: center;
font-size: 13px;
background: none;
color: #34ccff;
transition: color 0.3s ease; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form button:hover {
color: #183650; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu {
padding: 0;
margin: 0; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu:after {
content: "";
display: table;
clear: both; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li {
position: relative;
font-size: 16px;
font-weight: 500;
border-top: 1px solid #dddddd;
text-align: left; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li a {
display: block;
padding: 16px 20px 17px;
color: #183650;
text-decoration: none !important; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul {
display: none;
list-style: none;
margin: 0;
padding: 0;
text-align: left;
background: #183650;
border-top: 4px solid #34ccff; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li {
padding: 0;
float: none;
font-size: 13px;
font-weight: 500;
border-top: 1px solid rgba(255, 255, 255, 0.25); }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li:first-child {
border-top: none; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li.active > a {
background: #34ccff; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li a {
color: #fff;
display: block;
padding: 18px 20px 18px 50px;
text-decoration: none !important;
transition: background 0.3s ease; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li ul {
border-top: 1px solid rgba(255, 255, 255, 0.25); }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li ul li a {
padding-left: 80px; }
.top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu #stm_magic_line {
display: none; }
.convert_to_table > .wpb_column {
display: block;
float: left; }
.breadcrumbs {
margin-bottom: 40px; }
.staff_list.grid > ul > li {
width: 50%; }
.stm_gallery_wr .stm_gallery .row .item {
width: 33%; }
.stm_icon {
text-align: center; }
.page_404 {
margin-bottom: 60px; }
.page_404 .container .image_404 {
width: 389px;
height: 254px;
background-size: contain; }
body.header_style_4 .top_nav_wr .logo a {
margin-left: 20px; }
body.header_style_4 .top_nav_wr .top_nav {
background: #fff;
border-bottom: none; } }
@media only screen and (max-width: 667px) {
.vc_news .news_list li .news_thumbnail {
height: 240px;
overflow: hidden; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form {
padding-bottom: 28px; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form p {
float: none;
width: auto;
margin-bottom: 20px; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form {
width: auto;
float: none;
padding-left: 0; }
.top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form .search_button {
left: 0; }
.vc_services .owl-dots {
position: relative;
margin: 0 0 30px;
text-align: center; }
.vc_services .owl-dots:after {
content: "";
display: table;
clear: both; }
.vc_services .owl-dots .owl-dot {
float: none;
display: inline-block;
vertical-align: top; }
.stm_counter {
text-align: center;
padding-left: 20px; }
body .vc_general.vc_cta3 {
text-align: center;
padding: 55px 0; }
body .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
width: auto; }
body .vc_general.vc_cta3 h2 {
text-align: center;
margin-bottom: 30px; }
.vc_testimonials .vc_testimonials_carousel {
margin-bottom: 20px; }
.vc_news .news_list li .news_thumbnail {
float: none;
margin: -1px -1px 0 -1px; }
.vc_news .news_list li .news_thumbnail img {
display: block;
width: 100%;
height: auto; }
.stm_icon {
text-align: center; }
.vc_image_carousel_wr {
margin: 0 -20px; }
.vc_image_carousel_wr .vc_image_carousel .owl-item .item {
text-align: center;
padding: 0 20px; }
.stm_gmap_wrapper .gmap_addresses .addresses .item {
border-right-color: transparent; }
#footer .copyright_row .copyright_row_wr .socials {
float: none;
width: auto;
margin: 0 0 20px; }
#footer .copyright_row .copyright_row_wr .socials:after {
content: "";
display: table;
clear: both; }
#footer .copyright_row .copyright_row_wr .socials ul {
float: none;
text-align: center; }
#footer .copyright_row .copyright_row_wr .socials ul li {
float: none;
display: inline-block;
vertical-align: top;
margin: 0 4px 8px; }
#footer .copyright_row .copyright_row_wr .copyright {
width: auto;
float: none;
text-align: center;
line-height: 17px; }
.top_nav_wr .top_nav #menu_toggle {
right: 15px; }
.vc_services_grid .item {
width: 100%; }
.blog_grid > article {
width: 100%; }
.post_details_wr .post_date {
display: none; }
.post_details_wr .post_details {
padding: 15px 10px; }
.post_details_wr .post_details > div.posted_by {
float: none;
padding-right: 0;
margin: 0 0 15px; }
.post_details_wr .post_details > div.categories {
float: none;
max-width: inherit;
margin: 0 0 15px; }
.post_details_wr .post_details > div.comments {
float: none;
margin: 0; }
blockquote {
padding-left: 30px;
margin-left: 12px; }
.post_bottom_wr .media-body, .vacancy_bottom .media-body {
display: block;
width: auto;
margin: 0 0 30px; }
.post_bottom_wr .media-right, .vacancy_bottom .media-right {
display: block;
width: auto; }
.breadcrumbs {
margin-bottom: 30px;
line-height: 17px; }
.staff_list.grid > ul > li {
width: 100%; }
.vacancy_table_wr .vacancy_table thead th {
text-transform: none;
padding: 15px 5px; }
.vacancy_table_wr .vacancy_table thead th.location {
display: none; }
.vacancy_table_wr .vacancy_table thead th:after {
display: none !important; }
.vacancy_table_wr .vacancy_table tbody td {
padding: 15px 5px;
font-size: 13px; }
.vacancy_table_wr .vacancy_table tbody td.location {
display: none; }
.vc_testimonials.style_2 {
padding: 40px 0; }
.vc_testimonials.style_2 .vc_testimonials_carousel_wr {
padding-left: 20px;
padding-right: 20px; }
.about_vacantion .info {
display: block;
margin: 0 0 20px; }
.about_vacantion .info:last-child {
margin: 0; }
.stm_gallery_wr .stm_gallery .row .item {
width: 50%;
padding: 0 !important;
margin: 0 !important; }
.stm_gallery_wr .stm_gallery_nav_wr .media-right {
display: none; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul {
text-align: center; }
.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li {
float: none;
margin: 0 0 20px; }
.page_404 .container .image_404 {
display: none; }
.stm_post_comments .comment-list li .children {
padding-left: 20px; }
.stm_post_comments .comment-list li > .comment-body .comment-author {
width: 60px;
margin-right: 14px; }
.stm_post_comments .comment-list li > .comment-body .comment-author img {
display: block;
max-width: 100%;
height: auto; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite {
float: none;
margin: 0 0 10px;
display: block; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-date {
display: block;
float: none;
margin: 0 0 10px; }
.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-reply-link, .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-edit-link {
opacity: 1;
float: none;
margin: 0 20px 10px 0; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials {
opacity: 1 !important;
text-align: center;
left: 0;
transform: translateX(0);
-webkit-transform: translateX(0);
width: 100%; }
.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li {
float: none;
display: inline-block;
vertical-align: top;
margin: 0 2px 5px; }
.staff_list.grid > ul > li .staff_wr .staff_info {
height: inherit; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr {
transform: translateY(0) !important;
-webkit-transform: translateY(0) !important; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_name_position {
opacity: 1 !important; }
.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone_email {
opacity: 1 !important; }
.staff_list.list > ul > li .staff_image {
float: none;
margin: -1px -1px 0 -1px; }
.staff_list.list > ul > li .staff_info .staff_socials {
position: relative;
right: auto;
top: auto;
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
text-align: center; }
.staff_list.list > ul > li .staff_info .staff_socials li {
display: inline-block;
vertical-align: top;
margin: 0 2px 5px; } }