html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: 'Open Sans Condensed';
	font-size: 20px;
	/*font-size: 14px;*/
	/*line-height: 1.3em;*/
	color: #2c2e39;
	height: 100%;
	background-color: #fff;

}

P {
	margin: 20px 0px;
}

UL {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
UL LI {
	padding: 0px 0px 0px 0px;
	background: url('/wp-content/themes/inga001/assets_custom/images/arrow.png') left center no-repeat;
}

A {
	color: #00adbd;
	transition: all 0.3s linear;
	text-decoration: none;
}
A:hover,
A:focus {
	color: #ff9933;
	transition: all 0.3s linear;
	text-decoration: none;
	outline: 0;
}

A.a-opacity {
	transition: all 0.2s linear;
}
A.a-opacity:hover {
	opacity: 0.9;
	transition: all 0.2s linear;
}

IMG.hoveropacity:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: Icons !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.icon-fb:before {
  content: 'A';
}
.icon-vk:before {
  content: 'B';
}
.icon-ig:before {
  content: 'C';
}
.icon-g-plus:before {
  content: 'I';
}
.icon-tw:before {
  content: 'J';
}
.icon-pinterest:before {
  content: 'K';
}
.icon-heart-empty:before {
  content: 'D';
}
.icon-heart-full:before {
  content: 'E';
}
.icon-cart:before {
  content: 'F';
}
.icon-magnifier:before {
  content: 'G';
}
.icon-gear:before {
  content: 'H';
}

h1, h2, h3 {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

.color1, /* черный 34x32x43 */
.color1 A,
A.color1 {
	color: #22202b;
}
.color1 A:hover,
A.color1:hover {
	color: #ad760a;
}


.container {
	position: relative;
	max-width: 980px;
	margin: 0px auto;
	padding: 0px;
}
.container_ext {
	padding: 50px 0px;
}

.page {
	min-height: 100%;
}
.footer_spacer {
	height: 150px;
}
.footer {
	height: 150px;
	margin-top: -150px;
	z-index: 10;
}




.btnCustom {
	display: inline-block;
	background-color: #adadad;
	border-radius: 10px;
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	
	font-family: 'Open Sans';
	font-weight: 600;
}
.btnCustom:hover,
.btnCustom:focus {
	background-color: #000000;
	color: #fff;
}




.row-inline-blocks [class^='col-'] {

    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: @font-size-base;
    margin: 0 -0.125em;
}


.cIndex {
	/*
	height: 500px;
	*/
	min-height: 600px;
	overflow: hidden;
	position: relative;
	
	border-bottom: 1px solid #eee;
	
	
	background: url('/wp-content/themes/inga001/assets_custom/images/academy/header_wide.jpg') center center;
	background-size: cover;
}



/*******************************/

.cHeader {
	padding: 20px 0px 0px 0px;
}

.cHeader .chSearch {
	float: right; 
	border: 1px solid #b8b8b8;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	color: #b8b8b8;
	font-size: 14px;
}
.cHeader .chSearch I {
	
}
.cHeader .chSearch INPUT {
	border: 0px solid red;
	color: #333;
	margin-left: 8px;
}



.itemPreviewList .col-sm-6:nth-child(2n+1) {
	clear: both;
}

.itemPreview {
	margin-bottom: 40px;
}
.itemPreview .ipPicWrap {
	overflow: hidden;
	height: 300px;
	background-color: #000;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.itemPreview:hover .ipPicWrap {

}
.itemPreview .ipPic {
	height: 100%;
	background: url('/wp-content/themes/inga001/assets_custom/images/inga/pic_1.jpg') center center no-repeat;
	background-size: cover;
	transition: all 0.3s linear;
	opacity: 0.8;
}
.itemPreview:hover .ipPic {
	transform: scale(1.1);
	opacity: 1.0;
}
.itemPreview .ipStats {
	margin-top: 10px;
	font-size: 14px;
}
.itemPreview .ipStats .ipShow {
	display: inline-block;
	margin-right: 10px;
	color: #adadad;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
}
.itemPreview .ipStats .ipLikes {
	display: inline-block;
	margin-right: 10px;
	color: #adadad;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
}
.itemPreview .ipStats .ipComments {
	display: inline-block;
	margin-right: 10px;
	color: #adadad;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
}
.itemPreview .ipTitle {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
}
.itemPreview .ipDescription {
	font-weight: 300;
	color: #444444;
	font-size: 22px;
	padding: 0px 0px 15px 0px;
}
.itemPreview .ipDescription P {
	margin: 0px;
	padding: 0px;
}
.itemPreview .ipBtn {
	
}
.itemPreview .ipBtn A {
	display: inline-block;
	background-color: #adadad;
	border-radius: 10px;
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	
	font-family: 'Open Sans';
	font-weight: 600;
}
.itemPreview .ipBtn A:hover {
	background-color: #000000;
	color: #fff;
}


.textPage {
	font-weight: 300;
	color: #444444;
	font-size: 22px;
	padding: 0px 0px 10px 0px;
}
.textPage blockquote {
	font-weight: bold;
	border-color: #000;
}

.breadcrumbNav {
	font-size: 16px;
	height: 40px;
}
.breadcrumbNav A {
	color: #2c2e39;
}
.breadcrumbNav A:hover, 
.breadcrumbNav A:focus {
	color: #ff9933;
}


.postStats {
	font-size: 14px;
}
.postStats .psBlock2 {

}
.postStats .psBlock2 .author {
	font-weight: bold;
}
.postStats .psBlock2 .screen-reader-text {
	display: none;
}
.postStats .psBlock2 .updated {
	display: none;
}
.postStats .psBlock1 {
	text-align: right;
}
.postStats .psBlock1 .psShow {
	display: inline-block;
	margin-right: 10px;
	color: #adadad;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
}
.postStats .psBlock1 .psLikes {
	display: inline-block;
	margin-right: 10px;
	color: #adadad;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
}
.postStats .psBlock1 .psComments {
	display: inline-block;
	margin-right: 10px;
	color: #adadad;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
}



.commentsBlock {
	padding: 0px 0px 20px 0px;
}

.commentItem {
	font-size: 20px;
	margin-top: 40px;
}
.commentItem .ciPhoto {
	text-align: center;
	margin-bottom: 10px;
}
.commentItem .ciPhoto IMG {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
}
.commentItem .ciLetter {
	text-align: center;
	margin-bottom: 10px;
}
.commentItem .ciLetter .ciLetterSub {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
	background-color: green;
	font-size: 40px;
	line-height: 75px;
	text-transform: uppercase;
	color: #fff;
	font-family: Tahoma;
}
.commentItem .ciStatus {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
.commentItem .ciName {
	display: inline-block;
	font-weight: bold;
}
.commentItem .ciDate {
	display: inline-block;
	color: #666666;
	font-size: 16px;
}
.commentItem .ciDate I {
	font-size: 16px;
}
.commentItem .ciLike {
	float: right;
	transform: scale(0.8);
}
.commentItem .ciLike .count-box {
	vertical-align: top;
	line-height: 26px;
}
.commentItem .ciText {
	padding-top: 10px;
}
.commentItem .ciForm {
	font-size: 16px;
}
.commentItem .ciForm TEXTAREA {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}
.commentItem .ciForm INPUT {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	
}


.feedbackBlock {

}
.feedbackBlock TEXTAREA {
	margin-top: 20px;
}
.feedbackBlock .btnCustom {
	margin-top: 20px;
}




.feedbackBlockExt .fbSocials {
	font-size: 20px;
}
.feedbackBlockExt .fbSocials A {
	color: #666;
	margin-right: 10px;
}
.feedbackBlockExt .fbSocials A:hover,
.feedbackBlockExt .fbSocials A:focus {
	color: #000;
}
.feedbackBlockExt .fbEmail {
	font-size: 20px;
}
.feedbackBlockExt .fbEmail A {
	color: #666;
	text-decoration: underline;
}
.feedbackBlockExt .fbEmail A:hover,
.feedbackBlockExt .fbEmail A:focus {
	color: #000;
}
.feedbackBlockExt .fbCell1 {
	border-right: 1px dotted #666;
	
}
.feedbackBlockExt .fbCell2 {
	padding-left: 40px;
}
@media only screen and (max-width: 768px) {
	.feedbackBlockExt .fbCell2 {
		padding-left: 0px;
	}
}


.subscribeBlock {
	margin-top: 30px;
	margin-bottom: 30px;
}
.subscribeBlock H2 {
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.subscribeBlock UL {
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px;
}
.subscribeBlock UL LI {
	margin-bottom: 10px;
}





.cFooter {

}
.cFooter .cfBlock1 {
	color: #585858;
	font-weight: 300;
	font-size: 22px;
}



.sidebarBlock {
	position: fixed;
	border: 1px solid red;
	z-index: 1000;
	left: 10px;
	top: 40%;
	
	width: 40px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	background-color: #fff;

}
.sidebarBlock .sbItem {
	display: block;
	border-bottom: 1px solid #b8b8b8;
	padding: 5px 0px;
	text-align: center;
	color: #000;
}
.sidebarBlock .sbItem:hover {
	background-color: #247c3d;
	color: #fff;
	
}
@media only screen and (max-width: 1070px) {
	.sidebarBlock {
		display: none;
	}
}


.yandexShareBlock {
	display: none;
}






.goTop {
	position: fixed;
	border: 1px solid red;
	z-index: 1000;
	right: 10px;
	bottom: 10px;
	
	display: inline-block;

	text-align: center;
	vertical-align: text-top;
	font-size: 25px;
	line-height: 50px;
	color: #000;
	
	
	width: 50px;
	height: 50px;
	border: 1px solid #b8b8b8;
	border-radius: 50%;
	background-color: #fff;
}
.goTop:focus,
.goTop:active {
	color: #000;
}
.goTop I {
	font-size: 30px;
	display: inline-block;

}
.goTop:hover {
	background-color: #247c3d;
	color: #fff;
	border-color: #fff;
}
@media only screen and (max-width: 1100px) {
	/*
	.goTopHide {
		display: none;
	}
	*/
}




@media only screen and (max-width: 768px) {
	.container {
		padding: 0px 20px;
	}
	


}