a {
	text-decoration: none !important;
}

.repuso_more_button {
	background: #e67e21 !important;
	font-weight: bold;
}

body {

	margin: 0px;
	padding: 0px;
	color: #6b7c93;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 28px;
	position: relative;
}

body a {
	cursor: pointer;
}

.page-content {
	padding: 60px 0px;
	padding-bottom: 200px;
}

.top {
	color: white;
	position: relative;
	overflow: hidden;
	transform: skewY(-5deg);
	transform-origin: 0;
	overflow: hidden;
	background: #ff8a86;
	min-height: 350px;
}

.top.disable-skew {
	transform: none !important;
	min-height: 385px;
}

.top.disable-skew  .container {
	transform: none !important;
}

.top .background {

	background: #ff8a86;
	width: 100%;
	height: 500px;
    box-sizing: border-box;
	position: absolute;
	overflow: hidden;
}

.top .container {
	transform: skewY(5deg);
	transform-origin: 0;
}

.top_header {
	overflow:hidden;
	/*position: absolute;
	top: 40px;*/
	margin-top: 40px;
}

.header img {
	max-width: 100%;
}

.tab {
    display: none;
}

.logo {
	font-size: 30px;
    font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
	margin-top: 25px;
	float: left;
}

.logo img {
	width: 166px;
	margin-bottom: 1px;
	/*margin-left: -10px;*/
}

.logo a {
	color: white;
	text-decoration: none;
}

.menu {
	margin-top: 28px;
	float: right;
}

.menu ul {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	float: left;
    padding: 6px;
}

.menu ul li a {
	padding: 5px 0px;
	color: white;
	font-weight: normal;
	font-weight: 400;
	margin-right: 25px;
	letter-spacing: 1px;
}

.menu ul .highlight a {
	padding: 5px 30px;
	border: 1px solid white;
	border-radius: 5px;
	margin-right: 0px;
}

.menu ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.container {
	max-width: 1000px;
	padding:0px;
}

.copy {
	text-align: left;
	/*max-width: 750px;*/
	margin: 0 auto;
	margin-top: 120px;
    margin-bottom: 60px;
}

.copy.sub {
	margin-top: 70px;
	text-align: center;
}

.copy .sub h1 {
	text-align: center !important;
}

.copy h1 {
	/*font-weight: bold;*/
	font-size: 29px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.copy h2 {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);*/
}

.copy h2 span {
	font-family: 'Courgette', cursive;
}

.top .container {
	position: relative;
}

.top .iphone {
	position: absolute;
	right: 0px;
	top: 140px;

	background: url(../images/iphone.png);
	background-size: cover;
	width: 302px;
	height: 601px;
	overflow: hidden;
}

.top .iphone .inner {
	position: absolute;
	top: 95px;
	left: 33px;
	width: 236px;
	height: 500px;
	overflow: hidden;
}

.top .iphone .overlay {
	background: #c1c3c8;
	height: 400px;
	width: 238px;
	z-index: 3;
	position: absolute;
	top: 92px;
	left: 31px;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.top .iphone .overlay.iphone-hide {
	opacity: 0;
}

.top .iphone img {
	width: 302px;
}

.top .iphone .time {
	text-align: center;
	color: white;
	position: absolute;
	top: 40px;
	width: 100%;
	font-size: 48px;
	font-weight: 500;
}

.top .iphone .date {
	text-align: center;
	color: white;
	position: absolute;
	top: 80px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}

.iphone .notification-container {
	position: absolute;
	top: 125px;
	height: 307px;
	overflow: hidden;

}

.iphone .notification-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.iphone .notification {
	width: 230px;
	margin-left: 3px;
	background: rgba(255,255,255,0.6);
	color: black;
	border-radius: 5px;
	font-size: 12px;
	margin-bottom: 10px;
	overflow: hidden;
}

.iphone .notification.ng-enter {
	transition: height 0.4s linear;
	opacity:0;
	height: 0px;
	width: 0px;
}

.iphone .notification.ng-enter-active {
	opacity:1;
	height: 84px;
	width: 230px;
}

.iphone .notification .content {
	line-height: 15px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

.iphone .notification .footer {
	padding-left: 10px;
	font-size: 9px;
	color: #b1b1b1;
	line-height: 22px;
}

.iphone .notification .header {
	width: 100%;
	background: rgba(255,255,255,0.3);
	height: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.iphone .notification .icon {
	float: left;
	width: 15px;
	height: 15px;
	background: rgb(68, 188, 255);
	border-radius: 2px;
	margin-top: 8px;
	margin-left: 10px;
}

.iphone .notification .title {
	float: left;
	margin-left: 6px;
	text-transform: uppercase;
	color: #b1b1b1;
	font-size: 10px;
	font-weight: 400;
	padding-top: 2px;
}

.iphone .notification .notification-time {
	float: right;
	margin-right: 10px;
	font-size: 9px;
	color: #b1b1b1;
}


.call-to-action {
	margin-top: 40px;
    margin-bottom: 120px;
}

.call-to-action .estimate {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

.top .btn-cta {
	font-size: 27px;
	padding: 8px 60px 14px 60px;
}

.btn-cta {
	background: #ffe34c;
	border: 0px;

	color: #ff8a86;
	font-weight: 400;

	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.07),0 1px 3px rgba(0,0,0,.07);
	-moz-box-shadow: 0 4px 6px rgba(50,50,93,.07),0 1px 3px rgba(0,0,0,.07);
	box-shadow: 0 4px 6px rgba(50,50,93,.07),0 1px 3px rgba(0,0,0,.07);

	border-radius: 5px;
}

.btn-cta.active {
	color: white !important;
}

.btn-cta:hover {
	/*background: #27ae60;
	color: white;*/
	color: #ff8a86;
	background: #ffec88;
	transform: translateY(-1px);

	/*-webkit-box-shadow: 0px 0px 30px 10px rgba(255, 255, 255, .30);
	-moz-box-shadow: 0px 0px 30px 10px rgba(255, 255, 255, .30);
	box-shadow: 0px 0px 30px 10px rgba(255, 255, 255, .30);*/
}

.features {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 100px;
}

.features h3 {
	color: #ff8a86;
	font-weight: 400;
	font-size: 26px;
}

.features h4 {
	margin-top: 20px;
	color: #6b7c93;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

.highlight-container {
	margin-top: 80px;
}

.highlight-container .row {
	margin-bottom: 50px;
}

.highlight-container .col-md-4 {
	padding-right: 20px;
    min-height: 100px;
}

.highlight {

}

.features i {
	color: #ff8a86;
	font-size: 80px;
	margin-right: 20px;
	float: left;
	width: 100px;
	text-align: center;
}

.highlight-container .title {
	text-align: left;
	color: #ff8a86;
	margin-left: 20px;
	font-size: 20px;
	font-weight: 400;
}

.highlight-container .description {
	text-align: left;
	margin-left: 120px;
	font-size: 15px;
}

.highlighted-features {
	position: relative;
	overflow: hidden;
	border-bottom: 1px #ffdbd7 solid;
	border-top: 1px #ffdbd7 solid;
	transform: skewY(-5deg);
	transform-origin: 0;
	overflow: hidden;
	background: #fff6f6;
	min-height: 300px;
	margin-top: 60px;
}

.highlighted-features .container {
	transform: skewY(5deg);
	transform-origin: 0;
	margin-top: 50px;
	margin-bottom: 150px;
}

 .highlighted-features .image {
	 text-align: center;
	 padding-bottom: 20px;
 }

.highlighted-features h3 {
  color: #ff8a86;
  font-size: 22px;
  margin-bottom: 20px;
}

.compare {
	margin-top: 80px;
	margin-bottom: 50px;
}

.compare h3 {
	color: #ff8a86;
	font-weight: 400;
	font-size: 26px;
	text-align: center;
}

.compare h4 {
	margin-top: 24px;
	color: #6b7c93;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.compare .col-md-5 {
	text-align: center;
}

.compare .cloud {
	padding-top: 20px;
}

.compare .cloud img {
	margin-bottom: 30px;
}

.compare .vs {
	font-size: 46px;
	font-weight: 600;
	padding-top: 73px;
	text-align: center;
	padding-bottom: 60px;
}

.compare p {
	font-size: 18px;
	margin-top: 15px;
}

.compare .btn-cta {
	font-size: 18px;
	font-weight: 600;
	padding: 6px 40px 10px 40px;
	margin: 5px 0px;
}

.compare .pricing-line {
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
}

.compare .pricing-line .price {
	color: #ff8a86;
	font-weight: 700;
	font-size: 22px;
}

.compare .pricing-line a:hover {
	font-weight: 400;
}

.compare .pricing-line a {
	color: #6b7c93;
}

.pricing-tables .btn-cta {
	font-size: 16px;
	font-weight: 600;
	padding: 6px 30px 10px 30px;
	margin: 5px 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	background: inherit;
	border: 3px solid #ffe34c;
	color: #f3cd03;
	/*-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;*/
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.02),0 1px 3px rgba(0,0,0,.02);
	-moz-box-shadow: 0 4px 6px rgba(50,50,93,.02),0 1px 3px rgba(0,0,0,.02);
	box-shadow: 0 4px 6px rgba(50,50,93,.02),0 1px 3px rgba(0,0,0,.02);
}

.pricing-tables .highlight .btn-cta {
	background: #ffee90;
	color: #ff8a86;
}

.telephony-pricing {
	font-size: 12px;
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
}

.desktop-pricing {
	max-width: 950px;
}

.desktop-pricing .odd .col-md-3, .desktop-pricing .odd .col-md-6 {
	background: #fff6f6;
}

.credit-usage-container {
	float: left;
	width: 50%;
	padding: 0px;
	margin-left: -25px;
}

.example-usage {
	margin: 0px 100px;
	margin-top: 50px;
}

.example-usage .row {
	border-bottom: dashed 1px #ccc;
}

.example-usage .row.sum {
	border-top: dashed 1px #ccc !important;
	border-bottom: 0px !important;
	font-weight: bold;
}

.example-usage .total {
	text-align: center;
	padding-top: 10px;
}

.example-usage .desc {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 5px;
}

.credit-usage .odd .col-xs-6 {
	background: #fff6f6;
}

.credit-usage .legenda {
	font-size: 14px;
	background: white !important;
}

.credit-usage .col-xs-6 {
	text-align: center;
	padding: 10px 10px;
}

.desktop-pricing .col-md-3 {
	text-align: center;
	padding: 10px 5px;
}

.desktop-pricing .legenda {
	font-size: 14px;
	background: white !important;
}

.desktop-pricing .name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.desktop-pricing .highlight {
	background: #ffe4e3 !important;
}

.desktop-pricing .header .col-md-3 {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 40px;
	font-weight: 600;
}

.desktop-pricing .header .col-md-3.highlight {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.desktop-pricing .last {
	margin-bottom: 50px;
}

.desktop-pricing .last .col-md-3.highlight {
	margin-bottom: -30px;
	height: 70px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.desktop-pricing .header .col-md-3 .pmonth {
	font-size: 14px;
	font-weight: 300;
}

.pricing-tables i {
	color: green;
}

.mobile-pricing {
	display: none;
	margin-bottom: 20px;
}

.mobile-pricing .package {
	width: 95%;
	margin: 0 auto;
	border: 1px solid #e7e7e7;
	background: #fcfcfc;
	border-radius: 5px;
	margin-bottom: 20px;
}

.mobile-pricing .package.highlight {
	width: 98%;
	padding: 5px 0px;
	background: #fff2f1;
}

.mobile-pricing-btn {
	padding: 3px 10px;
	border: 1px solid white;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	display: inline-block;
    background: #ffe34c;
	border-radius: 5px;
	color: #ff8a86;
	font-weight: 700;
}

.mobile-pricing .left {
	text-align: center;
	padding: 10px;
}

.mobile-pricing .right {
	text-align: center;
	padding: 10px;
}

.mobile-pricing .package-price {
	font-size: 28px;
	font-weight: 600;
}

.mobile-pricing .package-price span {
	font-size: 14px;
	font-weight: 300;
}

.mobile-pricing .package-deal {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.mobile-pricing .feature-list {
	width: 95%;
	border: 1px solid #ccc;
	margin: 0 auto;
	border-radius: 5px;
}

.mobile-pricing .feature-list .feature-header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;

}

.mobile-pricing .feature-list .header-button {
	width: 33.3%;
	box-sizing: border-box;
	float: left;
	padding: 5px 5px;
	border-right: 1px solid #ccc;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.mobile-pricing .feature-list .header-button.active {
	border-bottom: 0px !important;
	background: white !important;
}

.mobile-pricing .feature-list .feature-header li:last-child {
	border-right: 0px !important;
}

.mobile-pricing .feature-list .list-tab .inner-list {
	overflow: hidden;
}

.mobile-pricing .feature-list .list-tab .row {
	box-sizing: border-box;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.mobile-pricing .feature-list .list-tab .row.even {
	background: #f9f9f9;
}

.mobile-pricing .feature-list .list-tab .row .legenda {
	padding: 7px 10px;
	padding-left: 20px;
	box-sizing: border-box;
}

.mobile-pricing .feature-list .list-tab .row .value {
	padding: 7px 10px;
	text-align: center;
}

.mobile-pricing .feature-list .list-tab .row {
	border-bottom: 1px solid #f2f2f2;
}

i.disabled {
	color: #ccc;
}

.signup {
	max-width: 820px;
}

.contact {
	max-width: 600px;
	margin: 0 auto;
}

.contact .btn-cta {
	font-size: 20px;
	padding: 8px 60px 14px 60px;
	color: #ff8a86;
	font-weight: 600;
}

.tagline {
    text-align: center;
    padding: 50px 0px;
    border-bottom: 1px #e3e3e3 solid;
    font-size: 28px;
    line-height: 38px;
}

.explanation {
    /*border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/
    padding: 60px 0px;
    padding-bottom: 80px;
    /*background: #f8f8f8;*/
    text-align: center;
}

.explanation h3 {

}

.explanation h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
}

.tagline span {
    font-weight: 500;
}

h3 {
	font-weight: 500;
	font-size: 28px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
	/*color: #565656;*/
}

h4 {

	font-weight: bold;
	font-size: 24px;
/* 	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08); */
	color: #565656;
}

.works {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.works-info {
    text-align: left;
}

.works-info h4 {
    font-size: 24px;
    font-weight: 300;
}

.works-image {
    text-align: center;
}

.works-image img {
    width: 70%;
}

.made-by {

    padding: 60px 0px;
    padding-bottom: 80px;
    text-align: center;
	margin-bottom: 150px;
}

.made-by h3 {

}

.made-by h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
}

.made-by h4 span {
    font-weight: 500;
}

.made-by .quote {
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    text-align: left;
    line-height: 36px;
}

.made-by .quote span {
    font-weight: 500;
}

.made-by .author {
    text-align: center;
    line-height: 16px;
	padding-bottom: 30px;
}

.made-by .author img {
    width: 80px;
}


.integrations {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 80px;
	background: #e67e21;
	color: white;
}

.integrations h3, .integrations h4 {
	color: white;
}

.integrations h4 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: normal;
}

.integrations a {
	color: white;
	font-weight: bold;
}

.integrations-container {
	margin-top: 50px;
}

.integration-logo {
	float: left;
	margin-right: 20px;
	background: white;
	border-radius: 5px;
	display: block;
	width: 110px;
	height: 110px;
	padding: 10px;
	padding-top: 24px;
	color: #636363;
	font-size: 14px;
	text-align: center;
	/*cursor: pointer !important;*/
	position: relative;
}

.integration-logo:hover .integration-tooltip{
	opacity: 1;
}

.integration-logo img {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	margin-bottom: 10px;
	/*cursor: pointer !important;*/
}

.integration-tooltip {
	opacity: 0;
	position:absolute;
	bottom: -40px;
	width: 110px;
	text-align: center;
	color: white;
	font-size: 20px;
	left: 0px;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	font-weight: 400;
}

.widgets {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}

.widgets .subtitle {
	color: #8d8d8d;
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.widgets-item {
	padding-top: 30px;
	text-align: center;
	font-size: 16px;
}

.widgets-item .icon {
	height: 130px;
	margin-bottom: 15px;
}

.repuso {
	font-family: 'Courgette', cursive;
}

.copy-social {
	text-align: center;
	background: #fbfbfb;
	padding-top: 30px;
	padding-bottom: 60px;

}

.copy-social .text {
	max-width: 850px;
	margin: 0 auto;
}

.copy-social p {
	margin-top: 20px;
	color: #e67e21;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;

}

.bottom-cta {
	text-align: left;
	color: white;
	padding-top: 40px;
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 40px;
}

.bottom-cta .cta-box {
	text-align: right;
}

.bottom-cta .btn-cta {
	font-size: 27px;
	padding: 8px 60px 14px 60px;
	color: #ff8a86;
	font-weight: 400;
}

.bottom-cta .container {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 70px;

    background: url(../images/logo-white-transparent.png) no-repeat;
    background-size: 165px;
    background-position: right;
}

.bottom-cta h3 {
	color: white;
	margin-bottom: 15px;
	font-size: 29px;
	font-weight: 600;
}

.bottom-cta .btn-cta {
	margin-top: 45px;
}

.bottom-cta .subtitle {
	font-size: 20px;
	font-weight: 400;
}



.bottom-cta input {

	width: 368px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
}

.bottom {

	background: #ff8a86;
	color: white;
	padding-top: 30px;
	padding-bottom: 20px;

	transform: skewY(-5deg);
	transform-origin: 0;

	min-height: 490px;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.bottom-fill {
	position: absolute;
	bottom: 0px;
	background: #ff8a86;
	height: 300px;
	width: 100%;
	z-index: 1;
}

.bottom .container {

	transform: skewY(5deg);
	transform-origin: 0;

}

.bottom_menu {
    font-size: 14px;
	padding-top:20px;
	text-align: right;
}

.bottom_menu p {
	opacity: 0.7;
	margin-top: 5px;
}

.bottom a {
	font-weight: bold;
	color: white;
}

.bottom .social-icons {
	text-align: right;
}

.error {
	border: 2px dashed red;

}

.success {
	border: 2px dashed green;

}

#result {
	display: none;

	width: 368px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
	padding: 10px;
	color: white;
	font-weight: bold;
}

.integrations-overview h3 {
	font-weight: 100;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
}

.integration-grid {
	margin-top: 50px;
}

.integration-grid-item {
	width: 100%;
	height: 150px;
	display: block;
	border-radius: 5px;
	/*border: #ededed 1px solid;*/
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.13),0 0 1px 0 rgba(0,0,0,0.03);
	padding: 20px 20px;
	cursor: pointer;
	margin-bottom: 30px;
}

.integration-grid-item img {
	width: 55px;
	float: left;
	border-radius: 3px;
}

.integration-grid-item h4 {
	float: left;
	margin-left: 10px;
	font-size: 22px;
	margin-top: 15px;
}

.integration-grid-item .text {
	color: #6c6c6c;
	text-decoration: none;
	display: block;
	margin-top: 8px;
	font-size: 16px;
	line-height: 25px;
}

.integration-grid-top {
	overflow: hidden;
}

.integration-grid-item:hover {
	text-decoration: none;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25),0 0 1px 0 rgba(0,0,0,0.03);
}

/* Blog */
/*.blog-archive img {
	max-width: 100%;
	margin-bottom: 20px;
	margin-top: 30px;
	border: 1px solid #ccc;
}*/

.blog-archive {
	/*margin-top: -50px !important;*/
}

.blog-post .copy a {
	color: white;
}

.blog-content .highlight table {
	width: 100%;
}

.blog-content pre {
	background: #f9f9f9;
}

.blog-content h3 {
	text-align: left !important;
	font-size: 20px;
	line-height: 28px !important;
	margin-bottom: 5px !important;
	font-weight: bold;
}

.blog-post .copy {
	margin-top: 0px;
	margin-bottom: 100px;
}

.blog-archive .back-button {
	padding: 0px 10px;
	border: 1px solid #ff8a86;
	font-size: 16px;
	border-radius: 5px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	line-height: 34px;
}

.blog .weblog-header {
	max-width: 900px;
	border: 1px solid #ccc;
	margin: 10px 0px;
	margin-left: -60px;
	margin-bottom: 40px;
	border-radius: 5px;
}

.blog {
	max-width: 820px;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 50px;
	margin-top: 0px;
	padding: 20px 20px;

}

.blog h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}

.blog h2 {
	font-size: 30px;
	font-weight: bold;
}

.blog h3 {
	text-shadow: none;
	line-height: 48px;
	text-align: center;
	margin-bottom: 20px;
}

.archive-header {
	margin-top: 45px !important;
	margin-bottom: 172px;
}

.archive-header h2 {
	font-size: 25px;
	line-height: 17px;
}

.archive-header h3 {
	font-size: 20px;
}

.blog .subtitle {
	color: #b0aeae;
	font-style:italic;
	font-weight: 200;
	font-size: 20px;
	text-align: center;
	    margin: 15px 0px;
}

.top.blog-post {
	min-height: 240px;
}

.blog-share-buttons {
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: white;
	margin-top: 50px;
}

.blog-share-buttons a {
	color: white;
}

.blog-share-buttons .fb-share-button span {
	vertical-align: top !important;
	margin-top: 3px;
}

.blog a {
	color: #ff8a86;
}

.blog-archive a, .blog-archive h1 {
	text-align: center;
	color: #ff8a86;
}

.blog #page-nav {
	text-align: center;
}

.blog .page-number {
	display: none;
}

.blog-content img {
	max-width: 100%;
	border: 6px solid white;
	box-shadow: 0 1px 5px rgba(0,0,1,.3),inset 0 0 18px rgba(0,0,0,.1);
	margin: 10px 0px;
}

.blog-content h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

.blog-content p {
	margin-bottom: 25px;
}

.blog-content-container {
	border-radius: 5px;
	background: white;
	position: relative;
	padding: 10px 50px;
	position: relative;
}

.blog-cta {
	padding: 10px 40px;
	padding-bottom: 40px;
	border: 1px solid #ddddde;
	/*background: #ffeeed;*/
	border-radius: 5px;
	/*background: #ffd9b8;*/
	margin-top: 40px;
	color: white;
	text-align: center;
	padding-bottom: 20px;
}

.archive-top-header {
	background-image: url(../images/blog-background.png);
	background-repeat: no-repeat;
	background-size: 810px;
	background-position-x: center;
	background-position-y: 70%;
}

.blog-header-present {
	margin-top: -160px;
}

.blog-cta h3 {

	font-size: 18px;
	font-weight: 600;
	color: #6b7c93;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 5px;
}

.blog-cta p {
	color: #6b7c93;
	text-align: left;
	padding-left: 5px;
	font-size: 18px;
}

.blog-cta-text {

}

.blog-cta input {
	height: 45px !important;
	font-size: 16px;
	text-align: center;
}

.blog-cta .form-group {
	margin-top: 20px;
}

.blog-cta .btn {
	height: 45px !important;
	background: #ff8a86;
	border-color: #ff8a86;
	font-weight: 600;
	padding-left: 35px;
	padding-right: 35px;
}

.blog-cta .btn:hover {
	opacity: 0.7;
}

/*
.blog-cta .form-control {
	    width: 344px;
}

.blog-cta .btn-cta {
	background: white;
	border: 1px solid #e67e21;
	color: #e67e21;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
}*/

.mobile-menu-toggle {
	display: none;
	margin-right: -12px;
	margin-top: 34px;
}

.mobile-menu-toggle i {
	font-size: 26px;
	color: white;
}

.mobile-menu {
	list-style-type: none;
	color: white;
	margin: 0px;
	padding: 0px;
}

.mobile-menu li {
	border-bottom: 1px solid #3A3A3A;
}

.mobile-menu a {
	color: white;
	display: block;
	width: 100%;
	padding: 10px 10px;
	padding-left: 30px;

}

.mobile-submenu {
	border-top: 1px solid #3A3A3A;

}

.mobile-submenu ul {
	list-style-type: none;
	padding-left: 0px;
}

.mobile-submenu li {
	padding-left: 0px;
	background: #404040;
	padding-left: 10px;
}


/* RESPONSIVE */
@media screen and (max-width: 990px) {

	.archive-top-header {
		background-size: 90%;
	}

	.blog-post .copy {
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.blog-post.top {
		min-height: 228px !important;
	}

	.blog-content-container {
		padding: 10px 37px;
	}

	.weblog-header {
		max-width: 114%;
	}

	.blog-cta .bs-wizard {
		display: none;
	}

	.blog-cta .rocket-container {
		display: none;
	}

	.blog .subtitle {
		font-size: 16px;
		line-height: 22px;
	}

	.blog-archive {
		padding: 0px 10px !important;
	}

	.menu {
		display: none;
	}

	.bottom-cta .cta-box {
		text-align: center;
	}

	.mobile-pricing {
		display: block;
	}

	.desktop-pricing {
		display: none;
	}

	.top_header {
		margin-top: 10px !important;
	}

	.mobile-menu-toggle {
		display: block;
	}

	.iphone {
		position: relative !important;
		margin: 0 auto;
		top: 50px !important;
		height: 379px !important;
	}

	.top .btn-cta {
		margin-left: -10px;
	}

	.signup p {
		font-size: 20px;
	}

	.highlight-container .title {
		text-align: center;
	}

	.highlight-container .description {
		text-align: center;
		padding-bottom: 20px;
	}

	.features {
		padding-bottom: 0px;
	}

	.highlighted-features .container {
		margin-bottom: 70px;
	}

	.made-by {
		padding-top: 0px !important;
	}

	.container {
		padding: 0px 20px;
	}

	.top_header {
	    padding: 0px 30px;
	}

	.browser {
		width: 90%;
		margin: 0 auto;
		margin-top: 25px;
	}

	.browser img {
		width: 100%;
	}

	.col-md-4 {
		padding-right: 0px !important;
		width: 90%;
		margin: 0 auto;

	}

	.row {
		width: 100% !important;
	}

	.logo {
		text-align: center;
	}

	.copy {
		width: 90%;
		margin-top: 50px;
	}

	.top {
		padding-bottom: 50px;
		min-height: 280px !important;
	}

	.copy h1 {
		font-size: 26px;
		text-align: center;
	}

	.copy h2 {
		font-size: 20px;
		text-align: center;
	}

	.tagline {
		font-size: 20px;
		padding: 20px 30px;
	}

	.made-by {
		padding: 60px 20px;
	}

	.pricing {
		padding: 50px 20px !important;
	}

	.pricing .plan {
		margin-bottom: 20px;
	}

	.call-to-action {
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
		text-align: center;
	}

	.contact_form {
		margin: 0 auto;
	}

	.form_info {
		margin-top: 20px !important;
		text-align: center !important;
	}

	.form_email {
		text-align: center !important;
	}

	.btn-cta {
		font-size: 18px;
		padding: 15px 30px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 20px;
	}

	.copy-social .text {
		width: 90%;
		margin: 0 auto;
	}

	.copy-social .text p {
		font-size: 18px;
	}

	.widgets .subtitle {
		font-size: 18px;
	}

	.bottom .bottom_menu {
		text-align: center !important;
	}

	.bottom-cta h3 {
		font-size: 24px;
	    text-align: center;
	}

	.bottom-cta .subtitle {
	    text-align: center;
		font-size: 17px;
	}

	.bottom-cta .btn-cta {
	    margin-left: -10px;
	}

	.bottom, .social-icons {
		text-align: center !important;
	}

	.col-md-6 {
		width: 90%;
		margin: 0 auto;
		padding-right: 0px;
	}

	.bottom-cta input {
		width: 283px;
	}

	#result {

		width: 283px;

	}

	.explanation {
		padding: 50px 20px;
	}

	.explanation h4 {
		font-size: 20px;
	}

	.kitty {
		top: -77px;
		right: 3px;
	}

	.kitty_bubble {
	    right: 13px;
	}

	.kitty_bubble:after
	{
		left: 230px;
	}

	.kitty_bubble:before
	{
		left: 230px;
	}

	.kitty img {
		width: 83px !important;
	}

	@keyframes kitty
	{
		from {top: 0px;}
		to{top:-77px;}
	}
	@-moz-keyframes kitty
	{
		from {top: 0px;}
		to{top:-77px;}
	}
	@-webkit-keyframes kitty
	{
		from {top: 0px;}
		to{top:-77px;}
	}

	.integrations-overview h3 {
		font-size: 18px;
		line-height: 28px;
		padding: 0px 20px;
	}


}

@media screen and (max-width: 500px) {

	.credit-usage-container {
		width: 100%;
		margin: 0 auto;
	}

	.example-usage {
		margin: 0px 40px;
	}

	.credit-usage-container .credit-usage {
		padding: 0px;
		margin: 0 auto;
	}

	.blog-cta .input-group {
		display: block;
	}

	.blog-cta {
		padding: 10px 19px;
		text-align: center;
		padding-bottom: 20px;
	}

	.blog-cta h3 {
		line-height: 30px;
	}

	.blog-cta .row {
		margin: 0px;
	}

	.blog-cta .btn {
	    width: 100%;
	}

	.blog h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.archive-header {
		margin-bottom: 61px;
	}

	.archive-top-header {

		background-image: none;
	}

	.blog-content-container {
	    padding: 10px 25px;
	}

	.blog-header-present {
		margin-top: -370px;

	}

	.blog-archive h1 {
		font-size: 24px;
		padding: 0px 5px;
		margin-top: 40px;
		margin-bottom: 30px;
	}

}

/* RESPONSIVE - iPhone 5 and smaller */
@media screen and (max-width: 360px) {

	.copy h1 {
		font-size: 27px;
	}

	.copy h2 {
		font-size: 18px;
	}

	.btn-cta {
		font-size: 17px;
		padding: 15px 30px;
	}

	.bottom-cta h3 {
		font-size: 21px;
	}

	h3 {
		font-size: 26px;
	}


	.bottom-cta input {
		width: 270px;
	}

	#result {

		width: 270px;

	}


}

/* Remarketing tag fix */
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* Loader */
/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Pricing */
.pricing {
	text-align: center;
	padding: 100px 0px;
    padding-top: 80px;
}

.pricing .subtitle {
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
}

.betapricing {
	font-style: italic;
	color: orange;
}
.pricing ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.pricing h2 {
	font-weight: bold;
	font-size: 28px;
	color: black;

}

.pricing h4 {
    font-weight: 500;
	width: 100%;
	background: #CCC;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.pricing .plan {
	padding-right: 5px;
	padding-top: 10px;

}

.pricing .content {
	/*background: #f9f9f9;*/
	  padding-bottom: 20px;
	  border-radius: 5px;
      border: 1px solid #dfdfdf;
}
.pricing .popular {
	padding-top: 0px;
}

.pricing .popular h4 {
	padding-top: 15px;
	padding-bottom: 15px;
    background: #84dfad;
}

.pricing .price {
	padding: 30px 0px 10px 0px;
	height: 100px;
}

.pricing .btn-cta {
	background: #27ae60;

	padding: 7px 30px 7px 30px !important;
    margin: 15px 0px;
	margin-top: 0px;
}

.pricing .btn-cta:hover {
    opacity: 0.8 !important;
}




.pricing .desc {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding: 0px 20px;
    padding-bottom: 10px;

}

.pricing .listing {
	margin-bottom: 10px;
}

.pricing .free .price {
	padding-top: 13px;

}

.pricing .domain {
	color: #ccc;

}


.pricing .price_number {

	width: 100%;
	font-size: 30px;
	font-weight: 500;
}

.pricing .price_tenure {
	font-size: 12px;
	line-height: 22px;
}

.pricing li {
	margin-bottom: 10px;
}

.pricing .signup {
	padding:0px 7px 10px 7px;
}

.pricing .btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.subpage .copy h1 {
    padding-bottom: 45px;
}

.subpage .bottom .container {
	border-top: 0px;
	padding-top: 0px;
}

.subpage .sub {
	padding-bottom: 50px;
	padding-top: 50px;
}

.bs-wizard {margin-top: 4px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 15px; height: 15px; display: block; background: #fbe8aa; top: 9px; left: 50%; margin-top: 6px; margin-left: -6px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 7px; height: 7px; background: #fbbd19; border-radius: 50px; position: absolute; top: 4px; left: 4px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 5px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.credit-usage {
	text-align: center;
	padding: 40px;
}

.credit-usage .pricing-tables {
	/*margin-left: -40px;*/
}
