/* Misc */

.custom .btn {
	box-shadow: none;
}

.custom .nr {
	white-space: nowrap;
}
/* Nav */

.custom .navbar-inner {
	background: url("../img/nav_bg3.png") 0 0 repeat;
	background-color: #181818;
	min-height: 60px;
}
.custom .navbar .nav .btn-header {
		background: #383838;
		background: -moz-linear-gradient(top, #383838 0%, #232323 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#232323));
		background: -webkit-linear-gradient(top, #383838 0%,#232323 100%);
		background: -o-linear-gradient(top, #383838 0%,#232323 100%);
		background: -ms-linear-gradient(top, #383838 0%,#232323 100%);
		background: linear-gradient(to bottom, #383838 0%,#232323 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#232323',GradientType=0 );
		border: 1px solid #FFFFFF;
	    border-radius: 6px;
	    display: inline-block;
	    height: 10px;
	    line-height: 8px;
	    position: relative;
	    top: 4px;
	    margin-left: 8px;
}


.custom  .btn-success{
	background-color: #2782C1;
	color: #ffffff !important;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	text-shadow:none;
	background-image: -moz-linear-gradient(top, #2782C1, #2782C1);
	background-image: -ms-linear-gradient(top, #2782C1, #2782C1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2782C1), to(#2782C1));
	background-image: -webkit-linear-gradient(top, #2782C1, #2782C1);
	background-image: -o-linear-gradient(top, #2782C1, #2782C1);
	background-image: linear-gradient(top, #2782C1, #2782C1);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'2782C1, endColorstr='#'2782C1, GradientType=0);
	border: 2px solid #2782C1;
	/*border-color: #2782C1 #2782C1 #2782C1;*/
	/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.custom  .btn-signup{
	/*margin-bottom: 10px;*/
}

.custom .btn-success .serious {
	background-color: #292f39;
	color: #ffffff;
	text-shadow:none;
	background-image: -moz-linear-gradient(top, #292f39, #292f39);
	background-image: -ms-linear-gradient(top, #292f39, #292f39);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#292f39), to(#292f39));
	background-image: -webkit-linear-gradient(top, #292f39, #292f39);
	background-image: -o-linear-gradient(top, #292f39, #292f39);
	background-image: linear-gradient(top, #292f39, #292f39);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'292f39, endColorstr='#'292f39, GradientType=0);
	border: 2px solid #292f39;
	/*border-color: #292f39 #292f39 #292f39;*/
	/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.custom .navbar .nav .btn-success {

		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

		/*background-color: #2782C1;
		background-image: -moz-linear-gradient(top, #2782C1, #2782C1);
		background-image: -ms-linear-gradient(top, #2782C1, #2782C1);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2782C1), to(#2782C1));
		background-image: -webkit-linear-gradient(top, #2782C1, #2782C1);
		background-image: -o-linear-gradient(top, #2782C1, #2782C1);
		background-image: linear-gradient(top, #2782C1, #2782C1);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'2782C1, endColorstr='#'2782C1, GradientType=0);
		*/

		/*border-color: #2782C1 #2782C1 #387038;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
		/*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/

		background: transparent;
		-webkit-background-color: transparent;
		-moz-background-color: transparent;
		-ms-background-color: transparent;
		-o-background-color: transparent;
		background-color: transparent;

		border: 2px solid;
		border-color: #FFFFFF;
		border-radius: 0px;

	    display: inline-block;
	    height: 10px;
	    line-height: 8px;
	    position: relative;
	    top: 4px;
	    margin-left: 8px;
}


.custom .navbar .nav .btn-header:hover {
		/*background: #484848;
		background: -moz-linear-gradient(top, #484848 0%, #292929 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(100%,#292929));
		background: -webkit-linear-gradient(top, #484848 0%,#292929 100%);
		background: -o-linear-gradient(top, #484848 0%,#292929 100%);
		background: -ms-linear-gradient(top, #484848 0%,#292929 100%);
		background: linear-gradient(to bottom, #484848 0%,#292929 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#292929',GradientType=0 );*/

		border: 2px solid #2782C1;
	}

.navbar-fixed-top.scroll {
    opacity: 0.86;
}

.custom .navbar .btn-navbar {
	margin-top: 15px;
}

.custom .navbar .btn-navbar .icon-bar {
    background-color: #222222;
}

.custom .navbar .nav > li > a {
	padding: 11px 20px;
	font-size: 14px;
	text-transform: uppercase;
}


.custom .navbar .nav > li > a:focus,
.custom .navbar .nav > li > a:hover {
  background-color: transparent;
  /*color: #888888;*/
  color: #FFFFFF;
  text-decoration: none;
}

.custom .navbar .nav > li > a.btn-success:focus,
.custom .navbar .nav > li > a.btn-success:hover {
  -webkit-background: #2782c1;
  -moz-background: #2782c1;
  -ms-background: #2782c1;
  -o-background: #2782c1;
  background: #2782c1;

  /*color: #3694D6;
  border-color: #3694D6;
  text-decoration: none;*/
}


.custom .nav .twitter-follow-button, .custom .nav .fb-like {
	float: none;
    padding: 10px 15px 5px 15px;
    font-size: 15px;
    font-weight: bold;
    text-shadow: none;
    transition: all 0.2s linear 0s;
}

.custom .navbar .brand {
	padding: 13px 20px;
}



.custom .nav .twitter-follow-button {
	padding: 10px 0px 5px 0px !important;
}


/* Cutom Button Hover Override */

.custom textarea:focus,
.custom input[type="text"]:focus,
.custom input[type="password"]:focus,
.custom input[type="datetime"]:focus,
.custom input[type="datetime-local"]:focus,
.custom input[type="date"]:focus,
.custom input[type="month"]:focus,
.custom input[type="time"]:focus,
.custom input[type="week"]:focus,
.custom input[type="number"]:focus,
.custom input[type="email"]:focus,
.custom input[type="url"]:focus,
.custom input[type="search"]:focus,
.custom input[type="tel"]:focus,
.custom input[type="color"]:focus,
.custom .uneditable-input:focus {
    border-color: #2782c1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ffffff !important;
    outline: 0 none;
}

/* Hero	*/

.custom #hero {
	zoom: 1;
	width: auto;
    min-height: 100%;
	/*text-align: center;*/
	/*background: url(../img/header_background-0.jpg) center center no-repeat;*/
	background: url(../img/aqua.jpg) center center no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/aqua.jpg', sizingMethod='scale'); /**IE7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/aqua.jpg', sizingMethod='scale')"; /*IE8*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 0px;
}

.custom #hero .carousel {
	margin-bottom: 0px;
}

.custom #hero .carousel .slide1 {
	text-align: center;
}
.custom #hero .carousel .slide1 img {

	-webkit-box-shadow: 0 0 7px 1px #111111;
	box-shadow: 0 0 7px 1px #111111;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin: 5px auto 0;
}

.custom #hero .carousel-inner .item {
    padding: 0;
}

.custom #hero .carousel-inner .item img {
    max-height: 524px;
}

.custom #hero .item h1 {
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 1px 2px #222222;
    font-size: 32px;
    line-height: 72px;
    font-weight: 400;
    margin: 0 0 0.4165em 0;
}

/*@media (min-width: 770px) {
	.custom #hero .item h1 {
    	text-align: left !important;
  	}
}  */
@media (max-width: 769px) {
	.custom #hero .item h1 {
    	font-size: 28px;
    	line-height: 48px;
    	text-align: center !important;
  	}
}

.custom #hero .item p {
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #222222;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 0 22px 0;
}

.custom #hero .item h1 span{
	white-space: nowrap;
}

.custom #hero_X  h1, .custom #hero_X p {
    /*text-transform: uppercase;*/
	padding: 20px 10px;
	color: #FFF;
	background: #000;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    zoom: 1;
    filter: alpha(opacity=90);
	opacity: 0.8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.custom #hero h1:hover, .custom #hero p:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


/* Intro */
.custom #intro {
    margin-top: 0px;
    padding: 20px 0;
}

.custom #intro h1 {
	width: 80%;
}
.custom #intro h2 {
	width: 80%;
    color: #252B34;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 2px 2px 1px white;
  	line-height: 40px;

	text-rendering: optimizelegibility;
	margin: 10px auto;
}



.custom .popover-content {
	color: #333333;
    font-family: 'Lato',sans-serif !important;
    font-size: 14px;
    line-height: 20px;
}


.custom .section_header {
	margin: 20px 0px 20px 0px;
}

.custom .section_header hr {
	 width: 30%;
}

.custom .features1 h2 span {
	width: 30%;
}

.custom .section_header span {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.custom .main-headline{
	margin-top: 60px;
	text-align: center;
}

.custom .main-headline span {
	width: 100%;
	margin-top: 16px;
}

.custom #new_form {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    padding: 2rem 0 1rem;
}


/* Features */

.custom #features {
	/*background-color: #666666;*/
    background: url(../img/team-lossy-2.png) center center no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/team-lossy-2.png', sizingMethod='scale'); /**IE7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/team-lossy-2.png', sizingMethod='scale')"; /*IE8*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

    min-height: 500px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	/*padding-bottom: 2rem;*/
    /*text-align: center;*/
}

.custom #features h2,
.custom #features h3,
.custom #features h4 {
	color: #FFFFFF;
}

.custom #whoareyou {
	padding-bottom: 40px;
}


.custom #whoareyou .feature h3,
.custom #features .feature h3
 {
	font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
}

.custom #whoareyou .feature h3 > i {
	color: #1ac1e1 !important;
}

.custom .features2 h3.intro {
    color: #282F39;
    font-size: 32px;
    font-weight: normal;
    line-height: 48px;
    margin: 0 auto 70px;
    text-align: center;
    width: 83%;
}

.custom .features2 {
    margin-top: 40px;
}

.custom .feature2 {
    margin-bottom: 50px;
    position: relative;
}

.custom .feature2 .icon {
    background-color: #EAEAEA;
    border-radius: 100px 100px 100px 100px;
    height: 65px;
    position: absolute;
    width: 65px;
}

.custom .feature2 .icon i {
    background: none;
    color: #3c4b5b;
    display: block;
    font-size: 32px;
    padding-top: 17px;
    position: relative;
}

.custom .feature2 i[class*="icon-"] {
	text-align: center;

	/*
    height: 23px;
    width: 36px;

    background-position: 0 0;
    left: 14px;
    top: 19px;
	*/
}

.custom .feature2 h4 {
    color: #000000;
    line-height: 25px;
}
.custom .feature2 h4, .custom .feature2 p {
    margin-left: 80px;
    width: 70%;
}

@media (max-width: 767px) {
	#features {
		padding: 10px 10px 20px 20px;
		margin-right: -20px;
		margin-left: -20px;
		height: auto;
	}
}


/* Testimonials */

.custom #testimonials {
    margin-top: 0;
    padding-top: 20px;
}

.custom #testimonials .phrases_wrapper {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.custom #testimonials {
		padding: 0 20px;
		margin-right: -20px;
		margin-left: -20px;
		height: auto;
	}
}

/* As Seen in */

.custom #as-seen-in {
    margin-top: 0px;
    padding-top: 4px;
	padding-bottom: 40px;
}

.custom #as-seen-in .asi-logos .section_header {
 	margin-bottom: 2px;
}
.custom .asi-logos .row-fluid [class*="span"] {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
}

/* Pricing */

.custom #pricing .section_header {
    margin-bottom: 40px;
}

.custom #pricing .main-headline span {
	font-weight: 400;
}
.custom #pricing #plan-term {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 64px;
}

 .custom #pricing #plan-term .term-label {
	font-size: 16px;
	padding: 0 7px;
 }

.custom #pricing .price_wrapper {
	border-radius: 0;
	min-height: 358px;
}

#pricing .price_wrapper .section h3 {
    background: #fff none repeat scroll 0 0;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0;
    padding: 25px 15px;
}

.custom #pricing .price_wrapper.pro {
	height: auto;
	top: 0;
}

 /* Desktops */
@media (min-width: 980px) {
	.custom #pricing .price_wrapper.pro {
		height: auto;
		top: -38px;
	}
}
@media (min-width: 769px) {
	.custom #pricing .container {
    	/*width: 940px;*/
  	}
}

.custom #pricing .price_wrapper .header {
    padding: 28px 40px 0;
    height: 136px;
    text-align: center;
}

.custom #pricing .price_wrapper .header > span {
	font-size: 28px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
}
.custom #pricing .price_wrapper .header .price {
	position: static;
	margin: 12px 0;
	font-weight: 300;
	font-size: 14px;
}

.custom #pricing .price_wrapper .header .price span {
    font-size: 24px;
    margin-right: 0px;
}

.custom #pricing .price_wrapper .header .price .costusd {
    font-weight: 400;
    font-size: 32px;
    padding: 12px 12px 12px 12px;
}
.custom #pricing .price_wrapper .header .price .costusd .price-a,
.custom #pricing .price_wrapper .header .price .costusd .price-m {
	font-weight: 400;
    font-size: 32px;
}

.custom #pricing .price_wrapper .header .price .pm{
	/*font-size: 16px;*/
	margin-top: 7px;
}
.custom #pricing .price_wrapper .header .price .addusers{
	margin: 16px 0 10px;
	font-size: 14px;
}

.custom #pricing .price_wrapper.regular .header {
	background: none repeat scroll 0 0 #EAEAEA;
	color: #000000;
}

.custom #pricing .price_wrapper.standard .header {
	background: none repeat scroll 0 0 #EAEAEA;
	color: #000000;
}

.custom #pricing .price_wrapper.pro .header {
	background-color: #2782c1;
    background-image: none;
    background-repeat: repeat-x;
}

.custom #pricing .price_wrapper.pro .preheader {
    background: transparent;
    border: 2px solid #2782c1;
    color: #2782c1;
    padding: 7px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.custom #pricing .price_wrapper.pro .preheader > span {
	/*text-transform: none;*/
	font-size: 13px;
}
.custom #pricing .price_wrapper.pro .preheader > span > del {
	font-size: 18px;
}

.custom #pricing .price_wrapper.pro .preheader .lto {
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
}

/*.custom #pricing .price_wrapper.pro .preheader:hover {
    background: none repeat scroll 0 0 #2782C1;
}
*/

#pricing .price_wrapper .section {
	margin: 0;
	padding: 0;
}

#pricing .price_wrapper .section ul.perks {
	margin-top: 8px;
    padding: 5px 30px 15px;
}

.custom #pricing .price_wrapper .section ul.perks li {
    padding: 5px 0;
}

/*.custom #pricing .price_wrapper a,
.custom #pricing .bulk-pricing a
*/ [class*="wth"]
{
    color: inherit !important;
    text-decoration: none;
	border-bottom: 1px dotted !important;
}

.custom #pricing .price_wrapper .orderbtn {
	text-align: center;
}

.custom #pricing .price_wrapper .section .orderbtn .btn {
    bottom: 0;
    font-weight: bold;
    left: 0;
    position: relative;
}

.custom #pricing .price_wrapper hr {
	margin: 10px 0 12px;
}

.pricing_body #faq {
    margin-bottom: 30px;
}

.custom #pricing .bulk-pricing {
    /*margin: 40px 0 20px;*/
    margin: 36px 0 20px;
}

.custom #pricing .bulk-pricing h2{
    letter-spacing: 1px;
    font-size: 28px;
}


 /* Demo */


#demo_content {
	min-height: 800px;
}

/*.custom #demo h1 {
	margin-top: 60px;
}
*/

.custom #demo h3,
.custom #signup h3 {
	font-weight: 300;
}


.custom #demo .main-headline,
.custom #signup .main-headline  {
	/*m #demo #frm,*/
	font-weight: 400;
}
.custom #demo .main-headline span,
.custom #signup .main-headline span {
	/*text-transform: none;*/
	font-weight: 400;
}

.custom #demo ul li, .custom #demo ol li,
.custom #signup ul li, .custom #signup ol li {
    /*font-size: 1em;*/
    line-height: 24px;
    margin-top: 18px;
}


@media (min-width: 980px) {
	.custom #demo #frmold, .custom #signup #frm {
		padding: 20px 30px;
		background: #3c4b5b;
	}

	.custom #demo .btn-large {
		padding: 11px 34px;
	}
	.custom #signup .btn-large {
		padding: 11px 102px;
	}
	.custom .input-large {
		font-size: 17.5px;
		padding: 11px 19px;
		border-radius: 0px;
	}

	.custom .signuppage #frm-step2 .add-on {
	    font-size: 17.5px !important;
	    padding: 11px 19px !important;
	}
}
.custom .signuppage .add-on {
	margin-bottom: 10px;
}
.custom .input-longer {
	width: 355px;
}

/*forms*/


.custom #comingsoon.features1 h2 {
	font-size: 60px;
}

.custom #comingsoon {
    margin-top: 0px;
    padding-top: 20px;
}
.custom #pricing_content #comingsoon {
	background-color: #ffffff;
/*	background-color: #3c4b5b;
	color: #ffffff;*/
}

.custom #comingsoon .subscribe {
    margin-bottom: 40px;
}
.custom  #comingsoon .subscribe form {
	margin-top: 20px;
}

.custom #comingsoon .countdown {
	padding-bottom: 40px;
}

.custom #comingsoon .btn-large {
	/*padding-bottom: 40px;*/
	font-weight: normal;
	line-height: 20px;
	border-color: #ffffff;
}
.custom #comingsoon .btn-large i {
	font-weight: normal;
}

.index_body #comingsoon {
    background-color: #FFFFFF;

    margin-top: 0;
    padding-top: 50px;
}

@media (min-width: 980px) {
	.custom .signup-box {
		border-radius: 0px;
		background: none repeat scroll 0px 0px #3c4b5b;
	}
}

@media (max-width: 767px) {
	.index_body #comingsoon {
		padding: 40px 20px 0px 20px;
		margin-right: -20px;
		margin-left: -20px;
		height: auto;
	}
}


/* Misc */

.custom .text-center {
    text-align: center;
}

.custom .text-ucase {
	text-transform: uppercase;
}

/* Footer */

.custom #footer {
	background: url("../img/nav_bg3.png") 0 0 repeat;
	background-color: #181818;
	min-height: 30px;
	padding: 20px;
	margin-top: 10px;
}

.custom #footer .copyright .social {
	margin-left: 10px;
	text-decoration:none;
	color: #FFFFFF;
	border-radius: 0px;
}
.custom #footer .copyright .social:hover {
	background-color: inherit !important;
}

.custom #footer .copyright .social.fb{
    margin: 8px 0 0 0;
    padding: 10px 10px 3px 10px;
}
.custom #footer .copyright .social.tw {
    margin: 8px 0 0 0;
    padding: 10px 10px 3px 0px;
}

.custom #footer.light {
    background: none repeat scroll 0 0 #EAEAEA;
    border-top: 2px solid #FFFFFF;
    color: #666666;
    min-height: 30px;
    padding: 20px;
    margin-top: 10px;
}
.custom #footer.light .social {
	color: #666666;
}

.custom #footer.light a {
	color: #444444;
}

.index_body #footer.light,
.pricing_body #footer.light {
	margin-top: 0;
}


/*
 * contact form
 */
label.valid {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  font-weight: bold;
  color: red;
  /*padding: 2px 8px;*/
  /*margin-top: 2px;*/
}
#contact form .controls label {
	width: auto;
}

#contact .form legend {
	margin-top: -5px;
	border-width: 0;
	font-size: 24.5px;
	font-weight: bold;
}


#contact .gmaps {
 	width: 100%;
  	height: 480px;
}

.custom .btn-large {
	line-height: 26px;
	border-radius: 0px;
}

/* min-height */

#thankyou_content,
#signup_content
{
	min-height: 800px;
}


.custom #socialrewards {
	margin-top: 40px;
	background-color: #ffffff; /*#3c4b5b;*/
	padding: 20px 30px;
	color: #3c4b5b;
	border: solid 1px #EAEAEA; /*#3c4b5b*/
	border-radius: 5px;
}

.custom #socialrewards h3, .custom #socialrewards h4 {
	font-weight: 400;
}

.custom #socialrewards .btn {
	margin-top: 20px;
	border: solid 2px;
	border-color: #ffffff;
}

.custom ul.check {

  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.custom ul.check li {
  padding-left: 1em;
  text-indent: -1em;
}

.custom ul.check li:before {
  content: "+";
  padding-right: 5px;
}


.custom p.lead-medium {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}
.custom p.lead-small {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.custom .wht {
	background-color: #FFFFFF;
}

.custom .ds {
    font-size: 16px !important;
    line-height: 16px;
    vertical-align: top;
}

.custom .scrolltop {
    color: #666666;
    border: 1px solid darkGray;
    outline: medium none;
}

.custom input.error {
	color: #b94a48;
	border-color: #b94a48 !important;
}
.custom input.success {
	color: #468847;
	border-color: #468847 !important;
}

.custom .popover {
	color: #222222 !important;
	text-align: left !important;
}
.custom .popover-title {
    font-size: 18px !important;
    line-height: 18px !important;
    text-align: left !important;
    padding: 12px !important;
}
.custom .popover-content {
    font-size: 14px !important;
    font-weight: normal !important;
}

.custom #main-headline {
    min-height: 50px;
    margin: 0px auto;
    text-align: center;
    /*text-align: left;
    width: 900px;
    padding-left: 3em;*/
}

/*@media (min-width: 980px) {
	.custom #main-headline {
		width: 900px;
    	padding-left: 3em;
    }
}
@media (max-width: 979px) {
	.custom #main-headline {
		width: 640px;
    	padding-left: 1em;
    }

}
@media (max-width: 769px) {
	.custom #main-headline {
		width: 400px;
    	padding-left: 1em;
    }
}
*/

.custom #typed {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25) !important;
    color: #FFFFFF !important;
    padding: 0 3px;
    white-space: nowrap !important;
}

.custom .typed-cursor {
	color: #fff !important;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
	text-shadow: none;
	color: #fff !important;
	margin-left: -1px;
    background: none repeat scroll 0 0 transparent !important;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.custom .contact-enterprise {
	font-size: 16px;
}

.custom .text-success {
	color: #1ab394 !important;
}

