.cols {
  margin: 0 0 0 -17px;
}
.cols:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.cols.hugeGutter {
  margin-left: -80px;
}
.cols.largeGutter {
  margin-left: -30px;
}
.cols.smallGutter {
  margin-left: -2px;
}
.cols.noGutter {
  margin-left: 0;
}
.cols > div {
  float: left;
  padding-left: 17px;
  margin-bottom: 17px;
}
.cols.hugeGutter > div {
  padding-left: 80px;
}
.cols.largeGutter > div {
  padding-left: 30px;
}
.cols.smallGutter > div {
  padding-left: 2px;
}
.cols.noGutter > div {
  padding-left: 0;
}
.cols.hugeBottom > div {
  margin-bottom: 80px;
}
.cols.largeBottom > div {
  margin-bottom: 30px;
}
.cols.smallBottom > div {
  margin-bottom: 2px;
}
.cols.noBottom > div {
  margin-bottom: 0;
}
.cols > .clearRow {
  float: none;
  clear: both;
  margin-bottom: 0;
  width: 100%;
}
.cols .col-right {
  float: right;
}
.col-hide {
  display: none;
}
.col-full {
  width: 100% !important;
}
.col-1 {
  width: 100%;
}
.col-2-1 {
  width: 50%;
}
.col-3-2 {
  width: 66.666666%;
}
.col-3-1 {
  width: 33.333333%;
}
.col-4-3 {
  width: 75%;
}
.col-4-1 {
  width: 25%;
}
.col-5-4 {
  width: 80%;
}
.col-5-3 {
  width: 60%;
}
.col-5-2 {
  width: 40%;
}
.col-5-1 {
  width: 20%;
}
.cols-10-1 > div {
  width: 10%;
}
.col-9-5 {
  width: 55%;
}
.col-9-4 {
  width: 45%;
}
.cols-9 > div {
  width: 11.1111111%;
}
.cols-8 > div {
  width: 12.5%;
}
.cols-6 > div {
  width: 16.6666666%;
}
.cols-5 > div {
  width: 20%;
}
.cols-4 > div {
  width: 25%;
}
.cols-3 > div {
  width: 33.3333333%;
}
.cols-2 > div {
  width: 50%;
}
.clearCols.cols-2 > div:nth-child(2n+1) {
  clear: left;
}
.cols-1 > div {
  width: 100%;
}
/* ============================================================================
 Media Queries
 ============================================================================ */
@media screen and (max-width: 1333.3333333333px) {
  .colXL-hide {
    display: none;
  }
  .colXL-show {
    display: block;
  }
  .colsXL-alignCenter {
    text-align: center;
  }
  .colsXL-alignLeft {
    text-align: left;
  }
  .colsXL-alignRight {
    text-align: right;
  }
  .colXL-clear {
    clear: both;
  }
  .cols .colXL-left {
    float: left;
  }
  .cols .colXL-right {
    float: right;
  }
  .colXL-alignLeft {
    text-align: left;
  }
  .colXL-alignRight {
    text-align: right;
  }
  .colXL-alignCenter {
    text-align: center;
  }
  .cols.colsXL-hugeGutter {
    margin-left: -80px;
  }
  .cols.colsXL-largeGutter {
    margin-left: -30px;
  }
  .cols.colsXL-mediumGutter {
    margin-left: -17px;
  }
  .cols.colsXL-smallGutter {
    margin-left: -2px;
  }
  .cols.colsXL-noGutter {
    margin-left: 0;
  }
  .cols.colsXL-hugeGutter > div {
    padding-left: 80px;
  }
  .cols.colsXL-largeGutter > div {
    padding-left: 30px;
  }
  .cols.colsXL-mediumGutter > div {
    padding-left: 17px;
  }
  .cols.colsXL-smallGutter > div {
    padding-left: 2px;
  }
  .cols.colsXL-noGutter > div {
    padding-left: 0;
  }
  .cols.colsXL-hugeBottom > div {
    margin-bottom: 80px;
  }
  .cols.colsXL-largeBottom > div {
    margin-bottom: 30px;
  }
  .cols.colsXL-mediumBottom > div {
    margin-bottom: 17px;
  }
  .cols.colsXL-smallBottom > div {
    margin-bottom: 2px;
  }
  .cols.colsXL-noBottom > div {
    margin-bottom: 0;
  }
  .colsXL-10 > div {
    width: 10%;
  }
  .colsXL-8 > div {
    width: 12.5%;
  }
  .colsXL-6 > div {
    width: 16.6666666%;
  }
  .colsXL-5 > div {
    width: 20%;
  }
  .colsXL-4 > div {
    width: 25%;
  }
  .colsXL-3 > div {
    width: 33.3333333%;
  }
  .colsXL-2 > div {
    width: 50%;
  }
  .colsXL-1 > div {
    width: 100%;
  }
  .colXL-1 {
    width: 100%;
  }
  .colXL-2-1 {
    width: 50%;
  }
  .colXL-3-2 {
    width: 66.6666666%;
  }
  .colXL-3-1 {
    width: 33.3333333%;
  }
  .colXL-4-3 {
    width: 75%;
  }
  .colXL-4-1 {
    width: 25%;
  }
  .colXL-5-4 {
    width: 80%;
  }
  .colXL-5-3 {
    width: 60%;
  }
  .colXL-5-2 {
    width: 40%;
  }
  .colXL-5-1 {
    width: 20%;
  }
  .colXL-6-5 {
    width: 25%;
  }
  .colXL-6-1 {
    width: 16.6666666%;
  }
  .colXL-8-1 {
    width: 12.5%;
  }
  .colXL-10-1 > div {
    width: 10%;
  }
}
@media screen and (max-width: 960px) {
  .colL-hide {
    display: none;
  }
  .colL-show {
    display: block;
  }
  .colL-clear {
    clear: both;
  }
  .colsL-alignCenter {
    text-align: center;
  }
  .colsL-alignLeft {
    text-align: left;
  }
  .colsL-alignRight {
    text-align: right;
  }
  .cols .colL-left {
    float: left;
  }
  .cols .colL-right {
    float: right;
  }
  .colL-alignLeft {
    text-align: left;
  }
  .colL-alignRight {
    text-align: right;
  }
  .colL-alignCenter {
    text-align: center;
  }
  .cols.colsL-hugeGutter {
    margin-left: -80px;
  }
  .cols.colsL-largeGutter {
    margin-left: -30px;
  }
  .cols.colsL-mediumGutter {
    margin-left: -17px;
  }
  .cols.colsL-smallGutter {
    margin-left: -2px;
  }
  .cols.colsL-noGutter {
    margin-left: 0;
  }
  .cols.colsL-hugeGutter > div {
    padding-left: 80px;
  }
  .cols.colsL-largeGutter > div {
    padding-left: 30px;
  }
  .cols.colsL-mediumGutter > div {
    padding-left: 17px;
  }
  .cols.colsL-smallGutter > div {
    padding-left: 2px;
  }
  .cols.colsL-noGutter > div {
    padding-left: 0;
  }
  .cols.colsL-hugeBottom > div {
    margin-bottom: 80px;
  }
  .cols.colsL-largeBottom > div {
    margin-bottom: 30px;
  }
  .cols.colsL-mediumBottom > div {
    margin-bottom: 17px;
  }
  .cols.colsL-smallBottom > div {
    margin-bottom: 2px;
  }
  .cols.colsL-noBottom > div {
    margin-bottom: 0;
  }
  .colsL-10 > div {
    width: 10%;
  }
  .colsL-8 > div {
    width: 12.5%;
  }
  .colsL-6 > div {
    width: 16.6666666%;
  }
  .colsL-5 > div {
    width: 20%;
  }
  .colsL-4 > div {
    width: 25%;
  }
  .colsL-3 > div {
    width: 33.3333333%;
  }
  .colsL-2 > div {
    width: 50%;
  }
  .colsL-1 > div {
    width: 100%;
  }
  .colL-1 {
    width: 100%;
  }
  .colL-2-1 {
    width: 50%;
  }
  .colL-3-2 {
    width: 66.6666666%;
  }
  .colL-3-1 {
    width: 33.3333333%;
  }
  .colL-4-3 {
    width: 75%;
  }
  .colL-4-1 {
    width: 25%;
  }
  .colL-5-4 {
    width: 80%;
  }
  .colL-5-3 {
    width: 60%;
  }
  .colL-5-2 {
    width: 40%;
  }
  .colL-5-1 {
    width: 20%;
  }
  .colL-6-5 {
    width: 25%;
  }
  .colL-6-1 {
    width: 16.6666666%;
  }
  .colL-8-1 {
    width: 12.5%;
  }
  .colL-10-1 > div {
    width: 10%;
  }
}
@media screen and (max-width: 720px) {
  .colM-hide {
    display: none;
  }
  .colM-show {
    display: block;
  }
  .colM-clear {
    clear: both;
  }
  .colsM-alignCenter {
    text-align: center;
  }
  .colsM-alignLeft {
    text-align: left;
  }
  .colsM-alignRight {
    text-align: right;
  }
  .cols .colM-left {
    float: left;
  }
  .cols .colM-right {
    float: right;
  }
  .colM-alignLeft {
    text-align: left;
  }
  .colM-alignRight {
    text-align: right;
  }
  .colM-alignCenter {
    text-align: center;
  }
  .cols.colsM-hugeGutter {
    margin-left: -80px;
  }
  .cols.colsM-largeGutter {
    margin-left: -30px;
  }
  .cols.colsM-mediumGutter {
    margin-left: -17px;
  }
  .cols.colsM-smallGutter {
    margin-left: -2px;
  }
  .cols.colsM-noGutter {
    margin-left: 0;
  }
  .cols.colsM-hugeGutter > div {
    padding-left: 80px;
  }
  .cols.colsM-largeGutter > div {
    padding-left: 30px;
  }
  .cols.colsM-mediumGutter > div {
    padding-left: 17px;
  }
  .cols.colsM-smallGutter > div {
    padding-left: 2px;
  }
  .cols.colsM-noGutter > div {
    padding-left: 0;
  }
  .cols.colsM-hugeBottom > div {
    margin-bottom: 80px;
  }
  .cols.colsM-largeBottom > div {
    margin-bottom: 30px;
  }
  .cols.colsM-mediumBottom > div {
    margin-bottom: 17px;
  }
  .cols.colsM-smallBottom > div {
    margin-bottom: 2px;
  }
  .cols.colsM-noBottom > div {
    margin-bottom: 0;
  }
  .colsM-10 > div {
    width: 10%;
  }
  .colsM-8 > div {
    width: 12.5%;
  }
  .colsM-6 > div {
    width: 16.6666666%;
  }
  .colsM-5 > div {
    width: 20%;
  }
  .colsM-4 > div {
    width: 25%;
  }
  .colsM-3 > div {
    width: 33.3333333%;
  }
  .colsM-2 > div {
    width: 50%;
  }
  .colsM-1 > div {
    width: 100%;
  }
  .colM-1 {
    width: 100%;
  }
  .colM-2-1 {
    width: 50%;
  }
  .colM-3-2 {
    width: 66.6666666%;
  }
  .colM-3-1 {
    width: 33.3333333%;
  }
  .colM-4-3 {
    width: 75%;
  }
  .colM-4-1 {
    width: 25%;
  }
  .colM-5-4 {
    width: 80%;
  }
  .colM-5-3 {
    width: 60%;
  }
  .colM-5-2 {
    width: 40%;
  }
  .colM-5-1 {
    width: 20%;
  }
  .colM-6-5 {
    width: 25%;
  }
  .colM-6-1 {
    width: 16.6666666%;
  }
  .colM-8-1 {
    width: 12.5%;
  }
  .colM-10-1 > div {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .colS-hide {
    display: none;
  }
  .colS-show {
    display: block;
  }
  .colS-clear {
    clear: both;
  }
  .colsS-alignCenter {
    text-align: center;
  }
  .colsS-alignLeft {
    text-align: left;
  }
  .colsS-alignRight {
    text-align: right;
  }
  .cols .colS-left {
    float: left;
  }
  .cols .colS-right {
    float: right;
  }
  .colS-alignLeft {
    text-align: left;
  }
  .colS-alignRight {
    text-align: right;
  }
  .colS-alignCenter {
    text-align: center;
  }
  .cols.colsS-hugeGutter {
    margin-left: -80px;
  }
  .cols.colsS-largeGutter {
    margin-left: -30px;
  }
  .cols.colsS-mediumGutter {
    margin-left: -17px;
  }
  .cols.colsS-smallGutter {
    margin-left: -2px;
  }
  .cols.colsS-noGutter {
    margin-left: 0;
  }
  .cols.colsS-hugeGutter > div {
    padding-left: 80px;
  }
  .cols.colsS-largeGutter > div {
    padding-left: 30px;
  }
  .cols.colsS-mediumGutter > div {
    padding-left: 17px;
  }
  .cols.colsS-smallGutter > div {
    padding-left: 2px;
  }
  .cols.colsS-noGutter > div {
    padding-left: 0;
  }
  .cols.colsS-hugeBottom > div {
    margin-bottom: 80px;
  }
  .cols.colsS-largeBottom > div {
    margin-bottom: 30px;
  }
  .cols.colsS-mediumBottom > div {
    margin-bottom: 17px;
  }
  .cols.colsS-smallBottom > div {
    margin-bottom: 2px;
  }
  .cols.colsS-noBottom > div {
    margin-bottom: 0;
  }
  .colsS-10 > div {
    width: 10%;
  }
  .colsS-8 > div {
    width: 12.5%;
  }
  .colsS-6 > div {
    width: 16.6666666%;
  }
  .colsS-5 > div {
    width: 20%;
  }
  .colsS-4 > div {
    width: 25%;
  }
  .colsS-3 > div {
    width: 33.3333333%;
  }
  .colsS-2 > div {
    width: 50%;
  }
  .colsS-1 > div {
    width: 100%;
  }
  .colS-1 {
    width: 100%;
  }
  .colS-2-1 {
    width: 50%;
  }
  .colS-3-2 {
    width: 66.6666666%;
  }
  .colS-3-1 {
    width: 33.3333333%;
  }
  .colS-4-3 {
    width: 75%;
  }
  .colS-4-1 {
    width: 25%;
  }
  .colS-5-4 {
    width: 80%;
  }
  .colS-5-3 {
    width: 60%;
  }
  .colS-5-2 {
    width: 40%;
  }
  .colS-5-1 {
    width: 20%;
  }
  .colS-6-5 {
    width: 25%;
  }
  .colS-6-1 {
    width: 16.6666666%;
  }
  .colS-8-1 {
    width: 12.5%;
  }
  .colS-10-1 > div {
    width: 10%;
  }
}

div.wpcf7-response-output {
  border: none;
  color: #909090;
  font-size: 12px;
  margin: 20px 0;
  padding: 20px;
  background: #f2f2f2;
}
span.wpcf7-not-valid-tip {
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  opacity: 0.75;
  padding: 3px 9px;
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 1;
}
span.wpcf7-form-control-wrap {
  display: block !important;
  position: relative;
}
.wpcf7-checkbox span.wpcf7-list-item, .wpcf7-radio span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-checkbox span.wpcf7-list-item label, .wpcf7-radio span.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-checkbox span.wpcf7-list-item label input, .wpcf7-radio span.wpcf7-list-item label input {
  margin: 0 5px 0 0;
}
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/swipebox/loader.gif) center center no-repeat;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-close, #swipebox-next, #swipebox-prev {
  background-image: url(../images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-next.disabled, #swipebox-prev.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
#swipebox-overlay {
  background: none;
}
#swipebox-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/overlay.png) 0 0 repeat transparent;
  opacity: 0.9;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-container a:active, .flex-container a:focus {
  outline: none;
}
.flexslider .slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider .slides {
  zoom: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexArrows {
  position: relative;
}
.flexArrows .flex-direction-nav a {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 0.4;
  position: absolute;
  text-align: center;
  z-index: 2;
}
.flexArrows .flex-direction-nav:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexArrows:hover .flex-direction-nav a {
  opacity: 0.9;
}
.flexArrows .flex-direction-nav a i {
	color: #FFF;
}
.flexArrows:hover .flex-direction-nav a:hover {
  opacity: 1;
}
.flexArrows .flex-direction-nav .flex-prev {
  left: 20px;
}
.flexArrows .flex-direction-nav .flex-next {
  right: 20px;
}
.flexArrows .flex-direction-nav .flex-disabled {
  display: none;
}




.ipHeader {
	position: relative;
	margin: -100px 0 20px;
}
.ipHeaderImg {
	position: relative;
	background-color: #f2f2f2;
	padding: 0 0 37.5%;
	overflow: hidden;
}
.ipHeaderImgAlt {
	padding: 0 0 75%;
}
.ipHeaderImg img {
	position: absolute;
	margin: auto;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.ipCaroussel {
	margin: 20px 0;
	position: relative;
}
.ipSideBlockDesc {
	font-size: 14px;
	line-height: 24px; 
	height: 48px;
	overflow: hidden;
}
.ipForm {
	margin: 20px 0;
}
.ipField {
	margin-bottom: 20px;
}
.ipLinks {
	margin: 20px 0;
	list-style: none;
	padding: 0;
}
.ipLink {
	display: block;
	margin: 10px 0;
}
.ipLinkImg {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	background-color: #c2c2c2;
}
.ipLink h3 {
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 50px;
	color: #000;
}
.ipVideo {
	position: relative;
	overflow: hidden;
	background-color: $black;
	height: 0;
	padding-bottom: 56.25%;
	margin: 20px 0;
}
.ipVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.layoutBtn {
	margin-bottom: 20px;
}