/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/* Style Definitions from the forms
xh1{
margin:0in;
	margin-bottom:.0001pt;
	text-align:right;
	page-break-after:avoid;
	font-size:10.0pt;
	font-family:"Times New Roman";
}
xh2	{
	margin:0in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:9.0pt;
	font-family:"Times New Roman";
}
xh3	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	text-align:left;
	page-break-after:avoid;
	font-size:10.0pt;
	font-family:"Times New Roman";
	font-weight:bold;
}
xh5 {
	margin:0in;
	margin-bottom:.0001pt;
	text-align:center;
	page-break-after:avoid;
	font-size:8.0pt;
	font-family:"Times New Roman";
}
xtd {
	margin:0in;
	margin-bottom:.0001pt;
	text-align:left;
	page-break-after:avoid;
	font-size:8.0pt;
	font-family:"Times New Roman";
} 
*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
*/
h3,
h2 small {
  font-size: 20.700000000000001px;
}

h5 {
  margin: 0in;
  margin-bottom: .5pt;
  text-align: left;
  page-break-after: avoid;
  font-size: 12.0pt;
}

xborder {
  border: 2px solid #d9d9d9;
}

#navigation {
  /* 1. Navigation wrapper */
}
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}

input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (min-width: 768px) {
  .customers li.customer {
    height: 100px;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .customers li.customer {
    height: 100px;
    width: 322px;
  }
}
@media (min-width: 1200px) {
  .customers li.customer {
    height: 80px;
    width: 390px;
  }
}

.image_picker_image {
  max-width: 100px;
  max-height: 75px;
  background-color: #ffffff;
}

#file-chosen {
  margin-left: 0.3rem;
  font-family: sans-serif;
}

.info-message {
  text-align: center;
  margin-bottom: 1em;
  padding: 0;
}
/* --------------------------------------------------
 * patients
 *-------------------------------------------------- */
  .page-patients .tabbable > ul.nav-tabs li a, .page-patients ul.nav-tabs li a {
    padding-right: 30px;
    padding-left: 30px;
  }
  .patients {
    margin-top: 2em;
  }
  .patients li.patient {
    margin: 0;
    margin-bottom: 1em;
    height: auto;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .patients li.patient p .inner-wrapper {
    padding: 15px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: relative;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
  }
  .patients li.patient a .inner-wrapper {
    padding: 15px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: relative;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
  }
  .patients li.patient a .red-name-wrapper {
    padding: 0px;
    border: 0px solid #0f32FF;
	  color: #FF4C5F;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: block;
    position: relative;
  }
  .patients li.patient a:hover .red-name-wrapper {
    color: #C43A4A;
  }
  .patients li.patient a .blue-name-wrapper {
		  padding: 0px;
		  border: 0px solid #0f32FF;
		  color: #0f8FFF;
		  -webkit-border-radius: 0px;
		  -moz-border-radius: 0px;
		  border-radius: 0px;
		  display: block;
		  position: relative;
  }
  .patients li.patient a:hover .blue-name-wrapper {
    color: #085191;
  }

  .patients li.patient a .green-name-wrapper {
    padding: 0px;
    border: 0px solid #0f32FF;
    color: #08A51D;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: block;
    position: relative;
  }

  .patients li.patient a:hover .green-name-wrapper {
    color: #056812;
  }

  .patients li.patient a .yellow-name-wrapper {
    padding: 0px;
    border: 0px solid #0f32FF;
    color: #ff6d00;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: block;
    position: relative;
  }

  .patients li.patient a:hover .yellow-name-wrapper {
    color: #f5c56f;
  }
.patients li.patient a .name-wrapper {
  padding: 0px;
  border: 0px solid #d9d9d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}
.patients li.patient a span {
  display: block;
}
.patients li.patient a .title {
  text-transform: none;
  font-weight: bold;
}
.patients li.patient a:hover {
  text-decoration: none;
}
.patients li.patient a:hover .name-wrapper {
  border-color: #a6a6a6;
}
.patients li.patient p span {
  display: block;
}
.patients li.patient p .title {
  text-transform: none;
  font-weight: bold;
}
.patients li.patient p .description {
  color: rgba(27, 27, 27, 0.8);
}
.patients li.patient p:hover {
  text-decoration: none;
}
.patients li.patient p:hover .inner-wrapper {
  border-color: #a6a6a6;
}
.patients li.patient a:hover .inner-wrapper {
  border-color: #a6a6a6;
}
.patients-carousel .owl-item {
  width: 220px;
  padding: 0 1em;
  text-align: center;
}
.patients-carousel .owl-item img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .patients li.patient {
    height: 80px;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .patients li.patient {
    height: 80px;
    width: 322px;
  }
}
@media (min-width: 1200px) {
  .patients li.patient {
    height: 80px;
    width: 390px;
  }
}

/* --------------------------------------------------
 * exercises
 *-------------------------------------------------- */
.page-exercises .tabbable > ul.nav-tabs li a,
.page-exercises ul.nav-tabs li a {
  padding-right: 10px;
  padding-left: 10px;
}

img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}
.exercises {
  margin-top: 2em;
}

  .exercises li.exercise {
    margin: 0;
    margin-bottom: 1em;
    height: auto;
    float: left;
    padding-left: 10px;
    padding-right: 0px;
  }

.exercises li.exercise p .inner-wrapper {
  padding: 5px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: relative;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
}

.exercises li.exercise a .inner-wrapper {
  padding: 5px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: relative;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
}

.exercises li.exercise a .red-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
  color: #FF4C5F;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}

.exercises li.exercise a:hover .red-name-wrapper {
  color: #C43A4A;
}

.exercises li.exercise a .blue-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
  color: #0f8FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}

.exercises li.exercise a:hover .blue-name-wrapper {
  color: #085191;
}

.exercises li.exercise:hover .green-name-wrapper {
  color: #056812;
}

.exercises li.exercise .green-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
  color: #08A51D;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}

.exercises li.exercise a .name-wrapper {
  padding: 0px;
  border: 0px solid #d9d9d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}

.exercises li.exercise a span {
  display: block;
}

/*.exercises li.exercise .span a {
  display: block;
}
*/
.exercises li.exercise a .title {
  text-transform: none;
  font-weight: bold;
}

.exercises li.exercise a:hover {
  text-decoration: none;
}

.exercises li.exercise a:hover .name-wrapper {
  border-color: #a6a6a6;
}

.exercises li.exercise p span {
  display: block;
}

.exercises li.exercise p .title {
  text-transform: none;
  font-weight: bold;
  font-size: 15px;
}

.exercises li.exercise p .xdescription {
  color: #1F82BE;
}

.exercises li.exercise p:hover {
  text-decoration: none;
}

.exercises li.exercise p:hover .inner-wrapper {
  border-color: #a6a6a6;
}

.exercises li.exercise a:hover .inner-wrapper {
  border-color: #a6a6a6;
}

.exercises-carousel .owl-item {
  width: 220px;
  padding: 0 1em;
  text-align: center;
}

.exercises-carousel .owl-item img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .exercises li.exercise {
    height: 105px;
    width: 250px;
  }
}

@media (min-width: 992px) {
  .exercises li.exercise {
    height: 105px;
    width: 322px;
  }
}

@media (min-width: 1200px) {
  .exercises li.exercise {
    height: 105px;
    width: 390px;
  }
}
/* --------------------------------------------------
 * exercises2
 *-------------------------------------------------- */
.page-exercises2 .tabbable > ul.nav-tabs li a,
.page-exercises2 ul.nav-tabs li a {
  padding-right: 10px;
  padding-left: 10px;
}

img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

.exercises2 {
  margin-top: 2em;
}

  .exercises2 li.exercise2 {
    margin: 0;
    margin-bottom: 1em;
    height: auto;
    float: left;
    padding-left: 10px;
    padding-right: 0px;
  }

    .exercises2 li.exercise2 p .inner-wrapper {
      padding: 5px;
      border: 1px solid #d9d9d9;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      display: block;
      position: relative;
      background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
      background-image: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
      background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
    }

    .exercises2 li.exercise2 a .inner-wrapper {
      padding: 5px;
      border: 1px solid #d9d9d9;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      display: block;
      position: relative;
      background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
      background-image: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
      background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
    }

    .exercises2 li.exercise2:hover .green-name-wrapper {
      color: #056812;
    }

    .exercises2 li.exercise2 .green-name-wrapper {
      padding: 0px;
      border: 0px solid #0f32FF;
      color: #08A51D;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      display: block;
      position: relative;
    }

    .exercises2 li.exercise2 a .name-wrapper {
      padding: 0px;
      border: 0px solid #d9d9d9;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      display: block;
      position: relative;
    }

    .exercises2 li.exercise2 a span {
      display: block;
    }

    .exercises2 li.exercise2 a .title {
      text-transform: none;
      font-weight: bold;
    }

    .exercises2 li.exercise2 a:hover {
      text-decoration: none;
    }

      .exercises2 li.exercise2 a:hover .name-wrapper {
        border-color: #a6a6a6;
      }

    .exercises2 li.exercise2 p span {
      display: block;
    }

    .exercises2 li.exercise2 p .title {
      text-transform: none;
      font-weight: bold;
      font-size: 15px;
    }

    .exercises2 li.exercise2 p .xdescription {
      color: #1F82BE;
    }

    .exercises2 li.exercise2 p:hover {
      text-decoration: none;
    }

      .exercises2 li.exercise2 p:hover .inner-wrapper {
        border-color: #a6a6a6;
      }

    .exercises2 li.exercise2 a:hover .inner-wrapper {
      border-color: #a6a6a6;
    }

.exercises2-carousel .owl-item {
  width: 220px;
  padding: 0 1em;
  text-align: center;
}

  .exercises2-carousel .owl-item img {
    display: block;
    margin: 0 auto;
  }

@media (min-width: 768px) {
  .exercises2 li.exercise2 {
    height: 105px;
    width: 250px;
  }
}

@media (min-width: 992px) {
  .exercises2 li.exercise2 {
    height: 105px;
    width: 322px;
  }
}

@media (min-width: 1200px) {
  .exercises2 li.exercise2 {
    height: 105px;
    width: 390px;
  }
}
/* --------------------------------------------------
 * qforms
 *-------------------------------------------------- */
.page-qforms .tabbable > ul.nav-tabs li a,
.page-qforms ul.nav-tabs li a {
  padding-right: 30px;
  padding-left: 30px;
}
.page-qforms ul.nav-tabs li a span .pink {
  color: #FF00FF;
}
.qforms {
  margin-top: 2em;
}
.qforms li.qform {
  margin: 0;
  margin-bottom: 1em;
  height: auto;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.qforms li.qform p .inner-wrapper {
  padding: 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: relative;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
}
.qforms li.qform a .name-wrapper {
  padding: 0px;
  border: 0px solid #d9d9d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}
.qforms li.qform a span {
  display: block;
}
.qforms li.qform a .title {
  text-transform: none;
  font-weight: bold;
}
.qforms li.qform a:hover {
  text-decoration: none;
}
.qforms li.qform a:hover .name-wrapper {
  border-color: #a6a6a6;
}
.qforms li.qform p span {
  display: block;
}
.qforms li.qform p .title {
  text-transform: none;
  font-weight: bold;
}
.qforms li.qform p .description {
  color: rgba(27, 27, 27, 0.8);
}
.qforms li.qform p:hover {
  text-decoration: none;
}
.qforms li.qform p:hover .inner-wrapper {
  border-color: #a6a6a6;
}
.qforms li.qform a .lblue-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
	color: #07CDFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}
.qforms li.qform a:hover .lblue-name-wrapper {
	color: #047F9E;
}
.qforms li.qform a .pink-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
	color: #FF00FF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}
.qforms li.qform a:hover .pink-name-wrapper {
  color: #7F007F;
}
.qforms li.qform a .red-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
	color: #FF4C5F;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}
.qforms li.qform a:hover .red-name-wrapper {
  color: #8E2A36;
}

.qforms li.qform a .yellow-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
  color: #ff6d00;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}

.qforms li.qform a:hover .yellow-name-wrapper {
  color: #f5c56f;
}

.qform li.qform a .purple-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
  color: #A54FC6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}

.qforms li.qform a .green-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
	color: #08A51D;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}
.qforms li.qform a:hover .green-name-wrapper {
  color: #056812;
}

.qforms li.qform:hover .green-name-wrapper {
  color: #056812;
}

li.qform .green-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
  color: #08A51D;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}

li.qform .purple-name-wrapper {
  padding: 0px;
  border: 0px solid #0f32FF;
  color: #A54FC6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
}


@media (min-width: 768px) {
  .qforms li.qform {
    height:80px;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .qforms li.qform {
    height: 80px;
    width: 322px;
  }
}
@media (min-width: 1200px) {
  .qforms li.qform {
    height: 80px;
    width: 390px;
  }
}
/* --------------------------------------------------
 * qforms2
 *-------------------------------------------------- */
.page-qforms2 .tabbable > ul.nav-tabs li a,
.page-qforms2 ul.nav-tabs li a {
  padding-right: 30px;
  padding-left: 30px;
}

  .page-qforms2 ul.nav-tabs li a span .pink {
    color: #FF00FF;
  }

.qforms2 {
  margin-top: 2em;
}

  .qforms2 li.qform2 {
    margin: 0;
    margin-bottom: 1em;
    height: auto;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

    .qforms2 li.qform2 p .inner-wrapper {
      padding: 15px;
      border: 1px solid #d9d9d9;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      display: block;
      position: relative;
      background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
      background-image: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
      background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
    }

    .qforms2 li.qform2 a .name-wrapper {
      padding: 0px;
      border: 0px solid #d9d9d9;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      display: block;
      position: relative;
    }

    .qforms2 li.qform2 a span {
      display: block;
    }

    .qforms2 li.qform2 a .title {
      text-transform: none;
      font-weight: bold;
    }

    .qforms2 li.qform2 a:hover {
      text-decoration: none;
    }

      .qforms2 li.qform2 a:hover .name-wrapper {
        border-color: #a6a6a6;
      }

    .qforms2 li.qform2 p span {
      display: block;
    }

    .qforms2 li.qform2 p .title {
      text-transform: none;
      font-weight: bold;
    }

    .qforms2 li.qform2 p .description {
      color: rgba(27, 27, 27, 0.8);
    }

    .qforms2 li.qform2 p:hover {
      text-decoration: none;
    }

      .qforms2 li.qform2 p:hover .inner-wrapper {
        border-color: #a6a6a6;
      }


@media (min-width: 768px) {
  .qforms2 li.qform2 {
    height: 80px;
    width: 250px;
  }
}

@media (min-width: 992px) {
  .qforms2 li.qform2 {
    height: 80px;
    width: 322px;
  }
}

@media (min-width: 1200px) {
  .qforms2 li.qform2 {
    height: 80px;
    width: 390px;
  }
}

/*
 * --------------------------------------------------
 * Search overrides - mainly size
 *--------------------------------------------------
 */
.search-form-tigger {
  font-size: 18px;
  color: white;
  background: #242424;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
  margin-left: 10px;
}
.search-form-tigger.open,
.search-form-tigger:hover {
  background: #00adbb;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .search-form-tigger {
    margin-top: 10px;
  }
} 
.header-search {
  height: 0;
  overflow: hidden;
  background: #404040;
}
.header-search.open {
  height: auto;
}
.header-search form {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
}
.header-search form .btn {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  padding: 5px 10px;
  line-height: 1;
  width: 50px;
  outline: none;
  background: transparent;
  font-size: 20px;
  color: white;
}
.header-search form .btn:focus,
.header-search form .btn:active:focus,
.header-search form .btn.active:focus {
  outline: none;
}
.header-search form .close-btn {
  right: 0;
  display: block;
  font-size: 20px;
}
.header-search form input {
  padding: 0 150px 0 0;
  background: transparent;
  height: 30px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 100;
  box-shadow: none;
  margin: 0;
}
.header-search form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header-search form input:-ms-input-placeholder {
  color: #ffffff;
}
.header-search form input::-webkit-input-placeholder {
  color: #ffffff;
}
.header-search form input:focus {
  color: white;
  box-shadow: none;
}

/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
