body {
	font-family: 'Nunito',sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#767676;
}

body  section{
	padding: 50px 0;
}
#homepage {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}
img{
	max-width: 100%;
	height: auto;
}
a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#fc7700;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'proximanovasemiboldwebfont',sans-serif;
}
body,html{
	height: 100%;
}
.slider-btn {
	background-color:#e49439;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #e49439;
	box-shadow: inset 0 0 0 2px #e49439;
	text-transform: uppercase;
	width: 198px;
	text-align: center;
	height: 55px;
	line-height:60px;
	padding: 0;
	font-size: 25px;
	font-weight:400;
	border: 0;
	margin-bottom: 20px;
	 font-family:'proximanovasemiboldwebfont';
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a,.btn ,button{
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.slider-btn:hover {
	background-color:#fff;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
	color:#e49439
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
}
  
.ball:nth-child(1) {
	background: #ff005d;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
	background: #35ff99;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #008597;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #ffcc00;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #2d3443;  
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #ff7c35;  
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #4d407c;  
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}

.full-height{
	height: 100%;
}
@-webkit-keyframes right {
	0%   { -webkit-transform: translate(-15px);   }
	50%  { -webkit-transform: translate(15px);    }
	100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
	0%   { -webkit-transform: translate(15px);    }
	50%  { -webkit-transform: translate(-15px);   }
	100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
	0%   { -moz-transform: translate(-15px);   }
	50%  { -moz-transform: translate(15px);    }
	100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
	0%   { -moz-transform: translate(15px);    }
	50%  { -moz-transform: translate(-15px);   }
	100% { -moz-transform: translate(15px);    }
}

@keyframes right {
	0%   { transform: translate(-15px);  }
	50%  { transform: translate(15px);   }
	100% { transform: translate(-15px);  }
}

@keyframes left {
	0%   { transform: translate(15px);   }
	50%  { transform: translate(-15px);  }
	100% { transform: translate(15px);   }
}


.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}
.mouse-wrapper {
	position: relative;
	height: 70px;
	margin-top: 70px;
}
#content-container {
    padding: 0px!important; 
    box-sizing: border-box;
}
#content-container {
    position: absolute;
    top: 0;
    right: -10px!important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    line-height: 22px;
}
#content {
    background: transparent!important;
    border-radius: 4px 4px 0 0!important;
    box-shadow: 0 2px 10px rgba(0,0,0,.1)!important;
    background-clip: padding-box!important;
    border: 1px solid rgba(0,0,0,.02)!important;
    height: 100%;
	border: solid 1px red;
}
/*====================
======Header CSS=====
======================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  padding :30px 0;
  background:transparent;
  -webkit-transition: background 0.4s ease, padding 0.4s ease;
  transition: background 0.4s ease, padding 0.4s ease;
}

.header.animate {
   padding:10px 0; 
   background:rgba(0, 0, 0, 0.952941);
}
.navbar-brand {
	padding: 0 15px;
	height: auto;
	line-height: 1;
}
.navbar-brand h1{
	margin: 0;
}
#navigation .navbar {
  background:transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding-bottom: 0px;
  margin: 0;
  height: auto;
}

#navigation .navbar-toggle{
  margin-top: 8px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin:10px -15px 0 0;
}
#navigation .navbar-nav.navbar-right li .btn{
	min-width: 100px;
	background-color: transparent;
	border: solid 2px #fff;
	color: #fff;
	font-size: 18px;
	padding: 3px 12px;
	margin-left: 10px;
	font-family:'proximanovasemiboldwebfont';
}
#navigation .navbar-nav.navbar-right li .btn:hover{
	background-color: #fff;
	color: #e49439;
}
#navigation .navbar-nav.navbar-right li a{
	color: #fff;
	font-family:'proximanovasemiboldwebfont';
	font-size: 18px;
	line-height:24px;
	padding: 0;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #e49439;
}

/*======================
====Banner CSS=====
=======================*/
.banner-section {
	position: relative;
	padding:50px 0;
	background-image: url('/homepage_assets/images/banner.jpg');
}
.banner-inner {
	padding: 320px 0 190px;
	position: relative;
	color: #fff;
}
.banner-inner h2{
	margin: 0;
	font-size: 60px;
	color: #fff;
	line-height: normal;
	font-weight: bold;
}
.banner-inner h3{
	margin: 30px auto;
	max-width: 629px;
	font-size: 30px;
	color: #fff;
	line-height: normal;
	font-weight: normal;
}
.banner-inner p{
	font-size: 14px;
	color: #fff;
}
.banner-inner .para-bottom{
	margin-top: 40px;
}
.banner-inner .para-bottom a{
	color: #e49439;
	font-weight: bold;
}
.bounce-arrow .fa {
    width: 60px;
    display: block;
    text-align: center;
    color:#fff;
    font:normal 45px 'FontAwesome';
    line-height:60px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fa-angle-double-down:before {content: "\f103";}

.bounce-arrow {
    position: absolute;
    bottom: 30px;
    left: 50% ;
    width: 60px;
    height: 60px ;
    margin-left:-30px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
	z-index:10;
	 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
.bounce-arrow:hover {
	 animation: none;
 -webkit-animation: none;
 -moz-animation: none;
 -o-animation: none;
}
.chat-now{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 170px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	background-color: #e49439;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.chat-now a{
	color: #fff;
	text-decoration:none;
}
.livechat_button a:before{
	content: "\f075";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-right: 5px;
	
}
/*======================
====KEY FEATURES CSS=====
=======================*/
.center-fix {
	max-width: 1650px;
	margin: 0 auto;
	padding: 15px 0;
}
.row-one {
	width: 100%;
	display: table;
	vertical-align: middle;
	table-layout: fixed;
}
.feature-image {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	table-layout: fixed;
}
.feature-text-block {
	width: 40%;
	display: table-cell;
	vertical-align: top;
	table-layout: fixed;
}
.feature-product-slider {
	display: table-cell;
	vertical-align: top;
	table-layout: fixed;
	width: 20%;
}
.p-t-40{
	padding-top: 40px;
}
.p-b-40{
	padding-bottom: 40px;
}
.feature-text-block h3,
.feature-content h3{
	color: #434343;
	font-size: 30px;
	line-height: normal;
	margin: 0;
	max-width: 440px;
}
.feature-text-block p,
.feature-content p{
	color: #767676;
	font-size: 16px;
	line-height: 28px;
	margin: 25px 0 0;
	max-width: 440px;
}
.product-slider  {
	max-width: 220px;
	margin: 0 auto;
	padding: 20px;
	border: solid 1px #b5b5b5;
	-webkit-box-shadow: 5px 7px 16px -2px rgba(0,0,0,0.44);
	-moz-box-shadow: 5px 7px 16px -2px rgba(0,0,0,0.44);
	box-shadow: 5px 7px 16px -2px rgba(0,0,0,0.44);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product-slider h3{
	display: block;
	margin: 0;
	color: #2a76c2;
	font-size: 16px;
}
.product-slider  img{
	display: block;
	margin: 20px auto;
}
.product-slider strong{
	font-size: 16px;
}
.product-slider .owl-buttons{
	position: absolute;
	left: -40px;
	top: 45%;
	width: 260px;
	font-size: 24px;
	color: #535353;
}
.product-slider .owl-controls .owl-buttons .owl-next{
	float: right;
}
.product-slider .owl-controls .owl-buttons .owl-prev{
	float: left;
}
.btn-orange{
	min-width: 200px;
	color: #fff;
	height: 40px;
	margin: 25px 0 0;
  padding-top: 9px;
	background-color: #e49439;
	text-transform: uppercase;
	font-family:'proximanovasemiboldwebfont';
}
.btn-orange:hover{
	background-color: #000;
	color: #fff;
}


/*======================
====feature-content CSS=====
=======================*/
.feature-content {
	background-image: url('/homepage_assets/images/bg-right.png');
	background-repeat: no-repeat;
	background-position: center right;
}
.feature-content .center-fix{
	background-repeat: no-repeat;
	padding-top: 140px;
	min-height: 580px;
	position: relative;
	background-position: top center;
}
.santa {
    width: 1000px;
    position: absolute;
    top: 5%;
    left: -75%;
    transform-origin: bottom left;
}

 .santa {
    -webkit-animation: santa-move 1s 1s ease-out forwards;
    animation: santa-move 1s 1s ease-out forwards;
    -webkit-animation-duration: 26s;
    animation-duration: 26s;
}
.left-area {
	z-index: 6;
}
.feature-content .container{
	position: relative;
	z-index: 7;
}
.animateblock {
    position: absolute;
    top: 0;
    left: -75%;
    transform-origin: bottom left;
	-webkit-transition: all 3s linear;
	-moz-transition: all 3s linear;
	transition: all 3s linear;
   -webkit-animation-duration: 26s;
    animation-duration: 26s;
}

.animateblock.animated {
  opacity: 1;
}
.animateblock.left {
  left: -75%;
}
.animateblock.top {
  top: 0;
  right: 0;
}
.animateblock.left.animated {
  left: 0;
}
.animateblock.top.animated {
  top: 100%;
  margin-top: -200px;
}
.notification {
	width: 250px;
	background-color: #eeeeee;
	padding: 20px;
	left: 100%;
	margin-left: -250px;
	border-radius: 5px;
}
.notification:before{
	content:'';
	position: absolute;
	left: 50%;
	top: -26px;
	margin-left: -13px;
	width: 31px;
	height: 26px;
	background-image: url('/homepage_assets/images/before-arrow.png');
	background-repeat: no-repeat;
}
.notification strong{
	color: #e49439;
	text-transform: uppercase;
}
.notification strong:before{
	content: '';
	width: 21px;
	height: 21px;
	display: block;
	margin: 0 auto 5px;
	background-image: url('/homepage_assets/images/victor-smart-icon-1.png');
	background-repeat: no-repeat;
}
.feature-content .notification p{
	line-height: 18px;
	font-size: 12px;
	color: #434343;
	margin: 10px 0 0;
	padding: 0 15px;
}
/*======================
====Section four CSS=====
=======================*/
.center-content {
	max-width: 1028px;
	margin: 0 auto;
	position: relative;
}
#section-four {
	background-image: none;	
	padding: 0;
}
.left-col{
	padding-top: 150px;
}
.pics {
    margin:auto;
    margin:0px auto;
	list-style-type: none;
	padding: 0;
	position: relative;
	display: block;
	height: 570px;
	margin-right: 35px;
}
.pics a {
    background:#ebebeb;
    display:inline;
    float:left;
    width:270px;
    padding:10px 10px 30px 10px;
    text-decoration:none;
    color:#333;
    -webkit-transition:all .30s;
    -moz-transition:all .30s;
    -o-transition:all .30s;
    transition:all .30s;
    position:absolute;
}
.pics img {
    display:block;
    padding-bottom:20px;
	margin: 0 auto;
}
.pics a:hover {
    z-index:100;
}
.pics a:after {
    content:attr(title);
	position: absolute;
	top: 50%;
	width: 390px;
	font-size: 16px;
	color: #434343;
	display: block;
	padding: 20px 20px 15px 71px;
	background-color: #eeeeee;
	border-radius: 5px;
	background-image: url('/homepage_assets/images/bubble-i.png');
	background-repeat: no-repeat;
	background-position: 20px center;
}
.pics li:nth-child(1n) a:after{right: -100%;}
.pics li:nth-child(2n) a:after{left: -120%;}
/* Pictures placement, scaling and rotation */

.pics li:nth-child(1n) a {
    -webkit-transform:rotate(-5deg) scale(0.7,0.7);
    -moz-transform:rotate(-5deg) scale(0.7,0.7);
    transform:rotate(-5deg) scale(0.7,0.7);
    top:0;
    right: 90px;
	z-index: 2;
}
.pics li:nth-child(2n) a {
    -webkit-transform:rotate(5deg) scale(0.7,0.7);
    -moz-transform:rotate(5deg) scale(0.7,0.7);
    transform:rotate(5deg) scale(0.7,0.7);
    top:180px;
    right:50px;
	z-index: 1;
}
.pics li:nth-child(2n) a:hover {z-index: 3;}

/* Pictures rotation and scaling on hover */

.pics li:nth-child(n) a:hover {
    -webkit-transform:rotate(0deg) scale(0.9);
    -moz-transform:rotate(0deg) scale(0.9);
    transform:rotate(0deg) scale(0.9);
}
/*======================
====More Features CSS=====
=======================*/
.more-features-content h2{
	text-align: center;
	font-size: 30px;
	color: #434343;	
	margin: 0 0 70px;
}
.more-features-content h3{
	font-size: 20px;
	color: #434343;	
	text-transform: uppercase;
}
.more-features-content h3 sub{
	font-size: 11px;
}
.more-features-content h2:after{
	content: '';
	width: 220px;
	display: block;
	margin: 0 auto;
	height: 3px;
	border-bottom: solid 3px #434343;
}
.more-items {
	height: 230px;
}
.more-items p{
	font-size: 16px;
	line-height: 28px;
	color: #434343;
	max-width: 245px;
}
/*======================
==== blue-wide-section CSS=====
=======================*/
.blue-wide-section {
	width: 100%;
	padding: 30px 0;
	background-color: #2a76c2;
}
.inline{
	display: inline-blcok;
	vertical-align: middle;
}
.blue-wide-section h3{
	font-size: 30px;
	color: #fff;
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	vertical-align: middle;
}
/*======================
====Funraising CSS=====
=======================*/
.inner-width{
	max-width: 250px;
}
.inner-width h3{
	color: #e49439;
	font-size: 20px;
	margin: 30px 0 25px;
}
.inner-width p{
	color: #434343;
	font-size: 16px;
	line-height: auto;
}
/*======================
====Testimonial section CSS=====
=======================*/
.testimonial-section {
	background-color: #f2f2f2;
}
.testimonial-item {
	position: relative;
	padding-left: 110px;
	padding-right: 50px;
}
.testimonial-item .img-circle{
	position: absolute;
	left: 0;
	top :10px;
	width: 88px;
	height: 88px;
	-webkit-border-radius: 44px;
-moz-border-radius: 44px;
border-radius: 44px;
}
.testimonial-item p{
	font-size: 16px;
	color: #434343;
	font-style: italic;
	height: 132px;
	display: table-cell;
	vertical-align: middle;
}

.testimonial-item strong{
	font-size: 19px;
	color: #2a76c2;
	display: block;
	margin: 20px 0 0;
}
.testimonial-item span{
	font-size: 11px;
	color: #9c9b9b;
	display: block;
}
.row-slide{
	padding: 0 40px;
	position: relative;
	margin: 50px 0 0;
}
.row-slide .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	left: -60px;
	top: 60px;
	width: 25px;
	height: 25px;
	background-image: url('/homepage_assets/images/left-arrow.png');
}
.row-slide .owl-controls .owl-buttons .owl-next{
	position: absolute;
	right: -60px;
	top: 60px;
	width: 25px;
	height: 25px;
	background-image: url('/homepage_assets/images/right-arrow.png');
}
.testimonial-section h2{
	color: #434343;
	font-size: 30px;
	font-weight: 600;
}
.testimonial-section h2 span{
	position: relative;
	padding: 30px 0 0 60px;
}
.testimonial-section h2 span:before{
	content:'';
	width: 90px;
	height: 67px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	background-image: url('/homepage_assets/images/quote.png');
}
/*======================
====Four Step CSS=====
=======================*/
.four-setp-section{
/* 	width: 100%;
	margin-bottom: 1px;
    background-position: bottom left;
	background-image:url('../../assets/images/border-repeat.jpg');
	background-repeat: repeat-x; */
}
.four-setp-section h2{
	text-align: center;
	font-size: 30px;
	color: #e49439;
}
.wire-row {
	margin-top: 70px;
	background-image: url('/homepage_assets/images/wire.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.step-item span{
	width: 76px;
	height: 76px;
	display: block;
	background-color: #e49439;
	text-align: center;
	line-height: 76px;
	color: #fff;
	font-size: 45px;
	border-radius: 50%;
	margin-bottom: 30px;
}
.step-item h3{
	color: #e49439;
	font-size: 16px;
	line-height: 20px;
}
.step-item p{
	font-size: 13px;
	color: #434343;
}
.step-one {
	margin: -8px 0 0 90px;
}
.step-two {
	margin: -33px 0 0 55px;
}
.step-three {
	margin: -9px 0 0 35px;
}
.step-four {
	margin: -30px 0 0 30px;
}
/*======================
====Form section CSS=====
=======================*/
#form-section	{ 
	width: 100%; 
	height: 438px; 
	background-image: url('/homepage_assets/images/animated-bg.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 40s linear infinite;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
#form-section .container{
	height: 100%;
}
.form-content {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.form-content  .inner-div{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.form-content h2{
	color: #fff;
	font-size: 30px;
}
.form-box .col-md-3{
	padding-right: 0;
}
.form-box .form-control{
	background-color: #fff;
	height: 40px;
	font-size: 20px;
	color: #434343;
}
.form-box form{
	margin-top: 50px;
}
.form-box .btn-orange{
	margin: 0;
	min-width: 155px;
}
.form-content h3{
	color: #fff;
	font-size: 20px;
	margin: 30px 0 0;
}

.has-error .form-control {
  background-color: #f4cecd;
}

.form-control[disabled], fieldset[disabled] .form-control {
  background-color: #ddd;
}

/*======================
====Search CSS=====
=======================*/
section h2{
	font-size: 30px;
}
.school-search-content h2{
	color: #2a76c2;
	font-size: 30px;
	text-align: center;
	margin: 50px 0 25px;
}
.upper-column p {
	text-align: center;
	font-size: 15px;
	color: #434343;
}
.search-box {
  max-width: 650px;
  height: 55px;
  margin: 20px auto;
  position: relative;
  text-align: left;
}
/*.search-box .search-hint {*/
  /*position: absolute;*/
  /*width: 213px;*/
  /*height: 119px;*/
  /*background-image: url(homepage/handdrawn.png);*/
  /*left: -75px;*/
  /*top: -140px;*/
/*}*/
 .search-box input {
  display: block;
  font-size: 20px;
  color: #434343;
  height: 40px;
  padding: 0 30px;
  line-height: 44px;
  width: 92%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius:5px;
  border-radius: 5px;
  border: none;
  margin: 2px 0;
  background-color: #f2f2f2;
}
.search-box .submit {
	background: #2A76C2;
	color: white;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0px;
  right: 0;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}
.search-box span {
  font-size: 24px;
  padding-top: 5px;
  animation: caret 0.9s infinite;
  -webkit-animation: caret 0.9s infinite;
}
 .search-box .fa.fa-times {
  position: absolute;
  right: 70px;
  top: 10px;
  font-size: 1.6em;
  cursor: pointer;
  color: silver;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  display: none;
}
.search-box .fa.fa-times:hover {
  color: #2a76c2;
}
 .search-box .tooltip {
  top: -48px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  left: -5px;
}
.teaser-call {
  padding-top: 2em;
}

.teaser-button {
  font-size: 1.5em;
  padding: 0.5em 2em;
}

.results .item{
	padding: 15px 0;
}

.results .item:nth-child(even){
	background-color: #fff;
}

.results .item:nth-child(odd){
	background-color: #f2f2f2;
}
.results .wrap {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 15px;
}
.results .item .image, .results .item .name, .results .item .buttons {
  margin-right: 0;
}
.results .item .name {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 60px;
  white-space: nowrap;
}
.results .item .name strong{
	font-size: 20px;
	color: #434343;
	display: block;
}
.results .item .name span{
	font-size: 16px;
}
.results .item .image {
  width: 70px;
  height: 70px;
  background: white;
}
.wrap .status-div{
	font-size: 16px;
	padding-top: 25px;
}
.status-activating {
	color: #3faf6c;
}
.status-inactivating {
	color: #ff0000;
}
.status-activating .fa-check:before{
	content: "\f046";
}
.status-inactivating .fa-check:before{
	content: "\f00d";
}
.button-visit {
	min-width: 180px;
	height: 40px;
	margin: 0 0 0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background-color: #2a76c2;
}
.right{
	float: right;
}
.button-visit a{
	color: #fff;
}
.button-visit:hover{
	background-color: #e49439;
}
.wrap .btn-orange{
	min-width: 1px;
	margin: 10px 0 0;
}
.wrap .btn-orange a{
	color: #fff;
}
.bottom-row {
	padding: 25px 0;
}
.bottom-row h4{
	color: #e49439;
	font-size: 16px;
}
.bottom-row p{
	color: #434343;
	font-size: 15px;
}
.bottom-row p a{
	color: #2a76c2;
	text-decoration: underline;
}
.search-box em {
    font-size: 20px;
    margin: 20px 10px;
    overflow: hidden;
    display: block;
    float: left;
	font-style: normal;
    border-right: solid #434343 1px;
    padding-right: 1px;
    padding-top: 2px;
	font-weight: bold;
	 font-family:'proximanovasemiboldwebfont';
    animation: caret 0.9s infinite;
    -webkit-animation: caret 0.9s infinite;
}
/*======================
====Footer CSS=====
=======================*/
.social-icons {
	display: block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-align: center;
}
.social-icons li{
	display: inline-block;
	margin: 0 0 0 10px;
}
.social-icons li a .fa{
	display: blcok;
	padding: 0;
	line-height: 36px;
}


/* Wrapper */
.icon-button {
	background-color: #b0b0b0;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #fff;
}
.facebook span {
	background-color: #fff;
}
.instagram span {
	background-color: #fff;
}

/* Icons */
.icon-button i {
	background: none;
	color: #434343;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}

.client-logos{
	display: block;
	text-align: center;
	padding: 0;
	list-style-type: none;
}
.client-logos li{
	display: inline-block;
	text-align: center;
	margin: 5px;
}
.client-logos li a{
	display: block;
	text-align: center;
	opacity: 0.6;
}
.client-logos li a:hover{
	opacity: 1;
}
.footer-base ul{
	list-style-type: none;
	padding: 0;
	float: right;
	display: block;
}
.footer-base ul li{
	display: inline-block;
	margin-left: 20px;
}
.footer-base ul li a,.footer-base p{
	font-size: 14px;
	color: #b0b0b0;
}
.footer-base ul li a:hover{
	color: #fff;
}
/*======================
====Responsive CSS=====
=======================*/
@media (max-width:1199px){
	.feature-text-block {
		width: 30%;
	}
	.feature-product-slider {
		width: 30%;
	}
	.animateblock {
		width: 60%;
		top: 10%;
	}
	.notification {
		width: 250px;
		top: 100%;
	}
	.pics {
		margin: 0 auto;
	}
	.pics a:after {
		content:attr(title);
		position: relative;
		top: 0;
		float: left;
		width: 100%;
		font-size: 13px;
		color: #434343;
		padding: 40px 0 0 0;
		background-color: #eeeeee;
		border-radius: 0px;
		background-position: top center;
		text-align: center;
		line-height: 18px;
	}
	.pics li:nth-child(1n) a:after{right: 0;}
	.pics li:nth-child(2n) a:after{left: 0;}
	.step-one {
		margin: -8px 0 0 70px;
	}
	.step-two {
		margin: -33px 0 0 40px;
	}
}
@media(max-width:992px){
	.banner-inner {
		padding: 90px 0 40px;
	}	
	.banner-inner h2{
		font-size: 40px;
	}
	.full-height{
		height: auto;
	}
	.animateblock {
		width: 50%;
		top: 14%;
	}	
	.notification {
		display: none;
	}
	.animateblock.top.animated {top: 100%;margin-top: -300px;}
	#section-three,.feature-content .center-fix{padding: 0;}
	.more-items p{max-width: 100%;}
	.step-one {
		margin: -8px 0 0 40px;
	}
	.step-two {
		margin: -33px 0 0 24px;
	}
	.feature-content .center-fix{
		min-height: 1px;
	}
	.left-col{
		padding-top: 20px;
	}
}
@media (max-width:970px){
  .hidden-tablet {
    display: none;
  }
  body .findpage section, .findpage .row-one {
    padding: 0;
  }
	.row-two .feature-image {
		width: 100%;
		display: block;
		float:left;
		margin: 20px 0;
	}
	.product-slider{
		margin-top: 25px;
	}
	.feature-text-block {
		width: 50%;
		display: block;
		float:left;
	}
	.feature-product-slider {
		width: 50%;
		display: block;
		float: left;
	}
	.notification {
		width: 250px;
		top: 100%;
	}
	.testimonial-item p{height: auto;display: block;}
	.row-two .hidden-phone{
		display: none;
	}
}
@media (max-width:767px){
  body .findpage section {
		padding: 0;
		padding-top: 40px
  }
	.header{
		background-color: #e49439;
		background: rgba(228,148,57, 0.7);
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
		border: 0;
		box-shadow: none;
	}
	.container>.navbar-header {
		text-align: center;
	}
	.navbar-nav{
		text-align: center;
	}
	.navbar-nav>li {
		float: none;
		display: inline-block;
	}
	.navbar-nav>li.first-child{
		display: block;
	}
	.header{
		padding: 15px 0;
	}
	.header.animate {
		padding: 10px 0;
	}
	#navigation .navbar-nav.navbar-right{
		margin: 0;
	}
	.social-icons {
		float: none;
		margin: 15px auto 0;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-base p{
		display: block;
		text-align: center;
	}
	.footer-base ul{
		float: none;
		display: block;
		text-align: center;
	}
	.footer-base ul li{
		margin: 0 10px;
	}
	.feature-text-block {
		width: 100%;
		display: block;
		float:left;
	}
	.feature-product-slider {
		width: 100%;
		display: block;
		float: left;
	}
	.feature-text-block h3{max-width: 100%;}
	.feature-text-block p{max-width: 100%;}
	.animateblock {
		width: 100%;
		top: 0;
		position: relative;
		margin-top: 50px;
	}
	.notification {
		width: 250px;
		top: 0;
		left: 0;
		margin: 0 auto;
		position: relative;
		margin: 0;
	}
	.notification.top.animated{margin: 25px auto;}
	.feature-content .center-fix{
		min-height: 1px;
	}
	.pics{height: auto;float:left;}
	.pics li{
		width: 50%;
		float: left;
		text-align: center;
	}

	.pics a { position: relative;right: 0!important;top: 0!important;width: 100%;text-align: center;}
	.more-items {
		height: auto;
		padding-bottom: 30px;
		text-align: center;
	}
	.more-items p{max-width: 250px;margin: 20px auto 0;}
	body section{
		padding: 0 0;
	}

  body.findpage section {
    padding: 0;
  }

	.inner-width{
		max-width: 100%;
		text-align: center;
	}
	.inner-width{max-width: 300px;margin: 0 auto 20px;}
	.row-slide .owl-controls .owl-buttons .owl-next{right:-40px;}
	.row-slide .owl-controls .owl-buttons .owl-prev{left:-40px;}
	.testimonial-section h2 span{padding-left: 0;}
	.testimonial-section h2{margin-top: 50px;}
	.wire-row{background-image: none;}
	.step-one ,.step-two,.step-three,.step-four{
		margin: 0;
		text-align: center;
	}
	.step-item span{margin: 12px auto;}
	.form-box .col-md-3{
		padding-right: 15px;
	}
	.form-box form{
		margin: 0;
	}
	.form-content h3,.form-content h2{
		margin-top: 0;
	}
	.results .item .image{
		display: block;
		margin: 0 auto;
	}
	.results .wrap {
		text-align: center;
	}
	.right{
		float:none;
		display: block;
		margin: 5px auto;
	}
}
@media (max-width:479px){
	.testimonial-item .img-circle{
		position: relative;
		display: block;
		margin: 0 auto 20px;
	}
	.testimonial-item{padding: 0;}
	.bounce-arrow,.chat-now,.hidden-phone,.notification,.client-logos,.row-two .hidden-phone{
		display: none;
	}
}

.animated {
  -webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinges {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

.animated.slow {
	-webkit-animation-duration: 3s;
	   -moz-animation-duration: 3s;
	     -o-animation-duration: 3s;
	        animation-duration: 3s;
}

.animated.snail {
	-webkit-animation-duration: 4s;
	   -moz-animation-duration: 4s;
	     -o-animation-duration: 4s;
	        animation-duration: 4s;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

.login .modal-dialog{
    width: 350px;
}
.login .modal-footer{
    border-top: 0;
    margin-top: 0px;
    padding: 10px 20px 20px;
}
.login .modal-header {
    border: 0 none;
    padding: 15px 15px 15px;
/*     padding: 11px 15px; */
}
.login .modal-body{
/*     background-color: #eeeeee; */
}
.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
}
.login .division .line.l {
    left: 0;
}
.login .division .line.r {
    right: 0;
}
.login .division span {
    color: #424242;
    font-size: 17px;
}
.login .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
}

.login .social .circle{
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    padding: 15px;
}
.login .social .circle .fa{
    font-size: 16px;
}
.login .social .facebook{
    background-color: #455CA8;
    color: #FFFFFF;
}
.login .social .google{
    background-color: #F74933;
}
.login .social .github{
    background-color: #4099ff;
}
.login .facebook:hover{
    background-color: #6E83CD;
}
.login .google:hover{
    background-color: #FF7566;
}
.login .github:hover{
    background-color: #4D4D4d;;
}
.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.login .btn-login, .registerBox .btn-register{
    background-color: #00BBFF;
    border-color: #00BBFF;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%;
}
.login .btn-login:hover, .registerBox .btn-register:hover{
    background-color: #00A4E4;
    color: #FFFFFF;
}
.login .form-control{
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #FFFFFF;
}
.login .form-control:hover{
    background-color: rgba(0,0,0,.16);
}
.login .form-control:focus{
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
    background-color: rgba(0,0,0,0.23);
    color: #FFFFFF;
}
.login .box .form input[type="text"], .login .box .form input[type="password"] {
    border-radius: 3px;
    border: none;
    color: #333333;
    font-size: 16px;
    height: 46px;
    margin-bottom: 5px;
    padding: 13px 12px;
    width: 100%;
}


@media (max-width:400px){
    .login .modal-dialog{
        width: 100%;
    }
}

.big-login, .big-register{
    background-color: #00bbff;
    color: #FFFFFF;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.big-login:hover{
    background-color: #00A4E4;
    color: #FFFFFF;
}
.big-register{
    background-color: rgba(0,0,0,.0);
    color: #00bbff;
    border-color: #00bbff;
}
.big-register:hover{
    border-color: #00A4E4;
    color:  #00A4E4;
}
button a {
	color: #fff;
}

#find-results .row {
  cursor: pointer;
	align-items: center;
}

.find-creator nav.navbar{
	display: none;
}

.find-creator .footer {
	display: none;
}

#find-results .row:hover .button-visit {
  background-color: #e49439;
}

a.ue-page {
  color: #2a76c2;
}

a.ue-page:hover {
  color: #fc7700;
}
