﻿.main_menu > li [class|="icon"] {
    margin-top: -5px;
}
.tabs_nav {
    width: 99%;
    margin: 0px 8px 30px;
}
.tabs_nav li {
    display: table-cell;
    width: 1%;
    float: none;
    text-align: center;
    height: 60px;
}
.tabs_nav li a { height: 60px; }
.tabs_nav li:hover a {
    background: #00aeef;
    color: #fff;
}
#map-canvas, #map {
    height: 400px;
}
.rptGrid {
    width: 100%;
}
.rptGrid .rptHeader {
    display: none;
}
.rptGrid td {
    border-color: transparent;
}
.CaptchaContainer > div {
    margin: 0px auto;
}
.submenu-item a {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ecf0f1;
    color: #999;
}
.submenu-item a:hover {
    color: #fff;
    background-color: #00aeef;
}
.top-header {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 5px;
}
.top-header [role="navigation"] {
    margin-right: 10px;
}
[role="banner"] [role="search"]:not(.type_3) input[type="text"] { position: relative; top: 20px; }
.social_icons {
    margin-right: 10px;
    position: relative;
    top: 10px;
}
.lang-btn {    
    float: right;
    position: absolute;
    bottom: 5px;
    right: 0px;
}
.lang-btn a {
    display: block;
    padding: 5px 15px;
    background-color: #00aeef;
    color: #fff;
    border-radius: 5px;
}
.lang-btn a:hover { background-color: #0076a3; color: #fff; }
.tp-rightarrow.default, .tp-leftarrow.default { border-color: transparent !important; }
textarea, .select_title, input:not([type="submit"]) { border: 1px solid #c7cdd1; }
.slider-caption-new {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    z-index: 1;
    color: #000;
    font-size: 16px;
    text-align: center;
}
.slider-caption-new a {
    color: #00aeef;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
    margin-left: 20px;
}
.slider-caption-new a:hover {
    text-decoration: none;
    color: #0076a3;
}
@media(max-width: 700px) {
    .slider-caption-new { background-color: rgba(255, 255, 255, 0.6); font-size: 12px; }
}
@media(max-width: 900px) {
   .logo img { max-width: 300px; }
   #menu_button { margin-top: 20px; }
}
.project-details-carousel .owl-controls .owl-buttons {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 0px;
    width: 100%;
}
.project-details-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 10px;
    background-image: url(../../images/prev.png);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 15px !important;
    background-position: 15px 8px;
    background-repeat: no-repeat;
    text-indent: 1000px;
}
.project-details-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 10px;
    background-image: url(../../images/next.png);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 15px !important;
    background-position: 15px 8px;
    background-repeat: no-repeat;
    text-indent: 1000px;
}