/**
 * Copyright: 2007-2015, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.


*/

.AV-VCallstoaction-3 {
	overflow: visible;
	position: relative;
}

.AV-VCallstoaction-3 .btn {
	font-size: 20px;
	padding: 15px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

@media (max-width: 420px) {
  .AV-VCallstoaction-3 .btn {
  	font-size: 17px;
    padding: 5px;
    width: 85%;
  }
}

.AV-VCallstoaction-3 .btn i {
	color: inherit;
	padding-right: 8px;
}

.AV-VCallstoaction-3 iframe {
	width: 100%;
	border: none;
	-webkit-transition: height 500ms ease;
       -moz-transition: height 500ms ease;
         -o-transition: height 500ms ease;
            transition: height 500ms ease;
    position: absolute;
    top: 60px;
    z-index: 10000;
    box-shadow: 0 4px 15px #bbb;
}

.AV-VCallstoaction-3 iframe:not(.open) {
	height: 0 !important;
}
