.unselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#vertex_2 {
  color: #000;
  width: 100%;
  /*max-width: 900px;*/
  height: auto;
  background: #444;
  overflow: hidden;
  position: relative;
  -webkit-transition:all 300ms ease-in;
  -moz-transition:all 300ms ease-in;
  -o-transition:all 300ms ease-in;
  transition:all 300ms ease-in;
  font-family: Helvetica;
  border: 1px solid #ABABAB;
  margin-bottom: 50px;
}
#vertex_2 a {
  color: #fff;
}
#vertex_2 a:hover {
  color: #f2f2f2;
}
#vertex_2 a:active {
  color: #f2f2f2;
}
#vertex_2 a:visited {
  color: #f2f2f2;
}

#vertex_2 .v2-loading {
  -webkit-transition:all 1s linear;
  -moz-transition:all 1s linear;
  -o-transition:all 1s linear;
  transition:all 1s linear;
  height: 100%;
  width: 100%;
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
}
#vertex_2 .v2-loading .v2-lt, #vertex_2 .v2-loading .v2-lb {
  -webkit-transition:all 500ms linear;
  -moz-transition:all 500ms linear;
  -o-transition:all 500ms linear;
  transition:all 500ms linear;
  float: left;
  overflow: hidden;
  position: relative;
  height: 50%;
  width: 100%;
  background: #000;
  z-index: 100;
}
#vertex_2 .v2-loading .v2-lt {top: 0;}
#vertex_2 .v2-loading .v2-lb {bottom: 0;}
#vertex_2 .v2-loading.done > .v2-lt {top: -50%;}
#vertex_2 .v2-loading.done > .v2-lb {bottom: -50%;}

#vertex_2 .v2-loading .v2-lt span, #vertex_2 .v2-loading .v2-lb span {
  bottom: 10px;
  float: left;
  position: absolute;
  text-align: center;
  width: 100%;
}
#vertex_2 .v2-loading .v2-lb span {
  top: 10px;
}
#vertex_2 .v2-loading .expand {
  -webkit-transition:all 300ms ease-in;
  -moz-transition:all 300ms ease-in;
  -o-transition:all 300ms ease-in;
  transition:all 300ms ease-in;
  background: #2187E7;
  box-shadow: 0 0 10px 1px rgba(0, 198, 255, 0.7);
  height: 1px;
  margin: 2px 0;
  position: absolute;
  width:0;
  top: 50%;
  z-index: 120;
  display: block;
}
#vertex_2 .v2-loading .expand.hide {
  -webkit-transition:all 500ms ease-in;
  -moz-transition:all 500ms ease-in;
  -o-transition:all 500ms ease-in;
  transition:all 500ms ease-in;
  opacity: 0;
}
#vertex_2 .v2-loading .expand.p5 {width:5%;}
#vertex_2 .v2-loading .expand.p10 {width:10%;}
#vertex_2 .v2-loading .expand.p15 {width:15%;}
#vertex_2 .v2-loading .expand.p20 {width:20%;}
#vertex_2 .v2-loading .expand.p25 {width:25%;}
#vertex_2 .v2-loading .expand.p30 {width:30%;}
#vertex_2 .v2-loading .expand.p35 {width:35%;}
#vertex_2 .v2-loading .expand.p40 {width:40%;}
#vertex_2 .v2-loading .expand.p45 {width:45%;}
#vertex_2 .v2-loading .expand.p50 {width:50%;}
#vertex_2 .v2-loading .expand.p55 {width:55%;}
#vertex_2 .v2-loading .expand.p60 {width:60%;}
#vertex_2 .v2-loading .expand.p65 {width:65%;}
#vertex_2 .v2-loading .expand.p70 {width:70%;}
#vertex_2 .v2-loading .expand.p75 {width:75%;}
#vertex_2 .v2-loading .expand.p80 {width:80%;}
#vertex_2 .v2-loading .expand.p85 {width:85%;}
#vertex_2 .v2-loading .expand.p90 {width:90%;}
#vertex_2 .v2-loading .expand.p95 {width:95%;}
#vertex_2 .v2-loading .expand.p100 {width:100%;}
#vertex_2 .v2-menu {
  list-style: none;
  background: #333;
  display: inline-block;
  width: 96%;
  min-height: 30px;
  margin: 0;
  padding:1% 2%;
  float: left;
  background:#f9f9f9;
  background:-moz-linear-gradient(top,#f9f9f9 1%,#dddbdb 74%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f9f9f9),color-stop(74%,#dddbdb));
  background:-webkit-linear-gradient(top,#f9f9f9 1%,#dddbdb 74%); background:-o-linear-gradient(top,#f9f9f9 1%,#dddbdb 74%);
  background:-ms-linear-gradient(top,#f9f9f9 1%,#dddbdb 74%); background:linear-gradient(top,#f9f9f9 1%,#dddbdb 74%);
  -pie-background:url(df-images/head-menu.png) repeat-x bottom,linear-gradient(#FFF,#dddbdb);
  border-bottom:1px solid #d8d8d8;
  behavior:url(vertex2/pie.htc);
}
#vertex_2 .v2-menu li {
  display: inline-block;
  position: relative;
  margin:0 10px 5px 0;
  height:28px;
  float:left;
  padding:0;
  -webkit-border-radius:26px;
  -moz-border-radius:26px;
  border-radius:26px;
  background:#fff;
  background:-moz-linear-gradient(top,#fff 0%,#ececec 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ececec));
  background:-webkit-linear-gradient(top,#fff 0%,#ececec 100%);
  background:-o-linear-gradient(top,#fff 0%,#ececec 100%);
  background:-ms-linear-gradient(top,#fff 0%,#ececec 100%);
  background:linear-gradient(top,#fff 0%,#ececec 100%);
  -pie-background:linear-gradient(#FFF,#ececec);
  border:1px solid #d8d8d8;
  behavior:url(vertex2/pie.htc);
}
#vertex_2 .v2-menu li a {
  color:#464646;
  float:left;
  font-size:12px;
  text-shadow:1px 1px #FFF;
  font-weight:normal;
  height:auto;
  margin:0;
  padding-left:10px;
  padding-right:10px;
  padding-top:6px;
  text-decoration:none;
  border: none;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  background: none;
}
#vertex_2 .v2-menu li:hover, #vertex_2 .v2-menu li.active{
  text-decoration:none;
  -moz-box-shadow:0 0 1px rgba(0,0,0,0.4) inset;
  -webkit-box-shadow:0 0 1px rgba(0,0,0,0.4) inset;
  box-shadow:0 0 1px rgba(0,0,0,0.4) inset;
  background:#e8e8e8;
  background:-moz-linear-gradient(top,#e8e8e8 0%,#fff 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#fff));
  background:-webkit-linear-gradient(top,#e8e8e8 0%,#fff 100%);
  background:-o-linear-gradient(top,#e8e8e8 0%,#fff 100%);
  background:-ms-linear-gradient(top,#e8e8e8 0%,#fff 100%);
  background:linear-gradient(top,#e8e8e8 0%,#fff 100%);
  -pie-background:linear-gradient(#e8e8e8,#fff);
  border:1px solid #efefef;
  behavior:url(vertex2/pie.htc);
}

#vertex_2 .v2-wrap {
  -webkit-transition:all 300ms ease-in;
  -moz-transition:all 300ms ease-in;
  -o-transition:all 300ms ease-in;
  transition:all 300ms ease-in;
  background: #F5F5F5;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
#vertex_2 .v2-wrap-window {
  -webkit-transition:all 300ms ease-in;
  -moz-transition:all 300ms ease-in;
  -o-transition:all 300ms ease-in;
  transition:all 300ms ease-in;
  position: relative;
  background: #F5F5F5;
  width: 100%;
}
#vertex_2 .v2-page {
  float: left;
  height: 100%;
  width: 100%;
  display: inline;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition:all 1s ease-in;
  -moz-transition:all 1s ease-in;
  -o-transition:all 1s ease-in;
  transition:all 1s ease-in;
}
#vertex_2 div.v2-pagew {
  float: left;
  width: 100%;
  position: relative;
  clear: both;
  display: block;
}
#vertex_2 .v2-pagews {
  position: relative;
  clear: both;
  float: left;
  position: relative;
  width: 100%;
}
#vertex_2 div.v2-pagewi {
  float: left;
  width: 100%;
  position: relative;
  clear: both;
}
#vertex_2 div.v2-item-t {
  width: 40%;
  position: absolute;
  height: 100%;
  text-indent: 20px;
  text-align: left;
  border-bottom: none;
  border-top: none;
  overflow: visible;
  display: table-cell;
  left: 0;
}
#vertex_2 span.v2-item-d {
  display: none;
}
#vertex_2 .v2-item-ta span.v2-item-d {
  display: block;
}

#vertex_2 a.v2-item-h {
  display: block;
  position: absolute;
  color: #3a3a3a;
  top: 6px;
  left: auto;
  right: 10px;
}
#vertex_2 a.v2-item-h:hover + span.v2-item-d {
  visibility: visible;
  opacity: 1;
  left: 12%;
}
#vertex_2 a.v2-item-h.ie:hover + span.v2-item-d {
  visibility: hidden;
  opacity: 0;
  left: 30%;
}
#vertex_2 div.v2-item-v {
  display: table-cell;
  width: 60%;
  float: left;
  margin-left: 40%;
  background: #F5F5F5;
  position: relative;
  height: 100%;
  -moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
  left: 0;
}
#vertex_2 div.v2-pad {
  width: 100%;
  float: left;
}
#vertex_2 div.v2-item-t div.v2-pad {
  text-indent: 0;
  padding: 5px;
}
#vertex_2 div.v2-pad div.inpad, #vertex_2 div.v2-item-v div.v2-pad {
  padding: 5px;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 4px 4px 4px 4px;
}
#vertex_2 div.v2-item-ts div.v2-pad div.inpad {
  padding: 5px;
  border-bottom: none;
  border-radius: 4px 4px 4px 4px;
}
#vertex_2 div.v2-item-v div.v2-pad {
  padding: 5px;
  border-bottom: none;
  border-radius: 0;
}
#vertex_2 div.v2-wrap div.v2-wrap-window div.v2-page div.v2-pagew div.v2-pagewi:first-child .v2-item-v {
  -moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
#vertex_2 div.v2-item-v div.v2-pad {
  width: 96%;
}
#vertex_2 div.v2-wrap div.v2-wrap-window div.v2-page div.v2-pagew div.v2-pagewi:last-child .v2-item-v {
  -moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
#vertex_2 div.v2-pagews {
  background: transparent;
  -moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
  border-bottom: 1px solid #5b5b5b;
  border-top: 1px solid #474747;
  padding: 10px;
  clear: both;
}
#vertex_2 div.vlogo {
  background-repeat: no-repeat;
  float: right;
  height: 20px;
  margin: -12px;
  position: relative;
  width: 80px;
}
#vertex_2 input, #vertex_2 textarea {
  border:1px solid #DFDFDF;
  padding:1px 8px;
  height:26px;
  float:left;
  margin:0;
  position:relative;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow:0 0 2px #FFF inset;
  -webkit-box-shadow:0 0 2px #FFF inset;
  box-shadow:0 0 2px #FFF inset;
  background:#E8E7E7;
  background:-moz-linear-gradient(top,#E8E7E7 0%,#FFF 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#E8E7E7),color-stop(100%,#FFF));
  background:-o-linear-gradient(top,#E8E7E7 0%,#FFF 100%);
  -pie-background:repeat-x,linear-gradient(#E8E7E7,#FFF);
  behavior:url(vertex2/pie.htc);
  color:#333;
  font-family:arial;
  font-size:12px;
  font-weight:normal;
  text-transform:none;
  text-shadow:1px 1px #ededed;
}
#vertex_2 input {
  height: 26px;
}
.v2-item-h {
  line-height: 22px;
  width: 15px;
  text-indent: 0;
  cursor: pointer;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:transparent;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	display:inline-block;
	color:#3a3a3a;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:0 5px;
	text-decoration:none;
  background-image: url('../img/help.png');
  text-indent: -50px;
  overflow: hidden;
}.v2-item-h:hover {
  color: #000;
	background-color:transparent;
  -moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.v2-item-h:active {
	position:relative;
	top:1px;
}
#vertex_2 div.v2-pagews.vertex-plain-spacer {
  border: none;
}
#vertex_2 div.v2-pagews.notice {
  border: none;
}
#vertex_2 div.v2-pagews.vertex-plain-spacer,
#vertex_2 div.v2-pagews.notice,
#vertex_2 div.v2-pagews.error,
#vertex_2 div.v2-pagews.success,
#vertex_2 div.v2-pagews.custom{
  padding: 0;
}
#vertex_2 div.v2-pagews.vertex-plain-spacer div.v2-item-ts,
#vertex_2 div.v2-pagews.notice div.v2-item-ts,
#vertex_2 div.v2-pagews.error div.v2-item-ts,
#vertex_2 div.v2-pagews.success div.v2-item-ts,
#vertex_2 div.v2-pagews.custom div.v2-item-ts{
  color:#fff;
  font-weight:normal;
  font-size:13px;
  min-height:32px;
  clear:both;
  width: auto;
  float: left;
  background:#50b5f9;
  background:-moz-linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#50b5f9),color-stop(99%,#147ec7));
  background:-webkit-linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  background:-o-linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  background:-ms-linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b5f9',endColorstr='#147ec7',GradientType=0 );
  background:linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  margin:10px;
  padding:12px;
  text-shadow:1px 1px #286992;
  -pie-background:repeat-x,linear-gradient(#50b5f9,#147ec7);
  behavior:url(vertex2/pie.htc);
}

#vertex_2 div.v2-pagews.alert div.v2-item-ts{ background:#F87300;  background:-moz-linear-gradient(top,#F87300 0%,#A04A00 99%);  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F87300),color-stop(99%,#A04A00));  background:-webkit-linear-gradient(top,#F87300 0%,#A04A00 99%);  background:-o-linear-gradient(top,#F87300 0%,#A04A00 99%);  background:-ms-linear-gradient(top,#F87300 0%,#A04A00 99%);  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F87300',endColorstr='#A04A00',GradientType=0 );  background:linear-gradient(top,#F87300 0%,#A04A00 99%);  -pie-background:repeat-x,linear-gradient(#F87300,#A04A00); behavior:url(vertex2/pie.htc)}

#vertex_2 div.v2-pagews.error div.v2-item-ts{ background:#EB3F3F;  background:-moz-linear-gradient(top,#EB3F3F 0%,#9A0000 99%);  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#EB3F3F),color-stop(99%,#9A0000));  background:-webkit-linear-gradient(top,#EB3F3F 0%,#9A0000 99%);  background:-o-linear-gradient(top,#EB3F3F 0%,#9A0000 99%);  background:-ms-linear-gradient(top,#EB3F3F 0%,#9A0000 99%);  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB3F3F',endColorstr='#9A0000',GradientType=0 );  background:linear-gradient(top,#EB3F3F 0%,#9A0000 99%);  -pie-background:repeat-x,linear-gradient(#EB3F3F,#9A0000); behavior:url(vertex2/pie.htc)}

#vertex_2 div.v2-pagews.success div.v2-item-ts{ background:#12DD10;  background:-moz-linear-gradient(top,#12DD10 0%,#007B03 99%);  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#12DD10),color-stop(99%,#007B03));  background:-webkit-linear-gradient(top,#12DD10 0%,#007B03 99%);  background:-o-linear-gradient(top,#12DD10 0%,#007B03 99%);  background:-ms-linear-gradient(top,#12DD10 0%,#007B03 99%);  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12DD10',endColorstr='#007B03',GradientType=0 );  background:linear-gradient(top,#12DD10 0%,#007B03 99%);  -pie-background:repeat-x,linear-gradient(#12DD10,#007B03); behavior:url(vertex2/pie.htc)}

#vertex_2 div.v2-pagews.custom div.v2-item-ts{color:#4F4F4F;  font-size:12px;  font-weight:bold;  text-shadow:1px 1px #FFF; background:#e1e1e1; background:-moz-linear-gradient(top,#e1e1e1 0%,#fff 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e1e1e1),color-stop(100%,#fff)); background:-webkit-linear-gradient(top,#e1e1e1 0%,#fff 100%); background:-o-linear-gradient(top,#e1e1e1 0%,#fff 100%); background:-ms-linear-gradient(top,#e1e1e1 0%,#fff 100%); background:linear-gradient(top,#e1e1e1 0%,#fff 100%);  -pie-background:repeat-x,linear-gradient(#e1e1e1,#fff); behavior:url(vertex2/pie.htc)}

#vertex_2 div.v2-pagews .v-display-img-notice{padding-bottom:2px; padding-right:4px}

#vertex_2 div.v2-pagews .v-display-img-custom{padding-right:5px}




.v2-tt {
  zoom: 1;
  font-family: Helvetica;
  font-size: 14px;
  position: absolute;
  top: -500px;
  left: -500px;
  position: absolute;
  border: 1px solid #000;
  padding: 10px;
  z-index: 9999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  visibility: hidden;
  color: #f2f2f2;
  max-width: 500px;
  opacity: 0;
  text-align: justify;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.85)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.85) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.85) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.85) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#d9000000',GradientType=0 );
}
.v2-tt:after, .v2-tt:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  zoom: 1;
}
.v2-tt:after {
  border-color: rgba(48, 0, 0, 0);
  border-right-color: #000;
  border-width: 8px;
  top: 12px;
  margin-top: -8px;
}
.v2-tt:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #000;
  border-width: 9px;
  top: 12px;
  margin-top: -9px;
}
.v2-tt.t {
  -webkit-transition:all 200ms ease-in-out;
  -moz-transition:all 200ms ease-in-out;
  -o-transition:all 200ms ease-in-out;
  transition:all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.v2-tt.t.on {
  visibility: visible;
  opacity: 1;
}





.blug {
  background: #8eb0d3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYjBkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjdkOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #8eb0d3 0%, #627d9a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8eb0d3), color-stop(100%,#627d9a));
  background: -webkit-linear-gradient(top,  #8eb0d3 0%,#627d9a 100%);
  background: -o-linear-gradient(top,  #8eb0d3 0%,#627d9a 100%);
  background: -ms-linear-gradient(top,  #8eb0d3 0%,#627d9a 100%);
  background: linear-gradient(to bottom,  #8eb0d3 0%,#627d9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb0d3', endColorstr='#627d9a',GradientType=0 );
  box-shadow: 0 1px 1px 0 inset #8eb0d3;

}
.blugd {
  background: #7d7e7d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
  background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
  box-shadow: 0 1px 1px 0 inset #8eb0d3;
}













/*v2-toggle*/
.v2-tb {
  display: inline-block;
  position: relative;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.v2-tb input {
  display: none;
}
.v2-tb span.v2-tbw {
  color: #171717;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  height: 30px;
}
.v2-tb span.v2-tbw span.v2-tbt {
  border: 1px solid #000000;
  height: 28px;
  width: 28px;
  display: inline-block;
  line-height: 20px;
  position: absolute;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  z-index: 15;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 4px #222;
  left: 0;
}
.v2-tb span.v2-tbw span.v2-tbt1, .v2-tb span.v2-tbw span.v2-tbt2 {
  display: inline-block;
  float: left;
  left: 24px;
  padding: 2px 0;
  position: relative;
  word-wrap:normal;
  white-space:nowrap;
  overflow: hidden;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 0 2px #000000 inset;
  z-index: 10;
  opacity: 0;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  top: 3px;
  width: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
}
.v2-tb span.v2-tbw.off span.v2-tbt {
  box-shadow: 0 0 4px #000000;
}
.v2-tb span.v2-tbw.on span.v2-tbt {
  box-shadow: 0 0 4px #000000;
}
.v2-tb span.v2-tbw.on span.v2-tbt1 {
  padding: 2px 10px;
  width: auto;
  opacity: 1;
}
.v2-tb span.v2-tbw.off span.v2-tbt2 {
  padding: 2px 10px;
  width: auto;
  opacity: 1;
  color: #fff;
}


/*v2-select*/
.v2-s {
  cursor: pointer;
  border:1px solid #DFDFDF;
  padding:1px 8px;
  height:26px;
  margin:0;
  position:relative;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow:0 0 2px #FFF inset;
  -webkit-box-shadow:0 0 2px #FFF inset;
  box-shadow:0 0 2px #FFF inset;
  background:#E8E7E7;
  background:-moz-linear-gradient(top,#E8E7E7 0%,#FFF 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#E8E7E7),color-stop(100%,#FFF));
  background:-o-linear-gradient(top,#E8E7E7 0%,#FFF 100%);
  -pie-background:repeat-x,linear-gradient(#E8E7E7,#FFF);
  behavior:url(vertex2/pie.htc);
  color:#333;
  font-family:arial;
  font-size:12px;
  font-weight:normal;
  text-transform:none;
  text-shadow:1px 1px #ededed;
  line-height: 26px;
}
.v2-s.open {
  -moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.v2-s span.val {
  float: left;
}
.v2-s span.sarrow {
  display: block;
  float: right;
  font-size: 12px;
  height: 15px;
  margin-right: -2px;
  padding: 0;
  position: relative;
  width: 12px;
}

.v2-sm {
  list-style: none;
  width: 200px;
  display: none;
}
.v2-smuw {
  font-family: Helvetica;
  display: none;
  position: absolute;
  width: 216px;
}
.v2-smuw.open {
  display: block;
  z-index: 9999;
  -moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.v2-smu {
  position: relative;
  list-style: none;
  background: #fcfcfc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #fcfcfc 0%, #e9e9e9 40%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(40%,#e9e9e9), color-stop(100%,#fcfcfc));
  background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e9e9e9 40%,#fcfcfc 100%);
  background: -o-linear-gradient(top,  #fcfcfc 0%,#e9e9e9 40%,#fcfcfc 100%);
  background: -ms-linear-gradient(top,  #fcfcfc 0%,#e9e9e9 40%,#fcfcfc 100%);
  background: linear-gradient(to bottom,  #fcfcfc 0%,#e9e9e9 40%,#fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fcfcfc',GradientType=0 );
  -moz-box-shadow:0 0 15px 0 #f9f9f9;
	-webkit-box-shadow:0 0 15px 0 #f9f9f9;
	box-shadow:0 0 15px 0 #f9f9f9;
  -moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
  border: 1px solid #d4d4d4;
  border-top: none;
  padding: 0;
  width: 100%;
  display: block;
  height: 16px;
  color: #000;
  float: left;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.v2-smu li {
  cursor: pointer;
  padding: 5px 8px;
  position: relative;
  zoom: 1;
  margin: 0;
}
.v2-smu li:hover {
  -moz-box-shadow:0px 0px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.3);
  box-shadow:0px 0px 2px rgba(0,0,0,0.3);
  text-decoration:none;
  color:#fff;
  background:#50b5f9;
  background:-moz-linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#50b5f9),color-stop(99%,#147ec7));
  background:-webkit-linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  background:-o-linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  background:-ms-linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  background:linear-gradient(top,#50b5f9 0%,#147ec7 99%);
  -pie-background:repeat-x,linear-gradient(#3c74cb,#8bbaf6);
  behavior:url(vertex2/pie.htc);
}

/* Slider */
.slider {
  position:relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  width: 100%;
  padding: 1px;
  border: 1px solid #747f98;
  color: #858585;
  font-family: arial;
  font-size: 14px;
  height:10px;
  background:#50b5f9;
  background:-moz-linear-gradient(top,#147ec7 0%,#50b5f9 99%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#147ec7),color-stop(99%,#50b5f9));
  background:-webkit-linear-gradient(top,#147ec7 0%,#50b5f9 99%);
  background:-o-linear-gradient(top,#147ec7 0%,#50b5f9 99%);
  background:-ms-linear-gradient(top,#147ec7 0%,#50b5f9 99%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#147ec7',endColorstr='#50b5f9',GradientType=0 );
  background:linear-gradient(top,#147ec7 0%,#50b5f9 99%);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border:none;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
#vertex_2 .slider a.thumb {
  color: #000;
}
.thumb {
  line-height: 20px;
  position:absolute;
  height:20px;
  width:20px;
  right: 0px;
  top: -7px;
  text-indent: 0;
  -webkit-tap-highlight-color: transparent;
  z-index:8;
  top:-5px;
  color:#212121;
  outline: none;
  cursor:e-resize;
  background:#e2e2e2;
  background:-moz-linear-gradient(top,#fff 0%,#e2e2e2 99%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(99%,#e2e2e2));
  background:-webkit-linear-gradient(top,#fff 0%,#e2e2e2 99%);
  background:-o-linear-gradient(top,#fff 0%,#e2e2e2 99%);
  background:-ms-linear-gradient(top,#fff 0%,#e2e2e2 99%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#e2e2e2',GradientType=0 );
  background:linear-gradient(top,#fff 0%,#e2e2e2 99%);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:0px 0px 3px rgba(0,0,0,0.3);
  border:none;
  font-family:Verdana;
  font-size:12px;
  text-align:center;
  text-decoration:none;
  line-height:20px;
}
.thumb:hover, .thumb.hover {
  -moz-box-shadow: 0px 0px 3px #000;
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
}

.track {
  position: relative;
  display: inline-block;
  float: left;
  height: 8px;
}

.v2-sd-out {
  color: #858585;
  font-family: arial;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}
.v2-sd-wrap {
  overflow: hidden;
  width: 100%;
  display: block;
  height: 30px;
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
  background: #f4f4f4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}
.v2-sd-adv {
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 20px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0px 0px;
  background: #fff url('../img/cog_icon.png') no-repeat 2px 1px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 5;
  cursor: pointer;
}
.v2-sd-adv:hover {
  top: -20px;
}
.v2-sd-error {
  position: absolute;
  width: 80%;
  margin: 0 10%;
  z-index: 999;
  visibility: hidden;
  top: -70px;
  text-align: center;
  background: #750001;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZDMwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1MDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #000000 0%, #d30000 1%, #750001 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(1%,#d30000), color-stop(100%,#750001));
  background: -webkit-linear-gradient(top,  #000000 0%,#d30000 1%,#750001 100%);
  background: -o-linear-gradient(top,  #000000 0%,#d30000 1%,#750001 100%);
  background: -ms-linear-gradient(top,  #000000 0%,#d30000 1%,#750001 100%);
  background: linear-gradient(to bottom,  #000000 0%,#d30000 1%,#750001 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#750001',GradientType=0 );
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 2px 0;
  border: 1px solid #000000;
  text-shadow: 1px 1px 1px #000000;
  opacity: 0;
  -webkit-transition:all 200ms ease-in-out;
  -moz-transition:all 200ms ease-in-out;
  -o-transition:all 200ms ease-in-out;
  transition:all 200ms ease-in-out;
}
.v2-sd-error.show {
  top: -48px;
  visibility: visible;
  opacity: 1;
}
.v2-sd-error:after, .v2-sd-error:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.v2-sd-error:after {
  border-color: rgba(213, 11, 11, 0);
  border-top-color: #750001;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.v2-sd-error:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}

.v2-sd-wb {
  color: #858585;
  float: left;
  height: 30px;
  display: inline-block;
  text-align: center;
}
.v2-sd-wb div {
  float: left;
  display: inline-block;
  text-align: center;
  border-right: 1px dashed #858585;
  width: 100%;
  line-height: 30px;
}
#vertex_2 .v2-sd-wb input {
  text-align: center;
  display: none;
  margin: 4px auto 0;
  padding: 2px 4px;
  height: 16px;
  float: none;
}
.v2-sd-wb.f div {
  border-left: 0px;
}
.v2-sd-wb.l div {
  border-right: 0px;
}




.v2-cpcb {
  display: block;
  float: left;
  margin: 0 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGUxZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #dde1e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dde1e3));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dde1e3 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#dde1e3 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#dde1e3 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#dde1e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde1e3',GradientType=0 );
  cursor: pointer;
  border: 1px solid #ccd0d2;
}
.v2-cpcb .v2-cpcbc {
  background: #fff;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin: 0.3em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 1px #000 inset;
  -webkit-box-shadow: 0 0 1px #000 inset;
  box-shadow: 0 0 1px #000 inset;
}
.v2-cpcb .v2-cpcba {
  display: block;
  float: left;
  color: #000;
  font-size: 10px;
  margin: 22% 4px 0 0;
  position: relative;
}
#v2cpbox {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  z-index: 10000;
}
#v2cpbox.show {
  visibility: visible;
  opacity: 1;
}

#vertex_2 .v2-roler {
  background: #e9e9e9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #e9e9e9 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#fcfcfc));
  background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 100%);
  background: -o-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 100%);
  background: -ms-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 100%);
  background: linear-gradient(to bottom,  #e9e9e9 0%,#fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#fcfcfc',GradientType=0);
  -moz-box-shadow:0 0 15px 0 #f9f9f9;
	-webkit-box-shadow:0 0 15px 0 #f9f9f9;
	box-shadow:0 0 15px 0 #f9f9f9;
  -moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  display: block;
  float: left;
  padding: 0;
  height: 24px;
  margin-left: -5px;
  position: relative;
  width: 15px;
}
#vertex_2 .v2-roler a {
  display: block;
  float: left;
  padding: 0;
  height: 14px;
  font-size: 12px;
  position: absolute;
  width: 15px;
  text-align: center;
  color: #000;
  line-height: 13px;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
#vertex_2 .v2-roler a:hover {
  background-color: #DCDCDC;
}
#vertex_2 .v2-roler a.v2-roler-a2 {
  bottom: 0;
}

/* Responsive */
@media all and (min-width: 200px) and (max-width: 800px) {
  .v2-tt {
    font-size: 12px;
  }
  #vertex_2 .v2-menu li a {
    font-size: 12px;
  }
  #vertex_2 div.v2-pad {
    font-size: 12px;
  }
  #vertex_2 input, #vertex_2 textarea {
    width: 94%;
  }
  .v2-s {
    width: 88%;
  }
}
@media all and (min-width: 800px) and (max-width: 2000px) {
  .v2-tt {
    font-size: 14px;
  }
  #vertex_2 .v2-menu li a {
    font-size: 14px;
  }
  #vertex_2 div.v2-pad {
    font-size: 14px;
  }
  #vertex_2 input, #vertex_2 textarea {
    width: 50%;
  }
  .v2-s {
    width: 50%;
  }
}