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.2s linear;
	text-decoration: none;
}
A:hover,
A:focus {
	color: #ff9933;
	transition: all 0.2s 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;
}
.color2, /* белый */
.color2 A,
A.color2 {
	color: #fff;
}
.color2 A:hover,
A.color2:hover {
	color: #ff9933;
}


.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;
}


.bgContainer1 {
	color: #fff;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1670c4+0,207cd2+100 */
	background: #1670c4; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #1670c4 0%, #207cd2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #1670c4 0%,#207cd2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #1670c4 0%,#207cd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1670c4', endColorstr='#207cd2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bgContainer1 A {
	color: #fff;
	text-decoration: underline;
}
.bgContainer1 A:hover,
.bgContainer1 A:focus {
	color: #ff9933;
}

.btnCustom {
	display: inline-block;
	background-color: #42a4ff;
	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: #136cbf;
	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;
	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;
	*/
}



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


.slider{	
	overflow:hidden;
}

.slider .slider-item{
	display:block;
	position:relative;
	
	height: 25vw;
}

.slider .item-caption{
	width:100%;
	position:absolute;
	left:0;
	bottom:73px;
}
.slider .item-area {
	display: inline-block;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 20px;
}

.slider .item-title,
.slider .item-text{
	display:block;
}
.slider .item-title {
	font-weight: bold;
}
.slider .item-text{
	margin-top:11px;
	margin-bottom:4px;
	text-transform: uppercase;
	font-family: 'Tahoma';
}

.slider .owl-prev,
.slider .owl-next{
	width:60px;
	height:80px;
	margin-top:-40px;
	position:absolute;
	top:50%;
	z-index:1;
}

.slider .owl-prev{
	left:-60px;
}

.slider:hover .owl-prev{
	left:0px;
}

.slider .owl-next{
	right:-60px;
}

.slider:hover .owl-next{
	right:0px;
}

.slider .owl-prev.disabled,
.slider .owl-next.disabled{
	display:none;
}

.slider .owl-controls{
	width:100%;
	position:absolute;
	left:0;
	bottom:32px;	
}

.slider .owl-dots{
	display:table;
	margin:-16px auto 0px;
	position:relative;
	top:-32px;
}

.slider .owl-dot{
	float:left;
	margin-right:10px;
}

.slider .owl-dot:last-child{
	margin:0px;
}

.slider .owl-dot span{
	width:16px;
	height:16px;
	display:block;
}




.slider .slider-item {

	text-decoration:none;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#33a9d9;
}

.slider .item-caption{
	text-align:center;
}

.slider .item-title{
	font-size:36px;
	color:#fff;
	line-height:42px;
}

.slider .item-text{
	font-size:21px;
	font-weight:400;
	color:#fff;	
}

.slider .owl-prev,
.slider .owl-next{
	text-align:center;	
	background-color:#000;
	opacity:0;
	cursor:pointer;
	-webkit-transition:background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	-moz-transition:background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	-o-transition:background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	transition:background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.slider .owl-prev{
	-moz-border-radius:0px 4px 4px 0px;
	-webkit-border-radius:0px 4px 4px 0px;
	-khtml-border-radius:0px 4px 4px 0px;
	border-radius:0px 4px 4px 0px;
}

.slider .owl-next{
	-moz-border-radius:4px 0px 0px 4px;
	-webkit-border-radius:4px 0px 0px 4px;
	-khtml-border-radius:4px 0px 0px 4px;
	border-radius:4px 0px 0px 4px;
}

.slider:hover .owl-prev,
.slider:hover .owl-next{
	opacity:0.33;
}

.slider .owl-prev:hover,
.slider .owl-next:hover{
	background-color:#00adbd;
	opacity:1;
}

.slider .owl-prev i,
.slider .owl-next i{
	font-size:58px;
	color:#fff;
	line-height:80px;
}

.slider .owl-dot span{	
	border:1px solid #fff;	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}

.slider .owl-dot.active span{
	background-color:#fff;
}


@media only screen and (max-width: 768px) {
	.slider .item-title,
	.slider .item-text{
		font-size: 14px;
	}
	.slider .item-caption {
		bottom: 5px;
	}
	.owl-dots {
		display: none !important;
	}
}



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

.cHeader {
	padding: 20px 0px 20px 0px;
}
.cHeader .chTitle {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}
.cHeader .chTitle SPAN {
	color: #42a5f5;
}


.stndTitle {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0px 30px 0px;
	margin: 0px;
	text-align: center;
}
.stndTitle  SPAN {
	color: #42a5f5;
}

.stndTitle2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0px 30px 0px;
	margin: 0px;
	text-align: center;
}
.stndTitle2  SPAN {
	color: #42a5f5;
}



.itemPreviewList .itemPreviewHiddenWrap {
	display: none;
}

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

.itemPreview {
	margin-bottom: 40px;
	transition: all 0.3s linear;
}
.itemPreview:hover {
	transform: scale(1.1);
	opacity: 1.0;
}
@media only screen and (max-width: 768px) {
	.itemPreview:hover {
		transform: scale(1.0);
		opacity: 1.0;
	}
}
.itemPreview .ipPicWrap {
	overflow: hidden;
	height: 300px;
	background-color: #000;
	position: relative;
	
	border-radius: 10px;
	
	-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 {
	border: 1px solid #42a5f5;
}
.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.9;
}

.itemPreview:hover .ipPic {
	/*transform: scale(1.1);*/
	opacity: 1.0;
}
.itemPreview .ipInfo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 15px 0px;
	background-color: rgba(0,0,0, 0.6);
	
	transition: all 0.3s linear;
	opacity: 0.0;
}
.itemPreview:hover .ipInfo {
	opacity: 1.0;
}
.itemPreview .ipInfo .col-xs-4 {
	text-align: center;
}
.itemPreview .ipInfo A {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	border-radius: 10px;
}
.itemPreview .ipInfo A:hover {
	background-color: #42a5f5;
	color: #fff;
}
.itemPreview .ipTitle {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}





.experienceItem {
	margin-bottom: 20px;
}
.experienceItem .eiTitle {
	text-align: center;
	font-weight: bold;
	padding: 10px 10px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255, 0.1);
	
}

.contactsBlock {

}
.contactsBlock .cbBlock1 {
	margin: 0 auto;
	display: table;
	margin-top: 30px;
}
.contactsBlock .cbLine1 {
	margin-bottom: 20px;
}
.contactsBlock .cbLine1 A {
	color: #2c2e39;
}
.contactsBlock .cbLine1 A:hover {
	color: #ff9933;
}
.contactsBlock .cbLine1 .cbIcon {
	font-size: 30px;
	line-height: 30px;
	margin-right: 20px;
}
.contactsBlock .cbLine1 .cbIconExt {
	font-size: 25px;
}
.contactsBlock .cbLine1 .cblSub1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}



.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;
	bottom: 10px;
	
	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: #42a4ff;
	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: #42a4ff;
	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;
	}
	


}