ul {list-style: none; margin: 0;}
ul li {padding: 3px 0 3px 0;}

footer.main-footer p {
    text-align: left !important;
}

.meta-header {
padding-bottom: 50px;
}

.image-post-format {
position: relative;
min-height: 400px;
max-width: 360px;
background-color: white;
margin: 30px 0 30px 0;
}

.grid-1-3 .image-post-format{
margin-top: -7px;
}

.image-post-format .image-wrapper {
height: 196px;
}

.image-post-format img {
width:100%;
height: auto;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;

margin: auto;

-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.image-post-format a {
color: red !important;
}

.news-image {
position: relative;
margin: 0;
overflow:hidden;
}

.post-actions-wrapper {
position: absolute;
bottom: -40px;

background: rgba(0,0,0,.5);
color: white;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
width: 100%;
padding: 10px;

-webkit-transition: bottom 0.3s ease;
-moz-transition: bottom 0.3s ease;
-o-transition: bottom 0.3s ease;
transition: bottom 0.3s ease;
}

.image-post-format:hover .post-actions-wrapper {
bottom:0;
}

.image-post-format:hover img {
-ms-transform: scale(1.1,1.1); /* IE 9 */
-webkit-transform: scale(1.1,1.1); /* Safari */
transform: scale(1.1,1.1);
}

.post-content-wrapper {
padding: 10px;
}

.background-white {
background-color: white;
}

.news-content {padding-right: 20px;}
.news-content ul#newsesList li {border-bottom: 1px solid silver; padding: 10px 0 10px 0;}
.news-content .page-wrapper img {width:233px; margin-right: 20px;}

ul.gallery-images {
    list-style: none;
}

ul.gallery-images li {
    display: none;
    width: 277px;
    height: 155px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

ul.gallery-images li img {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    right: 0;
    width: 277px;
    height: auto;
    margin-right: auto;
    margin-left: auto;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.gallery-images li .info {
    position: absolute;
    top:0;
    width: 277px;
    height: 100%;
    color: white;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;

    background: rgba(240,84,44,0);
}

ul.gallery-images li:hover .info{
    background: rgba(240,84,44,.7);
}

ul.gallery-images li .info h1 {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    width: 277px;
    color: white;
    opacity: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.gallery-images li .info p {
    position: absolute;
    top: 65px;
    left: 15px;
    text-align: center;
    width: 200px;
    border: 1px solid white;
    margin: 0 auto;
    padding: 10px 20px 10px 20px;
    color: white;
    opacity: 0;

    -webkit-transform: scale(2,2);
    -moz-transform: scale(2,2);
    -ms-transform: scale(2,2);
    -o-transform: scale(2,2);
    transform: scale(2,2);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.gallery-images li:hover .info h1 {
    opacity: 1;
    top: 15px;
}

ul.gallery-images li:hover .info p {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

ul.gallery-images li:hover img {
    width: 350px;
    height: auto;
}

.lightbox {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,.8);
    z-index: 9999;
}

.lightbox img {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    max-height: 90%;
    -webkit-box-shadow: 0 0 20px black;
    -moz-box-shadow: 0 0 20px black;
    box-shadow: 0 0 20px black;
}

.cat a {
    cursor: pointer;
}

.copyrights {
    background-color: #000 !important;
}

img.partner {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 250px;
    max-height: 250px;
}

#menu-services {
    list-style: circle;
}

.owl-item {
    height: 170px; // Set as required
    position: relative;
}

.owl-item img {
    position: absolute;
    max-height: 170px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    transform: translate3d(0,-50%,0);
    margin: 0 auto;
}

.read-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.modal-xlg {
    width: 1300px !important;
}

h2 {
    font-weight: 900 !important;
}

.overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:450px;
    top:450px;
    margin-top:-450px;
}

#contactForm input[type=checkbox] {
    display: inline-block;
}

#contactForm label {
    display: inline-block
}

.logo img {
    position: absolute;
    top:-29px;
    left:0;
    height: 100px;
    width: 280px;
}

#main-menu .menu {
    text-align: right !important;
}

.page-wrapper {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

ul.aluminium li {
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

ul.aluminium li:nth-child(odd) {
    background-color: whitesmoke;
}

#main-menu .menu > .menu-item:last-child {
    padding: 3px 0 0 15px;
}

#footer-sidebars .footer-{
    border-bottom: solid 1px rgba(237,237,237,0.2);
    margin-bottom: 30px;
}

#footer-sidebars img {
    margin-top: 20px;
}

header.main-header .header-center {
    display: inline-block;
}



#open-menu {
    position:fixed;
    display: none;
    top:30px;
    left:290px;
    font-size: 38px;
    cursor: pointer;
    z-index:9999;
}

.mobile-menu {
    position: fixed;
    display: none;
    width: 280px;
    height: 100%;
    background: rgb(237,237,237);
    color: black;
    top: 0;
    left: 0;
    z-index:9999;
}

.mobile-menu ul li {
    text-align: left;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(241,241,241);
}

.mobile-menu a {
    color: black;
    font-weight: bold;
    padding:0;
}

.mobile-menu a:hover {
    color: red;
}

.white-background {
    position: fixed;
    display: none;
    left:0;
    top:0;
    background: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.mobile-language-select {
    position: absolute;
    right: 10px;
    top: 20px;
    display: none;
}

.mobile-language-select div {
    padding: 10px;
    display: inline-block;
}

.mobile-language-select a {
    color: black;
}

.mobile-language-select div.selected {
    color: red;
}

.footer-header {
    border-bottom: solid 1px rgba(237,237,237,0.2);
    margin-top: -30px;
    margin-bottom: 30px;
}

/*.a-bigtitle-white {*/
    /*text-shadow: -1px 0 rgb(196,210,223), 0 1px rgb(196,210,223), 1px 0 rgb(196,210,223), 0 -1px rgb(196,210,223);*/
/*}*/

.tp-splitted, .tp-caption {
    /*text-shadow: -1px 0 rgb(196,210,223), 0 1px rgb(196,210,223), 1px 0 rgb(196,210,223), 0 -1px rgb(196,210,223);*/
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.add-new-opinion {
    color: silver;
    font-size: 20px;
    background-color: whitesmoke;
    width: 100%;
    height: 200px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    line-height: 200px;
}

.form-group input {
    width: 49%;
    display: inline-block;
}

.form-group input:not(:first-child) {
    margin-left: 7px;
}

@media screen and (max-width: 960px)
{
    .mobile-language-select {
        display: block;
    }
    .mobile-menu {
        left: -280px;
        display: block;
    }

    #open-menu {
        left: 10px;
        display: block;
    }

    .header-content-wrapper {
        height: 90px;
    }

    .header-content-wrapper img {
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 480px)
{
    .mobile-language-select {
        top: 10px;
    }

    .header-content-wrapper {
        height: 60px;
    }

    #open-menu {
        top: 15px;
    }

    .form-group input:not(:first-child) {
        margin-left: 3px;
    }
}