/**/
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*modal iframe*/
div.demo-frame{
	position:fixed;
	bottom:0;
	left: 45%;
	}
/**/

div.xLoader{
	position:absolute;
	display:none
	}
div.xLoader.active{
	position:fixed;
	top:50%;
	left:50%;
	display:block
	}
div.xLoader .google-spin-wrapper{
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000
	}
div.xLoader .google-spin-wrapper .google-spin{
	display:block;
	position:relative;
	left:50%;
	top:50%;
	width:100px;
	height:100px;
	margin:-50px 0 0 -50px;
	border-radius:50%;
	border:3px solid transparent;
	border-top-color:#3498db;
	-webkit-animation:xLoaderGoogleSpin 2s linear infinite;-
	moz-animation:xLoaderGoogleSpin 2s linear infinite;
	-ms-animation:xLoaderGoogleSpin 2s linear infinite;
	-o-animation:xLoaderGoogleSpin 2s linear infinite;
	animation:xLoaderGoogleSpin 2s linear infinite
	}
div.xLoader .google-spin-wrapper .google-spin:before{
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	border-radius:50%;
	border:3px solid transparent;
	border-top-color:#e74c3c;
	-webkit-animation:xLoaderGoogleSpin 3s linear infinite;
	-moz-animation:xLoaderGoogleSpin 3s linear infinite;
	-ms-animation:xLoaderGoogleSpin 3s linear infinite;
	-o-animation:xLoaderGoogleSpin 3s linear infinite;
	animation:xLoaderGoogleSpin 3s linear infinite}
div.xLoader .google-spin-wrapper .google-spin:after{
	content:"";
	position:absolute;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	border-radius:50%;
	border:3px solid transparent;
	border-top-color:#f9c922;
	-webkit-animation:xLoaderGoogleSpin 2s linear infinite;
	-moz-animation:xLoaderGoogleSpin 2s linear infinite;
	-ms-animation:xLoaderGoogleSpin 2s linear infinite;
	-o-animation:xLoaderGoogleSpin 2s linear infinite;
	animation:xLoaderGoogleSpin 2s linear infinite
	}
@-webkit-keyframes xLoaderGoogleSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@-moz-keyframes xLoaderGoogleSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@-ms-keyframes xLoaderGoogleSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@-o-keyframes xLoaderGoogleSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes xLoaderGoogleSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.

/**/
<!-- ihover circle.effect1 -->
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item.circle {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect1 .spinner {
  width: 220px;
  height: 220px;
  border: 10px solid #ecab18;
  border-right-color: #1ad280;
  border-bottom-color: #1ad280;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
  top: 5px;
  bottom: 0;
  left: 5px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 15px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect1 .info p {
  color: #fff;
  padding: 5px 5px;
  font-style: italic;
  margin: 0 10px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}
.ih-item.crcle {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.ih-item.crcle .img {
  position: relative;
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.ih-item.crcle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.crcle .img img {
  border-radius: 50%;
}
.ih-item.crcle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.crcle.small {
}
.ih-item.crcle.small h4 {
	position: absolute;
	text-decoration: none;
	color: #979797;
	width: 400px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3;
	top: -30px;
	left: 180px;
}
.ih-item.crcle.small .spinner {
 /* width: 150px;
  height: 150px;
  border: 6px solid #47a8d8;
  border-right-color: #1ad280;
  border-bottom-color: #1ad280;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;*/
}
.ih-item.crcle.small .img {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  width: auto;
  height: auto;
}
.ih-item.crcle.small .img:before {
  display: none;
}
.ih-item.crcle.small.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.crcle.small .info {
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background: #333333;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.crcle.small .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
  margin: 0 10px;
  padding: 30px 0 0 0;
  height: 75px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.crcle.small .info p {
  color: #fff;
  padding: 5px 5px;
  font-style: italic;
  margin: 0 10px;
  font-size: 12px;
  line-height: 1.2;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.crcle.small a:hover .spinner {
  width: 150px;
  height: 150px;
  border: 6px solid #fda804;
  border-right-color: #f94c12;
  border-bottom-color: #f94c12;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.crcle.small a:hover .info {
  opacity: 0.8;
}
<!-- end ihover circle.effect1 -->

.demo-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden;
}
.demo-responsive iframe,
.demo-responsive object,
.demo-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}