
/* Basic page styles */
.content {
  min-height: 700px;
  padding: 0;
  position: relative;
  background: #fff;
}

.content .title {
  width: 100%;
  padding: 25px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content .title img {
  display: inline-block;
  margin-right: 30px;
}
.content .title .desrc {
  display: inline-block;
  vertical-align: middle;
  color: #0071C5;
  font-size: 27px;
  font-weight: normal;
  font-weight: 200;
}
.content .title .social {
  float: right;
  margin: 15px 0 0 0;
}

.content .title .social a.pluso-more {
  display: none;
}
.content .title .social a {
  display: block;
  margin: 0 9px 0 0;
  width: 20px;
  height: 20px;
  float: left;
  background: url(elements_2015/social.png);
  background-repeat: no-repeat;
}

.content .title .social a.pluso-vkontakte {
  background-position: 0 0;
}
.content .title .social a.pluso-facebook {
  background-position: 0 -25px;
}
.content .title .social a.pluso-twitter {
  background-position: 0 -50px;
}
.content .title .social a.pluso-google {
  background-position: 0 -75px;
}

table.fcrumb {
  display: none;
}
.sub-header {

}

.footer {
  position: relative;
}

.inner {
  min-width: inherit;
  width: auto;
}

.clear {
  clear: both;
}

.limit {
  width: 100%;
  max-width: 1260px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

.content h1 {
  font-weight: normal;
  font-size: 45px;
  font-family: IntelClearPro;
  line-height: 1;
  color: #003C71;
  text-transform: uppercase;
  margin: 40px 0 35px 0;
}

h2,
h3 {
  color: #555555;
}

/* Paginator */
.cm-paginator {
  margin: 40px 0;
  position: relative;
}
  .cm-paginator .pagecurrent,
  .cm-paginator .pagelink,
  .cm-paginator .pagelinklast {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e9e9e9;
  }
  .cm-paginator span[id^="page-jump"] {
  	padding-right: 30px !important;
  }
	  .cm-paginator span[id^="page-jump"] img {
	    display: none !important;
	  }
	.cm-paginator span[id^="page-jump"]:after {
		content: '';
		width: 12px;
		height: 11px;
		background: transparent url('/style_images/cm_images/paginator-arrow-down.png') center center no-repeat;
		position: absolute;
    top: 10px;
    right: 10px;
	}
  .cm-paginator .pagelink {
    color: #555555;
  }
  .cm-paginator .pagelink:first-child {
  	width: auto;
  	padding: 0 10px;
  	font-size: 12px;
  	font-weight: bold;
  }
  /*
  .cm-paginator .pagelink:last-child {
    
  }
    .cm-paginator .pagelink:last-child a {
    	text-indent: -500px;
    	overflow: hidden;
    }
    .cm-paginator .pagelink:last-child a:after {
			content: '';
			width: 12px;
			height: 16px;
			background: transparent url('/style_images/cm_images/paginator-arrow-right.png') center center no-repeat;
			position: absolute;
	    top: 10px;
	    right: 10px;
		}
	*/
  .cm-paginator .pagecurrent {
  	background: #00aff0 !important;
  	color: #ffffff;
  }
  .cm-paginator > span {
  	margin-right: 5px;
  	padding: 0;
  	border-radius: 2px;
  	font-family: 'IntelClear', sans-serif;
  	position: relative;
  	display: inline-block;
  }
  .cm-paginator > span > a {
  	width: 100%;
  	height: 100%;
  	color: #0071c5 !important;
  	font-size: 12px;
  	font-weight: bold;
  	display: block;
  }
  .cm-paginator .popupmenu {
    padding: 12px;
    top: 40px !important;
    left: 0 !important;
    color: #555555;
    font-size: 12px;
    background: #e9e9e9;
    border-radius: 2px;
  }
  .cm-paginator .popupmenu .popupmenu-category {
    padding-bottom: 5px;
    line-height: 16px;
    font-weight: bold;
  }

/* Other */
div.boxsize {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}



/* Form styles */
.equipm-sch {
  padding-bottom: 60px;
}
.equipm-sch .item {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
.equipm-sch .item.first-item {
  padding-left: 0;
}
.equipm-sch .item.last-item {
  padding-right: 0;
}
.equipm-sch h2 {
  font-weight: 200;
  font-size: 23px;
  margin-bottom: 30px;
}

.equipm-sch .item .line {
  margin-bottom: 10px;
}
.equipm-sch .item .line input[type="radio"],
.equipm-sch .item input[type="checkbox"] {
  display: none;
}

.equipm-sch .item .line label {
  font-size: 15px;
  cursor: pointer;
  line-height: 14px;
  color: #555555;
}
.equipm-sch .item .line label.white {
  color: #ffffff;
}

.equipm-sch .item .line input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 10px 0 0;
    background: url(wtb_2015/rb.png) no-repeat 0 -19px;
    float: left;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.equipm-sch .line input[type="radio"]:checked + label::before {
    background: url(wtb_2015/rb.png) no-repeat 0 0;
}

.equipm-sch .item input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 10px 0 0;
  background: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  float: left;
  color: #555555;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.equipm-sch .item input[type="checkbox"]:checked + label::before {
  content: "\2714";
}

.equipm-sch .item  input[type="text"] {
  border: 1px solid #D1D1D1;
  background: none;
  color: #555555;
  height: 36px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 300px;
  width: 100% !important;
  border-radius: 3px;
  box-shadow: 0px 1px rgba(0,0,0,0.2) inset;
}

.equipm-sch h2.blue-tt {
  margin: 30px 0 12px;
  color: #00AEEF;
  font-size: 23px;
}
.equipm-sch p {
  font-size: 15px;
  line-height: 1.2;
}

.equipm-sch a.find-partner,
.equipm-sch input[type="submit"] {
  /* margin: 35px 0 0 0; */
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
  background: #00AFF0;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  display: inline-block;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}

.equipm-sch .line select {
  outline: none;
  height: 34px;
}

.equipm-sch .line .ui-state-default {
  border: 1px solid #D1D1D1;
    background: none;
    color: #555555;
  height: 36px;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px rgba(0,0,0,0.2) inset;
  outline: none;
  max-width: 300px;
  width: 100% !important;
}

.equipm-sch .line .ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0 35px 0 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
  font-size: 15px;
}

.equipm-sch .line .ui-corner-all {
  border-radius: 3px;
}

.equipm-sch .line .ui-selectmenu-button span.ui-icon {
  right: 1px;
  margin-top: -15.5px;
  width: 26px;
  height: 31px;
}
.equipm-sch .line .ui-state-default .ui-icon {
  background: url(wtb_2015/select-btn.png) no-repeat 0 0;
}

.equipm-sch .line.combo {

}

.equipm-sch .line.multiple {

}
  .equipm-sch .line.multiple > span:not(.ui-widget),
  .equipm-sch .line.multiple > strong {
    display: none;
  }

.equipm-sch .item.select-fild {
  padding: 0;
  width: auto;
  min-width: 300px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.equipm-sch h2.select-fild-tt {
  padding-top: 30px;
}


/* See more element */
.see-more-chr {
    width: 100%;
    height: 1px;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 14%, #dcdcdc 40%, #dcdcdc 50%, #dcdcdc 60%, #ffffff 89%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(14%,#ffffff), color-stop(40%,#dcdcdc), color-stop(50%,#dcdcdc), color-stop(60%,#dcdcdc), color-stop(89%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 14%,#dcdcdc 40%,#dcdcdc 50%,#dcdcdc 60%,#ffffff 89%,#ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#ffffff 14%,#dcdcdc 40%,#dcdcdc 50%,#dcdcdc 60%,#ffffff 89%,#ffffff 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#ffffff 14%,#dcdcdc 40%,#dcdcdc 50%,#dcdcdc 60%,#ffffff 89%,#ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%,#ffffff 14%,#dcdcdc 40%,#dcdcdc 50%,#dcdcdc 60%,#ffffff 89%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    position: relative;
    text-align: center;
    margin: 40px 0;
}
.see-more-chr span {
    display: inline-block;
    background: #fff;
    color: #0071C5;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    margin: -8px auto 0;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    top: -9px;
}
.see-more-chr span:before {
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -2px;
    background: url(elements_2015/icons.png) no-repeat 0 -131px;
}
.see-more-chr span.expanded:before {
  background-position: 0 -140px;
}
.see-more-chr .cm-see-more {
  cursor: pointer;
}

.hidden-filter.hide {
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  text-align: left !important;
}


.m-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
h3.m-30 {
	font-weight: 200;
}

.m-t-20 {
  margin-top: 20px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-60 {
  margin-top: 60px;
}

.p-t-20 {
  padding-top: 20px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-60 {
  padding-top: 60px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-60 {
  margin-bottom: 60px;
}

/* Up button */ 
.btn-up {
  padding-bottom: 60px;
}

/* Gradient grey line */
.grey-line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #ffffff 0%, #dbdbdb 18%, #dbdbdb 50%, #dbdbdb 87%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(18%,#dbdbdb), color-stop(50%,#dbdbdb), color-stop(87%,#dbdbdb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #ffffff 0%,#dbdbdb 18%,#dbdbdb 50%,#dbdbdb 87%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #ffffff 0%,#dbdbdb 18%,#dbdbdb 50%,#dbdbdb 87%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #ffffff 0%,#dbdbdb 18%,#dbdbdb 50%,#dbdbdb 87%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to right,  #ffffff 0%,#dbdbdb 18%,#dbdbdb 50%,#dbdbdb 87%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
  clear: both;
  margin: 0 18px;
}


@media only screen and (max-width: 760px) {
  .equipm-sch .item {
    width: 100%;
    padding: 20px 0px;
    float: none !important;
  }
  .limit {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .act-Reg .errorr-msg,
  .act-Reg .input-warn-content {
    white-space: normal !important;
  }
}
