section {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}

p {
	line-height: 2.0em;
}

#devices .gif {
	width: 95%;
	height: auto;
}

#devices .col-md-3 {
	text-align: center;
}

#devices em {
	font-size: 10px;
}

blockquote {
	font-size: 1.4em;
	margin-top: 30px;
	line-height: 1.9em;
	display: inline-block;
	vertical-align: middle;
}

.caption {
	font-size: 1em;
	font-style: italic;
	margin-left: 40px;
}

#faq h4 {
	padding-top: 50px;
}

#faq p {
	/*font-family: 'Nunito';*/
}

#filevers h4 {
	margin-top: 30px;
}

#filesync p {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
	padding-left: 20px;
	margin-bottom: 0;
}

#filesync .col-md-6 img {
	display: inline;
	vertical-align: middle;
	padding-top: 0;
}

#filesync h4 {
	margin-top: 30px;
}

#medbz .col-md-9 {
	text-align: center;
}

.solution-info {
	margin-top: 50px;
}
.row {
	padding-top: 3.5%;
	padding-bottom: 4%;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

/*.content span {
	display: block;
	font-weight: bolder;
	font-size: 2em;
	padding-bottom: 3%;
}*/

.row img {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
}

img.button {
	display: inline;
	vertical-align: middle;
}

.quote {
	text-align: center;
}
.quote2 {
	text-align: left;
}
.quote p {
	display: inline-block;
	width: 50%;
	padding: 30px;
	vertical-align: middle;
}

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

.col-centered {
	vertical-align: top;
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:20px;
}

.textblock {
	border: none;
	width: 50%;
}

img.playgif {
	width: 100px;
	padding: 0;
	margin-top: -15px;
}

#vid {
	background: #AEABAB;
}

#video {
	width: 80%;
	height: auto;
	margin: 30px;
}

#prkit {
	background: url(images/solutions/solution.png);
	background-size: cover;
	background-position: center;
}

#solutions {
	background: url(images/solutions/solution.png);
	background-size: cover;
	background-position: center;
}


@media (max-width: 768px) {
	blockquote.textblock {
		width: 80%;
	}
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 1;
  background: green;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
  width:50% !important;
  margin-right: 20px !important;
}

