/*
 Theme Name:   IEO
 Theme URI:   /
 Description: По всем вопросам о безграничной косячности сайта - пишите на info@waytostart.ru  
 Author: www.hse.ru
 Author URI: /
 Template:    
 Version:      1.0.0
 License:      Copyright
 License URI: 
 Tags:
*/

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.vf-invalid::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("/wp-content/themes/01/d/i/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "RobotoRegular";
	background: #f4f4f4 url(/wp-content/themes/01/d/i/bg/body.png) repeat center top;
}
.hidden {
	display: none;
}


/*h1,h2,h3,h4, b, strong {
	font-weight: normal;
}*/

a,a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline:none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style:none;
}



.done-w {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0 ,0 , .5);
	display: none;
	bottom: 0;
	right: 0;
	z-index: 10000;

}

.done-window {
	position: fixed;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,1);
	color: #010101;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 35px  15px;
	border: 3px solid #86bc42;
	padding-top: 13px;
}
.done-window h3 {
	margin: 0;
}

.done-window small {
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}

.video-responsive { 
  position: relative; 
  overflow:hidden; 
  height: 370px;
  margin: auto;
} 

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

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.main_mnu_button  {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 34px;
	position: absolute;
	top: 0;
	left: 0;
}


.popup-form {
	background-color: #fff;
	border-radius: 3px;
	padding: 25px;
	position: relative;
	margin: 0 auto;
	max-width: 350px;
	text-align: center;
}

.popup-form input, .popup-form textarea {
	border: none;
	border-bottom: 1px solid #BCBCBC;
	text-indent: 15px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 0;
}

.popup-form h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
}


.dib {
	display: inline-block;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

img {
	max-width: 100%;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(37,37,37,.4);
	color: #fff;
	z-index: 10;
	padding-top: 10px;
}

nav {
	margin-top: 9px;
}

nav ul li, nav ul li a {
	display: inline-block;
	color: #fff;
}

nav ul li a {
	text-transform: uppercase;
	margin-right: 25px;
}

nav ul li a:hover {
	color: #ecda9e;
}
.search-box  {
	width: 240px;
}

.search-box input {
	width: 206px;
	padding: 7px 0;
	background-color: transparent;
	border: none;
	font-size: 14px;
	border-bottom: 1px solid #909090;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.search-box input:focus {
	border-bottom: 1px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-box *::-webkit-input-placeholder {
	color: #909090;
	opacity: 1;
}
.search-box *:-moz-placeholder {
	color: #909090;
	opacity: 1;
}
.search-box *::-moz-placeholder {
	color: #909090;
	opacity: 1;
}
.search-box *:-ms-input-placeholder {
	color: #909090;
	opacity: 1;
}

.search-box button {
	background-color: transparent;
	border: none;
	font-size: 14px;
	color: #909090;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-box button:hover {
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.lng-box {
	font-size: 14px;
	margin-left: 35px;

}

.lng-box a {
	text-transform: uppercase;
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #5d5d5d;
	color: #909090;
}
.lng-box a:hover {
	color: #fff;
}
.lng-box select {
	background-color: transparent;
	border: none;
	color: #909090;
}

.search-box, .lng-box {
	vertical-align: middle;
	margin-top: 25px;
}

.logo-box {
	text-align: center;
}
.slider {

	position: relative;
}
.slider,.slider .item {
	min-height: 100vh;
}

.slider .item  {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}

.slider  .center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	color: #fff;
}

.slider .title {
	font-family: "ProximaNovaBold";
	font-size: 36px;
	line-height: 1.2;
}

.slider p {
	font-size: 15px;
	line-height: 28px;
	margin: 40px 0;
	font-family: "RobotoLight";
}

.btn {
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn-slider {
	background-color: #95794d;
	color: #fff;
	font-family: "ProximaNovaBold";
	text-transform: uppercase;
	letter-spacing: 3px;
	border-radius: 3px;
	padding: 12px 35px;
	font-size: 14px;
	-webkit-box-shadow: 0 0 0 6px rgba(149, 121, 77, .3);
	box-shadow: 0 0 0 6px rgba(149, 121, 77, .3);
}

.btn-slider:hover {
	background-color: #fff;
	color: #95794d;
	-webkit-box-shadow: 0 0 0 6px rgba(149, 121, 77, .8);
	box-shadow: 0 0 0 6px rgba(149, 121, 77, .8);
}
.slider {
	margin-bottom: 35px;
}
.slider .owl-nav {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
}

.slider .owl-nav > div {
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 22px;
	border-radius: 3px;
	background-color: rgba(255,255,255,.2);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slider .owl-nav > div:hover {
	background-color: rgba(255,255,255,.6);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slider .owl-nav .owl-prev {
	left: 10%;
}


.slider .owl-nav .owl-next {
	right: 10%;
}
 h2.title {
 	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	font-size: 44px;
	line-height: 1.2;
	margin-top: 25px;
 }
.news-main  h2.title {
	margin-top: 0;
	margin-bottom: 10px;
}

.btn-more-news {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-family: "ProximaNovaBold";
	border-radius: 3px;
	padding: 12px 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
	box-shadow: 0 0 12px rgba(0,0,0,.2);
}
.btn-more-news:hover {
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.4);
	box-shadow: 0 0 12px rgba(0,0,0,.4);
	color: #000;
}
.header-news h2 {
	float: left;
}
.news-box  {
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .2);
	box-shadow: 0 0 5px rgba(0,0,0, .2);
}
.news-main .left {
	float: left;
	width: calc(100% - 365px);
	margin-right: 15px;
}


.news-main .right {
	float: left;
	width: 350px;
}
.news-box p {
	font-size: 14px;
	text-align: center;
	font-family: "RobotoLight";
}

.news-box-middle p {
	font-size: 13px;
}
.news-box h3 {
	font-family: "ProximaNovaBold";
	font-size: 26px;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}

.news-box-middle h3 {
	font-size: 20px;
	min-height: 48px;
}

.news-box-mini h3 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.news-box-mini {
	border: 6px solid #fff;
	width: 48%;
	text-align: center;
	display: inline-block;
}

.wrapper-news .news-box-mini:first-child {
	margin-right: 10px;
}
.news-box .description {
	background-color: #fff;
	padding: 20px 60px;
}

.news-box .bottom {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	width: 100%;
	left: 0;
}
.news-box-middle .description  {
	padding: 15px;
}
.news-box p a {
	color: #000;
}
.news-box p a:hover {
	color: #c3a36d;
}

.news-box .news-img {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.news-box .news-img img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%;

}
.news-box .news-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-box .news-img:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
}

.news-box .news-img:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-box .news-img:hover:before {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid #dbb574;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-box-mini .news-img:before {
	display: none;
}
.news-box .news-img .center {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
}

.btn-brown {
	text-transform: uppercase;
	color: #fff;
	font-family: "ProximaNovaBold";
	padding: 7px 25px;
	display: inline-block;
	background-color: rgba(219,181,116,.8);
	position: relative;
	font-size: 14px;
}
.btn-brown:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border: 1px solid rgba(219,181,116,1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-brown:hover {
	background-color: rgba(219,181,116,1);
	color: #fff;
}

.btn-brown:hover:after  {
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 1px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-box-big .btn {
	margin-top: 50px;
}



.news-noimg {
	padding-bottom: 76px;
	position: relative;
}
.news-noimg .ftr {
	padding: 20px 60px;
}

.ftr {
	background-color: #f2f2f2;
	padding: 15px 15px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.date {
	font-size: 12px;
	color: #838383;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	padding: 7px 25px;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	font-family: "ProximaNovaRegular";
}

.soc-news-share {
	display: inline-block;
}

.soc-news-share ul li {
	display: inline-block;
	margin: 0 3px;
}

.soc-news-share ul li a {
	color: #c7c7c7;
}

.soc-news-share  ul li a:hover {
	color: #dbb574;
}

.readmore {
	float: right;
	font-size: 12px;
	color: #838383;
	font-family: "ProximaNovaBold";
	text-transform: uppercase;
	border-radius: 3px;
	padding: 7px 40px 7px 20px;
	border: 1px solid #dfdfdf;
	position: relative;
}
.readmore:hover {
	background-color: #dbb574;
	color: #fff;
	border: 1px solid #dbb574;
}
.readmore:after {
	content: '\f105';
	font-family: "FontAwesome";
	display: inline-block;
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: 0;
	width: 27px;
	border: 1px solid #dbb574;
	line-height: 32px;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 16px;
	background-color: #dbb574;
}

.shared-box {
	background-color: #fff;
	padding: 40px 30px;
}

.title-share  {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.title-share:before, 
.title-share:after  {
	content: '';
	display: inline-block;
	position: absolute;
	top: 15px;
	width: 100%;
	height: 1px;
	background-color: #c7c7c7;
	left: 0;
}

.title-share:after  {
	top: 19px;
}

.title-share span {
	color: #a5a5a5;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "ProximaNovaRegular";
	display: inline-block;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 5px 25px;
	background-color: #fff;
	z-index: 2;
	position: relative;
	-webkit-box-shadow: 0 0 0 20px #fff;
	box-shadow: 0 0 0 20px #fff;
}

.shared-box h4 {
	text-transform: uppercase;
	color: #969696;
	display: inline-block;
	vertical-align: middle;
	font-family: "ProximaNovaBold";
	margin-right: 16px;
	position: relative;
	font-size: 14px;
}

.shared-box h4:after {
	content: '\f0da';
	font-family: "FontAwesome";
	display: inline-block;
	position: absolute;
	top: 0px;
	right: -15px;
}

.soc-list {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-left: 5px;
}

.soc-list li {
	display: inline-block;
}

.soc-list li a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #262626;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
}

.soc-list li a:hover {
	background-color: #dbb574;
}

.subscribe-block {
	padding: 70px 0;
	background-color: #fff;
	margin-top: 80px;
	margin-bottom: 15px;
}

.subscribe-block h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	line-height: 1.2;
	margin: 0;
	margin-top: 10px;
	font-family: "ProximaNovaBold";
}

.subscr-form {
	margin-left: 40px;
	padding-left: 80px;
	margin-right: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	border-left: 1px solid #d5d5d5;
	font-family: "ProximaNovaRegular";
}

.subscr-form input {
	width: 100%;
	background-color: #f8f8f8;
	border: 1px solid #ededed;
	border-radius: 3px;
	padding: 11px 0;
	font-size: 12px;
	
	text-indent: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.subscr-form input:focus {
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 1px solid #dbb574;
}

.subscr-form *::-webkit-input-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
.subscr-form *:-moz-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
.subscr-form *::-moz-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
.subscr-form *:-ms-input-placeholder {
	color: #bdbdbd;
	opacity: 1;
}

.btn-subscribe {
	position: absolute;
	top: 10px;
	right: 0;
	border: none;
	border: none;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 0 3px 3px 0;
	padding: 12px 25px;
	background-color: #dbb574;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}


.btn-subscribe:hover {
	background-color: #c49a52;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.top-btn {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f1f1f1;
	text-align: center;
	font-size: 13px;
	line-height: 0.5;
	padding-top:10px;
	color: #262626;
	text-transform: uppercase;
	font-family: "ProximaNovaRegular";
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: -40px;
	position: relative;
	bottom: -22px;
	display: inline-block;
}
.top-btn:hover {
	background-color: #262626;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.top-btn i {
	font-size: 40px;
	line-height: 1.2;
}


footer {
	background-color: #282828;
	color: #fff;
	padding: 25px 0;
}

footer a {
	color: #fff;
}
footer a:hover {
	color: #dbb574;
}
.f-box h4 {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 20px;
}

.f-menu {
	display: inline-block;
	width: 32%	;
	vertical-align: top;
	font-size: 14px;
}
.f-menu ul li  {
	margin-bottom: 10px;
}
.f-menu ul li a {
	font-family: "RobotoLight";
	line-height: 1.2;
	display: inline-block;
}
.waytostart, .copyright {
	margin-top: 30px;
}
.copyright {
	float: left;
	font-size: 12px;
}
.waytostart {
	float: right;
	font-size: 9px;
}
.f-soc  {
	margin-top: 50px;
}
.f-soc ul li {
	display: inline-block;
	margin-left: 10px;
	font-size: 22px;
}
.f-soc ul li:last-child {
	margin-left: 40px;
}
.f-soc ul li a {
	color: #848484;
}

.f-soc ul li a:hover {
	color: #fff;
}
.shared-fix-box {
	position: fixed;
	top: 20%;
	right: 0;
	background-color: #fff;
	padding: 10px;
	z-index: 10;
	border-radius: 6px 0 0 6px;
}

.shared-fix-box a {
	color: #dddddd;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 2px 3px;
	border-bottom: 1px solid #dddddd;
}
.shared-fix-box li:last-child a {
	border-bottom: none;
}
.shared-fix-box a:hover {
	color: #000;
}

.no-slider {
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center  center;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.no-slider .center {
	text-align: left;
}

.no-slider .title {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.no-slider p {
	margin-top: 0;
	line-height: 1.4;
}
.crumbs {
	color: #000;
	padding: 30px 0;
}
.crumbs li {
	display: inline-block;
}
.crumbs li.active {
	text-decoration: underline;
}
.crumbs li a {
	color: #000;
}


.doc-item {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 190px 0 0;
	min-height: 70px;
}

.doc-item .btn {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-transform: none;
}

.doc-item a {
	color: #000;
}

.documentation a h2 {
	color: #000;
}

.doc-item .btn {
	color: #fff;
}
.btn-download:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/themes/01/d/i/icons/download-negative.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.doc-item:nth-child(2n) .btn {
	right: 0;
}
.doc-item h3 {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 0;
	padding-right: 160px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: "ProximaNovaBold";
}

.doc-wrap {
	padding-bottom: 50px;
	border-bottom: 1px solid #d7d7d7;
}
.guidline-tab {
	margin-top: 50px;
}


/*начала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 22px;
  height: 22px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
.checkbox + label {
  cursor: pointer;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */

/* Прячем оригинальный чекбокс. */
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; /* будем позиционировать псевдочекбокс относительно label */
  padding: 0 0 0 30px; /* оставляем слева от label место под псевдочекбокс */
  font-size: 15px;
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 3px;
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.checkbox:not(checked) + label:after {
  content: '';
  top: -2px;
  position: absolute;
  width: 22px;
  height: 22px;
 -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/* Меняем фон чекбокса, когда он включен. */
.checkbox:checked + label:before {
  content: '\f00c';
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  font-family: "FontAwesome";
  color: #fff;
  background-color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox:checked + label:after {
  left: 26px;
}
.guidline-tab {
	padding-bottom: 80px;
}
.guidline-tab .tab {
	display: inline-block;
	position: relative;
	width: 265px;
	height: 85px;
	font-size: 20px;
	line-height: 1.2;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	font-family: "ProximaNovaBold";
	margin-right: 70px;
	cursor: pointer;
	background-color: #fff;
	border: 2px solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.guidline-tab .tab.active {
	border: 2px solid #dbb574;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.guidline-tab .tab.active:after {
	content: '\f0d7 ';
	font-family: "FontAwesome";
	position: absolute;
	display: inline-block;
	left: 50%;
	bottom: -22px;
	font-size: 28px;
	line-height: 1.2;
	color: #dbb574;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.guidline-tab .tab p {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	text-align: center;

}

.guidline-tab .tab_content {
	padding-top: 48px;
	font-size: 15px;
	line-height: 1.3;
}

.guidline-tab .tab_content  h3 {
	font-family: "ProximaNovaBold";
	font-size: 24px;
	line-height: 1.2;
	margin-top: 0;
}

.feedback-block {
	background-color: #dbb574;
	padding: 65px 0;
}

.feedback-block h2 {
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	font-size: 30px;
	line-height: 1.2;
	margin-top: 0;
	margin-left: 68px;
	position: relative;
}
.feedback-block h2:before {
	content: url(/wp-content/themes/01/d/i/icons/paper-plane.png);
	position: absolute;
	display: inline-block;
	top: 0;
	left: -80px;
}
.feedback-block h2 span {
	font-size: 20px;
	display: inline-block;
	line-height: 1.2;
	font-family: "ProximaNovaRegular";
	text-transform: lowercase;
}

.feedback-block .pr50 {
	float: left;
	width: 50%;
	padding-left: 15px;
}


.feedback-block input, .feedback-block textarea {
	width: 100%;
	font-size: 14px;
	text-indent: 15px;
	padding: 9px 0;
	margin-bottom: 15px;
	border: none;
	border-radius: 3px;
	border: 1px solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.feedback-block select {
	width: 100%;
	font-size: 14px;
	text-indent: 15px;
	padding: 9px 0;
	margin-bottom: 15px;
	border-radius: 3px;
	color: #adacac;
	border: 1px solid transparent;
}


.feedback-block input:focus, .feedback-block textarea:focus {
	border: 1px solid #000;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.feedback-block textarea {
	height: 156px;
}

.ftr-form {
	float: left;
	padding-left: 15px;
	width: 100%;
}
.ftr-form .btn {
	float: right;
}

.ftr-form .check {
	float: left;
}
.feedback-block *::-webkit-input-placeholder {
	color: #a3a3a3;
	opacity: 1;
}
.feedback-block *:-moz-placeholder {
	color: #a3a3a3;
	opacity: 1;
}
.feedback-block *::-moz-placeholder {
	color: #a3a3a3;
	opacity: 1;
}
.feedback-block *:-ms-input-placeholder {
	color: #a3a3a3;
	opacity: 1;
}


.btn-black {
	text-transform: uppercase;
	color: #fff;
	font-family: "ProximaNovaBold";
	padding: 7px 45px;
	display: inline-block;
	background-color: rgba(0,0,0,1);
	position: relative;
	font-size: 14px;
	border: none;
}
.btn-black:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border: 1px solid rgba(0,0,0,1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-black:hover {
	background-color: rgba(255,255,255,1);
	color: #000;
}

.btn-black:hover:after  {
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 1px solid #000;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.articles-problem .news-box {
	margin-bottom: 30px;
}
.articles-problem .news-box .btn {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.articles-problem .news-box:hover  .btn {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
}

.articles-problem .news-box .news-img:hover:before {
	border: 1px solid #fff !important;
	z-index: 4;
}

.articles-problem .news-box .center {
	z-index: 10;
}
.articles-problem .news-box .news-img:after {
-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.articles-problem .news-box .news-img:hover:after {
	background-color: rgba(0,0,0,1);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}


.article-list {
	margin-top: 20px;
}

.article-list-wrap {
	border-top: 1px solid #d7d7d7;
	padding-top: 35px;
}

.article-description {
	width: 370px;
	min-height: 382px;
	float: left;
	background-color: #fff;
	text-align: center;
	padding-bottom: 65px;
	position: relative;	
}

.article-description p {
	font-size: 13px;
	line-height: 1.4;
}
.article-description h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-family: "ProximaNovaBold";
	padding-bottom: 23px;
    margin-bottom: 22px;
	position: relative;
}

.article-description h3:before,
.article-description h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 1px;
	background-color: #c7c7c7;
} 
.article-description h3:after {
	bottom: 3px;
}
.article-description .wrap {
	padding: 30px 20px 26px 20px;
}
.article-img {
	overflow: hidden;
	position: relative;
	float: right;
	width: calc(100% - 370px);
	height: 38.8vh;
}
.article-img > a {
	height: 100%;
	width: 100%;
	clear: both;
	display: block;
}
.article-img-thumbnail {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;   
        background: 50% 50% no-repeat;
        background-size: cover
}
.article-img-thumbnail {
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.article-img-thumbnail:hover {
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.article-item:nth-child(even) .article-img  {
	float: left;
}

.article-item {
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .2);
	box-shadow: 0 0 5px rgba(0,0,0, .2);
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.article-img img {
		width: 100%;
		height: 100%;
	}
	.article-description {
		min-height: 348px;
	}
	.article-description .wrap {
	    padding: 10px 20px 11px 20px;
	}
	.article-item {
		background-color: #f2f2f2;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .article-img {
    	float: left;
    	width: 100%;
    }

    .article-description {
    	width: 100%;
    	min-height: auto;
    	padding-top: 35px;
    }
}


.pagination {
	text-align: center;
	margin: 15px 0 70px;
	font-size: 14px;
	font-family: "ProximaNovaBold";
}

.pagination li {
	display: inline-block;
}

.pagination .btn-p-prev {
	float: left;
}
.pagination .btn-p-prev a:before {
	content: '\f104';
	font-family: "FontAwesome";
	font-size: 18px;
	margin-right: 7px;
}


.pagination .btn-p-next {
	float: right;
}

.pagination .btn-p-next a:after {
	content: '\f105';
	font-family: "FontAwesome";
	font-size: 18px;
	margin-left: 7px;
}


.pagination li a, .pagination li span {
	color: #838383;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	text-transform: uppercase;
}

.wp-pagenavi  a , .wp-pagenavi span{
	color: #838383;
	display: inline-block;
	padding: 3px 10px !important;
	border-radius: 5px;
	border: none !important;
	text-transform: uppercase;

}
.wp-pagenavi a:hover, .wp-pagenavi span:hover, .wp-pagenavi span.current  {
	color: #fff;
	background-color: #dbb574;
}


.wp-pagenavi span.pages:hover {
	color: #838383;
	background-color: transparent;
}
.pagination .btn-pagination a {
	padding: 0px 14px;
}
.pagination li  span {
	display: inline-block;
}
.pagination .btn-pagination a,  
.pagination li.active span {
	color: #fff;
	background-color: #dbb574;
}
.pagination .btn-pagination a:hover {	
	background-color: #b59050;
}

.pagination li a:hover {
	color: #fff;
	background-color: #dbb574;
}

.sort-box {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.sort-box  select {
	background-color: #f7f7f7;
	color: #b5b5b5;
	border: 1px solid #d7d7d7;
	width: 270px;
	padding: 7px 12px;
}

.sort-block {
	margin: 20px 0 40px;
}

.sort-block .btn {
	float: right;
}

.how-to .tab {
	display: inline-block;
	width: 165px;
	height: 165px;
	-webkit-box-shadow: 0 0  10px rgba(0,0,0,.2);
	box-shadow: 0 0  10px rgba(0,0,0,.2);
	vertical-align: top;
	background-color: #fff;
	margin-bottom: 17px;
	text-align: center;
	padding-top: 40px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 2px solid #fff;
}
.how-to .tab.active {
	border: 2px solid #dbb574;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.how-to .tab p {
	line-height: 1.2;
	font-size: 19px;
	font-family: "ProximaNovaBold";
}
.how-to .tabs {
	text-align: right;
}
.how-to .tab:nth-child(2n+1) {
	margin-right: 17px;
}
.how-to  .tab_content {
	font-size: 15px;
	line-height: 1.3;
	
}

.article-apply{
	padding-top: 40px;
	margin-top: 20px;
	border-top: 1px solid #d7d7d7;
}
.how-to  .tab_content h3 {
	margin-top: 0;
	font-size: 26px;
	font-family: "ProximaNovaBold";
}

.article-apply .article-item h3 {
	text-transform: uppercase;
}


.article-apply .ftr {
	background-color: #000000;
}

.article-apply  .btn-apply {
	color: #fff;
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	border: 1px solid #fff;
	border-radius: 6px;
	display: inline-block;
	padding: 10px 10px;
	width: 100%;
}
.article-apply  .btn-apply:hover {
	background: #fff;
	color: #000;
}
.article-apply  .btn-apply:after {
	content: '\f105';
	font-family: "FontAwesome";
	display: inline-block;
	margin-left: 35px;
}

.advantage {
	padding: 60px 0 30px;
}

.advant-box {
	display: inline-block;
	width: 19%;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 0 15px;
}

.advant-box  h3 {
	font-size: 18px;
	line-height: 1.2;
	font-family: "ProximaNovaBold";
}


.advant-box  p {
	font-size: 14px;
	line-height: 1.3;
}

.article-list-how-to {
	margin-top: 0;
}
.article-list-how-to .article-list-wrap  {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
	margin-bottom: 70px;
}

.no-slider .btn {
	padding: 10px 45px;
	text-transform: none;
}

.article-list-event .ftr {
	background: #fff;
}


.article-list-event .article-list-wrap {
	padding-top: 45px;
}
.sponsors-wrap {
	border-top: 1px solid #d7d7d7;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 70px;
}

.sponsors .owl-carousel img {
	width: auto !important;
	max-width: auto !important;
	display: inline-block !important;
}
.sponsors .item {
	position: relative;
	text-align: center;
	padding: 25px 25px;
	background-color: #fff;
}

.sponsors .item:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #dbb574;
}

.sponsors .owl-nav {
	top: 26%;
	position: absolute;
	width: 100%;
	left: 0;
}
.sponsors .owl-nav > div {
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	font-size: 40px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	position: absolute;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sponsors .owl-nav > div:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sponsors .owl-nav .owl-prev {
	left: -80px;
}

.sponsors .owl-nav .owl-next {
	right: -80px;
}
.upcoming-event {
	padding-bottom: 25px;
}
.date-event-box {
	background-color: #fff;
	padding: 30px 90px 15px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	margin-bottom: 10px;
}

.date-event {
	font-size: 36px;
	line-height: 1.2;
	color: #737373;
	position: relative;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.date-event:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c7c7c7;
}
.date-event:before {
	content: url(/wp-content/themes/01/d/i/calendar-with-a-clock.png);
	display: inline-block;
	position: relative;
	top: 7px;
}

.tab-event-wrap {
	padding-left: 45px;
}

.date-event-box h4{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.date-event-box .date-timer {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.date-event-box .date-timer span {
	font-size: 24px;
	line-height: 1.2;
	display: inline-block;
	padding:3px 6px;
	border: 2px solid #dbb574;
}

.date-event-box .date-timer  li {
	display: inline-block;
	margin-right: 10px;
}


.upcoming-event .tab {
	width: 160px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	text-align: center;
	padding-top: 35px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border: 2px solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.upcoming-event .tab.active {
	border: 2px solid #dbb574;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.upcoming-event .tab:last-child {
	margin-right: 0;
}

.upcoming-event .tab p {
	font-size: 18px;
	font-family: "ProximaNovaBold";
}

.upcoming-event  .tab_content {
	font-size: 15px;
	line-height: 1.2;
}

.upcoming-event .tab span {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #ddba7d;
	position: relative;
}

.upcoming-event .tab span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.upcoming-event  .tab_content h3 {
	margin-top: 0;
	font-family: "ProximaNovaBold";
	font-size: 26px;
}


.article-half .article-img, 
.article-half .article-description {
	width: 50%;
}

.article-half .article-description  {
	text-align: left;
	padding-bottom: 5px;
}

.article-list-half .article-list-wrap {
	padding-top: 45px;
	padding-bottom: 35px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
}
.person  {
	margin-bottom: 35px;
}
.person h2 {
	margin-bottom: 20px;
	border-top: 1px solid #d7d7d7;
	padding-top: 35px;
	margin-top: 35px;
}
.person-box {
	position: relative;
	min-height: 260px;

}
.person-img {
	border: 4px solid #fff;
	display: inline-block;
}

.person-desc {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #fff;
	width: 220px;
	height: 120px;
	padding: 15px 20px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	z-index: 1;
}

.person-desc:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #dbb574;
}

.person-desc .name {
	font-size: 18px;
	line-height: 1.2;
	font-family: "ProximaNovaBold";
}

.person-desc .pos {
	font-size: 14px;
	font-family: "RobotoLight";
}

.person-desc .mmo {
	position: absolute;
	bottom: 10px;
	right: 15px;
	color: #dbb574;
	font-family: "ProximaNovaBold";
	font-size: 14px;
	text-decoration: underline;
}

.program-table-wrap {
	background: url(/wp-content/themes/01/d/i/bg/table.png) no-repeat left top;
	color: #fff;
	min-height: 350px;
	padding: 30px;
	padding-left: 0;
	margin-bottom: 25px;
}

.program-table h2 {
	text-transform: uppercase;
	font-size: 34px;
	line-height: 1.2;
	text-align: center;
	font-family: "ProximaNovaBold";
	margin-top: 90px;
}

.program-table  table {
	width: 100%;
}
.program-table  table tr th:first-child {
	padding-left: 0;
}
.program-table  table th {
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	font-size: 18px;
	text-align: left;
	padding: 10px 0;
	padding-left: 40px;
	border-right: 1px solid #fff;
}

.program-table  table th:last-child,
.program-table  table td:last-child  {
	border-right: none;
}
.program-table  table tr:first-child {
	border-bottom: 1px solid #fff;
}

.program-table  table tr td {
	font-family: "RobotoLight";
	padding: 10px 0;
	padding-left: 40px;
	border-right: 1px solid #fff;
}

.program-table  table tr td:first-child {
	text-transform: uppercase;
	padding-left: 0;
} 

.article-list-progr-even .article-list-wrap {
	padding-top: 45px;
}

.hashtag {
	float: left;
	color: #838383;
	margin-top: 5px;
	font-size: 15px;
}

.articles-problem .ftr {
	position: relative;
}

.result-list .sort-box select {
	width: 245px;
	background-color: transparent;
}

.result-list .sort-box:last-child {
	margin-right: 0;
}

.previos-events .tabs {
	position: relative;
	z-index: 1;
	text-align: center;
	min-height: 90px;
}

.previos-events .tabs:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	top: 27px;
	height: 3px;
	background-color: #dbb574;


}
.previos-events .tab {
	width: 15%;	
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: "RobotoMedium";
	cursor: pointer;
	vertical-align: middle;
}

.previos-events .tab .num {
	border: 3px solid #dbb574;
	border-radius: 50%;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #dbb574;
	font-size: 18px;
	background-color: #fff;
	position: relative;

	
}

.previos-events .tab .num:after {
	content: '\f0d7';
	font-family: "FontAwesome";
	display: inline-block;
	position: absolute;
	bottom: -16px;
	left: 50%;
	font-size: 20px;
	line-height: 1.2;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #dbb574;
}

.previos-events .tab .year {
	display: block;
	font-size: 15px;
	color: #9d9d9d;
	margin-top: 5px;
}

.previos-events .tab.active .num {
	color: #fff;
	background-color: #dbb574;
	width: 60px;
	line-height: 54px;
	height: 60px;

}
.previos-events .tab .num:hover {
	background-color: #dbb574;
	color: #fff;
}
.previos-events .tab_item .title {
	color: #010101;
	 font-family: "ProximaNovaRegular";
	 text-transform: uppercase;
	 font-size: 40px;
	 margin: 70px 0 20px;
	 line-height: 1.2;
} 

.previos-events .tab_item .title  strong {
	font-family: "ProximaNovaBold";
	color: #dbb574;
}

.title-line {
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	font-family: "ProximaNovaBold";
	font-size: 26px;
	line-height: 1.2;
	margin: 40px 0 30px;
}

.slider-nav {
	width: 100%;
	display: block;
	margin-top: 10px;
}
.slider-nav button {
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	font-size: 40px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	position: absolute;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: none;
	top: 12px;
}
.slider-nav button:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slider-nav button.prev {
	left: -80px;
}

.slider-nav button.next {
	right: -80px;
}

.slider-nav .slick-slide {
	margin: 0 15px;
	width: 160px !important;
	position: relative;
	cursor: pointer;
}

.slider-nav .slick-slide:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.slider-for .slick-arrow {
	display: none !important;
}

.slider-nav .slick-slide:hover:after {
	opacity: 0;
	visibility: hidden;
} 

.countries .title-line, .comitet .title-line,
.previos-articles .title-line, .result-list-previos .title-line,
.documentation .title-line 	{
	border-top: 1px solid #d7d7d7;
	margin-top: 40px;
	padding-top: 40px;
}

.country-box {
	text-align: center;
}

.country-box p {
	font-size: 15px;
	font-family: "RobotoBold";
}
.comitet-person-box .name {
	font-size: 17px;
	font-family: "ProximaNovaBold";
	margin-top: 10px;
}

.comitet-person-box .pos {
	font-size: 14px;
	font-family: "RobotoLight";
}

.comitet-person-box {
	margin-bottom: 15px;
	min-height: 270px;
}
.result-search  {
	position: relative;
}
.result-search input {
	width: 100%;	
	background-color: transparent;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	text-indent: 15px;
	padding: 7px 0 8px;
	color: #b5b5b5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 0 3px 3px 0;
}
.result-search input:focus {
	border: 1px solid #dbb574;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.result-search button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	border: none;
	background-color: #dbb574;
	padding:  0 12px;
	border-radius: 0 3px 3px 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.result-search button:hover {
	background-color: #b78f4a;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.result-search  *::-webkit-input-placeholder {
	color: #b5b5b5;
	opacity: 1;
}
.result-search  *:-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}
.result-search  *::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}
.result-search  *:-ms-input-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.table-result table {
	width: 100%;
}


.table-result table td, .table-result table th  {
	border: 1px solid #b7b7b7;
	padding: 7px 10px;
}

.table-result table th  {
	text-align: left;
	text-transform: uppercase;
	position: relative;
	font-family: "ProximaNovaBold";
}

.table-sort {
	position: absolute;
	right: 5px;
	top: 2px;
	bottom: 0;
}

.table-sort  span {
	display: block;
	line-height:.5;
	color: #a6a6a6;
	cursor: pointer;
	height: 17px;
}

.table-sort  span:hover {
	color: #000;
}

.result-list .sort-block {
	margin-bottom: 20px;
}

.comitet-person-box.active .wrap:after {
	content: '\f0d8';
	font-family: "FontAwesome";
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 22px;
    height: 26px;
	bottom: 1px;
	z-index: 3;

	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.comitet-person-box .wrap {
	position: relative;
}
.comitet-person-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;	
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;

}

.comitet-person-box .person-img {
	position: relative;
}

.comitet-person-box .overlay:hover, .comitet-person-box.active  .overlay {
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.comitet .col-md-2 {
	position: static;
}

.comitet .row {
	position: relative;
}

.person-modal .close {
	display: inline-block;
	top: 15px;
	right: 15px;
	font-size: 18px;
	color: #7D7D7D;
	position: absolute;
	cursor: pointer;
}
.person-modal .close:hover {
	color: #ee0000;
}


.person-modal {
	left: 15px;
	right: 15px;
	padding: 25px;
	background-color: #fff;
	position: relative;
	font-size: 15px;
	position: absolute;
	z-index: 4;
	
	display: none;
}

.person-modal.active {
	display: block;
}


.person-modal  .name {
	font-family: "ProximaNovaBold";
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.person-modal .pos {
	font-size: 18px;
	font-family: "RobotoLight";
	margin-bottom: 5px;
}

.person-modal .mmo {
	/*color: #dbb574;*/
	font-size: 14px;
	/*text-decoration: underline;*/
	font-family: "RobotoBold";
}

.person-modal ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.comitet-2 h2 {
	border-top: 1px solid #d7d7d7;
	padding-top: 40px;
	margin-top: 30px;
}


.comitet-2 {
	padding-bottom: 70px;
}


.article-list-result .article-list-wrap {
	border-bottom: none;
	margin-top: 30px;
}
.syl-item {
	font-size: 15px;
	margin-bottom: 35px;
}
.syl-item h3 {
	font-size: 26px;
	font-family: "ProximaNovaBold";
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
}

.syl-item:last-child {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.syl-box {
	text-align: center;
	font-size: 13px;
	margin-bottom: 35px;
}
.syl-box p {
	margin-top: 8px;
}
.syl-box h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 0;
	font-family: "ProximaNovaBold";
}

.syllabus-2 {
	margin-bottom: 50px;
}

.stat-menu  {
	padding: 50px 0;
}
.stat-menu a {
	display: block;
	height: 80px;
	border: 2px solid transparent;
	background-color: #fff;
	position: relative;
	margin-bottom: 15px;
	color: #000;
	font-family: "ProximaNovaBold";
	font-size: 18px;
}


.stat-menu a:hover {
	border: 2px solid #dbb574;
}
.stat-menu a span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.faq-list {
	background-color: rgba(0,0,0,.7);
	padding: 45px 0 35px;
}

.faq-list  a {
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.faq-list  a:hover {
	border-bottom: 1px solid #dbb574;
	color: #dbb574;
}
.faq-list ul > li {
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	margin-bottom: 3px;
}
.faq-list ul {
	margin-bottom: 25px;
}

.faq-list ul > li  ul li {
	text-transform: none;
	font-family: "ProximaNovaRegular";
}
.stat-article {
	font-size: 15px;
}

.stat-article ol li ul {
	margin-left: 35px;	
	margin-top: 15px;	
	margin-bottom: 15px;	
}
.stat-article ol{
	counter-reset: myCounter;
}
.stat-article li{
	list-style: none;
	margin-bottom: 15px;
}
.stat-article li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: white;
	background: #000;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	margin-right: 10px;
}
.stat-article h2 {
	font-size: 26px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	margin-top: 40px;
}

.stat-article a {
	color: #dbb574;
	border-bottom: 	1px solid #dbb574;
}

.stat-article a:hover {
	border-bottom: 	1px solid transparent;
}

.stat-article strong {
	font-family: "ProximaNovaBold";
}

.stat-article h3 {
	font-size: 18px;
	font-family: "ProximaNovaBold";
	margin-bottom: 5px;
}


.stat-article ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	line-height: 1.2;
}

.stat-article ul li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 4px;
}

.faq h2 {
	color: #dbb574;
	margin-bottom: 15px;
}

.faq-wrap {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin-top: 40px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.faq dl {
	margin: 0;
}
.faq dt {
	font-size: 18px;
	line-height: 1.2;
	font-family: "ProximaNovaBold";
	padding: 10px 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.faq dt:hover {
	color: #dbb574;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.faq dt:after {
	content: '\f107';
	color: #fff;
	font-family: "FontAwesome";
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px;
	vertical-align: middle;
	background-color: #dbb574;
	margin-left: 5px;
}

.faq dt.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq dd {
	margin-left: 0;
	font-size: 14px;
	padding: 15px 0;
}

.header-gallery {
	position: relative;
	background-color: #252525;
}

.article-list .video-responsive {
	height: 382px;
}

.gallery-list .article-list-wrap {
	margin: 0;
	padding: 0;
	border: none;
}

.gallery-list {
	margin-top: 0;
}

.gallery-wrap .gal-box {
	float: left;
	margin-right: 30px;
	height: 320px;
	overflow: hidden;
}
.gallery-wrap .video-responsive {
	height: 304px;
}
.gal-img {
	width: calc(50% - 30px);
}
.gal-video {
	margin-right: 0 !important;
	width: 50%;
}

.gallery-sm-box {
	float: left;
	width: 32%;
	margin-right: 22px;
	height: 205px;
	overflow: hidden;
}

.gallery-sm-box:last-child {
	margin-right: 0;
}

.gallery-small .pagination {
	margin-top: 35px;
}

.country-img {
	position: relative;
	border: 2px solid transparent;
}

.country-box .overlay {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.country-img:hover {
	border: 2px solid #cb9923;

}
.country-img:hover .overlay {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0,0,0,.6);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.country-modal {
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.country-modal h3 {
	font-family: "ProximaNovaBold";
	font-size: 24px;
	float: left;
}

.country-modal h3.title-modal {
	width: calc(100% - 405px);
	padding-left: 15px;
	text-transform: uppercase;
	margin: 35px 0;
}
.country-modal .comitet-person-box {
	float: left;
	width: 165px;
	margin: 0 15px;
	margin-bottom: 30px;
	min-height: 310px;
}

.country-modal .country-info{
	float: right;
	width: 405px;
	background-color: #e1e1e1;
	margin-bottom: 84px;
	padding: 25px;
}


.country-modal .country-info h3 {
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}



.country-modal .country-info  p {
	font-family: "ProximaNovaRegular";
	margin: 0;
	margin-bottom: 7px;
}
.country-modal .country-info strong {
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	margin-right: 5px;
}

.countries-page {
	padding-bottom: 70px;
}

.map {
	min-height: 420px;
}

.contacts-page-box {
	width: calc(100% + 98px);
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 25px 15px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	margin-top: 110px;
}
.contacts-page-box .phone {
	border-bottom: 1px solid #d7d7d7 ;
	padding-bottom: 25px;
}

.contacts-page-box .phone a {
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	font-family: "RobotoBold";
}

.soc-page-box h3 {
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	margin-bottom: 7px;
}

.soc-page-box li {
	display: inline-block;
	margin-right: 3px;
}

.soc-page-box li a {
	color: #c7c7c7;
	font-size: 18px;
}


.soc-page-box li a:hover {
	color: #dbb574;
}

.contacts {
	padding-bottom: 80px;
}


.countries-page  .wrapper {
	position: relative;
}



.countries-page .col-md-2 {
	position: static;
}

.countries-page .country-modal {
	position: absolute;
	background-color: #fff;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: left;
	display: none;
	-webkit-box-shadow: 15px 15px 15px rgba(0,0,0,.2);
	box-shadow: 15px 15px 15px rgba(0,0,0,.2);
	padding-right: 380px;
}


.countries-page .country-modal .comitet-person-box {
	margin: 0 13px;
	margin-bottom: 25px;
}



.countries-page .country-box.active .wrap:after {
	content: '\f0d8';
	font-family: "FontAwesome";
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 22px;
    height: 26px;
	bottom: 1px;
	z-index: 3;

	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.countries-page .country-box .wrap {
	position: relative;
	z-index: 9;
}

.countries-page .country-box  .close {
	display: inline-block;
	top: 15px;
	right: 15px;
	font-size: 18px;
	color: #7D7D7D;
	position: absolute;
	cursor: pointer;
}
.countries-page .country-box .close:hover {
	color: #ee0000;
}

.countries-page .country-box .wrap p {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.countries-page .country-modal  h2 {
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 24px;
	font-family: "ProximaNovaBold";
}

.countries-page  .country-box.active .country-img {
	border: 2px solid #cb9923;
} 
.countries-page  .country-box.active .country-img .overlay {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0,0,0,.6);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cpb-img-wrap {
	border: 3px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.cpb-img-wrap:hover {
	border: 3px solid #cb9923;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cpb-modal {
	background-color: #fff;
	padding: 15px;
	margin: 0 auto;
	max-width: 1140px;
	position: relative;
	font-size: 15px;
}

.cpb-modal h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	font-family: "ProximaNovaBold";
}

.cpb-modal .city {
	font-size: 18px;
	font-family: "RobotoLight";
}

.cpb-modal .mmo {
	/* text-decoration: underline; */
	color: #dbb574;
	font-size: 14px;
	font-family: "RobotoBold";
	margin-bottom: 15px;
}

.cpb-modal p {
	line-height: 1.4;
}
.contacts-person {
	margin-top: 35px;
}
.contacts-person > div {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.contacts-person p {
	position: relative;
	padding-left: 140px;
	margin: 0;
	font-size: 18px;
	margin-bottom: 10px;
	min-height: 26px;
}
.contacts-person p  strong {
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	position: absolute;
	top: 0;
	left: 0;
}
.contacts-person p a {
	color: #000;
	/* text-decoration: underline; */
}

.contacts-person p a:hover {
	text-decoration: none;
}
.contacts-person .left {
	margin-right: 70px;
}




.year-block {
	position: relative;
	text-align: center;
}

.year-block .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 23%;
}

.year-block .owl-nav > div {
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	font-size: 28px;
	position: absolute;
	background-color: #DCB774;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	text-align: center;
}

.year-block .owl-nav > div:hover {
	background-color: ##B1925C;
}

.year-block .owl-nav .owl-prev {
	left: 0;
}

.year-block .owl-nav .owl-next {
	right: 0;
}

.year-block:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 80px;
	left: 15px;
	right: 15px;
	height: 3px;
	z-index: -1;
	background-color: #dbb574;
}

.year-box {
	display: inline-block;
	width: 160px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	font-family: "ProximaNovaRegular";
}
.year-box a {
	color: #000;
}
.year-box a:hover {
	color: #B1925C;
}
.year-box span {
	width: 134px;
	height: 134px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid  #dbb574;
	background: url(/wp-content/themes/01/d/i/new-image-26-02-2018/ask.png) no-repeat center center;
}
.opening-ceremony {
	border-bottom: 1px solid #d7d7d7 ;
	margin-bottom: 50px;
}
.opening-ceremony h3 {
	font-size: 42px;
	text-transform: uppercase;
	font-family: "ProximaNovaRegular";
	line-height: 1.2;
}
.opening-ceremony  .btn-more-new {
	margin: 50px 0;
}
.btn-more-new {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 8px 35px;
	background-color: #dbb574;
	font-family: "ProximaNovaBold";
}

.btn-more-new:hover {
	color: #fff;
	background-color: #af915d;
}

.prev-events-box {
	border: 1px solid #dbb574;
	padding: 10px;
	text-align: center;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 30px;

}

.pe-img {
	border: 1px solid #dbb574;
	overflow: hidden;
	height: 220px;
	width: 340px;
}

.prev-events-box.btm {
	padding-bottom: 10px;
}

.prev-events-box h3{
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
	font-size: 18px;
}

.prev-events-box.btm .center {
	position: absolute;
	width: 183px;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);

}
.f-menu:last-child ul {
	text-transform: uppercase;
	font-size: 14px;
}

.word{
	font-size: 14px;
	text-align: right;
	font-style: italic;
	margin-top: 30px;
}

div.date-event-final {
	position: relative;
	height: 160px;
	margin-bottom: 10px;
	background: url(/wp-content/themes/01/d/i/new-image-26-02-2018/timer-bg-finish.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}

div.date-event-final .center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	padding: 10px;
	padding-left: 70px;
	border: 1px solid #dbb574;
	white-space: nowrap;
	background: url(/wp-content/themes/01/d/i/new-image-26-02-2018/ico-calendar.png) no-repeat left 10px center;
}

div.date-event-final .center a {
	margin: 0;
	display: inline-block;
	background-color:#dbb574;
	color: #fff;
	font-family: "ProximaNovaBold";
	font-size: 18px;
	padding: 10px 15px;
}
div.date-event-final .center a:hover {
	background-color: #af915d;
}

.result-item {
	padding-left: 40px;
	position: relative;
	margin-bottom: 35px;
}

.result-item .num {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;

}
.result-item p {
	margin-top: 0;
	font-size: 14px;
	color: #ABABAB;
}
.result-item h3 {
	font-family: "ProximaNovaBold";
	font-size: 18px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 5px;	
}

.result-item h3 a {
	color: #000;
}

.result-item h3 a:hover {
	color: #dbb574;
}

.searchres .pagination {
	margin-top: 70px;
}

.content-page {
	padding-bottom: 70px;
}
.content-page h1 {
	text-transform: uppercase;
    font-family: "ProximaNovaBold";
    font-size: 44px;
    line-height: 1.2;
    margin-top: 25px;
}

.content-page h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 25px 0;
	font-family: "ProximaNovaBold";
}

.content-page h3 {
	font-size: 24px;
	line-height: 1.2;
	margin: 15px 0;
	color: #af915d;
	font-family: "ProximaNovaBold";
}

.content-page h4, .content-page strong {
	font-family: "ProximaNovaBold";
}

.content-page a {
	color: #af915d;
	border-bottom: 1px solid transparent;
	display: inline-block;
}

.content-page a:hover {
	border-bottom: 1px solid #af915d;
}

.content-page ul li {
	position: relative;
	padding-left: 15px;
}

.content-page ul li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #af915d;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
}

.content-page blockquote {
	background-color: #000;
	color: #fff;
	margin: 35px 0;
	padding: 25px;
}

.content-page ol {
	padding-left: 0;
}

.content-page ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.content-page table {
	width: 100%;
	margin: 25px 0;
}

.content-page table td {
	padding: 7px 10px;
}
.content-page tr:nth-child(2n) {
	background-color: #F6F6F6;
}
.content-page tr:nth-child(2n+1) {
	background-color: #FFFFFF;
}

.content-page .video-responsive{
	margin-bottom: 35px;
}

.photo-box {
	margin-bottom: 15px;
}

.result-list table tr td {
	border: 1px solid #b7b7b7 !important;
	background-color: transparent !important;
}

.result-list table tr th {
	background-color: transparent !important;
	font-family: "ProximaNovaBold";
	border: 1px solid #b7b7b7 !important;
	text-transform: uppercase;
}

.dataTables_info {
	font-size: 12px;
}

.gray-box-info {
	float: right;
	background-color: #F2F2F2;
	width: 370px;
	height: 370px;
	padding: 25px;
	position: absolute;
	top: 0;
	right: 0;
}



.gray-box-info h3 {
	text-transform: uppercase;
	float: none;
	margin: 0;
}


.gray-box-info .item {
	margin-bottom: 10px;
}

.gray-box-info .item strong {
	text-transform: uppercase;
	font-family: "ProximaNovaBold";
}

.gray-box-info .item a {
	color: #0947c6;
	border-bottom: 1px solid #0947c6;
}



.gray-box-info .item a:hover {
	border-bottom: 1px solid transparent;
}

.gray-box-info .item  ul {
	margin-top: 15px;
	display: block;
}


.aligncenter {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.how-to .tab_content strong {
	font-family: "ProximaNovaBold";
}


.how-to .tab_content ul li {
	position: relative;
	padding-left: 15px;
}

.how-to .tab_content ul li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #af915d;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
}

.how-to .tab_content ol {
	padding-left: 0;
}
.how-to .tab_content ol li {
	list-style-type: decimal;
	list-style-position: inside;
}


.how-to .tab_content a {
	color: #af915d;
	border-bottom: 1px solid transparent;
	display: inline-block;
}

.how-to .tab_content a:hover {
	border-bottom: 1px solid #af915d;
}

#toggler {
	color: #af915d;
	
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px solid #af915d;
	margin-bottom: 0;
}

#box {
	padding-top: 15px;
	margin-top: 15px;
	font-size: 14px;
}


#toggler:hover {
	border-bottom: 1px solid transparent;
}

.icon-info-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-family: "ProximaNovaBold";
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}