/* -------------------------------------------------------------

	

    Minth's Stylesheet for Custom Styles

    Created By: Amazyne Themes

    

---------------------------------------------------------------- */

/* замена лоадинга (начало) (21.01.2016) */
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 70px;
    margin-top: -20px;
    margin-left: -20px;
    background: rgba(0, 0, 0, 0) url("/images/pulse.gif") repeat scroll 0 0;
}
/* замена лоадинга (конец) (21.01.2016) */
/* замена лого (начало) (21.01.2016) */
.main-nav a.logo img {
/*	height: 30px;*/
    vertical-align: top;
    width: 96px;
}
/* замена лого (конец) (21.01.2016) */
/* полоса (начало) (21.01.2016) */
.navbar-nav li.dropdown a.top-menu:before {
  position: absolute;
  content: " ";
  bottom: -15px;
  width: 0;
  border-bottom: 3px solid #3F4DA1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s; }
.navbar-nav li.dropdown:hover a.top-menu:before, .navbar-nav li.dropdown.active a.top-menu:before{
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
/* полоса (конец) (21.01.2016) */
/* шрифт (начало) (21.01.2016) * /
.navigation.dark-dropdown .main-nav .navbar-nav li a {font-weight: bold;}
/ * шрифт (конец) (21.01.2016) */
/* текст на главной h1 (начало) (21.01.2016) */
.theme-background-section h1{text-shadow: 0 0 5px rgba(0, 0, 0, 1);}
/* текст на главной h1 (конец) (21.01.2016) */
/* текст на главной h2 (начало) (21.01.2016) */
.theme-background-section h2{text-shadow: 0 0 5px rgba(0, 0, 0, 1);}
/* текст на главной h2 (конец) (21.01.2016) */
/* текст на главной h5 (начало) (21.01.2016) */
.theme-background-section h4{text-shadow: 0 0 5px rgba(0, 0, 0, 1);}
/* текст на главной h5 (конец) (21.01.2016) */
/* текст на главной h5 (начало) (21.01.2016) */
.theme-background-section h5{text-shadow: 0 0 5px rgba(0, 0, 0, 1);}
/* текст на главной h5 (конец) (21.01.2016) */
/* поиск (начало) (21.01.2016) */
.search-field {color:#ccc;}
/* поиск (конец) (21.01.2016) */
/* recaptcha (начало) (15.02.2016) */
.g-recaptcha div {    margin: auto;}
/* recaptcha (конец) (15.02.2016) */
/* pictures (начало) (15.02.2016) */
.portfolio.grid-4 .item {    overflow: hidden;  height: 170px;}
/* pictures (конец) (15.02.2016) */
.s-inn-list-color li i{background-color: #3D4CA2 !important}
.s-inn-fw-bold li i {font-weight: bold;}

.hclass {
    color: #000;
    font-family: "Forum",cursive;
    font-weight: 300;
    letter-spacing: 1px;
}

.latest-projects li.llightbxbg {
    width: 80px;
    height: 80px;
}
.latest-projects li.llightbxbg a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}