/*   
Theme Name: Kudin Theme
Version: 1.0
Description: Шаблон для сайта Андрея Кудина
Author: Yakuza
Author URI: http://webio.pro
*/

body {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  overflow-y: scroll;
}
.hidden-scroll .navbar .container {
  padding-left: 7px;
  padding-right: 23px;
}
.sl-overlay {
  background: #000 !important;
}

/* ШАПКО */

.navbar-custom {
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  font-weight: 300;
}
.navbar-custom .navbar-nav li a {
  color: #666;
}
.navbar-custom .navbar-nav li a:hover {
  color: #555;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #000;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #B4CED9;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #B4CED9;
}
.navbar-custom .navbar-toggle {
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
  border-color: #ddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fff;
  color: red;
  border-color: red;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    background: rgba(255,255,255,0);
  }
  .affix-top .navbar-brand {
  	padding: 0px 15px;
  	margin-top: -5px;
  }
  .affix .navbar-brand {
  	padding: 10px 15px;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }
  .navbar-custom.affix {
    padding: 10px 0;
    background: rgba(255,255,255,0.9);
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .logo:after {
  	opacity: 0;
  }
  .affix-top .logo:before {
  	content: " ";
  	display: block; 
  	background: url(biglogo.png);
  	background-size: contain;
  	background-repeat: no-repeat;
  	height: 70px;
  	width: 70px;
  	opacity: 1;
    float: left;  
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: opacity 1s ease;
  }

  .affix .logo:after {
  	content: " ";
  	display: block; 
  	background: url(smalllogo.png);
  	background-size: contain;
  	background-repeat: no-repeat;
  	height: 100px;
  	width: 200px;
  	opacity: 1;
    float: left;  
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: opacity 1s ease; 
  }
  .affix .logo:before {
  	content: " ";
  	opacity: 0;
  	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: opacity 1s ease;
  }
  .affix-top .logo:after {
  	content: " ";
  	opacity: 0;
  	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: opacity 1s ease;
  }
  .container .hero-carousel {
  	margin-top: 100px;
  	padding: 0px;
  }
}

/* Карусель */

/* hero-carousel
------------------------- */

.hero-carousel {
  margin-bottom: 15px;
  background-size: cover;
}

.hero-carousel__cell {
  width: 100%;
  height: 240px;
  color: white;
}

.hero-carousel__cell__content {
  padding: 20px 60px 0;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 55px;
  text-align: right;
}

.hero-carousel h1 {
  font-size: 3.2rem;
  line-height: 1.0;
  margin: 0;
  padding-top: 40px;
}

.hero-carousel .tagline {
  font-size: 1.4rem;
  line-height: 1.0;
  margin: 0;
  color: #444;
}

.hero-illustration {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.hero-carousel__cell--2 {

}

.hero-carousel__cell--5 {

}

.slogan {
  line-height: 1.2;
  margin: 0;
}

.slogan--easy,
.slogan--fun {
  font-size: 2.2rem;
  line-height: 1.1;
}

.slogan--tagline {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #444;
}

.feature-list {
  font-size: 1.8rem;
  list-style: none;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.feature-list li {
  margin-bottom: 10px;
}

.hero-carousel__cell--3 {

}

.hero-carousel__cell--4 {

}

.by-line {
  line-height: 1.2;
  margin: 0;
  font-size: 1.8rem;
}

.by-line--made {
  padding-top: 20px;
  margin-bottom: 10px;
  color: #444;
}

@media screen and ( max-width: 500px ) {
  /* hide first cell content on small devices */
  .hero-carousel h1,
  .hero-carousel .tagline {
    display: none;
  }

}

@media screen and ( min-width: 500px ) {
  .hero-carousel__cell--1  .hero-carousel__cell__content {
    padding-right: 260px;
  }

  .hero-illustration {
    position: absolute;
    right: 60px;
    top: 20px;
  }
}

/* ---- large device styles ---- */

@media screen and ( min-width: 768px ) {

  .hero-carousel__cell {
    height: 500px;
  }

  .hero-carousel__cell__content {
    padding-top: 40px;
  }

  .hero-carousel h1 {
    font-size: 5.8rem;
  }

  .hero-carousel .tagline {
    font-size: 2.1rem;
  }

  .hero-illustration {
    top: 80px;
  }

  .slogan--easy,
  .slogan--fun {
    font-size: 4.8rem;
  }

  .slogan--tagline {
    margin-top: 20px;
    font-size: 2.4rem;
  }

  .feature-list {
    font-size: 3.1rem;
  }

  .feature-list li {
    margin-bottom: 20px;
  }

  .by-line {
    font-size: 3.1rem;
  }

  .by-line--made {
    padding-top: 40px;
    margin-bottom: 20px;
  }

}

@media screen and ( min-width: 960px ) {

  .hero-carousel__cell--1  .hero-carousel__cell__content {
    padding-right: 400px;
  }

  .hero-carousel h1 {
    font-size: 7.8rem;
  }

  .hero-illustration {
    max-width: 400px;
    top: 20px
  }

}

.flickity-prev-next-button {
	background: hsla(0,0%,100%,.0);
}
.flickity-prev-next-button:hover {
	background: hsla(0,0%,100%,.2);
}
.flickity-prev-next-button .arrow {
	fill: hsla(0,0%,100%,.7);
}

.hero-carousel h2 {
	color: #fff;
	text-shadow: 0px 2px 3px #333;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.hero-carousel a {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	background: hsla(0,0%,0%,.4);
	padding: 5px 10px;
}
.hero-carousel a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	padding: 5px 10px;
	border-bottom: 1px solid red;
}



/* ПЛИТОЧКА */
.bestmain {
	padding: 0px;
}
.bestmain .row {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}
.mainblogtitle {
	margin-top: 25px;
	color: #555; 
}
.thumbnail {
	border: none;
	margin-bottom: 5px;
}
.thumbnail img {
	width: 99%;
}

/* ПЛИТОЧКА  доп услуг на главной */

.dopuslugi {
	padding: 0px;
	margin-top: 20px;
}
.dopuslugi .row {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}
.dopuslugi h3 {
	font-weight: 400;
	margin-top: 15px;
	font-size: 1.2em;
}
.dopuslugi img {
	font-weight: 300;
	margin-top: 0px;
	border-bottom: 1px solid #ff7f7f;
}
.dopuslugi a {
	color: #000;
}
.dopuslugi a:hover {
	text-decoration: none;
}

/* SEO текст на главной */
.seoshmeo {
	font-size: 1em;
	text-align:justify;
}
.seoshmeo h1 {
	font-weight: 400;
	text-align: center;
	font-size: 1.3em;
}
.seoshmeo p {
  margin-bottom: 0px;
}

/* Подвал */

footer .container {
	padding: 15px 0px 10px 0px;
	border-top: 1px solid #efefef;
}
footer .tells {
	font-size: 1em;
  padding-top: 8px;
}
.socials img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 30px;
  border-radius: 3px;
  opacity: 0.5;
  margin-top: 15px;
}
.socials img:hover {
  opacity: 1;
}
.copy {
  font-size: 0.8em;
  color: #777;
}

.pluso-facebook, .pluso-google, .pluso-vkontakte, .pluso-more {
   -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  opacity: 0.5;
}

.pluso-facebook:hover, .pluso-google:hover, .pluso-vkontakte:hover, .pluso-more:hover {
  opacity: 0.9;
}
.pliso-logo, .pluso-go {
  opacity: 0;
}
.pluso-promo {
  display: none !important;
}


/* ---- grid ---- */

.grid {
  background: #fff;
}
.pf {
  max-width: 1170px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 100px;
  padding-bottom: 25px;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
.grid-sizer {
	width: 25%;
}
.grid-item {
  width: 25%;
  height: 300px;
  float: left;
  background: #ccc;
  border: 2px solid #fff;
}
.grid-item--width2 { width: 50%; }
.grid-item--height2 { height: 600px; }

@media screen and ( max-width: 425px ) {
  .grid-item {
  width: 50%;
  height: 300px;
  float: left;
  background: #ccc;
  border: 2px solid #fff;
}
.grid-item--width2 { width: 50%; }
.grid-item--height2 { height: 300px; }
}

.grid-item div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Отзывы */
.otzivi .container {
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
}
.otzivi h1 {
	font-weight: 300;
	font-size: 2em;
	text-align: center;
	padding-bottom: 15px;
    text-transform: uppercase;
}
.otzivi .row { 
	margin-top: 75px;
}
.otzivi img {
	width: 175px;
	border-radius: 100px;
	border: 1px solid #f2f2f2;
	float: right;
}
.otzivi blockquote {
	font-weight: 300;
	border: none;
	font-size: 1em;
	padding-left: 0px;
	padding-top: 0px;
	text-align:justify;
}
.otzivi blockquote p {
	font-weight: 400;
	font-size: 1em;
	
}
.otzivi blockquote i {
	color: #e6e6e6;
	font-size: 1em;
}

/* Одна запись блога */

.singleblog .container {
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
}
.singleblog h1 {
	font-weight: 300;
	font-size: 2em;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}
.singleblog .text-center {
	font-weight: 300;
	font-size: 2em;
	padding-top: 20px;
	text-align: center;
    text-transform: uppercase;
}
.singleblog div.col-md-6 {
	padding: 25px 0px 0px 0px;
}
.singleblog .topp {
  font-size: 1em;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: justify;
  font-weight: 300;
}
.singleblog p {
	font-size: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
	font-weight: 300;
}
.singleblog img:nth-child(even) {
	padding-bottom: 5px;
	float: right;
}
.singleblog img:nth-child(odd) {
	padding-bottom: 5px;
	float: left;
}

/* Услуги */

.uslugi .container {
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
}
.uslugi h1 {
	font-weight: 300;
	font-size: 2em;
	text-align: center;
	padding-bottom: 15px;
    text-transform: uppercase;
}
.uslugi .uslugi-unit {
	height: 300px;
	border: 5px solid #fff;
	padding: 0px;
	background-position: center !important;
	background-size: cover !important;
  overflow: hidden;
}
.uslugi .uslugi-unit a {
  display: block;
  height: 300px;
  position: relative;
  top: 0;
  padding-top: 230px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.uslugi .uslugi-unit h2 {
	text-align: center;
	font-weight: 300;
	color: #fff;
	font-size: 1em;
  height: 40px;
	background: rgba(0,0,0,0.25);
	padding: 12px 0px 15px 0px;
  text-transform: uppercase;
      -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.uslugi .uslugi-unit:hover h2 {
	border-bottom: 1px solid red;
    background: rgba(0,0,0,0);
}
.uslugi .uslugi-unit a:hover {
	 text-decoration: none;
  background: rgba(0,0,0,0.25);
}

/* Блог */

.blog .container {
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
}
.blog h1 {
	font-weight: 300;
	font-size: 2em;
	text-align: center;
	padding-bottom: 15px;
    text-transform: uppercase;
}
.blog .uslugi-unit {
	height: 300px;
	border: 5px solid #fff;
	padding: 0px;
	background-position: center !important;
	background-size: cover !important;
	text-align: center;
	overflow: hidden;
}
.blog .uslugi-unit a {
  display: block;
  height: 300px;
  position: relative;
  top: 0;
  padding-top: 230px;
      -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog .uslugi-unit h2 {
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 1em;
  height: 40px;
  background: rgba(0,0,0,0.25);
  padding: 12px 0px 15px 0px;
  text-transform: uppercase;
      -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog .uslugi-unit:hover h2 {
  border-bottom: 1px solid red;
  background: rgba(0,0,0,0);
}
.blog .uslugi-unit a:hover {
	text-decoration: none;
  background: rgba(0,0,0,0.25);
}
.numblog {
	background: #ff6666;
	color: #fff;
	padding: 0px 10px 2px 10px;
	position: relative;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
}

/* СЕО страница */
.contentpage .container {
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
}
.contentpage h1 {
	font-weight: 300;
	font-size: 2em;
	text-align: center;
	padding-bottom: 15px;
    text-transform: uppercase;
}
.contentpage h2 {
	font-weight: 300;
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 15px;
}
.contentpage .row { 
	margin-top: 75px;
}
.contentpage p {
	font-size: 1em;
	margin-bottom: 3px;
	text-align: justify;
}
.contblogs, .contblogs .row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px;
}
.contentpage form {
	text-align: center;
	padding: 0px 0px 15px 0px;
}
.contentpage form input {
	margin-right: 10px;
}
.contentsocials {
	text-align: center;
	padding-bottom: 25px;
	color: #777;
}
.contentsocials img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 30px;
  border-radius: 5px;
  opacity: 0.5;
}
.contentsocials img:hover {
  opacity: 1;
}
#exampleInputName2 {
	width: 195px;
}
.contentpage h3 {
	font-size: 1.2em;
	color: #777;
	font-weight: 300;
}
.blogcat a {
	color: #000;
}
.blogcat p {
	padding: 0px 0px 5px 0px;
}
a.podkat {
	color: red;
	opacity: 0.5;
}
.blogunit {
	background: url(podkat.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	padding-top: 5px;
	display: block;
	position: relative;
	margin-bottom: 35px;

}
.blogunit .col-md-6 {
	padding-top: 10px !important;
}
.pagination a {
	color: #777 !important;
}
.pagination>.active>span {
  color: #ccc;
	background: #eee;
	border-color: #ccc;
}
.pagination>.active>span:hover {
  color: #ccc;
  background: #eee;
  border-color: #ccc;
  }
.pagination .active:hover {
	background: #eee;
	border-color: #ccc;
}
.pagination {
  margin: 0px;
}

.singleblog .v {
  width: 582px;
  height: 877px;
}







.current_page_item a {
  color: red !important;
}

.contentpage .col-md-4 ul {
padding: 0; /* Убираем поля */
margin-left: 20px; /* Отступ слева */
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 10px !important;
  margin-right: 0px;
}


@media (min-width: 760px) {
   .sl-wrapper .sl-navigation button.sl-next {
  margin-right: 35px;
} 
.sl-wrapper .sl-navigation button.sl-prev {
  margin-left: 35px;
} 
}

@media (min-width: 1600px) {
  .sl-wrapper .sl-navigation button.sl-next {
  margin-right: 314px;
}
.sl-wrapper .sl-navigation button.sl-prev {
  margin-left: 290px;
} 
}

.cme-btn {
  box-shadow: 0 3px 0 #20a157;
  background: #5cb85c;
  margin-bottom: 5px;
  opacity: 0.8;
}
.cme-btn:hover {
  box-shadow: 0 3px 0 #b6deba;
  background: #d8edda;
  margin-bottom: 5px;
  opacity: 0.8;
}

@media (max-width: 425px) {
body {
  padding: 0px 10px 0px 10px;
}
.flickity-slider div {
  background-size: cover;
  background-position: center;
}
.dopuslugi h3 {
  font-size: 0.7em;
}
  .navbar-header {
    display: block; 
    background: url(smalllogo.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 50%;
  }
  footer div {
    text-align: center !important;
  }
  footer .socials {
   padding-bottom: 10px;
  }
  .blogunit img {
  max-width: 100% !important;
}
  .blogunit img {
  width: 425px !important;
  height: auto;
}
.blogunit img.v {
  width: 425px !important;
  height: auto;
}
.form-group input {
  text-align: center;
  width: 100% !important;
}
.kudinava {
	text-align: center;
}
.kudinava img {
  width: 80% !important;
}

.avatar {
  text-align: center;
}
.otzivi img {
  float: none;
}
.otzivtext p {
    text-align: center;
    padding-top: 5px;
}
blockquote {
  padding-right: 0px;
}
} 




@media (max-width: 375px) {
.hero-carousel__cell__content a {
 display: block;
 width: auto;
}
.blogunit img {
  width: 375px !important;
  height: auto;
}
.blogunit img.v {
  width: 375px !important;
  height: auto;
}
.avatar {
  text-align: center;
}
.otzivi img {
  float: none;
}
.kudinava {
	text-align: center;
}
.kudinava img {
  width: 80% !important;
}
.otzivtext p {
    text-align: center;
    padding-top: 5px;
}
blockquote {
  padding-right: 0px;
}
.form-group input {
  text-align: center;
  width: 100% !important;
}
} 



@media (max-width: 768px) {
.hero-carousel__cell__content a {
 display: block;
 width: auto;
}
.blogunit img {
  width: 768px !important;
  height: auto;
}
.blogunit img.v {
  width: 768px !important;
  height: auto;
}
.avatar {
  text-align: center;
}

.otzivi img {
  float: none;
}
.kudinava {
	text-align: center;
}
.kudinava img {
  width: 250px !important;
}
.otzivtext p {
    text-align: center;
    padding-top: 5px;
}
blockquote {
  padding-right: 0px;
}
.form-group input {
  text-align: center;
  width: 100% !important;
}
  footer div {
    text-align: center !important;
  }
  footer .socials {
   padding-bottom: 10px;
  }
  .menu-item a {
  	font-size: 0.8em;
  }
} 


@media (max-width: 1024px) {
.hero-carousel__cell__content a {
 display: block;
 width: auto;
}
.blogunit img {
  width: 100% !important;
  height: auto;
}
.blogunit img.v {
  width: 100% !important;
  height: auto;
}
.avatar {
  text-align: center;
}
.otzivi img {
  float: none;
}
.kudinava {
	text-align: center;
}
.kudinava img {
  width: 300px !important;
}
.otzivtext p {
    text-align: center;
    padding-top: 5px;
}
blockquote {
  padding-right: 0px;
}
.form-group input {
  text-align: center;
  width: 100% !important;
}
  footer div {
    text-align: center !important;
  }
  footer .socials {
   padding-bottom: 10px;
  }
  .menu-item a {
    font-size: 0.8em;
  }
}





/* Fixes */

.sl-wrapper .sl-navigation button {
  color: #fff !important;
}