@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

@font-face {
	font-family: "Palatino-Bold";
	src: url("../fonts/Palatino-Bold/Palatino-Bold.eot");
	src: url("../fonts/Palatino-Bold/Palatino-Bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/Palatino-Bold/Palatino-Bold.woff") format("woff"),
	url("../fonts/Palatino-Bold/Palatino-Bold.woff2") format("woff2"),
	url("../fonts/Palatino-Bold/Palatino-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/*************************
*******Typography******
**************************/
html {
	margin-top: 0;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

body.page-template-page-mainprograms{
	background: #FBFCFE;
}

.page-template-default #recent-works {
	background: #FBFCFE;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #2196F3;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #2196F3;
}

a.btn-slide:hover, a.btn-slide:focus {
	color: #fff;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

#wrapper{
	overflow:hidden;
	width:100%;
}
.btn-primary {
  padding: 8px 20px;
  background: #750041;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #750041;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
	color: #282828;
	text-decoration: none;
	outline: none;
}

.overlay a {
	font-weight: 700;
	color: #282828;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 240px;
}

.center h2{
  font-size: 28px;
  margin-top: 0;
  color:#750041;
  margin-bottom: 20px;
}
.center h3{
  font-size: 24px;
  margin-top: 0;
  color:#750041;
  margin-bottom: 20px;
}

.navbar-brand img {
	/*position: absolute;*/
	margin-left:-40px;
	z-index: 300
}


.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > div > section {
  padding: 50px 0;
}

.center {
  text-align: center;
  padding-bottom: 35px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#recent-works{
	position:relative;
	background: url("../images/programms.jpg") center bottom no-repeat;
}
#recent-works .btn-right{
	width:53px;
	height:264px;
	position:absolute;
	right:0;
	top:50%;
	background:url(../images/btn-right.png) no-repeat;
	margin:-132px 0 0;
}
#recent-works .btn-right:hover{
	opacity:0.9;
}
#recent-works>.container>.row>div{
	margin-bottom:30px;
}
#main-slider .carousel h1 span{
		font-size:90px;
	}




/*blog*/
#blog h2 a{
	color:#605e86;
}

.content-blog {
	overflow: hidden;
	padding: 5px;
	background: #fff;
	position: relative;
	height: 130px;
}
.content-blog::after {
	content: ''; /* Выводим элемент */
	position: absolute; /* Абсолютное позиционирование */
	right: 0; bottom: 0; /* Положение элемента */
	width: 100%; /* Ширина градиента*/
	height: 40px; /* Высота родителя */
	/* Градиент */
	background: -moz-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,204,255, 0.2), #fff 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
	background: -ms-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
	background: linear-gradient(to bottom, rgba(255,255,255, 0.2), #fff 100%);
}

.single #blog h2 {
	height: auto;
	font-size: 30px;
}

.single #blog h2::after {
	display: none;
}

#blog h2{
	color:#605e86;
	height: 45px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

#blog h2::after {
	content: '';
	position: absolute;
	right: 0; bottom: 0;
	width: 100%;
	height: 20px;
	background: -moz-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,204,255, 0.2), #fff 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
	background: -ms-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
	background: linear-gradient(to bottom, rgba(255,255,255, 0.2), #fff 100%);
}

#blog h2 a:hover{
	color:#111;
}

.page-template-default .blog-top-bar{
	padding-top: 80px;
}

.page-template-default .main-zagol {
	font-size: 20px;
}

.page-template-default .carousel-content p {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	padding: 17px;
	margin: 0px;
}
.blog-top-bar{
	height:255px;
	background:url(../images/blog-top-bar.jpg) no-repeat 50% 0;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	padding:100px 0 0;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font:700 28px/30px 'Open Sans', Helvetica, sans-serif;
	margin-bottom: 50px;
}


/*payment*/
#payment {
	padding:50px 0;
}
#payment .list{
	margin:0;
	text-align:center;
	padding:0;
	list-style:none;
}
#payment .list li{
	width:215px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 10px;
}
#payment .row-btns{
	text-align:center;
	margin:0;
}
#payment .rec-list{
	margin:0;
	padding:0;
	font-weight:700;
	font-size:16px;
	list-style:none;
}
#payment .text-list{
	margin:0;
	padding:0;
	list-style:none;
  padding-left: 15px;
}
#payment .text-list li{
	margin:0 0 10px;
}
#payment h3{
	padding:40px 0 0;
}

/*history*/
#history{
	padding:50px 0;
	position:relative;
}
#history h2{
	text-transform:uppercase;
	margin:0 0 30px;
	color:#282828;
	font:600 15px/17px 'Open Sans', Helvetica, sans-serif;
}
#history h3{
	color:#282828;
	text-transform:uppercase;
	margin:0 0 30px;
	font:800 28px/32px "Helvetica Neue", Helvetica, sans-serif;
}
#history h3 span{
	color:#750041;
}
#history .sep{
	width:44px;
	background:url(../images/history-sep.png) no-repeat;
	height:7px;
	margin:0 auto 30px;
}
#history h4{
	text-transform:uppercase;
	margin:0 0 40px;
	color:#282828;
	font:600 18px/22px 'Open Sans', Helvetica, sans-serif;
}
#history .t1{
	color:#29af8a;
	position:relative;
	margin:30px 0 ;
	padding:0 0 0 40px;
	text-transform:uppercase;
	font:italic 700 15px/22px 'Open Sans', Helvetica, sans-serif;
}
#history .t1:after{
	content:'';
	position:absolute;
	left:0;
	top:3px;
	background:url(../images/zap.png) no-repeat;
	width:29px;
	height:19px;
}
#history .t2{
	color:#282828;
	position:relative;
	font:700 18px/22px 'Open Sans', Helvetica, sans-serif;
	text-align: right;
}

/*history2*/
#history2{
	color:#fff;
	padding:50px 0;
	background:url(../images/history2-bg.jpg) no-repeat 50% 0;
	background-size:cover;
	position:relative;
}
#history2 h2{
	color:#fff;
	text-transform:uppercase;
	margin:0 0 8px;
	letter-spacing:8px;
	font:600 15px/17px 'Open Sans', Helvetica, sans-serif;
}
#history2 h3{
	color:#fff;
	text-transform:uppercase;
	margin:0 0 60px;
	font:800 28px/32px "Helvetica Neue", Helvetica, sans-serif;
}
#history2 h3 span{
	color:#750041;
}
#history2 .frame{
	padding:45px;
	margin:10px;
	border-radius:15px;
	background:rgba(0,0,0,0.5);
	padding-top: 65px;
	height: 325px;
}

#history2 .frame:before {
	content: '';
	position: absolute;
	background: url("../images/about/h2-l.png") center top no-repeat;
	height: 117px;
	width: 117px;
	top: -58px;
	left: 50%;
	margin-left: -47px;
}

#history2 .frame-r:before {
	background: url("../images/about/h2-r.png") center top no-repeat;
}
#history2 .frame p{margin:0 0 20px;}
#history2 .t1{
	padding:20px 0 0;
	font:italic 600 18px/22px 'Open Sans', Helvetica, sans-serif;
}



.page-template-page-about p {
	font-size: 16px;
}

.page-template-page-about .center {
	padding-bottom: 0px;
}

#history_rewiews h3{
	color: #282828;
	text-transform: uppercase;
	margin: 0 0 30px;
	font: 800 28px/32px "Helvetica Neue", Helvetica, sans-serif;
}
#history_rewiews h3 span {
	color: #750041;
}

#history_rewiews .sep{
	width:44px;
	background:url(../images/history-sep.png) no-repeat;
	height:7px;
	margin:0 auto 30px;
}

#history_rewiews .carousel-indicators {
	position: inherit;
	bottom: 0px;
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
	display: block;
}

#history_rewiews .carousel-inner .item {
	text-align: center;
}

#history_rewiews .carousel-inner .item img {
	padding-bottom: 30px;
	padding-top: 30px;
}

/*history3*/
#history3{
	padding:50px 0;
	background:url(../images/history3-bg.jpg) no-repeat 50% 0;
	background-size:cover;
}

#history3 .ramochka {
	border: 10px solid #ccece3;
	padding: 20px;
}
#history3 h3{
	color: #282828;
	text-transform: uppercase;
	margin: 0 0 30px;
	font: 800 28px/32px "Helvetica Neue", Helvetica, sans-serif;
}
#history3 h3 span {
	color: #750041;
}
#history3 h4{
	color:#282828;
	text-transform:uppercase;
	margin:0 0 20px;
	font:600 18px/22px "Open Sans", Helvetica, sans-serif;
}
#history3 .t1{
	position:relative;
	margin:20px 0 ;
	padding:0 0 0 40px;
}
#history3 .t1:after{
	content:'';
	position:absolute;
	left:0;
	top:3px;
	background:url(../images/zap.png) no-repeat;
	width:29px;
	height:19px;
}
#history3 .frame{
	text-align:center;
	color:#fff;
	background:url(../images/history3-row1.jpg) no-repeat 50% 50%;
	background-size:cover;
	min-height:425px;
	padding:40px 50px 0;
}
#history3 .row2 h3{
	color:#000;
}
#history3 .row2 h3 span{
	color:#750041;
}
#history3 .sep{
	width:44px;
	background:url(../images/history-sep.png) no-repeat;
	height:7px;
	margin:0 auto 30px;
}
#history3 .row-bg{
	background:url(../images/history-row3-bg.jpg) no-repeat 50% 50%;
	background-size:cover;
	margin:40px 0;
}
#history3 .row-bg h3{
	margin:0 0 50px;
}
#history3 .row-bg .t1{
	color:#29af8a;
	font:italic 300 17px/22px "Open Sans", Helvetica, sans-serif;
}
#history3 .row-bg .row-pad{
	padding:60px;
}
#history3 .row4{
	margin:40px 0;
}
#history3 .row4 h3{
	margin:0 0 30px;
	color:#151515;
}
#history3 .row4 h3 span{
	color:#750041;
}
#history3 .row4 .green{
	border:5px solid #ccece3;
	padding:30px;
}
#history3 .row4 .zap{
	width:29px;
	margin:0 0 5px;
	height:19px;
	background:url(../images/zap.png) no-repeat;
}




/*history4*/
#history4{
	color:#fff;
	padding:50px 0;
	background:url(../images/history4-bg.jpg) no-repeat 50% 0;
	background-size:cover;
	position:relative;
}
#history4 .sep{
	width:44px;
	background:url(../images/history-sep.png) no-repeat;
	height:7px;
	margin:0 auto 40px;
}
#history4 h3{
	color:#282828;
	text-transform: uppercase;
	margin: 0 0 30px;
	font: 800 28px/32px "Helvetica Neue", Helvetica, sans-serif;
}
#history4 h3 span{
	color:#750041;
}
#history4 .row2{
	text-align:center;
	padding:40px 0 0;
}
#history4 .frame{
	padding:25px;
	padding-top: 35px;
	margin:10px;
	background: url("../images/about/h4-l.png") center top no-repeat;
	background-size: 100% 100%;
	text-align: left;
	height: 365px;
}
#history4 .frame p{
	margin:0 0 20px;
	color: #282828;
}
#history4 h4{
	color:#750141;
	text-transform:uppercase;
	margin:0 0 20px;
	font:700 18px/22px "Open Sans", Helvetica, sans-serif;
}


/*history5*/
#history5{
	text-align:center;
	padding:50px 0;
	position:relative;
}
#history5 h3{
	color:#282828;
	text-transform:uppercase;
	margin:0 0 30px;
	font:800 39px/41px "Helvetica Neue", Helvetica, sans-serif;
}
#history5 h3 span{
	color:#750041;
}
#history5 .sep{
	width:44px;
	background:url(../images/history-sep.png) no-repeat;
	height:7px;
	margin:0 auto 30px;
}



/*history6*/
#history6{
	padding:50px 0;
	background:#fff;
	position:relative;
	color:#fff;
}
#history6 h3{
	color:#282828;
	text-transform:uppercase;
	margin:0 0 30px;
	padding:60px 0 0;
	font:800 28px/32px "Helvetica Neue", Helvetica, sans-serif;
}
#history6 h3 span{
	color:#282828;
}

#history6 p{
	color:#282828;
}





/*history7*/
#history7{
	padding:50px 0;
	position:relative;
}
#history7 h3{
	color:#750041;
	text-transform:uppercase;
	margin:0 0 30px;
	font:800 39px/41px "Helvetica Neue", Helvetica, sans-serif;
}
#history7 .frame{
	text-align:center;
	color:#fff;
	background:url(../images/history7-row1.jpg) no-repeat 50% 50%;
	background-size:cover;
	min-height:456px;
	padding:40px 50px 0;
}




/*history8*/
#history8{
	color:#fff;
	padding:50px 0;
	background:url(../images/history8-bg.jpg) no-repeat 50% 0;
	background-size:cover;
	position:relative;
}
#history8 .sep{
	width:44px;
	background:url(../images/history-sep.png) no-repeat;
	height:7px;
	margin:40px auto ;
}
#history8 h3{
	color:#282828;
	text-transform:uppercase;
	margin:0 0 40px;
	font:800 28px/32px "Helvetica Neue", Helvetica, sans-serif;
}
#history8 h3 span{
	color:#750041;
}

#history8 .main_cont {
	width: 100%;
	padding: 30px;
	border-radius: 15px;
	background: #fff;
}

#history8 .main_cont p {
	color: #282828;
}


/*history9*/
#history9{
	width: 100%;
	padding: 30px;
	border-radius: 15px;
	background:#750041;
	margin-top: 50px;
}





/*history10*/
#history10{
	padding:50px 0;
	position:relative;
}
#history10 h3{
	color:#282828;
	text-transform:uppercase;
	margin:0 0 30px;
	font:800 28px/32px "Helvetica Neue", Helvetica, sans-serif;
}
#history10 h3 span{
	color:#750041;
}
#history10 .sep{
	width:44px;
	background:url(../images/history-sep.png) no-repeat;
	height:7px;
	margin:0 auto 50px;
}
#history10 .row2{
	padding:40px 0;
}
#history10 .row2 .sep{
	margin-bottom:30px;
}
#history_ep .row3 .sep{
	margin-bottom:20px;
	margin-top:20px;
}
#history_ep .row3{
	border:5px solid #ccece3;
	padding: 40px 40px;
}

#history_ep h3{
	color:#282828;
	text-transform:uppercase;
	margin:0 0 30px;
	font:800 28px/32px "Helvetica Neue", Helvetica, sans-serif;
}







.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/
#header {
	padding: 0 0 0 100px;
	position: relative;
	width: 100%;
	z-index: 99;
	background: #fff;

	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

#header.move {
	position: fixed;
	width: 100%;
	z-index: 599;
	background: #fff;
}

#header.move .navbar {
	transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #750041;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.progr_main {
	padding: 0;
	color: #fff;
	background-size: cover;
}

.progr_main1 {
	background: url('../images/prgrams_new/bg1.jpg') center top repeat-y;
	background-size: cover;
}

.progr_main2 {
	background: url('../images/prgrams_new/bg2.jpg') center top repeat-y;
	background-size: cover;
}

.progr_main3 {
	background: url('../images/prgrams_new/bg3.jpg') center top repeat-y;
	background-size: cover;
}

.progr_main h1 {
	font-size: 41px;
	/*font-family: "Palatino-Bold";*/
	text-transform: uppercase;
	font-weight: 800;
}

.spec_progr_main {
	text-align: center;
}
.spec_progr_main h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	text-align: left;
}

.spec_progr_main .but_progr {
}

.progr_main.spec_progr_main p {
	text-align: left;
}

.spec_progr_main h1 span{
	color: #fccc3c;
}

.spec_progr_main1 {
	background: url('../images/prgrams_new/spec1.jpg') center top repeat-y;
	background-size: cover;
}
.spec_progr_main2 {
	background: url('../images/prgrams_new/spec2.jpg') center top repeat-y;
	background-size: cover;
}
.spec_progr_main3 {
	background: url('../images/prgrams_new/spec3.jpg') center top repeat-y;
	background-size: cover;
}
.spec_progr_main4 {
	background: url('../images/prgrams_new/spec4.jpg') center top repeat-y;
	background-size: cover;
}
.progr_main p {
	font-size: 14px;
}

.progr_d_s {
	padding: 0;
	min-height: 306px
}

.progr_d {
	background: url("../images/prgrams_new/bg1d.jpg") right top no-repeat;
	background-size: cover;
	height: 306px;
	text-align: center;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.progr_d:hover {
	cursor: pointer;
	opacity: 0.95;
}

.progr_d h3 {
	padding-top: 60px;
	color: #fff;
	font-size: 41px;
	/*font-family: "Palatino-Bold";*/
	text-transform: uppercase;
	font-weight: 800;
}

.progr_d p {
	font-size: 14px;
	color: #fff;
}

.progr_d .lin-br {
	width: 22px;
	height: 3px;
	margin: 25px auto;
	background-color: #fff;
}

.info-box-pro ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 20px 0;
	width: 400px;
}

.info-box-pro li {
	display: inline-block;
	font-size: 28px;
	padding: 0 25px;
	/*border-right: 1px solid rgba(255,255,255,0.5);*/
}

.progr_main .but_progr, #platform .but_progr {
	display: block;
	width: 314px;
	height: 54px;
	background: #fccc3c;
	border-radius: 7px;
	padding-top: 15px;
	margin-top: 50px;
	margin-bottom: 60px;

	color: #0c1423;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
#platform{
	    margin-bottom: -5px;
}
.progr_main .col-sm-5 {
	padding-top: 90px;
}

.progr_main .col-sm-7 {
	text-align: center;
}

.progr_main .col-sm-7 iframe{
	width: 100%;
	margin: 100px auto;
	height: 420px;
}

.progr_main .but_progr:hover, #platform .but_progr:hover  {
	cursor: pointer;
	opacity: 0.8;
}

.info-box-pro li:first-child {
	padding-left: 0;
}

.info-box-pro li strong {
	display: block;
	padding-top: 60px;
}

.info-box-pro li .num1-c {
	background: url("../images/count1.png") center top no-repeat;
}
.info-box-pro li .num2-c {
	background: url("../images/count2.png") center top no-repeat;
}
.info-box-pro li .num3-c {
	background: url("../images/count3.png") center top no-repeat;
}

.info-box-pro li .num1-b {
	background: url("../images/count1_1.png") center top no-repeat;
}
.info-box-pro li .num2-b {
	background: url("../images/count2_2.png") center top no-repeat;
}
.info-box-pro li .num3-b {
	background: url("../images/count3_3.png") center top no-repeat;
}

.info-box-pro li span {
	font-size: 14px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 5px 0;
  padding-bottom: 0;

	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.move .navbar {
	padding: 0px 0;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 15px;
  padding-bottom: 8px;
}

.move .navbar-nav>li{
	padding-bottom: 0px;
}

.navbar-inverse .navbar-nav li a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #000;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav .current-menu-item a{
	background-color: #750041;
  	color: #fff;
}

.navbar-inverse .navbar-nav #no_active a:hover{
	background-color: transparent;
	-webkit-animation: 0.3s tremor ease-out infinite;
	animation: 0.1s tremor ease-out infinite;
}

@-webkit-keyframes tremor {
	0%, 25% {
		left: -1px;
		top:-1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		top: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}
@-moz-keyframes tremor {
	0%, 25% {
		left: -1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}
@-ms-keyframes tremor {
	0%, 25% {
		left: -1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}
@-o-keyframes tremor {
	0%, 25% {
		left: -1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}
@keyframes tremor {
	0%, 25% {
		left: -1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #750041;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.0);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li {
	background-color: rgba(0,0,0,.77);
	margin: 2px 0;
	padding-left: 30px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 10px 15px;
  color: #fff;
	background: url("../images/drop_menu_item.png") left center no-repeat;
	padding-left: 30px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .dropdown-menu > li > a.active {
	background-color: transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus,
.navbar-inverse .navbar-nav .dropdown-menu > li.active {
	color: #fff;
	background-color: #750041;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  color: #fff;
  /*background:url(../images/nav-li-h-l.png) no-repeat 2% 5px, url(../images/nav-li-h-r.png) no-repeat 98% 5px;*/
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

#header .buttons{
	margin:20px 0 0 0px;
	width:100px;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	z-index:20;
}
#header .buttons>li{
	width:21px;
	height:19px;
	float:left;
	margin:0 0 0 13px;
	position:relative;
}
#header .buttons>li:first-child{
	margin:0;
}
#header .buttons>li>a{
	display:block;
	height:100%;
	background:url(../images/tel.png) no-repeat;
}
#header .buttons>li>a.men{
	background:url(../images/men.png) no-repeat;
}

#header .buttons .menu-li{
	width:28px;
}
#header .buttons a.menu{
	background:url(../images/menu-top.png) no-repeat;
}
#header .buttons .tel-li .box{
	width:200px;
	position:absolute;
	right:0;
	bottom:-300px;
	background:#fff;
	padding:10px;
	text-align:center;
}
#header .buttons .tel-li .box .t{
	margin:0 0 10px;
	font-size:18px;
}
#header .buttons .tel-li .box .t span {
	font-size: 12px;
	font-style: italic;
}
#header .buttons .box .zv{
	padding: 7px 15px;
  background: #750041;
  color: #fff;
  border-radius: 10px;
  display:block;
  font-size:14px;
  text-transform:uppercase;
  border:1px solid #fff;
}
#header .buttons .box .zv:hover{
	opacity:0.9;
}

#header .buttons .men-li .box{
	width:250px;
	position:absolute;
	right:0;
	bottom:-215px;
	background:#fff;
	padding:10px;
	text-align:center;
}
#header .buttons .men-li .box .zv{
	margin-bottom:10px;
}
#header .buttons .dop-menu{
	width:250px;
	position:absolute;
	right:0;
	bottom:-115px;
	background:#fff;
	padding:0px;
	text-align:center;
}

.overlay-pop-up {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top:0;
	left: 0;
	z-index: 997;
	background: #000;
	opacity: 0.8;
	display: none;
}

#index_video {
	padding-bottom: 25px;
}

#index_video h1 {
	color: #282828;
	font-size: 36px;
	font-weight: 900;
	line-height: 33px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 35px;
	margin-top: 0;
}

#index_video .btn-slide:after {
	content: '';
	background: url("../images/index-video.png") right bottom no-repeat;
	width: 108px;
	height: 81px;
	position: absolute;
	margin-left: 110px;
}

#index_video h1 span {
	color: #750041;
}

.pop-video {
	position: fixed;
	top:0;
	left: 0;
	z-index: 998;
	width: 100vw;
	height: 100vh;
	display: none;
}

.close-video-popup {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -100px;
	margin-top: 30px;
	background: url("../images/cross.png") center top no-repeat;
	width: 29px;
	height: 29px;
	display: block;
	z-index: 999;
}
.close-video-popup:hover {
	opacity: 0.7;
}
.pop-video .row {
	position: relative;
	z-index: 999;
	background: rgba(0,0,0,0.3);
	height: 100vh;
}

.pop-video video {
	position: fixed;
	top:0;
	left: 0;
	z-index: 998;
}

#form-bottom {
	background: rgba(0,0,0,0.3);
	padding: 0;
}

#form-bottom video {
	position: fixed;
	top:0;
	left: 0;
	z-index: -1;
	width: 100vw;
}

#form-bottom .over_video {
	position: relative;
	z-index: 999;
	background: rgba(0,0,0,0.3);
	height: 478px;
	padding: 10px 0 40px;
}


.pop-up {
	position: fixed;
	top:50px;
	left: 50%;
	z-index: 999;
	background: url("../images/pop_up.png") center top no-repeat;
	width: 808px;
	height: 491px;
	margin-left: -404px;
	padding-left: 360px;
	padding-right: 65px;
	display: none;
}
.pop-up1 {
	background: url("../images/pop_up1.png") center top no-repeat;
}
.pop-up2 {
	background: url("../images/pop_up2.png") center top no-repeat;
}
.pop-up3 {
	background: url("../images/pop_up3.png") center top no-repeat;
}
.pop-up h3 {
	font-size: 21px;
	font-family: "Palatino-Bold";
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	text-align: center;
	margin-top: 70px;
}
.pop-video h3 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	text-align: center;
	margin-top: 120px;
	line-height: 38px;
}
#header .buttons .dop-menu .dop{
	display:block;
	padding:5px;
	text-align:center;
	border-top:1px solid #eee;
}
#header .buttons .dop-menu .dop:first-child{
	border:0;
}
#header .buttons .dop-menu{display:none;}
#header .buttons .tel-li .box{display:none;}
#header .buttons .men-li .box{display:none;}
/*************************
*******Home Page******
**************************/

#main-slider .info-box{
	border-top:none;
	background: #750041;
	height: 131px;
	width: 100%;
}

#main-slider .info-box li{
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	line-height: 33px;
	text-transform: uppercase;
	width: 238px;
	margin: 0;
	display: inline-block;
	background: url("../images/count2.png") left center no-repeat;
	padding-left: 10px;
}

#main-slider .info-box ul li:first-child {
	background: url("../images/count1.png") left center no-repeat;
	margin-right: 36px;
}
#main-slider .info-box ul li:last-child {
	background: url("../images/count3.png") left center no-repeat;
	margin-left: 25px;
}

#main-slider .info-box span{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#main-slider.blog-top-bar .info-box ul li:first-child:before, #main-slider.blog-top-bar .info-box ul li:after{
	display: none;
}


#main-slider {
  position: relative;
}

#main-slider .info-box{
	position:absolute;
	bottom:0px;
	font-size:20px;
	color:#fff;
	padding:30px 0;
}
#main-slider .info-box ul{
	margin:0;
	text-align:center;
	padding:0;
	list-style:none;
}
/*
#main-slider .info-box ul li{
	margin:0 20px;
	display:inline-block;
	position:relative;
	vertical-align:top;
  font-weight: 400;
}*/

#main-slider.blog-top-bar .info-box ul li:after {
  top:12px;
}
#main-slider.blog-top-bar .info-box ul li {
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
}
/*
#main-slider .info-box ul li:after{
	content:'';
	position:absolute;
	right:-25px;
	top:7px;
	width:7px;
	height:7px;
	background:#fff;
	border-radius:50%;
}*/
/*
#main-slider .info-box ul li:first-child:before{
	content:'';
	position:absolute;
	left:-25px;
	top:7px;
	width:7px;
	height:7px;
	background:#fff;
	border-radius:50%;
}
*/
.main-zagol {
	padding: 19px 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin-bottom: 45px;
}

.main-zagol-p {
	margin-top: 45px;
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
}

#main-slider.blog-top-bar .info-box ul li:first-child:before{
  top:12px;
}

#main-slider .info-box ul li strong{
	font-weight:700;
}
#main-slider h1{
	text-transform:uppercase;
	font-weight:700;
	text-shadow:0px 0px 3px rgba(0,0,0,0.6);
	margin:0 0 20px;
}
#main-slider h2{
	font-size:28px;
	font-weight:700;
	margin:0 0 20px;
	text-shadow:0px 0px 3px rgba(0,0,0,0.6);
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 140px;
}

#main-slider .carousel .slide-margin{
  margin-top: 80px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 12px 40px;
  background: #750041;
  color: #fff;
  border-radius: 7px;
  margin-top: 25px;
  display: inline-block;
  font-size:18px;
  text-transform:uppercase;
  border:1px solid #fff;
}
#main-slider .carousel .btn-slide:hover{
	color: #fff;
	position:relative;
	top:1px;
	opacity: 0.9;
}

.btn-slide {
  padding: 12px 40px;
  background: #750041;
  color: #fff;
  border-radius: 7px;
  margin-top: 25px;
  display: inline-block;
  font-size:18px;
  text-transform:uppercase;
  border:1px solid #fff;
}
.btn-slide:hover{
	position:relative;
	top:1px;
	opacity: 0.9;
}



#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 480px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 40%;
  background-color: #750041;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 60px;
}

#main-slider .next {
  right: 60px;
}

#main-slider .carousel-indicators {
  bottom: 35px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #750041;
   margin: 0 15px 0 0;
   border: 1px solid #750041;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #750041;
  border: 1px solid #750041;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #750041;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #750041;
  color: #fff;
  box-shadow: inset 0 0 0 5px #750041;
  -webkit-box-shadow: inset 0 0 0 5px #750041;
  border: 3px solid #750041;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 50px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap .block-ico {
	text-align: center;
	width: 84px;
	height: 84px;
	opacity: 0.63;
	border: 1px solid #750041;
	border-radius: 50%;
	margin: 0 auto;
	padding-top: 18px;

	background-position: center center;
	background-repeat: no-repeat;

	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-o-transition: background 500ms;
	transition: background 500ms;
}

/*
.recent-work-wrap img{
  width: 100%;
}*/



.recent-work-wrap .recent-work-inner{
  background: transparent;
  opacity: 1;
  width: 100%;
  text-align:center;
  border-radius: 0;
  margin-bottom: 0;
}

.page-template-page-mainprograms .recent-work-wrap h3 a, .page-template-default .recent-work-wrap h3 a,
.page-template-page-home .recent-work-wrap h3 a, .page-template-page-home .recent-work-wrap h3 a{
	color: #282828;
}

.page-template-page-mainprograms .recent-work-wrap h3, .page-template-default .recent-work-wrap h3,
.page-template-page-home .recent-work-wrap h3, .page-template-page-home .recent-work-wrap h3{
	text-transform:uppercase;
	/*position:absolute;*/
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	line-height: 33px;
	text-align: center;
}

.main_sobitiya {
	padding-top: 58px;
	padding-bottom: 5px;
}
.main_sobitiya:hover {
	cursor: pointer;
}

.main_sobitiya .hov_sob{
	background: rgba(0,0,0,0.3);
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-o-transition: background 500ms;
	transition: background 500ms;
}

.main_sobitiya:hover .hov_sob{
	background: rgba(0,0,0,0.6);
}
.content_sobitiya {
	padding-top: 30px;
}

.main_sobitiya .center {
	padding-bottom: 0;
}

.content_sobitiya {
	/*background: url("../images/sobitie1/content_top.jpg") center top no-repeat, url("../images/sobitie1/content_main.jpg") center top repeat-y;
	background-size: contain, contain;*/
}

.scroll-down {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
	left: 90%;
	width: 64px;
	height: 64px;
	background: url("../images/Scroll-Down-Arrow.png") center top no-repeat;
	background-size: cover;
	z-index: 500;
	background-color: rgba(255,255,255,0.5);
	border-radius: 64px;
}

.scroll-down:hover {
	cursor: pointer;
	opacity: 0.8;
}

.content_sobitiya h1 {
	font-family: "Palatino-Bold";
	font-size: 36px;
	text-align: center;
	color: #111111;
}

.content_sobitiya.spec_progr_main h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	text-align: left;
	color: #111111;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 40px;
}

.main_gt {
	background: url("../images/ug1.png") right bottom no-repeat, url("../images/ug2.png") left bottom no-repeat, url("../images/ug3.png") right top no-repeat, url("../images/ug4.png") left top no-repeat;
	padding: 15px 30px;
	margin: 15px 0;
}

.content_sobitiya.spec_progr_main p {
	font-size: 14px;
	text-align: left;
	color: #414141;
	margin-bottom: 40px;
}

.content_sobitiya.spec_progr_main .form input[type='text'] {
	width: 313px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border: none;
	border-radius: 7px;
	color: #fff;
	font-size: 16px;
	background: #b3aea2;
	margin: 0 0 10px;
}

.content_sobitiya.spec_progr_main .form input[type='submit'] {
	width: 313px;
	display: block;
	margin-top: 3px;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 7px;
	border: 0;
	color: #3d3719;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	background: #fccc3c;
	font-weight: 800;
}

.content_sobitiya h4 {
	font-family: "Palatino-Bold";
	font-size: 20px;
	text-align: center;
	color: #111111;
	font-style: italic;
}
.content_sobitiya p {
	font-size: 14px;
	color: #414141;
}

.content_sobitiya .carousel-inner p {
	font-size: 19px;
	font-family: "Palatino-Bold";
	color: #1e1e1e;
}

.s_foto .col-xs-6{
	/*width: 185px;*/
	overflow: hidden;
	padding: 3px 5px;
}

.s_foto .col-xs-6 img {
	width: 100%;
}

.main_sobitiya .col1 {
	text-align: center;
}
.main_sobitiya .col2 {
	text-align: right;
	padding-top: 15px;
}
.main_sobitiya .center h1{
	color: #fff;
}
.main_sobitiya .center p{
	color: #fff;
	font-size: 16px;
}
.main_sobitiya .center a{
	display: block;
	width: 314px;
	height: 54px;
	background: #fccc3c;
	border-radius: 7px;
	padding-top: 15px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 0px;
	color: #0c1423;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;

}
.main_sobitiya .center a:hover {
	opacity: 0.8;
	cursor: pointer;
}
.main_sobitiya .line-br {
	width: 420px;
	height: 1px;
	background: rgba(255,255,255,0.2);
	margin: 15px auto;
}

.main_sobitiya.sb_first-2 {
	background: url("../images/sobitie1/bg5.jpg") center top no-repeat;
	background-size: cover;
}
.main_sobitiya.sb_first-3 {
	background: url("../images/sobitie1/bg7.jpg") center top no-repeat;
	background-size: cover;
}
.main_sobitiya.sb_first-4 {
	background: url("../images/sobitie1/bg3.jpg") center top no-repeat;
	background-size: cover;
}
.main_sobitiya.sb_first-5 {
	background: url("../images/sobitie1/bg1.jpg") center top no-repeat;
	background-size: cover;
}
.main_sobitiya.sb_first-6 {
	background: url("../images/sobitie1/bg4.jpg") center top no-repeat;
	background-size: cover;
}
.main_sobitiya.sb_first-7 {
	background: url("../images/sobitie1/bg6.jpg") center top no-repeat;
	background-size: cover;
}
.main_sobitiya.sb_first-8 {
	background: url("../images/sobitie1/bg2.jpg") center top no-repeat;
	background-size: cover;
}

#line-sobitie {
	padding: 0;
}

#line-sobitie .line-line {
	background: #750041;
	min-height: 61px;
}

#line-sobitie h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-align: left;
	font-weight: 800;
	padding-left: 10px;
	color: #fff;
	/*background: url("../images/calendae/h.png") right center no-repeat;*/
	text-align: center;
}
#line-sobitie .lide-calend {
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#line-sobitie .lide-calend .line-month {
	list-style: none;
	text-align: center;
	padding: 0;
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
}

#line-sobitie .lide-calend .line-month li {
	display:table-cell;
	text-align:center;
	padding: 0 10px;
	text-decoration: underline;
}

#line-sobitie .lide-calend .line-month li.active {
	color: #750041;
	font-weight: 800;
	text-decoration: none;
}

#line-sobitie .lide-calend .line-month li:hover {
	cursor: pointer;
	opacity: 0.8;
}

.line-sb {
	width: 100%;
	height: 1px;
	background: #ededed;
}

#line-sobitie .line-line .line-month {
	list-style: none;
	text-align: center;
	padding: 0;
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
}
#line-sobitie .line-line .line-month.days li {
	padding-top: 0;
	padding-bottom: 15px;
}
#line-sobitie .line-line .line-month li {
	display:table-cell;
	text-align:center;
	padding: 0 5px;
	color: #fff;
	padding-top: 30px;
	font-size: 14px;
}

#line-sobitie .line-line .line-month div.active {
	display: table-cell;
}

#line-sobitie .line-line .line-month li.active {
	font-weight: 800;
}

#line-sobitie .line-line .line-month li.old {
	color: #ca74a4;
}

#line-sobitie .line-line div.active:hover {
	cursor: pointer;
}

#line-sobitie .line-line div.active:hover .sob:after {
	border: 1px solid #ffff00;
	border-top: none;
}

#calend-sobitie .lide-calend {
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#calend-sobitie .line-month {
	list-style: none;
	text-align: center;
	padding: 0;
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	margin-top: 30px;
	display: none;
}

#calend-sobitie .days p {
	margin: 5px 10px;
	text-align: right;
}

#calend-sobitie .line-month-h:hover {
	cursor: pointer;
	opacity: 0.8;
}

#calend-sobitie .line-month-h {
	background: url("../images/calendae/h.png") right center no-repeat;
	text-align: center;
}

#calend-sobitie .days .sob p {
	color: #fff;
	font-weight: 800;
}

#calend-sobitie .days .sob:hover p {
	cursor: pointer;
	opacity: 0.8;
}

#calend-sobitie .line-month li {
	display:table-cell;
	text-align:center;
	padding: 0 10px;
}

#calend-sobitie .line-month li.active {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
}

#calend-sobitie .line-month li:hover {
	cursor: pointer;
	opacity: 0.8;
}

#calend-sobitie h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}

#calend-sobitie .main h1 {
	line-height: 46px;
}

#calend-sobitie .main p {
	margin-top: 40px;
}

#calend-sobitie {
	padding: 0;
}

#calend-sobitie .but_progr {
	display: block;
	width: 314px;
	height: 54px;
	background: #fccc3c;
	border-radius: 7px;
	padding-top: 15px;
	margin-top: 50px;
	margin-bottom: 60px;
	color: #0c1423;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

#calend-sobitie .but_progr:hover {
	cursor: pointer;
	opacity: 0.8;
}

#line-sobitie .sob:after {
	content: '';
	position: absolute;
	display: block;
	height: 6px;
	border: 1px solid #fff;
	border-top: none;
	margin-left: 3px;
	margin-top: 5px;
}

.sob_win {
	position: absolute;
	padding: 25px;
	border: 2px solid #ffc468;
	border-bottom: none;
	display: none;
	text-align: center;
	background: #fff;
	min-width: 280px;
}

.sob_win:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	border: 10px solid transparent;
	border-bottom: 10px solid #750041;
}

.sob_win h2{
	font-size: 14px;
	text-transform: uppercase;
	color: #111;
}

.sob_win p{
	font-size: 14px;
	color: #111;
}

.main_keys {
	padding: 0;
	margin: 10px 0;
}

.main_keys:hover {
	cursor: pointer;
	opacity: 0.8;
}

.main_keys .row {
	padding: 50px 0;
	margin: 0 29px;
}

.content_keys .row {
	margin: 0 29px;
}

.main_keys .row .center{
	padding: 0;
}

.main_keys .sb_first-1 {
	background: url("../images/keys/keys1.jpg") center top no-repeat;
	background-size: cover;
}
.main_keys .sb_first-2 {
	background: url("../images/keys/keys2.jpg") center top no-repeat;
	background-size: cover;
}
.main_keys .sb_first-3 {
	background: url("../images/keys/keys3.jpg") center top no-repeat;
	background-size: cover;
}

.main_keys h3 {
	font-size: 22px;
	color: #282828;
	font-weight: 800;
}

.main_keys .line-br {
	width: 22px;
	height: 3px;
	background: #750041;
	margin: 20px auto;
}

.content_keys {
	padding: 0;
	margin-top: 10px;
	display: none;
}

.content_keys p {
	text-align: justify;
}

.content_keys .row {
	padding: 35px 50px;
	border: 1px solid #f5e537;
}

.content_keys h1 {
	font-size: 28px;
	color: #282828;
	text-transform: uppercase;
	text-align: center;
	margin: 35px 0;
}

.content_keys h1 span {
	color: #750041;
}

.main_keys .center h1 {
	font-size: 36px;
	color: #750041;
}

.main_keys .center h1 img {
	margin: 0 15px;
}

/*.homepage .recent-work-wrap h3{
	text-transform:uppercase;
	position:absolute;
	top:35%;
	left:0;
	color:#fff;
	background:rgba(96,94,134,0.8);
	padding:5px 10px;
}
.homepage .recent-work-wrap h3 a{
	font-size: 18px;
	color: #fff;
}

.homepage .recent-work-wrap .overlay {
	width: 100%;
	height: 100%;
	color:#202020;
	border-radius: 0;
	background: #fff;
	border:1px solid #b2b3b3;
	vertical-align: middle;
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-o-transition: background 500ms;
	transition: background 500ms;
	padding: 20px;
}
.homepage .recent-work-wrap .overlay:hover{
	background:rgba(153,17,153,0.2);
}
*/
.recent-work-wrap .recent-work-inner h3{
  margin: 0px 0 10px;
  text-transform:uppercase;
}

.recent-work-wrap2-go:hover {cursor: pointer;}
.recent-work-wrap:hover {cursor: pointer;}
.recent-work-wrap:hover .overlay {
  background:rgba(153,17,153,0.2);
  cursor: pointer;
}

.recent-work-wrap .overlay {
  width: 418px;
  height: 397px;
color:#202020;
  border-radius: 0;
  background: #fff;
  border:1px solid #b2b3b3;
  vertical-align: middle;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;  
  padding: 55px;
	padding-top: 65px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -208px;
	top: -40px;
}

#recent-works .recent-work-wrap .overlay, #recent-works .recent-work-wrap .overlay {
	border: none;
	background:none;
}
#recent-works .recent-work-wrap .overlay:hover, #recent-works .recent-work-wrap .overlay-set-focus {
	background-color: #fff;
	background: url("../images/overlay.png") center top no-repeat;
}

#recent-works .recent-work-wrap .overlay:hover a, #recent-works .recent-work-wrap .overlay:hover a {
	color: #750041;
}

#recent-works .recent-work-wrap .overlay h3 a, #recent-works .recent-work-wrap .overlay h3 a {
	text-transform: uppercase;
}


#recent-works .recent-work-wrap .overlay:hover .block-ico, .widget .recent-work-wrap .overlay:hover .block-ico{
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #750041;
}

#recent-works p {
	font-size: 14px;
}

.recent-work-wrap .overlay:hover{
	background:rgba(153,17,153,0.2);
}

.page-template-page-video #portfolio .recent-work-wrap:hover .overlay, .page-template-page-video_open #portfolio .recent-work-wrap:hover .overlay {
	background:rgba(0,0,0,0.56);
}

.page-template-page-video #portfolio .recent-work-wrap:hover .lock-video.overlay:before, .page-template-page-video_open #portfolio .recent-work-wrap:hover .lock-video.overlay:before {
	display: block;
}
.page-template-page-video #portfolio .recent-work-wrap:hover .overlay.lock-video:after, .page-template-page-video_open #portfolio .recent-work-wrap:hover .overlay.lock-video:after {
	display: none;
}
.page-template-page-video #portfolio .recent-work-wrap:hover .overlay:after, .page-template-page-video_open #portfolio .recent-work-wrap:hover .overlay:after {
	display: block;
}
.page-template-page-video #portfolio .recent-work-wrap:hover .overlay.lock-video .recent-work-inner, .page-template-page-video_open #portfolio .recent-work-wrap:hover .overlay.lock-video .recent-work-inner {
	display: block;
}
.page-template-page-video #portfolio .recent-work-wrap:hover .recent-work-inner, .page-template-page-video_open #portfolio .recent-work-wrap:hover .recent-work-inner {
	display: none;
}

.page-template-page-video #portfolio .recent-work-wrap:hover .two-column .overlay, .page-template-page-video_open #portfolio .recent-work-wrap:hover .two-column .overlay {
	background:transparent;
}

.page-template-page-video #portfolio .recent-work-wrap:hover .two-column .overlay .recent-work-inner, .page-template-page-video_open #portfolio .recent-work-wrap:hover .two-column .overlay .recent-work-inner{
	display: block;
}

.page-template-page-video #portfolio .recent-work-wrap:hover .two-column .overlay:after, .page-template-page-video_open #portfolio .recent-work-wrap:hover .two-column .overlay:after{
	display: none;
}
#sobitie .col-sm-6 {
	padding: 0;
}
#sobitie img {
	width: 100%;
}
#sobitie .row {
	margin: 0;
}
#sobitie .block-m {
	margin: 10px;
	padding: 0;
}

#sobitie .block-m:hover {
	cursor: pointer;
}

#sobitie .block-m:hover .podpis {
	display: none;
}

#sobitie .block-m:hover .overlay {
	display: block;
	opacity: 1;
}
#sobitie .podpis {
	position: absolute;
	height: 63px;
	bottom: 0;
	font-size: 22px;
	font-weight: 800;
	padding-left: 40px;
	padding-top: 20px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	display: block;
}

#sobitie .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(173,17,103, 0.8);
	display: none;
	top: 0;
	left: 0;
	padding: 20px;
	text-align: left;
	opacity: 0;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

#sobitie .overlay h3 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
}

#sobitie .overlay p {
	font-size: 14px;
	color: #fff;
}

#sobitie .overlay a {
	display: block;
	width: 160px;
	height: 42px;
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	padding: 8px 20px;
	font-size: 12px;
}

#sobitie .overlay a:hover {
	position: relative;
	top: 2px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
	font-weight: 400;
  color: #797979;
}

.page-template-page-video #portfolio .recent-work-wrap:hover .overlay .preview, .page-template-page-video_open #portfolio .recent-work-wrap:hover .overlay .preview {
	color: #202020;
}




#services {
  /*background: #000 url(../images/services/bg_services.png);*/
 background:#605e86;
 padding:30px 0;
 /* background-size: cover;*/
}
#services .center h2{
	margin:0 0 20px;
}

#services .col-sm-6{
	width:50%;
}

#services .center{
	padding-bottom:30px;
}

#services h2{
	text-transform:uppercase;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  margin: 0 0 20px;
}

.services-wrap h3 {
  font-size: 20px;
	color: #282828;
  margin: 10px 0;
  text-transform:uppercase;
  font-weight:700;
}
.services-wrap p{
	font-size:14px;
	color: #444;
	font-weight: 300;
}

.services-wrap .left-service p, .services-wrap .left-service h3{
	text-align: right;
}

.services-wrap .pull-left, .services-wrap .pull-right {
  margin-right: 20px;
	margin-left: 20px;
  margin-top:20px;
  width:76px;
}

#services .padding_bottom {
	padding-bottom: 100px;
}

#services .padding_top {
	padding-top: 100px;
}
#services .row {
	background: url("../images/servise-line.png") center 50px no-repeat;
}
.services-wrap .pull-left img, .services-wrap .pull-right img{
	margin:0 auto;
}

#middle {
  background: #fff;
	/*background: url("../images/books.jpg") center bottom no-repeat;*/
}

.skill h2{
	text-transform:uppercase;
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.mzg {
	text-align: center;
	background: url("../images/mzg/mzg.jpg") center top repeat-y;
	background-size: cover;
}

.mzg h3 {
	font-family: "Palatino-Bold";
	color: #282828;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.mzg form {
	width: 100%;
	background: #fff;
	border: 4px solid #f9d875;
	padding: 25px;
	border-radius: 10px;
}

.mzg .arrow-img:after {
	content: '';
	position: absolute;
	background: url("../images/pod_errow.png") center top no-repeat;
	width: 80px;
	height: 112px;
	top: 30%;
	left: 95%;
}

.mzg .col-md-7 {
	padding-left: 90px;
}

.mzg form h3 {
	margin-top: 0;
	color: #56909a;
	font-size: 22px;
}

.mzg input[type='text'] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 7px;
	border: 1px solid #fff;
	color: #545454;
	font-size: 16px;
	background: #e6e6e6;
	margin: 0 0 10px;
}

.mzg input[type='submit'] {
	width: 100%;
	display: block;
	margin: 3px auto;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 7px;
	border: 0;
	color: #3d3719;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	background: #fccc3c;
	font-weight: 800;
}

.mzg .timer h3 {
	font-size: 16px;
	color: #3d3719;
	font-family: 'Open Sans', sans-serif;
}

.mzg p {
	color: #282828;
	font-size: 14px;
}

.mzg #cd4 {
	background: url("../images/mzg/timer.png") center top no-repeat;
	width: 245px;
	height: 45px;
	margin: 10px auto;
	font-size: 25px;
	color: #fff;
	padding-top: 3px;
}

.mzg #cd4:before {
	content: '';
	background: url("../images/mzg/arrov.png");
	width: 47px;
	height: 33px;
	position: absolute;
	margin-left: -90px;
}

.mzg .timer ul {
	list-style: none;
	padding: 0;
}

.mzg .timer ul li {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	width: 58px;
	text-align: center;
}

.mzg #cd4 span {
	width: 47px;
	display: inline-block;
	height: 47px;
	margin: 7px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
	text-transform:uppercase;
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}
.panel-collapse span{
	color:#750041;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #463914;
  display:block;
  font-weight: 700;
  font-size: 16px;
  /*text-transform:uppercase;*/
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #e2b329;
}

.panel-heading.active .panel-title>a{
  color:#463914;
  font-weight: 700;
  /*text-transform:uppercase;*/
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -45px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #750041;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #750041;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}





/**********************************
#video-views
***********************************/
#video-views{
	text-align:center;
}
#video-views h2{
	text-transform:uppercase;
}
.recent-work-wrap1 {
  position: relative;
	overflow: hidden;
}

.recent-work-wrap1>img{
  width: 100%;
}

.recent-work-wrap1 .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: 1;
  width: 100%;
  text-align:center;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap1 .recent-work-inner h3{
  margin: 0px 0 10px;
  text-transform:uppercase;
}
.recent-work-wrap1 .recent-work-inner .play{
	padding:40px 0 0;
	text-align:center;
	margin:0 0 65px;
	display:block;
}
.recent-work-wrap1 .recent-work-inner .play img{
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  opacity: 0;
}
.recent-work-wrap1 .recent-work-inner .name{
	text-align:center;
	display:block;
  padding: 7px 7px 0 7px;
  width: 100%;
  background: rgba(0,0,0,0.5);
}

.recent-work-wrap1 .recent-work-inner .spec{
  font-style: italic;
  padding: 0px 7px 0px 7px;
  text-align:center;
  display:block;
  width: 100%;
	height: 100vh;
  background: rgba(0,0,0,0.5);
}

.recent-work-wrap1 .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  border-radius: 0;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;  
  padding: 0px;
}

.recent-work-wrap1 .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap1:hover .overlay {
  background:rgba(0,0,0,0.5);
}

.recent-work-wrap1:hover .play img {
  opacity: 1;
}

.recent-work-wrap1:hover .recent-work-wrap1 .recent-work-inner .name {
  background:rgba(0,0,0,0);
}

.progressbar-front-text{
	position:relative;
	top:-27px;
	border-radius:3px;
	left:13px;
	background:#6aa42f;
	font-weight:700;
	padding:2px 7px;
}
.progress .color1 .progressbar-front-text{
	background:#2d7da4;
}
.progress .color2 .progressbar-front-text{
	background:#6aa42f;
}
.progress .color3 .progressbar-front-text{
	background:#ffcc33;
}
.progress .color4 .progressbar-front-text{
	background:#db3615;
}
.progressbar-back-text{display:none;}

#video-views .col-md-3{
	margin:0 0 10px;
}
#video-views .btn-slide {
  padding: 12px 40px;
  background: #750041;
  color: #fff;
  border-radius: 10px;
  margin-top: 25px;
  display: inline-block;
  font-size:18px;
  text-transform:uppercase;
  border:1px solid #fff;
}
#video-views .btn-slide:hover{
	opacity:0.9;
}
#video-views>.container>.row>div{
	padding:0 5px;
}
#recent-works>.container>.row>div{
	padding:0 5px;
	margin:0 0 10px;
}


#middle .btn-slide, .panel .btn-slide {
  padding: 5px 20px;
  background: #750041;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  font-size:14px;
  text-transform:uppercase;
  border:1px solid #fff;
	margin-top: 3px;
}
#middle .btn-slide:hover{
	opacity:0.9;
}

/**********************************
#states
***********************************/
#states{
	background:#F2F2F2;
	text-align:center;
}
#states h4{
	/*color:#fff;*/
	padding-top: 10px;
	color: #010101;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 14px;
	line-height: 26px;
}

#states p{
	/*color:#fff;*/
	color: #545454;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 60px;
	line-height: 16px;
}

.recent-work-wrap2 {
	min-height: 330px;
  position: relative;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

#states .img-responsive {
	display: initial;
}

.recent-work-wrap2 .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: 1;
  width: 100%;
  text-align:center;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap2 .recent-work-inner h4{
  margin: 0px 0 20px;
  color:#fff;
  text-align:center;
  padding:50% 0 0 ;
  text-transform:uppercase;
  font-size: 24px;
  line-height: 32px;
}
.recent-work-wrap2 .recent-work-inner a{
	color:#fff;
	padding: 5px 20px;
	  border-radius: 5px;
	  display: inline-block;
	  font-size:16px;
	  border:1px solid #fff;
	 
}
.recent-work-wrap2 .recent-work-inner a:hover{
	background:rgba(255,255,255,0.3);
	text-decoration:none;
}

.state-img {
	width: 100%;
	height: 167px;
	overflow: hidden;
}

.page-title {
	color: #605e86;
	text-transform: uppercase;
	margin: 0;
}

.pp_content iframe {
	width: 700px;
	height: 400px;
}

.state-img1:after {
	content: '';
  position: absolute;
	top: 0px;
	left: 0;
  width: 100%;
  height: 167px;
  border-radius: 0;

  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
	background-size: 100%;
}

.recent-work-wrap2 .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap2:hover .state-img1:after {
	/*background-image: url("../images/book_1.png");
	background-position: center center;
	background-repeat: no-repeat;*/
}

#states .recent-work-wrap2 .hov_img {
	position: relative;
	z-index: 300;
	display: none;
	margin-top: -65%;
}

#states .recent-work-wrap2:hover .hov_img {
	display: block;
}

#states {
	background: url("../images/states_bg.png") center top repeat-y;
}

#states img{
	width: 100%;
}

#states .col-md-3{
	margin:0 0 30px;
}
#states .btn-slide {
  padding: 12px 40px;
  background: #750041;
  color: #fff;
  border-radius: 10px;
  margin-top: 0px;
  display: inline-block;
  font-size:18px;
  text-transform:uppercase;
  border:1px solid #fff;
}
#states .btn-slide:hover{
	opacity:0.9;
}
#states>.container>.row>div{
	padding:0;
}








/**********************************
#video-programs
***********************************/
#video-programs{
	text-align:center;
}
#video-programs h2{
	text-transform:uppercase;
}
.recent-work-wrap3 {
  position: relative;
}

.recent-work-wrap3>img{
  width: 100%;
}

.recent-work-wrap3 .recent-work-inner{
  background: transparent;
  opacity: 1;
  width: 100%;
  text-align:center;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap3 .recent-work-inner h3{
  margin: 0px 0 10px;
  text-transform:uppercase;
}
.recent-work-wrap3 .recent-work-inner .play{
	padding:10% 0 0;
	text-align:center;
	margin:0 0 20px;
	display:block;
}
.recent-work-wrap3 .recent-work-inner .play img{
	display:inline-block;
}
.recent-work-wrap3 .recent-work-inner .name{
	text-align:center;
	display:block;
	background:rgba(96,94,134,0.8);
	text-transform:uppercase;
	font:700 23px/32px 'Times New Roman', Helvetica, serif;
}

.recent-work-wrap3 .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  color: #fff;
  vertical-align: middle;
  background:rgba(0,0,0,0.1);
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;  
  padding: 30px;
}

.recent-work-wrap3 .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap3:hover .overlay {
  background:rgba(0,0,0,0.3);
}

#video-programs .col-md-3{
	margin:0 0 10px;
}
#video-programs .btn-slide {
  padding: 12px 40px;
  background: #750041;
  color: #fff;
  border-radius: 10px;
  margin-top: 35px;
  display: inline-block;
  font-size:18px;
  text-transform:uppercase;
  border:1px solid #fff;
}
#video-programs .btn-slide:hover{
	opacity:0.9;
}
#video-programs>.container>.row>div{
	padding:0 5px;
}
#video-programs>.container>.row>div{
	padding:0 5px;
	margin:0 0 10px;
}
#about-us1 h2{
	text-transform:uppercase;
}
#about-us1 .item{
	text-align:center;
}
#about-us1 .item img{
	display:inline-block;
}
#about-us1 .item h4{
	text-transform:uppercase;
}
#about-us1 #carousel-slider a i{
	top:33%;
}
#about-us1 #carousel-slider .carousel-control.left i{
	left:-20px;
}
#about-us1 #carousel-slider .carousel-control.right i{
	right:-20px;
}
#about-us1 .container{
	position:relative;
}

#platform {
	background: url("../images/platform.jpg") center top no-repeat;
	background-size: cover;
	padding: 20px 0;
	min-height: 420px;
	text-align: center;
}

#platform img {
	margin-bottom: 38px;
}

#platform h1 {
	color: #fff;
	font-size: 30px;
	margin: 0;
	margin-bottom: 90px;
}

#platform p {
	color: #fff;
}

#counts h1{
  text-align: center;
  color: #750041;
  font-family: Helvetica, serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 50px;
}

#counts p{
  text-align: center;
  font-family: Helvetica, serif;
  color: #202020;
  font-size: 22px;
  font-weight: 400;
}
#counts .bot-br{
  width: 71px;
  height: 5px;
  background-color: #750041;
  margin: 20px auto;
}

#states .receive-wrap2 .overlay::before {
  content: '';
  background: url("../images/play.png") center top no-repeat;
  height: 72px;
  width: 96px;
  position: absolute;
  margin-left: -48px;
  margin-top: 20%;
  opacity: 0;

  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

#states .receive-wrap2 .overlay:hover {
  cursor: pointer;
}

#states .receive-wrap2 .overlay:hover::before {
  opacity: 1;
}

#states .recent-work-inner{
	height: 180px;
	overflow: hidden;
}

#books-section {
	background-color: #fff;
	background: url("../images/books.jpg") center bottom no-repeat;
	display: none;
}

#books-section .recent-work-wrap {
	height: 296px;
	overflow: hidden;
}

#books-section .img-responsive {
	z-index: -1;
	width: 314px;
	margin: 0 auto;
	height: 288px;
}

.href-text {
	text-align: center;
	margin: 30px auto;
	width: 100%;
	display: block;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 600;
}

#books-section .recent-work-wrap:hover .overlay {
	background: rgba(0,0,0,0.5);
}

#books-section .recent-work-wrap h3 {
	margin-top: 105px;
}

#books-section .recent-work-wrap h3 a {
	color: white;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.recent-work-wrap-books .btn-slide {
	margin: 0 auto;
	padding: 9px 20px;
	color: #3d3719;
	font-size: 12px;
	font-weight: 600;
	text-transform: none;
	text-align: center;
	display: block;
	width: 140px;
	height: 42px;
	background-color: #fccc3c;
	border-radius: 10px;
	border: none;
}

#trening {
	background: url("../images/trening.jpg") center top repeat-y;
	min-height: 700px;
}

#trening .center h4, #trening .center h1 {
	color: #fff;
	padding: 0;
}

#trening h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-position: left;
	background-repeat: no-repeat;
}

.trening-sl {
	border-radius: 146px;
	height: 292px;
	width: 292px;
	margin-top: 70px;

	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.trening-sl-course {
	background: url("../images/trening/line.png") center center no-repeat;
	background-size: 100%;
	height: 467px;
	overflow: hidden;
}

.trening-sl:hover {
	opacity: 0.8;
	cursor: pointer;
}

.trening-sl.active {
	border-radius: 233px;
	height: 467px;
	width: 467px;
	margin-top: 0;
}

.trening-sl h4 {
	padding-top: 110px;
}

.trening-sl p, .trening-sl a {
	opacity: 0;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.trening-sl.active p, .trening-sl.active a {
	opacity: 1;
}

.trening-sl1 {background: #e6a53a;}
.trening-sl2 {
	background: url("../images/trening/bg2.png") center top no-repeat;
	background-size: cover;
}
.trening-sl3 {background: #5437cf;}

#get_books {
	background: #750041;
	padding-bottom: 30px;
	display: none;
}

#get_books h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	line-height: 38px;
	font-family: 'Open Sans', sans-serif;
}

#get_books p {
	font-size: 24px;
	font-family: "Palatino-Bold";
	font-weight: 800;
	color: #fff;
	margin-top: 25px;
}

#get_books input[type='text'] {
	width: 321px;
	display: inline-block;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	border-radius: 7px;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	background: #282828;
	margin: 15px 10px;
}

#get_books input[type='submit'] {
	width: 226px;
	display: inline-block;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 7px;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	background: #750041;
	font-weight: 700;
	margin: 15px auto;
}
#get_books input[type='submit']:hover {
	opacity: 0.8;
}
#trening a {
	display: block;
	width: 286px;
	text-align: center;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	padding-top: 15px;
	border-radius: 7px;
	border: 0;
	color: #3d3719;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	background: #fccc3c;
	margin: 25px auto;
	font-weight: 700;
}

#trening a:hover {
	position: relative;
	top: 1px;
	opacity: 0.8;
}

#trening p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin: 25px auto;
	text-align: left;
	padding: 0 30px;
}

#trening .trening-hover.active {
	font-weight: 800;
	font-size: 18px;
}

#trening p.trening-hover:hover {
	cursor: pointer;
	opacity: 0.8;
}

#trening p.trening-hover {
	margin-top: 97px;
	text-align: left;
	padding: 0;

	transition: transform 0.9s ease 0s;
	-moz-transition: transform 0.9s ease 0s;
	-webkit-transition: transform 0.9s ease 0s;
	-o-transition: transform 0.9s ease 0s;
}

#trening p.trening-hover img{
	height: 27px;
	margin-right: 20px;
	display: inline-block;
}

#trening .color1 {background-color: #00cf69;}
#trening .color2 {background-color: #00a0e3;}
#trening .color3 {background-color: #ee7121;}
/***********************
form-bottom
************/
#form-bottom{
	background:url(../images/form-bottom.jpg) no-repeat 50% 0;
	height: 478px;
}
#form-bottom h3{
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	margin: 30px 0 20px;
	font-size: 34px;
	font-weight: 900;
	line-height: 36px;
}

#form-bottom h3 span {
	color: #fff;
}
#form-bottom .form{
	padding:0 55px;
}
#form-bottom .form fieldset{
	width:100%;
	max-width: 458px;
	margin: 0 auto;
}
#form-bottom .form input[type='text'],
.pop-up .form input[type='text'] {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:15px;
	border-radius:7px;
	border:1px solid #fff;
	color:#545454;
	font-size:16px;
	background:#e6e6e6;
	margin:0 0 10px;
}

.podpis .form input[type='text'] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 3px;
	color: #545454;
	font-size: 16px;
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	margin: 0 0 10px;
}

.podpis .form input[type='submit'] {
	width: 100%;
	display: block;
	margin: 3px auto;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 3px;
	border: 0;
	color: #3d3719;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	background: #fccc3c;
	font-weight: 600;
}
.podpis .form input[type='submit']:hover {
	opacity: 0.8;
}
.podpis .form {
	padding: 15px;
	border: 1px solid #750041;
	margin-top: 15px;
}
.podpis .form h3 {
	text-transform: uppercase;
	/* position: absolute; */
	color: #282828;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
}
.podpis .form h3 span {
	text-transform: inherit;
	font-size: 18px;
}
.podpis .form p {
	margin-top: 0;
	color: #9a9a9a;
	font-size: 14px;
	text-align: center;
}
.podpis .form p.arr-t {
	margin-top: 10px;
	color: #9a9a9a;
	font-size: 14px;
	text-align: center;
	padding-left: 40px;
	background: url("../images/arr-p.png") 20px center no-repeat;
	height: 36px;
	padding-top: 20px;
}
#form-bottom .form input[type='text'] {
	background:rgba(255,255,255,0.36);
	color:#fff;
}
.pop-video .form input[type='text']{
	width:381px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:15px;
	border-radius:7px;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	display: block;
	background:rgba(255,255,255,0.36);
	margin:10px auto;
}
.br-line {
	width: 100%;
	height: 1px;
	background-color: #4e4e4e;
}
#otpiska .first_block {
	padding: 50px 0;
	text-align: center;
}
#otpiska {

}
#otpiska .first_block h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: black;
	font-weight: 600;
}
#otpiska .first_block h3 {
	color: black;
	font-size: 30px;
	font-weight: 400;
}
#otpiska .two_block {
	text-align: center;
	margin-bottom: 40px;
	background: url("../images/list/bg-1.png") center top repeat;
}
#otpiska .two_block h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #a30055;
	font-weight: 600;
	padding-top: 30px;
}
#otpiska .two_block h3 {
	color: black;
	font-size: 18px;
	font-weight: 400;
}
#otpiska .left_colum {
	text-align: center;
}
#otpiska .left_colum p {
	color: black;
	font-size: 18px;
	font-weight: 600;
}
#otpiska .left_colum a {
	width: 262px;
	height: 46px;
	border: 1px solid #a30055;
	border-radius: 7px;
	display: block;
	text-align: center;
	color: #a30055;
	font-size: 18px;
	font-weight: 600;
	margin: 25px auto;
	text-transform: uppercase;
	padding-top: 10px;
}
#otpiska .left_colum a:hover {
	background: #a30055;
	color: #fff;
}
#otpiska .social {
	text-align: center;
}
#otpiska .social p {
	color: black;
	font-size: 18px;
	font-weight: 600;
}
#otpiska .social .soc_cont {
	padding-top: 25px;
	text-align: -webkit-center;
	margin-bottom: 50px;
}
#otpiska .social a {
	display: inline-block;
	font-size: 38px;
	border: 1px solid #750041;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	color: #750041;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
	padding-top: 8px;
}
#otpiska .social a:hover {
	color: #fff;
	background-color: #750041;
}
#otpiska .contact a {
	margin: 15px 0;
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
}
#otpiska .contact p {
	font-size: 16px;
}
#otpiska .contact a:after{
	content:'';
	position:absolute;
	left:-15px;
	background:url(../images/tel-bot.png) no-repeat;
	width:23px;
	height:23px;
	top: 0;
}
#otpiska .contact .li2:after{
	background:url(../images/skype.png) no-repeat;
}
#otpiska .contact .li3:after{
	background:url(../images/mail.png) no-repeat;
}

#form-bottom .form input[type='submit'], .pop-up .form input[type='submit'], .pop-video .form input[type='submit']{
	width: 100%;
	display: block;
	margin: 3px auto;
	height: 55px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px;
	border-radius:7px;
	border:0;
	color:#3d3719;
	cursor:pointer;
	font-size:18px;
	text-transform:uppercase;
	background:#fccc3c;
	font-weight: 800;
}

.pop-video .form input[type='submit']{
	width: 381px;
	margin: 3px auto;
	display: block;
}
#form-bottom .form input[type='submit']:hover, .pop-up .form input[type='submit']:hover, .pop-video .form input[type='submit']:hover{
	opacity:0.9;
}

#form-bottom .form input[type='text']:hover, #form-bottom .form input[type='text']:focus{
	background: #fff;
	color: #000;
}

.pop-video .form input[type='text']:hover, .pop-video .form input[type='text']:focus{
	background: #fff;
	color: #000;
}

#form-bottom .form{
	/*background:url(../images/arr-l.png) no-repeat 0 44px, url(../images/arr-r.png) no-repeat 100% 44px;*/
	/*background: url("../images/form-bottom-bg.png") center top no-repeat;*/
	min-height: 381px;
	min-width: 528px;
}



.btn-up{
	cursor:pointer;
	position:fixed;
	right:50px;
	bottom:100px;
	width:69px;
	background:url(../images/btn-up.png) no-repeat;
	height:63px;
	z-index:100;
}
.btn-up:hover{
	opacity:0.9;
}



/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
	padding:0 40px;
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}

#rospis .nav-tabs {
	/*width: 790px;*/
	margin: 25px auto;
}

#rospis .parrent {
	text-align: center;
}

#rospis .tab-content {
	padding: 0;
}

#rospis .tab-content .controll {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #414141;
	padding: 5px;
}

#rospis .tab-content .controll img {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	top: -2px;
}

#rospis .td-col-date {
	color: #800c4b;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	/*height: 43px;*/
	padding-top: 12px;
}

#rospis .td-col-desc.vsu {
	background: url('../images/vsu.jpg') center center no-repeat;
	background-size: cover;
}

#rospis .td-col-desc.st {
	background: url('../images/st.jpg') center center no-repeat;
	background-size: cover;
}

#rospis .td-col-desc.sb {
	background: url('../images/sb.jpg') center center no-repeat;
	background-size: cover;
}
#rospis .td-col-desc.gbg {
	background: url('../images/gbg.jpg') center center no-repeat;
	background-size: cover;
}
#rospis .td-col-desc.pop {
	background: url('../images/pop.jpg') center center no-repeat;
	background-size: cover;
}
#rospis .row1 {
	background: #eeeeee;
}

#rospis .td-col-desc {
	min-height: 250px;
}

#rospis .td-col-desc h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	text-align: left;
}

#rospis .td-col-desc h3 {
	color: #ffdd3d;
	text-transform: uppercase;
	font-size: 24px;
	text-align: left;
	font-weight: 700;
}

#rospis .td-col-desc .bot-desc {
	position: absolute;
	bottom: 30px;
}

#rospis .td-col-desc a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 700;
}

#rospis .td-col-desc a:hover {
	opacity: 0.8;
	text-decoration: none;
}

#rospis .td-col-text {
	color: #414141;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	/*height: 43px;*/
	padding: 12px 30px;
	text-align: left;
	border-left: 1px solid #dadada;
}

#rospis .tab-content .controll:hover {
	opacity: 0.8;
	cursor: pointer;
}

#rospis .main-table .td-col-main .row {
	/*height: 43px;*/
}

#rospis .main-table .td-col-main .row:hover {
	background: #800c4b;
	cursor: pointer;
}

#rospis .main-table .td-col-main .row .bef_arrow {
	position: absolute;
	width: 42px;
	height: 42px;
	border-style: solid;
	border-color: transparent transparent transparent #800c4b;
	border-width: 22px 25px;
	left: 100%;
	display: none;
	z-index: 100;
}

#rospis .main-table .td-col-main .row:hover .bef_arrow {
	display: block;
}

#rospis .main-table .td-col-main .row:hover .td-col-date, #rospis .main-table .td-col-main .row:hover .td-col-text {
	color: #fff;
}

#rospis .tab-content .main-month h3{
	text-transform: uppercase;
	font-size: 29px;
	font-weight: 800;
	color: #800c4b;
	line-height: 32px;
}

#rospis .nav-tabs>li {
	height: 40px;
	border: 1px solid #dadada;
	display: inline-block;
	background: #fff;
	margin: 5px 5px;
}

#rospis .nav-tabs>li>a {
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	height: 38px;
	padding: 0 10px;
	padding-top: 8px;
}

#map-say p {
	font-size: 26px;
	font-weight: 600;
}

#map-say ul li {
	margin: 15px 0;
}

#map-say ul li span, #map-say p {
	opacity: 0;
}

#map-say li.open_list:hover {
	cursor: pointer;
}

#map-say ul li.open_list {
	padding-left: 25px;
	background: url('../images/plus.png') left 5px no-repeat;
	background-size: 16px;
}

#map-say ul ul li.open_list {
	padding-left: 20px;
	background: url('../images/plus.png') left 6px no-repeat;
	background-size: 12px;
}

#map-say ul ul li {
	margin: 10px 0;
}

#map-say ul ul ul li {
	margin: 5px 0;
}

#map-say ul a, #map-say ul {
	font-size: 24px;
	font-weight: 600;
	list-style: none;
}

#map-say ul ul a, #map-say ul ul {
	font-size: 18px;
	font-weight: 600;
	list-style: none;
}

#map-say ul ul ul a, #map-say ul ul ul {
	font-size: 14px;
	font-weight: 400;
	list-style: square;
}

.map_link {
	position: absolute;
	width: 120px;
	height: 29px;
	background: url('../images/maps.png') center top no-repeat;
	color: #000;
	display: block;
	text-align: center;
	float: right;
	left: 100%;
	margin-left: -295px;
}

.map_link:hover {
	opacity: 0.9;
}

#header.move .map_link {
	margin-top: 2px;
}

.navbar-inverse .navbar-nav li a.map-link {
	display: block;
	background-color: #8C0155;
	height: 25px;
	width: 25px;
	border-radius: 25px;
	position: relative;
	top: 5px;
	color: #fff;
	font-weight: 800;
	border: 1px solid #8C0155;
}
.navbar-inverse .navbar-nav li a.map-link span {
	position: relative;
	top: -4px;
	left: -2px;
}
.navbar-inverse .navbar-nav li a.map-link:hover {
	background-color: #fff;
	color: #8C0155;
}

#rospis .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, #rospis .nav-tabs>li.active>a:focus {
	background: #800c4b;
}

#rospis .nav-tabs>li>a:hover {
	background: #800c4b;
}

#rospis .nav-tabs>li.active>a:after {
	display: none;
}

#rospis .tab-wrap {
	border: none;
}

.form-call {
	display: none;
	width: 229px;
	background: #750041;
	padding: 15px;
	position: relative;
	top: 18px;
	left: -200px;
}

.form-call input[type='text'] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 8px;
	border: none;
	color: #fff;
	font-size: 12px;
	background: #620b3b;
	margin: 0 0 10px;
	height: 34px;
}

.form-call select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	border-radius: 8px;
	border: none;
	color: #fff;
	font-size: 12px;
	background: #620b3b;
	margin: 0 0 10px;
	height: 34px;
}

.form-call input[type='submit'] {
	width: 100%;
	display: block;
	margin: 3px auto;
	height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 8px;
	border: 0;
	color: #3d3719;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	background: #fccc3c;
	font-weight: 700;
}

.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#750041;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #750041 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #750041 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #750041;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #750041;
  border: 1px solid #750041;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff
;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
  width: 90%;
}

.blog_category li a:hover{
  background:#750041;
  color: #fff;
}

.blog_category li.id_cat_3 a:hover{	background:#cd2626;	color: #fff; }
.blog_category li.id_cat_18 a:hover{ background:#cd853f; color: #fff; }
.blog_category li.id_cat_9 a:hover{ background:#cdba96;	color: #fff; }
.blog_category li.id_cat_10 a:hover{ background:#cdcd00;	color: #fff; }
.blog_category li.id_cat_12 a:hover{ background:#9acd32;	color: #fff; }
.blog_category li.id_cat_15 a:hover{ background:#66cdaa;	color: #fff; }
.blog_category li.id_cat_7 a:hover{ background:#009acd;	color: #fff; }
.blog_category li.id_cat_13 a:hover{ background:#6959cd;	color: #fff; }
.blog_category li.id_cat_14 a:hover{ background:#9932cc;	color: #fff; }
.blog_category li.id_cat_11 a:hover{ background:#db7093;	color: #fff; }

.blog_category li.id_cat_3 .badge {background:#cd2626;	color: #fff; }
.blog_category li.id_cat_18 .badge{ background:#cd853f; color: #fff; }
.blog_category li.id_cat_9 .badge{ background:#cdba96;	color: #fff; }
.blog_category li.id_cat_10 .badge{ background:#cdcd00;	color: #fff; }
.blog_category li.id_cat_12 .badge{ background:#9acd32;	color: #fff; }
.blog_category li.id_cat_15 .badge{ background:#66cdaa;	color: #fff; }
.blog_category li.id_cat_7 .badge{ background:#009acd;	color: #fff; }
.blog_category li.id_cat_13 .badge{ background:#6959cd;	color: #fff; }
.blog_category li.id_cat_14 .badge{ background:#9932cc;	color: #fff; }
.blog_category li.id_cat_11 .badge{ background:#db7093;	color: #fff; }

.blog_category li.id_cat_3 .badge:before {border-color: transparent transparent transparent #cd2626;}
.blog_category li.id_cat_18 .badge:before{border-color: transparent transparent transparent #cd853f;}
.blog_category li.id_cat_9 .badge:before{border-color: transparent transparent transparent #cdba96;}
.blog_category li.id_cat_10 .badge:before{border-color: transparent transparent transparent #cdcd00;}
.blog_category li.id_cat_12 .badge:before{border-color: transparent transparent transparent #9acd32;}
.blog_category li.id_cat_15 .badge:before{border-color: transparent transparent transparent #66cdaa;}
.blog_category li.id_cat_7 .badge:before{border-color: transparent transparent transparent #009acd;}
.blog_category li.id_cat_13 .badge:before{border-color: transparent transparent transparent #6959cd;}
.blog_category li.id_cat_14 .badge:before{border-color: transparent transparent transparent #9932cc;}
.blog_category li.id_cat_11 .badge:before{border-color: transparent transparent transparent #db7093;}

 .badge:before {
  border-color: transparent transparent transparent #750041;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
}

.badge {
  background-color: #750041;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: absolute;
  /*left: 60px;
  top: -18px;*/
  font-weight: normal;
  margin-top: -15px;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 2250px;
	height: 300px;

  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition:  all 500ms;
  transition:  all 500ms;
}

.recent-work-wrap-books h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #282828;
}

.recent-work-wrap-books:hover {
	cursor: pointer;
}

.recent-work-wrap-books:hover .overlay{
	background-color: #750041;
}

.recent-work-wrap-books .overlay .line-br{
	margin: 18px auto;
}

.recent-work-wrap-books:hover .overlay .line-br{
	background: url("../images/line-br-w.png") center top no-repeat;
}

.recent-work-wrap-books:hover h2, .recent-work-wrap-books:hover p, .recent-work-wrap-books:hover h2 span {
	color: white;
}

.recent-work-wrap-books:hover .btn-slide{
	background-color: #fccc3c;
	color: #3d3719;
	opacity: 0.8;
}

.recent-work-wrap-books p {
	color: #414141;
	font-weight: 300;
	text-align: center;
	height: 130px;
	overflow: hidden;
}

.recent-work-wrap-books .overlay {
	background-color: #eaeff3;
	border: 3px solid white;
	padding: 15px;
	margin: 15px;
	height: 355px;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.recent-work-wrap-books h2 span {
	color: #750041;
}

.blog_archieve_block:hover .blog_archieve-right {
  display: block;
}
.blog_archieve_block:hover .blog_archieve-left {
  display: block;
}

.blog_archieve-right, .blog_archieve-left {
  display: none;
  position: absolute;
  height: 40px;
  width: 40px;
	background: rgba(230, 230, 230, 0.5);
  border-radius: 50%;
  color: #750041;
	font-weight: 800;
  text-align: center;
  padding-top: 10px;
  z-index: 500;
  margin-top: 15%;
  margin-left: 25px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition:  all 500ms;
  transition:  all 500ms;
}

.blog_archieve_block {
  width: 305px;
  overflow: hidden;
}

.blog_archieve_block h3 {
  top: 5%;
}
.blog_archieve-right:hover, .blog_archieve-left:hover {
  cursor: pointer;
}

.blog_archieve-right {
  margin-left: 235px;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  float: left;
  width: 300px;
  margin: 0px;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single .blog-item {
	border: none;
	height: auto;
	overflow: inherit;
}
.single .blog-item:hover {
	border: none;
	cursor: default;
}

.blog-item {
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 0px;
	border: 1px solid #d7d7d7;
	padding: 15px;
	height: 470px;
}

.blog-item:hover {
	border: 1px solid #750041;
	cursor: pointer;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 15px;
	width: 100%;
	height: auto;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog-item .data {
	float: left;
	font-size: 14px;
	padding-top: 8px;
	color: #888;
}

.blog-item .readmore {
	text-decoration: underline;
	font-size: 16px;
	color: #2196F3;
}
.blog-item .readmore:hover {
	text-decoration: none;
}

.blog-item .data.right {
	float: right;
}
.blog-content p {
	color:#383838;
}


.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 16px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #605e86;
  border-bottom: 5px solid #fff;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
  text-align:center;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #750041 !important;
  border-color: #750041 !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
  width: 80%;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80%;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

#append-reviews .col-xs-6 {
	margin: 15px auto;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.page-template-default {
  margin-bottom: 20px;
}

body.page-template-default {
	margin-bottom: 0px;
}

.tag-cloud li a:hover{
  background:#750041;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#750041;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #750041;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #750041 transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #750041;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #750041;
}

#bottom .widget {
  margin-bottom: 0;
}

.center h4 {
	text-transform: uppercase;
	color: #282828;
	font-weight: 600;
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
}

.center h1 {
	color: #282828;
	font-size: 36px;
	font-weight: 900;
	line-height: 33px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.line-br {
	background: url("../images/line-br.png") center top no-repeat;
	width: 44px;
	height: 7px;
	margin: 28px auto;
}

.center h1 span {
	color: #750041;
}

.programs-slider1 h3{
	font:26px/30px 'Open Sans', Helvetica, sans-serif;
	color:#750041;
	text-transform:uppercase;
	margin:0 0 20px;
}
.programs-slider1 p{
	color:#202020;
	margin:0 0 20px;
	font:18px/22px 'Open Sans', Helvetica, sans-serif;
}
.programs-slider1 .btn-slide {
  padding: 12px 40px;
  background: #750041;
  color: #fff;
  border-radius: 7px;
  margin-top: 25px;
  display: inline-block;
  font-size:18px;
  text-transform:uppercase;
  border:1px solid #fff;
}
.programs-slider1 .btn-slide:hover{
	opacity:0.9;
}

.carousel-indicators li {
	background-color: #c6c6c6;
}

.carousel-indicators .active {
	background-color: #750041;
}

.programs-slider2{
	background:#fff;
	padding: 25px 0;
}

.progr_clic_img {
	opacity: 0;
}

.progr_clic_img:hover {
	cursor: pointer;
}

.programs-slider2 #about-slider{
	/*border: 10px solid rgba(42, 175, 139, 0.24);
	padding: 40px;*/
}

.descript-progr {
	padding-top: 0;
	display: none;
}

.mess-progr {
	padding: 40px 0;
}

.mess-progr p {
	color: #fff;
	font-size: 18px;
}

.header-mess {
	padding: 40px 0;
}

.header-mess img {
	position: relative;
	top: 5px;
}

.header-mess p {
	margin: 0;
	padding-left: 40px;
	color: #e9e9e9;
	font-size: 18px;
}

.header-mess h1{
	margin: 0;
	font-weight: 800;
	font-size: 30px;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.25);
}

.main-mess .first {
	padding: 8px;
}

.main-mess .first p {
	margin: 1px 0;
	padding: 15px 0;
	padding-left: 45px;
	background: url("../images/prgrams_new/item_ic2.png") 15px center no-repeat;
	color: #fff;
	font-size: 14px;
}

.main-mess.col1 .first p:nth-child(2n) {background-color: #293751;}
.main-mess.col1 .first p {background-color: #30415f;}

.main-mess.col2 .first p:nth-child(2n) {background-color: #846145;}
.main-mess.col2 .first p {background-color: #79583d;}

.main-mess.col3 .first p:nth-child(2n) {background-color: #2a2a2a;}
.main-mess.col3 .first p {background-color: #343434;}

.main-mess .two {
	left: 15px;
	text-align: center;
	height: 600px;
	padding-bottom: 78px;
}

.main-mess .two h1 {
	margin: 0;
	font-weight: 800;
	font-size: 42px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-top: 78px;
	margin-bottom: 44px;
}

.main-mess .two .form input[type='text'] {
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 7px;
	border: 1px solid rgba(255,255,255,0.22);
	color: rgba(255,255,255,0.22);
	font-size: 16px;
	background: #e6e6e6;
	margin: 0 0 10px;
}
.main-mess.col1 .two .form input[type='text'] {background-color: #222735;}
.main-mess.col2 .two .form input[type='text'] {background-color: #491d0b;}
.main-mess.col3 .two .form input[type='text'] {background-color: #12100f;}


.main-mess .two .form input[type='submit'] {
	width: 80%;
	display: block;
	margin: 3px auto;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 7px;
	border: 0;
	color: #3d3719;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	background: #fccc3c;
	font-weight: 800;
}

input[type='submit']:hover {
	opacity: 0.8;
	cursor: pointer;
}

.page-template-page-mainprograms #about-us2 .img-responsive, .sobitie1 #about-us2 .img-responsive {
	width: 100%;
}

.page-template-page-mainprograms #about-us2 p, .sobitie1 #about-us2 p {
	color: #fff;
	line-height: 22px;
	padding: 0 40px;
}

.page-template-page-mainprograms #about-us2 h3, .sobitie1 #about-us2 h3 {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
}

.hiden {
	display: none;
}

.page-template-page-mainprograms #about-us2 .lin-br, .sobitie1 #about-us2 .lin-br {
	margin: 15px auto;
	width: 22px;
	height: 3px;
	background-color: #fff;
}

.page-template-page-mainprograms #about-us2 .btn-slide {
	position: absolute;
	top: 35%;
	left: 50%;
	display: none;
	width: 240px;
	margin-left: -120px;
	border: none;
}

.sobitie1 #about-us2 .btn-slide {
	width: 240px;
	border: none;
}

.page-template-page-mainprograms #about-us2 .col-xs-12, .sobitie1 #about-us2 .col-xs-12 {
	margin: 15px 0;
}

.page-template-page-mainprograms .recent-work-wrap .overlay:hover, .sobitie1 .recent-work-wrap .overlay:hover {
	/*background: rgba(0, 0, 0, 0.5);*/

	background: -moz-linear-gradient(top,  rgba(255,124,0,0.1) 0%, rgba(41,10,89,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,124,0,0.1) 0%,rgba(41,10,89,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,124,0,0.1) 0%,rgba(41,10,89,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ff7c00', endColorstr='#80290a59',GradientType=0 ); /* IE6-9 */
}

.page-template-page-mainprograms .center h1, .sobitie1 .center h1 {
	/*font-family: "Palatino-Bold";*/
}

.sobitie1 .center h1 {
	font-family: "Palatino-Bold";
}

.page-template-page-mainprograms .recent-work-wrap .overlay, .sobitie1 .recent-work-wrap .overlay {
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 0;
	/*background: rgba(0, 0, 0, 0.1);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7c00+0,290a59+100&0.5+0,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(255,124,0,0.2) 0%, rgba(41,10,89,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,124,0,0.2) 0%,rgba(41,10,89,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,124,0,0.2) 0%,rgba(41,10,89,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ff7c00', endColorstr='#80290a59',GradientType=0 ); /* IE6-9 */

	border: none;
	vertical-align: middle;
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-o-transition: background 500ms;
	transition: background 500ms;
	padding: 20px;
	padding-top: 15%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	margin: 0;
}

.page-template-page-mainprograms .recent-work-wrap .overlay.bl, .sobitie1 .recent-work-wrap .overlay.bl {
	background: -moz-linear-gradient(top,  rgba(255,124,0,0.4) 0%, rgba(41,10,89,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,124,0,0.4) 0%,rgba(41,10,89,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,124,0,0.4) 0%,rgba(41,10,89,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ff7c00', endColorstr='#80290a59',GradientType=0 ); /* IE6-9 */
}

.programs-slider2 .carousel-indicators{
	display: block;
	bottom: -40px;
}

.programs-slider2 h2{
	color:#fff;
	text-transform:uppercase;
}
#about-us2 .item{
	text-align:left;
}
.programs-slider2 h3{
	font:26px/30px 'Open Sans', Helvetica, sans-serif;
	color: #282828;
	text-transform:uppercase;
	margin:0 0 20px;
	font-weight: 700;
}
.programs-slider2 p{
	color: #515151;
	margin:0 0 20px;
	font:14px/16px 'Open Sans', Helvetica, sans-serif;
}

.programs-slider2 .with-pad {
	text-align: center;
}
.programs-slider2 .btn-slide {
  padding: 12px 40px;
  background: #750041;
  color: #fff;
  border-radius: 10px;
  margin-top: 25px;
  display: inline-block;
  font-size:18px;
  text-transform:uppercase;
  border:1px solid #fff;
}
.programs-slider2 .btn-slide:hover{
	opacity:0.9;
}


#about-us2 .carousel-control.left{
	box-shadow:none;
	width:50px;
	top:150px;
	height:50px;
	border-radius:50%;
	padding-top:13px;
	left:-50px;
}
#about-us2 .carousel-control.right{
	box-shadow:none;
	width:50px;
	top:150px;
	height:50px;
	border-radius:50%;
	padding-top:13px;
	right:-50px;
}
#about-us2 .item img{margin:0 auto;}
#about-us2 .carousel-control{
	opacity:0.9;
}
#about-us2 .carousel-control:hover{
	opacity:1;
}

#sobitie .adapt-pading-hide {
	padding-left: 10px;
}

#line-sobitie-new .col-xs-12 {
	padding: 5px;
}
#line-sobitie-new .line-sob-item {
	background-color: rgba(130,130,130,0.1);
	border: 1px solid #750041;
	padding: 0;
	padding-bottom: 0px;
	height: 285px;
	overflow: hidden;

	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-o-transition: background 500ms;
	transition: background 500ms;
}

#line-sobitie-new .line-sob-item img {
	width: 100%;
}

#line-sobitie-new .line-head {
	background-color: #750041;
	width: 100%;
	text-align: center;
	color: #fff;
	/*height: 50px;*/
	font-size: 18px;
	padding: 12px 0;
}

#line-sobitie-new p {
	padding: 20px;
	color: #393939;
	font-size: 15px;
	text-align: left;
	padding-bottom: 0;
}

#line-sobitie-new .line-sob-item:hover {
	cursor: pointer;
	opacity: 0.9;
}

#line-sobitie-new .line-sob-item:hover p, #line-sobitie-new .line-sob-item:hover a {
	color: #fff;
}

#footer {
  padding:20px 0 0;
  color: #fff;
  font-size:16px;
  text-align:center;
  background:url("../images/shadow.png") center -19px no-repeat;
	background-color: #fff;

	font-family: Helvetica, sans-serif;;
}


#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer a{
	color: #282828;
}
#footer{
	color: #282828;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}
#footer .menu{
	margin:0;
	padding:0 0 20px;
	list-style:none;
}
#footer .menu li{
	padding:0 0 0 20px;
	margin:0 20px 0 0;
	position:relative;
}

#footer .contact{
	margin:0;
	padding:20px 0;
	list-style:none;
}
#footer .contact li{
	padding:0 0 0 27px;
	margin:0 20px 0 0;
	position:relative;
}
#footer .contact li:after{
	content:'';
	position:absolute;
	left:0;
	top:1px;
	background:url(../images/tel-bot.png) no-repeat;
	width:23px;
	height:23px;
}
#footer .contact .li2:after{
	background:url(../images/skype.png) no-repeat;
}
#footer .contact .li3:after{
	background:url(../images/mail.png) no-repeat;
}
#footer .soc{
	margin:0;
	padding:15px 0;
	list-style:none;
	background:#fff;
}
#footer .soc li{
	width:37px;
	height:37px;
	margin:0 3px;
	display:inline-block;
	vertical-align:top;
}
#footer .soc li a{
	width:100%;
	display:block;
	height:100%;
}
#footer .soc .li1 a{
	background:url(../images/soc-ico1.png) no-repeat;
}
#footer .soc .li2 a{
	background:url(../images/soc-ico2.png) no-repeat;
}
#footer .soc .li3 a{
	background:url(../images/soc-ico3.png) no-repeat;
}
#footer .soc .li4 a{
	background:url(../images/soc-ico4.png) no-repeat;
}
#footer .soc .li5 a{
	background:url(../images/soc-ico5.png) no-repeat;
}
#footer .soc .li6 a{
	background:url(../images/soc-ico6.png) no-repeat;
}
#footer .soc .li7 a{
	background:url(../images/soc-ico7.png) no-repeat;
}
#footer .soc li a:hover{
	position:relative;
	top:1px;
}
#footer .copy{
	/*background:rgba(0,0,0,0.2);*/
	padding:20px 0;
}

@font-face {
  font-family: 'scicon-entypo-fontello';
  src: url('../fonts/scicon-entypo-fontello.woff');
  font-weight: normal;
  font-style: normal;
}
#scroll-up {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 75px;
  height: 75px;
  background: url(../images/btn-up333.png) 0 0 no-repeat;
  z-index: 10;
  opacity: 0;
}

.pr-resp-left {
	padding-left: 80px;
}

#scroll-up::after {
  /*content: '\e87e';
  display: block;
  font-family: 'scicon-entypo-fontello';
  line-height: 28px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;*/
}
.blog-item+#soc-n>div:first-child, .blog-item+#soc-n h2{display: none;}
.blog-item+#soc-n{
	
	top:20px !important;
	padding-top: 20px !important;
}
.blog-item{
	border-bottom: 1px solid #666 !important;
}

#scroll-up.visible_scroll {
  opacity: 1;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  z-index: 100;
}

.open-rev::after {
	content: '\e87e';
	display: block;
	font-family: 'scicon-entypo-fontello';
	line-height: 28px;
	font-size: 32px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.open-rev {
	opacity: 0.3;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	z-index: 100;
	background: rgba(0,0,0,0.75);
	color: #eeeeee;
	bottom: -36px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.open-rev:hover {
	opacity: 0.8;
}
#append-reviews .col-sm-2.col-md-2 {
	width: 20%;
}

#append-reviews .col-sm-1.col-md-1 {
	display: none;
}

.carousel-indicators {
  display: none;
}

.page-template-page-video #portfolio .recent-work-wrap, .page-template-page-video_open #portfolio .recent-work-wrap {
	padding: 5px;
}

.page-template-page-video #portfolio .two-column, .page-template-page-video_open #portfolio .two-column {
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
}
.page-template-page-video #portfolio .recent-work-wrap img, .page-template-page-video_open #portfolio .recent-work-wrap img {
	height: 100%;
}
.page-template-page-video #portfolio .two-column img, .page-template-page-video_open #portfolio .two-column img {
	opacity: 0;
}

.page-template-page-video #portfolio .recent-work-wrap .overlay, .page-template-page-video_open #portfolio .recent-work-wrap .overlay {
	width: 90%;
	height: 90%;
	color: #fff;
	border-radius: 0;
	background: rgba(0,0,0,0.4);
	border: none;
	vertical-align: middle;
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-o-transition: background 500ms;
	transition: background 500ms;
	padding: 20px;
	padding-top: 20%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	margin: 5%;
}

.page-template-page-video #portfolio .recent-work-wrap .overlay:before, .page-template-page-video_open #portfolio .recent-work-wrap .overlay:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 50%;
	background: url("../images/lock-video.png") top center no-repeat;
	width: 26px;
	height: 34px;
	margin-left: -13px;
	margin-top: 5px;
	border-radius: 0;
	display: none;
}

.page-template-page-video #portfolio .recent-work-wrap .overlay:after, .page-template-page-video_open #portfolio .recent-work-wrap .overlay:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("../images/play-1.png") 55% center no-repeat;
	width: 78px;
	height: 78px;
	margin-left: -39px;
	margin-top: -39px;
	border-radius: 50%;
	background-color: #750041;
	display: none;
}

.two-column a {
	display: block;
    width: 220px;
    height: 42px;
    background-color: #8C0155;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 9px 20px;
    /* font-size: 12px; */
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 16px;
}

.two-column a:hover {
	position: relative;
	top: 2px;
}

.page-template-page-video #portfolio .two-column .overlay, .page-template-page-video_open #portfolio .two-column .overlay {
	background: transparent;
	padding-top: 10%;
}

.page-template-page-video #portfolio .two-column .overlay h3, .page-template-page-video_open #portfolio .two-column .overlay h3 {
	font-size: 26px;
	letter-spacing: 8px;
}

.lin-br {
	width: 10%;
	height: 3px;
	background: #750041;
	margin: 5px auto;
}

.page-template-page-video #portfolio .recent-work-wrap h3, .page-template-page-video_open #portfolio .recent-work-wrap h3 {
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
}

#portfolio .col-xs-6 {
	padding: 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	margin-left: 80px;
}

@media screen and (max-width:1170px){
  .carousel-indicators {
    display: none;
  }
	#history .overlay2 {
		font-size: 16px;
	}

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		margin-left: 0px;
	}
}
@media screen and (max-width:1100px){

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		margin-left: 70px;
	}
	.btn-right{
		display:none;
	}

	.adapt-text-hide {
		display: none;
	}

	#recent-works .recent-work-wrap .overlay, #recent-works .recent-work-wrap .overlay {
		height: 100%;
		min-height: 300px;
		width: 100%;
		position: static;
		margin-left: 0;
	}

	.clear_progr {
		display: none;
	}

	#recent-works .recent-work-wrap .overlay:hover, #recent-works .recent-work-wrap .overlay:hover {
		background: none;
		background-color: #fff;
	}

	#recent-works .recent-work-wrap .overlay:hover, #recent-works .recent-work-wrap .overlay-set-focus {
		background: none;
		background-color: #fff;
	}
}
@media screen and (max-width:992px){

	.navbar-brand img {
		margin-left: 0;
	}
	
	
	.navbar-inverse .navbar-nav li a{
		padding:5px 10px;
	}
	#header .buttons {
		display:inline-block;
		top:auto !important;
		
	}

	#line-sobitie .lide-calend .line-month {
		display: block;
	}

	#line-sobitie .lide-calend .line-month li {
		display: inline-block;
	}

	#line-sobitie .line-line .line-month {
		display: block;
	}

	#line-sobitie .line-line .line-month li {
		display: inline-block;
	}

	#line-sobitie .line-line .line-month div.active {
		display: inline-block;
	}

	.sob:after {
		display: none;
	}

	#index_video .btn-slide:after {
		display: none;
	}

	#services .row {
		background: none;
	}

	#services .padding_bottom,  #services .padding_top {
		padding-top: 0;
		padding-bottom: 0;
	}

    .carousel-indicators {
      display: none;
    }

	#recent-works .recent-work-wrap .overlay, #recent-works .recent-work-wrap .overlay {
		height: 100%;
		width: 100%;
	}

	#recent-works .recent-work-wrap .overlay:hover, #recent-works .recent-work-wrap .overlay:hover {
		background: none;
		background-color: #fff;
	}

	.pluso{display:none !important;}
	#header{
		padding:0;
	}
	#header .buttons .men-li .box{
		left:0;
		right:auto;
	}
	#header .buttons .tel-li .box{
		left:0;
		right:auto;
	}
	#header .buttons .menu-li .dop-menu{
		left:0;
		right:auto;
	}
	#history .overlay2{
		font-size:18px;
		padding:10%;
	}
	#history .l{
		display:block;
	}
	#history .r{
		display:none;
	}
	#services .services-wrap{
		padding:0;
		text-align:left;
	}
	#about-us1 .item{
		text-align:center;
	}
	#about-us1 .with-pad{
		padding-bottom:30px;
	}
	#about-us2 .item{
		text-align:center;
	}
	#about-us2 .with-pad{
		padding-bottom:30px;
	}
	#recent-works .overlay h3{
		line-height:16px;
		margin:0 0 5px;
	}
	#recent-works .overlay h3 a{
		font-size:14px;
	}
	#recent-works .overlay p{
		font-size:12px;
		line-height:14px;
		margin:0 0 5px;
	}
	#form-bottom .col1{
		margin:30px 0 0;
	}
	#services .col-sm-6{
		width:100%;
		text-align:center;
	}
	.btn-up{
		display:none;
	}
	.navbar-header{
		text-align:center;
		float:none;
		margin:0 auto !important;
	}
	.navbar-right{
		float:none !important;
	}
	.navbar-brand{
		float:none;
	}
	#form-bottom .col1{
		display:none;
	}
	.recent-work-wrap1 .recent-work-inner .play{
		padding: 1px 0 0;
	}

  #states .recent-work-wrap2 .recent-work-inner h4 {
    padding-top: 0%;
  }

}
@media screen and (max-width:768px){
	.spec_progr_main .col-sm-7 {
		display: none;
	}

	.main-mess .two {
		height: auto;
		left: 0;
	}

	.pop-up {
		background: url("../images/pop_up_sm.png") center top no-repeat;
		width: 510px;
		margin-left: -255px;
		padding-left: 65px;
		padding-right: 65px;
	}

	.pop-video video {
		width: auto;
		height: 100vh;
	}

	#form-bottom video {
		width: auto;
		height: 100vh;
	}

	.mzg .col-md-7 {
		padding-left: 15px;
	}

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		margin-left: 0px;
	}

    .carousel-indicators{
      display: block;
    }

	.navbar-brand img {
		margin-left: 60px;
	}

	.progr_d_s {
		height: 612px;
	}

	.pr-resp-left {
		padding-left: 15px;
	}

	.progr_clic_img {
		display: none;
	}

	.progr_main1 {
		background: url('../images/prgrams_new/bg1-1.jpg') center top repeat-y;
		background-size: cover;
	}

	.progr_main2 {
		background: url('../images/prgrams_new/bg2-1.jpg') center top repeat-y;
		background-size: cover;
	}

	.progr_main3 {
		background: url('../images/prgrams_new/bg3-1.jpg') center top repeat-y;
		background-size: cover;
	}

	#sobitie .adapt-pading-hide {
		padding-left: 0;
	}

	#recent-works .recent-work-wrap .overlay:hover, #recent-works .recent-work-wrap .overlay:hover {
		background: none;
		background-color: #fff;
	}

	#recent-works .recent-work-wrap .overlay:hover, #recent-works .recent-work-wrap .overlay-set-focus {
		background: none;
		background-color: #fff;
	}

	#main-slider .info-box ul li:after{
		content:'';
		display:none;
	}
	#about-us2 .carousel-indicators{
		bottom:-35px;
	}
	#main-slider .info-box ul li:first-child:before{
		content:'';
		display:none;
	}
	#main-slider .info-box ul li{
		display:block;
		width:100%;
		text-align:center;
		margin:0 0 5px;
	}
	#main-slider .info-box{
		padding:5px 0;
	}
	#history .recent-work-wrap4 .recent-work-inner{
		padding:20% 15% 0;
	}
	#history .recent-work-wrap4 h3{
		font:25px/30px 'Open Sans', Helvetica, sans-serif;
		margin:0 0 20px;
	}
	.services-wrap p{
		font-size:16px;
	}
	#header .buttons{
		display:none;
	}
	
	#recent-works .overlay h3{
		line-height:26px;
		margin:0 0 15px;
	}
	#recent-works .overlay h3 a{
		font-size:22px;
	}
	#recent-works .overlay p{
		font-size:18px;
		line-height:22px;
		margin:0 0 15px;
	}
	
	.navbar-header{
		padding:0 0 20px;
	}
	.navbar-inverse .navbar-nav .dropdown-menu{
		background:none;
		box-shadow:none;
		padding:0 15px 0 0;
	}
	.navbar-inverse .navbar-nav .dropdown-menu li{
		background:rgba(173, 17, 103, 0.8);
	}
	.recent-work-wrap1 .recent-work-inner .play{
		padding:40% 0 0;
	}

	.blog-top-bar {
		height: 235px;
	}

    #states .recent-work-wrap2 .recent-work-inner h4 {

    }
	#history2 .frame{
		padding:15px;
		height: auto;
	}

	#history4 .frame{
		height: auto;
	}

	#history2 .frame:before{
		display: none;
	}

	.info-box {
		display: none;
	}
	.info-box-clear {
		display: none;
	}

}

@media screen and (max-width:600px) {
	#form-bottom .form {
		background: none;
		padding: 0 10px;
		min-width: 100%;
	}
}
@media screen and (max-width:480px){

	#recent-works .recent-work-wrap .overlay:hover, #recent-works .recent-work-wrap .overlay:hover {
		background: none;
		background-color: #fff;
	}

	.info-box {
		display: none;
	}
	.info-box-clear {
		display: none;
	}

	.carousel-indicators {
      display: block;
    }
	#services .pull-left, #services .pull-right{
		float:none !important;
		text-align:center;
	}
	.services-wrap .pull-left, .services-wrap .pull-right{
		width:auto;
	}
	.services-wrap .left-service p, .services-wrap .left-service h3{
		text-align: center;
	}
	#services .services-wrap{
		text-align:center;
	}
	#services .pull-left img, #services .pull-right img{
		display:block;
	}
	.services-wrap h3{
		font-size:16px;
	}
	#middle .panel-title{
		font-size:12px;
	}
	
	#recent-works .overlay h3{
		line-height:20px;
		margin:0 0 5px;
	}
	#recent-works .overlay h3 a{
		font-size:16px;
	}
	#recent-works .overlay p{
		font-size:15px;
		line-height:17px;
		margin:0 0 5px;
	}
	.recent-work-wrap1 .recent-work-inner .play{
		padding:10% 0 0;
	}
	.recent-work-wrap1 .recent-work-inner .name{
		font-size:12px;
		line-height:14px;
	}
	
	.recent-work-wrap3 .recent-work-inner .play{
		padding:20px 0 0;
		margin:0 0 10px;
	}
	.recent-work-wrap3 .recent-work-inner .name{
		font-size:16px;
		line-height:18px;
	}
	
	body > section {
	  padding: 20px 0;
	}
	#form-bottom .form{
		background:none;
		padding: 0 10px;
		min-width: 100%;
	}
	#footer{
		font-size:13px;
	}
	#footer .soc{
		margin:0 auto;
		width:270px;
	}
	.recent-work-wrap h3 a{
		font-size:16px;
	}
	#history .recent-work-wrap4 .recent-work-inner{
		font:italic 16px/20px 'Open Sans', Helvetica, sans-serif;
		padding:5% 5% 0;
	}
	#history .recent-work-wrap4 .recent-work-inner h3{
		font:16px/20px 'Open Sans', Helvetica, sans-serif;
		margin:0px 0 10px;
	}
	#main-slider .carousel h1 span{
		font-size:36px;
	}

    #states .recent-work-wrap2 .recent-work-inner h4 {

    }
	#content>div>div>div{padding:0;}
	#content .tab-content{padding:0;}
	#history3 h3{
		font:800 19px/21px "Helvetica Neue", Helvetica, sans-serif
	}
	#history2 h3{
		font:800 19px/21px "Helvetica Neue", Helvetica, sans-serif
	}
	#history h3{
		font:800 19px/21px "Helvetica Neue", Helvetica, sans-serif
	}
	#history4 h3{
		font:800 19px/21px "Helvetica Neue", Helvetica, sans-serif
	}
	#history5 h3{
		font:800 19px/21px "Helvetica Neue", Helvetica, sans-serif
	}
	#history6 h3{
		font:800 19px/21px "Helvetica Neue", Helvetica, sans-serif
	}
	#history7 h3{
		font:800 19px/21px "Helvetica Neue", Helvetica, sans-serif
	}
	#history8 h3{
		font:800 19px/21px "Helvetica Neue", Helvetica, sans-serif
	}
	#history10 h3{
		font:800 19px/21px "Helvetica Neue", Helvetica, sans-serif
	}
	#history3 .row-bg .row-pad{
		padding:15px;
	}
}

.accordion-toggle:hover {
	color: #111;
}

.blog #main-slider .info-box {
	position: absolute;
	bottom: 0;
	font-size: 20px;
	border-top: 1px solid #373738;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 15px 0;
	left: 0;
	margin-left: 0;
	height: auto;
}

.blog #main-slider .info-box ul {
	margin: 0;
	text-align: center;
	padding: 0;
	list-style: none;
}

.blog #main-slider.blog-top-bar .info-box ul li {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #fff;
	float: none;
}

.page-template-default .carousel-content ul {
	height: 113px;
	position: relative;
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.page-template-default .carousel-content li {
	height: 116px;
	overflow: hidden;
}

.blog #main-slider.blog-top-bar .info-box ul li:first-child:before {
	top: 12px;
}

.blog #main-slider .info-box ul li strong {
	font-weight: 700;
	font-size: 36px;
}

.blog #main-slider .info-box ul li {
	margin: 0 20px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-weight: 400;
}

.blog #main-slider .info-box ul li:after {
	content: '';
	position: absolute;
	right: -25px;
	top: 7px;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
}

.blog #main-slider .info-box ul li:first-child:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 7px;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
}

.widget .recent-work-wrap img {
	width: 100%;
}

.widget .recent-work-wrap h3 {
	text-transform: uppercase;
	/* position: absolute; */
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	line-height: 33px;
	text-align: center;
}

.widget .recent-work-wrap h3 a {
	font-size: 18px;
	color: #282828;
}

.widget .recent-work-wrap .overlay:hover {
	background: #fff;
}

.widget .recent-work-wrap .overlay:hover h3, .widget .recent-work-wrap .overlay:hover a{
	color: #750041;
}

.widget .recent-work-wrap .overlay {
	width: 100%;
	height: 100%;
	color: #202020;
	border-radius: 0;
	background: #fff;
	border: none;
	vertical-align: middle;
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-o-transition: background 500ms;
	transition: background 500ms;
	padding: 0px;
	position: relative;
	left: 0;
	margin-left: 0;
	top: 0;
}

.form_mess {
	border: 1px solid red;
}

@media screen and (max-width: 1200px) {
	.navbar-header {
		text-align: center;
		float: none;
		margin: 0 auto !important;
	}
	.navbar-nav > li {
		margin-left: 0;
	}
	.navbar-brand {
		float: none;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		margin-left: 0px; 
	}
}

@media screen and (max-width: 1000px) {
	#header .buttons {
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
		top: -10px;
	}
}

#id_video_sob {
	width: 100%;
	left: 0;
	height: auto;
}

.page-template-page-home .home-menu-but {
	display: none;
}

#___ytsubscribe_0 {
	opacity: 1;
}
.sb_first-0.cntent img {
	width: 100%;
}
.sb_first-0.cntent .s_foto1 .col-xs-6 {
	overflow: hidden;
	padding: 3px 5px;
	height: 175px;
}

.sb_first-0.cntent .container {
	text-align: justify;
}

.content_sobitiya .slide a {
	height: 330px;
	overflow: hidden;
}

.ee_p {
	color: #fff;
	text-align: center;
}
.podpis .ee_p {
	color: #750041;
	text-align: center;
}

/*slyde marafon*/
.b1 .img {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 30px; }
.b1 .img img {
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms; }
.b1 .img .step {
	position: absolute;
	display: block;
	width: 11%;
	height: 30px;
	top: 48%;
	margin-left: 20%;
	z-index: 999; }
.b1 .img .step:hover {
	cursor: pointer; }
.b1 .img .step.lock:hover {
	cursor: not-allowed; }
.b1 .img .step1 {
	margin-left: 12%;
	height: 45px; }
.b1 .img .step2 {
	margin-left: 31%;
	top: 30%;
	height: 55px; }
.b1 .img .step3 {
	margin-left: 47%;
	top: 61%;
	height: 58px; }
.b1 .img .step4 {
	margin-left: 59%;
	top: 48%;
	height: 48px; }
.b1 .img .step5 {
	margin-left: 73%;
	top: 28%;
	height: 58px; }
.b1 .img .step6 {
	margin-left: 84%;
	top: 41%;
	height: 58px; }
.b1 .img .step7 {
	margin-left: 90%;
	top: 0%;
	height: 70px; }

.b1 .img img {
	display: block;
	width: 100%; }

.single #blog .blog .blog-item .blog-content h3 {
	border-bottom: 1px solid #d9e1e3;
	border-top: 1px solid #d9e1e3;
	padding: 25px 0;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-size: 18px;
}
.single #blog .blog .blog-item .blog-content h2 {
	margin: 25px 0;
}
.single #blog .blog .blog-item .blog-content h1 {
	font-size: 36px;
}
.single #blog .blog .blog-item .blog-content h2 {
	font-size: 28px;
}
.single #blog .blog .blog-item .blog-content h3 {
	font-size: 28px;
}
.single #blog .blog .blog-item .blog-content h4 {
	font-size: 24px;
}
.single #blog .blog .blog-item .blog-content h5 {
	font-size: 21px;
}
.single #blog .blog .blog-item .blog-content h6 {
	font-size: 18px;
}

.single #blog .blog .blog-item .blog-content h1,
.single #blog .blog .blog-item .blog-content h2,
.single #blog .blog .blog-item .blog-content h3,
.single #blog .blog .blog-item .blog-content h4,
.single #blog .blog .blog-item .blog-content h5,
.single #blog .blog .blog-item .blog-content h6 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 800;
	color: #000000;
}
.single #blog .blog .blog-item .blog-content p {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 15px
}

.single #blog .blog .blog-item .blog-content img {
	max-width: 100%;
}
.single #blog .blog .blog-item .blog-content h3 p {
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}

.single #blog .blog .blog-item .blog-content blockquote {
	position: relative;
	background-color: #f4f4f4;
	margin: 37px 0;
	padding: 32px 0 27px 0;
	display: block;
	border-left: none;
}

.single #blog .blog .blog-item .blog-content blockquote p {
	font-size: 24px;
	color: #272c2f;
	line-height: 33px;
	padding-right: 50px;
	margin-bottom: 13px;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
}

.single #blog .blog .blog-item .blog-content blockquote:before {
	content: '';
	display: block;
	width: 45px;
	height: 37px;
	position: absolute;
	top: 35px;
	left: -77px;
	z-index: 2;
	background: url(../images/sprite.png) 0 0 no-repeat;
	background-position: -490px 0;
	background-size: 600px;
}

.single #blog .blog .blog-item .blog-content blockquote:after {
	content: '';
	display: block;
	width: 1000px;
	height: 100%;
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	left: -1000px;
	z-index: 1;
}
.banner-2{margin-top:14px;}
.banner-2 a{display:block;}
.banner-2 a img{width:100%;height:auto;}
.kiyv-slide .carousel-content{margin-top:35px !important;text-align:center; }
#main-slider .carousel .item.kiyv-slide{background-position:top center;}

.kiyv-slide h1{font-size:47px;font-family: 'BebasNeueBook';text-align:left;    padding-left: 1vw;}
#main-slider .kiyv-slide h2{font-size:5vw;color:#fff;font-family: 'BebasNeueBold';}
.description-kiyv{font-size:24px;color:#fff;line-height:29px;}
.text-content{color:#fff !important;}
#payment .rec-list.second{text-align:left;}