input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

html, body{
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
}
.st-container {
	position: relative;
	overflow-x: hidden;
}
/*main-section start*/
#st-trigger-effects {
  position: fixed;
  z-index: 100;
  right: 9px;
}
#st-trigger-effects > button {
	color: #eee;
	margin-top: 102px;
	border: none;
	background: url(../images/menu.png) no-repeat transparent;
	font-size: 26px;
	height: 36px;
	width: 32px;
}
#st-trigger-effects > button:focus{
	outline: none;
}
.close-side-menu{
	position: relative;
	float: right;
	margin-top: 95px;
	margin-right: 8px;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 28px;
	z-index: 200;
}
.close-side-menu:hover{
	cursor: pointer;
}
.close-side-menu:focus{
	outline: none;
}
.main-section{
	background-image: url('../images/main-bg.jpg');
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	/*background-attachment: fixed;*/
}
.logo-conteiner{
	margin-top: 7%;
}
.logo-conteiner img{
	vertical-align: top;
}
.logo-conteiner h3{
	display: inline-block;
	color: #ffffff;
	font-size: 40px;
	margin-left: 30px;
	/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);*/
	font-weight: lighter;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	margin-top: 0
	padding-top: 10px;;
}
.title{
	margin-top: 8%;
	margin-bottom: 12%;
}
.title h2{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 10px;
	width: 75%;
	font-size: 42px;
	line-height: 52px;
	min-width: 280px;
}
.title h4{
	text-transform: lowercase;
	letter-spacing: 0.1em;
	word-spacing: 10px;
	margin-top: 40px;
	font-size: 36px;
}
.social-links{
	list-style-type: none;
	padding: 0;
	display: table;
	margin: 30px auto !important;
}
.social-links li{
	display: inline-block;
}
.social-links li a{
	color: #ffffff;
	border-bottom: none !important;
	font-size: 26px !important;
}
/*main-section end*/

/*how-it-work section start*/
.how-it-work{
	padding: 60px 0;
}
.container-title{
	display: table;
	background-color: #fff;
	margin-top: -36px;
	padding: 10px 30px;
}
.container-title h3, .container-title-transperent h3{
	margin: 0;
	padding: 0;
	color: #155173;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	word-spacing: 10px;
	font-size: 32px;
}
.title-md{
	color: #155173;
	letter-spacing: .1em;
	word-spacing: 6px;
	font-size: 32px;
	margin: 20px 0 30px;
}
.title-small {
	color: #155173;
	letter-spacing: .1em;
	word-spacing: 0px;
	/*font-size: 21px;*/
	margin: 20px 0 20px;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 60px;
	font-size: 16px;
}
.how-it-works-inner{
	margin: 20px 0;
}
.how-it-work-item{
	display: block;
}
.how-it-work-item div{
	display: block;
	margin-top: 20px;
	letter-spacing: 0.1em;
	word-spacing: 2px;
	font-size: 16px;
}
.arrow-right:after{
	content: '';
	position: absolute;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 44px;
	height: 90px;
	top: 40px;
	right: -20px;
}
.how-it-work img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

	-webkit-user-drag: none; /* Prevents dragging of images/divs etc */
	user-drag: none;
}
.bordered-container{
	border: 2px solid #155173;
	padding: 10px 10px 23px 10px;
	background-color: transparent;
}
.btn-custom{
	width: 210px;
	height: 60px;
	margin-top: 25px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 22px;
	border: 1px solid #061823;
	background-color: transparent;
	letter-spacing: .1em;
	text-align: center;
	text-decoration: none!important;
	line-height:56px;
}
.btn-custom:hover{
	background-color: rgba(21, 81, 115, 0.70);
	color: #ffffff;
}
.custom-tab{
	margin-bottom: 40px;
}
.custom-tab .nav-tabs>li {
	width: 50%;
}
.custom-tab .nav-tabs>li>a{
	border-radius: 0;
	margin: 0;
	margin-right: 0;
	border-bottom-color: #155173;
	font-size: 18px;
}
.custom-tab .nav-tabs>li.active>a, .custom-tab .nav-tabs>li.active>a:focus, .custom-tab .nav-tabs>li.active>a:hover{
	border: 1px solid #155173;
	border-bottom-color: transparent;
}
.custom-tab .tab-content{
	padding: 20px;
	border: 1px solid #155173;
	border-top: 0;
}
.how-it-work .tab-pane{
	min-height: 170px;
	margin-bottom: 30px;
}
.tab-text p {
	padding: 8px 10px 30px 10px;
}
.right-border{
	border-right: 1px solid #155173;
}
.how-it-work .nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}
.how-it-work .nav-tabs>li>a{
	border: 1px solid transparent;
	border-bottom: 1px solid #155173;
}
.how-it-work .nav-tabs{
	border: none;
}
.height90{
	min-height: 90px;
}
.height180{
	min-height: 180px;
}
/*how-it-work section end*/

/*who-container start*/
.who-container{
	background-image: url('../images/who-bg.png');
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding: 60px 0;
	overflow-x: hidden;
}
.container-title-transperent{
	padding: 30px 0;
	margin-top: -58px;
	margin-left: -11px;
	margin-right: -11px;
	margin-bottom: 20px;
}
.border-like{
	position: relative;
	background-image: url("../images/border.png");
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	display: block;
	top: 18px;
}
.border-top-none{
	border-top: none;
}
.subtitle {
  letter-spacing: 0.05em;
  word-spacing: 0px;
  line-height: 26px;
  font-size: 19px;
  font-weight: normal;
}
.bordered{
	border: 1px solid #155173;
	border-top: none;
	padding: 10px 0;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	height: 415px;
}
.bordered h5{
	margin-top: -34px;
	text-align: center;
}
.team-member-description h4{
	color: #155173;
	font-size: 22px;
	font-weight: bold;
}
.team-member-description h5{
	color: #155173;
	font-size: 18px;
	font-weight: bold;
}
.team-member-description div.short-description{
	color: #000;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
	max-height: 360px;
	overflow: hidden;
}
.team-member-description .border-like{
	height: 1px;
}
.border-wrapper{
	padding: 0;
}
.border-wrapper .border-like {
	top: -25px;
}
.margin20{
	padding: 0 30px 10px;
}
/*who-container end*/

/*services-container start*/
.services-container{
	padding: 100px 0;
}
.services-list{
	padding: 0;
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.services-list li{
	padding: 10px 20px;
	font-size: 18px;
	color: #000000;
	letter-spacing: .05em;
}
.services-list li:before{
	content: '';
	display: inline-block;
	position: relative;
	margin-right: 10px;
	background-image: url("../images/list-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 16px;
}
/*services-container end*/

/*prices-container start*/
.prices-container{
	background-image: url('../images/prices-bg.jpg');
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding: 60px 0;
}
.prices-list{
	list-style-type: none;
	padding-left: 0;
	padding-top: 20px;
}
.prices-list li{
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 50px;
	letter-spacing: .05em;
	position: relative;
}
.prices-list li:before{
	content: '';
	display: inline-block;
	position: absolute;
	margin-left: -30px;
	background-image: url("../images/price-list-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 25px;
	margin-top: 5px;
}
.prices-list li h5{
	font-size: 18px;
	font-weight: normal;
	/*display: inline-block;*/
}
.prices-list li h4{
	font-size: 19px;
	text-transform: uppercase;
	/*display: inline-block;*/
}
.prices-list li span{
	font-size: 22px;
	margin-top: -42px;
	right: 0;
	position: absolute;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	/*display: inline-block;*/
}
.prices-list li span:before{
	content: '$';
	font-size: 18px;
	font-weight: normal;
}
/*prices-container end*/

/*happy-container start*/
.happy-container{
	padding: 60px 0;
}
.happy-container .container-title-transperent h3{
	font-size: 28px;
}
.happy-description{
	font-size: 22px;
	margin-left: 70px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 100;
	line-height: 30px;
	margin-right: 100px;
}
.happy-description-results {
	margin-right: 20px;
}
#grpResult_site_wide {
	padding-right: 20px;
}
.btn-custom-lg{
	margin-top: 125px;
	text-transform: uppercase;
	border: 1px solid #061823;
	background-color: transparent;
	letter-spacing: .1em;
	padding: 0;
	width: 50%;
	max-width: 476px;
	min-width: 290px;
}
.btn-custom-lg span{
	border: 4px solid #ffffff;
	background-color: #194f73;
	font-weight: bold;
	font-size: 50px;
	color: #ffffff;
	width: 100%;
	display: block;
}
.empty120{
	width: 100%;
	height: 90px;
}
.happy-bg{
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: -1;
	width: 300px;
}
.happy-bg-wrap {
  background: url('../images/happy-bg.png') right 0 #fff no-repeat;
}
.happy-bg-wrapper{
	background-repeat: no-repeat;
	/*background-size: 100%;*/
	background-position: top right;
	padding: 30px 0 40px;
	/*background-attachment: fixed;*/
}
/*happy-container end*/
/*pop up start*/
.popup-enter-data {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 99999;
	display: none;

}

.popup-inner-container {
	background-color: #1F1918;;
	background-image: url(../images/bg-popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 20px;
	width: 768px;
	height: 530px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #000;
	border: 5px solid rgba(255, 255, 255, 1);

}

.popup-title {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
	text-transform: uppercase;
}

.wrap-form {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 15px;
}

.wrap-form:before,
.wrap-form:after{
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 60px;
	background-color: #fff;
}

.wrap-form:before {
	left: 0;
}

.wrap-form:after {
	right: 0;
}

.wrap-form .errors {
	padding: 5px;
	position: absolute;
	background: #DAC7C7;
	text-align: left;
	border: 2px solid #ff0000;
	top: -30px;
	left: 61px;
	right: 61px;
	margin: auto;
	text-align: center;
	z-index: 1;
}

.wrap-form .errors:before {
	content: "";
	width: 0;
	height: 0;
	border: 0 solid transparent;
}

/*.wrap-form .errors > strong {
	display: none;
}

.wrap-form .sub_error {
	margin-top: -22px;
}

.wrap-form .sub_error:last-child {
	padding-top: 21px;
}*/

.popup-subtitle {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	font-family: 'MELBOURNE', serif;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	top: -23px;
}

.wrap-form label {
	display: inline-block;
	width: 50%;
	margin-bottom: 5px;
	font-weight: normal;
	float: left;
	margin-bottom: 34px;
}

.sl-name,
.sl-email {
	background-color: rgba(255, 255, 255, .2);
	border: 1px solid #fff;
	padding: 10px 7px;
	border-radius: 5px;
	width: 220px;
	font-size: 18px;
	color: #fff;
}
.rec-updates {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}

.send-data {
	padding: 10px 40px;
	background-color: #59839b;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px
}

.desc-popup {
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-family: 'MELBOURNE', serif;
}

.btn-close {
	position: absolute;
	top: -30px;
	right: -30px;
	background-image: url(../images/btn-close.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.btn-close:hover {
	background-position: 0 -33px;
	cursor: pointer;
}

.success-message {
	position: absolute;
	color: rgb(235, 245, 235);
	font-size: 20px;
	height: 20px;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	padding: 0 33px 20px 0px;
}

.block-links {
	background-color: rgba(255, 255, 255, .2);
	padding: 10px 20px;
	margin-top: 15px;
}

.title-link {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}

.block-links a {
	font-size: 15px;
	text-decoration: underline;
	font-weight: 300;
	color: #fff;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
}

.block-links a:before {
	content:'';
	background-image: url(../images/sl-arrow-right.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 8px;
}

/*footer start*/
footer{
	background-image: url('../images/main-bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	padding: 30px 0 40px;
	background-attachment: fixed;
}
.contact-list{
	list-style-type: none;
	padding-left: 0;
	margin-top: 35px;
}
.footer-btn {
	margin-top: 19px;
} 
.contact-list li{
	font-size: 14px;
	font-weight: lighter;
	color: #ffffff;
	margin-bottom: 5px;
}
.link-custom {
	background-color: transparent;
	border: 1px solid #B6B3B3;
	color: #B6B3B3;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none!important;
}
.link-custom:hover{
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
}
/*footer end*/


/*sidebar animation start*/
.bg{
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, 0.31);
	width: 100%;
	height: 100%;
	z-index: 98;
	display: none;
}
.st-menu {
	position: fixed;
	top: 0;
	right: -320px;
	/*z-index: 103;*/
	z-index: 10000;
	visibility: visible;
	width: 320px;
	min-height: 320px;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.st-menu ul {
	padding: 0;
	list-style: none;
	display: table;
	margin: 0 auto;
	width: 100%;
}

.st-menu ul li a {
	display: block;
	padding: 20px;
	padding-left: 40px;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #ffffff;
	font-size: 13px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	border-bottom: 1px solid #ffffff;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,1);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
	text-decoration: none;
}
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
/*sidebar animation end*/

/*media start*/
@media (max-width: 1024px) {
	#st-trigger-effects > button {margin-top: 55px;}
	.st-menu ul {margin: 100px auto 35px;}
	.close-side-menu {margin-top: 55px;}
	st-menu ul li a {padding-left: 35px;}


}

@media (max-width:1024px) and (min-width:760px){
	.dialog.dialog--open .dialog__content{
		width: 90%;
		max-width: inherit;
	}

	.modal-body .form-group:first-child{
		width: 49%;
		float: left;
	}

	.modal-body .form-group:nth-child(2){
		width: 49%;
		float: left;
		margin-left: 2%;
	}

	.modal-body .form-group:first-child{
		width: 49%;
		float: left;
	}

	.modal-body .form-group > .row > .col-lg-3.col-xs-12{
		width: 20%;
	}

	.modal-body .form-group > .row > .col-lg-9.col-xs-12{
		width: 80%;
	}
	#modal_content:after{
	  content: "\f063";

	  display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  transform: translate(0, 0);
	  margin-top: 15px;
	  font-size: 2em;
	  color: #155173;
	}
}

@media (max-width:900px) and (min-width:790px){
  .modal-footer {
	padding: 0px 15px 0px 15px!important;
	border-top: none!important;
  }
  .small-wrap {
	margin-top: -55px;
	margin-bottom: 0 !important;
  }

  textarea.form-control {height: 90px;}
  .btn-custom {margin-top: -20px;}
}

@media (max-width:1024px) and (min-width:650px)
{#modal_content{height: 280px;}
.form-section .form-container > .row > .col-xs-12 {max-height: 260px !important; overflow: scroll}

}


@media (max-width: 992px) {
	.close-side-menu{
		margin-top: 30px;
	}
	.st-menu ul{
		margin-top: 75px;
	}
	#st-trigger-effects {
		position: fixed;
		z-index: 100;
		right: 40px;
	}
	.scrolled_menu {
		right: 50px!important;
	}
}
@media (max-width: 769px) {
	.wrap-form .errors {
		left: 1px;
		right: 1px;

	}
	.right-border{
		border-right: none;
		border-bottom: 1px solid #155173 ;
	}
	.container-title-transperent{
		margin-left: 0;
		margin-right: 0;
	}
	.bordered{
		height: auto;
		margin-bottom: 20px;
	}
	.container-title h3, .container-title-transperent h3{
		font-size: 24px;
	}
	.title-md{
		font-size: 22px;
	}
	.title h2{
		font-size: 20px;
		width: 100%;
		line-height: 30px;
	}
	.title h4{
		font-size: 18px;
		width: 100%;
		line-height: 26px;
	}
	#st-trigger-effects > button{
		margin-top: 20px;
	}
	.container-title-transperent .col-xs-1, .container-title-transperent .col-xs-2 {padding: 0}
	.team-member-description{
		margin-left: 15px;
		margin-right: 15px;
	}
	.logo-img{
		width: 15%;
	}
	.container-title-transperent .border-like {
		width: 92%;
	}
	.container > .row{
		 margin-right: 0;
		 margin-left: 0;
	}
	.container-title-transperent > div:first-child .border-like{
		float: right;
	}
	.happy-bg-wrapper {
		background-position: center right;
	}
	.how-it-work-item{
		margin-bottom: 80px;
	}
	.arrow-right:after{
		top: auto;
		right: auto;
		bottom: -80px;
		-moz-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
		left: 50%;
		margin-left: -22px;
	}
	.logo-conteiner h3 {
		font-size: 24px;
		margin-left: 0;

	}
	.title {
		 margin-top: 0;
	}
	.custom-tab .nav-tabs>li a{
		font-size: 14px;
		padding: 10px 0;
	}

	.popup-inner-container {
		width: 90%;
		height: 520px;
	}

	.popup-title {
	  font-size: 18px;
	}
	.popup-subtitle {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.rec-updates {
		font-size: 16px;
		margin-bottom: 20px;
	 }

	.block-links a {
		font-size: 14px;
		margin-bottom: 7px;
		display: block;
		margin-bottom: 7px;
	}
}
/*media end*/

.form-section {
	border: 2px solid #155173;
	padding: 25px 25px 10px 25px;
}
.small-wrap {
	margin-top: -55px;
	margin-bottom: 20px;
}

.errors {
  background: #f2dede;
  padding: 10px 15px 10px 70px;
  text-align: left;
  border: 1px solid #ff0000;
}
.lead_image {
	position: relative;
	top: 40px;
	left: 15px;
}
.tab-text {
	font-size: 17px;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.tab-text:after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 50%;
	height: 1px;
	background: rgb(237, 237, 237);
	position: relative;
	top: -15px;
}
@media (min-width: 768px) {
	.custom-offset {
		margin-left: 4%;
	}


}
@media (max-width: 690px) {
	.popup-inner-container {
		height: 640px;
	}

	.wrap-form label {
		display: block;
		float: none;
		width: 100%;
		text-align: center!important;
		margin-bottom: 10px;
	}
}

@media (max-width: 479px) {
	.popup-inner-container {
		height: 500px;
	}

	.block-links {
	    display: none;
	}

	.popup-inner-container label {
		width: 320px;
		display: block;
		text-align: center;
		position: relative;
	}

	.popup-inner-container label span {
		font-size: 14px;
		position: relative;
		display: block;
		padding: 0;
	}

	.wrap-form {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}

	.popup-subtitle {
		padding-left: 55px;
		padding-right: 55px;
	}
}
.team-member-description h4 {
	text-transform: uppercase;
	font-weight: bold;
}
/*@media (min-width: 1200px) {
	.container {
		width: 1300px;
	}
}*/
.team-member-description {
	padding-top: 25px;
}
.prices-list h4 {
	font-weight:bold;
}
.form-control {
	border: 1px solid #767676;
	border-radius: 0px;
	background: #f5f5f5;
	color: #174f70;
	outline: none;
	box-shadow: none;
	resize: none;
}
.form-control:focus {
	box-shadow: none!important;
	border: 1px solid #767676;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #f5f5f5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #f5f5f5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #f5f5f5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #f5f5f5;
}



@-webkit-keyframes bounce {
  0% { opacity: 0; transform: translateY(-20px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(5px); }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% { opacity: 0; transform: translateY(-20px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(5px); }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  0% { opacity: 0; transform: translateY(-20px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(5px); }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% { opacity: 0; transform: translateY(-20px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(5px); }
}

@-webkit-keyframes bounce {
  0% { opacity: 0; transform: translateY(-20px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(5px); }
}


/* Mozilla Firefox 15 below */
@-moz-keyframes bounce-top {
  0% { opacity: 0; transform: translateY(-20px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(5px); }
}

/* Opera 12.0 */
@-o-keyframes bouncetop {
  0% { opacity: 0; transform: translateY(-20px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(5px); }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce-top {
  0% { opacity: 0; transform: translateY(5px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-20px); }
}

@-webkit-keyframes bounce-top {
  0% { opacity: 0; transform: translateY(5px); }
  50% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-20px); }
}
.bounce-top {
  -webkit-animation-name: bounce-top;
  animation-name: bounce-top;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.bounce-animate-top {
	background: url(../images/buttons.png) no-repeat;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: table;
	float: right;
	margin-right: 3px;
}
.bounce-animate {
	background: url(../images/buttons.png) no-repeat;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: table;
	float: right;
	margin-right: 3px;

}
.button-down-white {
	background-position: -52px -51px;
}
.button-down-blue {
	background-position: -1px -51px
}
.button-up-white {
	background-position: -52px -1px;
}
.button-up-blue {
	background-position: -1px 0px;
}
.team-member-description h5.tow-lines {
  margin-top: -45px;
}
.bottom-block {
  position: relative;
  top: -50px;
}
.top-block {
  display: table;
  margin-top: -125px!important;
}
.bottom-block-btn {
	margin-bottom: 125px!important;
}

@media (max-width: 1079px) {
	.bounce-animate {
		display:none!important;
	}
	.bounce-animate-top {
		display:none!important;
	}
}
.errors:before {
  content: "\f00d";
  display: block;
  width: 41px;
  position: absolute;
  height: 40px;
  background: #ffb0b0;
  left: 31px;
  font-family: FontAwesome;
  font-size: 26px;
  text-align: center;
  vertical-align: center;
  top: 21px;
  border-radius: 48px;
  border: 1px solid red;
  color: #ff0000;
}
.modal-body {
	padding-top:0px!important;
}
.errors strong {
  text-transform: uppercase;
  font-weight: normal;
}
.sub_error {
  font-size: 13px;
}
.border-success-text {
	border: 2px solid #155173;
	text-transform: uppercase;
	padding: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #155173;
	background: white;
}
.close-btn-form {
  float: right;
  clear: both;
  position: relative;
  top: 10px;
  right: 10px;
  background: transparent;
  height: 20px;
  color: #155173!important;
  border: none!important;
  content: '';
  text-align: center;
  width: 20px;
  padding: 0px;
  line-height: 3px;
}
.modal-header {
  border-bottom: none;
}
.print_btn .icon-print {
	padding: 7px 8px 7px 9px;
	border: 1px solid;
	border-radius: 50px;
	font-size: 32px;
	position: relative;
	top: 5px;
	left:-5px;
}
.print_button_wrap {
  margin-bottom: 40px;
}
.print_btn {
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 5px;
}

/* Print content styles */
@media print {
	.st-menu {
		display:none!important;
	}
	footer {
		display: none!important;
	}
	.bordered-container {
		border:none!important;
	}
	.print_button_wrap {
		display: none!important;
	}
}

.button-down {
	display:none!important;
}
.button-up {
	display:none!important;
}
.scrolled_menu {
	position: fixed;
	right: 20px;
	top: 40%;
	z-index: 1000;
}

.contact-list a{
  color: white;
}

.scrolled_menu li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-bottom: 3px;
	overflow:hidden;
	outline: none;
}
.scrolled_menu li  a {
	border: 1px solid #b7b7b7;
	border-radius: 50%;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	overflow:hidden;
	background-image: url('../images/white-bg.png') ;
	background-color: #fff;
	background-attachment: fixed;
}
.scrolled_menu li.active a, .nav > li > a:hover {
	border: 1px solid #155173;
	background-image: none;
	background-color: #155173;
}

/*fixed social links*/
.social-btns-fixed {
	position: fixed;
	left: 10px;
	top: 33%;
	z-index: 100;
	display: none!important;
}
.social-btns-fixed ul.social-links li{
	display: block;
}
.social-btns-fixed ul.social-links li a:hover{
	text-decoration: none;
}


.phone-wrapper{
	padding: 10px 40px 10px 0;
}
.phone-hover{
	position: absolute;
	width: 140px;
	right: -105px;
	top: 35px;
	display: none;
	visibility: hidden;
}
.phone-wrapper:hover .phone-hover, .phone-hover:hover{
	display: block;
	visibility: visible;
}

.sub-text {
	text-align: left;
	font-size: 13px;
}
.required-fld {
	border: 1px solid #dca7a7;
	background: #f2dede;
	color: #a94442;
}
.social-links li a {
	padding-left: 20px!important;
}

@media (max-width:1199px) {
	 .st-menu{overflow-y: scroll;}
}

@media (max-width:992px) {
	.happy-bg-wrap {
		background-position: 100% 100%;
		background-size: 60%;
	}
   
	.margin20 .row {margin-top: 10px;}
	.form-section .form-container > .row > .col-xs-12{
	  overflow: scroll;
	  max-height: 400px;
	  min-height: 260px;
	}
}
@media (max-width:768px) {
	.small-wrap h3 {
		font-size:18px;
	}
	.small-wrap {
		margin-top: -41px;
		margin-bottom: 15px;
		padding: 10px 10px;
	}
	.form-section {
		padding: 25px 0px 10px 0px;
	}
	.scrolled_menu {
		display:none;
	}
	.lead_image{
		top: 0;
	}
	.custom-tab .nav-tabs>li>a{
		height: 60px;
	}
	.how-it-work-item{
		visibility: visible;
	}
	.main-section{
		height: auto;
	}
	footer {
		padding: 0;
	}
	.happy-description {
		margin: 30px 100px 30px 10px;
	}



	#modal_content:after{
	  content: "\f063";

	  display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  transform: translate(0, 0);
	  margin-top: 15px;
	  font-size: 2em;
	  color: #155173;
	}
}

@media (max-width:700px) {
  .happy-description {
  margin: 30px 100px 80px 10px;
  }
  .team-member-description div.short-description {margin-right: 20px;}
}

@media (max-width:650px) and (min-width:590px)
{#modal_content{height: 280px;}
.form-section .form-container > .row > .col-xs-12 {max-height: 265px;}

}

@media (max-width:590px) and (min-width:500px)
{#modal_content{height: 280px;}
.form-section .form-container > .row > .col-xs-12 {max-height: 183px; min-height: 100px;}

}



@media (max-width:500px) {
	.happy-description {
		margin: 30px 0;
	}
}



@media (max-width:480px) {
	.main-section{
		background-repeat: inherit;
		background-position: inherit;
		background-size: inherit;
	}

	.dialog.dialog--open .dialog__content {
		width: 90%;
	}

	.form-section .form-container > .row > .col-xs-12{
	  height: 230px;
	}

       .popup-title{
		font-size: 14px;
	}

	.sl-name, .sl-email {
		font-size: 14px;
		padding: 7px 5px;
	}

	.popup-inner-container{
		height: 420px;
	}

	.send-data {
		font-size: 16px;
		padding: 7px 15px;
	}

	.popup-subtitle {
		margin-bottom: 0px;
	}

       .success-message {
          font-size: 16px;
       }


}

@media (max-width:380px) {
  .form-section .form-container > .row > .col-xs-12{
	height: 380px;
  }

  .prices-list li span{
	margin-top: -35px;
	right: 20px;
  }

  .center-block.btn-custom.enquire_block{
	margin-top: 15px;
  }

  .btn-custom-lg{
	width: 260px;
	min-width: inherit;
  }

  footer{
	background-repeat: repeat;
  }


  /*.btn-custom{
	margin-top: -15px;
  }*/

}

@media (max-width:320px) {

  .prices-list li span{
	margin-top: -13px;
  }
}

.bottom-big-btn {
	background: #fff;
}

#blog-page  .content h1 {
	letter-spacing: 0.08em;
	font-weight: 600;
	line-height: 35px;
	padding-bottom: 15px;
}
#blog-page  .content h4, #blog-page  .content p {
	letter-spacing: 0.08em;
}

.close-side-menu {
	margin-top: 10%;
}