/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
body{
    background: #eaeaea;
}
.uk-block-large{
    padding-top: 0px;
    padding-bottom: 30px;
}
/* Logo footer */
.tm-footer .tm-logo-footer { 
    margin-top: -10px; 
}
.tm-logo{
    color: #fff;
    background: #2BA3D4;
    padding: 7px;
    border-radius: 5px;
}
.tm-logo:hover{
    text-decoration: none !important;
}
.tm-logo a:hover{
    text-decoration: none !important;
}
.logo1 h2{
    margin-bottom: 0px !important;
}
.uk-modal-dialog .tm-logo{
    display: none;
}
body.tm-navbar-fixed.tm-header-offset .tm-navbar:not(.tm-navbar-attached){
    background: transparent !important;
}
.tm-navbar .tm-icon{
    background: #2BA3D4;
    padding: 7px;
    border-radius: 5px;
}
.tm-navbar .tm-icon span{
    margin-left: -68px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}
.contact .tm-block-texture-2{
  background: #fff;  
}
.contact .uk-contrast h2{
    color: #303d4d;
}
.bgcolor .tm-container {
    background: #fff;
    color: #303d4d !important;
}
.uk-contrast {
    color: #303d4d;
}
.uk-contrast h1,.uk-contrast h2, .uk-contrast h3{
    color: #303d4d;
}
.tm-overlay-menu .uk-navbar-nav > li > a{
    line-height: 22px;
}
.contact-emailto a{
    color: #303d4d !important;
}
.tm-icon-close::before,.tm-icon-close::after{
    background:#2BA3D4 !important;
}
#tm-bottom-a{
    background: #EAEAEA;
}
.logo:hover{
    color: #fff;
}
.logo{
    font-size: 30px;
}
.logo span{
    font-size: 23px;
}
.logo-small{
  display: inline;      
}
.tm-navbar .tm-logo:hover{
    text-decoration: none !important;
}
.tm-main h4{
    margin: 0 0 10px 0;
    color: #303d4d;
    font-weight: 500;
}
.tm-main a{
   color: #303d4d !important;
   
}
input[type="email"]{
    border: 1px solid rgba(15, 138, 235, 0.4);
}
/*.uk-icon-calender{
    vertical-align: top !important;
}*/
.form-horizontal textarea{
    border: 1px solid rgba(15, 138, 235, 0.4);
}
.contact .uk-contrast{
    color: #636873 !important;
}
.tm-main p{
    margin:0 0 10px 0;
}
input[type="text"]{
    border:1px solid rgba(15, 138, 235, 0.4);
}
#overlay-menu .uk-modal-dialog {
  /* 1 */
  position: relative;
  top: 30px !important;
  /*added pinak*/
  float: right;
  width: 300px;
/*  margin: 0px 0px;*/
/*  margin: 50px auto;*/
  padding: 20px;
/*  width: 600px;*/
  
}
#tm-main{
    background: #fff;
}
.contactline{
    font-size: 18px;
    font-weight: 500;
}
.contactline .num, .contactline .rt{
    font-size: 21px;
}
.tm-sidebar-b .uk-panel-title{
    color: #2BA3D4;
    font-weight: bold;
}
 #tm-main-top h3{
    color: #2BA3D4;
    font-weight: bold;
}
#tm-main-bottom h3{
    color: #2BA3D4;
    font-weight: bold;
}
.tooltip1 .tooltip2 {
    outline:none; 
}
.tooltip1 .tooltip2:hover {
    text-decoration:none;
} 
.tooltip1 .tooltip2 {
    z-index:10 !important;
    display:none; 
    padding:14px 20px;
    margin-top:-30px; 
    margin-left:1px;
    width:86px; 
    line-height:16px;
}
.tooltip1:hover .tooltip2{
    display:inline; 
    position:absolute !important; 
    color:#111;
    border:1px solid #DCA; 
    background:#fff;
}   
.tooltip1 .tooltip2{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
.address p{
    margin: 10px 0px 10px 0px !important;
}
.contactcontact .contact-address{
    display: none !important;
}
.contactcontact h3{
    display: none !important;
}
.contactcontact .page-header h2{
    margin: 0 0 0px 0 !important;
} 
#contact-form legend{
    color: #000 !important;
    margin-bottom: 0px !important;
}
legend + .control-group {
    margin: 5px 0 5px 0 !important;
}
#contact-form fieldset{
    margin: 0 0 0px 0 !important;
}
.tm-sidebar-b p a{
    color: #000 !important;
}
/* footer */

.tm-footer{
    background-color: #2BA3D4;
}
.tm-footer a {
    color: #000;
}
.tm-footer a:hover {
    color: #000;
}
.footertext{
    color: #fff;
}
@media(min-width: 1600px){
    #overlay-menu .uk-modal-dialog{
        margin-right: 6%;
    }
}
@media(min-width: 1800px){
    #overlay-menu .uk-modal-dialog{
        margin-right: 11%;
    }
}
@media(min-width: 2000px){
    #overlay-menu .uk-modal-dialog{
        margin-right: 15%;
    }
}
@media(min-width: 2200px){
    #overlay-menu .uk-modal-dialog{
        margin-right: 18%;
    }
}
@media(min-width: 2400px){
    #overlay-menu .uk-modal-dialog{
        margin-right: 21%;
    }
}
@media(min-width: 2600px){
    #overlay-menu .uk-modal-dialog{
        margin-right: 23%;
    }
}