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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
article.uk-article {
  margin-bottom: 15px;
}

p {
  margin: 3px !important;
}

.uk-article-title {
  margin-bottom: 0 !important;
}

.width30box {
  width: 30%;
}

.width70box {
  width: 70%;
}

.blueBox {
  background: #9f50ac;
  padding: 10px;
  border-radius: 5px;
  color: white;
}

.contact-ajax .ctajax-element .el-inner input {
  color: #fff !important;
}

.uk-navbar-content {
  height: auto !important;
}


h3 a {
  font-size: 14px;
}

body {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .imageResponsive {
    width: 100%;
  }
  
  .tm-footer {
    margin-top: 0 !important;
  }
  
  .boxHover {
    width: 50%;
  }
}

@media (max-width: 449px) {
  .width30box {
    width: 100%;
  }
  
  .width70box {
    width: 100%;
  }
  
  ul {
    padding-left: 0;
  }
  
  
  .boxHover {
    width: 80%;
  }
}

@media (max-width: 1201px) {
  .logo70 {
    display: none;
  }
  
  .uk-navbar-flip {
    width: 70%;
  }
  
  .tm-logo {
    width: 30%;
}
}

@media (min-width: 1203px) {

    .tm-logo {
      width: 50%;
    }
    
.logo30 {
  width: 30%;
  height: auto;
  float: left;
}

.logo70 {
  width: 70%;
  float: right;
}

.uk-navbar-flip {
  width: 50%;
}
    
 .tm-logo {
      width: 50%;
    }
}
  
  .uk-navbar-flip {
    margin-top: 30px;
  }
  

.uk-panel-box-primary {
  border-radius: o !important;
  border: 2px solid rgba(255,255,255,0.25);
}

.tm-block-divider {
  margin-top: 10px !important;
  padding-top: 10px !important;
}

h3 {
  font-size: 20px !important;
  text-transform: uppercase;
}

.uk-panel-title {
  text-transform: uppercase;
}

@media (min-width: 1203px) {

.logo30 {
  width: 30%;
  height: auto;
  float: left;
}

.logo70 {
  width: 70%;
  float: right;
}

.uk-navbar-flip {
  width: 50%;
  margin-top: 30px;
}
}


.uk-navbar-brand {
  margin-top: -20px;
  height: auto !important;
  margin: 0 0 0 0 !important
}

.tm-logo h3 {
  margin-top: -5px;
  margin-left: 20px;
  font-style: italic;
}

.uk-navbar-nav {
  float: right;
}

.tm-block-dark {
  padding: 0 !important;
}

.tm-top-a {
  margin-top: 0;
}

.tm-main-top {
  margin-top: 20px;
}


.uk-article-title {
  font-size: 32px !important;
}

.tm-block {
  margin-bottom: 0 !important;
}


.boxHover {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.boxHover:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);         
  transform: scale(1.1);
}

.tm-panel-padding-horizontal {
     padding: 0 !important;

      }

.social {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.social:hover  {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);         
  transform: scale(1.1);
}
  