/*
	font-family
	font-size
	color
	background-color
	border-color
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic);

a{

	}
	a:hover{

	}
	a:not([class]):focus,
	a:not([class]):active,
	a:not([class]):visited{

	}

h1, h2, h3,
.h1, .h2, .h3{
	font-family: 'Open Sans Condensed', sans-serif;
}

/*
 * fonts
 */
.ab__font{font-size: 14px;font-family: 'Open Sans', sans-serif;} /*main font body*/

	.ab__font__sub{font-family: 'Open Sans Condensed', sans-serif;}

	.ab__font__mid{font-size: 16px;}
		@media screen and (max-width:767px) {.ab__font__mid{font-size: 14px;}}

	.ab__font__big{font-size: 18px;}
		@media screen and (max-width:767px) {.ab__font__big{font-size: 16px;}}

/*
 * colors
 */
 .ab__color{color: #333;} /*body news-calendar__date-now*/
a.ab__color:hover,
a.ab__color:focus,
a.ab__color:active,
a.ab__color:visited{}

	 .ab__color__sub{}
	a.ab__color__sub:hover,
	a.ab__color__sub:focus,
	a.ab__color__sub:active,
	a.ab__color__sub:visited{}

	 .ab__color__sub-2{}
	a.ab__color__sub-2:hover,
	a.ab__color__sub-2:focus,
	a.ab__color__sub-2:active,
	a.ab__color__sub-2:visited{}

	 .ab__color__sub-3{color: #ffffff;} /*photo-sects__item-link*/
	a.ab__color__sub-3:hover,
	a.ab__color__sub-3:focus,
	a.ab__color__sub-3:active,
	a.ab__color__sub-3:visited{color: #ffffff;}

	 .ab__color__sub-4{}
	a.ab__color__sub-4:hover,
	a.ab__color__sub-4:focus,
	a.ab__color__sub-4:active,
	a.ab__color__sub-4:visited{}

/*
 * backgrounds
 */
.ab__background{background: url('./images/bg.jpg') #e7e7e7;} /*body*/

	.ab__background__sub{background: #f7f6f0;} /*wrapper*/

	.ab__background__sub-2{background: #fff;} /*index-img news-list__item news-detail__text*/

	.ab__background__sub-3{background: #333;} /*header-menu__active-line photo-sects__item*/

	.ab__background__sub-4{}

/*
 * borders
 */
	.ab_border-color__sub{border-color: #f7f6f0;} /*photo__section-img*/

	.ab_border-color__sub-2, .header-menu__item-link:focus{border-color: #333;} /*header-menu__item-link-active */

	.ab_border-color__sub-3, hr{border-color: #ccc;}

	.ab_border-color__sub-4{border-color: #ccc;} /*index-img news-list__item news-detail__text*/

.ab__border-color{border-color: #ccc;} /* header-menu__item-link navbar-header header footer__inner*/

/*
 * custom
 */
.photo__section-img, .photo__sect-index-img{
	border-left-color: #f7f6f0 !important;
}
.photo__section-img:after, .photo__sect-index-img:after{
	outline-color: #ccc;
}
@media screen and (max-width:767px) {
	.header__title{
		border-color: #ccc;
	}
	.header-menu__item-link:hover, .header-menu__item-link-active{
		border-color: #333 !important;
	}
}
.news-list__item, .news-detail__text{
	background: none;
	border: none;
}
