html {
    width: 100%;
    height:100%;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    min-width: 320px;
    height:100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #4d4d4d;
    background-color: #2e4d61;
    line-height: 1.933em;/*15->29*/
    overflow-x: hidden;
    position: relative;
}

.content_inner {
    max-width: 1200px;
    padding: 0 45px;
    margin: auto;
}
.content_inner::after,
.content_inner::before {
    content: " ";
    display: table;
}
.content_inner::after {
    clear: both;
}
@media (max-width: 1140px) {
    .content_inner {
        padding:0 15px;
    }
}

.clear {
    clear: both;
}

/* --- IE support ---*/
@-ms-viewport{ width: device-width; }

textarea{
    resize: vertical;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

a {
    color: #37bc9b;
    text-decoration: none;
}
a:focus,
a:active,
a:hover {
    color: #37bc9b;
    outline: 0;
    text-decoration: underline;
}
ul, menu, dir {
    -webkit-padding-start: 0px;
    padding: 0;
}

h1, h2, h3, h4 {
    margin: 1em 0;
    line-height: normal;
}
h1, h2, h3, h4, h5, h6 {
    color:#212121;
}
h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 0.833em 0;/*36->30*/
    font-size: 2.400em;/*15->36*/
    font-weight: 500;
}
h2 {
    font-size: 2.000em;/*15->30*/
}
h3 {
    font-size: 1.467em;/*15->22*/
}
h4 {
    font-size: 1.200em;/*15->18*/
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 1em;
    font-style: italic;
}
@media (max-width: 767px) {
    h1 {
        font-size: 2.000em;/*15->30*/
    }
    h2 {
        font-size: 1.600em;/*15->24*/
    }
    h3 {
        font-size: 1.200em;/*15->18*/
    }
    h4 {
        font-size: 1.067em;/*15->16*/
    }
}
b, strong {
    font-weight: 500;
}

.d_blue{
    color:#2e4d61;
}
.f_med{
    font-weight:500;
}
.f_25light{
    font-size:1.667em;
    font-weight:300;
}
.display_tbl{
    display:table;
}
.tbl_row{
    display:table-row;
}
.tbl_cell{
    display:table-cell;
}

.fa-m-left {
    margin-left: 5px;
}
.fa-m-left-2x {
    margin-left: 10px;
}
.fa-m-right {
    margin-right: 5px;
}
.fa-m-right-2x {
    margin-right: 10px;
}


/* --- Header --- */
header {
    min-height: 38px;
    line-height: 20px;
    font-weight: 300;
    background-color: #f7f7f7;
    position: relative;
    z-index: 100;
}
header .navbar-right {
    margin-right: 0;
}
header nav .navbar-nav > li + li {
    padding-left: 30px;
}
header .navbar-nav > li > a {
    padding: 9px 0;
    color: #888;
    font-size:0.933em;/*15->14*/
    font-weight: 300;
    text-decoration: none;
}
header .navbar-nav > li > a.search_link {
    color: #2e4d61;
    cursor: pointer;
}
header .nav > li > a:focus,
header .nav > li > a:active,
header .nav > li > a:hover {
    background: none;
    color: #4d4d4d;
}
header nav a .fa {
    margin-right: 10px;
}
header .navbar-nav > li > a.search_link .fa {
    margin-right: 6px;
    font-size: 11px;
    position: relative;
    top: -1px;
}

#languages {
    margin-right: -6px;
    padding-left: 18px;
}
#languages li.open {
    background-color: #e1e1e1;
}
#languages .open > a {
    background: none;
}
#languages a.dropdown-toggle {
    padding-left: 12px;
    padding-right: 6px;
}
#languages a.dropdown-toggle .arrow {
    display: inline-block;
    width:11px;
    height:7px;
    background: url("../images/icons-sprite.png") -10px 0 no-repeat;
    margin-left: 8px;
}
#languages .open a.dropdown-toggle .arrow {
    background-position: -10px -8px;
}
#languages .open .dropdown-menu {
    width: 100%;
    min-width: 0;
    border: 0;
    padding: 0;
    background-color: #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#languages .dropdown-menu > li {
    text-align: center;
}
#languages .dropdown-menu > li > a {
    padding: 7px 0;
    color: #888;
    font-weight: 300;
}
#languages .dropdown-menu > li > a:focus,
#languages .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #37bc9b;
}
@media (min-width: 768px) and (max-width: 991px) {
    header nav .navbar-nav > li + li {
        padding-left: 20px;
    }
    #languages {
        padding-left: 8px;
    }
}
@media (max-width: 767px) {
    header .navbar-right {
        float: right;
    }
    header .navbar-nav > li {
        float: left;
    }
    header .navbar-nav {
        margin: 0;
    }
    #languages {
        padding-left: 8px;
    }
    #languages .open .dropdown-menu {
        float: left;
        position: absolute;
        left: auto;
        right: 0;
    }
}
@media (max-width: 567px) {
    header nav a > span {
        display: none;
    }
}
/* --- END of Header --- */
/* --- Nav --- */
nav.navbar {
    padding: 0;
    border: 0;
    margin: 0;
    background: #2e4d61;
    position: relative;
    z-index: 50;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 2px 1px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 1px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 1px 4px rgba(0,0,0,0.15);
}
.navbar-brand {
    height:auto;
    padding: 10px 0;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default li {
}
.navbar-default .navbar-nav > li > a {
    padding:33px 20px;
    line-height: 21px;
    font-size: 1.067em;/*15->25 1.667em */
    font-weight: bold;
    color: #e4e4e4;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #e4e4e4;
    background-color: #203b4c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #e4e4e4;
    background-color: #203b4c;
}
.navbar-toggle {
    margin:27px 0 0 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:hover {
    border-color: #37bc9b;
    background-color: #37bc9b;
}
.navbar-toggle.collapsed {
    background: none;
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (min-width: 768px) {
    /* meniu pakeitimas */
    .nav .logo a{
        padding: 10px 30px !important;
    }
    .nav .logo a img{
        display: block;
    }
    #navbar{
        overflow-y: inherit;
        padding:0px;
        float:none;
        text-align: center;
        height:87px !important;
    }
    #navbar ul{
        display: inline-block;
        float:none;
        /* margin:0 auto; */
    }
    .navbar-brand{
        display:none;
    }
    /* end meniu keitimas */
    /*
    #navbar {
        height:67px;
        float:right;
        padding:0;
        overflow-y: inherit;
    }*/
}
@media (max-width: 767px) {
    #navbar {
        padding: 0;
        margin: 5px -15px 0;
        border-color: #fff;
        overflow-y: inherit;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-default li {
        margin: 0;
        padding: 0;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
    }
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #e4e4e4;
    }
    /* meniu pakeitimas */
    .nav .logo{
        display: none;
    }
    .navbar-brand{
        display:inline-block;
    }
    /* end meniu pakeitimas */
}
/* --- END of Nav --- */
/* --- Content --- */
#content {
    background-color: #fff;
}
@media (min-width: 768px) {
    section.main_content {
        width: 66.6667%;
        float: left;
    }
    aside {
        width: 33.3333%;
        float: right;
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    aside {
        margin-top: 30px;
    }
}

.page-header {
    margin:30px 0;
    padding: 0;
    border-bottom: 0;
}
.page-header h1 {
    margin :0;
}
.page-header-image {
    min-height: 340px;
    margin-bottom:30px;
    color: #fff;
    position: relative;
}
.page-header-image .back_photo,
.page-header-image .back_photo:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.page-header-image .back_photo:after {
    content:"";
    background: rgba(46,77,97,0.2);
}
.page-header-image .content_inner {
    padding-top:30px;
    position: relative;
    z-index: 2;
}
.page-header-image .page-header {
    margin: 0;
}
.page-header-image h1 {
    color: #fff;
}

.bottom_share_date_wrap {
    clear:both;
    margin-top:2em;
    padding-bottom:2em;
}
.date {
    color:#a7a7a7;
    font-size:0.933em;/*15->14*/
    font-weight:300;
}
.item_date {
    margin-bottom: 1em;
}

.text img {
    max-width: 100%;
}
.text img[src*="ico"] {
    max-width: none;
    width: auto;
}

.page_summary {
    margin-bottom: 20px;
}

figure {
    position: relative;
}
figure.single {
    margin-bottom: 20px;
}
figure img {
    display: block;
    width: 100%;
}
figcaption,
.figcaption {
    display: block;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.home_widgets h3 {
    margin-top: 0;
    font-size: 1.667em;/*15->25*/
    font-weight: 300;
}

/* Lists */
.text ul,
.text ol {
    display: block;
    padding: 0 0 0 20px;
    list-style: none;
    overflow: hidden;
    margin-top: -5px;
    counter-reset: numList;
}
.text ol[start="2"] {
    counter-reset: numList 1;
}
.text ol[start="3"] {
    counter-reset: numList 2;
}
.text ol[start="4"] {
    counter-reset: numList 3;
}
.text ol[start="5"] {
    counter-reset: numList 4;
}
.text ol[start="6"] {
    counter-reset: numList 5;
}
.text ol[start="7"] {
    counter-reset: numList 6;
}
.text ol[start="8"] {
    counter-reset: numList 7;
}
.text ol[start="9"] {
    counter-reset: numList 8;
}
.text ol[start="10"] {
    counter-reset: numList 9;
}
.text ul {
    margin-top: 0;
}
.text ul li{
    padding: 10px 0 10px 10px;
    position: relative;
    margin-left: -10px;
}
.text ul li:before {
    display: block;
    width: 3px;
    height: 3px;
    content: "";
    background-color: #37bc9b;
    position: absolute;
    top: 19px;
    left: -9px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.text ul li li:before{
    background-color: #a7a7a7;
}
.text ul li li li:before{
}
.text ol li {
    padding: 10px 0 10px 20px;
    margin-left: -10px;
    position: relative;
}
.text ul li ul,
.text ol li ol{
    margin-top: 15px;
}
.text ol ol li{
    padding-left: 35px;
}
.text ol ol ol{
    margin-left: -30px;
}
.text ol ol ol li{
    padding-left: 45px;
}
.text ol ol ol ol li{
    padding-left: 55px;
}
.text ol li:before{
    counter-increment: numList;
    content: counters(numList,".") ". ";
    display: block;
    color: #37bc9b;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: -9px;
    text-indent: 0;
    vertical-align: text-bottom;
}
.text ol ol li:last-child {
    padding-bottom: 0;
}
/* END Lists */

/* Tables */
.text table {
    margin: 0 0 10px;
    border: 0;
    border-collapse: collapse;
}
.text table[border="1"] th,
.text table[border="1"] thead td,
table.list th,
table.list thead td {
    font-weight: bold;
    padding: 15px;
    border: 0;
    border-bottom: 2px solid #a3a3a3;
}
.text table[border="1"] td,
table.list tbody td {
    padding: 20px 15px;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
}
table.list {
    width:100%;
}
/* END Tables */

/* Buttons */
.btn {
    height: 34px;
    line-height: 32px;
    padding:0 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-default {
    color:#333;
    background:none;
    border-color:#37bc9b;
}
.btn-primary {
    color:#fff;
    border-color:#37bc9b;
    background-color:#37bc9b;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    color: #fff;
    border-color: #37bc9b;
    background-color: #37bc9b;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    border-color: #3dd0ac;
    background-color: #3dd0ac;
}
.btn-default:active,
.btn-primary:active {
    outline: none;

    -webkit-box-shadow: inset -1px 1px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: inset -1px 1px 4px rgba(0,0,0,0.15);
    box-shadow: inset -1px 1px 4px rgba(0,0,0,0.15);
}

.btn.inactive {
    background-color:#fff;
    color:#858585;
}
.btn-group .btn-primary,
.btn-group .btn-primary:hover,
.btn-group .btn-primary:active,
.btn-group .btn-primary:focus {
    border-color: #3dd0ac;
}
.btn-group .btn-primary.inactive {
    border-color: #e6e6e6;
}
.btn-group .btn-primary:first-child,
.btn-group .btn-primary:hover:first-child,
.btn-group .btn-primary:active:first-child,
.btn-group .btn-primary:focus:first-child {
    border-right-color: #e6e6e6;
}
.btn-group .btn-primary:last-child,
.btn-group .btn-primary:hover:last-child,
.btn-group .btn-primary:active:last-child,
.btn-group .btn-primary:focus:last-child {
    border-left-color: #e6e6e6;
}

.btn.btn-white {
    border-color:#fff;
    color:#fff;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    background-color: #fff;
    color: #37bc9b;
}

a.btn {
    text-decoration: none;
}
/* END Buttons */

/* Forms */
.common_form label {
    padding-top: 6px;
    font-weight: 300;
    text-align: right;
    line-height: 1.333em;/*15->22*/
}
label .required {
    color:#37bb9a;
}
.common_form label.checkmark,
.common_form label.radiomark {
    padding-top: 7px;
    text-align: left;
}
.common_form .form-control {
    border-color: #b2b2b2;
    font-size: 13px;
    font-weight: 300;
    color: #8e8e8e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.common_form .form-control:focus {
    border-color: #37bb9a;
}
.common_form .has-error .form-control {
    border-color: #db001f;
}
.common_form .form-control,
.common_form .has-error .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

label.checkmark,
label.radiomark {
    font-size: 1em;
    line-height: 22px;
    color: #4d4d4d;
    margin: 0;
    position: relative;
    padding: 7px 0 8px 38px;
    overflow: hidden;
    font-weight: 300;
}

.has-error .checkmark,
.has-error .radiomark {
    color: #a94442;
}
.checkmark, .radiomark {
    display: block;
    cursor: pointer;
}
.checkmark i,
.radiomark i {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    background:#fff;
}
.checkmark i {
    width: 21px;
    height: 21px;
    border: 1px solid #b2b2b2;
    line-height: 16px;
    text-align: center;
}

.checkmark.checked i:before {
    display: block;
    width: 15px;
    height: 10px;
    content: "";
    background: url("../images/icons-sprite.png") -77px -17px no-repeat;
    position: absolute;
    top: 4px;
    left: 2px;
}
.radiomark i{
    width:21px;
    height:21px;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.checkmark:hover i,
.radiomark:hover i{
    border-color: #37bb9a;
}
.radiomark.checked i:before {
    position: absolute;
    left:5px;
    top:5px;
    content: "";
    background:#37bc9b;
    display: block;
    width:9px;
    height:9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.checkmark.disabled,
.radiomark.disabled {
    color: #afafaf;
    cursor: default;
}
.checkmark.disabled i {
    border-color: #afafaf;
}
.checkmark.checked.disabled i {
    background-color: #afafaf;
}
.radiomark.disabled i:before {
    color: #afafaf;
}
.checkmark.inline, .radiomark.inline {
    display: inline-block;
    margin-right: 30px;
}
.radiomark input[type="radio"] {
    visibility: hidden;
    position: absolute;
    top: -1000000%;
    left: -1000000%;
    opacity: 0;
    z-index: -100000;
}
.checkmark input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    top: -1000000%;
    left: -1000000%;
    position: absolute;
    z-index: -100000;
}

.common_form .captcha-image {
    margin-bottom: 5px;
}

/* Select2 */
.select2-container .select2-choice {
    height: 34px;
    padding-left: 12px;
    background: none;
    border: 1px solid #b2b2b2;
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 300;
    line-height: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.select2-container.select2-drop-above .select2-choice {
    border-color: #b2b2b2;
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #37bb9a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {

}
.has-error .select2-container .select2-choice {
    border-color: #db001f;
}
.select2-container .select2-choice .select2-arrow {
    width: 28px;
    background: none;
    border-left: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.select2-container .select2-choice .select2-arrow b {
    width: 7px;
    height: 5px;
    margin: -3px 0 0 -4px;
    background: url("../images/icons-sprite.png") -75px -30px no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -75px -36px;
}
.select2-drop {
    margin-top:-2px;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select2-drop.select2-drop-above {
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select2-drop-active,
.select2-drop.select2-drop-above,
.select2-drop.select2-drop-above.select2-drop-active {
    border-color: #37bb9a;
}
.select2-results {
    margin: 2px 0 0 0;
    padding: 0;
    color: #8e8e8e;
}
.select2-drop-above .select2-results {
    margin-top: 0;
}
.select2-results .select2-highlighted {
    background: #37bb9a;
    color: #fff;
}
.select2-results .select2-result-label {
    padding:10px 12px;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
}
/* END Select2 */

/* File input */
.fileinput-button {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 60px 0 20px;
    color: #fff;
    background-color: #2e4d61;
    font-size: 0.800em;/*15->12*/
    overflow: hidden;
    position: relative;
    text-transform: uppercase;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.fileinput-button .clip-icon {
    display: block;
    width: 40px;
    height: 34px;
    background-color: #37bc9b;
    position: absolute;
    top: 0;
    right: 0;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.fileinput-button .clip-icon:before {
    display: block;
    width: 20px;
    height: 19px;
    margin: -10px 0 0 -10px;
    background: url("../images/icons-sprite.png") -125px 0 no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}
.fileinput-button:hover {
    background-color: #365b72;
}
.fileinput-button:hover .clip-icon {
    background-color: #3dd0ac;
}
.has-error .fileinput-button {
    border:1px solid #db001f;
    line-height: 32px;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.upload_small_files .well {
    margin:0;
}
.upload_small_files .button input {
    cursor: pointer;
}
.upload_small_files .album_images .image-item {
    margin-bottom: 15px;
}
.upload_small_files .album_images .image-item > div {
    padding-right: 20px;
    position: relative;
}
.upload_small_files .album_images .media-fancybox {
    background: none;
    font-weight: 500;
    line-height: 1.267em;/*15->19*/
}
.upload_small_files .album_images .media-fancybox i {
    font-size: 1em;
    margin: 0 5px 0 0;
    color: #2e4d61;
}
.upload_small_files .album_images .fa-ext-jpeg::before,
.upload_small_files .album_images .fa-ext-png::before,
.upload_small_files .album_images .fa-ext-jpg::before {
    color: #2e4d61;
}
.upload_small_files .album_images .media-fancybox .size {
    color: #afafaf;
    font-weight: normal;
}
.upload_small_files .album_images .actions {
    font-size: 1em;
    line-height: 1.267em;/*15->19*/
    top:0;
    right: 0;
    opacity: 1;
}
.upload_small_files .album_images .actions a {
    padding: 0;
    color: #afafaf;
}
/* END File input */

.alert {
    padding: 7px;
    border: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.alert-success,
.alert-danger,
.alert-info,
.alert-warning {
    padding-left:36px;
    font-size: 0.933em;/*15->14*/
    line-height: 1.357em;/*14->19*/
}
.alert-success {
    color: #658e66;
    background-color: #ecf9e7;
}
.alert-danger {
    color: #c9001c;
    background-color: #ffefef;
}
.alert-info {
    color: #919182;
    background-color: #f7f7f4;
}
.alert-warning {
    padding-left: 7px;
}
.alert-success:before,
.alert-danger:before,
.alert-info:before{
    display: block;
    width: 18px;
    height: 19px;
    background: url("../images/icons-sprite.png") -25px -100px no-repeat;
    content: "";
    position: absolute;
    top: 7px;
    left: 8px;
}
.alert-danger:before {
    background-position: -45px -100px;
}
.alert-info:before {
    background-position: -65px -100px;
}
/* END Forms */

/* Map */
#map{
    width:100%;
    height:520px;
}
.map_objects{
    background:url('/images/map_filter_bg.png') repeat-y center top;
}
.map_objects .display_tbl{
    width:100%;
}
.object_markers{
    background:#ececec;
    padding:7px 0 33px 0;
}
.object_item{
    padding:5px 15px 15px;
    position:relative;
    min-height: 47px;
    float: none;
    display: inline-block;
    margin-right: -4px;
}
.object_item img{
    position:absolute;
    top:5px;
    left:15px;
}
.object_item span{
    padding-left:65px;
    display: block;
    line-height:1.200em;
    height:41px;
    vertical-align: middle;
    display: table-cell;
}

/* map filtras */
.direction_search{
    border-top:1px solid #f2f2f2;
    background:#ececec;
}
.rajonai{
    padding-top:9px;
    width:190px !important;
    background:#f2f2f2;
    display:table-cell;
    padding-bottom:33px;
}
.telkiniai{
    padding-top:9px;
    background:#f7f7f7;
    display:table-cell;
    padding-bottom:33px;
    padding-left:51px;
}
.map_filter h2.f_25light{
    margin-bottom:20px;
}
.telkiniai label.checkmark{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px)
{
    .telkiniai{
        width:100%;
        display:block;
        margin-left: -15px;
        padding-left:15px;
    }
    .rajonai{
        width:100% !important;
        display:block;
        margin-left: -15px;
        padding-left: 15px;
    }
    #map{
        height:400px;
    }
}

#directions > div{
    display:table-cell;
    vertical-align: middle;
}
#directions > div input[type="text"]{
    height:35px;
    line-height: 35px;
    border:none;
}
#directions .input-group{
    padding:17px 0 17px;
    float:left;
}
#directions h4{
    margin:0;
    margin-right:34px;
    line-height: 35px;
}
#directions .input-group-addon{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:none;
    padding: 6px 11px;
}
#directions .start .input-group-addon{
    background:#37bb9a;
    color:#fff;
}
#directions .finnish .input-group-addon{
    background:#2e4d61;
    color:#fff;
}
#directions .bitween{
    margin-top:17px;
    padding:7px 0 0 ;
    width:45px;
    text-align:center;
}
.icon-arrow{
    width:8px;
    height:17px;
    display:inline-block;
    background: url("../images/icons-sprite.png") no-repeat 0 -47px;
}
#directions .distance{
    margin:17px 0 17px;
    line-height:35px;
    font-weight:700;
    color:#fff;
    padding:0 15px;
    background:#2e4d61;
}
.input-group.finnish,
.input-group.start{
    width:220px;
}
.input-group.finnish input[type="text"],
.input-group.start input[type="text"]{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
@media (max-width: 862px){
    #directions > div{
        display:block;
    }
    #directions .direction_filtr{
        display:table;
    }
}
@media (max-width: 660px){
    #directions .direction_filtr{
        display:block;
    }
    #directions .bitween{
        display:none;
    }
    #directions .input-group {
        padding: 8px 0 8px;
    }
    #directions .distance {
        margin: 8px 0 8px;
        padding:0 15px;
    }
    .input-group.finnish,
    .input-group.start{
        width:auto;
    }
}
/* end map filtras */
/* map info window */
.gm-style .gm-style-iw {
    font-size:15px;
    line-height: 20px;
    font-weight:300;
}

.object_title{
    width:280px;
    max-width:100%;
    /* min-width:280px; */
    display:inline-block;
    font-size:18px;
    color:#f57f17;
    margin-right:0px;
}
.object_descr{
    width:280px;
    /* min-width:280px; */
    max-width:100%;
}
.gm-style div[style^="cursor"]
{
    background: transparent;
}
.gm-style div[style^="cursor"] > div > div:nth-child(2){
    box-shadow: none !important;
    background-color: transparent !important;
}
.gm-style div[style^="cursor"] > div:nth-child(1) > div:nth-child(4){
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.gm-style div[style^="cursor"] > div:nth-child(1) > div:nth-child(1){
    display:none;
}
.gm-style div[style^="cursor"] > div:nth-child(1) > div > div:nth-child(1){
    display:none;
}
.gm-style div[style^="cursor"] > div:nth-child(1) > div > div:nth-child(2){
    width:10px;
    height:10px;
}
.gm-style div[style^="cursor"] > div:nth-child(1) > div > div:nth-child(2) > div {
    box-shadow: none !important;
    transform: skewX(-45deg) !important;
    height: 13px !important;
    width: 13px !important;
}
.gm-style div[style^="cursor"] > div:nth-child(1) > div:nth-child(3){
    left:-9px !important;
}
.info_w_links{
    max-width:280px;
}
.info_w_links a{
    line-height: 27px;
}
.destination_add{
    position:relative;
    padding-right:35px;
}
.destination_add:after{
    position:absolute;
    right:0;
    top:0px;
    content:'';
    display:inline-block;
    width:27px;
    height:27px;
    background: url("../images/icons-sprite.png") no-repeat -28px -46px;
}
.destination_add:hover:after{
    background-position: -120px -74px;
}
.destination_add:active,
.destination_add:focus,
.destination_add:hover{
    text-decoration: none;
}
/* END map info window */
/* END Map */

/* Lakes */
.lake_info{
    max-width: 382px;
    float:right;
    background:url("../images/lakes_bg.png") repeat left top;
}
.lake_img{
    margin:0 -26px;
}
.lake_info .tbl_row{
    color:#f2f2f2;
    font-weight:700;
}
.lake_info .tbl_row:nth-child(even){
    background:url("../images/lakes_bg_row.png") repeat left top;
}
.lake_info .tbl_row .tbl_cell{
    padding:9px 33px;
}
.lake_info .tbl_row .tbl_cell:nth-child(2){
    font-weight:400;
}
a.download{
    display: table;
    margin-top:30px;
}
a.download span{
    display:table-cell;
    height:78px;
    background: #2e4d61;
    font-size:1.067em;
    color:#fff;
    font-weight:500;
    padding:0 22px;
    vertical-align: middle;
}
a.download span.icon{
    background: #37bc9b;
}
a.download:hover{
    text-decoration: none;
}
a.download:hover span{
    background: #365b72;
}
a.download:hover span.icon{
    background: #3dd0ac;
}
.icon_download{
    width:30px;
    height:30px;
    background-position:-94px 0 !important;
}
/* default panet */
.panel-group{
    margin:46px 0 57px;
}
.panel-default{
    border-color:#eaeaea;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    margin:15px 0 !important;
}
.panel-default>.panel-heading{
    background:#f7f7f7 !important;
    padding:17px 18px 19px 24px;
    position:relative;
}
.panel-default>.panel-heading.collapsed{
    background:#fff !important;
}
.panel-default>.panel-heading:hover{
    background:#f7f7f7 !important;
    cursor: pointer;
}
.panel-default>.panel-heading:hover .panel-title{
    color:#37bc9b;
}
.panel-body{
    padding:0 26px 20px;
    border:none !important;
    background:#f7f7f7 !important;
    overflow:auto;
}
.panel-title{
    color:#2e4d61;
    font-size: 1.200em;
    font-weight:500;
    padding-right:50px;
}
.panel-body .text h3{
    color:#2e4d61;
    font-size:1.2em;
    font-weight:500;
}
.pic{
    background: url("../images/icons-sprite.png");
    display: inline-block;
}
.panel-default>.panel-heading .icon_arrow{
    position:absolute;
    right:18px;
    top:15px;
    width:30px;
    height:29px;
    background-position: -116px -45px;
}
.panel-default>.panel-heading:hover .icon_arrow{
    background-position: -90px -74px;
}
.panel-default>.panel-heading.collapsed .icon_arrow{
    background-position: -56px -45px;
}
.panel-default>.panel-heading.collapsed:hover .icon_arrow{
    background-position: -86px -45px;
}
/* end default panet */

.panel-body table{
    width:100% !important;
}
.panel-body table th{
    background:#566f7f;
    padding:7px 25px 6px !important;
    color:#fff;
    border-bottom:none !important;
}
.panel-body table td{
    font-weight:300;
    padding:6px 25px 7px !important;
}
.panel-body table tr:nth-child(even) td{
    background:#efefef;
}

/* END Lakes */

/* Maps widget */
.maps_widget {
    padding: 30px 0 0 0;
    background-color: #f2f2f2;
}
.maps_widget #map_canvas {
    height: 520px;
}
@media (min-height: 421px) and (max-height: 520px) {
    .maps_widget #map_canvas {
        height: 420px;
    }
}
@media (max-height: 420px) {
    .maps_widget #map_canvas {
        height: 320px;
    }
}
/* END Maps widget */

/* structure link widget (zalias boxas) */
.structurewidget_link .title{
    max-width: 460px;
    white-space: nowrap;
}
.structurewidget_link .description{
    width:auto;
    padding:0px;
    width: 100%;
}
.structurewidget_link .description .imgLiquid{
    position: relative;
    /* min-width:392px;*/
    width:100%;
    min-height:124px;
    height:100%;
}
@media (max-width: 666px){
    .structurewidget_link .title {
        white-space: normal;
    }
    .structurewidget_link > div{
        display: block;
        padding:15px 20px !important;
    }
    .structurewidget_link > div.description {
        padding:15px 0 !important;
    }
}
@media (max-width: 767px){
    .structurewidget_link > div {
        padding:0 20px !important;
    }
    .structurewidget_link > div.description {
        padding:0 !important;
    }
}
/* end structure link widget */

/* News */
.news_items_list {
    margin: 0 -3px;
}
.news_item {
    display: inline-block;
    float: none;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 30px;
    margin-right: -4px;
    vertical-align: text-top;
    text-decoration: none;
}
.news_item:hover,
.news_item:focus,
.news_item:active {
    text-decoration: none;
}
.news_img {
    position: relative;
    margin-bottom: 20px;
}
.news_item:hover .news_img:after,
.rel_article_item:hover .item_img:after {
    display: block;
    width: 100%;
    height: 8px;
    content: "";
    background-color: #37bc9b;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.news_img img {
    display: block;
    width: 100%;
}
.news_item .date {
    margin-bottom: 15px;
}
.news_item .title {
    display: block;
    margin-bottom: 15px;
    color: #4d4d4d;
    font-size: 1.200em;/*15->18*/
    font-weight: 500;
    line-height: 1.389em;/*18->25*/
}
.news_item:hover .title {
    color: #37bc9b;
}
.news_desc p {
    line-height: 1.667em;/*15-25*/
    font-weight: 300;
    color: #4d4d4d;
}
@media (min-width: 480px) and (max-width: 767px) {
    .news_item {
        width: 50%;
    }
}

.related_articles h4 {
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.related_articles ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.related_articles ul li {
    margin-bottom: 15px;
}
.rel_article_item {
    display: block;
    text-decoration: none;
}
.rel_article_item:hover,
.rel_article_item:focus,
.rel_article_item:active {
    text-decoration: none;
}
.rel_article_item .item_img {
    margin-bottom: 0;
    padding: 0;
}
.rel_article_item .item_img img {
    display: block;
    width: 100%;
}
.rel_article_item .item_desc {
    padding-right: 0;
}
.rel_article_item .title {
    color: #2e4d61;
    font-weight: 500;
    line-height: 1.533em;/*15->23*/
}
.rel_article_item.has_image .title {
    margin-top: -6px;
}
.rel_article_item:hover .title {
    color: #37bc9b;
}
@media (min-width: 768px) {
    .related_articles h4 {
        margin-top: -5px;
    }
}
/* END News */

/* Events */
#calendar_box {
    padding: 50px 0;
    border-top:1px solid #dadada;
    border-bottom:1px solid #dadada;
    background-color: #f2f2f2;
}
#calendar_box .ui-datepicker {
    width: auto;
    max-width: 540px;
    margin: auto;
    padding: 0;
    border: 0;
}
#calendar_box .ui-datepicker-header {
    padding: 20px 0;
}
#calendar_box .ui-datepicker-title {
    display: inline-block;
    width: 35%;
    min-width: 190px;
    margin: 0;
    vertical-align: middle;
}
#calendar_box .ui-datepicker-prev,
#calendar_box .ui-datepicker-next {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    cursor: pointer;
    vertical-align: middle;
}
#calendar_box .ui-state-default {
    cursor: default;
}

/* Popover */
.popover.top {
    max-width: 290px;
    margin-top:5px;
    border: 0;
    background-color: #f8f8f8;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.popover a {
    color: #4d4d4d;
}
.popover a:hover,
.popover a:active,
.popover a:focus {
    color: #37bc9b;
    text-decoration: none;
}
.popover.top > .arrow {
    border-top-color: rgba(0,0,0,0.15);
}
.popover.top > .arrow::after {
    border-top-color: #f8f8f8;
}
.popover-content {
    padding: 10px 20px;
}
.popover-event-content a {
    display: block;
}
.popover-event-content > div + div {
    margin-top: 10px;
    padding-top:10px;
    border-top: 1px solid #dadada;
}
/* END Popover */

.events_items_list {
    padding:40px 0 20px;
}
.events_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.events_item .event_image a,
.events_item .event_image img {
    display: block;
    width: 100%;
}
.events_item .title {
    color: #4d4d4d;
    font-size: 1.200em;/*15->18*/
    font-weight: 500;
    line-height: 1.389em;/*18->25*/
    letter-spacing: -0.01em;
}
.events_item .title:hover {
    color: #37bc9b;
    text-decoration: none;
}
.events_item .event_info p {
    margin: 10px 0 0 0;
}
.event_date_location,
.event_dates_list {
    font-weight: 300;
}
.event_date_location > span,
.event_date_item > span {
    margin-right: 20px;
}
.event_date_location .fa,
.event_date_item .fa {
    color: #2e4d61;
    margin-right: 10px;
}

.event_dates_list .event_date_item + .event_date_item {
    padding-top:10px;
    margin-top: 10px;
    border-top: 1px solid #eaeaea;
}

@media (min-width: 480px) {
    .events_item .event_info {
        padding-left: 10px;
    }
}
@media (max-width: 479px) {
    .events_item .event_image,
    .events_item .event_info {
        width: 100%;
        float: none;
    }
    .events_item .event_image {
        margin-bottom: 20px;
    }
}
/* END Events */

/* Structure templates */
/* sablonas pictxt */
.additional_content > div:first-child {
    margin-top:30px;
}
.grid_list{
    padding-bottom:43px;
    margin:0 -7px;
}
.grid_item{
    margin:7px 0;
    padding:0 7px;
}
.grid_item a{
    display: table;
    width:100%;
    border:1px solid #f2f2f2;
    background:#f7f7f7;
}
.grid_item a:active,
.grid_item a:focus,
.grid_item a:hover{
    text-decoration: none;
    background:#f2f2f2;
}
.grid_item a img,
.grid_item a > span{
    display:table-cell;
    vertical-align: middle;
}
.grid_item  > a > img.struct_templ_1{
	width:166px;	
}
.grid_item > a > span.struct_templ_1{
	width:100%;	
}
.grid_item a > span{
    height:166px;
    padding:0 20px 0 38px;
    text-align: left;
}
.grid_item a h4{
    font-size:1.667em;
    color:#2e4d61;
    font-weight:500;
    margin:0;
    max-height:166px;
    overflow: hidden;
}
.grid_item a:hover h4{
    color:#37bc9b;
}
/* end sablonas pictxt */

/* sablonas icontxt (Lankytinos vietos psd) */
.grid_item .icon_cell{
    width:144px;
    padding:0;
    text-align: right;
}
.grid_item .hover_icon,
.grid_item a:hover .default_icon{
    display:none;
}
.grid_item .default_icon,
.grid_item a:hover .hover_icon{
    display:inline-block;
}
/* end sablonas icontxt */

/* sablonas gridlist (iranga) */
.block_layout{
    background:#f2f2f2;
    padding:45px 0 35px 0;
}
.bloc_list{
    margin:0 -7px;
}
.bloc_item{
    padding:0 7px 15px;
}
@media (max-width: 430px)
{
    .bloc_item{
        width:100%;
    }
}
.bloc_item a{
    display: block;
    width:100%;
    height:350px;
    border:1px solid #eaeaea;
    background:#fff;
    overflow: hidden;
    padding-bottom:20px;
}
.bloc_item a:active,
.bloc_item a:focus,
.bloc_item a:hover{
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
}
.bloc_item.paged a:active,
.bloc_item.paged a:focus,
.bloc_item.paged a:hover
{
    background:#f7f7f7;
}
.bloc_item .imgLiquid{
    height:170px;
    width:100%;
}
.bloc_item .desc h4{
    color:#2e4d61;
    font-weight: 500;
}
.bloc_item a:hover .desc h4{
    color:#37bc9b;
}
.bloc_item .desc{
    padding:0 18px;
}
.bloc_item .desc span{
    color:#4d4d4d;
}

/* end sablonas gridlist (iranga) */
/* masalailist sablonas */
.pagel-grey{
    background:#f7f7f7;
}
.masalai .bloc_item a{
    height:226px;
}
.masalai .bloc_item a:active,
.masalai .bloc_item a:focus,
.masalai .bloc_item a:hover{
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.masalai .bloc_item .desc h4{
    margin:0;
    line-height:54px;
    text-align: center;
}
.masalai .bloc_item a:focus .desc,
.masalai .bloc_item a:active .desc,
.masalai .bloc_item a:hover .desc{
    background:#37bc9b;
}
.masalai .bloc_item a:focus .desc h4,
.masalai .bloc_item a:active .desc h4,
.masalai .bloc_item a:hover .desc h4{
    color:#fff;
}
.masalai.structure{
    margin:0 -8px -1px;
}
.masalai.structure .bloc_item{
    padding-bottom:0;
}
/* end masalailist sablonas */

/* fishlist sablonas */
.zuvis {
    margin: 0;
}
.zuvis .col-sm-4{
    width: 20%;
}
@media (max-width: 767px)
{
    .zuvis .col-sm-4
    {
        width: 50%;
        float:left;
    }
}
@media (max-width: 380px)
{
    .zuvis .col-sm-4
    {
        width: 100%;
    }
}
.zuvis .bloc_item .imgLiquid{
    height:184px;
}
.zuvis .bloc_item a{
    height:240px;
}
.zuvis .bloc_item a:active,
.zuvis .bloc_item a:focus,
.zuvis .bloc_item a:hover{
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.zuvis .bloc_item .desc h4{
    margin:0;
    line-height:54px;
    text-align: center;
}
.zuvis .bloc_item a:focus .desc,
.zuvis .bloc_item a:active .desc,
.zuvis .bloc_item a:hover .desc{
    background:#37bc9b;
}
.zuvis .bloc_item a:focus .desc h4,
.zuvis .bloc_item a:active .desc h4,
.zuvis .bloc_item a:hover .desc h4{
    color:#fff;
}
.zuvis .bloc_item {
    padding: 0;
    margin-left:-1px;
}
.zuvis.structure .bloc_item {
    margin-left:0;
}
.zuvis.structure .bloc_item a{
    border-left:none;
}
.zuvis.structure{
    margin:0 -1px -1px 0;
}
.zuvis .more_fish{
    width:100%;
}
.show_more{
    padding:34px 0;
    text-align: center;
    background:#f7f7f7;
}
/* end fishlist sablonas */

/* slide list */
.slide_list{
    padding:1px 20px;
}
/* end slide list */

/* fishcalendar block */
.panel-collapse  .fishcalendar_list{
    padding-bottom:0px;
}
/* end fishcalendar block */


/* sablonas tablist (patarimai/mokymai) */
#tablist{
    margin: 0 -5px;
}
#tablist .grid_item{
    margin: 5px 0;
    padding: 0 5px;
}
#tablist .grid_item a{
    text-align: center;
    height:231px;
    overflow: hidden;
    display: block;
}
#tablist .grid_item a.active{
    background:#ededed;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(1, 1, 1, 0.3);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(1, 1, 1, 0.3);
    box-shadow: inset 0px 0px 15px 0px rgba(1, 1, 1, 0.3);
}
#tablist .grid_item a:hover{
    background:#ededed;
}
#tablist .grid_item a.active .default_icon{
    display: none;
}
#tablist .grid_item a.active .hover_icon{
    display:inline-block;
}
#tablist .grid_item img{
    margin:31px 0;
}
@media (max-width:768px)
{
    #tablist .grid_item img{
        width:30%;
        height:auto;
    }
}
@media (max-width:598px){
    #tablist .grid_item a{
        height:211px;
    }
}
#tablist .grid_item h4{
    font-size:1.467em;
}

#tab_content{
    background:#f2f2f2;
}

ul.side_tabs{
    list-style: none outside none;
    border-right:1px solid #fafafa;
    border-bottom:1px solid #fafafa;
    margin-bottom:30px;
}
ul.side_tabs li{
    border-bottom:1px solid #afe4d7;
}
ul.side_tabs li:last-child{
    border-bottom:none;
}
ul.side_tabs li a{
    position:relative;
    background:#37bc9b;
    color:#fff;
    display: block;
    padding:25px 10px 25px 35px;
}
ul.side_tabs li a:before{
    content: '';
    position: absolute;
    left:15px;
    top:50%;
    margin-top:-6px;
    width:9px;
    height:12px;
    background: url("../images/icons-sprite.png") no-repeat -121px -31px;
}
ul.side_tabs li a.active{
    background:#11a580;
}
ul.side_tabs li a:hover{
    background:#3dd0ac;
}
ul.side_tabs li a:active,
ul.side_tabs li a:focus,
ul.side_tabs li a:hover{
    text-decoration:none
}

#tab_content .col-sm-3{
    padding-right:0px;
}
#tab_content .col-sm-9{
    padding:20px 30px;
}
@media (max-width: 768px){
    #tab_content .col-sm-3{
        padding-right:15px;
    }
}
/* end tab list */


/* structure slider widget */

/** Carousel **/
.jcarousel-wrapper {
    position: relative;
    -moz-box-shadow:    inset 0 0 0 #fff;
    -webkit-box-shadow: inset 0 0 0 #fff;
    box-shadow:         inset 0 0 0 #fff;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:auto;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 277px;
    height:192px;
    position:relative;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}*/

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: -19px;
    right:0;
    font-size:20px;
    margin-top: -15px;
    text-align: center;
    color: #858585;
    text-decoration: none;
    background: none;
    text-shadow:none;
    width:auto;
    height:auto;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.jcarousel-control-prev{
    right:30px;
    left:auto;
}
.jcarousel-control-prev i,
.jcarousel-control-next i{
    width:9px;
    height:12px;
    background:url('../images/icons-sprite.png') no-repeat left top;
    display: block;
}
.jcarousel-control-prev i{
    background-position: -85px -31px;
}
.jcarousel-control-next i{
    background-position: -94px -31px;
}
.jcarousel-control-prev:hover i{
    background-position: -103px -31px;
}
.jcarousel-control-next:hover i{
    background-position: -112px -31px;
}

.structure_slider{
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.structure_slider a{
    display: block;
}
.structure_slider a .title{
    display: table;
    width:100%;
    position: absolute;
    bottom:0;
    background:url('../images/slider_t_bg.png') repeat left top;
    height:68px;
    text-align: center;
    vertical-align: middle;
    font-size:1.200em;
    font-weight:500;
    color:#fff;
    z-index: 20;
}
.structure_slider a:hover .title {
    background:url('../images/slider_thover_bg.png') repeat left top;
}
.structure_slider a .title:before{
    font-family:"FontAwesome";
    content:"\f277";
    color:#fff;
    position:absolute;
    left:50%;
    margin-left:-9px;
    top:-28px;
}
.structure_slider a:hover .title:before{
    display: none;
}
.structure_slider li a:before{
    position: absolute;
    content: '';
    display: block;
    width:100%;
    height:100%;
    background:#000;
    top:0;
    left:0;
    z-index: 10;
    opacity: 0.3;
}
.structure_slider li a:hover:before{
    display: none;
}

.structure_slider .title > span{
    display: table-cell;
    vertical-align: middle;
}
.structure_slider a img{
    width:100%;
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: gray;
}
.structure_slider a:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}
.structure_slider_widget h3{
    font-size: 1.667em;
    font-weight: 300;
}
/* end structure slider widget */
/* END structure templates */

/* Events widget */
.events_calendar_widget {
    padding: 30px 0;
    background-color: #f2f2f2;
}
.events_calendar_widget .ui-datepicker {
    width: 100%;
}
.events_calendar_widget .ui-datepicker td {
    padding:8px 0;
    border: 0;
    font-size: 0.933em;/*15->14*/
}
.events_calendar_widget .ui-datepicker td span,
.events_calendar_widget .ui-datepicker td a {
    padding-left:0;
    padding-right:0;
    border: 0;
}
.events_calendar_widget .ui-datepicker .ui-state-default {
    color: #333;
}
.events_calendar_widget .ui-datepicker .ui-state-highlight {
    color: #fff;
}
.events_calendar_widget .ui-datepicker .event-day .ui-state-highlight {
    border:2px solid #37bc9b;
}
.events_calendar_widget .all_events {
    margin: 1em 0;
    text-align: center;
}
@media (min-width: 768px) {
    .events_calendar_widget .ui-datepicker .ui-datepicker-header {
        padding: 26px 22px;
    }
    .events_calendar_widget .ui-datepicker .ui-datepicker-title {
        margin: 0 48px 0 0;
        font-size: 2.000em;/*15->30*/
        line-height: 1em;
        text-align: left;
    }
    .events_calendar_widget .ui-datepicker .ui-datepicker-title span {
        display: block;
    }
    .events_calendar_widget .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
        padding-top: 15px;
        font-size: 0.600em;/*30->18*/
        font-weight: normal;
        line-height: 1em;
    }
    .events_calendar_widget .ui-datepicker .ui-datepicker-prev,
    .events_calendar_widget .ui-datepicker .ui-datepicker-next {
        top:28px;
    }
    .events_calendar_widget .ui-datepicker .ui-datepicker-prev {
        left: auto;
        right: 46px;
    }
    .events_calendar_widget .ui-datepicker .ui-datepicker-next {
        left: auto;
        right: 17px;
    }
    .events_calendar_widget .ui-datepicker th {
        padding: 10px 0;
    }
    .events_calendar_widget .ui-datepicker tbody tr:first-child td {
        padding-top: 17px;
    }
}

.events_cols_wrap {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
.calendar_col,
.events_col {
    padding: 0;
}
.events_calendar_widget .no_events {
    padding: 24px;
    margin: 0;
}

.events_calendar_widget .events_item:hover {
    background-color: #f7f7f7;
}
.events_calendar_widget .events_item a.event_info {
    display: block;
    color: #4d4d4d;
    text-decoration: none;
}
.events_calendar_widget .events_item a.event_info:hover,
.events_calendar_widget .events_item a.event_info:active,
.events_calendar_widget .events_item a.event_info:focus {
    text-decoration: none;
}
.events_calendar_widget .events_item:hover a.event_info .title,
.events_calendar_widget .events_item a.event_info:hover .title,
.events_calendar_widget .events_item a.event_info:active .title,
.events_calendar_widget .events_item a.event_info:focus .title {
    color: #37bc9b;
}

@media (min-width: 480px) {
    .events_calendar_widget .events_item {
        padding-bottom: 0;
        margin-bottom: 0;
        position: relative;
    }
    .events_calendar_widget .events_item:last-child {
        border-bottom: 0;
    }
    .events_calendar_widget .events_item .event_image {
        height: auto;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: -1px;
    }
    .events_calendar_widget .events_item:last-child .event_image {
        bottom: 0;
    }
    .events_calendar_widget .events_item .event_image a {
        width: auto;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 10px;
    }
    .events_calendar_widget .events_item .event_image img {
        display: none;
    }
    .events_calendar_widget .events_item .event_info {
        line-height: 24px;
        padding: 15px 15px 10px 24px;
    }
    .events_calendar_widget .events_item.has_image .event_info {
        padding-left: 14px;
    }
    .events_calendar_widget .event_date_location, .event_dates_list {
        font-size: 0.933em; /*14->15*/
    }
}
@media (max-width: 479px) {
    .events_calendar_widget .events_item {
        margin-bottom: 0;
        padding-top: 20px;
    }
    .events_calendar_widget .events_item:last-child {
        border-bottom: 0;
    }
    .events_calendar_widget .events_item .event_info {
        margin-left: 0;
    }
}
/* END Events widget */

/* Item photo slider */
#item_photo_slider_wrapper {
    position: relative;
    margin-bottom: 20px;
}
#item_photo_slider_wrapper.extra_margin {
    margin-bottom: 60px;
}
#item_photo_slider,
.text #item_photo_slider {
    padding: 0;
    margin: 0;
    list-style: none outside none;
    overflow: hidden;
}
#item_photo_slider li {
    height:100%;
    margin:0;
    padding:0;
}
#item_photo_slider li::before {
    display: none;
}

#item_photo_slider_wrapper .slides_count {
    line-height: 20px;
    font-size: 0.867em;/*15->13*/
    color: #37bc9b;
    position: absolute;
    right: 0;
    bottom: -40px;
}
.slides_count span {
    display: inline-block;
}

.slider_nav {
    display: block;
    width:24px;
    height:45px;
    margin-top:-22px;
    cursor: pointer;
    position: absolute;
    top:50%;
    z-index:100;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.slider_nav:hover,
.slider_nav:active,
.slider_nav:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slider_prev {
    left:45px;
}
.slider_next {
    right:45px;
}
.slider_nav i.fa {
    display: none;
}
.slider_nav:before {
    display: block;
    width:24px;
    height:45px;
    content: "";
    background: url("../images/icons-sprite.png") 100px 100px no-repeat;
}
.slider_nav.slider_prev:before {
    background-position: -25px 0;
}
.slider_nav.slider_next:before {
    background-position: -50px 0;
}
/* END Item photo slider */

/* Banners slider */
#banners_slider_wrapper {
    height: 410px;
    position: relative;
}
#banners_slider {
    height: 410px;
    list-style: none outside none;
    overflow: hidden;
}
#banners_slider li {
    height:100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#banners_slider .inner_wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
#banners_slider .inner_wrap:before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    background: rgba(46,77,97,0.2);
    background: -moz-linear-gradient(top, rgba(46,77,97,0.2) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,77,97,0.2)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(46,77,97,0.2) 0%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(46,77,97,0.2) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(46,77,97,0.2) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(46,77,97,0.2) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4d61', endColorstr='#000000', GradientType=0 );
}
#banners_slider .banner_info {
    display: table-cell;
    width:100%;
    height: 100%;
    padding:20px 70px;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.banner_info .title {
    margin-bottom: 10px;
    font-size: 1.200em;/*15->18*/
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.banner_info .description {
    font-size: 2.667em;/*15->40*/
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.banner_info .title,
.banner_info .description {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.banner_info .btn {
    display: inline-block;
    margin-top: 40px;
}

#banners_slider_wrapper .lSPager {
    margin: 0;
    position: absolute;
    right: 45px;
    bottom: 30px;
    z-index: 100;
}
#banners_slider_wrapper .lSPager > li a {
    width: 10px;
    height: 10px;
    background-color: #7d7b7a;
}
#banners_slider_wrapper .lSPager > li:hover a,
#banners_slider_wrapper .lSPager > li.active a {
    background-color: #fff;
}

@media (min-width: 480px) and (max-width: 767px) {
    #banners_slider .banner_info {
        padding: 20px 55px;
    }
    #banners_slider_wrapper .slider_prev {
        left:30px;
    }
    #banners_slider_wrapper .slider_next {
        right:30px;
    }
}
@media (max-width: 479px) {
    #banners_slider .banner_info {
        padding: 20px 40px;
    }
    #banners_slider_wrapper .slider_prev {
        left:15px;
    }
    #banners_slider_wrapper .slider_next {
        right:15px;
    }
}
/* END Banners slider */

/* Links top widget */
.links_top_widget {
    padding:30px 0;
    background-color: #fff;
    position: relative;
    z-index: 50;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
.links_top_widget ul,
.links_bottom_widget ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
.links_top_widget ul li,
.links_bottom_widget ul li {
    display: inline-block;
    margin-right: -4px;
    text-align: center;
    vertical-align: text-top;
}
.links_top_widget ul.cols_1 li,
.links_bottom_widget ul.cols_1 li {
    width:100%;
}
.links_top_widget ul.cols_2 li,
.links_bottom_widget ul.cols_2 li {
    width:50%;
}
.links_top_widget ul.cols_3 li,
.links_bottom_widget ul.cols_3 li {
    width:33.3333%;
}
.links_top_widget ul.cols_4 li,
.links_bottom_widget ul.cols_4 li {
    width:25%;
}
.links_top_widget ul.cols_5 li,
.links_bottom_widget ul.cols_5 li {
    width:20%;
}
.links_top_widget ul.cols_6 li,
.links_bottom_widget ul.cols_6 li {
    width:16.6667%;
}
.links_top_widget ul.cols_7 li {
    width:14.2857%;
}
.links_top_widget ul.cols_8 li {
    width:12.5%;
}
.links_top_widget ul.cols_9 li {
    width:11.1111%;
}
.links_top_widget ul.cols_9 li {
    width:10%;
}
.links_top_widget .icon {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.links_top_widget .icon i {
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
    background-color: #2e4d61;

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.links_top_widget .icon img {
    display: block;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.links_top_widget .title {
    display: block;
    line-height: normal;
}
.links_top_widget a {
    display: block;
    color: #212121;
    text-transform: uppercase;
}
.links_top_widget a:hover,
.links_top_widget a:active,
.links_top_widget a:focus {
    color: #37bc9b;
    text-decoration: none;
}
.links_top_widget a:hover .icon i,
.links_top_widget a:active .icon i,
.links_top_widget a:focus .icon i {
    background-color: #37bc9b;
}
@media (min-width: 480px) and (max-width: 767px) {
    .links_top_widget {
        padding-top: 1px;
        padding-bottom: 20px;
    }
    .links_top_widget ul li {
        width: 50% !important;
        margin-top: 29px;
        margin-bottom: 10px;
    }
}
@media (max-width: 479px) {
    .links_top_widget {
        padding-bottom: 15px;
    }
    .links_top_widget ul li {
        display: block;
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .links_top_widget .icon,
    .links_top_widget .title {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }
    .links_top_widget .icon {
        width: 95px;
        padding: 15px;
    }
    .links_top_widget .title {
        padding-left: 15px;
    }
}
/* END Links top widget */

/* Links bottom widget */
.links_bottom_widget ul li {
    overflow: hidden;
    vertical-align: middle;
}
.links_bottom_widget ul li + li {
    border-left: 1px solid #e5e5e5;
}
.links_bottom_widget a {
    display: table;
    width: 100%;
    height: 162px;
    color: #2e4d61;
    text-transform: uppercase;
}
.links_bottom_widget a:hover,
.links_bottom_widget a:active,
.links_bottom_widget a:focus {
    color: #fff;
    background-color: #2e4d61;
    text-decoration: none;
}
.links_bottom_widget .icon_title_wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.links_bottom_widget .icon_title_wrap > span {
    display: inline-block;
    vertical-align: middle;
}
.links_bottom_widget .icon {
    line-height: 48px;
    padding: 0 10px;
}
.links_bottom_widget .title {
    padding: 0 10px;
    font-size: 1.867em;/*15->28*/
    font-weight: 500;
    line-height: 1.071em;/*28->30*/    
	width:180px;
}
@media (min-width: 806px){
	.links_bottom_widget .icon_title_wrap .title {
		text-align: left;
	}
}
@media (min-width: 568px) and (max-width: 767px) {
    .links_bottom_widget {
        overflow: hidden;
    }
    .links_bottom_widget ul {
        margin-top: -1px;
    }
    .links_bottom_widget ul li {
        width:33.3333% !important;
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
    }
    .links_bottom_widget ul li:nth-child(3n+1) {
        border-left: 0;
    }
    .links_bottom_widget .title {
        font-size: 1.733em;/*15->26*/
        line-height: 1.077em;/*26->28*/
		text-align: center !important;
    }
}
@media (max-width: 567px) {
    .links_bottom_widget ul {
        margin: 0 -15px;
    }
    .links_bottom_widget ul li {
        display: block;
        width: auto !important;
        margin-right: 0;
    }
    .links_bottom_widget ul li + li {
        border-top: 1px solid #e5e5e5;
        border-left: 0;
    }
    .links_bottom_widget .icon_title_wrap {
        padding: 0 25px;
        text-align: left;
    }
	.links_bottom_widget .title {
		text-align: left !important;
	}
}
/* END Links bottom widget */

/* Competitions */
.competitions_list {
    padding: 40px 0 10px;
    background-color: #f2f2f2;
}
.comp_item_wrap  {
    margin-bottom: 30px;
}
.competitions_widget {
    padding: 30px 0 0 0;
    background-color: #f2f2f2;
}
.comp_item {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
.comp_item .fancybox_popup {
    display: block;
    position: relative;
}
.comp_item .fancybox_popup:hover:after {
    display: block;
    width: 56px;
    height: 55px;
    content: "";
    background: url("../images/icons-sprite.png") 0 -120px no-repeat;
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 2;
}
.comp_item .figcaption {
    padding: 50px 20px 15px 20px;
    font-size: 0.933em;/*15->14*/
    font-weight: 500;
    line-height: 18px;
    text-align: right;

    background: rgba(46,77,97,0);
    background: -moz-linear-gradient(top, rgba(46,77,97,0) 0%, rgba(46,77,97,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,77,97,0)), color-stop(100%, rgba(46,77,97,1)));
    background: -webkit-linear-gradient(top, rgba(46,77,97,0) 0%, rgba(46,77,97,1) 100%);
    background: -o-linear-gradient(top, rgba(46,77,97,0) 0%, rgba(46,77,97,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,77,97,0) 0%, rgba(46,77,97,1) 100%);
    background: linear-gradient(to bottom, rgba(46,77,97,0) 0%, rgba(46,77,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4d61', endColorstr='#2e4d61', GradientType=0 );
}
.comp_item .figcaption.likes_space {
    padding-left: 70px;
}
.comp_item .figcaption i,
.comp_item .item_title i {
    display: inline-block;
    width: 25px;
    height: 18px;
    margin-right: 8px;
    background: url("../images/icons-sprite.png") 0 -65px no-repeat;
    vertical-align: middle;
}
.comp_item .popup_title_wrap .item_title {
    display: inline-block;
    margin-right: 30px;
    color: #888;
}
.comp_item .popup_title_wrap .item_title i {
    background-position: 0 -100px;
}
.comp_item .item_like {
    line-height: 22px;
    color:#fff;
    cursor: pointer;
    position: absolute;
    left:20px;
    bottom:15px;
    z-index: 10;
}
.comp_item .popup_title_wrap .item_like {
    display: inline-block;
    color: #888;
    position: relative;
    left: auto;
    bottom: auto;
}
.comp_item .item_like.liked {
    cursor: default;
}
.comp_item .item_like i {
    margin-right: 5px;
    font-size: 22px;
}
.comp_item .popup_title_wrap .item_like i {
    color:#2e4d61;
}
.comp_item .item_like:hover i,
.comp_item .item_like.liked i {
    color:#3bbd9d;
}
.comp_item .item_info {
    padding: 10px 20px;
}
.comp_item .item_sub_info {
    float: left;
    font-size: 0.933em;/*15->14*/
    font-weight: 300;
    color: #888;
    line-height: 1.429em;/*14->20*/
}
.comp_item .item_sub_info .fa {
    color: #2e4d61;
}
.comp_item .share {
    padding-top:3px;
    float: right;
    text-align: right;
}
.comp_item .share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 6px;
    border: 1px solid #999;
    color: #999;
    font-size: 1.067em;/*15->16*/
    line-height: 33px;
    text-align: center;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.comp_item .share a:hover,
.comp_item .share a:active,
.comp_item .share a:focus {
    color: #fff;
    border-color: #37bc9b;
    background-color: #37bc9b;
}

.competitions_popup .comp_item .item_info {
    display: table;
    width: 100%;
}
.competitions_popup .comp_item .item_sub_info,
.competitions_popup .comp_item .popup_title_wrap,
.competitions_popup .comp_item .share {
    display: table-cell;
    width: 33.3333%;
    float: none;
    vertical-align: middle;
}
.comp_item .popup_title_wrap {
    line-height: 22px;
    text-align: center;
}

.competition_attend {
    width: 100%;
    display: table;
    margin-bottom: 40px;
    background-color: #50c4a8;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
.competition_attend > div {
    display: table-cell;
    padding:38px;
    vertical-align: middle;
}
.competition_attend .title {
    font-size: 2.400em;/*15->36*/
    font-weight: 100;
    line-height: normal;
}
.competition_attend .description {
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
    line-height: 1.467em;/*15->22*/
}
.competition_attend .actions {
    text-align: right;
}

@media (min-width: 768px) {
    .competition_form {
        width: 60%;
    }
    .competition_form .buttons {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .competitions_widget .cols_wrap > div + div {
        margin-top: 30px;
    }
    .competition_attend > div {
        padding: 15px 20px;
    }
    .competition_form .buttons {
        text-align: right;
    }
}
/* iPhone 6 luzio taskas (667), +/- tinka ir pagal benrda layouta */
@media (max-width: 666px) {
    .competition_attend,
    .competition_attend > div {
        display: block;
    }
    .competition_attend {
        padding: 1px 0;
    }
    .competition_attend > div,
    .competition_attend .description {
        margin: 15px 0;
        padding: 0 20px;
    }
}
@media (min-width: 480px) and (max-width: 666px) {
    .competitions_popup .comp_item .item_info {
        display: block;
        width: 100%;
        padding-right: 135px;
        position: relative;
    }
    .competitions_popup .comp_item .item_sub_info,
    .competitions_popup .comp_item .popup_title_wrap,
    .competitions_popup .comp_item .share {
        display: block;
        width: auto;
    }
    .competitions_popup .comp_item .item_sub_info,
    .competitions_popup .comp_item .popup_title_wrap {
        text-align: left;
    }
    .competitions_popup .comp_item .share {
        position: absolute;
        top:10px;
        right:20px;
    }
}
@media (max-width: 479px) {
    .competitions_popup .comp_item .item_info {
        display: block;
    }
    .competitions_popup .comp_item .item_sub_info,
    .competitions_popup .comp_item .popup_title_wrap,
    .competitions_popup .comp_item .share {
        display: block;
        width: auto;
    }
    .competitions_popup .comp_item .popup_title_wrap {
        text-align: left;
    }
}
/* END Competitions */

/* Content share icons*/
.content_share .title{
    float:left;
    padding-right: 20px;
    line-height: 35px;
}

.content_share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 6px;
    border: 1px solid #999;
    color: #999;
    font-size: 1.067em;/*15->16*/
    line-height: 33px;
    text-align: center;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.content_share a:hover,
.content_share a:active,
.content_share a:focus {
    color: #fff;
    border-color: #37bc9b;
    background-color: #37bc9b;
}
/* End Content share icons */

/* Fishcalendar */
.fishcalendar_list {
    padding-bottom: 2em;
}
.fish_row {
    display: table;
    width: 100%;
    height: 40px;
    position: relative;
}
.fish_row:nth-child(odd) {
    background-color: #efefef;
}
.fish_row.head_row {
    background-color: #566f7f;
    color: #fff;
}
.fish_row .title,
.fish_row .month {
    height: 100%;
    border-left: 1px solid #e3e3e3;
    text-align: center;
    vertical-align: middle;
}
.fish_row .title {
    display: table-cell;
    width: 10%;
    line-height: 20px;
    padding: 5px 0;
    border-left: 0;
    font-weight: 300;
}
.fish_row .months_wrap {
    display: table-cell;
    width: 90%;
    height: 100%;
    position: relative;
    vertical-align: middle;
}
.fish_row .months_wrap .months_wrap_inn {
    width: 100%;
    height: 100%;
}
.fish_row .month {
    width: 8.3333%;
    float: left;
    line-height: 40px;
}
.fish_row .month img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}
.fish_row .prohibition {
    width: auto;
    height: 100%;
    background: rgba(244, 67, 54, 0.7);
    position: absolute;
    top: 0;
    z-index: 100;
}
.fish_row .prohibition:hover {
    background: rgba(244, 67, 54, 0.9);
}
.fish_row .prohibition:hover .pop-tooltip {
    display: block;
}

.fish_size_1,
.fish_size_2,
.fish_size_3 {
    display: inline-block;
    background: url("../images/icons-sprite.png") 100px 100px no-repeat;
    vertical-align: middle;
}
.fish_size_1 {
    width: 20px;
    height: 15px;
    background-position: 0 -85px;
}
.fish_size_2 {
    width: 28px;
    height: 21px;
    background-position: -25px -79px;
}
.fish_size_3 {
    width: 35px;
    height: 26px;
    background-position: -55px -74px;
}
@media (min-width: 992px) {
    .fish_row.head_row,
    .fish_row.head_row .title {
        font-weight: 500;
    }
    .fish_row .month .short_title,
    .fish_row .month .super_short_title {
        display: none;
    }
}
@media (max-width: 991px) {
    .fish_row.head_row,
    .fish_row.head_row .title {
        font-weight: 300;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .fish_row .title {
        width: 13%;
    }
    .fish_row .months_wrap {
        width: 87%;
    }
}
@media (min-width: 667px) and (max-width: 767px) {
    .fish_row .title {
        width: 15%;
    }
    .fish_row .months_wrap {
        width: 85%;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    .fish_row .month .full_title,
    .fish_row .month .super_short_title {
        display: none;
    }
    .fish_row .title,
    .fish_row .month {
        font-size: 0.933em;/*15->14*/
    }
}
@media (min-width: 480px) and (max-width: 666px) {
    .fish_row .title {
        width: 20%;
    }
    .fish_row .months_wrap {
        width: 80%;
    }
}
@media (max-width: 479px) {
    .fish_row .title {
        width: 27%;
    }
    .fish_row .months_wrap {
        width: 73%;
    }
    .fish_row .title,
    .fish_row .month {
        font-size: 0.867em;/*15->13*/
    }
    .fish_row .month .full_title,
    .fish_row .month .short_title {
        display: none;
    }
}
/* END Fishcalendar */

/* Tooltip */
.pop-tooltip {
    display: none;
    width: auto;
    max-width: 245px;
    padding: 15px 25px;
    color: #fff;
    background-color: #587181;
    font-weight: 300;
    position: absolute;
    left: 50%;
    bottom: 29px;
    z-index: 1;

    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pop-tooltip:before {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 14px 14px 0 0;
    border-color: #587181 transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.pop-tooltip-content {
    line-height: 1.333em;/*15->20*/
}

.tooltip {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.333em;/*15->20*/
}
.tooltip.top {
    margin-top:0;
    padding:0;
}
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #587181;
    border-width: 12px 12px 0;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}
.tooltip-inner {
    padding: 15px 25px;
    color: #fff;
    background: #587181;
    font-weight: 300;
    text-align: left;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
.tooltip-inner h1,
.tooltip-inner h2,
.tooltip-inner h3 {
    margin: 10px 0;
    color: #fff;
    line-height: normal;
}
.tooltip-inner h1 {
    font-size: 2.000em;/*15->30*/
}
.tooltip-inner h2 {
    font-size: 1.467em;/*15->22*/
}
.tooltip-inner h3 {
    font-size: 1.200em;/*15->18*/
}
/* END Tooltip */

/* Weather widget */
.weather_widget {
    padding: 30px 0;
    background-color: #f2f2f2;
}
.weather_widget .gsInformer {
    width: 100% !important;
    border: 0 none !important;
    background-color: #fff;
    font-family: 'Roboto', sans-serif !important;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
.weather_widget .gsInformer .gsIContent {
    padding-top: 3px;
}
.weather_widget .gsInformer .gsLinks {
    height: auto !important;
}
/* END Weather widget */

/* Pager */
.pages {
    margin:3em 0 4em;
    text-align: center;
}
.pages a,
.pages strong {
    display: inline-block;
    min-width: 40px;
    height: 34px;
    margin:0 2px;
    line-height: 32px;
    border: 1px solid transparent;
    color:#4d4d4d;
    font-size: 0.933em;/*15->14*/
    text-decoration: none;
    text-align: center;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pages a.page_prev,
.pages a.page_next {
    padding:0 20px;
    border-color: #37bc9b;
    background: none;
}
.pages a.active,
.pages a:hover,
.pages strong {
    color:#fff;
    border-color: #37bc9b;
    background-color: #37bc9b;
}
.pages a.inactive,
.pages a.inactive:hover {
    color:#858585;
    border-color: #e6e6e6;
    background: none;
}
/* END Pager */

/* Search widget */
.search_widget_wrap.opened > a {
    display: none;
}
.search_widget_wrap .quickSearch {
    display: none;
}
.search_widget_wrap.opened .quickSearch {
    display: block;
    float: left;
}
.search_widget_wrap .quickSearch {
    padding:5px 0 0 28px;
    margin:0;
    position: relative;
}
.quickSearch input[name="email"] {
    display: none;
}
.mobile_search_widget_wrap  .qSearchField:focus,
.mobile_search_widget_wrap  .qSearchField:active,
.search_widget_wrap .qSearchField:active,
.search_widget_wrap .qSearchField:focus{
    outline: none;
}
.search_widget_wrap .qSearchField {
    display: block;
    width: 185px;
    height: 28px;
    line-height: normal;
    padding: 0 10px;
    border: 0;
    font-size: 0.933em;/*15->14*/
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.search_widget_wrap .quickSearch button {
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border: 0;
    color: #37bc9b;
    background: none;
    position: absolute;
    top: 5px;
    left: 0;
}
.search_widget_wrap .quickSearch button .fa {
    font-size: 11px;
    position: relative;
    top: -2px;
}

.mobile_search_widget_wrap .quickSearch {
    padding: 10px 15px;
}
.mobile_search_widget_wrap .quickSearch fieldset {
    padding:0 38px 0 15px;
    margin:0;
    background-color: #e1e1e1;
    position: relative;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mobile_search_widget_wrap .qSearchField {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border:0;
    color: #656565;
    font-size:0.933em;/*15->14*/
    font-weight: 300;
    background: none;
}
.mobile_search_widget_wrap .quickSearch button {
    width: 38px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border: 0;
    color: #37bc9b;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.mobile_search_widget_wrap .quickSearch button .fa {
    font-size: 12px;
}
/* END Search widget */

/* search autocomplete */
ul.ui-autocomplete {
    background: #f7f7f7;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 0 1px 1px 1px;
    padding: 0;
    box-shadow: -3px 7px 6px rgba(0, 0, 0, 0.09), 3px 7px 6px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -3px 7px 6px rgba(0, 0, 0, 0.09), 3px 7px 6px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: -3px 7px 6px rgba(0, 0, 0, 0.09), 3px 7px 6px rgba(0, 0, 0, 0.09);

    z-index: 9999;
}
.search_field.opened {
    border-bottom-color: transparent;
}
ul.ui-autocomplete li {
    padding: 7px 12px;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item {
    padding: 0;
    border-width: 0 0 1px 0 !important;
    border-style: solid;
    border-color: #eaeaea;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
.ui-autocomplete .ui-menu-item a {
    padding: 7px 12px !important;
    color: #4d4d4d;
    background:#fff;
    font-size: 13px;
    border:none;
}
.ui-autocomplete .ui-menu-item:last-child {
    border-bottom: 0;
}
.ui-autocomplete .ui-menu-item a.ui-state-focus {
    background: #37bb9a;
    color: #ffffff;
    border:1px solid #37bb9a;
}
.search_suggestions_wrap {
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9997;
}
#search_suggestions_wrap .ui-autocomplete{
    position: absolute;
}
#search-autocomplete{
    left:auto;
}
/* --- end search autocomplete --- */

/* Search list */
.search_results_list {
    padding-bottom: 10px;
}
.search_results_list > h5 {
    margin-bottom: 20px;
    font-weight: 300;
}
.search_item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.search_item .title {
    color: #4d4d4d;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.389em;
}
.search_item .title:focus,
.search_item .title:active,
.search_item .title:hover{
    color:#37bc9b;
    text-decoration:none;
}
.search_item strong{
    background:#9ae2d0;
}
.search_item .breadcrumb {
    margin: 0;
    font-size: 0.8em;/*15->12*/
    font-weight: 300;
}
/* END Search list */

/* Breadcrumbs */
.top_line {
    font-size:0.800em;/*15->12*/
    font-weight:300;
}
.top_line a {
    color: #2e4d61;
}
.top_line a:hover,
.top_line a:active,
.top_line a:focus {
    color: #37bc9b;
    text-decoration: none;
}
.top_line .pull-right a {
    margin-left: 15px;
}
.top_line a .fa {
    color: #2e4d61;
}
.top_line a .fa.fa-fw {
    margin-left: 8px;
}
.breadcrumb {
    margin-bottom: 30px;
    padding:0;
    background: none;
    list-style: outside none none;
    border-radius: 0;
}
.breadcrumb > li + li {
    padding-left: 26px;
    position: relative;
}
.breadcrumb > li + li::before {
    display: inline-block;
    width: 6px;
    height:11px;
    padding: 0;
    margin-top:-6px;
    content:"";
    background:url("../images/icons-sprite.png") left top no-repeat;
    position: absolute;
    top:50%;
    left:9px;
}
.breadcrumb > .active {
    color:#a7a7a7;
}
/* END Breadcrumbs */

/* Sitemap */
#sitemap a {
    font-size: 1em;
    line-height: 1.600em;/*15->24*/
    display: inline-block;
}
#sitemap .home,
#sitemap .home:hover .fa {
    color: #2e4d61;
}
#sitemap .home:hover {
    color: #37bc9b;
    text-decoration: none;
}
#sitemap{
    margin-left: 20px;
}
#sitemap ul{
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: -1px;
    margin-bottom: 0;
}
#sitemap .sitemap_content > li{
    margin-left: 0;
}
#sitemap .sitemap_content{

}
#sitemap ul li div{
    position: relative;
    margin-left: 105px;
    display: inline-block;
}
#sitemap ul li div{
    position: relative;
}
#sitemap ul li div span{
    position: absolute;
    display: block;
    width: 92px;
    left: -105px;
    top: 14px;
    border-top: 1px solid #d2d2d2;
}
#sitemap ul li{
    padding: 3px 0;
    margin-left: 92px;
    border-left: 1px solid #d2d2d2;
}
#sitemap ul li.child.last > div,
#sitemap ul li.child > div{
    padding-bottom: 10px;
}
#sitemap ul li.child.last > div span,
#sitemap ul li.child > div span{
    height: 100%;
    border-right: 1px solid #d2d2d2;
}
#sitemap ul li.child.last > div span i,
#sitemap ul li.child > div span i{
    display: block;
    position: absolute;

    width: 5px;
    height: 5px;
    background-color: #7b7b7b;

    top: -3px;
    right: -3px;
    z-index: 20;

}
#sitemap ul li.child.last > div span{
    top: -20px;
    border-right: none;
}
#sitemap ul li.child.last > div span:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    border-right: 1px solid #d2d2d2;
    top:30px;
    z-index: 10;
}
#sitemap ul li.child.last > div span i{
    bottom: -3px;
    top: auto;
}
#sitemap ul li.last > div span{
    height: 100%;
    top: -100%;
    margin-top: 14px;
    border-top: none;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
#sitemap ul li.last > div span i{
    top: auto;
    bottom: -9px;
}
#sitemap ul li li.last > div span i{
    top: auto;
    bottom: -5px;
}
#sitemap .home{
    margin: 10px 0;
    display: inline-block;
}
#sitemap .home:first-child{
    margin-top: 0;
}
#sitemap .home i{

}
#sitemap li li.last{
    border-left: none;
}
#sitemap > ul{
    margin-left: 10px;
}
@media screen and (max-width: 767px){
    #sitemap ul li div{
        margin-left: 60px;
    }
    #sitemap ul li div span{
        width: 50px;
        left: -60px;
    }
    #sitemap ul li{
        margin-left: 50px;
    }
}
@media screen and (max-width: 400px){
    #sitemap ul li div{
        margin-left: 30px;
    }
    #sitemap ul li div span{
        width: 20px;
        left: -30px;
    }
    #sitemap ul li{
        margin-left: 20px;
    }
}
/* END Sitemap */

/* Old browser */
#old_browser {
    width: 100%;
    height: 100%;
    background: url("../images/dark_t_bg.png");
    position: fixed;
    top:0;
    left:0;
    z-index: 10000;
}
.error_browser {
    width: 730px;
    padding: 45px;
    margin: 100px auto 0;
    background: #fff;
    font-weight: 300;
    color: #6a6969;
    text-align: center;
}
.error_browser h1 {
    margin: 0 0 20px 0;
    color:#222;
    font-size: 2.667em;/*15->40*/
    font-weight: 100;
    line-height: normal;
}
.error_browser h3 {
    margin: 20px 0;
    color: #333;
    font-size: 1em;
    font-weight: 300;
    line-height: normal;
}
.error_browser p {
    margin: 20px 0;
    line-height: 1.600em;/*15->24*/
}
.error_browser .first {
    position: relative;
    padding-bottom: 10px;
}
.error_browser .bottom {
    padding: 1px 0;
}
.error_browser .deco {
    width: auto;
    height: 1px;
    background: #d5d5d5;
    position: absolute;
    left: -45px;
    right: 30px;
    bottom: 0;
}
.error_browser .deco i {
    display: block;
    width: 40px;
    height: 29px;
    background: url("../images/icons-sprite.png") -85px -105px no-repeat;
    position: absolute;
    right: -40px;
    bottom: -5px;
}
.error_browser .browser_icon {
    margin: 0 10px;
}
/* END Old browser */

/* Datepicker */
.ui-datepicker {
    padding: 0;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
#ui-datepicker-div {
    z-index: 500 !important;
}
.ui-datepicker .ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-datepicker .ui-datepicker-header {
    padding: 5px 0;
    border: 0;
    background: #2e4d61;
    line-height: 24px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 25px;
    color: #fff;
    font-size: 1.333em;/*15->20*/
    font-weight: normal;
    line-height: 24px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-weight: 300;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 5px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: none;
    border: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    width: 9px;
    height: 12px;
    margin: -6px 0 0 -4px;
    background: url("../images/icons-sprite.png") -75px 0 no-repeat;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span {
    background-position: -85px 0;
}
.ui-datepicker .ui-datepicker-prev:hover span,
.ui-datepicker .ui-datepicker-prev:active span,
.ui-datepicker .ui-datepicker-prev:focus span {
    background-position: -103px -31px;
}
.ui-datepicker .ui-datepicker-next:hover span,
.ui-datepicker .ui-datepicker-next:active span,
.ui-datepicker .ui-datepicker-next:focus span {
    background-position: -112px -31px;
}
.ui-datepicker table {
    font-size: 1em;
    margin: 0;
}
.ui-datepicker table thead {
    background: #37bc9b;
}
.ui-datepicker th {
    font-size: 0.867em;/*15->13*/
    font-weight: normal;
    padding: 5px 0.3em;
    color: #fff;
}
.ui-datepicker td {
    border: 1px solid #e9e9e9;
    padding: 0;
    font-size: 1.067em;/*15->16*/
}
.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}
.ui-datepicker .ui-state-default {
    background: #fff;
    border: 2px solid transparent;
    color: #4d4d4d;
    font-weight: normal;
}
.ui-datepicker .ui-state-highlight {
    border-color: #2e4d61;
    background: #2e4d61;
    color: #fff;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .event-day .ui-state-default {
    color: #37bc9b;
}
.ui-datepicker .event-day .ui-state-highlight,
.ui-datepicker .event-day.active-popover .ui-state-default,
.ui-datepicker .event-day .ui-state-default:hover,
.ui-datepicker .event-day .ui-state-default:active,
.ui-datepicker .event-day .ui-state-default:focus {
    border-color: #37bc9b;
}
.ui-datepicker .ui-state-highlight.ui-state-active,
.ui-datepicker .event-day .ui-state-highlight.ui-state-default {
    color: #fff;
}
.ui-datepicker .ui-priority-secondary {
    color: #333;
    opacity: 0.4;
    filter: alpha(opacity=4);
}
/* END Datepicker */

/* Fancybox */
.fancybox-close{
    background:#fff;
    width:40px;
    height:42px;
    position:absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.fancybox-close:after{
    content:"";
    background:url('../images/icons-sprite.png') no-repeat -11px -47px;
    width:11px;
    height:11px;
    display: block;
    position: absolute;
    left:14px;
    top:16px;
}
.fancybox-skin{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.fancybox-nav span{
    width:24px;
    height:45px;
    margin-top:-22px;
    background-image: url('../images/icons-sprite.png');
}
.fancybox-prev span{
    background-position: -25px 0;
}
.fancybox-next span{
    background-position: -50px 0;
}
.fancybox-title{
    background:#fff;
    padding:0px;
    display: table;
    width: 100%;
}
.fancybox-title > div{
    padding:20px 23px 15px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto',sans-serif;
    font-size:13px;
    font-weight:300;
}
.fancybox-title > div h4{
    display:block;
    font-size:15px;
    margin:0px;
    padding:0 0 18px 0;
}
.fancybox-title > div.fancy_pages {
    padding:20px 0 15px 0;
    width:68px;
    background:#f4f4f4;
    color:#37bc9b;
    text-align: center;

}
/* END Fancybox */
/* --- END of Content --- */
/* --- Footer --- */
footer {
    width:100%;
    background-color: #25756d;
    color:#bdd0cd;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer nav {
    padding: 40px 0;
    background-color: #213847;
}
footer nav a {
    color: #d6d6d6;
}

.footer_menu,
.footer_menu ul {
    list-style: none outside none;
    padding:0;
    margin:0;
}
.footer_menu {
    position: relative;
}
.footer_menu > li {
    display: inline-block;
    width: 20%;
    line-height: normal;
    margin:0 -4px 0 0;
    padding-right: 1em;
    vertical-align: text-top;
}
.footer_menu > li:last-child {
    padding-right: 0;
    padding-left: 1em;
}
.footer_menu > li > a.no_link,
.newsletters_widget h3 {
    color: #fff;
    font-size: 0.933em;/*15->14*/
    font-weight: 500;
    cursor: default;
    text-transform: uppercase;
}
.footer_menu > li > a.no_link:hover,
.footer_menu > li > a.no_link:focus {
    text-decoration: none;
}
.footer_menu > li > ul {
    margin-top: 20px;
}
.footer_menu > li li {
    margin-top: 8px;
    font-size: 0.867em;/*15->13*/
    line-height: 1.154em;/*13->15*/
}

footer .footer_bottom {
    padding: 10px 0;
    font-size:0.933em;/*15->14*/
    line-height: 1.429em;/*14->20*/
    color: #d6d6d6;
    background-color: #2e4d61;
}
@media (min-width: 768px) {
    .footer_menu:before {
        display: block;
        width: 1px;
        height: auto;
        margin-left: -10px;
        content: "";
        background-color: #2e4d61;
        position: absolute;
        top:-40px;
        left: 0;
        bottom: 29px;
    }
    .footer_menu:after {
        display: block;
        width: 21px;
        height: 29px;
        margin-left: -25px;
        content: "";
        background: url("../images/icons-sprite.png") 0 -15px no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .footer_menu.items_4:before,
    .footer_menu.items_4:after {
        left: 80%;
    }
    .footer_menu.items_3:before,
    .footer_menu.items_3:after {
        left: 60%;
    }
    .footer_menu.items_2:before,
    .footer_menu.items_2:after {
        left: 40%;
    }
    .footer_menu.items_1:before,
    .footer_menu.items_1:after {
        left: 20%;
    }
}
@media (min-width: 321px) and (max-width: 767px) {
    footer nav {
        padding-bottom: 20px;
    }
    .footer_menu > li {
        width: 50%;
        margin-bottom: 20px;
    }
    .footer_menu > li:nth-child(2n) {
        padding-right: 0;
    }
    .footer_menu > li:last-child:nth-child(2n+1) {
        padding-left: 0;
        padding-right: 1em;
    }
}
@media (max-width: 320px) {
    footer nav {
        padding-bottom: 20px;
    }
    .footer_menu > li {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_menu > li,
    .footer_menu > li:last-child {
        padding-right: 0;
        padding-left: 0;
    }
}

/* Newsletters widget */
.newsletters_widget {
    color: #fff;
}
.newsletters_widget h3,
.newsletters_widget .error {
    margin:0 0 20px 0;
}
.newsletters_widget .error {
    color:#dd4400;
}
.newsletters_widget p {
    font-size: 0.867em;/*15->13*/
}
.newsletters_widget form {
    margin:0;
}
.newsletters_widget fieldset {
    margin-bottom: 20px;
}
.newsletters_widget .form-control {
    height:38px;
    line-height: normal;
    border:2px solid #2e4d61;
    font-size: 13px;
    color:#fff;
    background-color: #213847;
}
.newsletters_widget .has-error .form-control {
    border-color: #dd4400;
}
.newsletters_widget .form-control,
.newsletters_widget .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.newsletters_widget .form-control:active,
.newsletters_widget .form-control:focus {
    background-color: #274356;
}
.newsletters_widget .form-control::-webkit-input-placeholder {
    color:#fff;
}
.newsletters_widget .form-control::-moz-placeholder {
    color:#fff;
}
.newsletters_widget .form-control:-ms-input-placeholder {
    color:#fff;
}
/* END Newsletters widget */
/* Soc icons */
.soc_icons {
    float: right;
    margin:0;
    padding:0;
    list-style: none outside none;
}
.soc_icons li {
    display: inline-block;
    padding-left:14px;
    vertical-align: middle;
}
.soc_icons li a {
    color:#fff;
    font-size: 1.286em;/*14->18*/
}
.soc_icons li a:hover,
.soc_icons li a:active,
.soc_icons li a:focus {
    color: #37bc9b;
}
/* END Soc icons */
/* --- END of Footer --- */
